/*
Theme Name: VOEN Mall
Theme URI: http://voenmall.com/
Author: EFX Creations
Author URI: http://www.efxcreationsng.com
Description: This is a wordpress template built for Voen Shopping Mall
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:  'Raleway', Arial, Helvetice Neue, sans-serif;
    font-size: 15px;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

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

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

* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

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

/*----
    HEADER
        ----*/

.top-bar {
    min-height: 50px;
    background-color: #654222;
    width: 100%;
}

.menu-holder {
    width: 73%;
    height: auto;
    float: left;
}

.search-holder {
    width: 15%;
    float: left;
    height: auto;
    min-height: 50px;
}
.top-social-holder {
    width: 12%;
    height: auto;
    float: right;
    line-height: 48px;
}


/*Nav*/
.nav > li > a {
    text-transform: uppercase;
    color: #fff;
}

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

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


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

.navbar-nav > li.current-menu-item a {
  color: #fff;
}
.navbar-nav > li a {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Lato', 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: 35px;
    left: 0;
    width: 250px;
    height: auto;
    background-color: #654222;
    z-index: 6000;
    color: #fff;
    padding: 20px 0;
    display: none;
    text-transform: uppercase;
}
.navbar-nav > li:hover {
    background: #00A74F;
}
.navbar-nav > li:hover a {
    color: #fff;
}
.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.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 li:hover {
    background-color: #C9C672;
}



/*start search*/

.searchbx {
    position: absolute;
    top: 0;
    left: 0;
}

.sb-search {
    position: relative;
    margin-top: 0;
    width: 0%;
    min-width: 50px;
    height: 50px;
    float: left;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    outline: none;
    background: #000;
    width: 100%;
    height: 50px;
    margin: 0;
    z-index: 10;
    padding: 10px 20px 10px 70px;
    font-family: inherit;
    font-size: 16px;
    color: #C9C672;
}

.sb-search-input::-webkit-input-placeholder {
    color: #ccc;
}

.sb-search-input:-moz-placeholder {
    color: #ccc;
}

.sb-search-input::-moz-placeholder {
    color: #ccc;
}

.sb-search-input:-ms-input-placeholder {
    color: #ccc;
}

.sb-icon-search,
.sb-search-submit  {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #fff;
    background: #C9C672;
    z-index: 90;
    font-size: 22px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
    content: "\e000";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 200%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: #C9C672;
    color: #fff;
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}


/*social*/

.top-social-holder a {
    color: #C9C672;
    font-size: 19px;
    padding: 0 7px;
  -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;
}
.top-social-holder a:hover,
.top-social-holder a:focus {
    color: #fff;
}

.templatemo-top-menu {
    min-height: 100px;
    background-color: #ffffff;
    z-index: 5000;
    width: 100%;
}



.navbar-brand {
    padding: 0;
    margin: 15px 0 0 15px;
}

.top-address {
    width: 60%;
    height: auto;
    float: left;
    padding: 10px;
    margin-top: 15px;
    margin-left: 5%;
}
.top-time {
    width: 35%;
    height: auto;
    float: right;
    padding: 10px;
    margin-top: 15px;
}
.top-address p,
.top-time p {
    font-weight: 300;
}
.top-address span,
.btm-address span,
.top-time span,
.btm-time span {
    float: left;
}
.top-address span:before,
.btm-address span:before {
    content: url(images/address_icon.png);
    width: 50px;
    height: 50px;
    padding: 5px 9px 10px 5px;
}
.top-time span:before,
.btm-time span:before {
    content: url(images/time_icon.png);
    width: 50px;
    height: 50px;
    padding: 5px 9px 10px 5px;
}

.slide-wrap {
    width: 100%;
    height: 500px;
}
.camera-wrapper {
    width: 85%;
    height: 100%;
    float: left;
}

.feature-links-wrap {
    width: 15%;
    height: 100%;
    float: right;
    background-color: #C9C672;
}
.link_item {
    width: 100%;
    height: 25%;
    position: relative;
    text-align: center;
    padding: 15px;    
    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;
}
.link_item p {
    font-family: 'Lato';
    font-weight: bold;    
}
.link_item .divider {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    left: 0;
}
.link_item:hover {
    background-color: #654222;
}
.item_icon_1, .item_icon_2, .item_icon_3, .item_icon_4  {
    width: 70px;
    height: 70px;
    margin: 0 auto 5px;
}
.item_icon_1 {
    background: url(images/shop_icon.png) no-repeat center center;    
}
.item_icon_2 {
    background: url(images/food_icon.png) no-repeat center center;    
}
.item_icon_3 {
    background: url(images/movie_icon.png) no-repeat center center;    
}
.item_icon_4 {
    background: url(images/office_icon.png) no-repeat center center;    
}

/*--------------------------------------------------------------
Camera
--------------------------------------------------------------*/
.camera_wrap {
    height: 100% !important;
}
.camera_caption {
    color: #fff;
}
.camera_caption h1 {
    font-family: 'Raleway'; 
    font-weight: bolder !important;
    text-transform: uppercase;
    position: relative;
}
.camera_caption h1:before {
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    width: 200px;
    height: 2px;
    background-color: #C9C672;
}
.camera_pag {
    position: relative;
}
.camera_pag_ul {
    padding-left: 0;
}
.camera_pag li {
    list-style: none;
    position: absolute;
    top: -16px;
    width: 25%;
    height: 10px;
    opacity: 0.5;
    background-color: #fff;
    display: inline-block;
}
.camera_pag li span {
    display: none;
}
.camera_pag .cameracurrent {
    background-color: #C9C672;
}


/* ------ BRAND SLIDE ------ */

.brands-wrap {
    padding: 30px 0;
    background-color: #fff;
    overflow: hidden;
}
.brand-slider {
    width: 100%;
    margin: 20px auto;
}
.brand-slider .slick-slide {
    padding-top: 60px;
    height: 150px;
    border-left: 1px solid #e8e8e8;
}
.brand-slider .slick-slide:first-child {
    border-left: none;
}
.brand-slider .slick-slide img {
    width: 60%;
    height: auto;
    margin: 10px auto;
    top: 15%;
    position: relative;
    transform: translateY(-50%);
}
.brand-slider .slick-dots {
    display: none !important;
}


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

.templatemo-welcome {
    padding: 60px 0;
    background-color: #F9F9FA;
    overflow: hidden;
}
.templatemo-welcome h1 {
    position: relative;
}
.templatemo-welcome h1::before {
    position: absolute;
    width: 100px;
    left: 0;
    top: -15px;
    height: 2px;
    background-color: #C9C672;
    content: '';
}
.templatemo-welcome .small-abt {
    font-size: 18px;
    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: 70px 0;
    background-color: #fff;
}
.ft-services h1 {
    position: relative;
    text-align: center;
}
.ft-services h1::before {
    position: absolute;
    width: 10%;
    left: 45%;
    top: -15px;
    height: 2px;
    background-color: #C9C672;
    content: '';
}
.ft-services .title-desc {
    font-weight: 300;
    font-size: 18px;
    width: 50%;
    margin: 15px auto;
    text-align: center;
}

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

.ft-service-item {
    width: 25%;
    height: 300px;
    position: relative;
    color: #fff;
    float: left;
}
.ft-service-item .overlay {
    background-color: rgba(0, 0, 0, 0.4);
    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;
}
.read-more-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    opacity: 0;
    transition: .3s all ease;
    text-align: center;
    line-height: 300px;
    background-color: rgba(6, 104, 189, 0.5);
  -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;
}
.read-more-overlay a {
    color: #fff;    
}
.ft-service-item .overlay:hover .read-more-overlay {
    opacity: 1;
}
.ft-service-item .item-bottom {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 10%;
    left: 0;
    padding: 0 15px 10px;
}
.ft-service-item h3::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    width: 40px;
    height: 2px;
    background-color: #C9C672;
}


/* ------ EVENTS ------ */

.events  {
    padding: 70px 0;
    background-color: #fff;
    overflow: hidden;
}
.events .row {
    margin-right: 0;
    margin-left: 0;
}
.events h1,
.big-ctc h1 {
    position: relative;
    text-align: center;
}
.events h1::before,
.big-ctc h1::before {
    position: absolute;
    width: 10%;
    left: 45%;
    top: -15px;
    height: 2px;
    background-color: #C9C672;
    content: '';
}

.events-item {
    margin: 25px 0 5px;
    overflow: hidden;
}
.content-item {
    margin: 30px 0;
    overflow: hidden;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}
.content-item-thumb {
    float: left;
    width: 30%;
    height: auto;
}
.content-item-text {
    float: right;
    width: 70%;
    padding: 0 10px;
}

.events-item-thumb {
    float: left;
    width: 40%;
    height: 200px;
    overflow: hidden;
}
.events-item-thumb img,
.content-item-thumb img {
    width: 100%;
    height: auto;
}
.events-item-text {
    float: right;
    width: 60%;
    padding: 0 10px;
}
.events-item-text h3,
.content-item-text h3 {
    position: relative;
    text-transform: uppercase;
    color: #333;
}
.events-item-text span {
    margin-right: 20px;
    color: #654222;
}
.content-item-text span {
    color: #654222;
}
.events-item-text h3::before,
.content-item-text h3::before {
    position: absolute;
    width: 100px;
    left: 0;
    top: -15px;
    height: 2px;
    background-color: #C9C672;
    content: '';
}
.events-item-text p,
.content-item p {
    font-weight: 300;
}



.big-ctc {
    min-height: 200px;
    padding: 50px 0;
    overflow: hidden;
}
.big-ctc h1 {
    color: #fff;
    text-transform: uppercase;
}



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

/*----Gallery
        -----*/

.gal-wrap {
    margin-bottom: 50px;
    width: 100%;
    height: auto;
    padding: 0 40px;
}
.single_cont .gallery-item {
    height: 200px;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;

}

.single_cont .gallery-icon img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    border: none !important;
    width: 100%;
    height: auto;

}
.single_cont .wp-caption-text {
    display: none;
}




.subheader {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    margin-top: 12px;
    font-size: 12px;
    color: #394B23;
}


.btn-brown {
    padding: 10px 10px;
    width: 100px;
    height: auto;
    text-align: center;
    background-color: #654222;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    color:#ffffff;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.btn-brown:hover, .btn-brown:focus, .btn-brown:active {
    background-color: #C9C672;
    color:#ffffff;
}
.btn-green-big {
    background-color: #C9C672;
    padding: 10px 5px;
    width: 120px;
    height: auto;
    text-align: center;
    margin: 25px auto 10px;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    color:#ffffff;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.btn-green-big:hover, .btn-green-big:focus, .btn-green-big:active {
    background-color: #654222;
    color:#ffffff;
}



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

.btn_loadmore {
	margin-top:30px;
	margin-bottom:80px;
}

.blog_box {
	margin-left: -12px;
}

/*-----
    My Styles-----*/

.clear{
    clear: both;
}    


/*---Footer---*/

.footer-main {
    float: left;
    width: 80%;
    height: 150px;
    padding: 30px;
    background-color: #2A2A30;
}
.copyright {
    float: right;
    width: 20%;
    height: 150px;
    padding: 30px;
    background-color: #C9C672;
    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;
}

.ft-main-item {
    padding: 0 20px;
    color: #fff;
}
.ft-main-item p {
    font-weight: 300;
    font-size: 16px;
}
.ft-tel i,
.ft-mail i {
    float: left;
    padding: 5px;
}
.ft-tel i:before {
    content: url(images/tel.png);
    width: 10px;
    height: 10px;
}
.ft-mail i:before {
    content: url(images/mail.png);
    width: 10px;
    height: 10px;
}

.ft-social-holder {
    margin-top: 20px;
}
.ft-social-holder a {
    color: #fff;
    background-color: #C9C672;
    font-size: 24px;
    padding: 10px 14px;
    margin-left: 1px;
  -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: #654222;
}



/*---------------------------------------
 **   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  {
    width: 100%;
    height: 150px;
    overflow: hidden;
}
.page_banner img {
    width: 100%;
    height: auto;
}

.page_banner h1 {
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    line-height: 100px;
}
.page_banner h1::before {
    position: absolute;
    width: 10%;
    left: 45%;
    top: 15px;
    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: 50px 0;
    background-color: #fff;
}
.abt p {
    font-size: 18px;
}
.big-intro {
    text-align: right;
    font-weight: 300;
    font-size: 28px;
    line-height: normal;
}
.style-intro {
    text-align: center;
    font-weight: 300;
    font-size: 28px;
    line-height: normal;
}
.abt-right-main {
    padding-top: 15px;
    padding-left: 10px;
}
.abt-pic {
    width: 60px;
    height: auto;
    float: left;
    padding-top: 40px;
    padding-bottom: 10px;
}
.abt-txt {
    width: 80%;
    float: left;
    padding-left: 20px;
}
.abt-txt p {
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
}
.bdr-btm {
    border-bottom: 1px solid #ccc;
}

.bdr-tp {
    border-top: 1px solid #ccc;
}
.title-col1, .title-col2, .title-col3 {
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
}
.title-col1 {
    color: #1FCDFF;
}
.title-col2 {
    color: #DA0023;
}
.title-col3 {
    color: #0668BD;
}



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




.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;
    width: 100%;
    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="quiz"],
.input-box {
    text-align: center;
    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;
}
.wpcf7 textarea {
    width: 100%;
    text-align: center;
    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: center;
}
span.quiz-270 label {
    width: 100% !important;
}

.submit-btn {
    background-color: #654222;
    color: #fff !important;
    text-align: center;
}
.submit-btn:hover {
    background-color: #C9C672;
    color: #fff !important;
}


/* 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: #654222;
    height: 30px;
    padding-top: 10px;
}
.scrollToTop:hover .scrolltxt {
    background-color: #C9C672;
}
.scrollToTop:hover{
    background-color: #000;
    color: #fff;
}
.scrolltxt:focus, .scrollToTop:focus {
    color: #fff !important;
    text-decoration: none;
}




/*--------------------------------------------------------------
Fixed Header
--------------------------------------------------------------*/
@media screen and (max-width: 990px) {
    .fixedDiv {
        display: none !important;
    }

    .mgntop {
        padding-top: 100px;
    }
}



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

    .nav > li > a {
        padding: 0 12px;
    }

    .menu-holder {
        width: 81%;
    }
    .search-holder {
        width: 9%;
    }
    .top-social-holder {
        width: 10%;
    }
    .top-social-holder a {
        font-size: 18px;
        padding: 0 2px;
    }
    .sb-search.sb-search-open,
    .no-js .sb-search {
        width: 300%;
    }

    .top-address {
        width: 60%;
        margin-left: 5%;
    }
    .top-time {
        width: 35%;
    }
    .top-address p,
    .top-time p {
        font-size: 14px;
    }
    
    .slide-wrap {
        height: 450px;
    }
    .cameraSlide img {
        min-width: 100% !important;
        width: auto !important;
        height: 550px !important;
    }
    .link_item {
        padding: 5px 15px;    
    }  

    .brands-wrap {
        padding: 5px 0;
    }

    .ft-services .title-desc {
        width: 60%;
    }
    .ft-service-item {
        height: 250px;
    }

    .footer-main {
        height: 170px;
    }
    .copyright {
        height: 170px;
    }
    .ft-social-holder {
        margin-top: 35px;
    }
    .ft-social-holder a {
        font-size: 20px;
        padding: 9px 12px;
        margin-left: 1px;
    }


    .team_box,  .team_box_over {
        height:220px;
        width:220px;
    }
    .icon-box-item {
        width: 15%;
        margin: 0.35em;
    }

}

@media (min-width:992px) {

    .fixedDiv {
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #f1f1f1;
        background-color: #fff;
        z-index: 10000;
    }
    .fixedDiv .navbar-brand {
        height: 50px;
        position: relative;
        line-height: 30px;
        padding: 7px 15px;
        margin-top: 20px;
        display: inline-block;
    }

    .sidebar1 {
        display: block;
        width: 100%;
        height: auto;
        background-color: #394B23;
        padding: 20px;
        color: #fff;
    }
    .sidedisp {
        display: block;
    }
}

@media (max-width:1024px) {

    .mouseholder,
    .mouseholder .mouse {
        display: none;
    }
}

@media (max-width:991px) {

    .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:868px) and (max-width:990px) {
    .nav > li > a {
        padding: 0 9px;
        font-size: 12px;
    }

    .menu-holder {
        width: 78%;
    }
    .search-holder {
        width: 9%;
    }
    .top-social-holder {
        width: 13%;
    }
    .top-social-holder a {
        font-size: 18px;
        padding: 0 2px;
    }
    .footer-main {
        width: 78%;
        height: 170px;
        padding: 30px;
    }
    .copyright {
        width: 22%;
        height: 170px;
        padding: 30px 15px;
    }

}

@media (min-width:768px) and (max-width:867px) {
    .nav > li > a {
        padding: 0 9px;
        font-size: 12px;
    }

    .menu-holder {
        width: 93%;
    }
    .search-holder {
        width: 7%;
    }
    .top-social-holder {
        display: none;
    }
    .footer-main {
        width: 78%;
        height: 200px;
        padding: 30px;
    }
    .copyright {
        width: 22%;
        height: 200px;
        padding: 30px 15px;
    }
}

@media (min-width:768px) and (max-width:990px) {
  
    .sb-search.sb-search-open,
    .no-js .sb-search {
        width: 500%;
    }

    .navbar-brand img {
        width: 200px;
        height: auto;
    }

    .top-address {
        width: 58%;
        padding: 7px;
        margin-left: 5%;
        margin-top: 10px;
    }
    .top-time {
        width: 37%;
        padding: 7px;
        margin-top: 10px;
    }
    .top-address p,
    .top-time p {
        font-size: 13px;
    }
    .top-address span {
        padding-bottom: 20px;
    }

    .slide-wrap {
        height: 400px;
    }
    .cameraSlide img {
        min-width: 100% !important;
        width: auto !important;
        height: 500px !important;
    }
    .link_item {
        padding: 5px 15px;    
    }
    .link_item p {
        visibility: hidden;    
    }
    .item_icon_1, .item_icon_2, .item_icon_3, .item_icon_4 {
        margin: 10px auto 5px;
    }

    .brands-wrap {
        padding: 5px 0;
    }
    .brand-slider {
        margin: 10px auto;
    }
    .brand-slider .slick-slide {
        padding-top: 30px;
        height: 100px;
    }

    .templatemo-welcome .small-abt {
        font-size: 16px;
    }
    .templatemo-welcome .service-item {
        float: left;
        padding: 10px;
    }

    .ft-services .title-desc {
        width: 60%;
    }
    .ft-service-item {
        height: 225px;
    }

    .events-item-text span {
    margin-right: 5px;
    }

    .map-info-bx {
        width: 250px;
        height: 250px;
        background-color: rgba(255,255,255,0.6);
        padding: 20px 10px;
        font-size: 14px;
    }

    .ft-social-holder {
        margin-top: 0;
    }
    .ft-social-holder a {
        background-color: transparent;        
        font-size: 20px;
    }
    .ft-social-holder a:hover {
        background-color: transparent;
        color: #C9C672;
    }


    .ft-main-item {
        padding: 0 10px;
    }

    #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) {
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 10px;
  }

}

@media (max-width: 768px) {

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

    .top-address {
        width: 55%;
        padding: 7px;
        margin-left: 0;
        margin-top: 15px;
    }
    .top-time {
        width: 40%;
        float: right;
        padding: 7px;
        margin-top: 15px;
    }
    .top-address p,
    .top-time p {
        font-size: 13px;
    }

    .search-holder {
        width: 10%;
        float: right;
        min-height: 0;
    }
    
    .sb-search {
        top: 65px;
        min-width: 40px;
        float: right;
        height: 40px;
    }
    .sb-icon-search  {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .sb-search-input {
        width: 100%;
        height: 40px;
        padding: 10px 20px 10px 70px;
    }
    .sb-search.sb-search-open,
    .no-js .sb-search {
        width: 400%;
    }

    .slide-wrap {
        height: auto;
    }
    .camera-wrapper {
        width: 100%;
        height: 350px;
        float: none;
    }
    .feature-links-wrap {
        display: none;
    }
    .cameraSlide img {
        min-width: 100% !important;
        width: auto !important;
        height: 450px !important;
    }

    .brands-wrap {
        padding: 5px 0;
    }
    .brand-slider {
        margin: 10px auto;
    }
    .brand-slider .slick-slide {
        padding-top: 30px;
        height: 100px;
        border-left: 1px solid #e8e8e8;
    }

    .templatemo-welcome h1 {
        width: 70%;
        text-align: center;
        margin: auto auto;
    }
    .templatemo-welcome h1::before {
        width: 20%;
        left: 40%;
    }
    .templatemo-welcome .small-abt {
        font-size: 18px;
        text-align: center;
        width: 70%;
        margin: 20px auto;
    }
    .templatemo-welcome .service-item {
        width: 31.3%;
        height: auto;
        margin: 20px 1%;
        float: left;
        padding: 10px;
    }
    .btn-brown {
        padding: 10px 10px;
        width: 100px;
        height: auto;
        text-align: center;
        margin: 25px auto 30px;
    }

    .ft-services .title-desc {
        width: 70%;
    }
    .ft-service-item {
        width: 50%;
        height: 250px;
    }

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

    .events-item {
        height: 265px;
    }
    .map-info-bx {
        display: none;
    }

    .footer-main {
        width: 100%;
        float: none;
        height: auto;
    }
    .copyright {
        width: 100%;
        height: auto;
        padding: 30px;
    }

    #portfolio .portfolio-item {
      width: 24.8%;
      padding-top: 60px;
      height: 150px;
    }

    .single_cont .gallery-item {
        height: 200px;
        width: 50% !important;
    }


    
    .top-bar {
        min-height: 10px !important;
        background-color: #654222;
        width: 100%;
        margin-top: -46px;
    }
    .top-social-holder {
        display: none;
    }
    .navbar-toggle {
        position: absolute;
        top: 55px;
        right: -140px;
        z-index: 1;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 35px;
        height: 3px;
        margin-bottom: 7px;
        border-radius: 1px;
        background-color: #C9C672 !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.3 ease-out;
    }
    .navbar-nav {
        margin: 70px -15px 10px;
    }
    .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.current-menu-item:after,
    .navbar-nav > li.current_page_parent:after
    .navbar-nav > li:hover:after  {
      left: 40%;
      width: 20%;
      height: 2px;
    }
    .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: 8px 15px;
        position: relative;
    }
    .navbar-nav > li > ul > li a {
        color: #fff;
    }
    .navbar-nav li ul li:hover {
        background-color: transparent;
    }
    .navbar-nav > li ul li:hover:after {
      content: '';
      position: absolute;
      top: 0;
      left: 40%;
      width: 20%;
      height: 2px;
      background: #C9C672;
    }


    .member-thumb .thumb-overlay {
        padding-left: 40%;

    }
    .templatemo-btn-read-more {
            margin-bottom :40px;
    }

    .navbar-collapse {
        max-height: 100% !important;
    }

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

    .navbar-brand img {
        margin-bottom: 10px;
    }
    .top-address {
        display: none;
    }
    .top-time {
        display: none;
    }
    .navbar-toggle {
        right: -100px;
    }
    .ft-service-item {
        height: 200px;
    }

    #portfolio .portfolio-item {
      width: 32.8%;
      padding-top: 60px;
      height: 150px;
    }
    

    .social-items {
        padding: 20px 0;
        font-size: 18px;
    }

    .single_cont .gallery-item {
        height: 150px;
    }

}


@media (max-width: 560px) {

    .navbar-toggle {
        right: -90px;
    }
    .sb-search.sb-search-open,
    .no-js .sb-search {
        width: 700%;
    }

    .navbar-brand img {
        width: 200px;
    }

    .camera-wrapper {
        height: 300px;
    }
    .cameraSlide img {
        height: 350px !important;
    }

    .brand-slider .slick-slide {
        padding-top: 25px;
        height: 80px;
        border-left: 1px solid #e8e8e8;
    }

    .templatemo-welcome h1 {
        width: 80%;
    }
    .templatemo-welcome h1::before {
        width: 30%;
        left: 35%;
    }
    .templatemo-welcome .small-abt {
        font-size: 16px;
        width: 80%;
    }
    .templatemo-welcome .service-item {
        width: 80%;
        margin: 20px auto;
        float: none;
        padding: 15px;
    }

    .events h1::before,
    .big-ctc h1::before {
        width: 30%;
        left: 35%;
    }
    .events-item {
        height: auto;
    }

    .events-item-thumb {
        float: none;
        width: 100%;
        height: 300px;
    }
    .content-item-thumb {
        float: none;
        width: 100%;
        height: auto;
    }
    .events-item-text,
    .content-item-text {
        float: none;
        width: 100%;
        padding: 20px 10px;
    }

    .map-section {
        height: 200px;
    }
    .map-section2 {
        height: 300px;
    }

    .single_cont .gallery-item {
        height: auto;
        width: 100% !important;
    }


    
    .templatemo-top-menu {
        min-height: 80px;
    }

    .page_banner h1 {
        line-height: 40px;
        padding-top: 30px;
    }
    .page_banner h1::after {
        bottom: -15px;
    }

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

    .navbar-toggle {
        right: -70px;
    }
    .camera-wrapper {
        height: 250px;
    }
    .cameraSlide img {
        height: 300px !important;
    }

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

    .events-item-thumb {
        height: auto;
    }

    #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) {
	
    .navbar-toggle {
        right: -40px;
    }
    .navbar-brand img {
        width: 160px;
    }

    .camera-wrapper {
        height: 250px;
    }
    .cameraSlide img {
        height: 300px !important;
    }
    #portfolio .portfolio-item {
      width: 49.8%;
      padding-top: 40px;
      height: 100px;
    }

}
