/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */

body {
    background: ;
    margin: 0;
}

html, body {scroll-behavior: smooth;}

/* ----------------------------------------- */
/* FONTS STACK */
/* ----------------------------------------- */

@font-face{
    font-family: 'nunitoEB';
    src: url('Nunito-ExtraBold.ttf');
}

@font-face{
    font-family: 'nunitoB';
    src: url('Nunito-Bold.ttf');
}

@font-face{
    font-family: 'nunitoSB';
    src: url('Nunito-SemiBold.ttf');
}

@font-face{
    font-family: 'nunitoR';
    src: url('Nunito-Regular.ttf');
}

@font-face{
    font-family: 'nunitoL';
    src: url('Nunito-Light.ttf');
}

/* ----------------------------------------- */
/* 100% WIDTH */
/* ----------------------------------------- */

.navbar > .navbar-header,
.navbar > .navbar-collapse {
    margin: 0 !important;
}

.container {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.navbar.container {
    max-width: 100%;
}

.row {
    margin: 0;
}

.banner01, .banner02, .banner03, .banner04, .banner05,
.banner06, .banner07, .banner08, .banner09, .banner10 {
    padding: 0;
}

/* ----------------------------------------- */
/* NAVIGATION */
/* ----------------------------------------- */

#navbar {
    padding: 0 !important;
    margin: 0 !important;
    z-index: 9;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.path-frontpage #navbar{
/*    background-color: transparent !important;*/
}

.path-node #navbar, .path-tenders #navbar,
.path-highlights #navbar,
.path-gallery-meetings #navbar,
.path-gallery-events #navbar,
.path-gallery-visits #navbar,
.path-sitemap #navbar,
.path-aiph0y-chahd5ubeveeg #navbar{
    /*background-color: #092A49;*/
}

.navbar-header {
    background: transparent;
    width: auto;
    height: auto;
    padding: 0.75em;
    margin: 0;
}

.navbar .logo {
    padding: 0;
    margin: 0;
}

.navbar .logo img {
    width: auto;
}

#block-bootstrap-subtheme-main-menu {
    display: ;
}

.navbar-collapse {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    width: 100%;
}

.navbar-nav {
    margin: 50px 0 0 0 !important;
    padding: 0;
    text-align: right;
    float: right;
}

.navbar-default .navbar-nav > li {
    margin: 0 0.25em;
    display: inline-block;
    float: none;
    padding: 0;
    background: transparent;
    transition: all 0.5s ease;
}

.navbar-default .navbar-nav > li > a {
    font: 14px nunitoR;
    color: #333;
    transition: all 0.5s ease;
    /*float: left;*/
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: #a05c56;
    color: #fff;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar-nav .dropdown-menu > li > a {
    font: 14px nunitoR;
    color: #A05C56;
    text-transform: capitalize;
    transition: all 0.5s ease;
    text-align: left;
    padding: 5px 10px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff !important;
    background-color: #a05c56;
}

.navbar-nav .dropdown-menu > li.active > a {
    color: #ffffff;
}

.navbar-default .navbar-nav li.last .dropdown-menu {
    left: auto;
    right: 0;
}

/* ----------------------------------------- */
/* SEARCH */
/* ----------------------------------------- */

/*.searchButton {display: none;}*/

.navbar .search-block-form {
    position: absolute;
    float: right;
    right: 5px;
    top: 8px;
    width: 245px;
    background: transparent;
    border: 0px solid transparent;
    border-radius: 0; /*border-bottom: 1px solid #9abcd7;*/
    z-index: 99;
}

/*.path-frontpage .navbar .search-block-form {background: transparent;}*/

.navbar .search-block-form .form-group {
    margin: 0;
}

.navbar .search-block-form .form-group .input-group {
}

.navbar .search-block-form .form-group .input-group #edit-keys {
    border-radius: 0;
    position: relative;
    top: 0;
    right: 0;
    background: transparent;
    border-color: transparent;
    color: #a05c56;
    width: 207px;
    float: right;
    box-shadow: none;
    border-bottom: 2px solid #a05c56;
}

.navbar .search-block-form .form-group .input-group .input-group-btn .btn {
    background: url("../images/search.png") no-repeat center center;
    width: 34px;
    height: 34px;
    background-size: contain;
    border: none !important;
    border-radius: 0;
    color: #ffffff;
    padding: 0;
}

.navbar .search-block-form .form-group .input-group .input-group-btn .btn .icon {
    opacity: 0;
}

#edit-keys::placeholder {
    font: 14px nunitoR;
    color: #a05c56;
}

/* ----------------------------------------- */
/* INTERNAL PAGES */
/* ----------------------------------------- */

.view-jobs .view-empty::after, .view-tenders .view-empty::after {
  content: "Currently no items are available, please check back later!";
}

a {
    outline: 0 !important;
}

#block-views-block-slick-x-block-main {
    display: none;
}

.region.region-content .content,
.region.region-content .view-content {
    font: 15px nunitoR;
    color: #333333;
    word-spacing: ;
    line-height: 1.75;
}

#notfrontwrap{
    height: auto;
    min-height: 436px;
    /*position: relative;
    bottom: 10px;*/
    background: url(../images/internal.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 0 1em;
    padding-bottom: 3em;
}

.path-frontpage #notfrontwrap{
    padding-bottom: 0;
}

#notfrontwrap {
    min-height: calc(100vh - 171px);
}

.region-content img {
    margin: 0 10px;
    object-fit: cover;
}

.path-frontpage #ip-wrap {
    display: none;
}

.msg-name {
  font: 17px nunitoB;
}

.msg-designation {
  font: 16px nunitoSB;
  margin-top: 5px;
}

#notfrontwrap ul{
    /*list-style-image: url(../images/list-icon.png);*/*/
    line-height: 25px;
}

#page-title {
    color: #A05C56;
    border: 0;
    margin: 0;
}

.region.region-content h1,
.region.region-content h2,
.region.region-content h3,
.region.region-content h4 {
    font-family: nunitoSB;
}

.region.region-content h3 {
    color: #A3D008;
}
.region.region-content h4 {
    color: #333333;
}

.region.region-content .content ul,
.region.region-content .view-content ul {
    /*list-style-image: url("../images/bullet.png");*/
}

.region.region-content .content li,
.region.region-content .view-content li {
    padding: 6px 0;
}

.region.region-content .content ul li:hover,
.region.region-content .view-content ul li:hover {
    list-style-image: ;
}

.region.region-content .content a,
.region.region-content .view-content a {
    text-decoration: none;
    color: #2e2d2c;
    border-bottom: 1px dotted #2e2d2c;
}

.region.region-content .view-content a {
    border: 0;
}

.region.region-content .content a:hover,
.region.region-content .view-content a:hover{
    color: ;
}

.main-container {
}

.path-frontpage #frontpagerowswrap {
}

#frontpagerowswrap {
}

.path-frontpage #notfrontwrap {
    min-height: 0;
    height: 0 !important;
}

#page-header {
}

#contentsectionwrap {
}

#contentsection {
    padding: 0;
}

.breadcrumb {
    background: #EEEEEE;
    border-radius: 0;
    font: 14px nunitoR;
    margin: 0 -14px 12px;
    padding: 10px 15px;
}

.breadcrumb li {
    color: ;
}

.breadcrumb li a {
    color: ;
}

.breadcrumb > li + li:before {
    color: ;
}

.breadcrumb > li.active {
    color: #24428e;
}

.dfile a{
    background: url('../images/download.png') no-repeat center center / cover;
    width: 25px;
    height: 25px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    border: none !important;
    /*margin: 0 auto;*/
}

.viewp_wrap {
    margin-bottom: 1.5em;
}

.viewp_date {
    font-weight: bold;
    margin-bottom: 5px;
}

.galleryp_image img, .video-pgallery iframe, .views-field-field-video-url iframe {
    display: block;
    height: 150px;
    width: 220px;
    max-width: 100%;
    object-fit: cover;
    margin: 0 auto 1em;
}

.galleryp_title{
    text-align: center;
}

.views-field-field-video-url .galleryp_title {
  margin-bottom: 3em;
}

.galleryp_title a {
    display: block;
    height: 52.5px;
    overflow: hidden;
}

.highp_title{

}

#block-system-main .date-display-single {
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
}

.noticep-wrap ul {
    padding-left: 1em;
}

time {
    font-weight: bold;
    margin-bottom: 10px;
}

.mediap_wrap {
    display: flex;
    margin-bottom: 2em;
}

.mediap_img {
    margin-right: 1.5em;
}

.page-node-type-gallery .slick .slick__slide:focus {border:0}

.form-item, .form-actions{
    margin: 18px 0;
}

.hiw-no {
    height: 44px;
    width: 44px;
    background: #000;
    display: block;
    margin: 0 auto;
    border-radius: 44px;
    color: #fff;
    line-height: 44px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
}

#edit-submitted-email{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.webform-submit.button-primary.btn.btn-primary.form-submit{
    margin-bottom: 2%;
}

/******* CORE TEAM *******/

.path-leadership .view-leadership .view-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.path-leadership .view-leadership .view-content>div:first-child {
    width: 100%;
    display: block;
    overflow: hidden;
}

.coreteam-page-block .image-wrap {
    width: 250px;
    height: 240px;
    overflow: hidden;
    display: block;
    margin: 0 auto 0.5em;
    border: 3px solid #A05C56;
    padding: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.coreteam-page-block:hover .image-wrap {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
}

.coreteam-page-block .image-wrap img {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    width: auto;
    max-height: 230px;
    margin: 0 auto;
    width: 100% !important;
    height: 100%;
    object-fit: fill;
}

.coreteam-page-block .title-wrap {
    display: block;
    text-align: center;
    color: #031e17;
    font: 16px 'nunitoSB', sans-serif;
}

.coreteam-page-block .designation {
    color: #031e17;
    display: block;
    text-align: center;
    font: 15px 'nunitoR', sans-serif;
}

.coreteam-page-block {
    margin: 8px;
    margin-bottom: 2em;
}

.coreteam-page-block:hover .image-wrap {
    -moz-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);

}

.inner-page .view-id-videos_.view-display-id-page_1 .videos-block iframe {
    width: 100% !important;
    height: auto !important;
    min-height: 200px !important;
}

.inner-page .view-id-videos_.view-display-id-page_1 .title-wrap {
    text-align: center;
    color: #031e17;
}

/** Sitemap **/

.sitemap {
    padding: 0 1em;
}

.sitemap-item {
}

.sitemap-item ul {
    padding: 0 0 0 1.5em;
    margin: 0 !important;
    float: none;
    text-align: start;
    list-style: disc;
}

.sitemap-item ul li {
    float: none;
    display: list-item;
}

.sitemap-item ul li a {
    text-decoration: none;
    display: initial;
    font: 15px nunitoR;
    color: #333333;
    padding: 0;
}

.sitemap-item ul li a:hover,
.sitemap-item ul li a:focus {
    text-decoration: underline;
    background: transparent;
}

.sitemap .caret {
    display: none;
}

.sitemap-item ul li ul {
    position: initial;
    display: block;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: transparent;
    background-clip: inherit;
    list-style: circle;
}

.sitemap-item ul li ul li {
    display: list-item;
}

.sitemap-item ul li ul li a,
.sitemap-item .navbar-nav .dropdown-menu > li > a {
    text-decoration: none;
    display: initial;
    font: 15px nunitoR;
    color: #333333;
    padding: 0;
}

.sitemap-item ul li ul li a:hover,
.sitemap-item ul li ul li a:focus,
.sitemap-item .navbar-nav .dropdown-menu > li > a:hover,
.sitemap-item .navbar-nav .dropdown-menu > li > a:focus {
    text-decoration: underline;
    background: transparent;
}

.sitemap-item .dropdown-menu > li > a:hover,
.sitemap-item .dropdown-menu > li > a:focus {
    color: #00173C !important;
}

.sitemap-item ul li ul li ul {
    display: none;
}

.sitemap-item ul li ul li.expanded ul {
    display: block;
    list-style: square;
}


/** ... **/


/* ----------------------------------------- */
/* REUSABLE COMPONENTS */
/* ----------------------------------------- */

.section-container {
    padding: 3em 0;
}

.section-heading{
    font: 60px nunitoB;
    color: #a3d008;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.section-heading::after {
  content: "";
  display: block;
  height: 3px;
  width: 65px;
  background-color: #a3d008;
}

.about-content .section-heading {
  font-size: 36px;
}

.white-heading{
    color: #fff;
}

.section-sub-heading {
  font: 36px nunitoB;
  color: #a05c56;
  text-transform: uppercase;
}

.section-para{
    font: 18px barlowM;
    color: #404041;
    text-align: justify;
    line-height: 2;
    margin-bottom: 2em;
}

.section-btn {
    display: block;
    width: 120px;
    background-color: #A15C57;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #fff;
    font: 14px nunitoR;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.75em 0;
    transition: all 0.6s ease-in-out;
}

.section-btn:hover, .section-btn:focus, .section-btn:active{
    background-color: transparent;
    color: #A15C57;
    border-color: #A15C57;
    text-decoration: none;
}

.section-col a{
    text-decoration: none;
}

.slick--skin--boxed .slide__content{
    margin: 0px;
    border-radius: 0;
    background-color: transparent;
    border: unset;
    border-bottom: unset;
}

.slick--skin--boxed .slide__content:hover{
    box-shadow: none;
    border-color: unset !important;
}

.slick--skin--boxed-carousel .slide__caption{
    padding: 0;
}

.slick-dots {
/*    display: none !important;*/
}

/*.path-node #block-views-block-what-we-do-block-1,
.path-tenders #block-views-block-what-we-do-block-1,
.path-highlights #block-views-block-what-we-do-block-1,
.path-gallery-meetings #block-views-block-what-we-do-block-1,
.path-gallery-events #block-views-block-what-we-do-block-1,
.path-gallery-visits #block-views-block-what-we-do-block-1,
.path-sitemap #block-views-block-what-we-do-block-1{
    display: none;
}*/

/*#block-views-block-what-we-do-block-1*/

#backtotop {
    bottom: 12px;
    height: 50px;
    width: 50px;
    border-radius: 10px;
}

.text-center{
    text-align: center;
}

/* ----------------------------------------- */
/* BANNER 1 MAIN BANNER */
/* ----------------------------------------- */

/*#site-b01 {
    position: relative;
    top: -107px;
}*/

.banner-wrap {
  position: relative;
}

.banner-tagline-wrap {
  position: absolute;
  top: 15%;
  left: 2em;
  text-transform: uppercase;
}

.banner-tagline1 {
  font: 62px nunitoEB;
  color: #a05c56;
}

.banner-tagline2 {
  font: 32px nunitoSB;
  color: #a3d008;
}

.banner-tagline3 {
  font: 62px nunitoEB;
  color: #a3d008;
}

/* ----------------------------------------- */
/* BANNER 2 - ABOUT US */
/* ----------------------------------------- */

#section-about {
  padding: 1em 0;
}

#section-about .section-row {
  display: flex;
  align-items: center;
  padding: 0 6em;
}

.about-image img {
  text-align: center;
  margin: 0 auto;
}

.about-body {
  font: 16px nunitoR;
  color: #4d4d4d;
  margin-bottom: 2em;
  text-align: justify;
  line-height: 1.75;
}

.about-btn .section-btn {
  margin: 0 0 0 auto;
}

/* ----------------------------------------- */
/* BANNER 3 - GREEN PUNJAB */
/* ----------------------------------------- */

#section-green-punjab {
  padding: 0 7em;
  margin-top: 3em;
  position: relative;
}

.green-punjab-inner {
  background-color: #F6F9E6;
  padding: 2em;
  border-radius: 15px;
}

.green-punjab-right-image {
  position: absolute;
  right: 0;
  top: -10em;
}

/* ---------------------------------------------------- */
/* BANNER 4 - TECHNOLOGY AT THE DOORSTEP OF FARMERS */
/* ---------------------------------------------------- */

#section-technology {
  padding: 2em 6em;
}



/* ----------------------------------------- */
/* BANNER 5 - SERVICES */
/* ----------------------------------------- */

#section-services{
    background: url("../images/services-bg.jpg") no-repeat center center/cover;
    height: 622px;
    padding: 0 14em;
}

#section-services .section-heading, #section-projects .section-heading {
  font-size: 36px;
  text-align: center;
  margin-bottom: 3em;
}

#section-services .section-heading::after, #section-projects .section-heading::after {
  margin: 0 auto;
}

.services-content{
    background: rgba(255, 255, 255, 0.75);
    padding: 3em;
    border-radius: 15px;
}

.services-row {
  margin-top: -6em;
}

.services-col a {
  text-decoration: none;
}

.services-box {
  width: 276px;
  max-width: 100%;
  margin: 0 auto;
}

.services-image {
    height: 318px;
    width: 276px;
    max-width: 100%;
    margin: 0 auto 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.services-image::after {
  background-color: rgba(0,0,0,0.7);
  content: "";
  display: block;
  height: 0;
  width: 100%;
  border-radius: 17px;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.5s ease-in-out;
}

.services-box:hover .services-image::after {
  height: 100%;
}

.si-1{
    background: url("../images/sfri-12.png") no-repeat center center/cover;
}

.services-box:hover .si-1{
/*    background: url("../images/sfri-10.png") no-repeat center center/cover;*/
}

.si-2{
    background: url("../images/sfri-13.png") no-repeat center center/cover;
}

.services-box:hover .si-2{
/*    background: url("../images/sfri-11.png") no-repeat center center/cover;*/
}

.services-icon {
  transform: scale(0);
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 5;
}

.services-box:hover .services-icon {
  transform: scale(1);
}

.services-title{
    font: 21px nunitoSB;
    color: #a05c56;
    text-align: center;
}


/* ----------------------------------------- */
/* BANNER 6 - PROJECTS */
/* ----------------------------------------- */

#section-projects {
  padding: 6em 12em;
  position: relative;
}

.projects-bg-image {
  position: absolute;
  right: 0;
}

.projects-row {
  display: flex;
  align-items: flex-end;
}

.projects-col a {
  text-decoration: none;
}

.projects-box {
  height: 350px;
  width: 275px;
  margin: 0 auto;
  background-color: #EEEEEE;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.projects-box:hover {
  background-color: #A4D009;
}

.pb-2 {
  height: 380px;
}

.projects-icon{
    height: 156px;
    width: 155px;
    margin: 0 auto 2em;
    background-size: contain;
}

.pi-1{
    background: url("../images/sfri-17.png") no-repeat center center;
}

.projects-box:hover .pi-1{
    background: url("../images/sfri-31.png") no-repeat center center;
}

.pi-2{
    background: url("../images/sfri-18.png") no-repeat center center;
}

.projects-box:hover .pi-2{
    background: url("../images/sfri-32.png") no-repeat center center;
}

.pi-3{
    background: url("../images/sfri-19.png") no-repeat center center;
}

.projects-box:hover .pi-3{
    background: url("../images/sfri-33.png") no-repeat center center;
}

.projects-title {
  font: 24px nunitoSB;
  color: #333;
  text-align: center;
}

.projects-box:hover .projects-title{
    color: #fff;
}


/* ----------------------------------------- */
/* BANNER 7 - NEWS & EVENTS */
/* ----------------------------------------- */

#block-views-block-new-events-block-1 {
  padding: 5em 2em;
}

#views_slideshow_cycle_teaser_section_new_events-block_1,
#views_slideshow_cycle_div_new_events-block_1_0,
#views_slideshow_cycle_div_new_events-block_1_1,
#views_slideshow_cycle_div_new_events-block_1_2,
#views_slideshow_cycle_div_new_events-block_1_3,
#views_slideshow_cycle_div_new_events-block_1_4,
#views_slideshow_cycle_div_new_events-block_1_5,
#views_slideshow_cycle_div_new_events-block_1_6 {
  width: 100% !important;
}

#block-views-block-new-events-block-1 .view-header {
  position: absolute;
  right: 0;
  background: url("../images/sfri-20.png") no-repeat center center/cover;
  height: 491px;
  width: 517px;
  padding-top: 7em;
  display: flex;
  justify-content: center;
}

.high-heading-wrap {
  font: 36px nunitoB;
  color: #fff;
  text-transform: uppercase;
}

.high-heading2 {
  font-size: 42px;
}

#block-views-block-new-events-block-1 .view-content {
  width: 60%;
}

.high-wrap {
  margin-bottom: 3em;
  background-color: #FAFAFA;
  border-radius: 15px;
  padding: 2em;
}

.high-date {
  font: 21px nunitoR;
  color: #bebebe;
}

.high-title {
  margin: 8px 0;
}

.high-title, .high-title a {
  font: 30px nunitoSB;
  color: #a05c56;
  text-decoration: none;
}

.high-body {
  font: 20px nunitoR;
  color: #333;
}

.high-btn {
  text-align: right;
}

.high-btn a {
  font: 14px nunitoR;
  color: #a05c56;
}

.slick-dots li button::before{
    opacity: 1;
    color: #1B1C16;
    font-size: 1.75rem;
}


/* ----------------------------------------- */
/* BANNER 8 -  */
/* ----------------------------------------- */


/* ----------------------------------------- */
/* FOOTER  */
/* ----------------------------------------- */

.footer-top {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#site-footer {
    border: transparent;
}

.ftrnav {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
    padding: 24px 0;
    box-shadow: rgba(0, 0, 0, 0.35) 15px 5px 15px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 15px 5px 15px;
    border-bottom: 1px dashed transparent;
}

/* .ftrnav>li {} */

.ftrnav>li>a {
    font: 18px 'nunitoR', sans-serif;
    color: #333;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.ftrnav>li>a:hover,
.ftrnav>li>a:focus {
    color: #a05c56;
    text-decoration: none;
    border-bottom: 1px dashed #333;
}

.footer-socials-wrap {
    padding: 2em 0;
}

.socials {
    list-style: none;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
}

/* .socials>li {} */

.socials>li>a {
    display: block;
    width: 50px;
    height: 50px;
    background-size: 100% 100% !important;
}

/* facebook */
.socials>li>a.facebook {
    background: url(../images/facebook.png) no-repeat center center;
}

.socials>li>a.facebook:hover,
.socials>li>a.facebook:focus {
    background: url(../images/facebook-hvr.png) no-repeat center center;
}

/* twitter */
.socials>li>a.twitter {
    background: url(../images/twitter.png) no-repeat center center;
}

.socials>li>a.twitter:hover,
.socials>li>a.twitter:focus {
    background: url(../images/twitter-hvr.png) no-repeat center center;
}

/* instagram */
.socials>li>a.instagram {
    background: url(../images/instagram.png) no-repeat center center;
}

.socials>li>a.instagram:hover,
.socials>li>a.instagram:focus {
    background: url(../images/instagram-hvr.png) no-repeat center center;
}

/* linkedin */
.socials>li>a.linkedin {
    background: url(../images/linkedin.png) no-repeat center center;
}

.socials>li>a.linkedin:hover,
.socials>li>a.linkedin:focus {
    background: url(../images/linkedin-hvr.png) no-repeat center center;
}

/* youtube */
.socials>li>a.youtube {
    background: url(../images/youtube.png) no-repeat center center;
}

.socials>li>a.youtube:hover,
.socials>li>a.youtube:focus {
    background: url(../images/youtube-hvr.png) no-repeat center center;
}

.footer-widgets-wrap {
    background: url(../images/footer-bg.jpg) no-repeat top center /cover;
    padding: 0;
    background-position: 100% 100%;
}

.footer-nav-wrap {
    padding: 2em 0 4em;
    background: rgba(255, 255, 255, 0.8);
    width: 90%;
    margin: 2em auto;
    border-radius: 8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.footer-title {
    margin: 0 0 2em;
    font: 24px 'nunitoB', sans-serif;
    color: #a3d008;
    position: relative;
}

.footer-title::after {
    content: '';
    width: 60px;
    height: 6px;
    border-radius: 3px;
    background: #a3d008;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.footer-title.no-title::after {
    background: transparent;
}

.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;

}

.two-col {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    -o-columns: 2;
}

.footer-nav>li {
    margin: 0 0 1em;
}


.footer-nav>li>a {
    display: block;
    color: #333;
    position: relative;
    padding: 0 0 0.5em;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.footer-nav>li>a::after {
    content: '';
    width: 80%;
    height: 1px;
    border: 1px dashed rgba(51, 51, 51, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer-nav>li>a:hover,
.footer-nav>li>a:focus {
    text-decoration: none;
    color: #a05c56;
}

.footer-bottom {
    background: transparent;
}

.gmap-wrap iframe {
    height: 100%;
    min-height: 230px;
}

.footer-bottom {
  padding: 10px 4em;
}

.footer-bottom, .footer-bottom a{
    font: 15px nunitoR;
    color: #fff !important;
}

.power-sec {
    text-align: right;
}

/* ----------------------------------------- */
/* MEDIA QUERIES  */
/* ----------------------------------------- */

@media only screen and (min-width: 1366px){

    body {
      max-width: 1366px;
      margin: 0 auto;
    }
}

@media only screen and (max-width: 767px){

    #navbar {
        background-color: ;
    }

    .navbar-header{
        padding: 0.5em;
    }

    .navbar .logo {
        width: 82%;
    }

    .navbar .logo img {
        width: 96%;
    }

    .navbar-nav {
        margin: 0 !important;
        float: left;
        text-align: left;
    }

    .navbar-default .navbar-nav > li {
        display: block;
        margin: 0px;
        padding: 0px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
        padding: 10px !important;
        margin: 0px !important;
        display: block;
        width: 100%;
    }

    .navbar .search-block-form {
        position: unset;
        margin-bottom: 15px;
    }

    .section-heading {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .section-sub-heading{
        font-size: 24px;
    }

    .about-content .section-heading {
      font-size: 26px;
    }

    .section-para {
        font-size: 14px;
    }

    .section-btn {
        width: 100px;
        font-size: 12px;
        padding: 0.8em 0;
    }

    #site-b01 {
        position: initial;
        margin: 0;
    }

    .banner-tagline-wrap{
        left: 0.75em;
    }

    .banner-tagline1{
        font-size: 17px;
    }

    .banner-tagline2{
        font-size: 14px;
    }

    .banner-tagline3 {
      font-size: 17px;
    }

    #section-about .section-row{
        display: block;
        padding: 0 0.5em;
    }

    .about-image {
      margin-bottom: 2em;
    }

    #section-green-punjab{
        padding: 0;
    }

    .green-punjab-inner {
      padding: 1em 0;
    }

    .green-punjab-right-image{
        top: -3em;
    }

    .green-image {
      margin-top: 3em;
    }

    .green-punjab-right-image img {
      height: 90px;
    }

    #section-technology {
      padding: 2em 0.5em;
    }

    #section-technology .section-container {
      padding: 1em 0;
    }

    .technology-content .section-heading br {
      display: none;
    }

    #section-services {
      padding: 0;
      height: auto;
    }

    .services-image{
        margin-bottom: 2em;
    }

    .services-box {
      margin-bottom: 3em;
    }

    .services-content{
        border-radius: 0;
    }

    #section-projects {
      padding: 2em 0;
    }

    .projects-row {
      display: block;
    }

    .projects-box {
      margin-bottom: 3em;
    }

    .projects-bg-image {
      display: none;
    }

    #block-views-block-new-events-block-1{
        padding: 0;
    }

    #block-views-block-new-events-block-1 .view-header {
      position: initial;
      padding-top: 5em;
      height: 300px;
      max-width: 100%;
      background-size: contain;
      margin-bottom: 2em;
    }

    .high-heading-wrap{
        font-size: 24px;
    }

    .high-heading2 {
      font-size: 26px;
    }

    #section-services .section-heading, #section-projects .section-heading {
      font-size: 24px;
      margin-bottom: 3em;
    }

    #section-projects .section-heading{
        margin-bottom: 2em;
    }

    #block-views-block-new-events-block-1 .view-content {
      width: 100%;
    }

    .high-date {
      font-size: 16px;
    }

    .high-title, .high-title a{
        font-size: 17px;
    }

    .high-body {
      font-size: 15px;
    }

    .high-btn a{
        font-size: 13px;
    }

    .ftrnav {
      padding: 12px 0;
      margin-top: 1.5em;
    }

    .ftrnav > li > a{
        font-size: 12PX;
    }

    .socials {
      padding: 0;
    }

    .socials > li > a{
        width: 30px;
        height: 30px;
    }

    .footer-socials-wrap {
      padding: 0.5em 0;
    }

    .footer-col {
      padding: 0;
    }

    .footer-nav > li > a {
      font-size: 11.5px;
    }

    .footer-nav {
      margin-bottom: 2em;
      columns: 1;
    }

    .no-title {
      display: none;
    }

    .footer-bottom, .footer-bottom a{
        font-size: 13px;
    }

    .footer-bottom {
      padding: 10px 0em;
    }

    .footer-bottom, .power-sec {
      text-align: center;
    }

    .sitemap-item ul li ul li a, .sitemap-item .navbar-nav .dropdown-menu > li > a {
        white-space: normal;
    }
}
