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




.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: 40px;
    padding-right: 40px;
    color: #ffffff;
    font-size: 16px;
    line-height: 60px;
    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: #0c1529;
    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: #ed1c24;
    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: 35px;    
}

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









/*** 
=============================================
    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: 10px 0px 0;
    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: 60px;
    font-weight: 600;
}
.tagline-content h2 span {
    color: #1f67b0;
}
.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%;
    float: left;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 20px 20px;
}
.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%;
    float: left;
    padding: 30px 15px 10px;
}
.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;
   
    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%;
    padding-top: 0;
    padding-bottom: 0;
}
.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: left;
    padding: 0 30px;
}
.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;
}












/* Hero Video */
 .outter.hero-video {
     width: 100%;
     height: 90vh;
     display: flex;
     flex-direction: column;
     justify-content: center;
}
 @media (max-width: 767px) {
     .outter.hero-video {
         height: 325px;
    }
}
 .hero-video .video-container {
 height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
 @media (max-width: 767px) {
     .hero-video .video-container {
         height: 325px;
    }
}
 .hero-video video {
     object-fit: cover;
     position: absolute;
     height: 100vh;
     width: 100%;
     top: 0;
     left: 0;
}
 @media (max-width: 767px) {
     .hero-video video {
         height: 325px;
    }
}
 .hero-video .video-container:after {
 content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  /*  background: rgb(0 0 0 / 62%);*/
    z-index: 1;
}
.hero-video h1 {
  text-transform: uppercase;
    margin-bottom: 40px;
    padding: 0;
    line-height: 1.6;
    color: white;
    font-size: 60px;
    letter-spacing: 2px;
    text-shadow: 3px 5px 8px #000;
    font-weight: 600;
}
 @media (max-width: 767px) {
     .hero-video h1 {
         font-size: 32px;
    }
}
 @media (min-width: 768px) {
     .hero-video h1 {
         font-size: 35px;
    }
}
 .hero-video .desc {
  color: #fff;
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 25px;
}
 .hero-video .callout {
     position: relative;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     height: 100%;
     text-align: center;
     position: relative;
     z-index: 10;
     width: 70%;
     margin: auto;
}
 @media (max-width: 767px) {
     .hero-video .callout {
         width: 100%;
    }
}
 .hero-video .button {
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 0px;
    margin-top: 22px;
    background-color: #f11b24;
    padding: 15px 30px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
}
}
 @media (max-width: 767px) {
     .hero-video .button {
         padding: 10px 20px;
    }
}
/* .hero-video .button:hover {
     cursor: pointer;
     background-color: #6e9e01;
}*/


.marginbox{
margin-bottom: 20px;
}


.single-service-style3 .text-holder {
   position: relative;
    display: block;
    background: #e8e7e7;
    padding: 20px 15px 20px;
}
.single-service-style3 {
    position: relative;
    display: block;
    border: 3px solid #fff;
    box-shadow: 0 0 10px 0 #ccc;
}
.single-service-style3 .text-holder .readmore-button {
    position: relative;
    display: block;
    margin-top: 15px;
}
.single-service-style3 .text-holder .btn-one {
    color: #fff;
    background: #ed1c24;
    border: none;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
}
.bgclr3{
    background: #ed1c24;
}

.info-content-box .inner-content ul li h3{
color: #ed1c24;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 10px;
}
.tophead h3{
text-align: center;
    margin-bottom: 50px;
    font-size: 21px;
    line-height: 41px;
    font-weight: 600;
}

.footer-logo{

}
.footer-logo img{
    width: 150px;
}








.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    padding: 5px 2px;
    border-radius: 4px;
}

.leftvision{
background: #f4f4f4;
    padding: 20px 25px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 2px solid #fff;
    box-shadow: 0 0 10px 0 #ccc;
}
.leftvision .iconimg{
width: 100px;
    background: #f8f6f6;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    line-height: 100px;
    margin-bottom: 10px;
    box-shadow: 0 0 10px 0 #ccc;
    border: 3px solid #fff;
}
.leftvision .iconimg img{
width: 100px;
    margin-left: 25px;
    margin-top: -20px;
}
.leftvision h3{

}
.leftvision p{

}
.marginwrap{

}
.slogan-content-box .left-box .icon span::before{
    color: #c7040b;
}
.slogan-content-box .button-box .btn-one{
    background: #c7040b;
    color: #fff;
}
.twobox{
padding: 70px 0;
}
.leftboxwrap{
background-image:url("../../assets/images/bg1.png") ;

}
.lwrap{

}
.lwrap h3{

}
.lwrap p{

}
.rwrap a{

}
.rightboxwrap{
background: #f4f4f4;
    height: 100%;
    padding: 40px 40px;
}
.rwrap{

}
.rwrap h3{
font-size: 35px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.rwrap p{
font-size: 16px;
    text-align: justify;
    margin-bottom: 20px;
}

.shorlinks{
padding: 30px 0 70px 0;
}
.shorticon{
 text-align: center;
    background: #fff;
   
}
.shorticon img {
    width: 55px;
    margin-bottom: 20px;
}
.shorticon h3{
  font-size: 19px;
    font-weight: 600;
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 15px;
}
.shorlinks .sec-title h2 {
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.form-group {
    margin-bottom: 0 !important;
}
.button-box {
    margin-top: 15px;
}

.addicon{

}
.addicon img{
width: 45px;
margin-bottom: 10px;
}
.contact-style1_map{

}
.contact-style1_map h3{
color: #fff;
    font-size: 25px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 5px;
}
.contact-style1_map p{
    margin-bottom: 0;
    color: #fff;
    font-size: 17px;
}

.bg2 {
 height: 100%;
}
.bg2 {
    animation: slide 30s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #6c3 50%, #09f 50%);
    bottom: 0;
    left: -50%;
    opacity: .5;
    right: -50%;
    top: 0;
    position: fixed;
    z-index: -1;
}
.addresbox {
 background: #fff;
    margin-bottom: 0;
    margin-bottom: 60px;
}
.addresshead{
    position: relative;
    display: block;
    background: #ededed;
    border-radius: 6px;
    padding: 14px 15px 14px 15px;
    color: inherit;
    height: 57px;
}
.addresshead h3{
    font-size: 22px;
        font-weight: 600;
        padding: 15px 15px 15px 15px;
        width: 1100px;
}
.addresbox p{
font-size: 16px;
    margin-top: 10px;
    padding: 0 15px;
    margin-bottom: 0;
}
.addresbox p i{

}




.countrybox {
    border: 1px solid #ccc;
    padding: 5px 25px;
   
    margin-left: 0 !important;
    width: 100%;
}




.selectadres{

}
.selectadres .main-containermenu .navigation> li> ul, .main-menu .navigation> li> .megamenu{
  height: 300px;
    overflow: auto;
    background: #fff;
    width: 100%;
    margin-left: -25px;
    margin-top: -31px;
}
.selectadres .main-menu {
    position: relative;
    display: block;
    float: none;
    margin-top: 20px;
}
.selectadres .main-menu.style4 .navigation> li {
    margin-right: 0;
    margin-bottom: 60px;
    background: #fff;
}
.angledown{
    float: right;
}
.selectadres .main-menu .navigation> li> ul> li> a, .main-menu .navigation> li> .megamenu li> a {
    position: relative;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    padding: 5px 10px 5px;
    color: #222222;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
}
.selectadres .main-menu .navigation> li> ul> li, .main-menu .navigation> li> .megamenu li {
    position: relative;
    display: block;
    padding: 0;
    width: 100%;
}












@keyframes cloud-ani {
    from { background-position: 0 0; }
    to { background-position: 100% 0; }
}

#animate-area   { 
    width: 100%; 
    height: 100%; 
    background-image: url(../../assets/images/bg2.jpg);
    background-position: 0px 0px;
    background-repeat: repeat-x;
  padding-top: 70px;
    animation: cloud-ani 35s linear infinite;
}

.img-credit{
  font-size: 10pt;
}
#animate-area1   { 
width: 100%;
    height: 100%;
    background-position: 0px 0px;
    background-repeat: repeat-x;
    animation: cloud-ani 35s linear infinite;
 
    padding-top: 60px;
}
.slogan-content-box .left-box .icon {
    position: absolute;
    top: 0!important;
    left: 0!important;
}
.serviceblockline1{
padding: 5px 5px;
  /*  border: 1px dashed #b8b5b5;*/
    margin-bottom: 0px;

}
.serviceblockline2{
padding-top: 0;
padding-bottom: 0;
}
.servicesec{
background-image: url(../../assets/images/bg4.jpg);
    background-repeat: repeat;
    padding: 0;
}
.servicesecbg{
padding: 15px 0 70px 0;
    background: #ffffffed;
}
.infopara{


}
.infopara p{
    font-size: 17px;
}
.apparea{
padding: 0;
    margin-bottom: 20px;
}
















/*.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

.descrip {
    font-size:12px;
    color:#999;
}

dd {margin-bottom:0px;}

.nesttabs a.nav-link {
    background-color:#eef1f6;
    border:1px solid #cfd6e1;
    border-radius:0px;
    color:#000;
    z-index:1;
    
}
.nesttabs a.nav-link.active {
    background-color:#FFF;
    z-index:10000;
    box-shadow:0px 18px 12px -12px rgba(226, 231, 237, 1);
    border-right:#FFF;
}
.nesttabs .container {background-color:#FFF;
padding:12px;}
.nesttabs {
  
}
.tableft{
    padding: 0;
}
.nesttabscontent{
background: #fff;
    border: 1px solid #ccc;
    padding: 30px 50px;
}
.descrip h3{
font-size: 21px;
    font-family: 'Lato';
    text-align: center;
}
.descrip img{

}
.tabinfo{

}
.tabinfo table td{
padding: 5px 15px;
}
.tabinfo table tr th{
  padding: 5px 15px;
    background: #f7f0f0;
    vertical-align: middle;
}
.tabinfo h3{
    color: #222222;
    font-size: 31px;
    line-height: 34px;
    font-weight: 600;
    margin: 5px 0 13px;
  
    padding-bottom: 10px;
}
.tabinfo .specifictable h3{
    font-size: 23px;
    font-family: 'Lato';
    color: #cc070f;
    margin-bottom: 15px;
    margin-top: 15px;
}
*/










.tab {
  overflow: hidden;
    margin-bottom: 0px;

}
.tab button {
float: left;
    outline: none;
    cursor: pointer;
    padding: 15px;
    font-size: 20px;
    background: #e9e9e9;
    margin-right: 6px;
    border: 1px solid #eee;
}
.tab button:hover {
  background-color: #bbb;
}
.tab button.active {
 background-color: #c8020a;
    color: #fff;
    font-size: 20px;
}
.tabcontent {
    display: none;
  
}
.tabsect{
  background: #f5f5f5;
    padding: 30px 30px;
}
.tabinfo h3{
font-size: 26px;
    font-weight: 500;
    font-family: 'Lato';
}
.specifictable img{
   margin-top: 0;
    margin-bottom: 40px;
    padding: 5px 24px;
    background: #fff;
}




.tabinfo table td{
padding: 3px 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
}
.tabinfo table tr th{
padding: 5px 15px;
    background: #fff;
    vertical-align: middle;
    font-size: 18px;
    text-align: center;
}
.tabinfo h3{
    color: #222222;
    font-size: 31px;
    line-height: 34px;
    font-weight: 600;
    margin: 5px 0 13px;
  
    padding-bottom: 10px;
}
.tabinfo .specifictable h3{
    font-size: 23px;
    font-family: 'Lato';
    color: #cc070f;
    margin-bottom: 15px;
    margin-top: 15px;
}
.colbg {
    font-size: 16px;
    font-weight: 500;
    color: #c8020a;
    text-align: left !important;
}
.tabinfo .table {
    width: 100%;
   
    background-color: #fff;
    margin-bottom: 0;
}
.toparea{
    margin-top: 45px;
}
.subtitlep{
    font-size: 23px;
    color: #c8020a;
    margin-top: -10px;
}
.tabimg{
    height: 100%;
}
.tabimg img{
    margin-top: 20%;
}



.tabimg img{
  transition: 0.3s;
}
.tabimg img:hover {
  transform: translate(0, -25px);
}

.specifictable img:hover  {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  box-shadow: 0 0 10px 0 #ccc;
}


.tableline{
 margin-bottom: 0;
    margin-top: 15px;
    color: #000;
    font-size: 16px;
}



.single-blog-style1 .text-holder h3{
font-size: 24px;
    font-weight: 600;
    font-family: 'Lato';
}

.partning{

}
.partning p{
    font-size: 16px;
    text-align: left;
    margin-top: 30px;
}
.proimgwrap{
   background: #fff;
    box-shadow: 0 0 10px 0 #ccc;
    padding: 40px 40px;
    margin-bottom: 40px;
}

.tabwrap{
    margin-top: 20px;
}
.tabletop th {
   background: #c8020a !important;
    color: #fff;
    font-size: 21px !important;
    font-weight: 600;
}
.midimgbox {
    margin-bottom: 35px;
}
.infopara1{
border: 1px solid #f4f4f4;
    background: #f5f5f5;
    height: 100%;
}
.infopara1 img{

}
.infopara1 p{
margin-bottom: 10px;
    font-size: 16px;
    padding: 0 10px;
}
.infopara1 h3{
font-size: 18px;
    font-family: 'Lato';
    margin-top: 15px;
    color: #c8020a;
    padding: 7px 10px;
    text-align: center;
}
.infopara1box{
margin-bottom: 30px;
}
.rowhead th{
padding: 5px 15px;
    background: #c8020a !important;
    vertical-align: middle;
    font-size: 20px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
}
.datatable1{

}
.datatable1 td{
    text-align: left !important;
    padding: 6px 25px !important;
}
.tabimg1 img{

}




.autobox{
/* height: 100%;
    background: #ffffff;
    padding: 10px 10px;
    box-shadow: 0 0 10px 0 #ccc;
    border: 1px solid #eee; */
    position: relative;
    display: block;
    background: #ffffff;
    border: 2px solid #e9ebf4;
    padding: 15px 15px 0;
    margin-bottom: 55px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    height: 100%;
}
.autoboximg{

}
.autoboximg img{

}
.autotext{

}
.autotext h3{
color: #c8020a;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: 15px;
    text-align: center;
}
.autotext p{
   text-align: left;
    font-size: 16px;
    padding: 0 10px;
}
.breadcrumb-areabg{
background: linear-gradient(to top, lightgrey 0%, lightgrey 1%, #e0e0e0 26%, #efefef 48%, #d9d9d9 75%, #bcbcbc 100%);
    padding: 30px 0 30px 0;
}


.img1{
  width: 60px;
  height: 30px;
    float: left;
    margin-right: 20px;
}
.addresbox{

}
.addresbox table{

}
.addresbox table th{
    font-size: 17px;
    font-weight: 600;
    vertical-align: middle;
}
.addresbox table td {
    vertical-align: middle;
    padding: 15px 0;
}
.addresbox table td p{
    font-size: 16px;
    color: #000;
}
.addresstable{
    padding: 0 15px;
}

.img2 {
    height : 50px;
    width: 60px;

}
.contact-page{
    padding: 60px 0;
    background: ;
}












.contact-list {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
  }

  .contact-list > div {
 
  }

  .contact-list > div:hover {
    background-color: #e0e0e0;
  }

  .contact-list > div.selected {
    background-color: #b3d9ff; /* Light blue background for selected country */
    transition: background-color 0.3s; /* Smooth transition effect */
  }

  .contact-list > div.selected:hover {
    background-color: #99c2ff; /* Darker blue on hover */
  }

  .contact-list > div.hidden {
    display: none;
  }

  .contact-list > div.selected.hidden {
    display: block;
  }
  .contact-page #countryDropdown{
 width: auto;
    padding: 10px 30px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
  }
  .hidephone{
   display: none !important;
  }







  .newstabs .tab {
 margin: 0 -15px;
}
.newstabs .tab button {
 float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0 0 8px 0;
    font-weight: 600;
    margin-right: 25px;
    background: transparent;
}
.newstabs .tab button:hover {
  background-color: transparent;
}
.newstabs .tab button.active {
 background-color: transparent;
    color: #c8020a;
    border-bottom: 1px solid #c8020a;
}
.newstabs .tabcontent {
    display: none;
   padding: 5px 15px 5px 15px;
    border-top: none;
    margin-top: 30px;

}
.newstabs  .marginboxwrap{
margin: 0 -30px;
}
.newstabs  .newsbox{
    background: #fff;
}
.content-headline{

}
.content-headline time{
font-size: 19px;
    font-weight: 600;
}
.contentmidline{

}
.contentmidline h3{

}
.contentmidline p{
font-size: 16px;
    margin-top: 3px;
}
.contentlineimg{

}
.contentlineimg img{

}
.newstabs .newsbox{
border-bottom: 1px solid #eee;
    margin-bottom: 25px;
}
.padleftzero{
    padding-left: 0;
}








.main-menu ul ul ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
    z-index: 999;
    padding: 0 20px;
    width: auto;
}

.main-menu ul ul li:hover > ul {
    display: block;
}

/* Add this CSS to adjust dropdown position */
.main-menu ul ul ul {
    top: 0;
    left: 100%;
}

/* 
=====================================================
    Theme Main Background Color Css
=====================================================
/* Apply background and text color for third-level submenu items */
/* Apply background and text color for third-level submenu items */

.main-menu .navigation > li > ul > li > ul > li > ul > li {
 

    position: relative;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    padding: 13px 0px 13px;
    color: #222222;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
}.main-menu .navigation > li > ul > li > ul > li > ul > li a{
    
    color: #222222;
    font-size: 16px;

}


/*.main-menu.style4 .navigation> li.current a{
color: #c8020a;
}*/











.boxli{

}
.boxli p{
  background: #c8020a;
    margin-bottom: 15px !important;
    color: #fff;
    padding: 10px 10px;
    font-size: 19px !important;
    border-radius: 5px;
    border-left: 5px solid #000;
}










.project-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}

.project-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
}

.project-block-one .inner-box .image-box:before{
  position: absolute;
  content: '';
  background: rgb(0 34 79 / 60%);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 10px;
  opacity: 0;
  z-index: 1;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box:before{
  opacity: 1;
}

.project-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
  border: 4px solid #cccccc5e;
}

.project-block-one .inner-box:hover .image-box img{
  transform: scale(1.1);
}

.project-block-one .inner-box .content-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 15px 15px;
  z-index: 2;
}

.project-block-one .inner-box .content-box .view-btn{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.project-block-one .inner-box .content-box .view-btn a{
  position: relative;
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  transform: scale(0,0);
}

.project-block-one .inner-box:hover .content-box .view-btn a{
  transform: scale(1,1);
}

.project-block-one .inner-box .content-box .view-btn a:hover{
  background: #fff;
  color: #003478;
}

.project-block-one .inner-box .content-box .title-text{
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 0px 20px 23px 30px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .content-box .title-text{
  transform: scale(1,1);
}

.project-block-one .inner-box .content-box .title-text h3{
position: relative;
display: block;
font-size: 18px;
line-height: 28px;
color: #fff;
font-weight: 500;
}

.project-block-one .inner-box .content-box .title-text h3 a{
  display: inline-block;
  color: #fff;
}

.project-block-one .inner-box .content-box .title-text h3 a:hover{

}



.flinks{
    padding-left: 45px;
    margin-bottom: 30px;
}


.maptable{

}
.maptable td{
font-size: 15px;
   padding: 3px 15px;
    vertical-align: middle;
    text-align: center;
}

.maptable table{
background: #fff;
}
.maptable th{
    font-size: 14px;
    padding: 3px 15px;
    vertical-align: middle;
    text-align: center;
}
.maptable td i{
/*color: #df0b13;*/
    font-size: 10px;
}
.mapwrap{
   
    padding: 0px 0 30px 0px;
}
.mapimg{
 background: #fff;
    padding: 25px 0;
  
}

 .countTable table tr td:first-child{
    text-align: left !important;
 }
 .secondleft{
    text-align: left !important;
 }











 @media only screen and (max-width: 768px) {

        .header-top-style4 {
        display: block !important;
    }
    .header-contact-info3 ul li {
    position: relative;
    display: flex;
    align-items: center;
    float: left;
    padding-left: 20px;
    margin-right: 35px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-left: 1px solid rgba(255, 255, 255, 0.20);
}
.header-top-style4_right {
    position: relative;
    display: block;
    padding: 0px 0 6px;
    text-align: right;
}
.header-top-style4_left {
    position: relative;
    display: block;
    padding: 0 0;
    z-index: 1;
}
.header-top-style4 {
    position: relative;
    display: block;
    background: #000;
    padding: 0px 0px 0px;
    z-index: 1;
    width: 100%;
}
.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
    float: right;
    cursor: pointer;
    padding: 0 0;
}
    .header-style4_left .logo {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .header-style4_left .logo img {
    width: 115px;
}
.header-style4 {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 18px 0;
    top: 0;
}
.hero-video h1 {
        font-size: 26px;
        line-height: 1.4;
        margin-top: 7px;
    }
    .hero-video .desc {
    color: #fff;
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 15px;
}
.about-style3-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 0;
    padding-bottom: 20px;
}
.service-style3-area {
    position: relative;
    display: block;
    background: #faf7f0;
    padding: 40px 0px 20px;
    z-index: 1;
}
.tagline-area {
    position: relative;
    display: block;
    padding: 0 20px 0;
    z-index: 1;
}
.slogan-area {
    position: relative;
    display: block;
    background: #111111;
    padding: 35px 0px 40px;
    z-index: 1;
}
.tophead h3 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 21px;
    line-height: 41px;
    font-weight: 600;
}
.single-fact-counter-style2 {
    position: relative;
    display: block;
    padding-left: 35px;
    padding-right: 35px;
    -ms-flex: 0 0 33.333333%;
    flex: 25%;
    max-width: 25%;
    text-align: left;
}
    .single-fact-counter-style2 {
        padding-left: 15px;
        padding-right: 15px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 auto 25px !important;
    }
    .breadcrumb-style2-area {
    margin-top: 0 !important;
    padding-top: 60px;
    padding-bottom: 60px;
}
.breadcrumb-area {
        margin-top: 0 !important;
        padding: 152px 0 85px;
    }
    .breadcrumb-area .title h1 {
    color: #000 !important;
    font-size: 28px !important;
    line-height: 1.3em;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 20px;
}
.subtitlep {
    font-size: 20px;
    color: #c8020a;
    margin-top: -10px;
}
.proimgwrap {
    background: #fff;
    box-shadow: 0 0 10px 0 #ccc;
    padding: 5px 5px;
    margin-bottom: 40px;
}
.service-details_main_content .sec-title h2 {
    font-size: 31px;
    margin-bottom: 0;
}
.tab button {
        float: left;
        outline: none;
        cursor: pointer;
        padding: 8px;
        font-size: 17px !important;
        background: #e9e9e9;
        margin-right: 6px;
        border: 1px solid #eee;
    }
.tabimg img {
    margin-top: 0;
    width: 100% !important;
}
.servicesecbg .row{
display: block !important;
 }
 .tabsect {
    background: #f5f5f5;
    padding: 15px 15px;
}
.specifictable img {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 24px;
    background: #fff;
}
.single-sidebar-box {
    position: relative;
    display: block;
    padding-bottom: 25px;
    margin-top: 30px;
}
.single-sidebar-box .downloads-links li a {
    position: relative;
    display: block;
    padding: 0 25px;
    color: #222222;
    font-size: 17px;
    line-height: 30px;
    border: 1px solid #ffffff;
    background: #e2dbdb;
}
}


.rightsmalldrop{
    margin-left: -25%;
}

.apptext{

}
.apptext p{
font-size: 15px;
    text-align: justify;
}
.appimg{

}
.appimg img{

}
.appareasec{
padding: 60px 0;
}
.appareasec h3{
font-size: 40px;
    text-align: left;
    margin-bottom: 10px;
}
.appline{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
}
.rightvidmenu{
background: #f4f4f4;
    height: 100%;
    margin-left: -15px;
}
.rightvidmenu ul{

}
.rightvidmenu ul li{

}
.rightvidmenu ul li a{
    
}
.rightborder{
  
}
.appsidemenu{
    padding: 0;
}
.service-details-sidebar h4{
text-align: left;
    font-size: 24px;
    color: #c8020a;
    font-weight: 600;
    padding-left: 20px;
}
.Main__Inner-sc-129s5zi-0.eFUpYn a{
    display: none !important;
    opacity: 0 !important;
}

.thback{
    background: #f4f4f4;
}

 @media only screen and (max-width: 768px) {
    .rightsmalldrop {
    margin-left: 0;
}
.flinks {
    padding-left: 45px;
    margin-bottom: 30px;
    width: 50%;
}
.header-social-link-1 {
    position: relative;
    display: flex;
    padding-left: 20px;
    align-items: center;
    float: left;
}
.mobile-menu .nav-logo img{
    width: 160px;
}
.topimg{
    margin-top: 20px;
}
.appareasec h3 {
    font-size: 35px;
    text-align: left;
    margin-bottom: 10px;
}
}

.service-details-content h3{
  font-size: 25px;
    border-bottom: 1px dashed #c8020a;
    padding-bottom: 30px;
   margin-bottom: 30px;
}

.appvidbox{
background: #f4f4f4;
    padding: 5px 5px;
    margin-bottom: 30px;
    box-shadow: 0 0 10px 0 #ccc;
    border: 3px solid #fff;
     
}
.approw .col-xl-6{
    
}
.appvidbox iframe{

}
.appvidbox p{
color: #000;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
    font-family: 'Exo';
  
}

.tabwrap .tabcontent .single-sidebar-box .title {

    position: relative;
    display: block;
    background: #c8020a;
    padding: 20px 30px 20px 30px;
    margin-bottom: 5px;
    float: left;
}


.thgreen{
color:#ee1c25;
}
.thblue{
color: #387886;
}
.thred{
color:#231f20;
}
.thblack{
color:#949599;
}



.slectcountry{

}
.slectcountry h3{
margin-top: 10px;
    font-size: 22px;
    font-weight: 600;
}
.slectcountry1{
    display: flex;
}













.popform {
    background: #f4f4f4;
    padding: 20px 0 0 0;
}
.popform h3{
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-top: 25px;
}
.contact-form {
    position: relative;
    display: block;
    background: #f4f4f4;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
}
.modal-dialog{
    margin-top: 10%;
}
.callus{
position: fixed;
    right: 20px;
    bottom: 90px;
    z-index: 3;
}
.callus img{
    width: 70px;
}









.opjp{

}


.slectcountry select option{
    color: red;
} 
.main-container {
    width: 100%;
    max-width: 1260px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.top-container {
    display: flex;
    width: 100%;
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.top-container h1 {
    margin: 0;
}

.top-container p {
    margin: 10px 0 0;
}
.container-1 {
    display: flex;
    width: 100%;
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.sidebar1 {
    flex: 1;
    padding: 20px;
    text-align: center;
    background-color: #f9f9f9;
    border-right: 1px solid #ddd;
}

.sidebar1 h2 {
    color: #d00000;
}

.sidebar1 p {
    margin-top: 10px;
    line-height: 1.5;
    text-align: center;
}
.view-all-btn {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #d00000;
    color: white;
    border: none;
    cursor: pointer;
}

.view-all-btn:hover {
    background-color: #a00000;
}
.events {
    flex: 4;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    
    padding: 20px;
    gap: 20px;
}

.event-card {
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0,0,0,0);
    width: 30%;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0px;
}
.event-card img {
    width: 100%;

    height: auto;
}

.event-info {
    margin-top: 10px;
    padding: 3%;
    flex-direction: column;
}

.event-btn {
    margin-top: 20px;
    border-radius: 25vh;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}

.event-btn:hover {
    background-color: #0056b3;
}


/* Responsive Design */
@media (max-width: 768px) {
    .top-container, .container-1 {
        flex-direction: column;
    }

    .sidebar {
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    .events {
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }

    .event-card {
        width: 80%;
        margin-bottom: 20px;
    }

    .event-info {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .view-all-btn, .event-btn {
        width: 100%;
        box-sizing: border-box;
    }
}