/*
Theme Name: SADA World
Theme URI: http://sadaworld.com/
Author: EFX Creations
Author URI: http://www.efxcreationsng.com
Description: This is a wordpress template built for SADA World
Version: 1.0
*/
@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, html { overflow-x:hidden; }

body {
    background-color: #ffffff;
    font-family:  'Montserrat', Arial, Helvetice Neue, sans-serif;
    font-size: 14px;
	font-weight: 300;
	font-style: normal;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 { font-family: 'Mina', Arial, Helvetice Neue, sans-serif; font-weight: 800; }

p { font-family: 'Montserrat', Arial, Helvetice Neue, sans-serif; }

span { font-family: 'Mina', 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: #529119;    
    -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: #529119;
    -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;
}

/*----
    HEADER
        ----*/
header {
    width: 100%;
    height: auto;
    position: fixed;
    background-color: rgba(255,255,255, 0.9);
    background-color: #fff;
    z-index: 1000;    
    -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);
}
.navbar-brand {
    padding: 0;
    margin: 12px 0 10px;
}

.menu-holder {
    width: 680px;
    margin-left: 20px;
    height: auto;
    float: left;
}

.topright-holder {
    width: 180px;
    float: left;
    height: auto;
}


/*Nav*/
.nav > li > a {
    text-transform: uppercase;
    color: #000;
    padding: 0 12px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    color: #529119;
}



.navbar {
    margin-bottom: 0;
    border: none;
}

.navbar-nav > li a:hover,
.navbar-nav > li:hover {
    background-color: transparent !important;
}

.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: #529119;
}

.navbar-nav > li.current-menu-item a {
  color: #529119;
}
.navbar-nav > li a {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}


.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: 55px;
    left: 0;
    width: 250px;
    height: auto;
    background-color: #fff;
    z-index: 6000;
    padding: 20px 0;
    display: none;
    text-transform: uppercase;
}

.navbar-nav > li:hover a {
    color: #529119;
}
.navbar-nav li:hover ul {
    display: block;
}
.navbar-nav > li > ul > li {
    text-align: left;
    list-style: none;
    padding: 8px 15px;
    -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 {
    color: #000 !important;
}
.navbar-nav li ul li:hover {
    background-color: #529119;
}
.navbar-nav > li > ul > li:hover a {
    color: #fff !important;
}

/*Membership Button*/

.btn-top {
    position: relative;
    padding: 7px 15px;
    width: 143px;
    height: auto;
    text-transform: uppercase;
    float: right;
    margin-top: 13px;
    color: #fff;
    border: none;
}
.btn-top:after {
    content: '';
    border-left: 4px solid transparent;
  border-right: 4px solid transparent;  
  border-top: 4px solid #fff;
   height:0;
   width:0;
   position:absolute;
   bottom: 15px;
   right: 12px;
}
.dropdown-menu {
    position: absolute;
    top: 47px;
    right: 0;
    z-index: 1000;
    display: none;
    float: none;
    text-align: center;
    min-width: 160px;
    padding: 10px 0;
    margin: 2px 0 0;
    font-size: 14px;
    color: #fff;
    background-color: #529119;
    border: none !important;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dropdown-menu li {
    display: inline-block;
    font-size: 13px;
}
.dropdown-menu .memdivider {
    padding: 0 10px;
}
.dropdown-menu a {
    color: #fff;
}
.dropdown-menu a:hover,
.dropdown-menu a:focus {
    color: #fff;
    opacity: 0.6;
}



/*--------------------------------------------------------------
Search
--------------------------------------------------------------*/
.searchrt {
    width: 20px;
    height: 30px;
    z-index: 100;
    float: left;
    margin-top: 16px;
}
.right_bt span{
    width: 19px;
    height: 20px;
    margin-top: 5px;
    display: inline-block;
    background: url(images/search.png) no-repeat 0px 0px;
    -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.right_bt span:hover {
    color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.box{
    position:absolute;
    top:-1000px;
    width:100%;
    color:#fff;
    margin:auto;
    padding:0px;
    padding-bottom: 50px;
    z-index:999999;
    text-align:center;
    left:0px;
 }
.box_content_center{
    background:rgba(0,0,0,0.9);
}
a.boxclose {
  cursor: pointer;
  text-align: center;
  display: block;
  position: absolute;
  top: 1.7em;
  right: 9em;
}
.boxclose span {
    width: 40px;
    height: 45px;
    display: inline-block;
    background: url(images/into.png) no-repeat -0px -45px;
    transition: opacity .4s ease;
}
.boxclose span:hover{
    background: url(images/into.png) no-repeat -0px 4px;
}
#searchwrap {
  width: 780px;
  margin: 100px auto;
  display: inline-block;
  position: relative;
  height: 100%;
  padding: 50px 0;
  border: 1px solid #fff;
}

#searchwrap input[type="text"],
#searchwrap input[type="search"] {
  height: 60px;
  font-size: 55px;
  display: inline-block;
  font-weight: 100;
  border: none;
  outline: none;
  color: #fff !important;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 30px;
  position: absolute;
  top: 20px;
  left: 0;
  background: none;
  z-index: 3;
  width: 700px;
  z-index: 1;
  cursor: text;
}

#searchwrap input[type="submit"] {
  height: 70px;
  width: 63px;
  display: inline-block;
  color:red;
  float: right;
  background: url(images/search2.png) no-repeat 0px 0px;
  border: none;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity .4s ease;
}

#searchwrap input[type="submit"]:hover {
  opacity: 0.8;
}
#searchwrap ::-webkit-input-placeholder {
   color: #fff !important;
}
#searchwrap :-moz-placeholder { /* Firefox 18- */
   color: #fff !important;
}
#searchwrap ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff !important;
}
#searchwrap :-ms-input-placeholder {
   color: #fff !important;
}


/*----BUTTONS
        -----*/

.btn-brown {
    padding: 10px 10px;
    width: 100px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    background-color: #D64136;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    color:#ffffff;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.btn-regular {
    padding: 10px 10px;
    width: 100px;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    background-color: #529119;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    color:#ffffff;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.btn-brown:hover, .btn-regular:hover, .btn-regular:focus, .btn-regular:active, .btn-brown:focus, .btn-brown:active {
    background-color: #000;
    color:#ffffff;
}
.btn-big {
    padding: 15px 5px;
    width: 180px;
    height: auto;
    margin: 50px auto 0;
    text-align: center;
    text-transform: uppercase;
    background-color: #D64136;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    color:#ffffff;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.btn-big:hover, .btn-big:focus, .btn-big:active {
    background-color: #000;
    color:#ffffff;
}

.btn-green-big:hover, .btn-green-big:focus, .btn-green-big:active {
    background-color: #654222;
    color:#ffffff;
}



/*--------------------------------------------------------------
Image Slider
--------------------------------------------------------------*/

.slide-wrap2 {
    width: 100%;
    /*height: 600px;*/
    margin-top: 55px;
    position: relative;
}

.camera-wrapper {
    width: 100%;
    height: 100%;
}

.camera_wrap {
    width: 100% !important;
}
/*.camera_caption {
    color: #fff;    
    width: 40%;
    height: auto;
    right: 30%;
    left: auto;
    padding: 25px 15px 25px 135px;
    bottom: auto;
    top: 150px;
    z-index: 100;
    border: 2px solid #fff;
    background: rgba(0,0,0,0.5);
}
.camera_caption h1 {
    font-family: 'Montserrat'; 
    font-weight: bolder !important;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px !important;
}
.camera_caption h1:before {
    content: '';
    position: absolute;
    left: -105px;
    top: 10px;
    width: 90px;
    height: 4px;
    background-color: #009DDE;
}
.camera_pag {
    position: relative;
}
.camera_pag_ul {
    padding-left: 0;
    width: 100px;
    margin: 0 auto;
}
.camera_pag li {
    list-style: none;
    position: absolute;
    top: -40px;
    width: 15px;
    height: 15px;
    margin: 0 3px;
    border: 2px solid #009DDE;
    border-radius: 100% !important;
    background-color: transparent;
    display: inline-block;
    text-align: center;
}
.camera_pag li span {
    display: none;
}*/
.camera_pag .cameracurrent {
    background-color: #fff;
    border: #fff;
}



/*--------------------------------------------------------------
Video Slider
--------------------------------------------------------------*/

.slide-wrap {
    width: 100%;
    height: 600px;
    margin-top: 50px;
}

.slider-caption {
    position: absolute;
    width: 80%;
    height: auto;
    left: 10%;
    top: 120px;
    z-index: 100;
}
.slider-caption h1 {
    position: relative;
    text-align: center;
    color: #fff;
    line-height: 45px;
}
.slider-caption h1::before {
    position: absolute;
    width: 20%;
    left: 40%;
    top: -25px;
    height: 3px;
    background-color: #529119;
    content: '';
}
.slider-caption span {
    padding: 6px 7px;
    font-size: 15px
    color: #fff;
    text-align: center;
    border-radius: 100% !important;
    border: #fff 1px solid;
}


/* Video Overlay */

#overlay {
background-color:rgba(0,0,0,.65);
height:600px;
left:0;
position:relative;
top:0;
transition:background-color 300ms ease;
width:100%;
}

.fade { background-color:rgba(0,0,0,.85) !important; }


/* Hero Video + Fallback */

#hero-vid {
background:url("http://www.markhillard.com/sandbox/media/polina.jpg") no-repeat scroll 0 0 #000;
background-size:cover;
top: 50px;
height:auto;
min-height:100%;
min-width:100%;
perspective:1000;
position:fixed;
right:0;
width:auto;
z-index:-1;
}

#hero-pic {
display:block;
height:auto;
width:100%;
}

#state {
bottom:0;
cursor:pointer;
font-size:2.25rem;
left:0;
line-height:1;
padding:2rem 2.5rem 1.65rem;
position:absolute;
}

.slide-wrap {
height:auto;
min-height:100%;
min-width:100%;
perspective:1000;
width:100%;
}
.vid_button .first {
    display: none;
}
.modal video {
    width: 100%;
}


/* ------ ANIMATED COUNTER ------ */

.animated_wrap {
    background-color: #fff;
}
.animated_section {
    width: 100%;
    margin: 65px auto 80px;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #fff;
}
.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: #529119;
}
.anim_item p {
    margin: 7px auto 0;
    text-transform: uppercase;
    text-align: center;
    line-height: normal;
    font-size: 14px;
}



/* ------ Welcome & Slogan ------ */

.templatemo-welcome {
    padding: 100px 0;
    overflow: hidden;
    background-color: #fff;
}
.templatemo-welcome h2 {
   font-weight: 300 !important;
   padding-bottom: 30px;
   line-height: 1.5;
}
.templatemo-welcome img {
    width: 100%;
}

.templatemo-welcome .small-abt {
    font-size: 17px;
    font-weight: 300;
}
.templatemo-welcome .service-item {
    width: 31.3%;
    height: auto;
    margin: 20px 1%;
    float: left;
    padding: 12px;
}
.templatemo-welcome .service-item .item_icon1,
.templatemo-welcome .service-item .item_icon2,
.templatemo-welcome .service-item .item_icon3 {
    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;
}
.templatemo-welcome .service-item:hover .item_icon1,
.templatemo-welcome .service-item:hover .item_icon2,
.templatemo-welcome .service-item:hover .item_icon3 {
    box-shadow: 0 0 25px rgba(101, 66, 34, 0.5);
}
.templatemo-welcome .service-item .item_icon1 {
    background: url('images/convenience_icon.png') no-repeat center center;
}
.templatemo-welcome .service-item .item_icon2 {
    background: url('images/security_icon.png') no-repeat center center;
}
.templatemo-welcome .service-item .item_icon3 {
    background: url('images/park_icon.png') no-repeat center center;
}




/* ------ SERVICES ------ */

.ft-services  {
    padding: 100px 0 0;
    background-color: #f9f9f9;
}
.ft-services h1 {
    position: relative;
    text-align: center;
}
.ft-services h1::before {
    position: absolute;
    width: 10%;
    left: 45%;
    top: -15px;
    height: 3px;
    background-color: #529119;
    content: '';
}
.ft-services .title-desc {
    font-weight: 300;
    font-size: 18px;
    width: 65%;
    margin: 20px auto 40px;
    text-align: center;
}

.ft-service-wrap {
    width: 100%;
    height: auto;
}

.ft-service-item {
    width: 25%;
    height: 300px;
    position: relative;
    color: #fff;
    float: left;
}
.ft-service-item .overlay1,
.ft-service-item .overlay2,
.ft-service-item .overlay3,
.ft-service-item .overlay4 {
    position: absolute;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    right: 0;
    top: 0;
  -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-service-item .overlay1 {
    background-color: rgba(32, 135, 0, 0.8);
}
.ft-service-item .overlay2 {
    background-color: rgba(0, 0, 0, 0.7);
}
.ft-service-item .overlay3 {
    background-color: rgba(214, 65, 54, 0.8);
}
.ft-service-item .overlay4 {
    background-color: rgba(0, 0, 0, 0.8);
}
.ft-service-item .item-bottom {
    width: 100%;
    height: auto;
    position: absolute;
    top: 18%;
    left: 0;
    padding: 0 30px 10px;
  -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-service-item:hover .item-bottom {
    width: 90%;
    top: 15%;
    left: 5%;
}
.ft-service-item span {
    position: absolute;
    bottom: 15px;
    right: 15px;
    opacity: 0.7;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}
.ft-service-item h3 {
    text-transform: uppercase;
    font-family: 'Mina';
}
.ft-service-item h3::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    width: 50px;
    height: 2px;
    background-color: #fff;
}



/* ------ CTC ------ */


.big-ctc h1 {
    position: relative;
    text-align: center;
}
.big-ctc h1::before {
    position: absolute;
    width: 10%;
    left: 45%;
    top: -15px;
    height: 2px;
    background-color: #fff;
    content: '';
}

.big-ctc {
    min-height: 300px;
    padding: 100px 0;
    overflow: hidden;
}
.big-ctc h1 {
    color: #fff;
    text-transform: capitalize;
}
.big-ctc p {
    color: #fff;
    width: 70%;
    font-size: 17px;
    margin: 15px auto;
    text-align: center;
}


/* ---------------------------------------
            Start Loading page
----------------------------------------- */

.loading {
    display: block;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 1;
    -webkit-transition: all 1.5s 2s ease-in-out;
    -moz-transition: all 1.5s 2s ease-in-out;
    -ms-transition: all 1.5s 2s ease-in-out;
    -o-transition: all 1.5s 2s ease-in-out;
    transition: all 1.5s 2s ease-in-out;
}
.loading .loading-wrapper {
    position: relative;
    left: calc(50% - 25px);
    top: calc(50% - 20px);
    width: 95px;
    height: 30px;
    -webkit-transition: all 2s 1s ease-in-out;
    -moz-transition: all 2s 1s ease-in-out;
    -ms-transition: all 2s 1s ease-in-out;
    -o-transition: all 2s 1s ease-in-out;
    transition: all 2s 1s ease-in-out;
}
.loading .loading-wrapper .rec {
    display: inline-block;
    height: 30px;
    width: 15px;
    border-radius: 100% !important;
    background: #529119;
    -webkit-animation: loading 1.2s infinite ease-in-out;
    -moz-animation: loading 1.2s infinite ease-in-out;
    -ms-animation: loading 1.2s infinite ease-in-out;
    -o-animation: loading 1.2s infinite ease-in-out;
    animation: loading 1.2s infinite ease-in-out;
}
.loading .loading-wrapper .r2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.loading .loading-wrapper .r3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.loading .loading-wrapper .r4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.loading .loading-wrapper .r5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes loading {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.5);
        -moz-transform: scaleY(0.5);
        -ms-transform: scaleY(0.5);
        -o-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }
    20% {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }
}
@-moz-keyframes loading {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.5);
        -moz-transform: scaleY(0.5);
        -ms-transform: scaleY(0.5);
        -o-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }
    20% {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }
}
@-ms-keyframes loading {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.5);
        -moz-transform: scaleY(0.5);
        -ms-transform: scaleY(0.5);
        -o-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }
    20% {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }
}
@-o-keyframes loading {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.5);
        -moz-transform: scaleY(0.5);
        -ms-transform: scaleY(0.5);
        -o-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }
    20% {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }
}
@keyframes loading {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.5);
        -moz-transform: scaleY(0.5);
        -ms-transform: scaleY(0.5);
        -o-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }
    20% {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }
}
.loading.loaded {
    visibility: hidden;
    opacity: 0;
}
.loaded .loading-wrapper {
    top: -100%;
    opacity: 0;
}

/* End Loading page */



/* ---------------------------------------
            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;
    padding-right: 20px;
}

.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;
}



/*--------------------------------------------------------------
FAQ
--------------------------------------------------------------*/

.faq-wrap {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.faq-wrap:last-child {
    border-bottom: none;
}
.faq-wrap h1,
.faq-wrap h3 {
    cursor: pointer;
    position: relative;
    padding-right: 15px;
}
.faq-wrap h1 span,
.faq-wrap h3 span {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 18px;
}
.faq-ans {
    margin-top: 20px;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
}



.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:  'Open Sans', 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;
}    


/*---Footer---*/

.footer-main {
    width: 100%;
    min-height: 300px;
    padding: 100px 0 140px;
    position:relative;
}
.footer-main .big_info {
    text-transform: uppercase;
    color: #fff;
    font-size: 26px;
    font-weight: 300;
}
.footer-main .divider {
    border-bottom: 3px solid #333;
    width: 100%;
    margin: 10px 0 50px;
}
.ft-main-item {
    padding: 0 20px 0 0;
    color: #fff;
}
.ft-main-item h3 {
    margin-top: 0 !important;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.ft-main-item p {
    font-weight: 300;
    font-size: 16px;
    padding-right: 50px;
    padding-top: 25px;
}
.ft-main-item ul {
    list-style: none;
    padding-left: 0;
}
.ft-main-item .coy {
    margin-left: 40px !important;
}
.ft-main-item li a {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
}
.ft-main-item li a:hover,
.ft-main-item li a:active {
    color: #529119;
}

.ft-tel i,
.ft-mail i,
.ft-add i {
    float: left;
    padding: 5px 10px;
}
.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_marker.png);
    width: 10px;
    height: 10px;
}
.ft-main-item .ft-cont {
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
}
.ft-main-item .ft-cont a {
    color: #fff;
}
.cont-link a {
    color: #333333;
}
.cont-link a:hover,
.cont-link a:active,
.ft-main-item .ft-cont a:hover,
.ft-main-item .ft-cont a:active {
    color: #529119;
}
.ft-add i {
    padding-bottom: 20px;
}


.copyright {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}
.copyright a {
    color: #fff;
  -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: #000;
}
.copy-info {    
    padding: 0;
    width: 37%;
    height: auto;
    line-height: 70px;
    float: left;
}

.ft-social-holder {
    padding: 10px 0;
    width: 31%;
    height: auto;
    float: left;
}
.ft-social-holder a {
    color: #fff;
    background-color: transparent;
    font-size: 16px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100% !important;
    margin: 5px;
    float: left;
    border: 1px solid #fff;
  -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: #529119;
}
.signature {
    padding: 0 6px;
    font-size: 14px;
    width: 32%;
    line-height: 70px;
    text-align: center;
    float: right;
    background-color: #5CC6D0;
}





/*---------------------------------------
 **   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: 250px;
    overflow: hidden;
}
.page_banner img, .single_page_banner img {
    width: 100%;
    height: auto;
}
.single_page_banner h1 {
    color: #fff;
    text-transform: capitalize;
    position: relative;
    margin-top: 120px;
}

.single_page_banner h1::before {
    position: absolute;
    width: 10%;
    left: 0;
    top: -20px;
    height: 2px;
    background-color: #fff;
    content: '';
}

.page_banner h1 {
    color: #fff;
    text-transform: capitalize;
    position: relative;
    line-height: 260px;
}
.page_banner h1::before {
    position: absolute;
    width: 10%;
    left: 0;
    top: 95px;
    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: #529119;
  font-size: 14px;
  border: 1px solid #529119;
  position: relative;
}
#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active {
  background: #529119;
  color: #fff;
}
/* #portfolio .portfolio-items {
  padding: 25px;
} */

/* 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;
}

/*--------------------------------------------------------------
Page Section Titles
--------------------------------------------------------------*/

.section_title {
    position: relative;
    text-align: center;
}
.section_title::before {
    position: absolute;
    width: 10%;
    left: 45%;
    top: -15px;
    height: 3px;
    background-color: #529119;
    content: '';
}
.section_title2 {
    position: relative;
    text-transform: uppercase;
}
.section_title2::before {
    position: absolute;
    width: 20%;
    left: 0;
    top: -15px;
    height: 3px;
    background-color: #529119;
    content: '';
}

/*--------------------------------------------------------------
About Page
--------------------------------------------------------------*/

.abt {
    padding: 100px 0;
    background-color: #fff;
}
.abt p {
    font-size: 18px;
}
.big-vision {
    text-align: center;
    font-weight: 300;
    font-size: 19px;
    line-height: 28px;
}
.big-vision span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100% !important;
    margin: 10px auto;
    background-color: #529119;
    color: #fff;
}
.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;
}
.coy_team .team_member .mem_pix {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.coy_team .team_member .mem_pix img {
    width: 100%;
    height: auto;
}

.coy_team .team_member h3 {
    text-transform: uppercase;
}
.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;
}
.coy_team .team_member .mem_detail {
    visibility: hidden;
    background-color: #529119;
    color: #fff;
    padding: 20px;
    width: 350px;
    height: auto;
    position: absolute;
    top: 201px;
    left: 0;
    z-index: 10;
}
.team-p:nth-child(4) .team_member .mem_detail,
.team-p:nth-child(8) .team_member .mem_detail,
.team-p:nth-child(12) .team_member .mem_detail,
.team-p:nth-child(16) .team_member .mem_detail {
    left: auto !important;
    right: 0 !important;
}
.coy_team .team_member .mem_detail a,
.coy_team .team_member .mem_detail a:hover,
.coy_team .team_member .mem_detail a:focus {
    color: #fff;
}
.coy_team .team_member .mem_detail span {
    border-top: 1px dotted #fff;
    border-bottom: 1px dotted #fff;
    padding: 7px 0;
    font-family: 'Montserrat';
}
.coy_team .team_member:hover .mem_detail {
    visibility: visible;
}


/* ------ Team Slide ------ */

.team_slide {
    width: 100%;
    margin: 0 auto 10px;
}
.slick-slide {
    padding-top: 60px;
}
.slick-dots {
    display: none !important;
}
.slicknav {
    position: relative;
    width: 80px;
    margin: 0 auto 40px;
}

 .slicknav .prev,
 .slicknav .next {
    display: block;
    height: 40px;
    width: 40px;
    background-color: #529119 !important;
    color: #fff;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
}
.slicknav .prev{
  position: absolute;
  left: 0;
  bottom: -25px;
  border-radius: 20px 0 0 20px !important;
}

.slicknav .next{
  position: absolute;
  right: 0;  
  bottom: -25px;
  border-radius: 0 20px 20px 0 !important;
}



/* ------ SRI ------ */

.sri-ft-img {
    max-height: 200px;
    overflow: hidden;
}
.sri-ft-img img {
    width: 100%;
    height: auto;
}

.sri_dggc_item {
    border: 1px solid #ccc;
    padding: 30px;
    width: 70%;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
}


.cont-bdr {
    border: 1px solid #ccc;
    padding: 30px;
    font-size: 16px;
    line-height: 26px;
}
.spracca-desc {
    font-weight: 300;
    font-size: 18px;
    width: 65%;
    margin: 20px auto 40px;
    text-align: center;
}
.digt-tools span {
    line-height: 100px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    font-size: 18px;
    color: #000;
    margin: 15px;
    padding: 20px;
    white-space:nowrap;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.digt-tools .resource_items {
    line-height: 30px;
    float: left;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    font-size: 17px;
    color: #000;
    margin: 10px;
    padding: 18px;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.digt-tools span:hover {
    padding: 18px;
}
.digt-tools .resource_items:hover {
     color: #529119;
}
.digt-tools p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}


/*--------------------------------------------------------------
Resource Page
--------------------------------------------------------------*/
.resource-form {
    padding: 100px 0;
    background-color: #fff;
}
.form-space {
    width: 60%;
    height: auto;
    margin: 0 auto;
}
.form-space h2 {
    text-align: center;
}






/*---Services---*/

.pg_cont {
    background-color: #F9F9FA;
    padding: 60px 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: 10px;
    font-weight: 300px;
    font-size: 16px;
    line-height: 25px;
}
.single_add  {
    float: right;
}
.single_span {
    width: auto;
    padding: 10px 15px;
    background-color: #654222;
    color: #fff;
}



/*----------------------------------------
 **   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 input[type="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 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: #529119;
    color: #fff !important;
    text-align: center;
}
.submit-btn:hover {
    background-color: #000;
    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;
}


.gtranslate {
    display: none;
}

/* scroll to top */
.scrollToTop{
    float:left;
    width:50px;
    height:70px;
    position:fixed;
    bottom: 10%;
    right:0;
    display:none;
    z-index:1000;
    background-color: #000;
    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: #529119;
    height: 30px;
    padding-top: 10px;
}
.scrollToTop:hover .scrolltxt {
    background-color: #000;
}
.scrollToTop:hover{
    background-color: #000;
    color: #fff;
}
.scrolltxt:focus, .scrollToTop:focus {
    color: #fff !important;
    text-decoration: none;
}



@media (min-width:1251px) and (max-width:1300px) {
    .menu-holder {
        margin-left: 0;
    }
}


@media (min-width:1201px) and (max-width:1250px) {
    .menu-holder {
        margin-left: 0;
        width: 660px;
    }
}


@media (min-width:991px) and (max-width:1200px) {

    .menu-holder {
        width: 580px;
        margin-left: 0;
    }

    .topright-holder {
        width: 140px;
        margin-left: -15px;
    }
    .nav > li > a {
        padding: 0 7px;
        font-size: 13.5px;
    }
    .btn-top {
        padding: 7px 2px;
        width: 115px;
        font-size: 12px;
        margin-top: 13.5px;
    }
    .btn-top:after {
       bottom: 15px;
       right: 6px;
    }
    .dropdown-menu {
        top: 45px;
        left: -20px;
        z-index: 1000;
    }    
    
    .slide-wrap {
        height: 500px;
    }
    #overlay {
        height:500px;
    }

    .team-p:nth-child(4) .team_member .mem_detail,
    .team-p:nth-child(8) .team_member .mem_detail,
    .team-p:nth-child(12) .team_member .mem_detail,
    .team-p:nth-child(16) .team_member .mem_detail  {
        left: 0 !important;
        right: auto !important;
    }
    .team-p:nth-child(3) .team_member .mem_detail,
    .team-p:nth-child(6) .team_member .mem_detail,
    .team-p:nth-child(9) .team_member .mem_detail,
    .team-p:nth-child(12) .team_member .mem_detail,
    .team-p:nth-child(15) .team_member .mem_detail    {
        left: auto !important;
        right: 0 !important;
    }

    .camera_next {
      right: 27px;
    }
    .camera_prev {
      left: 28px;
    }
    .slide-wrap2 .slider-caption {
        top: 100px;
    }
    .slide-wrap2 .slider-caption h1 {
        line-height: 42px;
    }


    
    .ft-services .title-desc {
        width: 60%;
    }
    .ft-service-item {
        height: 360px;
    }
    .ft-service-item .item-bottom {
        top: 15%;
    }
    .ft-service-item:hover .item-bottom {
        top: 10%;
    }


}

@media (min-width: 991px) {
  .navbar-nav > li > a {
    padding-top: 22px;
    padding-bottom: 15px;
  }

  #imgsticky {
      width: 350px;
    }
  

}



@media (max-width:990px) {

    .navbar-toggle {
        position: absolute;
        top: 0px;
        right: 0;
        z-index: 1;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 35px;
        height: 3px;
        margin-bottom: 7px;
        border-radius: 1px;
        background-color: #529119 !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: 70px 0 10px;
    }
    .navbar-nav > li {
        padding: 10px 0;
    }
    .navbar-nav > li a {
        text-align: center;
    }

    
    .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: block;
    }
    .navbar-nav li:hover ul {
        display: block;
    }
    .navbar-nav > li > ul > li {
        text-align: center;
        padding: 13px 0 0;
        position: relative;
    }
    .navbar-nav li ul li:hover {
        background-color: transparent;
    }
    .navbar-nav li ul li:hover a {
        color: #529119 !important; 
    }
    .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;
    }

    .btn-top {
        margin-top: 10px;
    }
    .btn-top:after {
       bottom: 15px;
       right: 12px;
    }
    .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:768px) and (max-width:990px) {
    
    .menu-holder {
        width: 280px;
        margin-left: 0;
    }

    .topright-holder {
        width: 185px;
    }


    .slide-wrap {
        height: 500px;
    }
    #overlay {
        height:500px;
    }
    .btn-big {
        padding: 15px 5px;
        width: 180px;
        margin: 50px auto 0;
    }
    .slider-caption {
        top: 90px;
    }

    .camera_next {
      right: 27px;
    }
    .camera_prev {
      left: 28px;
    }
    .slide-wrap2 {
        margin-top: 52px;
    }
    .slide-wrap2 .slider-caption {
        top: 65px;
        width: 70%;
        left: 15%;
    }
    .slide-wrap2 .slider-caption h1 {
        line-height: 36px;
        font-size: 30px;
    }
    .slide-wrap2 .btn-big {
        margin: 30px auto 0;
    }


    .templatemo-welcome .small-abt {
        font-size: 16px;
    }

    .ft-services .title-desc {
        width: 60%;
    }
    .ft-service-item {
        width: 50%;
        height: 280px;
    }
    .ft-service-item .item-bottom {
        top: 15%;
    }
    .ft-service-item:hover .item-bottom {
        top: 10%;
    }

    .anim_item {
        width: 48%;
        height: auto;
        margin: 15px 1%;
    }

    #imgsticky {
      width: 280px;
    }

    .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;
    }

    
    .copy-info {   
        width: 37%;
        line-height: 65px;
        font-size: 14px;
    }

    .ft-social-holder {
        padding: 8px 0;
        width: 24%;
    }
    .ft-social-holder a {
        font-size: 14px;
        line-height: 30px;
        width: 30px;
        height: 30px;
        margin: 5px 3px;
    }
    .signature {
        padding: 0 4px;
        font-size: 12px;
        width: 39%;
        line-height: 65px;
    }

    .coy_team .team_member .mem_detail {
        width: 350px;
        top: 201px;
        text-align: center;
    }

    .team-p:nth-child(3) .team_member .mem_detail {
        left: 0 !important;
        right: auto !important;
    }
    .team-p:nth-child(2) .team_member .mem_detail,
    .team-p:nth-child(6) .team_member .mem_detail,
    .team-p:nth-child(10) .team_member .mem_detail {
        left: auto !important;
        right: 0 !important;
    }


    .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 (min-width: 768px) {
    #imgsticky {
      position: fixed;
    }
}



@media (max-width: 767px) {

    /*.navbar-brand img {
        width: 230px;
        height: auto;
    }*/

    .menu-holder {
        width: 100%;
        margin-left: 0;
    }

    .topright-holder {
        width: 185px;
        position: absolute;
        top: -50px;
        right: 15px;
    }
    .navbar-toggle {
        top: -50px;
        right: 186px;
    }
    .navbar {
        min-height: 0 !important
    }
    
    .slide-wrap {
        height: 400px;
    }
    #overlay {
        height:400px;
    }
    .btn-big {
        padding: 12px 5px;
        width: 180px;
        margin: 30px auto 0;
    }
    .slider-caption {
        top: 50px;
        width: 90%;
        height: auto;
        left: 5%;
    }
    .slider-caption h1 {
        line-height: 40px;
    }

    .camera_next {
      right: 0px;
    }
    .camera_prev {
      left: 1px;
    }
    .slide-wrap2 {
        margin-top: 53px;
    }
    .slide-wrap2 .slider-caption {
        top: 55px;
        width: 76%;
        left: 12%;
    }
    .slide-wrap2 .slider-caption h1 {
        line-height: 32px;
        font-size: 28px;
    }
    .slide-wrap2 .btn-big {
        padding: 10px 5px;
        width: 135px;
        margin: 30px auto 0;
        font-size: 12px;
    }

    .templatemo-welcome .small-abt {
        width: 100%;
        margin: 20px auto;
    }

    .ft-services .title-desc {
        width: 75%;
    }
    .ft-service-item {
        width: 50%;
        height: 300px;
    }
    .ft-service-item .item-bottom {
        top: 15%;
    }
    .ft-service-item:hover .item-bottom {
        top: 10%;
    }

    .anim_item {
        width: 48%;
        height: 220px;
        margin: 15px 1% 20px;
        float: left;
        padding: 0 15px;
    }

    .big-ctc h1::before {
        width: 20%;
        left: 40%;
    }

    .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: 65px;
        float: none;
        font-size: 14px;
    }

    .ft-social-holder {
        padding: 0;
        width: 100%;
        float: none;
        margin-top: 10px;
        overflow: hidden;
    }
    .signature {
        font-size: 12px;
        width: 100%;
        height: auto;
        line-height: 65px;
        text-align: left;
        float: none;
        background-color: transparent;
    }
    .signature a:hover,
    .signature a:focus {
        color: #529119;
    }

    .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;
    }
    .big-vision {
        margin-bottom: 100px;
    }
    .abt-cont {
        text-align: center;
    }
    .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%;
    }
 
    .team-p:nth-child(4) .team_member .mem_detail,
    .team-p:nth-child(8) .team_member .mem_detail,
    .team-p:nth-child(12) .team_member .mem_detail,
    .team-p:nth-child(16) .team_member .mem_detail {
        left: 0 !important;
        right: auto !important;
    }

    .sri-ft-img {
        max-height: 300px;
        margin-bottom: 50px;
    }



    

    .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;
    }



    .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_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) {

    .slide-wrap2 .slider-caption {
        width: 80%;
        left: 10%;
        top: 35px;
    }
    .slide-wrap2 .slider-caption h1 {
        line-height: 28px;
        font-size: 24px;
    }
    .slide-wrap2 .btn-big {
        margin: 18px auto 0;
    }

    #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;
    }

}


@media (max-width: 560px) {

    
    .navbar-toggle {
        right: 175px;
    }

    .slide-wrap {
        height: 350px;
    }
    #overlay {
        height:350px;
    }
    .btn-big {
        padding: 10px 5px;
        width: 160px;
        margin: 15px auto 0;
    }
    .slider-caption {
        top: 40px;
    }
    .slider-caption h1 {
        line-height: 32px;
        font-size: 28px;
    }
    .modal-dialog {
        width: 90%;
        margin: 30px auto;
    }

    .slide-wrap2 .slider-caption {
        width: 90%;
        left: 5%;
    }
    .slide-wrap2 .slider-caption h1 {
        line-height: 22px;
        font-size: 18px;
    }
    .slide-wrap2 .btn-big {
        padding: 8px 5px;
        width: 130px;
        margin: 15px auto 0;
        font-size: 12px;
    }
    .camera_next,
    .camera_prev {
        display: none;
    }

    .templatemo-welcome .small-abt {
        font-size: 16px;
    }

    .ft-services  {
        padding: 60px 0 0;
    }
    .templatemo-welcome {
        padding: 60px 0;
    }
    .big-ctc, .abt, .coy_goals, .coy_team, .resource-form {
        padding: 60px 0;
    }

    .ft-service-item {
        height: 350px;
    }

    .anim_item {
        height: 250px;
    }
    
    .big-ctc h1::before {
        width: 30%;
        left: 35%;
    }
    .big-ctc p {
        width: 85%;
        font-size: 16px;
    }
    



    .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;
    }

    

    .inner_pg {
        margin: 40px auto;
        width: 80%;
    }
}
@media (max-width: 480px) {

    .topright-holder {
        width: 175px;
        position: absolute;
        top: 0;
        right: auto;
        left: 15px;
    }
    .navbar-toggle {
        top: 0;
        right: auto;
        position: relative;
    }
    .navbar-brand {
        padding: 10px 0; 
    }

    .slide-wrap {
        height: 350px;
        margin-top: 120px;
    }
    .slide-wrap2 {
        margin-top: 136px;
    }
    #overlay {
        height:350px;
        margin-top: 120px;
    }
    #hero-vid {
        margin-top: 70px;
    }
    .btn-big {
        padding: 8px 5px;
        width: 160px;
        margin: 15px auto 0;
    }
    .slider-caption h1 {
        line-height: 28px;
        font-size: 24px;
    }

    .page_banner {
        height: 280px;
    }
    .page_banner h1 {
        line-height: normal;
        font-size: 30px;
        margin-top: 180px;
    }
    .page_banner h1::before {
        top: -5px;
    }

    
    .ft-services .title-desc {
        width: 70%;
        font-size: 16px;
    }
    .ft-service-item {
        width: 100%;
        height: 260px;
        float: none;
    }

    .anim_item {
        width: 100%;
        height: auto;
        margin: 25px auto 35px;
        float: none;
        padding: 10px 20px;
    }
    .big-ctc p {
        width: 90%;
        font-size: 16px;
    }

    .coy_team .team_member .mem_detail {
        width: 350px;
        top: 201px;
        left: -75px;
        text-align: center;
    }
    .team-p:nth-child(4) .team_member .mem_detail,
    .team-p:nth-child(8) .team_member .mem_detail,
    .team-p:nth-child(12) .team_member .mem_detail,
    .team-p:nth-child(16) .team_member .mem_detail {
        left: -75px !important;
    }

    

    #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) {
	

    #portfolio .portfolio-item {
      width: 49.8%;
      padding-top: 40px;
      height: 100px;
    }

}
