/* * {
    transition: all 0.5s ease;
}*/

/*ankit*/

.desktop {
    display: inline-block;
}

.mobile {
    display: none;
}

.entry-content{
    margin: 3em auto;
    padding: 0 10em;
}

.gm-bundled-control {
    left: 0 !important;
    right: 0 !important;
}

.lets-talk-form div.wpcf7-response-output {
    margin: 0 0.5em 1em !important;
    padding: 0 1em !important;
}

.landing-page .entry-content,
.news-page-wrapper .entry-content{
    margin: 0;
    padding: 0;
}
#wpadminbar {
    display: none;
}

/*end*/

a{
    text-decoration: none;
}

ul li{
    list-style: none;
}
img {
    margin: 0 auto;
    width: 100%;
}
body{
    /*font-family: "proxima-nova";*/
    background-color: rgb(250, 246, 235);
}

.flexslider .flex-viewport .slides li {
    background-position: 50% 50%;
    background-size: cover;
    height: 650px;
}

/* start header*/
.content-area-page{
    width: 100%;
    margin-right: 0px;
}
.header-news{
    display: flex;
}
.site-header {
    position: fixed;
    width: 100%;
    height: auto;
    padding: 35px 7.6923%;
    background-color: #2b3c5b;
    padding-right: 10px;
    padding-left: 10px;
    z-index: 9999;
    top: 0;
    transition: top 0.3s ease-in-out;
}
/*.home-page{position: relative;padding-top: 150px;}*/

.location-image {
    padding: 0 0 10px;
    text-align: center;
}

.site-branding, .site-header-menu, .header-image {
    margin: 0;
    float: left;
}
.scroll-class .wpb_wrapper.vc_figure{
    width: 140px;
    margin-top: -58px;
    box-shadow: none;
    display: inline-block;
    vertical-align: top;
}
.scroll-class a{
    box-shadow: none;
}
.main-navigation {
    /*font-family: "proxima-nova";*/
}
.menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus,.menu-toggle:hover,.menu-toggle:focus {
    background-color: #c5d4f4;
    border-color: #1a1a1a;
    color: #2b3c5b;;
}
.site-header-menu{
    padding-left: 78px;
}
.site-branding {
    margin-left: 29px;
}
.main-navigation .menu-item-has-children > a {
    padding-right: 1.8em;
}
.site-header-main{
    font-size: 19px;
    line-height: 0;

} 
.quick-contact{
    position: fixed;
    z-index: 9999999;
    right: -62px;
    top: 34%;
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    background-color: #81926b;
    color: rgb(255, 255, 255);
    padding: 20px 15px;
    padding-right: 55px;
    border-radius: 6px 6px 0 0;
    font-size: 18px;
    /*background-image: linear-gradient(to right, #75835b, #8d9978);*/
    background-blend-mode: multiply;
    /*box-shadow: 0px 13px 16.9px 1.1px rgba(0, 0, 0, 0.22);*/
    cursor: pointer;
    font-family: DejaVuSans;
}
.quick-contact span:before{
    width: 29px;
    content: " ";
    background-image: url(../image/quict-icon.png);
    position: absolute;
    left: 155px;
    top: 20px;
    height: 26px;
    background-repeat: no-repeat;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.site-header-main .site-header-menu .main-navigation .primary-menu a{
    color: #c5d4f4;
    text-decoration: none;
}

.site-header-main .site-header-menu .main-navigation .primary-menu a:hover{
    color: #ffffff;
}

.site-header-main .site-header-menu .main-navigation .primary-menu .current-menu-item > a,
.site-header-main .site-header-menu .main-navigation .primary-menu .current-menu-ancestor > a {
	font-weight: normal;
    color: #ffffff;
}

.site-header-main .main-menu-right{
    position: absolute;
    right: 5.5%;
    top: 50%;
    /*margin-top: 10px;*/
}  

.landstew {
    font-family: "Public Sans" !important;
    color: #b57342;
    font-size: 24px !important;
    margin-top: 12px !important;
}

.menu-toggle {
    background-color: transparent;
    border: 1px solid #c5d4f4;
    color: #1a1a1a;
    font-size: 22px !important;
    position: absolute;
    right: 20px;
    color: #c5d4f4;
    margin:0;
    top: 30px;
    /*padding:0;*/
}
.main-navigation .menu-item-has-children > a::after {
    content: "";
    position: absolute;
    right: 0.625em;
    top: 0.8125em;
}
.dropdown-toggle {
    background-color: transparent !important;
    border: 0;
    border-radius: 0;
    color: rgb(197, 212, 244);
    content: "";
    height: 35px;
    padding: 0;
    position: absolute;
    right: 0;
    text-transform: none;
    top: 0;
    width: 48px;
    background: none ;
}
.main-navigation ul ul li {
    background-color: #2B3C5B;
    border: 1px solid #d1d1d1;

    border-left: 0;
    border-right: 0;
}
.dropdown-toggle.toggled-on::after {
    content: "\f0d7";
    font-family: fontAwesome;
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg); /* IE 9 */
    -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
}
.dropdown-toggle::after {
    border:none ;
    content: "\f0d7";
    font-size: 24px;
    left: 1px;
    position: relative;
    width: 48px;
    font-family: fontAwesome;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.menu-toggle .icon-bar{
    background-color: #c5d4f4;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.menu-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
.icon-bar-hover{
    background-color: #2B3C5B !important;
}
.site-header-main .main-menu-right .header-news a{
    text-decoration: none;
}
.site-header-main .main-menu-right .header-news a span.header-right-position{
    border-radius: 10px;
    background-image: linear-gradient(to right, #E5E3E3, #EDEBEA);
    padding: 11px 17px 11px 44px;
    box-shadow: 0px 13px 16.9px 1.1px rgba(0, 0, 0, 0.22);
    color: #354365;
    margin-right: 83px;
    font-size: 15px;
    transition: all 0.5s ease;
}

.site-header-main .main-menu-right .header-news a span.header-right-position:hover {
    box-shadow: none;
}

.site-header-main .main-menu-right .header-news a span.header-right-position:before{
    width: 28px;
    content: " ";
    background-image: url(../image/open-envelop.png);
    position: absolute;
    left: 39px;
    top: -10px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 19px;
}
.menu-search-background{
    float: right;
    position: absolute;
    right: 0px;
    background: rgb(32, 52, 78) none repeat scroll 0% 0%;
    /*height: 152px;*/
    top: 0px;
    bottom: 0;
    width: 80px;
    margin-right: 0px;
}
.searching{
    margin-top: -12px;
    margin-right: 15px;
    z-index: 9999;
}
.searching .glyphicon{color: #c5d4f4;
                      top: 3.6em;right: -34px;}
.site-main {
    margin-bottom: 0px;
}
.site-header-main .main-menu-right .search-icons{
    padding: 0px 28px 77px 26px;
    margin-top: -10px;
}
.site-header-main .main-menu-right .search-icons .glyphicon-search{
    color: rgb(197, 212, 244);
}
/*end header*/

/*About-page*/
.entry-content{
    margin-left:0 !important;margin-right: 0 !important; 
    /*background: rgb(250, 246, 235) none repeat scroll 0% 0%;*/
}
/*.entry-title{display:none;}*/
.page-id-21 .post-thumbnail{
    margin: 0px;

}
.std_color_pink{
    color: #f2b587 !important;
}
.std_color_pink p{
    color: rgb(191, 112, 54) !important;
}

/*end about us*/
.site {
    margin: 0px;
}
.site-inner {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}

/*start footer*/
.footer-section footer.site-footer{
    background: #858175;
}
.fatfooter{
    padding-top: 73px;
}
.footer-section footer.site-footer .fatfooter .font-style{
    font-size: 15.5px;
    color: #d8d4c1;
}
.footer-section footer.site-footer .fatfooter .first-section{


    font-weight: 300;
    line-height: 1.67; 

}
.footer-section footer.site-footer .fatfooter .first-section ul li{
    list-style: none;

}
.footer-section footer.site-footer .fatfooter .first-section ul li a , .footer-section footer.site-footer .fatfooter .third-section  a {
    /*text-decoration: none;*/
    color: #d8d4c1;
    box-shadow: 0 0 0 0 ;


}

.footer-section footer.site-footer .fatfooter .third-section {
    float: right;
    line-height: 1.39;
    text-align: left;


}
.social-icon-footer ul li{
    display: inline-block;
    /*    -ms-transform: rotate(-720deg);
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg);
    transition: all 0.5s ease-in-out;*/
}
/*.social-icon-footer ul li:hover{
-ms-transform: rotate(720deg);
-webkit-transform: rotate(720deg);
transform: rotate(720deg);
transition: all 0.5s ease-in-out;}
.social-icon-footer ul li:last-child:hover,.social-icon-footer ul li:last-child{
    -ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
    transition: all 0s ease-in-out;
}*/
.social-icon-footer ul{
    margin: 0;
}
.social-icon-footer ul li .fa{
    width: 40px;
}
.menu-footer-menu-container ul{margin: 0;}
/*end footer*/

/*content area home page start*/
.site-content {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
    position: relative;
    padding: 0;
    background: rgb(250, 246, 235) none repeat scroll 0% 0%;
    padding-top: 8em;
    overflow: hidden;
}

.page-template-bank-map-search .site-content {
    position: initial;
}

.page-template-bank-map-search .site-content {
    background: #f3f0e3;
}
.site-content .site-main{

}

/*content area home page end*/







/*----------------------------------------------------contact page strat----------------------------------*/ 
.contact-page-wrapper .address-style h3 > span{
    font-family: "Public Sans";
    font-size: 28.5px;
    line-height: 1;
    color: rgb(113, 132, 86);
    font-weight: 100;

}
.contact-page-wrapper .address-style  p{
    line-height: 1.62;
    margin: 0;
}
.contact-page-wrapper .contact-title{
    font-family: "Public Sans";
    font-size: 35px;
    line-height: 1
}
.contact-page-wrapper .corporate-address{padding-top: 15px;}










/*----------------------------------------------------News pge start here---------------------------------------*/
.news-page-wrapper .new-page-title{
    font-family: "Public Sans";
    font-size: 35px;
    line-height: 0.69;
    text-align: left;
    color: #bf7036;
}
.news-page-wrapper{
    padding-left: 15%;
    padding-top: 60px;
    padding-right: 5%;
}
.news-description-wrapper{padding-top: 25px;}
.news-page-entry-content {width: 100% !important;}

.news-page-wrapper article{
    margin-bottom: 60px;
	background-color:#ffffff;
	box-shadow: 0px 13px 16.9px 1.1px rgba(0, 0, 0, 0.22);
}

.single-post .news-page-wrapper article{
    margin-bottom: 60px;
	background-color:transparent;
	box-shadow:none;
}

.news-page-wrapper article .entry-header .entry-title a{
    font-family: "Public Sans";
    font-size: 32px;
    line-height: 1.2;
    color: #3f5667;
    text-decoration: none;
}
.news-page-wrapper .news-page-entry-content p,  #stcpDiv , .news-page-entry-summary{
    color: #8b8676;
    font-size: 20px;
    line-height: 1.44;
    padding: 10px 0;
}
.news-page-wrapper article .new-page-content-wrap{
    width: 100%;
margin: auto;
padding: 20px;

}
.news-page-entry-content .read-more .more-link, .news-page-entry-summary .more-link {
    color: #3f5667;
    box-shadow: none;
}
.new-page-content-wrap .date-formates{
    float: right;
    font-size: 20px;
    color: rgb(167, 163, 152);
}
.search-submit {
    margin-top: 0px;
}
/*----------------------------------------------------News pge end here-----------------------------------*/




/*----------------------------------------------------News pge Sidebar Start here------------------------*/
.sidebar {
    float: left;
    margin-left: 70%;
    padding: 0;
    margin-top: 120px;
    margin-right: 20px;
    width: 28%
}
.sidebar .search-form label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 100;
    width: 100%;
}
.widget {
    margin-bottom: 0;
}
.widget input.search-field[type="search"], .widget input.search-field[type="search"]:focus {
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px);
    height: 86.9px;
    background-color: #f0ecdf;
    box-shadow: inset 0px 4px 5px 0 rgba(0, 0, 0, 0.19);
    border: none;
    font-family: "Public Sans";
    font-size: 20px;
    line-height: 1.2;
    color: #8c8674;
}
.search-field::-webkit-input-placeholder ,.search-field:-ms-input-placeholder,.search-field:-moz-placeholder ,.search-field::-moz-placeholder{
    font-family: "Public Sans";
    color: #8b8676;
}

.search-field:-ms-input-placeholder {
    font-family: "Public Sans";
    color: #8b8676;
}

.search-field:-moz-placeholder {
    font-family: "Public Sans";
    color: #8b8676;
}
.search-field::-moz-placeholder {
    font-family: "Public Sans";
    color: #8b8676;
}
.widget button.search-submit {
    padding: 0;
    width: 63.3px;
    height: 86.9px;
    background-color: #23334f;

}
.widget .search-submit::before {

    content: "\f002";
    left: 2px;
    line-height: 42px;
    position: relative;
    font-size: 25px;
    color: rgb(197, 212, 244);
    font-family: FontAwesome;
}
.widget .widget-title{
    font-family: "Public Sans";
    font-size: 28px;
    line-height: 0.86;
    color: #b57342;
    margin-bottom: 20px;
    margin-top: 35px;
}
.widget  ul li a{ 
    font-family: "proxima-nova";
    font-size: 16.5px;
    line-height: 1;
    color: #8b8676;
}
/*.widget ul li a::before {
    content: ">> ";
font-size: 12px;
letter-spacing: -4px;
line-height: -33px;
vertical-align: middle;
padding-right: 9px;
}
.widget-title ul{margin-left: 0}*/
.sidebar .widget ul li{
    list-style-image: url('../image/right-arrow-sign.png');
    padding-bottom: 10px;
}
.textwidget p:first-child {
    font-size: 17.5px;
}
.widget .textwidget , .widget .textwidget a,.widget .textwidget a:hover {
    font-size: 21px;
    color: rgb(139, 134, 118);
    line-height: 1.4;
    text-decoration: none;
}
.widget .textwidget p{
    margin-bottom: 0;
}
.news-details-title{
    font-family: "Public Sans";
    font-size: 31.9px;
    line-height: 1.4;
    color: rgb(63, 86, 103);
    padding:20px 0;
    width: 100%;
    margin: auto;
}
.news-description-wrapper{
    /*width: 92% !important;*/
    margin: auto;
    padding-top: 0;
}
.news-details-page{
    padding-top: 30px;
}

/*----------------------------------------------------News pge Sidebar End here------------------------*/





/*------------------------------------------------------home page start-----------------------------*/
.home-page-test .home-page-banner,
.home-page-test .home-page-banner .flexslider .slides li > img{
    background-size: cover;
    float: left;
    height: auto;
    width: 100%;
}

.home-page-banner {
    position: relative;
}

.scroll-class {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left:auto;
    margin-right:auto;
}

.home-page-test .home-page-banner .home-page-banner-contents{
    position: absolute;
    font-family: "Public Sans";
    text-align: left;
    color: #fff;
    top: 16%;
    width: 65%;
    padding-left: 1%;
}
.home-page-test .home-page-banner .home-page-banner-contents span{
    font-size: 50px;
    line-height: 60px;
}

.home-page-thumbnails .post-thumbnail img{
    margin: 0 auto;
    width: 100%;

}

.slider-button {
    max-width: 390px;
    border-radius: 6.4px;
    background-image: linear-gradient(to right, #344361, #334161);
    text-align: center;
    background-blend-mode: multiply;
    box-shadow: 0px 8px 10.3px 0.7px rgba(0, 0, 0, 0.22);
    margin: 20px auto 0;
    font-size: 22.5px;
    float: left;
    transition: all 0.5s ease;
    position: relative;
    z-index: 10;
}

.slider-button:hover {
    box-shadow: none;
}

.slider-button a {
    color: #ede9da;
    font-size: 21.5px;
    text-align: center;
    line-height: 75px;
    font-family: "proxima-nova";
    font-style: normal;
    font-weight: 300;
    padding: 0 35px;
}

.slider-button a {
    text-decoration: underline;
}

.mitigation-sol-home{
    outline: none;
    padding-left:14% !important;
    padding-right: 5% !important;
    padding-top: 2%;
    padding-bottom: 5%;
    align-items: center;
    display: flex;
}
.mitigation-heading , .area{
    font-family: "Public Sans";
    font-size: 35px;
    line-height: 1;
    margin-bottom: 10px;
    color: #bf7036;
    padding-top: 30px;
}

.area-listing ul.area-list{
    /*display: flex;*/
    line-height: 1.51;
    margin-left: 45px;
}
.area-listing  .area-list-right{
    padding-left: 50px;
}
.mitigation-sol-home .mitigation-solu-home-left-pull .area-listing ul li{
    /*display: inline-block;*/
    list-style: disc;
}
.mitigation-sol-area-block{

}
.our-mission-section{
    background-color: #20344e;
    padding-left: 14% !important;
    padding-right: 10% !important;
    padding-top: 1%;
    padding-bottom: 5%
}
.our-mission-section .our-mission{
    text-align: center;
    color: #c5d4f4;
}
.our-mission-section .our-mission h2{
    color: #c5d4f4;
    padding-bottom: 0;
    font-size: 35px;
    font-style: normal;
    line-height: 1.03;
    margin-bottom: 10px;
    text-align: center;
    font-family: "Public Sans";
}
.our-mission-section .our-mission h3{
    font-family: "Public Sans";
    font-size: 27.5px;
    font-style: italic;
    line-height: 1.49;
    text-align: center;
    margin-top: 0;
}
.counter{
    font-size: 22.5px;
    font-weight: 100;
    line-height: 1.07;
    text-align: center;
    color: #c5d4f4;
}
.done-counter{
    font-size: 106px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
}
.wildland-home-logo{
    border-left: 2px solid #C1BDAA;
}
.right-logo-class{
    max-width: 270px;
    padding-left: 10px;
    padding-top: 60px;
}
.available-banks-map{
    margin-bottom: 0px !important;
}
/*home-page-available-banks-list*/
.project-catagories-dispaly-block .our-project{
    text-align: center;
    padding-top: 4%;
    padding-bottom: 4%
}
.project-catagories-dispaly-block .our-project span{
    font-family: "Public Sans";
    font-size: 35px;
    line-height: 0.69;
    color: rgb(110, 105, 88);
}
.project-catagories-dispaly-block{
    background: rgb(211, 206, 196) none repeat scroll 0% 0%;
    padding-bottom: 80px;
}
.available-banks-map .wpb_wrapper{
    padding: 0 !important;
}

.home-button span{
    font-size: 21.5px;
    text-align: center;
    color: rgb(237, 233, 218);
    line-height: 75px;
}
.site-footer {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 0 9% 3.5em;
}

.home-button{
    margin-top: 40px !important;
    max-width: 390px;
    border-radius: 6.4px;
    background-image: linear-gradient(to right, #344361, #334161);
    text-align: center;
    background-blend-mode: multiply;
    box-shadow: 0px 8px 10.3px 0.7px rgba(0, 0, 0, 0.22);
    margin: 0px auto;
    font-size:22.5px;
}

.home-button:hover {
	box-shadow:none;
	text-decoration:none;
}

.op122 {
    background-size: cover;
    height: 365px;
    width: 100%;
}

.overlays-property{
    position: absolute;
/*    background-image: url(../image/project-back.png); */
    width: 99%;
    bottom: 0;
    top: 0;
    height: auto;
    display: flex;
    align-items: center;
    background-size: cover;
        
}
a.projects-hover img {
    transition: transform 0.5s ease-out;
}
a.projects-hover:hover img {
    transform: scale(1.2);
}

.learn-more-about {
    position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
color: #fff;
margin: 11px auto 0;
display: none;
transition: all 0.5s ease;
width: 90%;
text-align: center;
height: 95%;
}
.project-1 .learn-more-about {

}
.project-2 .learn-more-about {

}
.project-3 .learn-more-about {

}
.learn-more-about span{
    bottom: 55px;
    position: absolute;
    left: 140px;
    right: 140px;
    text-align: center;
    transition: all 0.5s ease;
}
.overlays-property span{
    font-size: 29.5px;
    line-height: 34px;
    color: rgb(234, 231, 219);
    margin: 0px auto;
    align-items: center;
    text-transform: uppercase;
}
.location-position{
    margin: 0 auto;
    text-align: center;
}
.location-image img{
    margin: 0 auto;
    width: 115px;
    height: auto;
}
.home-news-display-block{
    background-image: url(../image/newsback.jpg);
    background-size: cover;
    box-shadow: -5px 36px 30px -35px rgba(0, 0, 0, 0.4) inset;
    padding-top: 4%;
    padding-bottom: 4%;
    padding-left: 10%;
    padding-right: 10%;
}
.latest-news-display{
    text-align: center;
    padding-bottom: 40px;
}
.latest-news-display span{
    font-family: "Public Sans";
    font-size: 35px;
    line-height: 0.69;
    color: rgb(0, 151, 164);
}
.home-news-heading span{
    font-family: "Public Sans";
    font-size: 26px;
    line-height: 0.86;
    text-align: left;
    color: rgb(0, 122, 134);
}
.home-news-block .news-home-wrap:nth-child(2){
    border-left: 1px solid #90a6a9;
}
.home-news-block .news-home-wrap{
    padding-left: 50px;}
.new-home-description{
    padding-top: 20px;
    padding-bottom: 30px;
}
.new-home-description span{
    font-size: 16.5px;
    line-height: 1.15;
    color: rgb(109, 105, 90);
}
.more-news-link{
    text-align: center;
    font-size: 21.5px;
    line-height: 2.14;
}
.more-news-link a{
    color: rgb(47, 143, 157); 
}
.project-1{

}
.project-2{

}
.project-3{

}
.new-home-description a{
    font-size: 21.5px;
    line-height: 2.14;
    text-align: left;
    color: rgb(47, 143, 157);
}
/*------------------------------------------------------home page end-----------------------------*/
/*mitigation solution*/
.mitigation-sol-right-side .wpb_single_image figure {
    width: 100%;
    box-shadow: none;
}
.special-layout-projects-sol .entry-content{
    margin: 0;
    padding: 0;
}
.mitigation-sol-block-0{
    padding: 0px 9em;
    margin: -2em auto;
}
.mitigationsolutions h1.page_title{
    /*margin-top: 2em;*/
    padding-left: 15%;
}
.mitigation-sol-block-0{
    padding-left: 15%;
    padding-right: 10%;
    padding-top: 50px;
    padding-bottom: 30px;
}
.mitigation-solution-left-side ul li{
    list-style: disc;
}
.mitigation-solution-left-side ul{
    margin-left: 40px;
}
.bird-right-position{
    padding-right: 0;
}
@media only screen and (min-width: 768px)
{
	.bird-image img{
    	max-width: 150% !important ;
    	width: 150%;
	}
}

.bird-image{
    margin-top: -100px;
}
.special-layout-projects-sol .project-catagories-dispaly-block {
    /*padding-bottom: 0px;*/
}
.page-template-projects-solutions-php .site-main > article {
    margin-bottom: 0;
}




/*floating form*/


#wpcf7-f414-o1{
    width: 400px;
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 999999;
    background-image: linear-gradient(to right, #718456, #8a9a74);
    background-blend-mode: multiply;
    box-shadow: 0px 8px 10.3px 0.7px rgba(0, 0, 0, 0.22);
    padding-top: 30px;
    padding-bottom: 50px;
}
#wpcf7-f414-o1 .form-floating-headind{
    font-family: "Public Sans";
    font-size: 29px;
    line-height: 2.88;
    color: rgb(249, 246, 236);
    text-align: left;
    margin-bottom: 5px;
    margin-left: 85px;
    position: relative;
}
#wpcf7-f414-o1 .wpcf7-form lable {
    font-family: "proxima-nova";
    font-size: 18px;
    line-height: 0;
    text-align: left;
    color: #f9f6ec;
}
.form-label-style{
    padding-left: 10%;
    padding-right: 10%;
}
#wpcf7-f414-o1 input[type="text"],  #wpcf7-f414-o1 input[type="text"]:focus, #wpcf7-f414-o1 input[type="email"],  #wpcf7-f414-o1 input[type="email"]:focus, #wpcf7-f414-o1 input[type="tel"],#wpcf7-f414-o1 input[type="tel"]:focus, #wpcf7-f414-o1 input[type="url"]:focus,#wpcf7-f414-o1 input[type="url"], #wpcf7-f414-o1 textarea, #wpcf7-f414-o1 textarea:focus {
    background-color: #ebe6d8;
    box-shadow: inset 0px 4px 5px 0 rgba(0, 0, 0, 0.19);
    border: none;
    height: 40px;
    font-size: 16px;
    margin-bottom: 5px;
    color: #7c786b;
}
#wpcf7-f414-o1 .wpcf7-submit,  #wpcf7-f414-o1 input[type="submit"] {
    border-radius: 6.4px;
    background-image: linear-gradient(to right, #344361, #334161);
    box-shadow: 0px 8px 10.3px 0.7px rgba(0, 0, 0, 0.22);
    font-size: 21.5px;
    margin-top: 10px;
    padding: 15px 0px;
    margin-bottom: 0px;
    width: 100%;
    font-family: "proxima-nova";
    text-transform: capitalize;
    color: #f9f6ec;
    font-weight: 300;
	letter-spacing:0px;
	cursor:pointer;
}
/*
#wpcf7-f414-o1 .wpcf7-submit:hover {
	box-shadow: none;
}*/

#wpcf7-f414-o1 textarea, #wpcf7-f414-o1 textarea:focus {
    height: 85px;
}
#wpcf7-f414-o1 span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 16px;
    font-weight: normal;
    display: block;
}
div.wpcf7-mail-sent-ng{border: none;}
#wpcf7-f414-o1 .wpcf7-response-output{
    color: rgb(255, 255, 255);
    font-size: 16px;
    overflow: visible;

    padding-bottom: 2.63912px;
}
.open-floating-button{
    right: 235px;
}
.open-floating-form{
    right: 0px !important;
}
.floating-form .wpcf7{
    right:-400px
}
.floating-form .wpcf7 .form-label-style {
    padding-bottom: 10px;
}
/*pagination*/

.pagination .page-numbers {
    display: inline-block;
    letter-spacing: 0.013157895em;
    color: white;
    font-size: 16px;
    background: #858175;
    width: 52px;
    maegin-left: 10px;
    margin-left: 5px;
    padding: 20px;
    height: 52px;

}
/*project page*/
.project-deatial-page{
    width: 100%;
    margin-right: 0;
}
.project-details-title{
    font-family: "Public Sans";
    font-size: 39px;
    line-height: 1;
    text-align: left;
    color: #bf7036;
    margin-bottom: 22px;
    margin-top: 0px;
}
.projectsingle{
    padding-left: 0;
    padding-right: 0;
    padding-top: 4%;
}

.banks-template-default .news-page-entry-content h3 {
    color: #75835b;
    font-family: "Public Sans";
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.banks-template-default .news-page-entry-content ul li {
    list-style-type: disc;
    margin: 0 0 0 35px;
    padding: 4px;
}

.banks-template-default .news-page-entry-content img {
    width:auto;
    height: auto;
}

.project-deatial-page .entry-content {

    margin: 0em auto;
    padding: 0 0;
    padding-bottom: 5em;

}
.project-deatial-page .project-block{
    margin: 0em auto;
    padding: 0 0;
    padding-bottom: 0;
}

.project-deatial-page-0{
    margin: 0em auto;
    padding: 4em 9em;
    padding-bottom: 5em;  
}
.pagination .next::before {
    content: "\f054";
    left: 0px;
    top: 0px;
    font-family: fontAwesome;
}
.pagination .prev::before {
    content: "\f053";
    left: 0px;
    top: 0px;
    font-family: fontAwesome;
}
.nav-links{
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.pagination .prev, .pagination .next {
    background-color: #858175;;
    color: #fff;
    position: relative;
    width: 52px;
    z-index: 2;
    text-decoration: none;
    padding: 0;
}
.pagination {
    margin: 40px 0;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.pagination .prev, .pagination .next  {
    right: 0px;
}
.pagination .current{
    background: #FCFCFB;
    color: #3f5667;
    box-shadow: 5.3px 7.3px 10px 0 rgba(0, 0, 0, 0.17);
}
.pagination .prev:hover, .pagination .prev:focus, .pagination .next:hover, .pagination .next:focus ,.page-numbers:hover {
    background: #FCFCFB;
    color: #3f5667;
    box-shadow: 5.3px 7.3px 10px 0 rgba(0, 0, 0, 0.17);;
}
.pagination .current .screen-reader-text {
    position: static !important;
    display: none;
}

/*comment*/
.comments-title, .comment-reply-title {
    border-top: 4px solid #1a1a1a;
    font-family: "proxima-nova";
    font-size: 18px;
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 1.3125;
    padding-top: 1.217391304em;
}
.comment-notes, .comment-awaiting-moderation, .logged-in-as, .form-allowed-tags {
    color: #686868;
    font-size: 16px;
    /* font-size: 0.8125rem; */
    line-height: 1.6153846154;
    margin-bottom: 2.1538461538em;
}
.comment-form label {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 14px;
    /* font-size: 0.8125rem; */
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 0.5384615385em;
    text-transform: uppercase;
}
.contact-pull-right {
    margin-top: -60px;
}
.contact-pull-right .wpb_content_element {
    margin-bottom: 0px;
}
.reply, .comment-content{
    padding-left: 30px
}
.page-template-projects-specification .entry-content.project-specificmitigation{
    margin-bottom: 2em !important;
}



@media all and (max-width: 1600px) {

    .project-listing-title .entry-title, .project-listing-title .entry-title a {
        font-size: 30px ;
    }

    .new-page-content-wrap .date-formates{

        font-size: 18px;
        line-height: 1.27;

    }
    .overlays-property span {
        font-size: 32px;
    }

    .our-mission-section .our-mission h2 {
        font-size: 42px;
    }
    .home-news-heading span {
        font-size: 32px;
    }
    .new-home-description span {
        font-size: 18px;
    }
    .project-catagories-dispaly-block .our-project span {

        font-size: 42px;
        line-height: 1;
    }
    .home-button {
        height: 65px;  
    }
    .home-button span {
        font-size: 22px;
        line-height: 65px;
    }
    .our-mission-section, .mitigation-sol-home {
        padding-left: 10% !important;
    }
    .home-page-test .home-page-banner .home-page-banner-contents span {
        font-size: 35px;
        line-height: 1.02;
    }
    .widget input.search-field[type="search"], .widget input.search-field[type="search"]:focus {
        height: 75px;
    }
    .widget button.search-submit {
        height: 75px;
    }

    .news-page-wrapper .news-page-entry-content p {
        font-size: 16px;
    }
    .news-page-wrapper article .entry-header .entry-title a {
        font-size: 25px;
    }

    .footer-section footer.site-footer .fatfooter .font-style{
        font-size: 24px;}

    .footer-section footer.site-footer .fatfooter .third-section {

        line-height: 1.2;


    }
    .site-header-main {
        font-size: 18px;
        line-height: 0;
    }
    .main-navigation a {

        padding: 0.65625em 0.56em;

    }
    .footer-section footer.site-footer .fatfooter .first-section{
        /*text-align: center;*/
        line-height: 1.4; 
    }


} 


@media all and (max-width: 1550px) {
    .site-header-main {
    font-size: 17px;
    }
    
    .site-header-main .main-menu-right .header-news a span.header-right-position::before {
    left: 31px;
    }
    .site-content {
        padding-top: 7.5em;
    }
    
}

@media all and (max-width: 1430px) {
    .site-header-main {
    font-size: 16px;
    }
    
    .learn-more-about span {
    bottom: 15px;
        left: 100px;
        right: 100px;
    }
    
    
}

@media all and (max-width: 1385px) {
    .site-header-main {
    font-size: 14.5px;
    }
    .site-content {
        padding-top: 6.5em;
    }
}


@media all and (max-width: 1295px) {
    .site-header-main {
    font-size: 13.5px;
    }
    
    .site-header-menu {
    padding-left: 36px;
    }
}


@media all and (max-width: 980px) {
    .project-listing-title .entry-title, .project-listing-title .entry-title a {
        font-size: 22px;
    }
    .fatfooter {
        padding-left: 0px;
    }
    .footer-section footer.site-footer .fatfooter .third-section {
        padding-top: 60px;
    }
    .footer-section footer.site-footer {

        display: inline-block;
    }
    .footer-section footer.site-footer .fatfooter .first-section{
        text-align: left;

    }
    .main-navigation ul ul li {
        border: 1px solid #d1d1d1;
        border-bottom-width: 0;
        border-left: 0;
        border-right: 0;
    }
}
@media all and (max-width: 900px) {
    .site-header-main .main-menu-right {
        position: absolute;
        right: 15px;

    }
    .site-header-main .site-header-menu .main-navigation .primary-menu > li > a,
    .site-header-main .site-header-menu .main-navigation .primary-menu > li:first-child > a {
        border: none;
    }
    .map-search-bank-btn {
        display: none !important;
    }
    
    .main-menu-right .header-right-position{ display: none;}

    .widget input.search-field[type="search"], .widget input.search-field[type="search"]:focus {
        height: 60px;
    }
    .widget button.search-submit {
        height: 60px;
    }
    .widget .widget-title {

        font-size: 32px;
        margin-top: 25px;
    }
    .widget ul li a {
        font-size: 18px;
    }
    .widget .search-form{
        margin-right: 8%;
    }
    .widget input.search-field[type="search"], .widget input.search-field[type="search"]:focus {
        font-size: 22px;
    }
    .sidebar {

        margin-left: 5%;
        padding: 0;
        margin-top: 80px;
        margin-right: 20px;
        width: 100%;
        margin-bottom: 50px;

    }
    .news-page-wrapper {
        padding-left: 5%;
        padding-top: 40px;
        padding-right: 5%;
    }

}
@media only screen and (min-device-width : 768px) and (max-device-width : 1200px)  {
    .main-navigation .primary-menu {
        /*border-bottom: 1px solid #d1d1d1;*/
        padding-top: 40px;
    }
    .location-image img {
        margin: 0 auto;
        width: 80px;
        height: auto;
    }/*
    .menu-toggle {
        top: 55px;right: 0px;
    }*/
    .home-button {
        width: 250px;
    }
    .fatfooter {
        padding-left: 7%;
    }

    .mitigation-heading .our-mission-section .our-mission h2 {
        font-size: 38px;
    }
    our-mission-section .our-mission h3 {
        font-size: 24px;
        line-height: 1.1;
    }
    .done-counter {
        font-size: 60px;
        line-height: 1;
    }
    .counter {
        font-size: 20px;
        font-weight: 300;
    }

    .home-page-test .home-page-banner .home-page-banner-contents span {
        font-size: 40px;
        line-height: 1.02;
    }
    .widget input.search-field[type="search"], .widget input.search-field[type="search"]:focus {
        height: 60px;
    }
    .widget button.search-submit {
        height: 60px;
    }
    .widget .widget-title {

        font-size: 32px;
        margin-top: 25px;
    }
    .widget ul li a {
        font-size: 18px;
    }
    .widget .search-form{
        margin-right: 8%;
    }
    .widget input.search-field[type="search"], .widget input.search-field[type="search"]:focus {
        font-size: 22px;
    }
    .news-page-wrapper {
        padding-left: 5%;
        padding-top: 60px;
        padding-right: 5%;
    }
    .contact-page-wrapper {
        margin-left: 10px !important;
        margin-right: 10px !important;
        margin-top: 50px;
    }

}
@media all and (max-width: 810px) {
    .menu-toggle {
        top: 40px;
    }
    .main-navigation .menu-item-has-children > a {
        margin-right: 0px;
    }
    .dropdown-toggle {
        width: 100%;
    }
    .dropdown-toggle::after {
        right: -40%;
        left: unset;
    }
    .site-content {
        padding-top: 7.2em;
    }
}
@media all and (max-width: 767px) {
    
    .mobile {
        display: inline-block;
    }
    
    .desktop {
        display: none;
    }
    
    
    #news-nav .project-details-title {
        padding: 43px 0 30px !important;
    }
    
    .new-buttons {
        padding: 0 0 30px !important;
    }
    
    .project-deatial-page-wrapper .entry-content {
        padding: 0 !important;
    }
    
    .bull-list {
        list-style: outside none disc !important;
    }
    
    .bull-list li {
        margin: 0 !important;
    }
    
    .learn-more-about {
        font-size: 14px;
        line-height: 19px;
    }
    
    .learn-more-about span {
        display: none !important;
        opacity: 0;
    }
    
    .bird-image{
        margin-top: 0px;
    }
    
    .page-template-banking-page .service-project-list .service-item .service-block {
    height: auto !important;
    }
    
    .page-template-conservation-banking-page .service-project-list .service-item .service-block {
    height: auto !important;
    }
    
    .ul-listing {
    font-size: 18.5px !important;
    margin-left: 0 !important;
    }
    
    .dynamic-sidebar-green .dynamic-sidebar-widget {
    padding: 25px !important;
    }
    
    .single-format-standard .news-page-wrapper .entry-content {
        padding: 10px 0 !important;
    }
    
    .news-page-wrapper {
        padding-top: 10px !important;
    }
    
    .news-details-title {
    font-size: 21.5px;
    line-height: 31px;
    }
    
    .news-page-wrapper .new-page-title {
    font-size: 35px;
    margin-bottom: -10px;
    padding-top: 28px;
    }
    
    .contactus {
        padding: 0 12px !important;
    }
    
    .fhfg {
        padding: 0 !important;
    }
    
.bg-text-border {
    font-size: 18px !important;
    line-height: 26px !important;
    margin-top: 10px !important;
    }
    
.wild-page-default .wl_custom_heading {
    font-size: 24px !important;
    line-height: 28px !important;
    }
    
    .bg-text-border > div {
    padding: 20px !important;
}
    
    .project-1,.project-2,.project-3{
        padding-right: 15px;
        padding-left: 15px;
    }
    .new-page-content-wrap .date-formates {
        margin-right: -10px;
    }
    .sidebar {
        width: 90%;
    }
/*
    .menu-toggle {
        top: 40px;
        right: 100px;
    }*/

    .menu-search-background {
        /*height: 132px;*/
        width: 75px;
    }
    .news-page-wrapper {
        padding-top: 30px;
    }
    .news-details-page {
        padding-top: 0px;
    }
    .home-news-block .news-home-wrap {
        padding-left: 0px;
    }
    .home-news-block .news-home-wrap:nth-child(2) {
        border-left: none;
    }
    .home-button {
        width: 250px;
    }
    .footer-section footer.site-footer .fatfooter .third-section {
        padding-top: 15px;
    }
    .mitigation-sol-home {
        display: block;
    }
    .area-listing ul.area-list {
        display: block;
        margin-left: 0;
    }
    .wildland-home-logo{
        border: none
    }
    .area-listing ul.area-list{
        margin-left: 15px;
    }
    .area-listing .area-list-right {
        padding-left: 0px;
    }
    
    .counter {
        font-size: 20px;
        font-weight: 300;
    }
    .mitigation-heading, .area {
        font-size: 32px;
        line-height: 1;
    }
    .mitigation-sol-description {
        font-size: 18px;
        line-height: 1.4;
    }
    our-mission-section .our-mission h2 {
        font-size: 36px;
    }
    .our-mission-section .our-mission h3 {
        font-size: 24px;
        line-height: 1.2;
    }
    .done-counter {
        font-size: 60px;
        line-height: 1;
    }
    .couet-position{
        padding-bottom: 40px;
    }

    .home-page-test .home-page-banner .home-page-banner-contents span {
        font-size: 35px;
        line-height: 1.02;
    }


    .main-navigation ul ul li {
        background-color: #2b3c5d;
        border-top: 1px solid #d1d1d1;
        border-left: 0px solid #d1d1d1;
        border-right: 0px solid #d1d1d1;
        border-bottom-width: 0;
    }
    .main-navigation .primary-menu {
        border-bottom: 1px solid #d1d1d1;
        padding-top: 40px;
    }
    .footer-section footer.site-footer .fatfooter .first-section ,.footer-section footer.site-footer .fatfooter .second-section ,.footer-section footer.site-footer .fatfooter .third-section {
        padding-bottom: 40px;
    }
    .fatfooter{
        padding-bottom: 100px;
        padding-top: 60px;
    }
    .footer-section footer.site-footer .fatfooter .second-section img{

    }
    .contact-pull-right{padding-top: 60px;}

    input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus ,input[type="text"], input[type="email"], input[type="tel"], input[type="url"], textarea {
        box-shadow: inset 0px 2px 2px 0 rgba(0, 0, 0, 0.19);
        height: 40px;
    }
    textarea:focus,  textarea {
        height: 120px;
    }
    .searching {
        margin-top: -25px;
    }

    .site-header {
        padding-top: 15px;
    }
    .site-content {
        padding-top: 130px;
    }
}
@media all and (max-width: 680px) {
    .main-navigation .primary-menu {
        border-bottom: 1px solid #d1d1d1;
        padding-top: 40px ;
    }}
@media all and (max-width: 480px) {
    .menu-search-background {
        /*height: 108px;*/

    }/*
    .menu-toggle {
        top: 30px;
        right: 100px;
    }*/
    .new-page-content-wrap .date-formates {
        margin-right: -10px;
    }
    .searching {
        margin-top: 0;

    }
    .searching .glyphicon {
        color: #c5d4f4;
        top: 45px;
        right: -27px;
    }
    .site-content {
        padding-top: 108px;
    }
    .home-page-thumbnails .post-thumbnail img{
        object-fit: cover;
        height: 60vh;
    }
    .home-page-test .home-page-banner .home-page-banner-contents {
        /*width: 95%;*/
        width: 315px;
    }
    
    .page-template-banking-page .service-project-list .service-item .service-block {
    height: auto;
    }
    
    .home-news-display-block {
    padding: 20% 10%;
    }
    
    .home-news-heading span {
    font-size: 24px;
    }
    
    .home-page-test .home-page-banner .home-page-banner-contents span {
        font-size: 24px;
        line-height: 1.02;
    }
    .site-footer {
        padding: 0 0 0;
    }
    .footer-section footer.site-footer .fatfooter .font-style {
        font-size: 20px;
    }
    .contact-page-wrapper {
        margin-left: 5% !important;
        margin-right: 5% !important;

    }
    .custom-logo {
        max-width: 180px;
        width: 130px;
    }
}

.border-quick-left-contect {
    position: fixed;
    transform: rotate(180deg);
    border: 3px solid #81926b;
    height: 100%;
    right: 0px;
    z-index: 9999998;
    box-shadow: 0px 13px 16.9px 1.1px rgba(0, 0, 0, 0.22);
}
.border-quick-right-contect {
    position: fixed;
    transform: rotate(180deg);
    border: 3px solid #81926b;
    height: 100%;
    right: 0px;
    z-index: 9999998;
    box-shadow: 0px 13px 16.9px 1.1px rgba(0, 0, 0, 0.22);
}


.main-navigation ul ul li{
        border: none ! important;
}
.sub-menu li{
        border-top:none ! important;
}
.site-header-main .site-header-menu .main-navigation .primary-menu a:hover {
    background-color:rgb(32, 52, 78) ! important;
    text-decoration: none;
}
.main-navigation ul ul{
    border-bottom: none ! important;
}
.main-navigation ul ul:before, .main-navigation ul ul:after{
        border-style:none ! important;
}
.main-navigation li:hover > a, .main-navigation li.focus > a{
    background-color:rgb(32, 52, 78) ! important;
}
.main-navigation  ul > li > .sub-menu > li.menu-item-has-children > a:before {
    position: absolute;
    top: 22px;
    left: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #c5d4f4;
    content: '';
}
.site-header-main .site-header-menu .main-navigation .sub-menu a {
    border-bottom: 1px solid rgb(32, 52, 78);
    width: 100% !important;
}
.main-navigation li .sub-menu .sub-menu a {
    padding-left: 2em;
}
.main-navigation  ul > li > .sub-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > a:before {
    left: 20px
}
.main-navigation  ul > li > .sub-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > a:before {
    left: 28px
}
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-next {
        right: 5px;
    }
    .flex-direction-nav .flex-prev {
        left: 0px;
    }
    .main-navigation  ul > li > .sub-menu > li.menu-item-has-children > a:before {
        width: 0px;
        height: 0px;
    }
}

.news-page-wrapper .search-res {
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 5px;
}

.news-page-wrapper .search-res .new-page-content-wrap {
    padding: 20px 0;
}

.speciesimg {
	max-width: 500px !important;
	height: auto !important;
	float: right !important;
}
.area_type_text
{
    margin-left: 8px;
    text-transform: uppercase;
    font-size: 10px;
}

@media only screen and (max-width: 1100px)
{
    .sub-menu
    {
        display: none;
    }
    .sub-menu.toggled-on
    {
        display: block !important;
    }
}

@media only screen and (max-width: 767px)
{
    .our-mission-section, .mitigation-sol-home
    {
        padding-left: 3% !important;
    }
    .right-logo-class
    {
        max-width: 100% !important;
        text-align: center !important;
        padding-top: 25px;
    }
    .right-logo-class img
    {
        width: auto;
        padding-right: 12px;
    }

}

.newsmodal {
    padding: 20px 0 0 0;
}

.newsmodal a {
    color:#f2b587 !important;
}

.menu-item-has-children a {
    cursor:default;
}


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

    .home-page-test .home-page-banner .home-page-banner-contents
    {
        margin-top: -20px;
    }
    .flex-viewport
    {
        max-height: 495px;
    }  
    .flex-viewport p:empty {
        display: none !important;
        margin:0;
        padding:0;
        border:0;
    }
}

/*.flex-viewport
{
    max-height: 530px;
}

@media only screen and (min-width: 1650px)
{
    .flex-viewport
    {
        max-height: 630px;
    }
}

*/

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

.flex-viewport
    {
        max-height: 350px;
    } 
    
    .home-page-test .home-page-banner .home-page-banner-contents span {
        font-size: 22px;
        line-height: 25px;
    }
    
    .flexslider .flex-viewport .slides li {
        height: 350px;
    }
    
    .slider-button a {
        font-size: 19.5px;
        line-height: 55px;
        padding: 0 25px;
    }
    
    .home-page-test .home-page-banner .home-page-banner-contents {
        margin-top: -55px;
        padding: 0 0 0 50px;
    }
    
}