/***************************************************************************************************************
||||||||||||||||||||||||||       MASTER STYLESHEET FOR ERDUNT           ||||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||                TABLE OF CONTENT               |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

01. Imported styles
02. Flaticon reset styles
03. Header styles
04. Mainmenu styles
05. Rev_slider_wrapper styles
66. Call to action area Style
07. Categories area style
08. Fact counter area style
09. Latest Blog area style
10. Latest blog area style 
11. Testimonial area style
12. Brand area style
13. Single service style
14. Pricing table area style
15. About page style
16. Account page style
17. 404 page style style
18. Blog page style
19. Blog single style
20. Contact page style

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/





@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');










@import url(animate.css);
@import url(bootstrap-select.min.css);
@import url(date-picker.css);
@import url(jquery.bxslider.css);
@import url(jquery.fancybox.min.css);
@import url(jquery.mCustomScrollbar.min.css);
@import url(jquery-ui.css);
@import url(polyglot-language-switcher.css);
@import url(slick.css);
@import url(timePicker.css);
@import url(jquery.bootstrap-touchspin.css);

@import url(color2.css);
@import url(color3.css);

@import url(module-css/about-section.css);
@import url(module-css/banner-section.css);
@import url(module-css/blog-section.css);
@import url(module-css/breadcrumb-section.css);
@import url(module-css/choose-section.css);
@import url(module-css/contact-page.css);
@import url(module-css/fact-counter-section.css);
@import url(module-css/faq-section.css);
@import url(module-css/footer-section.css);
@import url(module-css/gallery-section.css);
@import url(module-css/header-section.css);
@import url(module-css/service-section.css);
@import url(module-css/team-section.css);
@import url(module-css/testimonial-section.css);
@import url(module-css/video-gallery-section.css);
@import url(module-css/thm-form-section.css);
@import url(module-css/project-section.css);
@import url(module-css/features-section.css);
@import url(module-css/slogan-section.css);
@import url(module-css/partner-section.css);




/*==============================================
   Base Css
===============================================*/
*{
	margin:0px;
	padding:0px;
	border: none;
	outline: none;
	font-size: 100%;
}
html,
body { 
    height: 100%;
}
body {
    color: #222222;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
button:focus{
    outline: none;
}
button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #222222;
    font-weight: 700;
    font-family: 'Exo', sans-serif;
    margin: 0;
}
h3 {
    font-size: 18px; 
    line-height: 1.2em;
}
h4 {

}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}
.parallax-scene {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.fancybox-image, 
.fancybox-spaceball {
    border-radius: 0px;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}




.fix{
    position: relative;
    display: block;
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    padding: 5px 10px 5px;
}
.map-data a{
    color: #0b59d9;
	display: block;
}
.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}




i {
	font-style: normal;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol,
li{
    margin: 0;
    padding: 0;    
}


.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}



.btn-one {
    position: relative;
    display: inline-block;
    padding-left:30px;
    padding-right:30px;
    color: #ffffff;
    font-size: 16px;
    line-height:44px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; 
    font-family: 'Lato', sans-serif;
    z-index: 1;
}
.btn-one:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background:#4d801b;
    opacity: 0;
    content: "";
    border-radius: 0px;
    transform: scale(0.5) rotateX(45deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.btn-one:hover:before{
    opacity: 1.0;
    transform: scale(1.0) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.btn-one .txt {
    position: relative;
    z-index: 1;
}
.btn-one .txt i.right {
    position: relative;
    display: inline-block;
    line-height: 0;
    padding-left: 10px;
    font-weight: 400;
}
.btn-one .txt i.left {
    position: relative;
    display: inline-block !important;
    line-height: 0;
    padding-right: 10px;
    font-weight: 400;
}

.btn-one:hover,
.btn-one:focus{
    color: #ffffff;
    text-shadow: 0px 5px 3px rgba(12, 21, 41, 0.1);
}














.btn-two {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    color: #ffffff;
    font-size: 18px;
    line-height: 60px;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 0px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; 
    font-family: 'Noto Serif', serif;
}
.btn-two:after{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #171717;
    content: "";
    border-radius: 0px;
    transform: scaleY(0.0) rotateX(0deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;    
}
.btn-two:hover:after{
    transform: scaleY(1.0) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.btn-two .txt {
    position: relative;
    z-index: 1;
}





.thm-social-link1 {
    position: relative;
    display: block;
}
.thm-social-link1 ul{
    position: relative;
}
.thm-social-link1 ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.thm-social-link1 ul li:last-child{
    margin-right: 0;
}
.thm-social-link1 ul li a{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #e3e3e3;
    color: #222222;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
}
.thm-social-link1 ul li a:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.thm-social-link1 ul li a:hover:before{
    transform: scaleX(1.0);      
}
.thm-social-link1 ul li a:hover{
    color: #ffffff;
}








.theme-shape{
    position: relative;
    display: block;
    position: relative;
}
.theme-shape.pdtop30{
    padding-top: 30px;
}
.theme-shape-box{
    position: relative;
    display: block;
}
.theme-shape-box .shap_item {
    position: relative;
    display: inline-block !important;
    margin: 0 13px;
    color: #f6f3ee;
    font-size: 60px;
}


.parallax-bg-one {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.parallax-bg-one::before {
    background: rgba(18, 32, 0, 0.90) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
} 



/*___ owl Nav Dot Style _____*/
.owl-theme .owl-prev span, 
.owl-theme .owl-next span {
    display: block;
}
.owl-nav-style-one{}
.owl-nav-style-one.owl-theme .owl-prev span, 
.owl-nav-style-one.owl-theme .owl-next span {
    position: relative;
    display: block;
    text-align: center;
}
.owl-nav-style-one .owl-controls { }
.owl-nav-style-one.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}
.owl-nav-style-one.owl-theme .owl-nav {
    position: relative;
    display: block;
    text-align: center;
    z-index: 10;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 55px;
    background: #ffffff;
    border: 1px solid #cddfec;
    border-radius: 0%;
    color: #1f67b0;
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
    margin: 0 0 0 0px;
    padding: 0;
    transition: all 700ms ease 0s;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] i{
    position: relative;
    top: -1px;
}
.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    transform: rotate(0deg);
}
.owl-nav-style-one.owl-theme .owl-nav .owl-next {
	margin-left: 20px;
    transform: rotate(0deg);
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover{
    color: #ffffff;
    border-color: #171717;
    background: #171717;
}




.owl-nav-style-two{}
.owl-nav-style-two .owl-controls { }
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"] {
    background: #fff none repeat scroll 0 0;
    border-radius: 0%;
    color: #3740b0;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 50px;
    transition: all 700ms ease 0s;
}
.owl-nav-style-two.owl-theme .owl-nav .owl-next {
    margin-left: 0px;
}
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"]:hover{
    color: #ffffff;
    background: #3740b0;
}



.owl-carousel.owl-dot-style1 .owl-stage-outer {
    overflow: visible;
}

.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 40px !important;
    display: block;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot{
    position: relative;
	display: inline-block;
	width: 19px;
	height: 19px;
    border: 1px solid transparent;
    background: transparent;
	margin: 0px 7px;
	padding: 5px;
	border-radius: 50%;
	transition: all 100ms linear;
    transition-delay: 0.1s;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
    display: block;
    width: 9px;
    height: 9px;
    background: #dedede;
    margin: 4px !important;
    border-radius: 50%;
	transition: all 100ms linear;
    transition-delay: 0.1s;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active{
    border: 1px solid #dedede;
    background: #ffffff;
}




@keyframes pulse {
    50% {
        box-shadow: 0 0 0 5px rgba(255,255,255,.1),
        0 0 0 20px rgba(238, 238,238, 0.3000);
    }
}

@keyframes pulse2 {
    50% {
        box-shadow: 0 0 0 5px rgba(255,231,1,.1),
        0 0 0 20px rgba(255, 231,1, 0.3000);
    }
}

.rating-box{
    position: relative;
    display: block;
    overflow: hidden;
}
.rating-box ul{
    overflow: hidden;    
}
.rating-box ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.rating-box ul li:last-child{
    margin-right: 0;
}
.rating-box ul li a{
    font-size: 20px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}




.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;  
    background: #ffffff none repeat scroll 0 0;
    width: 100%;
    min-width: 320px;
}





.big-title-2 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    font-size: 360px;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Exo', sans-serif;
    -webkit-animation: linear infinite alternate;
    -webkit-animation-name: run;
    -webkit-animation-duration: 25s;
    -ms-animation: linear infinite alternate;
    -ms-animation-name: run;
    -ms-animation-duration: 25s;
    -moz-animation: linear infinite alternate;
    -moz-animation-name: run;
    -moz-animation-duration: 25s;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgb(239 245 251 / 1.0);
    color: transparent;
    margin-top: -123px;
    margin-bottom: -245px;
}









/*=============== Boxed-Layout =============*/
.boxed_wrapper_box_page{
    position: relative;
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}
.body_switcher {
    position: fixed;
    top: 150px;
    z-index: 9999999;
    left: -200px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.body_switcher .body_switch_btn {
    position: absolute;
    right: -50px;
    z-index: -1;
}
.body_switcher .body_switch_btn button {
    width:50px;
    height:50px;
    color: #ffffff;
    font-size: 24px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.80);
    cursor: pointer;
    transition: all 500ms ease;
}


.body_switcher .boxed_switch_menu {
    position: relative;
    background: #fff;
    width: 200px;
    padding: 25px 15px 20px;
    text-align: center;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}
.body_switcher .boxed_switch_menu h5{
    color: #222222;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}
.body_switcher.switcher-show{
    left:0;
}
.body_switcher .boxed_switch_menu .switch_body .box {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
}
.body_switcher .boxed_switch_menu .switch_body .box>div {
    width:80px;
    height:50px;
    background: #fff;
    border:2px solid #999;
}
.body_switcher .boxed_switch_menu .switch_body .box>div>span {
    display: block;
    width:60px;
    height:100%;
    margin:0 auto;
    background: #fff;
    border-left:2px solid #e5e5e5;
    border-right:2px solid #e5e5e5;
}
.body_switcher .boxed_switch_menu .switch_body .box p {
    position: relative;
    display: block;
    color: #999;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 7px 0 0;
}
.main_page.active_boxlayout {
    max-width: 1550px;
    width: 100%;
    min-width: 300px;
    margin: 0 auto;
    background: url(../images/pattern/body-pattern.png) #f8f8f8;
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: center;
    overflow-x:hidden;
}



/*=============== Color-Layout =============*/
.switcher {
    position: fixed;
    top: 220px;
    z-index: 99;
    display: none;
}
.switcher .switch_btn {
  position: absolute;
  top: 0px;
  right: -50px;
  z-index: -1;
}
.switcher .switch_btn button {
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    cursor: pointer;
    border-radius: 0;
    margin-left: 0;
    transition: all 500ms ease;
    background: rgba(0, 0, 0, 0.90);
}
.switcher .switch_menu {
    position: absolute;
    width: 190px;
    height: 30px;
    background: transparent;
    display: none;
    top: 0px;
    left: 60px;
    bottom: 0;
    margin: 10px 0;
}
.switcher #styleOptions li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 3px;
}
.switcher #styleOptions li:last-child{
    margin-right: 0;
}
.switcher #styleOptions li a {
    position: relative;
    display: inline-block;
    width:100%;
    height:100%;
    border-radius: 50%;
    box-shadow: 0 0 0 0px #fff;
}
.switcher #styleOptions li a.blue-color {
    background: #6377ee;
}
.switcher #styleOptions li a.pink-color {
    background: #E31C79;
}
.switcher #styleOptions li a.violet-color {
    background: #6936d8;
}
.switcher #styleOptions li a.crimson-color {
    background: #ba0913;
}
.switcher #styleOptions li a.orange-color {
    background: #FF6600;
}



/*________________Preloader_______________ */
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999999;
    background-position: center center;
    background-repeat: no-repeat;
    background-image:url(../images/icon/preloader.svg);
}

.preloader-close {
    position: fixed;
    z-index: 999999;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    right: 0;
    bottom: 0;
    font-weight: 600;
    background-color: #192a96;
}
.loader-wrap {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
}
.loader-wrap .layer-one {
    position: absolute;
    left: 0%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}
.loader-wrap .layer-two {
    position: absolute;
    left: 33.3333%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}
.loader-wrap .layer-three {
    position: absolute;
    left: 66.6666%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}
.loader-wrap .layer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2739a7;
}





/*** Scroll To Top style ***/
.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 55px;
    height: 55px;
    color: #ffffff;
    border-radius: 5px;
    font-size: 20px;
    line-height: 55px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    display: none;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 999999999;
}
.scroll-top span {}
.scroll-top:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	z-index: -1;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover{
    color: #f8f8f8;
}

.scroll-top.style2 {
    position: absolute;
    left: 0;
    top: -20px;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #0098ff;
    border: none;
    text-align: center;
    animation: auto;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
}



/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none;
}

#contact-form input[type="text"].error{
    border-color: red;    
}
#contact-form input[type="email"].error{
  border-color: red;    
}
#contact-form select.error {
  border-color: red;
}
#contact-form textarea.error{
  border-color: red;    
}




/* Post pagination styles */
.post-pagination{
    position: relative;
    display: block;
}
.post-pagination.martop20{
    margin-top: 20px;
}
.post-pagination li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
}
.post-pagination li a {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 2px solid #eeeeee;
    color: #131313;
    font-size: 18px;
    line-height: 56px;
    font-weight: 600;
    transition: all 500ms ease 0s;
    font-family: 'Poppins', sans-serif;
}
.post-pagination li a i {
    color: #c1c1c1;
    font-size: 22px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.post-pagination li.active a, 
.post-pagination li:hover a {
    background: #fec727;
    border-color: #fec727;
}
.post-pagination li.active a i,
.post-pagination li:hover a i{
    color: #131313;    
}
.post-pagination.style2 li a{
    border-radius: 0;
}


.secpd100-0{
    padding: 100px 0;
}



/* Overlay styles */
.overlay-style-one{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(218, 60, 34, 0.80);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 0;
    z-index: 1;
}
.overlay-style-one .box{
    display: table;
    height: 100%;
    width: 100%;    
}
.overlay-style-one .box .content{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}
.overlay-style-one .box .inner{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}





.overlay-style-two{
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 900ms ease;    
}
.overlay-style-two:before{
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	display: block;
	opacity: 0;
	text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
	background-color: rgba(18, 18, 18, 0.90);
}
.overlay-style-two:after{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50%;
	display: block;
	opacity: 0;
	text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.5s;
	background-color: rgba(18, 18, 18, 0.90);
}


.overlay-style1 {
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    opacity: 0;
    transform-origin: top;
    transform-style: preserve-3d;
    transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);  
    z-index: 1;
}
.overlay-style1.bg1{
    background-color: rgba(0, 0, 0, 0.70);    
}
.overlay-style2 {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.70);  
    transform: skew(0deg, 0deg) scale(1.2, 1.2);
    transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);  
    z-index: 1;
}



.review-box {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 16px;
}
.review-box ul {
    display: block;
    overflow: hidden;
}
.review-box ul li {
    display: inline-block;
    float: left;
    margin-right: 3px;
}
.review-box ul li:last-child{
    margin-right: 0px;    
}
.review-box ul li i {
    color: #f6d000;
    font-size: 18px;
}


.social-links-style1 {
    position: relative;
    display: block;
    overflow: hidden;
}
.social-links-style1 li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.social-links-style1 li:last-child{
    margin-right: 0px;
}
.social-links-style1 li a i{
    position: relative;
    display: block;
    background: #fbfbfd;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #9a9fb8;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    transition: all 500ms ease;
}
.social-links-style1 li a:hover i{
    color: #ffffff;
}


.sociallinks-style-two {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 7px 0 8px;
}
.sociallinks-style-two li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 25px;
}
.sociallinks-style-two li:last-child{
    margin-right: 0px;    
}
.sociallinks-style-two li a i {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    transition: all 500ms ease 0s;
}
.sociallinks-style-two li a:hover i{
    color: #e4b33d;
}


/* Update header Style */
@keyframes menu_sticky {
    0%   {margin-top:-90px;}
    50%  {margin-top: -74px;}
    100% {margin-top: 0;}
}




/*** 
========================================
    Mobile Menu
========================================
***/
.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
    float: right;
    cursor: pointer;
    padding: 30px 0;
}
.nav-outer.style1 .mobile-nav-toggler {
    padding: 17px 0 18px;
}
.nav-outer.style2 .mobile-nav-toggler {
    padding: 10px 0;
}
.nav-outer.style5 .mobile-nav-toggler {
    padding: 35px 0;
}

.nav-outer .mobile-nav-toggler .inner{
    position: relative;
    display: block;
    padding: 3px 5px;
}
.mobile-menu{
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	max-width:100%;
	height: 100%;
	padding-right:30px;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}
.mobile-menu .menu-backdrop{
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
    background-color: rgba(9, 16, 32, 0.90);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	z-index: 1;
}
.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 0.70;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .mCSB_inside>.mCSB_container{
	margin-right:5px;	
}
.mobile-menu .navbar-collapse{
	display:block !important;	
}


.mobile-menu .nav-logo{
	position:relative;
	padding:30px 25px;
	text-align:left;	
}
.mobile-menu .nav-logo a{
    position: relative;
    display: inline-block;
}

.mobile-menu-visible{
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}
.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #000000;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .close-btn{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #ffffff;
	font-size: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
	transition:all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}
.mobile-menu .close-btn:hover{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}


.mobile-menu .navigation{
	position: relative;
	display: block;
	width: 100%;
	float: none;
}
.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation:last-child{
	border-bottom: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	padding: 10px 25px;
	color: #ffffff;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}
.mobile-menu .navigation li > a:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}
.mobile-menu .navigation li.current > a:before{
	height:100%;
}



.mobile-menu .navigation li ul li > a{
	font-size: 15px;
    font-weight: 400;
	margin-left: 20px;
	text-transform: capitalize;
}
.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	top:6px;
	right:6px;
	width:32px;
	height:32px;
	text-align:center;
	color:#ffffff;
	font-size:16px;
	line-height:32px;
	background:rgba(255,255,255,0.10);
	cursor:pointer;
	border-radius:2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
	z-index:5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);	
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu {
	display: none;
}
.mobile-menu .social-links{
	position:relative;
	text-align:center;
	padding:30px 25px;
}
.mobile-menu .social-links li{
	position:relative;
	display:inline-block;
	margin:0px 5px 10px;
}
.mobile-menu .social-links li a{
	position:relative;
	color:#ffffff;
	font-size: 20px;
	line-height:32px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}




.sec-title {
    position: relative;
    display: block;
    margin-top: -6px;
    padding-bottom: 59px;
}
.sec-title.with_text{
    padding-bottom: 63px;    
}

.sec-title .sub-title {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 9px;
}
.sec-title .sub-title .border-box {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 1px;
    background: #2739a7;
}
.sec-title .sub-title h5 {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}
.sec-title h2 {
    font-size: 44px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
}
.sec-title.text-center .sub-title {
    justify-content: center;
}
.sec-title .text{
    position: relative;
    display: block;
    padding-top: 16px;
}
.sec-title .text p{
    margin: 0;
}



.sec-title.style2 .sub-title .border-box {
    background: #1f67b0;
}
.sec-title.style3 .sub-title h5{
    color: #496c53;
    font-size: 20px;
}
.sec-title-one > h2{
    color: #496c53;
}
.sec-title-one > h2 span{
    color: #940000;
    font-weight: 700;
    font-size: 30px;
}









/*** 
=============================================
    Video Gallery Area Style      
=============================================
***/
.video-gallery-area{
    position: relative;
    display: block;
    min-height: 845px;
}
.video-gallery-area .container-fullwidth {
    position: relative;
    display: block;
    width: 100%;
}
.video-gallery-area .row {
    margin-left: 0px;
    margin-right: 0px;
}
.video-gallery-area .row [class*=col-] {
    padding-left: 0px;
    padding-right: 0px;
}
.video-gallery_box{
    position: relative;
    display: block;
    padding-top: 110px;
    min-height: 845px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}
.video-gallery_box::before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000000;
    content: "";
    z-index: -1;
    opacity: 0.15;
}
.video-gallery_box .icon {
    position: relative;
    display: block;
    margin-bottom: 25px;
}
.video-gallery_box .icon a {
    position: relative;
    display: inline-block;
}
.video-gallery_box .icon a span:before{
    color: #ffffff;
    font-size: 80px;
}
.video-gallery_box h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}
.video-gallery_box p {
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.9em;
    margin: 0;
}


.video-gallery_content{
    position: relative;
    display: block;
    min-height: 845px;
    padding-top: 110px;
    z-index: 1;    
}
.video-gallery_content .shape-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}
.video-gallery_content .sec-title{
    padding: 0;
}
.video-gallery_content .sec-title .sub-title {
    justify-content: center;
}
.video-gallery_content .sec-title .sub-title .border-box{
    background: #ffffff;
}
.video-gallery_content .sec-title h2 {
    color: #ffffff;
    margin-bottom: 15px;
}
.video-gallery_content .sec-title h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.video-gallery_content .graph_outer {
    position: relative;
    display: block;
    padding-top: 42px;
}



/*** 
=============================================
    Tagline Area Css
=============================================
***/
.tagline-area{
    position: relative;
    display: block;
    padding: 8px 0px 150px;
    z-index: 1;
}
.tagline-area .layer-outer{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 170%;
    height: 305px;
    background-position: left center;
    background-repeat: repeat-x;
    z-index: -1;
    opacity: 1.0;
}

.tagline-content{
    position: relative;
    display: block;
}
.tagline-content h2{
    color: #222222;
    font-size: 44px;
    line-height: 48px;
    font-weight: 600;
}
.tagline-content h2 span {
    color: #4e821a;
    font-size: 31px;
}
.tagline-content .text {
    position: relative;
    display: block;
    margin-top: 14px;
}
.tagline-content .text p{
    font-size: 20px;
    line-height: 34px;
    margin: 0;
}
.tagline-content .tagline-button {
    position: relative;
    display: block;
    margin-top: 41px;
}



/*** 
=============================================
    Mission Vision Area Style      
=============================================
***/
.mission-vision-area{
    position: relative;
    display: block;
    padding-top: 160px;
    z-index: 1;
}
.mission-vision-area-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 55px;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.mission-vision-content-box{
    position: relative;
    display: block;
    max-width: 815px;
    width: 100%;
    float: right;
    padding: 62px 70px 68px;
    z-index: 1;
}
.mission-vision-content-box .logo-box{
    position: absolute;
    top: 40px;
    right: -60px;
    font-size: 330px;
    color: #222222;
    opacity: 0.05;
    z-index: -1;
}
.mission-vision-content-box h2{
    color: #222222;
    font-size: 44px;
    line-height: 1.2em;
    font-weight: 700;
}
.mission-vision-content-box ul{
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 73px;
}
.mission-vision-content-box ul li{
    position: relative;
    display: block;
    width: 50%;
    float: left;
    padding-right: 70px;
}
.mission-vision-content-box ul li .icon {
    position: relative;
    display: block;
}
.mission-vision-content-box ul li .icon span::before{
    color: #222222;
    font-size: 100px;
    line-height: 0;
}
.mission-vision-content-box ul li .title {
    position: relative;
    display: flex;
    align-items: center;
}
.mission-vision-content-box ul li .title .border-box{
    position: relative;
    display: block;
    width: 20px;
    height: 1px;
    background: #222222;
    margin-right: 10px;
}
.mission-vision-content-box ul li .title h3{
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}
.mission-vision-content-box ul li .text{
    position: relative;
    display: block;
    margin-top: 5px;
}
.mission-vision-content-box ul li .text p{
    margin: 0;
}

.video-gallery_box_2{
    position: absolute;
    bottom: 40px;
    right: -115px;
    width: 140px;
    height: 115px;
}
.video-gallery_box_2 .icon-Outer {
    position: absolute;
    top: 10px;
    left: -10px;
    width: 35px;
    height: 115px;
    background: #ffffff;
    opacity: 0.50;
}
.video-gallery_box_2 .inner {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 140px;
    height: 115px;
    overflow: hidden;
    padding: 30px 0;
    z-index: 2;
}
.video-gallery_box_2 .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: -27px;
    bottom: 0;
    right: 27px;
    background: #ffffff;
    z-index: -1;
    -moz-transform: skew(25deg, 0deg);
    -webkit-transform: skew(25deg, 0deg);
    -o-transform: skew(25deg, 0deg);
    -ms-transform: skew(25deg, 0deg);
    transform: skew(25deg, 0deg);
}
.video-gallery_box_2 .icon a span::before {
    position: relative;
    color: #222222;
    font-size: 30px;
    line-height: 30px;
}
.video-gallery_box_2 .inner h3{
    color: #222222;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 7px 0 0;
}



/*** 
=============================================
    Brochure Area Style      
=============================================
***/
.brochure-area{
    position: relative;
    display: block;
    overflow: hidden;
    background: #2739a7;
}
.brochure-area .container-fluid{
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}

.brochure-content-box{
    position: relative;
    display: block;
    width: 50%;
    min-height: 850px;
    float: left;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.brochure-content-box .overlay-text{
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 420px;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    padding: 55px 55px 60px;
}
.brochure-content-box .overlay-text .icon {
    position: absolute;
    bottom: -25px;
    right: -30px;
}
.brochure-content-box .overlay-text h3{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.brochure-content-box .overlay-text p{
    margin: 0;
}
.brochure-content-box .overlay-text .readmore-button{
    position: relative;
    display: block;
    margin-top: 34px
}
.brochure-content-box .overlay-text .readmore-button a{
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: 'Lato', sans-serif;
}
.brochure-content-box .overlay-text .readmore-button a span::before {
    position: relative;
    display: inline-block;
    top: 3px;
    font-size: 20px;
    color: #2739a7;
    padding-right: 10px;
}


.info-content-box{
    position: relative;
    display: block;
    width: 50%;
    min-height: 850px;
    float: left;
    padding: 110px 15px 110px;    
}
.info-content-box-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
}
.info-content-box .inner-content{
    position: relative;
    display: block;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.info-content-box .sec-title.style2{
    padding: 0;
}
.info-content-box .sec-title.style2 .sub-title .border-box {
    background: #ffffff;
}
.info-content-box .sec-title .sub-title h5 {
    color: #ffffff;
}
.info-content-box .sec-title h2 {
    color: #ffffff;
}
.info-content-box .sec-title .text p {
    color: #c5c9e6;
}


.info-content-box .inner-content ul {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding-top: 43px;
    padding-bottom: 73px;
}
.info-content-box .inner-content ul li {
    position: relative;
    display: block;
    max-width: 33.333333%;
    width: 100%;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
    text-align: center;
}
.info-content-box .inner-content ul li:last-child{
    border-right: none;
}
.info-content-box .inner-content ul li .icon{
    position: relative;
    display: block;
}
.info-content-box .inner-content ul li .icon span::before{
    color: #ffffff;
    font-size: 130px;
}
.info-content-box .inner-content ul li .text{
    position: relative;
    display: block;
    top: -15px;
}
.info-content-box .inner-content ul li .text p{
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}


.info-content-box .inner-content .bottom-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 67px;
}
.info-content-box .inner-content .bottom-box .left{
    position: relative;
    display: inline-block;
}
.info-content-box .inner-content .bottom-box .left h3{
    color: #ffffff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}
.info-content-box .inner-content .bottom-box .right{
    position: relative;
    display: block;
}
.info-content-box .inner-content .bottom-box .right a{
    line-height: 65px;
    padding-left: 30px;
    padding-right: 30px;
}



/*** 
=============================================
    Locations Area Style      
=============================================
***/
.locations-area{
    position: relative;
    display: block;
    overflow: hidden;
}
.locations-area .container-fluid{
    padding: 0;
}
.locations-area .row {
    margin-left: 0px;
    margin-right: 0px;
}
.locations-area .row [class*=col-] {
    padding-left: 0px;
    padding-right: 0px;
}

.home-map-outer-2 .map-canvas {
    position: relative;
    width: 100%;
    height: 530px;
}


.locations-content-box{
    position: relative;
    display: block;
    width: 100%;
    min-height: 530px;
    background: #222222;
    padding-top: 104px;
}
.locations-content-box .outer_box{
    position: relative;
    display: block;
    max-width: 530px;
    width: 100%;
    margin-left: 140px;
}

.locations-content-box .sec-title {
    padding-bottom: 44px;
    margin: 0;
}
.locations-content-box .sec-title h2 {
    color: #ffffff;
}

.locations-content-box .inner-content{
    position: relative;
    display: block;
    max-width: 420px;
    width: 100%;
}
.locations-content-box .inner-content .single-box{
    position: relative;
    display: block;
}
.locations-content-box .inner-content .single-box h3{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}
.locations-content-box .inner-content .single-box h3 span::before{
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    padding-right: 2px;
    top: -1px;
}
.locations-content-box .inner-content .single-box h4 {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin: 20px 0 0;
    font-family: 'Lato', sans-serif;
}
.locations-content-box .inner-content .single-box h4 a{
    color: #ffffff;    
}
.locations-content-box .inner-content .single-box ul{
    position: relative;
    display: block;
    padding-top: 10px;
}
.locations-content-box .inner-content .single-box ul li{
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
}
.locations-content-box .inner-content .single-box ul li a{
    color: #ffffff;    
}
.locations-content-box .inner-content .single-box ul li span{
    position: relative;
    display: inline-block;
    padding-left: 10px;
    color: #ffffff;      
}


.locations-Carousel .owl-dots {
    position: absolute;
    top: -90px;
    right: -200px;
    bottom: 0;
}
.locations-Carousel .owl-dots::before {
    position: absolute;
    top: 210px;
    right: 5px;
    bottom: 0;
    width: 1px;
    background: #222222;
    content: "";
    z-index: 1;
}
.locations-Carousel .owl-dots .owl-dot{
    position: relative;
	display: block;
	width: 11px;
	height: 11px;
    border: 1px solid #555555;
    background: transparent;
	margin: 40px 0px;
	border-radius: 0%;
	transition: all 100ms linear;
    transition-delay: 0.1s;
}
.locations-Carousel .owl-dots .owl-dot::before{
    content: "";
    position: absolute;
    top: 20px;
    left: 4px;
    width: 1px;
    height: 20px;
    background: #555555;
}
.locations-Carousel .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 9px;
    height: 9px;
    background: transparent;
    border-radius: 0%;
	transition: all 100ms linear;
    transition-delay: 0.1s;
}



/*** 
=============================================
    Mission Vision Style2 Area Style      
=============================================
***/
.mission-vision-style2-area{
    position: relative;
    display: block;
}
.mission-vision-style2-area .container-fluid{
    padding: 0;
}
.mission-vision-style2-area .row {
    margin-left: 0px;
    margin-right: 0px;
}
.mission-vision-style2-area .row [class*=col-] {
    padding-left: 0px;
    padding-right: 0px;
}
.mission-vision-style2_single_box{
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 85px;
}  
.mission-vision-style2_single_box_bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transform: perspective(400px) scaleY(0);
    transform-origin: bottom;

    transform-style: preserve-3d;
    transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.mission-vision-style2_single_box_bg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.75;
}
.mission-vision-style2_single_box:hover .mission-vision-style2_single_box_bg{
    transform: perspective(400px) scaleY(1.0);   
}


.mission-vision-style2_single_box .icon{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 170px;
    height: 170px;
    background: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
}
.mission-vision-style2_single_box .icon::before{
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border: 2px solid #e7e9f2;
    border-radius: 50%;
    z-index: -1;
}

.mission-vision-style2_single_box .icon span::before{
    position: relative;
    display: block;
    color: #222222;
    font-size: 100px;
    line-height: 170px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.mission-vision-style2_single_box .icon span.size2::before{
    font-size: 130px;    
}
.mission-vision-style2_single_box:hover .icon span::before{
    color: #2739a7;
}

.mission-vision-style2_single_box .inner_box{
    position: relative;
    display: block;
    background: #e9ebf4;
    padding: 144px 50px 70px;
}
.mission-vision-style2_single_box .inner_box.bg2{
    background: #e3e6f2;
}
.mission-vision-style2_single_box .inner_box .text{
    position: relative;
    display: block;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.mission-vision-style2_single_box .inner_box .text h3{
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 17px;
    transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.mission-vision-style2_single_box:hover .inner_box .text h3{
    color: #ffffff;
}
.mission-vision-style2_single_box .inner_box .text p{
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.mission-vision-style2_single_box:hover .inner_box .text p{
    color: #ffffff;
}

.mission-vision-style2_single_box .inner_box .text .button_box{
    position: relative;
    display: block;
    padding-top: 42px;
}
.mission-vision-style2_single_box .inner_box .text .button_box a{
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    background: #ffffff;
    color: #222222;
    font-size: 18px;
    line-height: 40px;
}



/*** 
=============================================
    Expertise Info Area Style      
=============================================
***/
.expertise-info-area{
    position: relative;
    display: block;
    background: #2739a7;
}
.expertise-info-area .layer_outer{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    opacity: 0.20;
}
.expertise-info-area .container-fullwidth{
    position: relative;
    display: block;
    width: 100%;
    min-height: 695px;
}
.expertise-info_box{
    position: relative;
    display: block;
    width: 55%;
    float: left;  
}


.progress-levels{
	position:relative;
    display: block;
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
    padding: 110px 15px 110px;
}
.progress-levels .sec-title.with_text{
    padding-bottom: 50px;
}
.progress-levels .sec-title .sub-title .border-box {
    background: #ffffff;
}
.progress-levels .sec-title h2 {
    color: #ffffff;
}
.progress-levels .sec-title .text p {
    color: #c5c9e6;
}

.progress-levels .progress-box {
    position: relative;
    display: block;
    margin-bottom: 27px;
}
.progress-levels .progress-box.last-child{
    margin-bottom: 0;
}

.progress-levels .progress-box .inner {
    position: relative;
    display: block;
}
.progress-levels .progress-box .inner .text {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0 0 14px;
    text-transform: capitalize;
    font-family: 'Exo', sans-serif;
}
.progress-levels .progress-box .inner .text span{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

.progress-levels .progress-box .bar{
	 position: relative;
	 display: block;
}
.progress-levels .progress-box .bar .bar-innner{
	position: relative;
	width: 100%;
    height: 5px;	
	background: rgba(255, 255, 255, 0.20);
    border-radius: 0px;
}

.progress-levels .progress-box .bar .bar-fill{
	position:absolute;
	top: 0%;
	left: 0px;
    bottom: 0%;
	width: 0px;
	height: 5px;
    border-radius: 0px;
	transition: all 2000ms ease 300ms;
}
.progress-levels .progress-box .bar .bar-fill::before{
    position: absolute;
    top: -10px;
    right: 0;
    width: 2px;
    height: 10px;
    content: "";
}

.progress-levels .progress-box .bar .bar-innner .skill-percent {
    position: absolute;
    top: -39px;
    right: 0;
    width: 40px;
    height: 25px;
    display: block;
    text-align: center;
    padding: 0;
    z-index: 1;
}
.progress-levels .progress-box .inner .count-text {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    display: inline-block;
    float: none;
    font-family: 'Lato', sans-serif;
}
.progress-levels .progress-box .inner .percent {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    display: inline-block;
    float: none;
    margin-left: -2px;
}


.video-gallery_box_6 {
    position: absolute;
    top: -15px;
    right: 0;
    bottom: -15px;
    width: 45%;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.video-gallery_box_6 .video-gallery{
    position: relative;
    width: 140px;
    height: 115px;
}
.video-gallery_box_6 .video-gallery .icon-Outer {
    position: absolute;
    top: 10px;
    left: -10px;
    width: 140px;
    height: 115px;  
    background-image: url(../images/shape/video-gallery_box_6_shape.png);  
}
.video-gallery_box_6 .video-gallery .inner {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 140px;
    height: 115px;
    overflow: hidden;
    padding: 30px 0;
    z-index: 2;
}
.video-gallery_box_6 .video-gallery .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: -27px;
    bottom: 0;
    right: 27px;
    z-index: -1;
    -moz-transform: skew(25deg, 0deg);
    -webkit-transform: skew(25deg, 0deg);
    -o-transform: skew(25deg, 0deg);
    -ms-transform: skew(25deg, 0deg);
    transform: skew(25deg, 0deg);
}
.video-gallery_box_6 .video-gallery .icon a span::before {
    position: relative;
    left: -15px;
    color: #fff;
    font-size: 25px;
    line-height: 25px;
}
.video-gallery_box_6 .video-gallery .inner h3{
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 7px 0 0;
}



/*** 
=============================================
    Error Page Area Style      
=============================================
***/
.error-page-area{
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 148px 0 150px;
}
.error-content{
    position: relative;
    display: block;
    z-index: 3;
}
.error-content h4{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.error-content .title {
    position: relative;
    display: block;
    font-size: 180px;
    line-height: 150px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 17px 0 18px;
}
.error-content p{
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 32px;
}
.error-content .btns-box {}
.error-content .btns-box a {
    line-height: 60px;
    padding-left: 40px;
    padding-right: 40px;
}
.goog-te-banner-frame.skiptranslate {
    display: none !important;
    } 
body {
    top: 0px !important; 
    }
img.goog-te-gadget-icon {
    background-image: url(https://translate.googleapis.com/translate_static/img/te_ctrl3.gif);
    background-position: -65px 0px;
    display: none;
}

.goog-te-gadget-simple {
    background-color:#ced08f!important;
}
.goog-te-gadget-simple .goog-te-menu-value span {
    color:#222!important;
    font-size: 15px;
}
.goog-te-gadget-simple {
    padding:3px!important; 
}
.freechat-popup-top img {
    width: 70px;
    height: 70px;
   border-radius: 0px !important; 
    margin-right: 20px;
}
.freechat-popup-content img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0px !important;
    border: 4px solid #fff;
    box-shadow: 0 3px 6pxrgba(0,0,0,.16);
    box-sizing: border-box;
}

.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right: -171px;
    top:230px;
    width:210px;
    z-index: 21;
}
.sticky li{
    list-style-type:none;
    background-color:#fff;
    color:#efefef;
    height:43px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:hover{
    margin-left:-115px;
}
.sticky li img{
    float:left;
    margin:5px 4px;
    margin-right:5px;
}
.sticky li p{
    padding-top:5px;
    margin:0px;
    line-height:16px;
    font-size:11px;
}
.sticky li p a{
    text-decoration:none;
    color:#2C3539;
}
.sticky li p a:hover{
    text-decoration:underline;
}






.sidebar-contact{
  position:fixed;
  top: 52%;
  left:-350px;
  transform:translateY(-50%);
  width:350px;
  height:auto;
  padding:40px;
  background:#fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  box-sizing:border-box;
  transition:0.5s;
}
.sidebar-contact.active{
  left:0;
  z-index: 1;
}
.sidebar-contact input,
.sidebar-contact textarea{
  width:100%;
  height:36px;
  padding:5px;
  margin-bottom:10px;
  box-sizing:border-box;
  border:1px solid rgba(0,0,0,.5);
  outline:none;
}
.sidebar-contact h2{
  margin:0 0 20px;
  padding:0;
}
.sidebar-contact textarea{
  height:60px;
  resize:none;
}
.sidebar-contact input[type="submit"]{
  background:#496c53;
  color:#fff;
  cursor:pointer;
  border:none;
  font-size:18px;
}
.toggle{
  position:absolute;
  height:48px;
  width:48px;
  text-align:center;
  cursor:pointer;
  background:#d12e2f;
  top:0;
  right:-48px;
  line-height:48px;
}
.toggle:before{
  content:'\f003';
  font-family:fontAwesome;
  font-size:18px;
  color:#fff;
}
.toggle.active:before{
  content:'\f00d';
}
@media(max-width:768px)
{
  .sidebar-contact{
    width:100%;
    height:100%;
    left:-100%;
  }
  .sidebar-contact .toggle{
    top:50%;
    transform:translateY(-50%);
    transition:0.5s;
  }
  .sidebar-contact.active .toggle
  {
    top:0;
    right:0;
    transform:translateY(0);
  }
  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
  .content{
    padding:50px 50px;
  }
}
#freechatpopup {
    z-index: 10 !important;
}

/* Desktop */
:root {
    --primary: #496c53;
    --secondary: #222222;
    --white: #ffffff;
    --black: #000000;
    --font-primary: 'Poppins';
    --font-secondary: 'Montserrat';
    --bg-color: #f4f4f4;
    --jumbotron-bgcolor : #e6f2d8;
}

/*.product-listing {*/
/*    margin-top: 239px;*/
/*}*/

.main-content {
    padding-top: 188px;
}
/* breadcrumb */
.breadcrumb {
    background: transparent;
}
.breadcrumb a{
    color: var(--font-secondary);
    font-size: 16px;
    font-weight: 400;
}
.breadcrumb-item.active{
    color: var(--primary);
    font-weight: 500;
}

/* left-sidebar */
.cmn-category {
    background-color: var(--bg-color);
    border-radius: 8px;
}
.cmn-category h6{
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    background: var(--primary);
    padding: 12px 15px;
    text-transform: capitalize;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.cmn-category ul {
    padding: 10px 20px;
}
.cmn-category li{
    margin: 5px 0;
}
.cmn-category li a{
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font-secondary);
    color: var(--secondary);
    transition: all ease-in-out 0.3s;
}
.cmn-category li a:hover{
    color: var(--primary);
    transition: all ease-in-out 0.3s;
}

.cmn-category li i {
    font-family: fontAwesome;
    font-weight: 500;
    font-size: 18px;
}
.cmn-category li.active a{
    font-weight: 600;
    color: var(--primary);
}

/* card-product */
.card {
    height: 100%;
}
.card-deck .card {
    flex: 0 0 29.8%;
}
.card .card-body{
    padding: 20px 15px;
}
.card img{
    max-width: 100%;
    height: 142px;
    padding: 0 10px;
    margin: 10px 0;
    object-fit: contain;
}
.card .card-title {
    font-size: 13px;
    color: var(--primary);
    /*max-width: 160px;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}
.card .card-text {
    font-size: 12px;
    line-height: 18px;
    color: var(--secondary);
}
.card .card-footer {
    background-color: transparent;
}
.dwnld-btn {
    font-size: 12px;
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
    transition: all ease-in-out 0.3s;
        border: 1px solid var(--primary);
}
.dwnld-btn:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: var(--white);
    transition: all ease-in-out 0.3s;
}

/* pagination */
.pagination .page-link {
    color: var(--secondary);
    font-size: 14px;
    transition: all ease-in-out 0.4s;
}
.pagination .page-link:hover {
    color: var(--white);
    text-decoration: none;
    background-color: var(--primary);
    border-color: var(--primary);
    transition: all ease-in-out 0.4s;
    border: 1px solid var(--primary);
}
.pagination .page-link:focus,
.pagination .page-link:active{
    box-shadow: unset;
    color: var(--white);
    text-decoration: none;
    background-color: var(--primary);
    border-color: var(--primary);
    transition: all ease-in-out 0.4s;
    border: 1px solid var(--primary);
}
.pagination .page-link:focus-visible {
    outline: 0;
}
.page-item.active .page-link {
    color: var(--white);
    text-decoration: none;
    background-color: var(--primary);
    border-color: var(--primary);
    transition: all ease-in-out 0.4s;
    border: 1px solid var(--primary);
}


/* about us */
.jumbotron {
    color: var(--primary);
    background-color: var(--jumbotron-bgcolor);
    padding: 70px 60px 50px;
}
.jumbotron h1 {
    font-weight: 500;
    font-size: 50px;
    line-height: 62px;
}
.about-detail h2{
    color: var(--primary);
    margin-bottom: 10px;
}
.about-detail p{
    font-weight: 500;
    font-size: 16px;
    color: var(--secondary);
}
.abt-inner-content p{
    font-weight: 400;
}
.about-video iframe {
    width: 100%;
    height: 360px;
}

/* contact us */
.cmn-detail {
    padding: 10px 20px;
    background-color: var(--bg-color);
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.20) 1.95px 1.95px 2.6px;
    height: 100%;
}
.cmn-detail ul li{
    margin: 30px 0;
    position: relative;
}
.cmn-detail ul li p,
.cmn-detail ul li a{
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary);
    transition: all ease-in-out 0.3s;
}
.cmn-detail ul li a:hover{
    text-decoration: none;
    color: var(--primary);
    transition: all ease-in-out 0.3s;
}
.cmn-detail .icon {
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 2;
}
.cmn-detail .contact-text {
    padding-left: 35px;
}
.cmn-detail .icon i {
    font-size: 20px;
    line-height: 20px;
    color: var(--primary);
}
.cmn-detail .icon i.fa-phone{
    font-size: 18px;
    line-height: 18px;
    transform: rotate(18deg);
}
.cmn-detail .icon i{
    font-family: fontAwesome;
}
.contact-map iframe {
    width: 100%;
    height: 450px;
}

/* inquiry */
.inquiry-form .form-group {
    border: 1px solid var(--primary);
    border-radius: 8px;
    padding: 30px 50px;
    height: 100%;
}
.inquiry-form h2{
    color: var(--primary);
}
.inquiry-form input,
.inquiry-form textarea {
    border: 0;
    border-bottom: 1px solid var(--secondary);
    border-radius: 0;
    padding: 5px 0;
    font-size: 16px;
}
.inquiry-form input::placeholder,
.inquiry-form textarea::placeholder{
    color: var(--secondary);
}
.inquiry-form input:focus,
.inquiry-form textarea:focus{
    box-shadow: unset;
    border-color: var(--primary);
}
.inquiry-form input:focus-visible,
.inquiry-form textarea:focus-visible{
    outline: 0;
}
.inquiry-form .btn-submit {
    max-width: 180px;
    padding: 8px 15px;
    text-align: center;
    border-radius: 8px;
    font-size: 16px;
}


/* certificate */
.certi-icon img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    transition: all ease-in-out 0.4s;
}
.certi-icon img:hover {
    transform: scale(1.1);
    transition: all ease-in-out 0.4s;
}
.cmn-btn {
    font-size: 10px;
    font-weight: 400;
    padding: 5px 9px;
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
    transition: all ease-in-out 0.3s;
}
.cmn-btn:focus{
    box-shadow: unset;
}
.cmn-btn:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: var(--white);
    transition: all ease-in-out 0.3s;
    border: 1px solid var(--secondary);
}


/* catelogue */
.product-detail {
    border: 1px solid #a4cdb0;
    padding: 8px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.product-title {
    width: calc(100% - 88px);
}
.product-title p{
    font-size: 14px;
    line-height: 20px;
    padding-right: 10px;
}

.product-pdf {
    width: 88px;
}

/* table */
.software-table .thead-dark th {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
    border-color: #3a5242;
    border-top: 0;
}
.software-table td, .software-table th {
    font-size: 14px;
    line-height: 20px;
    padding-right: 10px;
    padding: 10px 15px;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    white-space: nowrap;
}
.software-table .thead-dark th:last-child {
    text-align: center;
}
.software-table tbody tr:first-child td:last-child {
    text-align: center;
}
.software-table td a {
    color: var(--secondary);
    transition: all ease-in-out 0.3s;
}
.software-table td a:hover {
    text-decoration: none;
    color: var(--primary);
    transition: all ease-in-out 0.3s;
}



.slogan-style2-content-box .title-box .sec-title h2{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.card-body-one img{
    margin-top: -80px;
}


.inner-content .text > p{
    margin-bottom: 5px;
}
.about-detail h2 span{
    color: #940000;
    font-family: 'Exo', sans-serif;
    font-size: 45px;
    font-weight: 700;
}



.main-outer{
    border-radius: 5px;
}
.main-outer tr{
    border: 1px solid #a4cdb0;
        border-radius: 5px;
}
.main-inner{
        border: 1px solid #a4cdb0;
        border-radius: 5px;
}
.software-table td, .software-table th {
    font-size: 14px;
    line-height: 20px;
    padding-right: 10px;
    padding: 10px 15px;
    vertical-align: middle;
    border-top: 1px solid #a4cdb0;
    white-space: nowrap;
}