﻿@import url('https://fonts.googleapis.com/css?family=Heebo:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,500,500i,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Lora:400,700&subset=latin-ext');
@font-face {
    font-family: 'themify';
    src: url('../fonts/themify.woff') format('woff');
}
@font-face {
    font-family: 'littlelordfontleroy.regular';
    src: url('../fonts/littlelordfontleroy.regular.otf') format('opentype');
}
@font-face {
    font-family: 'flaticon';
    src: url('../fonts/flaticon.woff') format('woff');
}
body {
    padding: 0;
    margin: 0;
    text-align: left;
}
.brdr{
    border:1px solid #000;
}
a,
a:hover,
a:active,
a:hover,
a:focus {
    text-decoration: none;
}

.frgt {
    float: right;
}

.mangtop30 {
    margin-top: 30px;
}

.mangtop40 {
    margin-top: 40px;
}

.mngbtm60 {
    margin-bottom: 60px;
}
.mngbtm20 {
    margin-bottom: 20px;
}
/*-------top_part-------*/ 
.fbb{
	color:#4867AA;
}
.whtt{
	color:#2AB200;
}
.im-checkout{
    background: #75c26a !important;
    box-shadow: none !important;
    border: 1px solid adjust-lightness(#75c26a, -10%) !important;
    text-shadow: none !important;
    border-radius: 1.5em !important;
    padding: 0 25px !important;
    color: #fff !important;
    font-size: 14px !important;
    margin-top: 22px;
    line-height: 35px !important;
    height: 33px;
}
.im-checkout:hover{
    background: #aec318 !important;
    color: #fff !important;
}
.logo-item a img:hover{
	-webkit-animation-name: wobble-to-top-right;
	animation-name: wobble-to-top-right;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
@-webkit-keyframes wobble-to-top-right {
	16.65% {
		-ms-transform: translate(8px, -8px);
		-webkit-transform: translate(8px, -8px);
    	transform: translate(8px, -8px);
	}

	33.3% {
	    -ms-transform: translate(-6px, 6px);
	    -webkit-transform: translate(-6px, 6px);
	    transform: translate(-6px, 6px);
  	}

	49.95% {
	    -ms-transform: translate(4px, -4px);
	    -webkit-transform: translate(4px, -4px);
	    transform: translate(4px, -4px);
  	}

  	66.6% {
	    -ms-transform: translate(-2px, 2px);
	    -webkit-transform: translate(-2px, 2px);
	    transform: translate(-2px, 2px);
  	}

	83.25% {
    	-ms-transform: translate(1px, -1px);
    	-webkit-transform: translate(1px, -1px);
		transform: translate(1px, -1px);
	}
	
	100% {
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.tag {
    padding-left: 10px;
    font-family: 'Open Sans',sans-serif;
    font-size: 40px;
    color: #97ac02;
    line-height: 0;
    letter-spacing: 10px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    top: 30px;
    outline: 0;
	border:0;
    text-align: center;
}
.tag span {
   font-size: 12px;
   letter-spacing: 2px;
   font-weight: 400;
   line-height: 0;
   color: #373737;
}
.tag:hover{  
    color: #afc706;
	text-decoration:none;
}
.tag span:hover {  
    color: #373737;
	text-decoration:none;
}
.header-tp {
	background: #373737;
	color: #d7d7d7;
	line-height: 40px;
	height: 40px;
}

.phone-mail {
    color: #fff;
    opacity: 0.9;
    font-family: 'open_sansregular';
    font-size: 12px;
    font-weight: 600;
    position: relative;
    float: right;
    margin: 0 !important;
}

    .phone-mail ul {
        list-style: none;
        float: left;
        margin: 0;
        padding: 0;
    }

        .phone-mail ul li {
            display: inline-block;
            list-style: none;
            float: left;
            margin: 0;
        }

    .phone-mail li a {
        color: #fff;
        font-size: 14px;
        line-height: 40px;
        padding: 0 12px;
        margin: 0;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
		border-right: #595959 1px solid;
        display: block;
    }

    .phone-mail li:last-child a {
		border-right: #595959 0px solid;
    }
	.phone-mail a i {
		margin-right: 6px;
	}
	.phone-mail a span{
		font-family: 'Heebo', sans-serif;
		text-transform: capitalize;
		font-size: 13px;
		font-weight: normal;
	}
        .phone-mail a:hover {
            text-decoration: none;
            color: #fff;
            background: #97ac02;
        }

#navigation {
    width: auto;
    height: auto;
}

    #navigation ul {
        list-style: none;
        font-family: arial;
        font-size: 13px;
        font-weight: normal;
        color: #fff;
        padding: 0;
        line-height: 28px;
        float: left;
        margin: 0 0 0 0;
    }

    #navigation li {
        display: inline;
        border-right: #595959 1px solid;
        float: left;
    }

        #navigation li a {
            color: #fff;
            padding:5px 12px;
            line-height: 29px;
            text-decoration: none;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
            display: block;
        }

        #navigation li:last-child{
             border-right: #595959 0px solid;
        }
        #navigation li a i{
			margin-right:8px;
        }

            #navigation li a:hover {
                text-decoration: none;
                color: #fff;
                background: #97ac02;
            }

            #navigation li a:last-child {
                border-right: 0;
            }

    #navigation a.nav-btn {
        display: none;
    }
/*-------menu_part-------*/
.sldmenu ul {
    padding: 0;
    margin: 0;
}
.sldmenu li a {
	font-family: 'Heebo', sans-serif;
	background: -webkit-linear-gradient(white,#fff 50%,#afc706 50%,#aec318);
	background: -o-linear-gradient(white,#fff 50%,#afc706 50%,#aec318);
	background: linear-gradient(white,#fff 50%,#afc706 50%,#aec318);
	-webkit-background-size: 100% 202%;
	background-size: 100% 202%;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-transform: capitalize;
	font-size: 17px;
	padding:30px 18px;
}
.sldmenu li ul li a{
	font-family: 'Heebo', sans-serif;
	background: -webkit-linear-gradient(white,#fff 50%,#afc706 50%,#aec318);
	background: -o-linear-gradient(white,#fff 50%,#afc706 50%,#aec318);
	background: linear-gradient(white,#fff 50%,#afc706 50%,#aec318);
	-webkit-background-size: 100% 202%;
	background-size: 100% 202%;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-transform: capitalize;
	font-size: 14px;
	padding: 11px 20px;
}
.sldmenu li ul li a:hover{
	background: -webkit-linear-gradient(white,#fff 50%,#ffffff 50%,#ffffff);
    color: #afc50f !important;
}
.sldmenu li:hover a {
    color: #333;
    background-position: 100% 100%;
    color: #fff !important;
    opacity: 1;
}
/*--------about---------*/
.aboutbg {
	padding:50px 0px;
}
.aboutbg .section-title {
    margin-top:0px;
}
.section-title {
    margin-top: 45px;
}
.section-title span {
	font-family: 'Heebo', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #cee002;
	text-transform: uppercase;
	margin: 0 0 9px;
	display: inline-block;
	position: relative;
}
.section-title span:after {
	content: "";
	background: #cee002;
	width: 50px;
	height: 1px;
	position: absolute;
	right: -60px;
	top: 12px;
}
.aboutbg .section-title{
	font-size: 36px;
	text-transform: capitalize;
	margin: 0 0 20px;
	color: #2a2a2a;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
}
.section-title h2 { 
	font-size: 30px;
    text-transform: capitalize;
    margin: 0 0 20px;
    color: #2a2a2a;
    font-family: 'Lato', sans-serif;
    font-weight: 700px;
} 
.aboutbg .sub-title {
	font-family: "Lora", serif;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color:#000000;
    margin-bottom: 40px;
    position: relative;
    padding: 0 20%;
 
}
.sc_services_item_description{
	font-size: 15px;
	color: #6d7275;
	line-height: 1.7em;
	margin: 0 0 1.5em;
	font-family: 'Lato', sans-serif;
	padding:0 20px;
}
.top_post_image {
    max-height: 115px;
    margin-bottom: -2em;
}
.top_post_image img{
	max-width: 85px;
}
.sc_services_item_decoration {
    display: inline-block;
    text-align: center;
    height: 4px;
    position: relative;
    width: 30px;
    margin-top:1em;
}
.sc_services_item_decoration:before {
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    text-indent: 0;
    top: 0;
    width: 30px;
    background: #dacdc2;
}
.sc_services_item_decoration:after {
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    text-indent: 0;
    bottom: 0;
    width: 30px;
    background: #dacdc2;
}
.sc_services_item_subtitle {
    font-family: "Lora", serif;
    display: block;
    font-size: 1.071em;
    font-style: italic;
    font-weight: 400;
    margin: 0.65em 0 20px;
}
.sc_services_item_title a{
	color: #28262b;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}	
 .sub-title:before {
   background-color:#54be73;
    bottom: 0; 
     content: " "; 
    display: block; 
    height: 1px; 
    left: 50%;
    margin: 0 0 -15px 1px; 
   position: absolute; 
    width: 24px; 
 } 
 .sub-title:after { 
     background-color:#54be73; 
     bottom: 0; 
    content: " "; 
     display: block; 
     height: 1px; 
   margin: 0 1px -15px 0; 
    position: absolute; 
    right: 50%; 
    width: 24px; 
 }
/*----------services--------*/
.srvbg {
    background-image: url(../images/pattern.png);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 0 60px;
}
.details h2{
    font-family: "Heebo", sans-serif;
    font-size: 11px;
    margin: 0;
    text-transform: uppercase;
    padding-left: 30px;
    position: relative;
    margin: 0;
	font-weight:400px;
}
.details h2 a{
    color: #363639 !important;
}
.srvbg h2 {
    color: #ffffff;
}
.srvbg p {
    font-size: 15px;
    color: #8f9aa7;
    line-height: 1.7em;
    margin: 0 0 1.5em;
}
    .srvbg h3 {
        font-family: "Heebo", sans-serif;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        line-height: 1.6em;
        margin: 0 0 10px !important;
    }

.services-section, .services-section-s2 {
    margin-top: 0px;
}

@media (max-width: 767px) {
    .services-section, .services-section-s2 {
        padding-bottom: 80px;
    }
}

.services-section .service-text p, .services-section-s2 .service-text p {
    margin-bottom: 1.5em;
}

.services-section .service-text h3, .services-section-s2 .service-text h3 {
    font-size: 22px;
    font-size: 1.46667rem;
    font-weight: 300;
    color: #676e72;
    line-height: 1.6em;
    margin: 0 0 1.5em;
}

@media (max-width: 991px) {
    .services-section .service-text h3, .services-section-s2 .service-text h3 {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

@media (max-width: 767px) {
    .services-section .service-text h3, .services-section-s2 .service-text h3 {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

@media (max-width: 991px) {
    .services-section .service-grids, .services-section-s2 .service-grids {
        margin-top: 60px;
    }
}

.services-section .service-grids .details, .services-section-s2 .service-grids .details {
    background-color: #fff;
    padding: 30px 25px;
}

@media (max-width: 767px) {
    .services-section .service-grids .details, .services-section-s2 .service-grids .details {
        padding: 22px 15px;
    }
}

.services-section .service-grids .details h3, .services-section-s2 .service-grids .details h3 {
    font-family: "Heebo", sans-serif;
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
    padding-left: 30px;
    position: relative;
}

@media (max-width: 991px) {
    .services-section .service-grids .details h3, .services-section-s2 .service-grids .details h3 {
        font-size: 16px;
        font-size: 1.06667rem;
    }
}

@media (max-width: 767px) {
    .services-section .service-grids .details h3, .services-section-s2 .service-grids .details h3 {
        padding-left: 25px;
    }
}

.services-section .service-grids .details h3:before, .services-section-s2 .service-grids .details h3:before {
    content: "";
    background-color: #cee002;
    width: 20px;
    height: 2px;
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
}

@media (max-width: 767px) {
    .services-section .service-grids .details h3:before, .services-section-s2 .service-grids .details h3:before {
        width: 15px;
    }
}

.services-section .service-grids .details h3 a, .services-section-s2 .service-grids .details h3 a {
    color: #323434;
}

    .services-section .service-grids .details h3 a:hover, .services-section-s2 .service-grids .details h3 a:hover {
        color: #cee002;
    }

.services-section .owl-theme .owl-controls .owl-nav [class*=owl-], .services-section-s2 .owl-theme .owl-controls .owl-nav [class*=owl-] {
    background-color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    color: #323434;
    -webkit-box-shadow: 0px 6px 53.01px 3.99px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 6px 53.01px 3.99px rgba(0, 0, 0, 0.08);
}

@media screen and (min-width: 768px) {
    .services-section .owl-theme .owl-controls .owl-nav [class*=owl-], .services-section-s2 .owl-theme .owl-controls .owl-nav [class*=owl-] {
        position: absolute;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .services-section .owl-theme .owl-controls .owl-nav [class*=owl-], .services-section-s2 .owl-theme .owl-controls .owl-nav [class*=owl-] {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 0;
    }
}

.services-section .owl-theme .owl-controls .owl-nav [class*=owl-]:hover, .services-section-s2 .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background-color: #cee002;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .services-section .owl-theme .owl-controls .owl-nav .owl-prev, .services-section-s2 .owl-theme .owl-controls .owl-nav .owl-prev {
        left: -25px;
    }
}

@media screen and (min-width: 768px) {
    .services-section .owl-theme .owl-controls .owl-nav .owl-next, .services-section-s2 .owl-theme .owl-controls .owl-nav .owl-next {
        right: -25px;
    }
}

.services-section .owl-theme .owl-controls, .services-section-s2 .owl-theme .owl-controls {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .services-section .owl-theme .owl-controls, .services-section-s2 .owl-theme .owl-controls {
        width: 100%;
        margin: 0;
        position: absolute;
        left: 0;
        top: calc(50% - 50px);
    }
}

.flaticon-slim-right:before {
    content: "\f10b";
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
}

.flaticon-slim-left:before {
    content: "\f10a";
}

.services-section .service-grids .owl-controls .owl-nav i:before {
    margin-left: 0px;
}
/*---------footer------------*/
#contact{
	float: right;
    position: fixed;
    bottom:20px;
    right:30px;
    background-color: transparent;
    background-image: url(../images/chat.png);
    background-size: cover;
    height: 50px;
    width: 50px;
    z-index: 9;
}
#contact:hover{
    float: right;
    position: fixed;
     bottom:20px;
    right:30px;
    background-color:transparent;
    background-image:url(../images/chartt.png);
    background-size:cover;
    height:50px;
    width:50px;
}
.foot {
    position: relative;
    font-size: 16px;
    color: #fff;
    background: #444444;
    padding: 40px 0;
}

    .foot .social-links {
        font-family: "Open Sans",sans-serif;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #ffffff;
        margin: 0 0 14px 0;
        padding: 0;
    }
	.foot .social-links li {
            margin-right: 18px;
            font-size: 21px;
            list-style: none;
            float: left;
        }

            .foot .social-links li a {
                color: #dddddd;
            }

                .foot .social-links li a:hover {
                    color: #000;
                    -webkit-transition: 300ms ease-in all;
                    transition: 300ms ease-in all;
                }

    .foot a:hover {
        border: 0;
        background-size: 100% 1px;
        border-color: transparent;
    }

.ftcopy {
    background-color: #404040;
    padding: 20px 0 5px;
}

    .ftcopy p {
        font-family: "Heebo", sans-serif;
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        text-align: left;
        display: inline-block;
    }

.mt a {
    color:#97ac02;
}

    .mt a:hover {
        color: #498A5F;
        text-decoration: none !important;
    }

.ht {
    font-family: "Heebo", sans-serif;
    margin-bottom: 30px;
}
.ph {
    color: #dddddd;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
}
/*------footer_uppart----------*/
.mcqq {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-position: top center;
    position: relative; 
	color: #fff;
}
.mmccbg:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.mmccbg{
    background-size: cover;
    padding: 35px 40px;
    background-image: url(../images/twitter-feed-img.jpg);
}
    .mcqq .text {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 65%;
        z-index: 1;
    }

        .mcqq .text .title {
            font-family: "Roboto",sans-serif;
            font-size: 32px;
            font-weight: 600;
            margin: 0;
        }

        .mcqq .text .subtitle {
            position: relative;
            font-family: 'Roboto', sans-serif;
            font-size: 23px;
            font-weight: 300;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            margin: 0 28px;
            padding-left: 32px;
        }

            .mcqq .text .subtitle:before {
                content: '_';
                position: absolute;
                left: -5px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

    .mcqq .btmm {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    font-family: "Open Sans",sans-serif;
    background: #fa6800;
    padding: 0 40px;
    border: 1px solid #fa6800;
    height: 45px;
    line-height: 42px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: 300ms ease-in all;
    transition: 300ms ease-in all;
    border-radius: 0;
    text-decoration: none;
    z-index: 1;
    }

        .mcqq .btmm:hover, .mcqq .btmm:focus {
            background: #363639 !important;
            border-color: #363639 !important;
            text-decoration: none;
        }

.res-footer-widget ul {
    padding: 0;
    margin: 0;
}

    .res-footer-widget ul li {
        color: #dddddd;
        font-size: 14px;
        line-height: 24px;
        list-style: none;
    }

        .res-footer-widget ul li + li {
            margin-top: 8px;
        }

        .res-footer-widget ul li a {
            color: inherit;
            display: inline-block;
        }

            .res-footer-widget ul li a:hover {
                color: #e54c2a;
            }
/*---------------news-----------*/
#myModal .carousel-control{
    height: 30px;
    width: 30px;
    top: 150px;
    opacity: 1;
    box-shadow: none;
    text-shadow: none;
    background-image: none;
}
.newsbg {
    background-color: #f7f7f7;
    background: url(../images/workbg1.png);
    background-repeat: no-repeat;
    background-size: cover;
	background-position:left center;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 80px;
}
.main_title {
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #2a2a2a;
    text-transform: capitalize;
}
.main_title:after {
    border-top: 2px solid #bfbfbf;
    display: block;
    content: '';
    width: 71px;
    margin: 13px 0;
}
.news_event_list{
	padding: 0 50px 0 0;
}
.news_event_list ul {
    padding: 0;
    margin-left: 0;
    margin-bottom: 20px;
}
.news_event_list ul li {
    font-family: Lato,sans-serif;
    padding: 10px 0;
    border-bottom: 1px dashed #dadada;
    list-style: none;
    margin-bottom: 0;
    line-height: 22px;
    font-weight: 400;
    background: rgba(0,0,0,0) url(../images/arrow_red.png) no-repeat scroll 0 15px;
    color: #000;
    padding: 10px 0 10px 18px;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    font-size: 15px;
}
.news_event_list h4{
	margin: 0;
	line-height: 21px;
	font-weight: bold;
	font-size: 16px;
	color: #97ac02;
}
.news_event_list ul li a {
    color: #333;
}
.news_event_list ul li a:hover {
    color: #ce241b;
}
.news_event_list ul li:hover {
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    background-position: 5px 15px;
}
.news_event_list ul li:last-child {
    border-bottom: none;
}
.ntbbtn {
    background: #fafafa;
    border: 1px solid #ccc;
    color: #333;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 40px;
    margin-left: 10px;
}
.ntbbtn:hover {
    background: #fa6800;
    color: #fff;
    border: 1px solid #fa6800;
}
/*------brand-------*/
.logo-brand {
    padding: 0px 0px;
    position: relative;
    margin-top: 0px;
    border-width: 0;
}
.logo-brand .slider-items-products .item {
    text-align: center;
    margin: 0 9px 0px 10px;
}
.logo-brand .owl-carousel .owl-item img {
	    max-width: 130px;
	    display: block;
	    width: auto;
	    margin: 0 auto !important;
	    -webkit-transform-style: preserve-3d;
}
.logo-brand .logo-item {
	border: 3px double #e0e0e0;
    background-color: #ffffff;
    line-height: 85px;
    margin-top: 18px;
    padding: 13px 10px;
}
.logo-brand .new_title {
    text-align: left;
    margin-left: -20px;
    margin-right: -10px;
    border-bottom: 1px #e5e5e5 solid;
    margin-bottom: 10px;
}
.logo-brand .new_title h2 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 22px 25px 22px 25px;
    position: relative;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: #88be4c;
    margin-top: 0px;
}
.logo-brand .new_title h2:after {
    content: "";
    height: 1px;
    width: 1px;
    border-style: solid;
    border-width: 5px;
    position: absolute;
    bottom: -10px;
    left: 0;
    border-color: #6a9c32 #6a9c32 transparent transparent;
}
.logo-brand .slider-items-products {
    position: relative;
}
.logo-brand .slider-items-products .item {
    text-align: center;
}
.logo-brand .slider-items-products .item .product-image {
    display: block;
    overflow: hidden;
}
.logo-brand .slider-items-products .item .product-image img {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
}
.logo-brand .slider-items-products .item .product-image:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.logo-brand .owl-buttons {
    opacity: 1;
}
.logo-brand .slider-items-products .owl-buttons .owl-prev {
    position: absolute;
    right: 43px;
    top: 0%;
    margin-top: -62px;
}
.logo-brand .slider-items-products .owl-buttons .owl-next {
    position: absolute;
    right: 0%;
    top: 0%;
    margin-top: -62px;
}
.logo-brand .slider-items-products .owl-buttons .owl-prev a {
    background-position: 0 100%;
    border-right: 1px solid #999;
    opacity: .3;
}
.logo-brand .slider-items-products .owl-buttons .owl-next a {
    background-position: 100% 100%;
    top: 215%;
    border-left: 1px solid #999;
    opacity: .3;
}
h2.resp-accordion{width:100% !important; float:left !important;}
.mtr-cont{width:100%; float:left;}
.resp-vtabs .resp-tab-content{width:100%; float:left;}
.resp-vtabs .resp-tab-content.resp-tab-content-active{margin-bottom:20px;}

.logo-brand .slider-items-products .owl-buttons .owl-next a:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: bold;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    text-transform: none;
    font-size: 19px;
    color: #333;
    width: 38px !important;
    height: 32px !important;
    line-height: 34px;
}
.logo-brand .slider-items-products .owl-buttons a {
    background: #fff;
    display: block;
    width: 38px !important;
    height: 32px !important;
    line-height: 30px;
    margin: 0px 0 0 -30px;
    position: absolute;
    top: 215%;
    z-index: 5;
    color: #666;
}
.logo-brand .owl-theme .owl-controls .owl-buttons div {
    background: none !important;
}
.logo-brand .slider-items-products .owl-buttons a:hover {
    text-decoration: none;
    color: #333;
    opacity: 1;
}
.logo-brand .owl-dots{
    position: absolute;
    top: -42px;
    right: 8px;
}
/*-------contact_page------------*/
.contbg{
    margin:30px 0;
}
.contbg .section-title {
      margin-top: 0;
}
.contbg .section-title span {
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #cee002;
    text-transform: uppercase;
    margin: 0 0 9px;
    display: inline-block;
    position: relative;
}
.contbg .section-title span:after {
    content: "";
    background: #cee002;
    width: 50px;
    height: 1px;
    position: absolute;
    right: -60px;
    top: 12px;
}
.contbg .section-title h2 {
    font-size: 22px;
    text-transform: capitalize;
    margin: 0 0 20px;
    color: #2a2a2a;
    font-family: 'Heebo', sans-serif;
    font-weight: bold;
}
.contbg .form-control{
    height: 40px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    padding: 22px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #000;
    background-color: #f5f5f5;
    border: 0;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    box-shadow: 0 !important; 
}
.contbg textarea.form-control{
	height:100px !important;    
}
.contbg p {
    font-family: Lato,sans-serif;
    font-size: 15px;
    margin-bottom: 20px;
    color: #808080;
	text-align: left;
}
.contbg p i{
    margin-right: 10px;
    color: #97ac02;
}
.contbg .hd {
    font-size: 17px;
    text-transform: uppercase;
    margin: 0 0 20px;
    color: #2a2a2a;
    font-family: 'Heebo', sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
}
.contbg .share_wrap {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}
.contbg .share_wrap a {
    text-decoration: none;
    color: #ffffff;
    background-color: #97ac02;
    font-family: 'Heebo', sans-serif;
    font-size: 12px;
    line-height: 35px;
    height: 35px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 25px;
    text-align: center;
    border-width: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
}
.contbg .share_wrap a i{
    margin-right: 10px;
    font-size: 15px;
}
.contbg .share_wrap a:hover{
    background-color: #bababa;
    color: #ffffff;
}
.contbg  .sub{
    text-decoration: none;
    color: #ffffff;
    background-color: #97ac02;
    font-family: 'Heebo', sans-serif;
    font-size: 12px;
    line-height: 35px;
    height: 35px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 25px;
    text-align: center;
    border-width: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	outline:0;
}
.contbg  .sub:hover{
    background-color: #bababa;
    color: #ffffff;
}
/*----------sub_banner-------------*/
.sbbann{
	color: #fff;
    padding: 30px 0;
    padding: 45px 0px 25px 0px;
    background: url(../images/sub_ban.jpg) center center no-repeat;
    background-size: cover;
    background-position: center center;
}
.sbbann:after {
    content: '';
    background-color: rgba(238, 238, 238, 0.9);
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.tx{
	 z-index: 9;
}
.sbbann .breadcrumb {
	padding: 8px 15px;
	margin-bottom: 0px;
	list-style: none;
	background-color: transparent;
	border-radius: 4px;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
}
.sbbann .breadcrumb li {
    display: inline-block;
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
}
.sbbann .breadcrumb li + li:before {
    padding: 0 5px;
    color: #373737;
    content: "/\00a0";
}
.sbbann .highlight {
	color: #111111;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Heebo', sans-serif;
    font-weight: bold;
}
.sbbann .darklinks a {
   color: #000;
}
.sbbann .darklinks a:hover {
    color: #afc706;
}
.breadcrumb .active {
    color: #afc706;
}
.mapbg{
    margin:0 0 30px;
}
/*-----------about_page------------*/
.abgpage {
    background-image: url(../images/ba_1.jpg);
    padding-top: 50px;
    padding-bottom: 40px !important;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}
.abgpage .dpbb{
    text-align: left;
    font-family: 'Heebo', sans-serif;
    color: #777;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 26px;
}
.abgpage p{
    font-family: 'Heebo', sans-serif;
    color: #777;
    font-size: 15px;
    line-height: 26px;
    margin-top: 30px;text-transform: none!important;
}
.abgpage .section-title h2 {
	font-size: 22px;
    text-transform: capitalize;
    margin: 0 0 20px;
    color: #2a2a2a;
    font-family: 'Heebo', sans-serif;
    font-weight: bold;
}
.absenconbg{
    margin:0 0 60px;
}
.imtg {
    width: 100%;
    height: 380px;
    border: 2px solid #b2aeaf;
}
.mmt a {
    text-decoration: none;
}
.more {
    background:#97ac02;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding-left: 0;
    margin-bottom: 30px;
	cursor:pointer;
}
.more:hover {
    color: #FBD005;
    cursor: pointer;
}
.loc {
    position: absolute;
    bottom: -10px;
    left: 12px;
    opacity: 0.2;
}
.download {
    position: absolute;
    right: 8%;
    bottom: 7%;
    font-size: 21px;
    color: #fff;
}


/*-------gallery_page-----------*/
.gallerybg{
    padding:40px 0;
}
.mix .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	color:#ffffff;
	opacity:0;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transform:scaleY(0);
	-ms-transform:scaleY(0);
	-o-transform:scaleY(0);
	-moz-transform:scaleY(0);
	transform:scaleY(0);
}
.mix .ovdb:hover .overlay-box{
	opacity:1;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-moz-transform:scale(1);
	transform:scale(1);	
}
.mix .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 25px;
	background:rgba(0, 0, 0, 0.54);
}
.mix .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}
.mix .overlay-inner h3{
	font-size:20px;
	color:#ffffff;
	font-weight:400;
	text-transform:capitalize;
	margin-bottom:20px;
    font-family: 'Heebo', sans-serif;
}
.mix .overlay-inner h3 a{
	color:#ffffff;	
}
.mix .overlay-inner h3 a:hover{
	color:#afc706;	
}
.mix .overlay-inner .image-link{
	position:relative;
	display:inline-block;
	font-size:18px;
	width:40px;
	height:40px;
	line-height:36px;
	text-align:center;
	border:2px solid #afc706;
	color:#fff;
	border-radius:2px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}
.mix .overlay-inner .image-link .icon{
	position:relative;
	display:inline-block;
	line-height:30px;
}
.mix .overlay-inner .image-link:hover{
	background:#afc706;
	color:#ffffff;	
}
/*-----product_page------------*/
.productbg{
    padding:60px 0 60px;
}
.svim{
    height:350px;
}
.svim11 {
    max-width:249px !important;
    margin-bottom:11px;
}
.ght{
    position: absolute;
    right: 0px;
}
.ppsv h3{
    font-weight: bold !important;
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    margin-bottom: 15px;
    color: #2c2c2c;
    font-weight: 600;
    text-transform: capitalize;
}
.ppsv p{
    text-align: justify;
    line-height: 28px;
    color: #666e70;
    margin-bottom: 20px;
    line-height: 1.8em;
    font-family: "Open Sans",sans-serif;
}
/*-------------------product_page _number_dv-------------*/
.contact-widget, .contact-widget1{
    position: absolute;
    top: 135%;
    left: 7.8%;
    padding: 30px 35px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #f0f0f0;
}
.contact-widget1{
    top: 105%;
}
.contact-widget h3, .contact-widget1 h3{
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    line-height: 29px;
    margin-bottom: 5px;
    font-family: 'Heebo', sans-serif;
    margin-top: 0;
}
.contact-widget .phone-numbers, .contact-widget1 .phone-numbers{
	font-size:24px;
	color:#2c2c2c;
	line-height:30px;
	font-weight:600;
	margin-bottom:10px;
    font-family: 'Heebo', sans-serif;
}
/*---------News_page-------- */
.newspage{
	margin:70px 0 40px;
}
.entry-blog {
    background-color: #fff;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #eee;
    padding: 0 30px 30px 30px;
    margin-top: 30px;
    margin-bottom: 80px;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.05);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,.05);
    -ms-box-shadow: 0 2px 3px rgba(0,0,0,.05);
    box-shadow: 0 2px 3px rgba(0,0,0,.05);
    -webkit-border-radius: 0 0 3px 3px;
    -khtml-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
	    margin-bottom: 50px;
    padding-bottom: 24px;
}
.entry-header {
    position: relative;
    top: -30px;
}
.blog-detail {
    font-size: 13px;
    color: #616161;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    top: -6px;
    margin:10px 0px 20px;
}
.blog-detail ul {
	padding:0;
	margin:0;
}
.blog-detail li {
    display: inline-block;
    padding-right: 4px;
    font-size: 13px;
    color: #616161;
    font-weight: 500;
    font-family: "Roboto",sans-serif;
}

.blog-detail li a {
	color:#97ac1a;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: "Roboto",sans-serif;
}
.entry-title{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 9px;
    font-family: 'Heebo', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    margin-top:0px;
}
.entry-title a {
    color:#97ac02;
}
.entry-readmore {
    margin-top: 16px;
}
.entry-readmore a {
	position: relative;
	color: #333;
	font-size: 13px;
	text-transform: capitalize;
	font-family: 'Heebo', sans-serif;
}
.entry-readmore a:hover{
	color:#97ac02;
}
.entry-readmore a:before {
    width: 100%;
    height: 2px;
    background-color: #333;
    content: "";
    position: absolute;
    bottom: -27px;
    left: 0;
    opacity: 0;
}
.entry-readmore a i {
    padding-right: 5px;
}
.entry-content-inner-grid{
	font-family:'Open Sans',sans-serif;
	line-height: 24px;
	font-weight: normal;
	font-style: normal;
	color: #9e9e9e;
	font-size: 15px;
}
.blog-icon{
	left: 20px;
	bottom: 20px;
	opacity: 0;
	-webkit-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	position: absolute;
	width: 49px;
	height: 49px;
	font-size: 18px;

	line-height: 49px;
	background-color: #282828;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	bottom: 30px;
	left: 30px;
}
.blog-icon a{
	color: #fff;
}
.entry-blog:hover .blog-icon{
	opacity:1;
	    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.blog-detail li:after {
    color: #d5d5d5;
    content: "/";
    padding-left: 10px;
}
.blog-detail li:last-child:after {
    color: #fff;
    content: "/";
    padding-left: 10px;
}
.newspage .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #97ac02;
    border: 1px solid #97ac02;
    border-radius: 10px;
}
.newspage .carousel-indicators .active {
	background-color: #fff;
	border: 1px solid #fff;
}
.newspage .carousel-indicators {
    bottom: 0;
}
/*---------News_page_popup------- */
.newspage .modal-header {
    padding: 5px;
    border-bottom: 0px solid #e5e5e5;
}
.newspage .modal-dialog {
    width:600px;
    margin: 30px auto;
}
.newspage .modal-body{
	padding: 20px 40px;
}
.newspage .modal-body .entry-title{
	margin: 30px 0 10px;
}
.newspage .modal-body .entry-content-inner-grid {
    font-family: 'Open Sans',sans-serif;
    line-height: 22px;
    font-weight: normal;
    font-style: normal;
    color: #9e9e9e;
    font-size: 14px;
    margin-bottom: 20px;
}
.newspage .modal-body .close{
    opacity: 1;
    font-weight: normal;
    position: relative;
    top: -10px;
    right: -27px;
    color: #696f73;
	font-size:30px;
	outline:0;
}

.newspage .modal-body .close:hover{
    color: #000;
}






/*---------logo_page-------- */
.logopage{
	margin:60px 0;
}
.logopage li {
  -webkit-perspective: 400px;
  perspective: 400px;
}

.info {
  -webkit-transform: rotate3d(1, 0, 0, 90deg);
          transform: rotate3d(1, 0, 0, 90deg);
  width: 100%;
  height: 100%;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  pointer-events: none;
  background-color: rgba(26, 188, 156, 0.9);
}
.in-top .info {
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-animation: in-top 300ms ease 0ms 1 forwards;
          animation: in-top 300ms ease 0ms 1 forwards;
}
.in-right .info {
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  -webkit-animation: in-right 300ms ease 0ms 1 forwards;
          animation: in-right 300ms ease 0ms 1 forwards;
}
.in-bottom .info {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-animation: in-bottom 300ms ease 0ms 1 forwards;
          animation: in-bottom 300ms ease 0ms 1 forwards;
}
.in-left .info {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-animation: in-left 300ms ease 0ms 1 forwards;
          animation: in-left 300ms ease 0ms 1 forwards;
}
.out-top .info {
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-animation: out-top 300ms ease 0ms 1 forwards;
          animation: out-top 300ms ease 0ms 1 forwards;
}
.out-right .info {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-animation: out-right 300ms ease 0ms 1 forwards;
          animation: out-right 300ms ease 0ms 1 forwards;
}
.out-bottom .info {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-animation: out-bottom 300ms ease 0ms 1 forwards;
          animation: out-bottom 300ms ease 0ms 1 forwards;
}
.out-left .info {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-animation: out-left 300ms ease 0ms 1 forwards;
          animation: out-left 300ms ease 0ms 1 forwards;
}
@-webkit-keyframes in-top {
  from {
    -webkit-transform: rotate3d(-1, 0, 0, 90deg);
            transform: rotate3d(-1, 0, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes in-top {
  from {
    -webkit-transform: rotate3d(-1, 0, 0, 90deg);
            transform: rotate3d(-1, 0, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}
@-webkit-keyframes in-right {
  from {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
            transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes in-right {
  from {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
            transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}
@-webkit-keyframes in-bottom {
  from {
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
            transform: rotate3d(1, 0, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes in-bottom {
  from {
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
            transform: rotate3d(1, 0, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}
@-webkit-keyframes in-left {
  from {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
            transform: rotate3d(0, 1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes in-left {
  from {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
            transform: rotate3d(0, 1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}
@-webkit-keyframes out-top {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(-1, 0, 0, 104deg);
            transform: rotate3d(-1, 0, 0, 104deg);
  }
}
@keyframes out-top {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(-1, 0, 0, 104deg);
            transform: rotate3d(-1, 0, 0, 104deg);
  }
}
@-webkit-keyframes out-right {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, -1, 0, 104deg);
            transform: rotate3d(0, -1, 0, 104deg);
  }
}
@keyframes out-right {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, -1, 0, 104deg);
            transform: rotate3d(0, -1, 0, 104deg);
  }
}
@-webkit-keyframes out-bottom {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(1, 0, 0, 104deg);
            transform: rotate3d(1, 0, 0, 104deg);
  }
}
@keyframes out-bottom {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(1, 0, 0, 104deg);
            transform: rotate3d(1, 0, 0, 104deg);
  }
}
@-webkit-keyframes out-left {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, 1, 0, 104deg);
            transform: rotate3d(0, 1, 0, 104deg);
  }
}
@keyframes out-left {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, 1, 0, 104deg);
            transform: rotate3d(0, 1, 0, 104deg);
  }
}
.logopage ul {
  padding: 0;
  margin: 0 0 50px;
}
.logopage ul:after {
  content: "";
  display: table;
  clear: both;
}
.logopage li {
	position: relative;
	float: left;
	width: 180px;
	height: 128px;
	margin: 5px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.logopage li a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  border-radius: 4px;
}
.logopage li h3 {
    margin: 0;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 17%;
}
.logopage li .normal {
	width: 100%;
	height: 100%;
	border: 3px double #e0e0e0;
	background-color: #ffffff;
	color: rgba(52, 73, 94, 0.6);
	text-align: center;
	font-size: 50px;
	line-height: 128px;
}
.logopage li .normal img{
    position: absolute;
    left: 10%;
    max-width: 140px;
    top: 17%;
}
.logopage li .normal svg {
  pointer-events: none;
  width:0px;
}
.logopage li .normal svg path {
  fill: rgba(52, 73, 94, 0.2);
}
/*---------career_page-------- */
.careerbg{
	margin:40px 0;
}
.careerbg .section-title h2 {
	font-size: 22px;
    text-transform: capitalize;
    margin: 0 0 20px;
    color: #2a2a2a;
    font-family: 'Heebo', sans-serif;
    font-weight: bold;
}	
.careerbg .section-title {
    margin-top:0px;
}	
.careerbg .side-bar{
	background: #afc706;
	padding: 30px;
}
.careerbg .ct-form label {
    color: #fff;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.careerbg .widget-title {
    color: #fff;
    margin-bottom: 30px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 600;
	font-family: 'Lato', sans-serif;
	margin:0;
	margin-bottom:20px;
}
.careerbg .inpp{
    width: 100%;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: #fff;
    border-radius: 4px;
    background: transparent;
    padding: 0 15px;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	outline:0;
}
.careerbg .ct-form textarea {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.7);
	color: #fff;
	border-radius: 4px;
	background: transparent;
	padding: 10px 15px;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	outline:0;
}
.careerbg .sbt{
    padding: 7px 32px;
    color: #fff;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    margin-top: 20px;
    outline: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 13px;
}
.careerbg .sbt:hover {
	background: #ffd200;
	border: 1px solid transparent;
}	
::-webkit-input-placeholder { 
  color: #fff;
}	
.careerbg .entry-content p {
    color: #666;
    font-family: 'Lato', sans-serif;
	font-size:16px;
    line-height: 24px;
	padding: 0 0 0 20px;
}	
.careerbg .entry-thumb {
    text-align: center;
    margin-bottom: 40px;
}	
/*---------------team------------*/
.teambg{
	padding-top: 50px;
    padding-bottom: 40px !important;
}
.cms-team-image img {
    width: 100%;
}
.cms-team-item-inner {
	border: 1px solid #f3f3f3;
	-webkit-border-radius: 0 0 3px 3px;
	-khtml-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-webkit-box-shadow: 0 3px 3px #e8e8e8;
	-moz-box-shadow: 0 3px 3px #e8e8e8;
	-ms-box-shadow: 0 3px 3px #e8e8e8;
	box-shadow: 0 3px 3px #e8e8e8;
	margin-bottom: 49px;
	overflow: hidden;
	height: 370px;
}
.cms-team-image {
	position: relative;
}
.cms-team-image:before,
.cms-team-image:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
.cms-team-image:before {
	z-index: 1;
	background-color: rgba(34,34,34,.75);
}
.cms-team-social {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0px,-50%);
	-khtml-transform: translate(0px,-50%);
	-moz-transform: translate(0px,-50%);
	-ms-transform: translate(0px,-50%);
	-o-transform: translate(0px,-50%);
	transform: translate(0px,-50%);
	-webkit-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	opacity: 0;
	z-index: 9;
	text-align: left;
	line-height: 30px;
	color: #fff;
}
.cms-team-social a{
	color: #fff;
	display:block;
}
.cms-team-social a i{
	color: #fff;
	font-size: 15px;
	margin: 0 13px;
}
.cms-team-social a:hover {
	color: #1bb580;
}
/*.cms-team-item-inner:hover .cms-team-image:before,*/
/*.cms-team-item-inner:hover .cms-team-image:after,*/
/*.cms-team-item-inner:hover .cms-team-social {*/
/*	opacity: 1;*/
/*}*/
.cms-team-meta {
	padding:24px 20px;
	position: relative;
	overflow: hidden;
}
.cms-team-title {
	-webkit-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	font-family: 'Heebo', sans-serif;
	font-weight: 600;
	margin-bottom:8px;
}
.cms-team-title a {
    color: #1bb580;
}
.cms-team-position {
	font-family: 'Open Sans',sans-serif;
	font-size: 13px;
	-webkit-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	color: #9e9e9e;
}

/*products*/
.ppsvel h4{font-weight: 600;}
.feature-box h4{font-weight: 600;}
.ppsvel p{line-height: 25px;color: #151515;margin-bottom: 5px;font-family: "Open Sans",sans-serif;}
.feature-box{background: #fff;box-shadow: 0px 0px 6px #cecece;padding: 20px 20px;margin-top: 30px; width:100%; float:left;}
.feature-box ul li{line-height: 22px;color: #666e70;margin-bottom: 5px;font-family: "Open Sans",sans-serif;}
.mtr-cont{padding-left: 15px;padding-right: 15px;}
.cmng-sn h3{text-align: center;font-weight: 700;font-style: italic;font-size: 34px;color: #aabd25;}
.dpbb p{margin-top: 0px!important;}

.electrifig{width:100%; float:left; margin-bottom:0px;}
.electrifig figure{width:100%; float:left; margin:0; }
.electrifig figure img{width:100%; height:390px; object-fit:cover; object-position:center;}



/*----------responsive_part------------*/
@media only screen and (max-width:768px) {
    .cms-team-meta {
    padding: 13px 20px;
    position: relative;
    overflow: hidden;
     }
	.foot {
		padding: 0;
	}
	.aboutbg .sub-title{
		padding: 0 0%;
	}
	#navigation{
		display:none;
	}
	.sldmenu li a{
		padding: 10px 20px;
	}
	.news_event_list{
		padding: 0 0px 0 0;
	}
	.contbg .share_wrap a{
		padding: 0 14px;
	}
	.contbg .share_wrap {
		margin-right: 10px;
	}
	.entry-thumb img{
		max-width: 250px;
	}
	.careerbg .entry-content p {
		padding: 0 0 0 0px;
		text-align:justify;
	}
	.newspage ul li .post-body {
		padding-left:0px;
	}
	.newspage ul li .post-date {
		float: none;
	}
	.newspage ul li .post-body p{
		text-align:justify;
	}
	.newspage ul{
		padding:0;
		margin:0;
	}
	.contact-widget{
		display:none;
	}
	.resp-tabs-container h2.resp-tab-active {
		background: #97ac02 !important;
	}
	.resp-tabs-container h2.resp-tab-active a {
		color: #fff !important;
	}
	.resp-tabs-container h2 a {
		color: #fff !important;
	}
	.resp-tabs-container h2{
		background: #000;
	}
	.ppsv h3 {
		font-size: 24px;
	}
	.abgpage {
		padding-top: 0;
		padding: 0;
	}
	.contbg {
		padding: 0;
	}
	h2.resp-tab-active span.resp-arrow {
		border-bottom: 12px solid #ffffff !important;
	}
	.abgpage .dpbb {
		font-size: 11px;
		text-align: justify;
	}
	.abgpage p {
		margin-top: 10px;
		text-align: justify;
	}
	.phone-mail{
		float:none;
	}
	.phone-mail ul {
		padding:0 1em;
	}
	.header-tp{
		display:none;
	}
	.navbar-toggle {
		margin-top: -14px;
	}
	.gallerybg{
		padding:20px;
	}
	.mix {
		margin: 8px 0 !important;
	}
	.smpd0{
		padding:0;
		margin-top:30px;
	}
	.careerbg .section-title {
		padding: 0;
	}
	.main-slider .bg-box {
		top: 68px;
	}
	.main-slider h2{
		font-size:52px;
	}
	.srvbg {
		padding: 20px 0 0px;
	}
	.logopage li {
		width: 100%;
	}
	.logopage li .normal img {
		left: 26%;
	}
	.logopage li h3 {
		margin-top: 12%;
	}
	/*-------navbar---------*/
	#nav-toggle {
		position: absolute;
		right: 0px;
		border: 0;
		background-color: transparent;
		margin-top: -14px;
		margin-right: -6px;
	}
	.navbar-fixed-top, .navbar-fixed-bottom {
		position: fixed !important;
	}
	#nav-toggle {
		cursor: pointer;
		padding:15px 45px 19px 6px;
		width: 40px;
	}
	#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
		cursor: pointer;
		height: 1px;
		width: 23px;
		background-color: #000;
		border-color: #fff;
		position: absolute;
		display: block;
		content: '';
		margin: 2px 0px;
	}
	#nav-toggle span:before {
		top: -10px;
	}
	#nav-toggle span:after {
		bottom: -10px;
	}
	#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
		transition: all 500ms ease-in-out;
	}
	#nav-toggle.active span {
		background-color: transparent;
	}
	#nav-toggle.active span:before, #nav-toggle.active span:after {
		top: 0;
	}
	#nav-toggle.active span:before {
		transform: rotate(45deg);
	}
	#nav-toggle.active span:after {
		transform: rotate(-45deg);
	}
	.download {
		bottom: 0%;
	}
	.loc {
		left: -6px;
	}
	.newspage .modal-dialog {
		width: 100%;
	}
	#myModal .carousel-control {
		top: 92px;
	}
	.lb-nav a.lb-next{
		right: 0 !important;
		top: 100px !important;
	}
	.lb-nav a.lb-prev{
		left: 0 !important;
		top: 100px !important;
	}
	.newspage {
		padding: 0;
	}
	.smt {
		text-align: center;
		padding:5px 16px;
	}
	.menu_prt {
		padding:0;
	}
	.absenconbg {
		padding: 0;
	}
	.pd{
		padding:0;
	}
	.im-checkout{
	margin-top: 0;
	margin-bottom:20px;
	margin-left:20px;
    display: inline-block !important;
	}
	.ftcopy p {
    padding: 0px 0 35px;
}
}
@media only screen and (max-width:520px) {


}
@media only screen and (max-width:320px) {


}
	
	
	
	/* gallery start */
.latest-project__item-thumb img {
  width: 100%;
  height: 315px;
  -o-object-fit: cover;
     object-fit: cover;
     transition: all .7s;
}
.latest-project__item:hover .latest-project__item-thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.latest-project__item:hover .latest-project__item-content {
  opacity: 1;
  visibility: visible;
}
.latest-project__item:hover {
  opacity: 1;
  visibility: visible;
}
.latest-project__item {
  overflow: hidden;
  position: relative;
  background: rgba(21, 24, 27, 0.7);
  border-radius: 10px;
}
.latest-project__item-content {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 1;
  /* visibility: hidden; */
  transition: all 2s;
}
.latest-project__item-content .icon__wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: rgba(21, 24, 27, 0.7);
  border-radius: 10px;
}
.latest-project__item:hover .icon__wrapper::after {
  height: 100%;
}
.latest-project__item-content .text {
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 6.5px 0px 9px;
    display: flex;
    text-align: center;
    flex-direction: column;
    position: absolute;
    /* background: #97ac02; */
   background: linear-gradient(360deg, #000000ba 70%, transparent);
}
.latest-project__item-content .text h4 {
    color: #f4ffa6;
    letter-spacing: 0.55px;
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
}

.latest-project__item-content .text span{
  color:#fff;
  letter-spacing: 0.55px;
  font-size: 19px;
  }

.latest-project__item-content .icon {
  width: 48px;
  height: 48px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  z-index: 1;
  justify-content: center;
  border-radius: 500px;
  background: #fff;
  transition: all 2s;
  opacity: 0;
}
.latest-project__item-content .icon svg path[fill=white] {
  fill: #97ac02;
}
.latest-project__item-content:hover .icon {
  background: #fff;
  opacity: 1;
}
.latest-project__item-content .icon:hover svg path[fill=white] {
  fill:#000;
}
.latest-project__item-content .icon__wrapper {
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 39px);
}
.num {
    padding: 26px 0px 0;
    /* background: linear-gradient(270deg, #0024788c, transparent); */
    display: flex;
    gap: 11px;
    justify-content: center;
}
.num img{
  width:22px;
}
.view-image {
  position: fixed;
  inset: 0;
  z-index: 500;
  padding: 3%;
  display: flex;
  flex-direction: column;
  animation: view-image-in 300ms;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 999999999999999 !important;
}
.liss{
    padding-top: 22%;
    padding-bottom: 3%;
}
.num p {
    margin: 0 0 0px !important;
    color: #c6cb06;
    letter-spacing: 0.55px;
}
.ovdb img{
    height: 254px;
    object-fit: cover;
    width: 100%;
}
/* gallery end */
	
	
	
	@media (max-width: 767px){
	    #imagegallerydynamic .col-lg-4{
	        clear:both;
	    }
	    #imagegallerydynamic  > [class^="col-lg-4"] {
          padding-top: 5px;
          padding-bottom: 5px;
        }
        .liss {
            padding-top: 17%;
            padding-bottom: 7%;
            clear: both;
        }
	    
	}
	
	
	
	
	
	
	