@charset "utf-8";

/* CSS Document */


/* --------------------------Web Files-------------------------------------*/

@font-face {
    font-family: 'latoblack';
    src: url('webFonts/lato-black-webfont.woff2') format('woff2'), url('webFonts/lato-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoblack_italic';
    src: url('webFonts/lato-blackitalic-webfont.woff2') format('woff2'), url('webFonts/lato-blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    src: url('webFonts/lato-bold_0-webfont.woff2') format('woff2'), url('webFonts/lato-bold_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold_italic';
    src: url('webFonts/lato-bolditalic-webfont.woff2') format('woff2'), url('webFonts/lato-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoitalic';
    src: url('webFonts/lato-italic-webfont.woff2') format('woff2'), url('webFonts/lato-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('webFonts/lato-light-webfont.woff2') format('woff2'), url('webFonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight_italic';
    src: url('webFonts/lato-lightitalic-webfont.woff2') format('woff2'), url('webFonts/lato-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('webFonts/lato-regular-webfont.woff2') format('woff2'), url('webFonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'grand_hotelregular';
    src: url('webFonts/grandhotel-regular-webfont.woff2') format('woff2'), url('webFonts/grandhotel-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 2, 2018 */



@font-face {
    font-family: 'cookieregular';
    src: url('webFonts/cookie-regular-webfont.woff2') format('woff2'),
         url('webFonts/cookie-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gil';
    src: url('webFonts/GIL_____.eot');
    src: url('webFonts/GIL_____.eot?#iefix') format('embedded-opentype'), url('webFonts/GIL_____.woff') format('woff'), url('webFonts/GIL_____.TTF') format('truetype');
}

a:hover {
    text-decoration: underline;
}

a {
    transition: .7s;
}


/* Transition effects*/

.transition_3 {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
}

.transition_2 {
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
}

.transition_7 {
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.wow {
    visibility: hidden;
}

* {
    font-family: 'latolight';
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

body,
h3,
h1,
h2,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    -ms-transition: .7s;
    background: url(../webImages/back.png) fixed center;
}

a,
img {
    border: none;
}

a {
    text-decoration: none;
    transition: .7s;
}

a:focus {
    text-decoration: none;
    outline: none;
}

table {
    width: 100%;
}


/* --------------------------Web Files close-------------------------------------*/


/* --------------------------Fonts Classes-------------------------------------*/


/* --------------------------Fonts Classes-------------------------------------*/


/* --------------------------Main Styling-------------------------------------*/

.main_container {
    width: 100%;
    position: relative;
}

.standard {
    position: relative;
    margin: 0 auto;
    width: 1280px;
}

.background_shade {
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    z-index: 999;
    position: absolute;
    left: 0px;
    top: 0px;
}

#page {
    display: none;
}

div#preloader {
    overflow: hidden;
    background-color: #fff;
    /*    background-image: url(../webImages/1.gif);*/
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
    opacity: 0.9;
}

.logo_loader {
    overflow: hidden;
    /*    background-image: url(../webImages/loading_ico.png);*/
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 0.9;
}

.main_mmenu {
    position: relative;
    height: 72px;
    display: none;
}

.menu_icn {
    display: block;
    background: #fff;
    padding-left: 10px;
    height: 60px;
    line-height: 56px;
    /*    box-shadow: 0px 5px 20px #264b40;*/
    opacity: 0.9;
}

.logo_menu a {
    color: #5e5e5e;
    font-size: 18px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.logo_menu {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 0px;
    left: 0px;
    text-align: center;
    width: 24%;
    margin: 0 auto;
}

.logo_menu img {
    width: 100%;
}

.mm-title {
    color: #ffffff !important;
}

.mm-listview {
    list-style: none;
}


/* --------------------------Main Styling-------------------------------------*/


/* --------------------------Header Styling-------------------------------------*/

.banner_side {
    position: relative;
    width: 100%;
}

#banner {
    width: 100% !important;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#banner li {
    width: 100% !important;
}

#banner li img {
    width: 100% !important;
}

.header_side {
    position: relative;
    width: 100%;
}

.header_top {
    position: relative;
    width: 100%;
    background: #d9edf7;
    left: 0px;
    top: 0px;
    z-index: 9;
    box-shadow: 0px 0px 10px #000;
}

.background_picture .header_top {
    background: #d5dcbd;
}


.logo_side {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    transition: .7s;
    width: 92px;
    margin-right: 4%;
    padding: 0px 0px !important;
}

.logo_side img {
    width: 100%;
}

/* .logo_side:hover { */
    /* -webkit-filter: grayscale(100); */
    /* filter: grayscale(100); */
/* } */

.logo_side a {
    display: block;
    padding: 5px 0px;
}

.main_session_header {
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.main_links {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.main_links ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.main_links ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0px 15px !important;
    position: relative;
}

.main_links ul li:last-child {
    padding-right: 0px;
}

.main_links ul li a {
    display: block;
    /* color: #5c5e60; */
    color: #000000;
    font-family: 'latobold';
    font-size: 15px;
    padding: 41px 0px;
}

.main_links ul li a:hover {
    color: #333333;
}

.main_links ul ul li a:hover {
    color: #ccc;
}

.active1 {
    color: #ccc !important;
}

.main_links ul li:hover>ul {
    transform: scaleY(1);
}

.main_links ul ul {
    list-style: none;
    background: #47ab48;
    position: absolute;
    z-index: 2;
    top: 100%;
    margin-left: -54px;
    max-width: 285px;
    min-width: 285px;
    border-bottom: 3px solid #415111;
    left: 0px;
    text-align: left;
    box-shadow: 1px 1px 20px #516418;
    transition: all .2s ease-in-out;
    transform: scaleY(0);
}

.main_links ul ul li:hover>ul {
    transform: scaleY(1);
}

.main_links ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    border-top: none;
}

.main_links ul ul li {
    position: relative;
    padding: 0px;
    width: 100%;
    border-bottom: 1px solid #4b4b4b;
    box-shadow: 0px 1px #b0b0b0;
    transition: .7s;
    height: inherit;
    line-height: inherit;
    border-right: none;
    padding: 0px 0px !important;
}

.main_links:hover.active {
    color: #ccc !important;
}

.main_links ul li:nth-child(1) ul ul {
    left: 100% !important;
}

.main_links ul li:nth-child(5) ul ul {
    right: 100% !important;
}

.main_links ul li:nth-child(4) ul ul {
    right: 100% !important;
}

.main_links ul li:nth-child(9) ul {
    right: 0%;
    left: inherit;
}

.main_links ul li:nth-child(9) ul ul {
    right: 100%;
    left: inherit;
}

.main_links ul ul li:last-child {
    border-bottom: none;
    box-shadow: none;
}

.main_links ul ul li a {
     padding: 12px;
    color: #fff;
    width: 100%;
    font-size: 13px;

}

.btns_area {
    position: absolute;
    bottom: 40%;
    left: 0px;
    z-index: 1;
    width: 100%;
}

.left_btn {
    background: url(../webImages/btn.png) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    right: 1%;
    bottom: 0%;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    background-color: inherit !important;
}

.right_btn {
    background: url(../webImages/btn1.png)no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 1%;
    bottom: 0%;
    cursor: pointer;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    background-color: inherit !important;
}

.search_btn {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    margin-left: 15px;
    transition: .7s;
}

.search_btn:hover i {
    color: #708728;
}

.search_btn i {
    font-size: 25px;
    /*color: #5c5e60;*/
    color: #000000;
    transition: .7s;
}

.search_btn a {
    display: block;
}

.search_btn img {
    vertical-align: top;
}

.banner_text {
    padding-top: 19px;
    padding-bottom: 19px;
    padding-right: 20px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0px;
    width: 51.6%;
    padding-left: 5px;
    bottom: 0%;
}

.banner_txt1 {
    width: 100%;
    position: relative;
}

.banner_txt1 h2 {
    color: #fff;
    font-size: 50px;
    padding-bottom: 8px;
    max-height: 62.43px;
    overflow: hidden;
    font-family: 'cookieregular';
}

.border_side {
    background: #fff;
    height: 4px;
    width: 40px;
}

.text_banner {
    width: 90%;
    font-size: 24px;
    color: #fff;
    padding-top: 15px;
    max-height: 117px;
    overflow: hidden;
    display: none;
}

.btn_side {
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.bounce {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0);
    }
    40% {
        -o-transform: translateY(-30px);
    }
    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.btn_side a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.btn_side img {
    display: block;
    margin: 0 auto;
}

/*.background_picture .header_top {
    background: url(../webImages/banners/About-us.jpg) fixed;
    position: relative;
    top: 0;
}*/

/*.background_picture .header_top:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0px;*/
/*    top: 0px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(255, 255, 255, 0.7);*/
/*}*/


/* --------------------------Header Styling close-------------------------------------*/


/* --------------------------page Styling -------------------------------------*/


/* --------------------------page Styling close -------------------------------------*/


/* --------------------------menu Styling -------------------------------------*/


/* --------------------------menu1_link Styling close -------------------------------------*/


/* --------------------------Content Styling -------------------------------------*/

.content_side {
    position: relative;
    width: 100%;
}

.top_info_side {
    width: 100%;
    position: relative;
    padding: 40px 20px;
}

.top_info_side h3 {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    color: #5c5e60;
    font-size: 24px;
    font-family: 'latobold_italic';
    margin-right: 15%;
}

.top_icon_side {
    display: inline-block;
    vertical-align: middle;
    width: 63%;
    text-align: right;
}

.top_icon1 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5%;
    width: 35%;
    margin-bottom: 25px;
    text-align: left;
    transition: .7s;
}

.top_icon1 a {
    display: block;
}

.top_icon1 i {
    font-size: 30px;
    margin-right: 15px;
    color: #5c5e60;
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 30px;
    transition: .7s;
}

.top_text_icon {
    display: inline-block;
    vertical-align: middle;
    color: #5c5e60;
    font-size: 16px;
    font-family: 'latobold';
    width: 65%;
    transition: .7s;
}

.top_icon1:hover i {
    color: #5c5e60;
}

.top_icon1:hover .top_text_icon {
    color: #5c5e60;
}

.middle_session {
    position: relative;
    width: 100%;
    padding: 40px 20px;
    background: #47ab48;
}

.middle_side_icon {
    width: 100%;
    position: relative;
}

.icon1 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
    text-align: center;
    transition: .7s;
    margin: 0px 25px;
}

.icon1 i {
    font-size: 25px;
    color: #fff;
    display: block;
    margin-bottom: 5px;
    transition: .7s;
}

.icon1 a {
    display: block;
    color: #fff;
    font-size: 16px;
    transition: .7s;
}

.icon1:hover a {
    color: #708728;
}

.icon1:hover i {
    color: #708728;
}

.laptop_img {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 48%;
    height: 100%;
    text-align: right;
}

.laptop_img img {
    height: 100%;
}

.middle_side_txt {
    display: block;
    padding: 30px 0px;
}

.middle_side_txt h3 {
    display: block;
    color: #fff;
    font-size: 50px;
    font-family: 'latoitalic';
    max-height: 55px;
    overflow: hidden;
    width: 56%;
}

.middle_side_txt h4 {
    display: block;
    color: #fff;
    font-size: 25px;
    font-family: 'latobold';
    margin-top: 5px;
    width: 50%;
    max-height: 27px;
    overflow: hidden;
}

.middle_txt {
    width: 90%;
    position: relative;
    margin: 40px 0px;
    color: #fff;
    font-size: 16px;
    /*! max-height: 44px; */
    overflow: hidden;
}

.btn_side_middle {
    position: relative;
    width: 180px;
    height: 45px;
    line-height: 45px;
    background: #5c5e60;
    border-radius: 10px;
    text-align: center;
    transition: .7s;
    overflow: hidden;
}

.btn_side_middle a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.btn_side_middle:hover {
    background: #708728;
}

.bottom_session {
    width: 100%;
    position: relative;
    padding: 80px 0px;
    padding-bottom: 0px;
}

.bottom_session h3 {
    color: #5c5e60;
    font-size: 25px;
    font-family: 'latobold';
}

.bottom_session_img {
    width: 100%;
    position: relative;
    /*    margin: 30px 0px;*/
}

.img1 {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-right: 2%;
    margin-top: 25px;
    transition: .7s;
    position: relative;
    overflow: hidden;
    max-height: 250px;
}

.img1_box {
    width: 100%;
    position: relative;
    max-height: 238px;
    overflow: hidden;
}

.img1 a {
    display: block;
}

.img1 img {
    width: 100%;
    transition: .7s;
  border-radius: 21px;
}

.img1:hover img {
    background: rgba(255, 255, 255, .15);
}

.black_side {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    transition: .7s;
}

.img1:hover .hvr-grow {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.img1:hover .black_side {
    opacity: 0;
}

.text_img1 {
    transition: .7s;
    position: absolute;
    width: 100%;
    margin-top: 15px;
    left: 10px;
    bottom: 10px;
    opacity: 0;
}

.img1:hover .text_img1 {
    opacity: 1;
}

.text_img1 h5 {
    color: #47ab48;
    font-size: 25px;
    margin-bottom: 5px;
    max-height: 25px;
    overflow: hidden;
    font-family: 'latoblack_italic';
}

.text_img1 h2 {
    color: #728826;
    font-size: 18px;
    margin-bottom: 5px;
    max-height: 19px;
    overflow: hidden;
    /* font-family: 'latoblack_italic'; */
    font-family: 'latoregular';
}

.text_img1 h6 {
    color: #fff;
    font-size: 18px;
    max-height: 19px;
    overflow: hidden;
}

.project_detail_btn {
    width: 100%;
    position: relative;
    background: #d9edf7;
    /* background: #47ab48; */
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    transition: .7s;
    margin-top: 25px;
}

.project_detail_btn a {
    display: block;
    color: #000;
    font-size: 18px;
    font-family: 'latoitalic';
}

.project_detail_btn:hover {
    background: #47ab48;
}

.services_side {
    position: relative;
    width: 100%;
    margin: 25px 0px;
    text-align: center;
}

.services_side h4 {
    color: #5c5e60;
    font-size: 25px;
    font-family: 'latobold';
}

.main_service {
    position: relative;
    width: 100%;
}

.service1 {
    position: relative;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
    margin-top: 25px;
    transition: .7s;
}

.service1 h5 {
    color: #5c5e60;
    font-size: 20px;
    font-family: 'latobold';
    max-height: 22px;
    overflow: hidden;
    margin: 5px 0px;
    transition: .7s;
}

.service1 a {
    display: block;
}

.service1 i {
    font-size: 55px;
    color: #5c5e60;
    display: block;
    margin-bottom: 5px;
    transition: .7s;
}

.service_txt {
    color: #5c5e60;
    font-size: 16px;
    width: 100%;
    font-family: 'latoregular';
    max-height: 66px;
    overflow: hidden;
    transition: .7s;
    padding: 1px;
    display: none;
}

.service1:hover i {
    color: #47ab48;
}

.service1:hover .service_txt {
    color: #47ab48;
}

.service1:hover h5 {
    color: #47ab48;
}

.slide_side1 {
    position: relative;
    width: 100%;
    padding: 40px 20px;
    background: #5c5e60;
}

.slide_side1 h1 {
    width: 100%;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 35px;
    font-family: 'latobold';
    text-align: center;
}

.slide_side1 h3 {
    display: block;
    color: #fff;
    font-size: 25px;
    font-family: 'latobold';
    margin-top: 5px;
    max-height: 27px;
    overflow: hidden;
}

.slide_side1 p {
    width: 100%;
    position: relative;
    margin: 10px 0px;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
}

.slide_side1 ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100% !important;
}

.slide_side1 ul li {
    width: 100% !important;
    text-align: center;
}

.slide_img {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
}

.img_1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*! border-radius: 50%; */
    margin-bottom: 10px;
}

.slide_img img {
    width: 100%;
    transition: .7s;
}

.slide_img:hover .hvr-grow {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.slide_img h3 {
    color: #fff;
    font-size: 18px;
    font-family: 'latobold';
}

.slide_img span {
    color: #fff;
    font-size: 16px;
    font-family: 'latoregular';
}

.slide_txt {
    width: 75%;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-family: 'latoregular';
    display: inline-block;
    vertical-align: middle;
    margin-left: 5%;
    margin-top: 25px;
    max-height: 88px;
    overflow: hidden;
    text-align: left;
}

.btns_area1 {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 42.5%;
}

.left_btn1 {
    width: 30px;
    height: 53px;
    position: absolute;
    cursor: pointer;
    right: 2%;
    color: #fff;
    font-size: 35px;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.left_btn1:hover {
    color: #5c5e60;
}

.right_btn1 {
    width: 30px;
    height: 53px;
    position: absolute;
    cursor: pointer;
    left: 2%;
    color: #fff;
    font-size: 35px;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.right_btn1:hover {
    color: #5c5e60;
}

.client_logo_side {
    position: relative;
    width: 100%;
    padding: 40px 0px;
    text-align: center;
}

.client1 {
    width: 132px;
    height: 140px;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

.client1 a {
    display: block;
}

.client1 img {
    width: 100%;
    transition: .7s;
}

.all3 {
    width: 100%;
    position: relative;
}

.owl-controls {
    display: none;
}

.client1:hover img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.count_client {
    padding: 40px 20px;
    width: 100%;
    position: relative;
    background: #5c5e60;
    text-align: center;
}

.count1 {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    text-align: center;
}

.single {
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 45px;
    font-family: 'latobold';
}

.count1 span {
    font-size: 16px;
    color: #fff;
    font-family: 'latoregular';
}

.team_side {
    position: relative;
    width: 100%;
}

.team_side img {
    width: 100%;
}

.team_side_txt {
    position: absolute;
    left: 30px;
    top: 35%;
}

.team_side_txt h3 {
    font-size: 35px;
    color: #5c5e60;
    font-family: 'latoregular';
    max-height: 38px;
    overflow: hidden;
    width: 50%;
    margin-bottom: 10px;
}

.txt_box {
    font-size: 16px;
    color: #5c5e60;
    font-family: 'latoregular';
    width: 300px;
    max-height: 44px;
    overflow: hidden;
    margin-bottom: 10px;
}

.video_side {
    position: relative;
    width: 100%;
    text-align: center;
    background: #5c5e60;
    transition: .7s;
}

.video_side h3 {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 30px;
    font-family: 'latobold';
    margin: 0px 10px;
}

.video_side i {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 45px;
}

.video_side:hover {
    background: #5c5e60;
}

.video_side a {
    display: block;
    padding: 40px 0px;
}

.service_img img {
    max-width: 100%;
    height: 100%;
    transition: .7s;
}

.service_img {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.service_img:hover .black_side {
    opacity: 1;
}

.service_img:hover .hvr-grow {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.news_letter {
    position: relative;
    width: 100%;
    padding: 40px 20px;
    /*    background: #5c5e60;*/
    text-align: center;
}

.news_letter h3 {
    font-size: 35px;
    color: #fff;
    font-family: 'latoregular';
    max-height: 38px;
    overflow: hidden;
    width: 50%;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
}

.email_input {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
    position: relative;
}

.email_input input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    color: #5c5e60;
    font-size: 16px;
    padding-left: 10px;
    font-family: 'latoregular';
}

.email_input form button {
    background: none;
    border: none;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 7px;
    transition: .7s;
}

.email_input form:hover button {
    color: #5c5e60;
}

.search_side2 {
    position: absolute;
    right: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    z-index: 999;
    top: 250px;
}

.search_side2 form {
    width: 80%;
    position: relative;
    margin: 0 auto;
}

.search_side2 form input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #5c5e60;
    padding-left: 15px;
    background: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    color: #5c5e60;
    font-family: 'latoregular';
}

.close_btn {
    position: absolute;
    right: 15px;
    top: 11px;
    cursor: pointer;
    width: 25px;
    height: 24px;
}

.close_btn img {
    width: 100%;
}

.inner_content {
    position: relative;
    width: 100%;
    padding: 50px 0px;
    overflow: hidden;
    color: #1a1a1a;
    text-shadow: 0px 0px #1a1a1a;
    font-size: 16px;
}

.inner_content_left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #1a1a1a;
    text-shadow: 0px 0px #1a1a1a;
    font-size: 16px;
    width: 50%;
    margin-right: 5%;
}

.inner_content h3 {
    color: #1a1a1a;
    text-shadow: 0px 0px #1a1a1a;
    font-size: 25px;
    width: 100%;
    position: relative;
    margin-bottom: 25px;
    font-family: 'latobold';
}

.inner_content_right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40%;
    float: right;
}

.all1_cont {
    position: relative;
    width: 100%;
}

.slide1_count {
    position: relative;
    width: 100%;
}

.inner_content_right img {
    width: 100%;
}

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

.map_side {
    position: relative;
    width: 100%;
    margin-top: 35px;
}

.map_side iframe {
    width: 100%;
    border: 5px solid #708429;
    height: 275px;
}

.icon_side {
    position: relative;
    width: 100%;
    margin-top: 25px;
    text-align: center;
}

.icon1 {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: center;
    transition: .7s;
}

.icon1:hover {
    filter: grayscale(100%);
}

.icon1_txt {
    text-align: center;
    width: 100%;
    color: #708429;
    font-size: 20px;
    font-family: 'latoblack';
    margin-top: 15px;
}

.icon1_txt a {
    text-align: center;
    width: 100%;
    color: #708429;
    font-size: 20px;
    font-family: 'latoblack';
}

.form_side {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.form_1 {
    position: relative;
    width: 42%;
    margin-right: 4%;
    display: inline-block;
    vertical-align: top;
}

.form_1_side {
    display: inline-block;
    vertical-align: top;
    width: 115px;
    color: #3c3c3c;
    text-shadow: 0px 0px #3c3c3c;
    font-size: 15px;
    padding-top: 10px;
    font-family: 'latoregular';
}

.form_2_side {
    width: 75%;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: sub;
}

.form_2_side input {
    width: 100%;
    border: 1px solid #cdcdcd;
    height: 40px;
    padding-left: 10px;
}

.form_2_side select {
    width: 100%;
    border: 1px solid #cdcdcd;
    height: 40px;
    padding-left: 10px;
    color: #1a1a1a;
    text-shadow: 0px 0px #1a1a1a;
    font-size: 15px;
}

.form_2_side textarea {
    width: 100%;
    border: 1px solid #cccccc;
    height: 30px;
    padding-left: 10px;
    height: 110px;
    resize: none;
    padding-top: 10px;
}

.submit_side {
    height: 40px !important;
    line-height: 40px !important;
    width: 100%;
    color: #fff;
    font-size: 21px;
    text-align: center;
    background: #708429;
    font-family: 'latobold';
    transition: .7s;
    border: none !important;
    margin-top: 10px;
}

.submit_side:hover {
    background: #5c5e60;
}

.form_1 h3 {
    color: #3c3c3c;
    font-size: 24px;
    font-family: 'latobold';
    margin-top: 25px;
    margin-bottom: 25px;
}

#recaptcha2 {
    display: inline-block;
    vertical-align: top;
}

.form2 {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 50%;
}

.form2 h3 {
    color: #3c3c3c;
    font-size: 24px;
    font-family: 'latobold';
    margin-top: 25px;
    margin-bottom: 25px;
}

.form2_side h4 {
    color: #708429;
    font-size: 16px;
    font-family: 'latobold';
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
}

.form2_side {
    position: relative;
    width: 100%;
    color: #3c3c3c;
    font-size: 15px;
    font-family: 'latoregular';
    text-shadow: 0px 0px #3c3c3c;
}

.form2_inner {
    width: 100%;
    position: relative;
    margin-top: 5px;
}

.form2_inner1 {
    display: inline-block;
    vertical-align: top;
    color: #3c3c3c;
    font-size: 15px;
    width: 65px;
    font-family: 'latobold';
}

.form2_inner2 {
    display: inline-block;
    vertical-align: top;
    color: #3c3c3c;
    font-size: 15px;
    font-family: 'latoregular';
    text-shadow: 0px 0px #3c3c3c;
}

.form2_inner2 a {
    display: inline-block;
    vertical-align: top;
    color: #3c3c3c;
    font-size: 15px;
    font-family: 'latoregular';
    text-shadow: 0px 0px #3c3c3c;
}

.form2_inner2 a:hover {
    color: #708429;
}

.form2_side .social_icon {
    padding: 0px;
}

.social_icon {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

.social_icon a {
    display: inline-block;
}

.soc {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: 2px;
    transition: .7s;
}

.soc:hover {
    -webkit-filter: contrast(1.75);
    filter: contrast(1.75);
}

.fb {
    background: url(../webImages/soc.png) 0px 0px no-repeat;
}

.li {
    background: url(../webImages/soc.png)-51px 0px no-repeat;
}

.link {
    background: url(../webImages/soc.png)-102px 0px no-repeat;
}

.y {
    background: url(../webImages/soc.png)-152px 0px no-repeat;
}

.news_col {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 60%;
}

.news_col2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 35%;
    margin-right: 3%;
}


/* --------------------------Content Styling close -------------------------------------*/


/* --------------------------Propert page Styling-------------------------------------*/


/* --------------------------Propert page Styling close-------------------------------------*/


/* --------------------------owl_content Styling  -------------------------------------*/


/* --------------------------owl_content Styling close -------------------------------------*/


/* --------------------------Footer Styling -------------------------------------*/

.footer_main {
    position: relative;
    width: 100%;
    background: url(../webImages/footer_back.jpg) no-repeat fixed center;
    background-size: 100% 100%;
    padding-bottom: 10px;
}

.footer_link_side {
    width: 100%;
    padding: 10px 0px;
    /*    background: #5c5e60;*/
    position: relative;
}

.right_footer {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
}

.footer_link1 {
    display: inline-block;
    margin-right: 5%;
    vertical-align: top;
    text-align: left;
}

.footer_link1:last-child {
    margin-right: 0px;
}

.footer_link1 h3 {
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 20px;
    font-family: 'latoregular';
}

.footer_link1 ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer_link1 ul li {
    display: block;
    margin-bottom: 6px;
}

.footer_link1 ul li span {
    width: 10px;
    height: 10px;
    margin-right: 7px;
    display: inline-block;
    vertical-align: top;
}

.footer_link1 ul li span img {
    vertical-align: baseline;
}

.footer_link1 ul li a {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    padding-bottom: 4px;
    font-family: 'latoregular';
}

.footer_link1 ul li a:hover {
    color: #728826;
}

.footer_bottom_side {
    padding: 10px 0px;
    width: 100%;
    /*    background: #5c5e60;*/
}

.tag_footer {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 14px;
    padding-right: 10px;
    font-family: 'latoregular';
}

.tag_footer a {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 14px;
    font-family: 'latoregular';
}

.link_bottom_footer {
    display: inline-block;
    vertical-align: top;
    padding-left: 12px;
    border-left: 1px solid #fff;
    height: 24px;
    line-height: 24px;
    padding-top: 5px;
}

.link_bottom_footer ul {
    list-style: none;
}

.link_bottom_footer ul li {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #65582c;
    height: 13px;
    line-height: 13px;
}

.link_bottom_footer ul li:last-child {
    border-right: none;
}

.link_bottom_footer ul li a {
    display: block;
    color: #fff;
    font-size: 13px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
}

.link_bottom_footer ul li a:hover {
    color: #728826;
}

.imedia {
    font-size: 11px;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 0px;
}

.imedia .design_develop {
    top: 2px;
    padding-right: 5px;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #fff;
}

.imedia a {
    color: #fff;
    height: auto !important;
    padding-bottom: 0px;
}

.footer_bottom a {
    padding-right: 0px;
    font-size: 11px;
    color: #ffffff;
    display: inline-block;
    /* padding-bottom: 10px; */
    vertical-align: top;
}

.imedia a {
    color: #2f3031;
    height: auto !important;
    padding-bottom: 0px;
}

.m_text {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #fff;
    margin-left: -4px;
    padding-left: 8px;
    margin-top: 2px;
}

.m_text a {
    height: 14px;
    line-height: 11px;
    display: block;
    color: #fff;
    font-family: 'gil';
    font-size: 16.5px;
}

.m_text .digital_media {
    font-size: 6.82px;
    margin-top: 1px;
    color: #fff;
}

.imedia a:hover {
    color: #728826;
}

.tag_footer a:hover {
    color: #728826;
}


/* --------------------------Footer Styling close-------------------------------------*/


/* --------------------------pop Styling close-------------------------------------*/


/* --------------------------selection Styling-------------------------------------*/

h2::selection {
    color: #708728;
}

h1::selection {
    color: #708728;
}

h3::selection {
    color: #708728;
}

h4::selection {
    color: #708728;
}

h5::selection {
    color: #708728;
}

h6::selection {
    color: #708728;
}

p::selection {
    color: #708728;
}

a::selection {
    color: #708728;
}

span::selection {
    color: #708728;
}

div::selection {
    color: #708728;
}


/* --------------------------selection Styling close-------------------------------------*/


/* --------------------------Owl Styling -------------------------------------*/


/* --------------------------owl Styling close-------------------------------------*/


/* --------------------------inner Styling-------------------------------------*/


/* --------------------------inner Styling close-------------------------------------*/


/* --------------------------tabs Styling -------------------------------------*/


/* --------------------------tabs Styling close-------------------------------------*/


/* --------------------------tabs2 Styling-------------------------------------*/


/* --------------------------tabs2 Styling close-------------------------------------*/
.newCollapse {
    padding: 30px 35px !important;
}

.ui-widget-content a {
 
    font-family: 'latobold';
}