/*
Theme Name: Bayo Arowolaju Foundation
Theme URI: http://baffoundation.org/
Author: EFX Creations
Author URI: http://www.efxcreations.com
Description: This is a wordpress template built for Bayo Arowolaju Foundation
Version: 1.5
*/
@font-face {
    font-family: 'icomoon';
    src:url('fonts/icomoon/icomoon.eot');
    src:url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
        url('fonts/icomoon/icomoon.woff') format('woff'),
        url('fonts/icomoon/icomoon.ttf') format('truetype'),
        url('fonts/icomoon/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
body *{ outline: 0 !important; }

body, html { overflow-x:hidden; }

body {
    background-color: #ffffff;
    font-family:  'Montserrat', Arial, Helvetice Neue, sans-serif;
    font-size: 15px;
	font-weight: 400;
	font-style: normal;
    font-weight: 300;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', Arial, Helvetice Neue, sans-serif; font-weight: 800; }

p { font-family: 'Montserrat', Arial, Helvetice Neue, sans-serif; }

span { font-family: 'Montserrat', Arial, Helvetice Neue, sans-serif; }

* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

a {    
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

/* Selection colours (easy to forget) */
::selection {
    background: #333;
    color: #fff;
}
::-moz-selection {
    background: #333;
    color: #fff;
}

.templatemo_clear {
	clear: both;
}

.height60 {
	height: 60px;
}
.height40 {
    height: 40px;
}


/*---COLORS
        -----*/

.primary-bg {
    background-color: #7BDBE8;    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.primary-bg a {
    color: #fff;
}
.primary-bg:hover, 
.primary-bg:focus,
.primary-bg a:hover,
.primary-bg a:focus {
    color: #fff;
}
.primary-color {
    color: #7BDBE8;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/*--------------------------------------------------------------
Page Section Titles
--------------------------------------------------------------*/

.section_title, .section_title4 {
    position: relative;
    text-align: left;
    padding-left: 0;
    color: #009DDE;
}
.section_title::before, .section_title4::before  {
    position: absolute;
    width: 50px;
    left: 0;
    top: -10px;
    height: 2px;
    background-color: #009DDE;
    content: '';
}
.section_title2 {
    position: relative;
    text-align: right;
    padding-right: 0;
}
.section_title2::before {
    position: absolute;
    width: 100px;
    right: 0;
    top: -10px;
    height: 2px;
    background-color: #009DDE;
    content: '';
}

.section_title3 {
    position: relative;
    text-align: left;
    text-transform: uppercase;
    padding-left: 0;
}
.section_title3::before {
    position: absolute;
    width: 60px;
    left: 0;
    top: -10px;
    height: 2px;
    background-color: #009DDE;
    content: '';
}

.section_title5 {
    position: relative;
    text-align: left;
    text-transform: uppercase;
    padding-left: 0;
    margin-top: 180px;
    color: #fff;
}
.section_title5::before {
    position: absolute;
    width: 60px;
    left: 0;
    top: -10px;
    height: 2px;
    background-color: #009DDE;
    content: '';
}


/*----
    HEADER
        ----*/
header {
    width: 100%;
    height: auto;
    position: fixed;
    background-color: rgba(255,255,255, 0.9);
    background-color: #fff;
    z-index: 10000;    
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}



#topright {
    float: right;
}
.social-buttons {
  height: 30px;
  margin-left: 15px;
}

.social-button {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 8px !important;
  border: #009DDE solid 1px;
  margin: 25px 2px;
  line-height: 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
  opacity: .99;
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-button .fa {
  font-size: 18px;
  vertical-align: middle;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button.facebook .fa,
.social-button.twitter .fa,
.social-button.google .fa,
.social-button.yt .fa {
  color: #009DDE;
}
.social-button:focus .fa, .social-button:hover .fa {
  color: #009DDE;
  -webkit-transform: scale(1);
          transform: scale(1);
}





.navbar-brand {
    padding: 0;
    margin: 18px 0 14px;
}
.navbar-brand img {
    height: 40px;
}

.menu-holder {
    width: 870px;
    height: auto;
    float: right;
    margin-left: 30px;
}


/*Nav*/
.nav > li > a {
    text-transform: uppercase;
    color: #1A1A1A;
    padding: 0 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    color: #009DDE;
}



.navbar {
    margin-bottom: 0;
    border: none;
    float: right;
}

/*.navbar-nav > li.current-menu-item:after,
.navbar-nav > .current-menu-parent:after,
.navbar-nav > li:hover:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #7BDBE8;
}*/

.navbar-nav > li.current-menu-item > a,
.navbar-nav .current-menu-parent > a {
  color: #009DDE;
  background-color: #f6f6f6;
}
.navbar-nav > li.current-menu-item > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #009DDE;    
}
.navbar-nav > li:hover a {
  background-color: #f1f1f1;
}
.navbar-nav > li a {
    font-size: 13px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    padding: 30px 18px;
    position: relative;
}
.navbar-nav > li.menu-item-has-children > a::before {
    position: absolute;
    right: 5px;
    font-family: 'Fontawesome';
    content: "\f107";
    top: 30px;
    color: #666;
    line-height: inherit;
}


.navbar-nav > li,
.navbar-nav .current-menu-parent {
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5 ease-out;
}
.navbar-nav li ul {
    position: absolute;
    top: 80px;
    right: 0;
    width: 280px;
    height: auto;
    background-color: #f1f1f1;
    z-index: 6000;
    display: none;
    text-transform: uppercase;
    padding: 0;
}

.navbar-nav li:hover ul {
    display: block;
}
.navbar-nav > li > ul > li {
    text-align: right;
    list-style: none;
    padding: 0;
}
.navbar-nav > li > ul > li a {
    color: #000 !important;
    display: block;
    padding: 14px 25px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar-nav li ul li a:hover {
    background-color: #009DDE;
    color: #fff !important;
}



/*----BUTTONS
        -----*/

.btn-primary {
    padding: 10px 10px;
    width: 120px;
    height: auto;
    text-align: center;
    background-color: transparent;
    color:#009DDE;
    border: 2px solid #009DDE;
    cursor: pointer;
    border-radius: 0 !important;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #fff;
    color:#1A1A1A;
    border: 2px solid #1A1A1A;
}

.btn-all {
    padding: 10px 10px;
    width: 100px;
    height: auto;
    float: right;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    background-color: transparent;
    color:#009DDE;
    margin-top: 20px;
    border: 1px solid #009DDE;
    cursor: pointer;
    border-radius: 0 !important;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.btn-all:hover {
    background-color: #009DDE;
    color:#fff;
    border: 1px solid #009DDE;
}

@media only screen and (max-width: 480px) {
    .btn-all {
        padding: 8px 5px;
        width: 65px;
    }
}




/*---------------------------------------
    03. Hero
-----------------------------------------*/
/*-- Hero Slider --*/
.hero-container {
    height: 650px;
    overflow: hidden;
    margin-top: 80px;
}

.hero-slider {
    /*-- Arrow --*/
    /*-- Dots --*/
}

.hero-slider .slick-arrow {
    position: absolute;
    top: 35%;
    z-index: 9999;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: none;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.4);
    margin-top: 45px;
    transition: all ease-in-out .5s;
}

.hero-slider .slick-arrow i {
    -webkit-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    font-size: 30px;
    display: block;
    line-height: 70px;
}

.hero-slider .slick-arrow.slick-next {
    right: 10px;
}

.hero-slider .slick-arrow.slick-prev {
    left: 10px;
}

.hero-slider .slick-arrow:hover {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.hero-slider .slick-dots {
    position: absolute;
    right: 65px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-slider .slick-dots {
        right: 40px;
    }
    .hero-slider .slick-arrow {
        top: 50%;
    }
    .hero-slider .slick-arrow.slick-prev {
        right: 105px;
        left: auto;
    }
    .hero-slider .slick-arrow.slick-next {
        right: 30px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider .slick-dots {
        right: 30px;
    }
    .hero-slider .slick-arrow {
        top: 50%;
    }
    .hero-slider .slick-arrow.slick-prev {
        right: 105px;
        left: auto;
    }
    .hero-slider .slick-arrow.slick-next {
        right: 30px;
    }
}

.hero-slider .slick-dots li {
    padding: 14px 0;
    position: relative;
}

.hero-slider .slick-dots li:before {
    position: absolute;
    width: 2px;
    height: 18px;
    content: '';
    background-color: #ffffff;
    left: 50%;
    margin-left: -1px;
    top: 100%;
    margin-top: -9px;
}

.hero-slider .slick-dots li:last-child::before {
    display: none;
}

.hero-slider .slick-dots li button {
    border: none;
    background-color: transparent;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    padding: 0;
}

.hero-slider .slick-dots li button::before {
    content: '0';
}

.hero-slider .slick-dots li.slick-active button {
    color: #09A3DC;
}

.hero-slider .btn-primary {
    color: #fff;
    margin-top: 50px;
    background-color: #009DDE;
}
.hero-slider .btn-primary:hover {
    border: 2px solid #fff;
    background-color: #fff;
    color: #009DDE;
}

/*-- Hero Item --*/
.hero-item {
    padding-top: 170px;
    /*-- Image --*/
    /*-- Content --*/
    /*-- Active Content --*/
}

.hero-item .hero-image img {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    float: right;
    margin-right: 0;
    width: 370px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.hero-item .hero-content {
    padding-bottom: 200px;
    padding-top: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-item .hero-content {
        padding: 50px 15px 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-item .hero-content {
        padding: 0 15px 150px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-item .hero-content {
        padding: 30px 10px;
    }
}

.hero-item .hero-content>div {
    overflow: hidden;
}

.hero-item .hero-content>div * {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

.hero-item .hero-content>div.title * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero-item .hero-content>div.title-2 * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero-item .hero-content>div.sub-title * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero-item .hero-content>div.button * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero-item .hero-content h1 {
    font-size: 48px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 13px;
    padding-top: 15px;
    position: relative;
}

.hero-item .hero-content h1::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 6px;
    border-top: 4px solid #09A3DC;
    /*border-bottom: 2px solid #09A3DC; */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-container {
        height: 550px;
        margin-top: 0;
    }
    .hero-item .hero-content h1 {
        font-size: 36px;
        padding-bottom: 8px;
    }
}

@media (max-width: 767px) {
    .hero-container {
        margin-top: 0;
        height: 450px;
    }
    .hero-item .hero-content h1 {
        font-size: 32px;
        padding-bottom: 8px;
    }
    .hero-item .hero-content h3 {
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
    }
    .hero-slider .btn-primary {
        margin-top: 20px;
    }    
    .hero-slider .hero-item {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 680px) {
    .hero-container {
        height: 420px;
    }
    .hero-item .hero-content h1 {
        font-size: 28px;
    }    
    .hero-item .hero-content h3 {
        font-size: 15px;
        line-height: 20px;
    }
    .hero-slider .hero-item {
        padding-top: 70px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 480px) {
    .hero-container {
        height: 400px;
    }
    .hero-item .hero-content h1 {
        font-size: 22px;
    }
    .hero-slider .hero-item {
        padding-top: 50px;
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 400px) {
    .hero-slider .hero-item {
        padding-top: 50px;
        padding-bottom: 70px;
    }
}

.hero-item .hero-content h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 16px;
    margin-bottom: 0;
    padding-bottom: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-item .hero-content h3 {
        font-size: 20px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-item .hero-content h3 {
        font-size: 18px;
        margin-top: 10px;
        line-height: 24px;
    }
}

.hero-item .hero-content .btn {
    margin-top: 45px;
}


.hero-item.slick-active .hero-image img {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.hero-item.slick-active .hero-content>div * {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

.hero-item.slick-active .hero-content>div.title * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero-item.slick-active .hero-content>div.title-2 * {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.hero-item.slick-active .hero-content>div.sub-title * {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.hero-item.slick-active .hero-content>div.button * {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

/*--
    - Overlay
------------------------------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  [data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: ""; }

/*-- Overlay Color --*/
[data-overlay="light"]::before {
  background-color: #ffffff; }

[data-overlay="black"]::before {
  background-color: #000000; }

[data-overlay="red"]::before {
  background-color: #09A3DC; }

[data-overlay="dark-blue"]::before {
  background-color: #2d3e50; }

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1; }

[data-opacity="1.5"]::before {
  opacity: 0.15; }

[data-opacity="2"]::before {
  opacity: 0.2; }

[data-opacity="2.5"]::before {
  opacity: 0.25; }

[data-opacity="3"]::before {
  opacity: 0.3; }

[data-opacity="3.5"]::before {
  opacity: 0.35; }

[data-opacity="4"]::before {
  opacity: 0.4; }

[data-opacity="4.5"]::before {
  opacity: 0.45; }

[data-opacity="5"]::before {
  opacity: 0.5; }

[data-opacity="5.5"]::before {
  opacity: 0.55; }

[data-opacity="6"]::before {
  opacity: 0.6; }

[data-opacity="6.5"]::before {
  opacity: 0.65; }

[data-opacity="7"]::before {
  opacity: 0.7; }

[data-opacity="7.5"]::before {
  opacity: 0.75; }

[data-opacity="8"]::before {
  opacity: 0.8; }

[data-opacity="8.5"]::before {
  opacity: 0.85; }

[data-opacity="9"]::before {
  opacity: 0.9; }

[data-opacity="9.5"]::before {
  opacity: 0.95; }


/* ------ Welcome & Slogan ------ */

.templatemo-welcome {
    padding: 80px 0 70px;
    overflow: hidden;
    background-color: #1656A7;
}
.templatemo-welcome.wtg {
    background-color: #f1f1f1;    
}
.templatemo-welcome.donate,
.templatemo-welcome.donate h2 {
    color: #fff;
}
.templatemo-welcome h2 {
    text-transform: uppercase;
}
.big_welcome {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 50px;
    padding: 10px 20px 0 0;
    color: #fff;
}
.templatemo-welcome .small-abt {
    font-size: 15px;
    line-height: 20px;
    padding: 10px 30px 0 0;
    color: #fff;
}
.templatemo-welcome .section_title4 {
    font-size: 20px;
}



/* ------ ANIMATED COUNTER ------ */


.animated_section {
    width: 100%;
    margin: 65px auto 70px;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 40px;
}
.anim_item {
    width: 23%;
    height: 207px;
    margin: 20px 1%;
    float: left;
    text-align: center;
    padding: 0 10px;
    border-radius: 100%;
}
.anim_icon {
    margin: 15px auto 10px;
    width: 65px;
    height: 70px;
}
.anim_icon2 {
    margin: 15px auto 10px;
    width: 101px;
    height: 70px;
}  
.anim_item span {
    padding: 3px 20px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}
.anim_item p {
    margin: 7px auto 0;
    text-align: center;
    line-height: normal;
    font-size: 14px;
    color: #fff;
}



/* ------ SERVICES ------ */

.ft-services  {
    padding: 100px 0;
    background-color: #fff;
}
.ft-services.news  {
    background-color: #f1f1f1;
}

.section-wrap, .section-wrap3 {
    padding-left: 0;
}
.section-wrap2 {
    padding-left: 0;
}
.service-item {
    width: 18%;
    height: auto;
    margin: 20px 1%;
    float: left;
    padding: 12px;
}
.section-wrap .movelft {
    margin-left: -40px !important;
}
.service-item .item_icon1,
.service-item .item_icon2,
.service-item .item_icon3,
.service-item .item_icon4,
.service-item .item_icon5 {
    width: 100px;
    height: 100px;
    border-radius: 100% !important;
    background-color: #fff;
    margin: 0 auto 20px;
    box-shadow: 0 0 15px rgba(204, 204, 204, 1);
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.service-item:hover .item_icon1,
.service-item:hover .item_icon2,
.service-item:hover .item_icon3,
.service-item:hover .item_icon4,
.service-item:hover .item_icon5 {
    box-shadow: 0 0 25px rgba(0, 157, 222, 0.5);
}
.service-item .item_icon1 {
    background: url('images/social.png') no-repeat center center;
}
.service-item .item_icon2 {
    background: url('images/education.png') no-repeat center center;
}
.service-item .item_icon3 {
    background: url('images/healthcare.png') no-repeat center center;
}
.service-item .item_icon4 {
    background: url('images/youth.png') no-repeat center center;
}
.service-item .item_icon5 {
    background: url('images/agric.png') no-repeat center center;
}
.service-item h4 {
    font-family: 'Montserrat';
    font-weight: 300;
    line-height: normal;
    color: #1A1A1A;
}


.post-box {
    height: auto;
    position: relative;
    margin-bottom: 50px;
}
.post-thumb {
    height: 250px;
    overflow: hidden;
    position: relative;
}
.post-thumb img {
    height: auto;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: all ease-in-out .3s;
}
.post-box:hover .post-thumb img {
    -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15);
}
.post-thumb .date {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    width: 80px;
    height: 80px;
    text-align: center;
    color: #009DDE;
    font-family: 'Montserrat';
    font-size: 22px;    
    line-height: 1;
    padding: 10px;
    text-transform: uppercase;
}
.post-thumb .date span {
    font-size: 22px;
    padding-left: 0;
    line-height: 1.3;
}
.post-text {
    background-color: #fff;
    padding: 20px;
}
.post-box h4, .post-box2 h4 {
    padding-top: 15px;
    text-transform: uppercase;
}
.post-box h4 a, .post-box2 h4 a {
    color: #333;
    transition: all ease-in-out .3s;
}
.post-box h4 a:hover, .post-box2 h4 a:hover {
    color: #1656A7;
}

.post-box2 {
    width: 41%;
    height: auto;
    margin-right: 9%;
    float: left;
    position: relative;
    margin-bottom: 50px;
}
.post-box2 .post-thumb {
    height: 250px;
    overflow: hidden;
}


/* ------ CTC ------ */


.big-ctc h1 {
    text-align: center;
}

.big-ctc {
    min-height: 300px;
    padding: 100px 0;
    overflow: hidden;
}
.ctc-section {
    width: 70%;
    color: #fff;
    font-size: 16px;
}
.section-inner ul {
    padding-left: 10px;
}
.ctc-section h1 {
    text-align: left !important;
}
.big-ctc h1 {
    color: #fff;
    text-transform: uppercase;
}
.big-ctc p {
    color: #fff;
    width: 70%;
    font-size: 18px;
    margin: 15px auto;
    text-align: center;
    font-weight: normal;
}
.ctc-btn {
    position: relative;
    padding: 12px 15px;
    width: 145px;
    height: auto;
    border: 1px solid #fff;
    text-transform: uppercase;
    margin: 20px auto 0;
    color: #fff;
    font-size: 16px;
}
.ctc-btn2 {
    position: relative;
    padding: 12px 20px;
    width: 220px;
    height: auto;
    border: 2px solid #fff;
    text-transform: uppercase;
    margin: 20px 0 0;
    color: #fff;
    font-size: 16px;
    transition: all .3s ease-in-out;
}
.ctc-btn2:hover {
    background-color: #fff;
    color: #1656A7;
}
.ctc-btn:after {
    position: absolute;
    right: 22px;
    top: 8px;
    content: url(images/money2.png);
    width: 26px;
    height: 19px;
}





/* ---------------------------------------
            MODAL
----------------------------------------- */

.modal-body {
    position: relative;
    padding: 20px;
    padding-bottom: 35px;
}
.modal-dialog {
    width: 80%;
    margin: 30px auto;
}
.modal-content {
    position: inherit;
    background-color: transparent;
    border: 1px solid transparent;
 }
.modal .close {
    float: right;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=20);
    background-color: #529119;
    border-radius: 100% !important;
    padding: 13px 20px;
    margin-top: -30px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.modal .close span {
    font-size: 48px;
    line-height: 40px;
}
.modal .close:hover {
    background-color: #fff;
    color: #529119;
}
.modal-body-inner {
    width: 80%;
    height: auto;
    margin: 0 auto;
    color: #fff;
}
.modal-body-inner h3 {
    margin-top: 20px;
}

/* End Modal */



/* ---------------------------------------
            COMING SOON
----------------------------------------- */
.full {
    background: url('images/bg-image.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.coming-soon {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    text-align: center;
    color: #fff;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAG0lEQVQIW2NkYGB4BsQogBGXYBo2lVgFqW0mAAMyBTnkxKBjAAAAAElFTkSuQmCC) repeat;
}
.countcolor {
    color:#fff !important;
}
.coming-soon h2 {
    font-size: 64px;
    padding: 80px 0 40px;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 60px;
}

.coming-soon p {
    margin-top: 30px;
    font-size: 20px;
    line-height: 36px;
    display: inline-block;
    background: #EB7B10;
    padding: 10px 12px;
}




.map-section2 {
    width: 100%;
    height: 500px;
}
.map-section {
    width: 100%;
    height: 300px;
}
.map-bx-holder {
    width: 100%;
    height: 0;
    position: relative;
}
.map-info-bx {
    width: 300px;
    height: 250px;
    position: absolute;
    top: 25px;
    right: 50px;
    background-color: #fff;
    padding: 40px 20px;
    z-index: 1;    
    box-shadow: 0 0 15px rgba(204, 204, 204, 1);

}
.btm-address {
    margin-bottom: 15px;
}

.btm-address span,
.btm-time span {
    padding: 12px 9px 25px 5px !important;
}



/*----BLOG
        -----*/

.blog-item {
    margin: 25px 0 5px;
    overflow: hidden;
}

.blog-item-thumb {
    float: left;
    width: 40%;
    height: 200px;
    overflow: hidden;
}
.blog-item-thumb img {
    width: 100%;
    height: auto;
}
.blog-item-text {
    float: right;
    width: 60%;
    padding: 0 10px;
}
.blog-item-text h3 {
    position: relative;
    text-transform: uppercase;
    color: #333;
}
.blog-item-text span {
    margin-right: 20px;
    color: #529119;
}
.blog-item-text h3::before {
    position: absolute;
    width: 100px;
    left: 0;
    top: -15px;
    height: 2px;
    background-color: #529119;
    content: '';
}
.blog-item-text p {
    font-weight: 300;
}



.subheader {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    margin-top: 12px;
    font-size: 12px;
    color: #394B23;
}





.team_hr {
    border: 1px solid #fff;
    width: 39.5%;
    float: left;
}

.team_hr_left {
    margin-right: 30px;
    margin-left: 15px;
}

.team_hr_right {
    margin-left: 30px;
}

.hr_gray {
    border: 1px solid #cccccc;
}

.templatemo-team {
    background: url('images/background.png') ;
    font-family:  'Montserrat', sans-serif;
    min-height:590px;
    color:#ffffff;

}
.templatemo-line-header {
    margin-top:100px;
    margin-bottom:80px;
}

.member-thumb:hover .thumb-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.member-thumb {
    position: relative;
    overflow: hidden;
}

.member-thumb .thumb-overlay {
    background-color: rgba(220, 157, 102, 0.8);
    position: absolute;
    visibility: hidden;
    padding-top: 35%;
    padding-left: 25%;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}

.thumb-overlay a {
    float:left;
    margin-right: 5px;
}



.team-inner {
    margin-top:10px;
}

.team-inner-header {
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    font-size:16px;
}

.team-inner-subtext {
    font-weight:normal;
    font-size:12px;
}

.row_team {
    margin-left:-50px;
    margin-top:70px;
}

.row_team li {
    list-style: none;
}

.templatemo-project-box {
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor:pointer;
    height: 200px;
    width: 200px;
}
.templatemo-project-box img {
    min-width: 300px;
    height: auto;
    min-height: 200px;
}
.gallery-list {
    display: inline-block;
}

.templatemo-project-box:hover .project-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.project-overlay {
    background : rgba(0,0,0,.75);
    border : 2px solid #AEDE47;
    visibility: hidden;
    position: absolute;
    text-align:center;
    padding-top:40px;
    color: #ffffff;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}

.project-overlay hr {
    width : 70%;

}

.templatemo-project-gallery li {
    margin:15px;
}

.txt_darkgrey {
    color: #333333;
}

.txt_brand_col {
    color: #394B23;
}

.txt_brand_col2 {
    color: #AEDE47;
}

.txt_orange {
    color: #e67e22;
}
.txt_slogan {
    font-size:14px;
    color:#929292;
}

.templatemo-line-header span {
    font-size: 24px;
    float :left;
    margin-top: 4px;
}

.team_box  div {
    text-align: center;
    padding-top: 100px;
}




.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-style: italic;
}



.blog_box {
	margin-left: -12px;
}

/*-----
    My Styles-----*/

.clear {
    clear: both;
}    



#gallery-1 {
  margin: auto;
}
#gallery-1 .gallery-item {
  float: left;
  padding: 10px !important;
  text-align: center;
  /*width: 250px !important; */
  height: 220px !important;
  overflow: hidden;          
}
#gallery-1 .gallery-item img {
  width: 100% !important;
  height: auto;
  object-fit: cover; 
    min-width: 100%;
    min-height: 100%;
    border: none !important;    
    -webkit-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out
}
#gallery-1 .gallery-item:hover img {
    -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15);
}
#gallery-1 img {
  width: auto !important;
  height: auto;
}
dt.gallery-icon.landscape,
dt.gallery-icon.portrait {
  width: 100%;
  height: 100%;
}
#gallery-1 .gallery-caption {
  margin-left: 0;
}


/*---Footer---*/

.footer-main {
    width: 100%;
    min-height: 300px;
    padding: 100px 0 140px;
    position:relative;
    background-color: #1A1A1A;
    color: #fff;
}

.ft-main-item {
    padding: 0 20px 0 0;
}
.ft-item-left {
    float: left;
    width: 45%;
}
.ft-item-right {
    float: right;
    width: 55%;
    padding: 0 15px 0 30px;
}



.ft-main-item h3 {
    margin-top: 0 !important;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.ft-main-item p {
    font-weight: 300;
    font-size: 14px;
    padding-right: 50px;
    padding-top: 25px;
}
.ft-tel i,
.ft-mail i {
    float: left;
    padding: 4px 10px;
}
.ft-add i {    
    float: left;
    padding: 4px 10px 130px;
}
.ft-tel i:before {
    content: url(images/phone.png);
    width: 10px;
    height: 10px;
}
.ft-mail i:before {
    content: url(images/mail.png);
    width: 10px;
    height: 10px;
}
.ft-add i:before {
    content: url(images/location.png);
    width: 10px;
    height: 10px;
}
.ft-main-item .ft-cont {
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 15px;
}
.subscrb .ft-item-right {
    padding-right: 0 !important;
    padding-left: 90px;
}
.ft-main-item input {
    text-transform: none;
    padding: 9px;
    height: 50px;
    border: 1px solid #009DDE;
    color: #333 !important;
    width: 300px;
    float: left;
    display: inline-block;
    margin-bottom: 20px;
}
.ft-main-item .submt {
    float: left;
    width: 120px;
    height: 50px;
    text-align: center;
    background-color: #009DDE; 
    border: 1px solid #009DDE;
    color: #fff;
}

.ft-main-item input:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}

.footer-main .divider {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-bottom: 1px solid #333;
    margin: 30px 0;
}
.copyright {
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.copyright a {
    color: #009DDE;
  -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.copyright a:hover,
.copyright a:focus {
    color: #1A1A1A;
}
.copy-info {    
    padding: 0;
    width: 50%;
    height: auto;
    line-height: 70px;
    float: left;
    font-size: 14px;
}

.ft-social-holder {
    padding: 10px 0;
    width: 20%;
    height: auto;
    float: left;
}
.ft-social-holder a {
    color: #009DDE;
    background-color: transparent;
    font-size: 16px;
    line-height: 35px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100% !important;
    margin: 15px 5px;
    float: left;
    border: 1px solid #009DDE;
  -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ft-social-holder a:hover,
.ft-social-holder a:focus {
    color: #fff;
    background-color: #009DDE;
}
.signature {
    padding: 0 8px;
    font-size: 14px;
    width: 30%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    float: right;
}
.signature a:hover,
.signature a:focus {
    color: #fff;
}





/*---------------------------------------
 **   SOCIAL SHARING          -----
-----------------------------------------*/

/* Disable WhatsApp button on Desktop - Tutorial link: http://crunchify.me/1VIxAsz */
@media screen and (min-width: 1024px) {
    .crunchify-whatsapp {
    display: none !important;
    }
}

.crunchify-link {
    padding: 6px 12px 8px 12px !important;
    color: white;
    font-size: 20px;
    border-radius: 2px;
    margin-right: 4px;
    cursor: pointer;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    margin-top: 2px;
    display: inline-block;
}

.crunchify-link:hover, .crunchify-link:active, .crunchify-link:visited {
    color: white;
}

.crunchify-twitter {
    background: #00aced;
}

.crunchify-twitter:hover,.crunchify-twitter:active {
    background: #0084b4;
}

.crunchify-facebook {
    background: #3B5997;
}

.crunchify-facebook:hover,.crunchify-facebook:active {
    background: #2d4372;
}

.crunchify-googleplus {
    background: #D64937;
}

.crunchify-googleplus:hover,.crunchify-googleplus:active {
    background: #b53525;
}

.crunchify-buffer {
    background: #444;
}

.crunchify-buffer:hover,.crunchify-buffer:active {
    background: #222;
}

.crunchify-pinterest {
    background: #bd081c;
}

.crunchify-pinterest:hover,.crunchify-pinterest:active {
    background: #bd081c;
}

.crunchify-whatsapp {
    background: #43d854;
}

.crunchify-whatsapp:hover,.crunchify-whatsapp:active {
    background: #009688;
}

.crunchify-social {
    margin: 20px 0px 25px 0px;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}



.icon-fx {
    float: left;
    padding-right: 5px;
    padding-top: 2px;
}
.subheader .textwidget {
    min-width: 150px;
}
 
.page_banner, .single_page_banner  {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.page_banner img, .single_page_banner img {
    width: 100%;
    height: auto;
}
.single_page_banner h1 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-top: 180px;
    padding-left: 0;
    width: 40%;
}

.single_page_banner h1::before {
    position: absolute;
    width: 80px;
    left: 0;
    top: -10px;
    height: 2px;
    background-color: #fff;
    content: '';
}



/* ---------------------------------------
            PORTFOLIO ISOTOPE
----------------------------------------- */

#portfolio {
  padding: 60px 0;
  background: #fff;
}
#portfolio .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: inline-block;
}
#portfolio .portfolio-filter > li {
  float: left;
  display: block;
  margin: 4px;
}
#portfolio .portfolio-filter > li a {
  display: block;
  padding: 7px 6px;
  color: #654222;
  font-size: 14px;
  border: 1px solid #654222;
  position: relative;
}
#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active {
  background: #654222;
  color: #fff;
}
#portfolio .portfolio-items {
  margin: 20px;
}
#portfolio .portfolio-item {
  width: 19.8%;
  float: left;
  margin: 0.1%;
  padding-top: 60px;
  height: 150px;
  border: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}
#portfolio .portfolio-item:hover {
  border: 1px solid #654222;
}

#portfolio .portfolio-item img {
    width: 50%;
    height: auto;
    left: 25%;
    top: 15%;
    position: relative;
    transform: translateY(-50%);
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}




/*---About---*/

.content-wrap {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    padding: 20px;
}

.contentmgn {
    margin-bottom: 70px;
}
.content-img {
    float: left;
    width: 200px;
    height: auto;
    padding: 0 5px 5px 0;
}
.titlebdr {
    width: 130px;
    height: 1px;
    margin: 10px auto;
    border-bottom: 4px solid #AEDE47;
}
.contact_right li {
    list-style: none;
}


/*--------------------------------------------------------------
About Page
--------------------------------------------------------------*/

.abt {
    padding: 100px 0;
    background-color: #fff;
}
.abt p {
    font-size: 18px;
}
.abt-cont, .abt-cont2 {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}
.abt-cont2 li {
    margin-left: 25px;
    padding-left: 15px;
}
.big-vision {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}
.big-vision span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100% !important;
    float: left;
    margin-right: 15px;
    background-color: #009DDE;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 80px;
}
.big-vision img {
    width: 100%;
    height: auto;
}

.coy_goals {
    padding: 100px 0;
    background-color: #f9f9f9;
}
.coy_goals h3 {
    text-transform: uppercase;
}
.goal-item {
    border: 1px solid #ccc;
    padding: 30px;
    background-color: #fff;
    text-align: center;
}

.coy_team {
    padding: 100px 0 50px;
    background-color: #fff;
}
.coy_team .team_member {
    width: 200px;
    height: auto;
    margin: 0 auto 50px;
    position: relative;
    transition: all ease-in-out .3s;
}
.coy_team .team_member .mem_pix {
    width: 100%;
    height: 170px;
    overflow: hidden;
}
.coy_team .team_member .mem_pix img {
    width: 100%;
    height: auto;
    transition: all ease-in-out .3s;
}
.coy_team .team_member:hover .mem_pix img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.coy_team .team_member h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #333333;
    transition: all ease-in-out .3s;
}
.coy_team .team_member:hover h3 {
    color: #1656A7;
}
.coy_team .team_member p {
    position: relative;
    margin-top: 10px;
}
.coy_team .team_member p::before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    width: 50px;
    height: 2px;
    background-color: #ccc;
}





/*--------------------------------------------------------------
WAYS to GIVE
--------------------------------------------------------------*/

.section-col-wrap {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.section-col-wrap:last-child {
    border-bottom: none;
}
.section-col-wrap h3 {
    cursor: pointer;
    position: relative;
    padding-right: 15px;
    color: #1656A7;
}
.section-col-wrap h3 span {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 24px;
}
.section-show {
    margin-top: 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 30px;
}
.section-show-thumb {
    float: left;
    width: 250px;
    max-height: 120px;
    overflow: hidden;
    padding: 0 20px 20px 0;
}
.section-show-thumb2 {
    width: 100%;
    max-height: 270px;
    overflow: hidden;
    margin-bottom: 20px;
}
.section-show-thumb img, .section-show-thumb2 img {
    width: 100%;
    height: auto;
}



/*---Services---*/

.pg_cont {
    background-color: #F9F9FA;
    padding: 40px 0;
}


.inner_pg {
    margin: 50px auto;
    width: 60%;
    height: auto;
    font-size: 18px;
}
.service_img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.inner_img img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}
.inner_img h4 {
    color: #654222;
}
.inner_img a {
    color: #654222;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.inner_img a:hover,
.inner_img a:focus {
    color: #C9C672;
}


.single_cont {
    background-color: #F9F9FA;
    padding: 30px 20px;
}
.single_cont .row {
    margin-right: 0;
    margin-left: 0;
}
.single_text {
    background-color: #fff;
    padding: 30px;
    font-weight: 300px;
    font-size: 16px;
    line-height: 25px;
}
.single_add  {
    float: right;
}
.single_span {
    width: auto;
    padding: 10px 15px;
    background-color: #009DDE;
    color: #fff;
    font-style: normal !important;
}




.form-space {
    width: 60%;
    height: auto;
    margin: 0 auto;
}

/*----------------------------------------
 **   Contact us             -----
-----------------------------------------*/

.contact-map {
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.cont-mid {
    background-color: #00A74F;
    padding: 50px 0;
}
.cont-mid p {
    color: #fff;
}

.contact-us {
    margin: 60px 0;
}
.contact-us h1 {
    text-align: center;
}


/*---------------------------------------
 **   4.0 Forms                     -----
-----------------------------------------*/
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
}

input[type="submit"] {
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    border-radius: 4px;
    margin: 10px 0;
    border: none !important;
    box-shadow: none;
    text-shadow: none;
    font-weight: bold;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    font-size: 16px;
    color: #FFF !important;
}

.wpcf7 input[type="email"],
.wpcf7 input[type="text"],
.wpcf7 select,
.wpcf7 input[type="quiz"],
.input-box {
    text-transform: none;
    padding: 9px;
    min-height: 46px;
    border: 1px solid #999;
    color: #333 !important;
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}
.wpcf7 textarea {
    width: 100%;
    text-transform: none;
    padding: 9px;
    padding-left: 15px;
    display: inline-block;
    border: 1px solid #999;
    color: #333;
    resize: none;
    background: rgba(255,255,255, 0.95);
    height: 12.7em;
    outline: none;
    font-style: normal !important;
    border-radius: 0 !important;
    font-size: 16px;
    margin-left: 0;
}
.wpcf7-f123-o1 textarea {
    height: 7.7em;
}
.wpcf7-list-item {
    display: block;
    margin-bottom: 7px;
}
.wpcf7-list-item-label {
    padding-left: 8px;
}

.wpcf7 input:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}
.wpcf7 textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}
.wpcf7 span {
    text-align: left;
}
span.quiz-270 label {
    width: 100% !important;
}

.submit-btn {
    background-color: #009DDE;
    color: #fff !important;
    text-align: center;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.submit-btn:hover {
    background-color: #1A1A1A;
    color: #fff !important;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    top: -28px;
    left: 0;
    width: 300px;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em;
}


/* scroll to top */
.scrollToTop{
    float:left;
    width:50px;
    height:70px;
    position:fixed;
    bottom: 10%;
    right:0;
    display:none;
    z-index:1000;
    background-color: #009DDE;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 6px 5px 9px -9px black,
                      5px 6px 9px -9px black;
  -moz-box-shadow: 6px 5px 9px -9px black,
                   5px 6px 9px -9px black;
  box-shadow: 6px 5px 9px -9px black,
              5px 6px 9px -9px black;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.scrolltxt {
    font-size: 10px;
    background-color: #1656A7;
    height: 30px;
    padding-top: 10px;
}
.scrollToTop:hover .scrolltxt {
    background-color: #009DDE;
}
.scrollToTop:hover{
    background-color: #009DDE;
    color: #fff;
}
.scrolltxt:focus, .scrollToTop:focus {
    color: #fff !important;
    text-decoration: none;
}



.volunteerpg {
    padding: 60px 0;
}
.volunteerpg .row div {
    overflow: hidden;
}



@media (min-width:1201px) and (max-width:1250px) {
    .menu-holder {
        width: 820px;
        margin-left: 25px;
    }
    .post-thumb {
        height: 220px;
    }
    .navbar-nav > li a {
        padding: 30px 16px;
    }

}


@media (min-width:992px) and (max-width:1200px) {

    .menu-holder {
        width: 780px;
        margin-left: -100px;
    }
    .navbar-brand img {
        margin-left: -10px;
    }

    .navbar-nav > li a {
        font-size: 12px;
        font-weight: 300;
        font-family: 'Montserrat', sans-serif;
        padding: 30px 12px;
        position: relative;
    }
    .navbar-nav > li.menu-item-has-children > a::before {
        right: 2px;
    }


    .social-button .fa {
      font-size: 16px;
    }
    .social-button {
      display: inline-block;
      width: 25px;
      height: 25px;
      line-height: 20px;
    }
    
    

    .section_title, .section_title4{
        font-size: 28px;
    }
    .templatemo-welcome .small-abt {
        padding: 10px 20px 0 0;
    }
    .post-thumb {
        height: 200px;
    }

    .ft-main-item input {
        width: 190px;
        font-size: 13px;
    }
    .ft-main-item .submt {
        font-size: 13px;
        width: 100px;
    }

    .ft-item-right {
        padding: 0 0 0 30px;
    }

    .copy-info {
        padding: 0 20px 0 0;
        width: 40%;
        line-height: 25px;
    }

    .ft-social-holder {
        width: 30%;
        padding-left: 5%;
        padding-top: 0;
    }
    .signature {    
        padding: 0;    
        line-height: 25px;
    }

    .single_page_banner h1 {
        width: 40%;
    }


}

@media (min-width: 992px) {
    /*.navbar-nav > li > a {
        padding-top: 32px !important;
        padding-bottom: 22px !important;
    }*/

    .navbar-nav > li:last-child > a  {
        font-weight: normal;
        background-color: #cc0000;
        color: #fff;
    }
    .navbar-nav > li:last-child > a:hover {
        background-color: #009DDE !important;
    }
    .navbar-nav > li:last-child.current-menu-item  {
        border: transparent;
    }
    .social-buttons {
     display: none;
    }
  

}



@media (max-width: 991px) {
    
    header {
        position: inherit;
    }
    .col-xs-12a {
        width: 100%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: none;
    }


    .menu-holder {
        width: 100%;
        margin-left: 0;        
        border-right: none;    
        border-left: none;
    }
    .social-buttons {
      height: 30px;
      width: 140px;
      position: absolute;
      right: 40%;
      top: 70px;
    }

    .navbar-toggle {
        top: -60px;
        right: 0;
    }
    .navbar {
        min-height: 0 !important;
        float: none;
    }
    .navbar-nav > li.current-menu-item {
        border-radius: none !important;
        border: none;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 35px;
        height: 3px;
        margin-bottom: 7px;
        border-radius: 1px;
        background-color: #009DDE !important;       
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .navbar-nav {
        margin: 0 0 70px;
    }
    .navbar-nav > li.current-menu-item a::after {
        display: none;
    }
    .navbar-nav > li a {
        padding: 10px 15px;
        border-bottom: 1px solid #f1f1f1;
    }
    .navbar-nav > li:last-child a {
        border-bottom: none;
    }
    .navbar-nav > li.current-menu-item a, .navbar-nav .current-menu-parent a {
        color: #009DDE;
        background-color: transparent;
    }

    
    .navbar-toggle:hover,
    .navbar-toggle:focus {
        background-color: transparent !important;        
    }
    .navbar-toggle:hover .icon-bar,
    .navbar-toggle:focus .icon-bar  {
        background-color: #000 !important;
    }
    .navbar-nav li ul {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        background-color: transparent;
        padding: 0;
        display: none;
    }
    .navbar-nav li:hover ul {
        display: block;
    }
    .navbar-nav > li > ul > li {
        text-align: left;
        padding: 0;
        position: relative;
    }
    .navbar-nav > li > ul > li a {
        padding: 10px 15px;
    }
    .navbar-nav li ul li:hover {
        background-color: transparent;
    }
    .navbar-nav li ul li:hover a {
        color: #529119 !important; 
    }
    .navbar-nav > li:hover a {
        background-color: transparent;
    }
    .navbar-nav > li.menu-item-has-children > a::before {
        top: 10px;
    }
    .navbar-collapse {
        max-height: 100% !important;
    }
    .navbar-nav > li.current-menu-item:after,
    .navbar-nav > .current-menu-parent:after,
    .navbar-nav > li:hover:after {
      display: none;
    }

    .dropdown-menu {
        top: 45px;
    }
    

    .team-inner {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .templatemo-btn-read-more {
        margin-bottom :40px;
    }
    .icon-box {
        display: none;
    }
    .sidedisp, .sidebar1 {
        display: none;
    }

}

@media (min-width:680px) and (max-width:991px) {
    .navbar-nav {
        margin: 0;
        background-color: #fff;
        z-index: 10;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        padding: 0 30px;
    }
}


@media (min-width:768px) and (max-width:991px) {
    
    /*.nav > li > a {
        padding: 0 8px;
        font-size: 13px;
    }
    .navbar-brand {
        margin: 15px 0 17px !important;
    }
    .navbar-brand img {
        height: 40px !important;
    } 
    .social-buttons {
     display: none;
    }

    .menu-holder {
        width: 610px;        
        margin-left: -55px;
    }
    .nav > li > a {
        padding: 0 8px;
        font-size: 12.5px;
    }
    .navbar-nav > li {
        margin-top: 15px !important;
    }*/

    

    .menu-holder {
        height: 0;
    }
    .social-buttons {
      right: 35%;
      top: 0;
    }

    .section_title, .section_title4{
        font-size: 28px;
    }
    .section_title4 {
        padding-left: 0;
    }
    .section_title4::before  {
        width: 40px;
    }
    .templatemo-welcome .small-abt {
        padding: 15px 0 0 0;
    }

    .post-box {
        width: 30.3%;
        margin-right: 3%;
    }
    .post-thumb {
        height: 180px;
    }
    .post-thumb .date {
        width: 60px;
        height: 60px;
        font-size: 18px; 
    }
    .post-thumb .date span {
        font-size: 18px;
        padding-left: 0;
    }
    .no-show {
        display: none;
    }

    #gallery-1 .gallery-item {
        width: 50%;
    }

    
    .service-item {
        width: 31.3%;
        margin: 20px 1%;
        height: 220px;
    }

    .anim_item {
        width: 48%;
        height: auto;
        margin: 15px 1%;
    }

    .ft-main-item .coy {
        margin-left: 0 !important;
    }
    .ft-main-item p {
        padding-right: 10px;
    }

    .footer-main h3 {
        font-size: 18px;
    }
    .footer-main {
        padding-bottom: 120px;
    }

    .ft-main-item input {
        width: 150px;
        font-size: 13px;
    }
    .ft-main-item .submt {
        font-size: 13px;
        width: 100px;
    }
    .ft-item-left {
        float: none;
        width: 100%;
    }
    .ft-item-right {
        padding: 10px 0 0 0;
        float: none;
        width: 100%;
    }
    .ft-add i {
        padding: 4px 10px 65px;
    }

    .copyright {
        padding-top: 10px;
    }

    .copy-info {
        padding: 0 20px 0 0;
        width: 45%;
        line-height: 24px;
    }

    .ft-social-holder {
        width: 25%;
        padding-left: 0;
        padding-top: 0;
    }
    .signature {    
        padding: 0;    
        line-height: 24px;
    }
    
    .ft-social-holder a {
        font-size: 14px;
        line-height: 30px;
        width: 30px;
        height: 30px;
        margin: 5px 3px;
    }

    .page_banner,
    .single_page_banner {
        height: 350px;
    }
    .single_page_banner h1 {
        width: 50%;
        margin-top: 100px;
    }
    .section_title5 {
        margin-top: 150px;
    }
    .ctc-section {
        width: 80%;
    }
    .big-vision span {
        margin-bottom: 90px;
    }
    

    .coy_team .team_member .mem_detail {
        width: 350px;
        top: 201px;
        left: -75px;
        text-align: center;
    }


    .map-info-bx {
        width: 250px;
        height: 250px;
        background-color: rgba(255,255,255,0.6);
        padding: 20px 10px;
        font-size: 14px;
    }

    

    #portfolio .portfolio-item {
      padding-top: 40px;
      height: 100px;
    }

    .abt-pic {
        width: 50px;
        height: auto;
        float: left;
        padding-top: 40px;
    }
    .abt-txt {
        width: 75%;
        padding-left: 15px;
    }


}







@media (max-width: 767px) {

    /*.navbar-brand img {
        width: 230px;
        height: auto;
    }*/
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }




    .section_title, .section_title4 {
        padding-left: 0;
    }
    .section_title::before, .section_title4::before  {
        width: 40px;
    }
    
    .section_title3 {
        padding-left: 0;
    }
    .section_title3::before {
        width: 40px;
    }
    .section-wrap {
        padding-left: 0;
    }
    .section-wrap2 {
        padding-left: 0;
    }
    .section-wrap3 {
        padding-left: 0;
    }

    .menu-holder {
        height: 0;
    }
    .social-buttons {
      right: 30%;
      top: 0;
    }


    .section_title, .section_title4{
        font-size: 24px;
    }
    .templatemo-welcome {
        padding: 70px 0;
    }
    .big_welcome {
        margin: 0 0 50px;
        border: none; 
        text-align: left;
    }
    .templatemo-welcome .small-abt {
        padding: 15px 0 30px 0;
    }

    .service-item {
        width: 31.3%;
        margin: 20px 1%;
        height: 220px;
    }

    .anim_item {
        width: 48%;
        height: 220px;
        margin: 15px 1% 20px;
        float: left;
        padding: 0 15px;
    }

    .post-box {
        width: 80%;
        margin-right: 0;
        float: none;
    }
    .post-thumb {
        height: 300px;
    }
    .post-thumb img {
        width: 100%;
        height: auto;
    }


    .ft-main-item .coy {
        margin-left: 0 !important;
    }
    .ft-main-item p {
        padding-right: 10px;
    }

    .footer-main h3 {
        font-size: 18px;
        margin-top: 50px !important;
    }
    .footer-main {
        padding-left: 20px;
        padding-right: 20px; 
        padding-bottom: 0;
    }
    .ft-main-item .ft-cont {
        margin-bottom: 20px;
    }

    .copyright {
        height: auto;
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 50px;
    }
    .copy-info {   
        width: 100%;
        line-height: 24px;
        float: none;
        font-size: 14px;
    }

    .ft-social-holder {
        padding: 0;
        width: 100%;
        float: none;
        margin-top: 10px;
        overflow: hidden;
    }
    .signature {
        font-size: 14px;
        width: 100%;
        height: auto;
        line-height: 24px;
        text-align: left;
        float: none;
        background-color: transparent;
    }

    .page_banner,
    .single_page_banner {
        height: 300px;
        position: relative;
    }
    .single_page_banner h1 {
        width: 50%;
        margin-top: 80px;
    }
    .section_title5 {
        margin-top: 80px;
    }
    .ctc-section {
        width: 80%;
    }
    .big-vision span {
        margin-bottom: 30px;
    }

    .abt-cont {
        font-size: 14px;
        line-height: 22px;
    }
    .abt-cont2 {
        font-size: 14px;
        line-height: 22px;
    }
    .big-vision {
        font-size: 14px;
        line-height: 22px;
    }
    

    .goal-item {
        border-top: 1px solid #ccc;
        border-right: none !important;
        border-left: none !important;
        border-bottom: none !important;
        padding: 30px;
        background-color: #fff;
        text-align: center;
    }
    .goal-item:last-child {
        border-bottom: 1px solid #ccc !important;
    }
    
    .section_title2::before {
        position: absolute;
        width: 20%;
        left: 40%;
        top: -15px;
        height: 3px;
        background-color: #529119;
        content: '';
    }
    .team_member {
        text-align: center;
    }
    .coy_team .team_member p::before {
        left: 43%;
        width: 14%;
    }

    .sri-ft-img {
        max-height: 300px;
        margin-bottom: 50px;
    }


    .ft-services  {
        padding: 60px 0 0;
    }
    .templatemo-welcome {
        padding: 60px 0;
    }
    .big-ctc, .abt, .coy_goals, .coy_team {
        padding: 60px 0;
    }



    

    .map-info-bx {
        display: none;
    }

    
    #portfolio .portfolio-item {
      width: 24.8%;
      padding-top: 60px;
      height: 150px;
    }

    .single_cont .gallery-item {
        height: 200px;
        width: 50% !important;
    }


    .post-thumb .date {
        width: 60px;
        height: 60px;
        font-size: 18px; 
    }
    .post-thumb .date span {
        font-size: 18px;
        padding-left: 0;
    }



    .member-thumb .thumb-overlay {
        padding-left: 40%;

    }
    .templatemo-btn-read-more {
            margin-bottom :40px;
    }

    

    .abt-right-main {
        padding-bottom: 15px;
        padding-left: 0;
    }
    .title-col1, .title-col2, .title-col3 {
        margin-top: 30px;
    }


    
    .social-items {
        padding: 30px 0;
        font-size: 24px;
    }

    .single_text {
        font-size: 15px;
    }
    .single_add  {
        float: none;
        margin: 0 auto 20px;
        background-color: #fff;
        padding: 25px 10px;
    }


    .banner-info h1 {
        font-size: 36px;
    }
    .banner-info {
        width: 90%;
        left: 5%;
    }

}

@media (max-width: 680px) {

    .menu-holder {
        height: auto;
    }
    .social-buttons {
      right: 35%;
      top: 70px;
    }

    #portfolio .portfolio-item {
      width: 32.8%;
      padding-top: 60px;
      height: 150px;
    }

    .page_banner h1, .single_page_banner h1 {
        font-size: 30px;
    }
    

    .social-items {
        padding: 20px 0;
        font-size: 18px;
    }

    .single_cont .gallery-item {
        height: 150px;
    }

    .ft-main-item input {
        width: 190px;
        font-size: 13px;
    }
    .ft-main-item .submt {
        font-size: 13px;
        width: 100px;
    }
    .ft-item-left {
        float: none;
        width: 100%;
    }
    .ft-item-right {
        padding: 10px 0 0 0;
        float: none;
        width: 100%;
    }
    .ft-add i {
        padding: 4px 10px 35px;
    }

}


@media (max-width: 560px) {

    .navbar-toggle {
        top: -60px;
        right: 0;
    }
    .social-buttons {
      right: 36%;
    }


    .templatemo-welcome .small-abt {
        font-size: 16px;
    }

    .service-item {
        width: 48%;
        margin: 20px 1%;
        height: 220px;
    }
    .section-wrap .movelft {
        margin-left: 0 !important;
    }

    .anim_item {
        height: 250px;
    }

    .post-box {
        width: 85%;
    }
    .post-thumb {
        height: 200px;
    }
    
    .big-ctc p {
        width: 85%;
        font-size: 16px;
    }

    .ft-main-item input {
        width: 180px;
    }
    .ft-add i {
        padding: 4px 10px 50px;
    }

    .section-show-thumb {
        float: none;
        width: 100%;
        max-height: auto;
        padding: 0 0 20px 0;
        margin-bottom: 20px;
    }
    .section-show-thumb2 {
        width: 100%;
        max-height: auto;
    }    



    .map-section {
        height: 200px;
    }
    .map-section2 {
        height: 300px;
    }

    .single_cont .gallery-item {
        height: auto;
        width: 100% !important;
    }

    .page_banner h1, .single_page_banner h1 {
        line-height: normal;
        font-size: 30px;
        margin-top: 100px;
    }
    .page_banner h1::before {
        top: -5px;
    }
    .single_page_banner h1 {
        width: 65%;
        margin-top: 70px;
    }
    

    .inner_pg {
        margin: 40px auto;
        width: 80%;
    }
}
@media (max-width: 480px) {

    .social-buttons {
      right: 35%;
    }
    .navbar-toggle {
        top: -80px;
    }
    .navbar-brand {
        padding: 10px 0; 
    }


    .page_banner, .single_page_banner {
        height: 280px;
    }
    .single_page_banner h1 {
        width: 65%;
        margin-top: 70px;
    }
    .page_banner h1 {
        line-height: normal;
        font-size: 30px;
        margin-top: 100px;
    }
    .page_banner h1::before {
        top: -5px;
    }

    
    .service-item {
        width: 90%;
        margin: 20px 5%;
        height: auto;
        float: none;
    }

    .anim_item {
        width: 100%;
        height: auto;
        margin: 25px auto 35px;
        float: none;
        padding: 10px 20px;
    }

    .post-box {
        width: 85%;
    }
    .post-thumb img {
        height: 100%;
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
    }
    .post-thumb .date {
        width: 60px;
        height: 60px;
    }

    .ft-add i {
        padding: 4px 10px 90px;
    }
    .ft-main-item input {
        width: 110px;
        font-size: 12px;
    }
    .ft-main-item .submt {
        font-size: 12px;
        width: 90px;
    }

    .big-ctc p {
        width: 90%;
        font-size: 16px;
    }

    .coy_team .team_member .mem_detail {
        width: 350px;
        top: 201px;
        left: -75px;
        text-align: center;
    }

    .single_text {
        background-color: #fff;
        padding: 30px 10px;
    }
    #gallery-1 .gallery-item {
        margin-top: 0;
        margin-bottom: 0;
    }

    #portfolio .portfolio-item {
      width: 49.8%;
      padding-top: 60px;
      height: 150px;
    }

    .single_cont .gallery-icon {
       width: 100%;
        height: auto;
        margin: 20px 0;
        float: none;
    }



    .templatemo-welcome .service-item {
        width: 90%;
        padding: 15px;
    }



	.templatemo-service-item-header {
		font-size: 16px;

		padding: 23px 10px 22px;
	}
    .banner-info {
        top: 5%;
    }
    .banner-info h1 {
        font-size: 24px;
    }

}

@media (min-width:991px) and (max-width: 1200px) {
	 .team_hr {
		width: 37%;
	}
}

@media (min-width:683px) and ( max-width: 991px) {
	 .team_hr {
		width: 33%;
	}
}

@media (min-width:585px) and ( max-width: 683px) {
        .member-thumb .thumb-overlay {
            padding-left: 25%;

        }
	 .team_hr {
		width: 30%;
	}
}

@media (min-width:536px) and ( max-width: 585px) {
	 .team_hr {
		width: 28%;
	}
}

@media  (min-width:410px) and  ( max-width: 536px) {
	 .team_hr {
		width: 21%;
	}
}

@media  ( max-width: 410px) {
	
    .social-buttons {
      right: 25%;
    }
    .navbar-toggle {
        top: -70px;
        margin-right: 0;
    }
    .navbar-brand img {
        height: 35px;
    }

    .btn-top {
        right: 80px;
        top: 0;
    }

    
    #portfolio .portfolio-item {
      width: 49.8%;
      padding-top: 40px;
      height: 100px;
    }

    #gallery-1 .gallery-item {
        height: 200px !important;
    }

}
