
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sansita:ital,wght@0,400;0,700;0,800;0,900;1,400;1,700;1,800;1,900&display=swap');
body{
	font-family: "Space Grotesk", sans-serif;;
	font-size: 17px;
/*	font-size: calc(0.48em + 1vmin);*/
	color: #555555;
	line-height: 24px;
	font-weight: 500;
	font-style: normal;
/*	letter-spacing: 0.5px;*/
}
*,ul,ol{
	margin:0;
	padding:0;
}
ul,ol{
	list-style-type: none;
}
a{
	color: inherit;
	text-decoration: none;
}
a:hover,a:focus{
	color: #0c458b;
	outline: none;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	color: #000;
	font-family: "Sansita", sans-serif;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 15px;
}
h2{
	font-size: 40px;
}
strong{
	font-weight: bold;
}
.btn1,
.btn2 {
  background-color: #0c458b;
  border-radius: 0;
  padding: 14px 28px;
  color: #fff;
  font-weight: bold;
  position: relative;
  border:0;
}
.btn2{
	background-color: transparent;
	border:1px solid #fff;
}
.btn1:hover,
.btn1:focus,
.btn2:hover,
.btn2:focus{
	background-color: #000;
	color: #fff;
}
.width-40{
	width: 40%;
}
.width-50{
	width: 50%;
}
.width-60{
	width: 60%;
}
.font-1{
	font-size: 25px;
	font-weight: 600;
}
.wrapper{
    position:relative;
}
.flexbox {
  	display: -webkit-box;
  	display: flex;
}
.flexbox .element {
    height: 100%;
}
.social-links{
    display:block;
    text-align:right;
    margin-top: 2px;
}
.social-links.footer-social-links{
    text-align:left;
}
.social-links li{
    display: inline-block;
    vertical-align: middle;
}
.social-links li a{
    background-color: #fff;
    color:#0c458b;
    width:45px;
    height:45px;
    line-height:45px;
    text-align:center;
    display:block;
}
.sub-title {
  	display: inline-block;
  	font-size: 16px;
	font-family: GaultierText-SemiBold;
  	font-weight: 600;
  	color: #0c458b;
  	margin-bottom: 20px;
  	text-transform: uppercase;
  	line-height: 24px;
  	position: relative;
  	padding-left: 40px;
}
.sub-title::before, .sub-title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  height: 2px;
  width: 20px;
  background: #0c458b;
}
.sub-title::before {
  width: 30px;
  top: auto;
  bottom: 7px;
}
.bg-color1{
	background-color: #0c458b;
}
.bg-color2{
	background-color: #f1f9ff;
}
a.text-white:hover,
a.text-white:focus{
	color: #000!important;
}
.text-color1{
	color: #0c458b!important;
}
.top-contact-list{
	text-align: end;
	margin:16px 0;
}
.top-contact-list li{
    display: inline-block;
    vertical-align: middle;
    position: relative;
	padding:0 15px;
}
.top-contact-list li a{
    color: #fff;
	display: block;
}
.top-contact-list li a:hover,
.top-contact-list li a:focus{
    color: #52b950;
}

.top-contact-list li a span{
	font-weight: bold;
}
.heading-h3 h3{
	text-align: center;
}

.heading-h3 h3 a{
	display: inline-block;
}
.home-parallax{
	position: relative;
	overflow: hidden;
	/*padding:300px 0;*/
}
.parallax-window {
    height: 550px;
    background: transparent;
    display: table;
	width: 100%;
}
.home-page .parallax-window{
	height: 100vh;
}
.home-slide{
	text-align: center;
	position: relative;
	display: table-cell;
	height: 100%;
	vertical-align: bottom;
}
.home-parallax .container{
	position: relative;
	z-index: 5;
}
.home-parallax .overlap:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0,0,0,0.6);
	z-index: 1;
}
.bottom-header {
  	position: relative;
  	z-index: 9;
  	background-color: #f8f9fa;
  	/*min-height: 80px;*/
}
.theme-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: var(--text-font);
  color: #000;
  text-align: center;
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
  box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.15);
}

.theme-btn.shadow{
  box-shadow: 0px 20px 30px rgba(119, 174, 62, 0.25) !important;
}

.theme-btn.btn-one{
  background: #52b950;
  color: #fff;
}

.theme-btn:before, .theme-btn:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #0c458b;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
  transform: scale(0) rotate(0);
  z-index: -1;
}

.theme-btn:hover:before {
  border-radius: 0;
  transform: scale(1) rotate(-180deg);
}

.theme-btn:hover:after {
  border-radius: 0;
  transform: scale(1) rotate(180deg);
}

.theme-btn:after {
  background: #0c458b;
}

.theme-btn.btn-two{
  border: 2px solid #fff;
}

.theme-btn.btn-two span{
  padding: 16px 30px;
}

.theme-btn span{
  position: relative;
  display: inline-block;
  padding: 16px 25px;
}


.company-logo {
  	display: block;
  	position: absolute;
  	top: -57px;
  	left: 0;
  	background: #fff;
  	content: '';
  	padding: 20px;
  	padding-right:40px;
  	-webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 22px) 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, calc(100% - 22px) 100%, 0% 100%);
}
.company-logo .img-fluid{
	width: 230px;
}
.mobile-menu{
	display: none;
}
.navigation{
	display: block;
	text-align: right;
	padding:22px 0;

}
.navigation > li{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: -4px;
}
.navigation > li:last-child{
	margin-right: 0;
}
.navigation li.dropdown > .dropdown-menu{
	opacity: 0;
	position: absolute;
	top: 130%;
	left: 0;
	width: 250px;
	z-index: 999;
	background-color: #ff8daa;
	visibility: hidden;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding:0;
	margin:0;
	border-bottom: 3px solid #9a9a9a;
  	transition: all 500ms ease;
  	display: block;	
}
.navigation li.dropdown > .dropdown-menu li{
	border-bottom: 1px solid #e6e6e6;
	margin-right: 0;
}
.navigation li.dropdown > .dropdown-menu li:last-child{
	border-bottom: none;
}
.navigation li.dropdown > .dropdown-menu li a{
	background-color: #ffffff;
	padding:10px 15px;
	color: #000;
}
.navigation li.dropdown:hover > .dropdown-menu{
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.navigation > li:last-child:before,
.navigation > li:first-child{
	display: none;
}
.navigation a{
	text-transform: uppercase;
	font-size:16px;
	letter-spacing: 1px;
	line-height: 1;
	font-weight: 600;
	overflow: hidden;
	position: relative;
	display: block;
	color: #000;
	padding: 8px 18px;
    transition: all 500ms ease 0s;
}
.navigation > li:last-child a{
    padding-right:0;
}
.navigation li.dropdown > a{
	padding-right:35px;
}
.navigation > li.dropdown > a:after {
    font-family:"bootstrap-icons";
    content: "\F282";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
/*    display: block;*/
    font-size: 14px;
    transition: all 500ms ease 0s;
}
.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a{
	color: #52b950;
}
.navigation li.dropdown > .dropdown-menu li a:hover,
.navigation li.dropdown > .dropdown-menu li a:focus,
.navigation li.dropdown > .dropdown-menu li.active a{
	color: #fff;
	background-color: #000;
}
.slider-wrapper{
	position: relative;
	
}
.wrapper{
    overflow:hidden;
}
#wm-carousel{
	height: 690px;
	overflow: hidden;
}
#wm-carousel .carousel-inner{
	height: 100%;
}
#wm-carousel .carousel-caption {
    position: absolute;
/*    right: auto;*/
    bottom: auto;
    left: 15%;
    text-align: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70%;
}
#wm-carousel .carousel-caption h2 {
    padding: 0;
    color: #fff;
    font-size: 4em;
    font-weight: 600;
    font-style: normal;
    line-height: 92px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    display: block;
    text-transform: uppercase;
/*    background-color: rgba(248, 164, 49, .25);
    padding: 30px;*/
}
#wm-carousel .carousel-caption p {
    padding: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: 1px;
}
#wm-carousel .carousel-control-next, #wm-carousel .carousel-control-prev{
    top: auto;
    bottom:0;
    /*transform: translateY(280%);*/
    width:80px;
    height:80px;
    line-height: 80px;
    background-color: #0c458b;
    display: block;
}
#wm-carousel .carousel-control-next-icon, #wm-carousel .carousel-control-prev-icon{
    vertical-align: middle;
}
#wm-carousel .carousel-control-prev{
    left: auto;
    right: 0px;
    top: 36%;
}
#wm-carousel .carousel-control-next{
    top: 48%;
    left: auto;
    right: 0px;
}
.full-screen {
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height:100%!important;
}
.list1 li,
.list2 li,
.areas-list li{
	padding: 0px 0 8px 26px;
	position: relative;
}
.list1 li:before,
.list2 li:before,
.areas-list li:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '\F133';
	font-family: "bootstrap-icons";
	font-size: 18px;
	color: #0c458b;
}
.list1.list1-black li:before{
	color: #000;
}
.areas-list li:before{
	content: '\F3E7';
}

.list1 li a{
	color: #252525;
	font-weight: bold;
}
.list1 li a:hover{
	color: #0c458b;
}
.list3{
  margin-left: 16px;
}
.list3 li{
  list-style-type: decimal;
  padding-bottom:10px;
}
.parallax{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.parallax .container,
.parallax .container-xxl,
.parallax .container-fluid,
.parallax .container-auto,
.parallax .element{
    position: relative;
    z-index: 1;
}
.overlap{
	position: relative;
}
.overlap:before,
.overlap1:before,
.overlap2:before{
	background-color: rgba(0, 0, 0, 0.85);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.overlap1:before{
    background-color: rgba(20, 20, 34, 0.85);
}
.overlap2:before{
    background-color: rgba(208, 0, 0, 0.65);
}
.service-box{
	box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
	margin:15px 0;
}
.service-box figure{
	position: relative;
	overflow: hidden;
}
.service-box figure .img-fluid{
	transition: all 0.5s;
}
.service-box:hover figure .img-fluid{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.service-box .service-overlap-wrap{
	padding:20px;
	background-color: #FFF;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	min-height:300px;
}
.service-box .service-overlap-wrap:before{
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	background-image: url('../images/service_box_shape1.png');
	background-repeat: no-repeat;
	background-position: top right;
	opacity: 0.3;
	width: 100%;
	height: 100%;
}
.service-box:hover .service-overlap-wrap:before{
	opacity: 0.1;
}
.service-box:hover .service-overlap-wrap hr{
	border-color: #333;
}
.clip-path1{
	-webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0% 100%);
}
.service-box .service-overlap-wrap .service-overlap-content{
	position: relative;
	z-index: 1;
}
.read-btn{
	font-weight: bold;
	font-size: 14px;
}
.service-box:hover .service-overlap-wrap,
.service-box:focus .service-overlap-wrap{
	background-color: #000;
}
.service-box .service-overlap-wrap h4{
	color: #0c458b;
	font-size:22px;
}
.service-box:hover .service-overlap-wrap h4,
.service-box:focus .service-overlap-wrap h4,
.service-box:hover .service-overlap-wrap p,
.service-box:focus .service-overlap-wrap p{
	color: #fff;
}
.box-style1{
	position: relative;
	z-index: 9;
}
.counter-area{
	text-align: center;
	padding: 50px 25px;
  	background: #0c458b78;
  	-webkit-clip-path: polygon(15% 0%, 100% 0, 100% 20%, 100% 74%, 85% 100%, 0 100%, 0% 80%, 0% 25%);
  	clip-path: polygon(15% 0%, 100% 0, 100% 20%, 100% 74%, 85% 100%, 0 100%, 0% 80%, 0% 25%);
  	margin:15px 0;
}
.counter-area .count-number{
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  padding: 0px 0px 10px 0px;
}
.counter-area .count-title{
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  margin: 0px 0px 0px 0px;
}
.testimonial-wrap{
	background-color: #fff;
	box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
	padding:40px;
	min-height: 230px;
	position: relative;
}
.testimonial-wrap:before{
	position: absolute;
	top: -15px;
	left: -15px;
	width:50px;
	height: 50px;
	line-height: 50px;
	background-color: #0c458b;
	color: #fff;
	font-size: 2em;
	content: '\F6B0';
	border-radius: 100%;
	font-family: "bootstrap-icons";
	text-align: center;
}
#testimnials-carousel .owl-stage-outer{
	padding-top: 50px;
}
#testimnials-carousel .testimonial-wrap:before{
    left:0;
}
#testi-carousel .testimonial-wrap{
    padding:50px;
}
.testi-wrap{
	background-color: #f8f8f8;
	padding: 20px;
	position: relative;
}
.testi-wrap .testi-quote {
    position: absolute;
    height: 60px;
    width: 60px;
    display: inline-block;
    top: -28px;
    left: 50%;
    background: #cf0000;
    border-radius: 900px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 32px;
    margin-left: -30px;
}
.testi-wrap .testi-content{
	margin-top: 30px;
}
.testi-wrap .testi-autor{
	font-size: 20px;
	font-weight: 300;
}
#testi-carousel .owl-dots .owl-dot span{
	width: 15px;
	height: 15px;
	border-radius: 0;
	margin: 5px 3px;
	background-color: #eee;
}
#testi-carousel .owl-dots .owl-dot.active span,
#testi-carousel .owl-dots .owl-dot:hover span{
	background-color: #cf0000;
}
.footer{
    position: relative;
}
.footer-contact-wrap {
    position: relative;
}
.w-40{
	width: 40%;
}
.contact-box{
	background-color: #eee;
	text-align: center;
	padding: 30px 20px;
	height: 130px;
}

/*.footer-contact-box{
	background-color: #2c61de;
	-webkit-clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
	clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
	padding:0 50px;
}*/
.footer-menu li{
	margin-bottom: 10px;
}
.footer-menu li a{
	display: inline-block;
	position: relative;
	padding-left: 18px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
    color: #fff !important;
}
.footer-menu li a:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '\F285';
    font-family: "bootstrap-icons";
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.footer-links{
	color: #fff;
	border-top:1px solid #fff;
	padding-top:25px;
	margin-top:25px;
	text-align:center;
}
.footer-menu li a:hover,
.footer-menu li a:focus{
	padding-left: 20px;
}
.footer-menu li a:hover,
.footer-menu li a:focus,
.footer-menu li a:hover:before,
.footer-menu li a:focus:before{
	color: #52b950 !important;
}
.footer-menu li a:hover:before,
.footer-menu li a:focus:before{
	left: 5px;
}
.address-box a:hover,
.address-box a:focus{
	color: #52b950;
}
.footer-links a:hover,
.footer-links a:focus{
    color: #52b950;
}
.footer-widget h3{
	font-size: 22px;
    color: #fff;
    border-left: 4px solid;
    padding-left: 10px;
}
.footer-widget p{
    color: #fff;
}
.footer-widget a:hover{
    color: #52b950 !important;
}
.address-box{
    padding: 10px 0px;
    margin:auto;
}
.address-icon-holder{
	float: left;
	margin-right: 12px;
	color: #ffffff;
	text-align: center;
	position: relative;
	font-size: 24px;
	margin-top: 10px;
}
.address-content{
	position: relative;
	overflow: hidden;
	color: #fff;
}
.address-content strong{
	font-weight: 800;
	/*border-bottom: 2px solid #ddd;*/
}
.footer-social-links.top-contact-list{
	text-align: left;
	margin-left: 0;
}
.footer-social-links.top-contact-list li{
	margin-left: 0;
	margin-right:0;
	padding:0;
}
.footer-social-links.top-contact-list li a i{
	margin-right: 0;
}
.social-links.footer-social-links li a:hover{
    border-color:#fff;
    background-color: #fff;
    color: #000 !important;
}
.parallax.overlap,
.overlap1,
.parallax.overlap2{
    position: relative;
    overflow: hidden;
}
.parallax.overlap:before,
.overlap1:before,
.parallax.overlap2:before,
.overlap3:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0,0,0,0.7);
}
.overlap1:before{
    top:auto;
    bottom:0;
    top: 0;
    height:100%;
    /*background-color: rgba(9,22,45,0.60);*/
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.74) 49%, rgba(0,0,0,1) 91%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.74) 49%,rgba(0,0,0,1) 91%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.34) 49%,rgba(0,0,0,1) 91%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0009162d', endColorstr='#09162d',GradientType=0 );
}
.overlap3:before{
    background-color: rgba(9,22,45,0.60);
}
.parallax.overlap2:before{
    background-color: rgb(55 57 60 / 80%);
}
.border-box{
	border: 5px double #29294e;
	border-radius: 30px;
	padding: 25px;
	margin-bottom: 30px;
	min-height: 245px;
}
.green-box{
	padding: 60px 40px;
	background-color: #52b950;
	border-radius: 35px;
	margin-bottom: -125px;
}
.green-box h3{
	font-size: 35px;
}
.green-box h5{
	padding-left: 10px;
	border-left: 3px solid #fff;
}
.green-box .btn-sec{
	text-align: right;
}

.padding-top{
	padding-top: 150px !important;
}
.list-sec1 {
    padding: 20px;
    background: linear-gradient(to bottom right, #6B6A6A 40%, #7F7D7D 73%, #BCBCBC 100%);
    margin-bottom: 30px;
    border-radius: 10px;
    color: #fff;
    min-height: 250px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.about-section2 .bold-text{
	font-weight: 600;
	border-left: 5px solid #0c458b;
	padding-left: 10px;
}
.about-section3 .inner-text{
	padding: 50px;
	background-color: #f1f9ff;
}
.about-section3 img{
	border-radius: 30px;
	border-bottom: 10px solid #0c458b;
	border-right: 10px solid #0c458b;
}

.about-section-ten h4{
	padding-left: 10px;
	border-left: 3px solid #0c458b;
}

.about-section-ten .image-column {
    margin-bottom: 50px
}

.about-section-ten .image-column .inner-column {
    position: relative;
    padding-left: 133px;
    margin-right: -165px;
    padding-top: 17px
}

/*@media only screen and (max-width:1699px) {
    .about-section-ten .image-column .inner-column {
        padding-left: 0;
        margin: 0
    }
}*/
/*
@media(max-width:991.98px) {
    .about-section-ten .image-column .inner-column {
        padding: 0
    }
}*/

.about-section-ten .image-column .inner-column .shape-5 {
    position: absolute;
    top: 7px;
    left: 106px;
    z-index: 10
}

/*@media only screen and (max-width:1699px) {
    .about-section-ten .image-column .inner-column .shape-5 {
        display: none
    }
}
*/
.about-section-ten .image-column .inner-column .icon-line {
    position: absolute;
    top: 120px;
    left: 110px;
    -webkit-transform: rotate(14.638deg);
    transform: rotate(14.638deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    z-index: 8
}

/*@media(max-width:1399.98px) {
    .about-section-ten .image-column .inner-column .icon-line {
        display: none
    }
}
*/
.about-section-ten .image-column .inner-column .image-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

/*@media(max-width:1399.98px) {
    .about-section-ten .image-column .inner-column .image-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}*/

.about-section-ten .image-column .inner-column .image-box img {
    border-radius: 100px 0
}

/*@media(max-width:1399.98px) {
    .about-section-ten .image-column .inner-column .image-box img {
        width: 100%;
    }
}*/

.about-section-ten .image-column .inner-column .image-box .image {
    margin-right: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 9
}



.about-section-ten .image-column .inner-column .image-box .image-2 {
    margin-top: 82px
}





.about-section-ten .image-column .inner-column .info-box {
    position: absolute;
    top: 28px;
    left: 245px;
    z-index: 10
}



.about-section-ten .image-column .inner-column .info-box .inner-box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 23px 19px 27px 20px;
    background-color: #0c458b;
}

.about-section-ten .image-column .inner-column .info-box .inner-box .icon {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    color: #ffffff;
    border-radius: 50%;
    margin-right: 15px;
    background-color: #daa14c;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.about-section-ten .image-column .inner-column .info-box .inner-box .title-box .text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0
}

.about-section-ten .image-column .inner-column .info-box .inner-box .title-box .count {
    color: #ffffff;
    margin: 0
}

.about-section-ten .image-column .inner-column .experience-box {
    position: relative;
    z-index: 10
}



.about-section-ten .image-column .inner-column .experience-box .inner-box {
    position: absolute;
    bottom: -25px;
    left: -73px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 18px 5px rgba(0, 0, 0, .08);
    box-shadow: 0 0 18px 5px rgba(0, 0, 0, .08);
    padding: 30px 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-section-ten .image-column .inner-column .experience-box .inner-box .icon {
    position: relative;
    font-size: 64px;
    margin-bottom: 0;
    margin-right: 20px;
    text-align: center;
    color: #fff
}

.about-section-ten .image-column .inner-column .experience-box .inner-box .title {
    position: relative;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 36px
}

.about-section-ten .image-column .inner-column .experience-box .inner-box .text {
    margin-bottom: 0
}

.icon-line {
    width: 530.383px;
    height: 162px;
    background-image: url(../images/icon-line.png)
}

.shape-5 {
    background-image: url(../images/shape-5.png);
    width: 88px;
    height: 100px
}

.service-price {
    text-align: center;
    background-color: #52b950;
    color: #fff;
    border-radius: 30px;
    border-bottom-left-radius: 80px;
    padding-bottom: 30px;
    margin-top: 60px;
    margin-bottom: 50px;
    min-height: 288px;
    transition: .5s all;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.service-price.two {
    margin-top: 120px;   
}
.service-price h4 {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    padding-top: 20px;
}
.service-price p {
    width: 81%;
    margin: auto;
    padding-top: 6px;
    padding-bottom: 20px;

}
.service-price h6 {
    font-size: 32px;
    font-weight: 800;
}
.service-price h6 span {
    font-size: 16px;
    color: #666;
}
.service-price-img {
    width: 150px;
    z-index: 1;
    position: relative;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
    background-color: white;
    border: 5px #0c458b solid;
    transform: translatey(-60px);
    margin-bottom: -60px;
    padding: 35px;
}
.service-price-img img{
    width: 100%;
    fill: #8ac43e;
    z-index: 1;
    transition: .5s all;
}
.service-price-img:hover img:before{
    opacity: 1;
    transform: scale(1);
}
.service-price-img img:before{
    width: 180px;
    opacity: 0;
    transform: scale(0);
    border-radius: 50%;
    content: "";
    position: absolute;
    height: 180px;
    z-index: 0;
    background-color: #ddd;
    transition: .5s all;
}

.service-price-img:hover img {
    fill: #fff;
}
.service-price:hover {
    background-color: #52b950;
}
.service-price:hover h6 span,.service-price:hover h4,.service-price:hover p{
    color: #fff;
}
.service-price .sec-btn{
    background-color: #0c43a8;
    color: #fff !important;
    margin-top: 15px;
}
.service-price .sec-btn:hover{
    color: #fff !important;
}
.serbg-color{
    min-height: 355px;
}


.form-control{
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 30px !important;
	padding: 10px 20px;
	font-size: 20px;
	color: #fff;
}
::placeholder {
  color: #fff !important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: red;
}


/*gallery-block*/

.gallery-block{
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.gallery-image{
    position: relative;
    overflow: hidden;
}
.gallery-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.0);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.gallery-overlay:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    background-image: linear-gradient(0deg, #2e2e2e 0%, #000000d6 100%);
}
.gallery-block:hover .gallery-overlay:before{
    opacity: 0.9;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
}
.gallery-overlay a i{
    position: relative;
    font-size: 18px;
    color: #000;
    line-height: 45px;
    display: inline-block;
    opacity: 0;
    width: 45px;
    height: 45px;
    border-radius: 6px;
    background-color: #ffffff;
    margin-bottom: 10px;
    transition: all 500ms ease 500ms;
    -webkit-transition: all 500ms ease 500ms;
    -ms-transition: all 500ms ease 500ms;
    -o-transition: all 500ms ease 500ms;
    transition-delay: 0s;
    transform: translateY(100);
}
.gallery-overlay:hover a i{
    opacity: 1;
    position: relative;
    z-index: 1;
    transform: translateY(0);
}
.fancybox-slide>*{
    display: flex !important;
}
.contact-wrap .address-icon-holder{
    float: none;
    margin:auto;
    position: relative;
    z-index: 1;
    border:5px solid #ffffff;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 25px;
    background-color: #0c458b;
    border-radius: 20px;
    border: 5px solid #ffffff;
}
.address-box .address-content{
    position: relative;
    overflow: hidden;
}
.address-box .address-content p{
    font-weight: 500;
    color: #000;
}
.contact-wrap .address-content{
    background-color: #f1f9ff;
    padding:60px 20px 20px;
    margin-top: -40px;
    text-align: center;
    height: 185px;
    border-bottom: 4px solid #0c458b;
    border-radius: 20px 20px;
}
.address-box .address-content strong,
.address-content.contact-wrap strong{
    color: #000;
}
.address-box .address-content.contact-wrap,
.address-box .address-content.contact-wrap > p > a{
    color: #000;
}
.site-map-list li{
	border-left: 1px solid #dfdfdf;
	padding:10px 0 10px 30px;
	position: relative;
}
.site-map-list li:before{
	position: absolute;
	top: 20px;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #dfdfdf;
	content: '';
}
.site-map-list li > ul.child-menu{
	margin:10px 0 10px 20px;
}
.border-box2{
	border-radius: 10px;
    border: 3px dashed #29294e;
    background-color: #f3f3f3;
    padding: 20px;
    margin-bottom: 30px;
    min-height: 250px;
}
.contact-form2 .form-control{
	background-color: transparent;
    border: 2px solid #a7a7a7;
    border-radius: 10px !important;
    padding: 10px 20px;
    font-size: 16px;
    color: #000;
}
.contact-form2 .form-control::placeholder {
  color: #000 !important;
  opacity: 1; /* Firefox */
}
.border-left{
	padding-left: 10px;
	border-left: 3px solid #0c458b;
}

.contact-form2 .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: red;
}
.contact-form2{
	padding: 50px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border-radius: 20px;
}
.contact-form2 .btn1{
	background-color:#52b950;
}
.contact-form2 .btn1:hover,
.contact-form2 .btn1:focus{
	background-color: #0c458b;
}
.service-box2{
	padding: 20px;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	margin-bottom: 50px;
	background-color: #f1f9ff;
	min-height: 540px;
}
.service-box2 .img-box{
	position: relative;
}
.service-box2 .img-box img{
	border-radius: 10px 30px 10px 30px;
	width: 100%;
}
.service-box2 .img-box span.icon {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    text-align: center;
}
.service-box2 .img-box span.icon{

}
.service-box2 .img-box span.icon img{
	width: 27%;
	border-radius: 15px 30px;
	   transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.service-box2 .img-box span.icon:hover img{
	 transform: rotateY(180deg);
    transition: transform 0.6s;
}
.service-box2 .content-box{
	padding: 70px 00px 20px;
	text-align: center;
}
.contact-page .padding-top{
	padding-top: 3rem !important;
}
.innerbox{
    padding: 30px;
    background-color: #1a1a1a;
    color: #fff;
    border-radius: 30px;
    border-bottom: 6px solid #edcf56;    
}

.menu-btn{
    display: inline-block;
    padding: 10px 25px;
    background-color: #0c458b;
    border-radius: 30px;
}
.menu-head-content a:hover,
.menu-head-content a:focus{
	color: #52b950;
}

.menu-head-content{
    background-color: #ffffff31;
    width: 80%;
    padding: 20px 30px 30px;
    margin: 0 auto;
    clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 99%, 0 80%);
    border: 5px solid #fff;
    border-top: none;
    border-bottom: none;
}

.menu-box{
    color: #fff;
    padding: 30px;
    padding-top: 0px;
    border-radius: 20px;    
}

.menu-item{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #fff;
    padding: 0px 0 5px;
}


.menu-type{
    padding: 10px;
}

.menu-box-1{
    position: relative;   
}

.menu-box-1::before{
    position: absolute;
    background-color: #ffffff56;    
    top: 10%;
    right: 0;
    width: 1px;
    height: 90%;
    content: '';    
}

.menu-img{
    width: 100%;
    height: 200px;
    text-align: center;
}

.menu-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@media(min-width:1300px) and (max-width:1400px){
	.border-box {
		min-height: 265px;
	}
	.service-price{
	    min-height: 300px;
	}
	.serbg-color{
        min-height: 410px;
    }
}

@media(min-width:1200px) and (max-width:1299px){
	.border-box {
		min-height: 290px;
	}
	.service-price{
	    min-height: 308px;
	}
	.serbg-color{
        min-height: 385px;
    }
}

@media(min-width:220px) and (max-width:991px){
    .bottom-header{
        background-color:#fff;
    }
    .border-box{
    	min-height: auto;
    }
    .border-box2{
    	min-height: auto;
    }
    .green-box .btn-sec{
    	text-align: center;
    	margin-top: 30px;
    }
    .green-box h5 {
    padding-left: 0;
    border-left: 0;
	}
    .green-box{
    	text-align: center;
    }
    .company-logo {
        position:static;
        display:table;
        margin:0 auto;
        -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 0px) 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, calc(100% - 0px) 100%, 0% 100%);
        padding-right:0;
        padding:15px;
    }
    .menu-box-1::before {
        display: none;
    }
    .menu-type{
        padding:0 10px;
    }
    .flexbox{
		display: block;
	}
	.width-40, .width-50, .width-60{
	    width:100%;
	}
	.min-height-100{
	    min-height:100%!important;
	}
	.clip-path1 {
        -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 0px) 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, calc(100% - 0px) 100%, 0% 100%);
    }
    #wm-carousel {
        height: 100%;
    }
    #wm-carousel .carousel-control-next, #wm-carousel .carousel-control-prev{
        width:60px;
        height:60px;
        line-height:60px;
    }
    .testimonial-wrap{
        margin:15px 0;
    }
    .footer-widget{
        margin:15px 0;
    }
    .p-5 {
        padding: 2rem!important;
    }
    .parallax.m-parallax-bg{
        height:100%!important;
        min-height:100%!important;
        background-image:none!important;
    }
    #wm-carousel .carousel-caption p {
        line-height:22px;
    }
    .mobile-menu{
		display: table;
		font-size: 20px;
		border:1px solid #fff;
		padding:10px 14px;
		color: #fff;
        background-color: #0c458b;
		cursor: pointer;
		margin: 10px auto;
	}
    .nav-wrapper{
		position: fixed;
		top: 0;
		right: -300px;
		width: 255px;
		height: 100%;
		overflow-x: scroll;
		z-index: 999;
		border-radius: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		background-color: #221e1f;
		padding-top: 0;
	}
	.navigation{
		text-align: left;
	}
	.nav-wrapper.open{
		right: 0;
	}
	.navigation > li{
		display: block;
		margin:0;
		border-bottom: 1px solid #333;
	}
	.navigation > li:first-child{
		display: block;
	}
	.navigation li a{
		padding:10px 20px;
		color: #fff;
	}
    .navigation a{
        border-radius: 0;
    }
	.navigation li:hover > a,
	.navigation li:focus > a,
	.navigation li.active > a{
		background-color: #0c458b;
		color: #ffffff;
	}
	.navigation > li.dropdown > a:after{
		right: 20px;
	}
	.navigation li.dropdown > .dropdown-menu,
	.navigation li.dropdown:hover > .dropdown-menu{
		position: static;
		top: 0;
		visibility: visible;
		opacity: 1;
		width: 100%;
		float: none;
	}
	.navigation li.dropdown > .dropdown-menu li a{
		padding: 10px 10px 10px 30px; 
	}
	.theme-btn{
        display:none;
    }
    .carousel-caption .theme-btn{
        display:inline-block;
    }
    .service-box .service-overlap-wrap{
        min-height:100%;
    }
    .contact-box{
		height: auto;	
	}
}
@media(min-width:768px) and (max-width:991px){
    #wm-carousel .carousel-caption h2{
        font-size:2.6em;
        line-height:46px;
    }
    .top-contact-list{
        text-align:left;
        margin:15px 0;
    }
    .service-box2 {
    	min-height: 520px;
    }
    .serbg-color{
        min-height: 385px;
    }
}
@media(min-width:220px) and (max-width:767px){
    .top-contact-list{
        display:table;
        text-align:center;
        margin:10px auto;
    }
    h2{
    	font-size: 30px;
    }
    .green-box h3{
    	font-size: 25px;
    }
    .service-price{
        min-height: auto;
    }
    .serbg-color{
         min-height: auto;
    }
    .green-box {
    padding: 40px 20px;    
}
    .box-padding{
    	padding-top: 50px !important;
    	padding-bottom: 50px !important;
    }
    .social-links {
        text-align: center;
        margin-bottom: 10px;
    }
    #wm-carousel .carousel-control-next, #wm-carousel .carousel-control-prev,
    .top-contact-list li a span{
        display:none;
    }
}
@media(min-width:576px) and (max-width:767px){
    #wm-carousel .carousel-caption h2 {
        font-size:2em;
        line-height:40px;
    }
}
@media(min-width:220px) and (max-width:575px){
	.about-section3 .inner-text{
		padding: 20px;
	}
    .border-box{
    	padding: 20px;
    }
    .contact-wrap .address-content{
    	height: auto;
    }
    .service-price h4{
        font-size:20px;
        margin-bottom:5px;
    }
    .service-box2{
    	min-height: auto;
    }
    .service-box2 .img-box span.icon img{
    	border-radius: 5px 10px;
    }
    .service-box2 .img-box span.icon{
    	bottom: -35px;
    }
    .service-box2 .content-box {
    	padding: 50px 00px 20px;
    }
    .menu-box{
        padding: 10px;
    }
    .menu-head-content{
        width:100%;
        padding: 20px 30px 45px;
    }
    .contact-wrap .address-content{
        padding: 60px 8px 20px;
    }
    .parallax-window {
    	height: 350px;
    }
    .contact-form2{
    	padding: 0;
    	background-color: transparent;
    	box-shadow: none;
    }
    .top-contact-list li a i{
        display:none;
    }
    .top-contact-list li{
        display:block;
        padding: 0;
    }
    .address-content i{
        display:none;
    }
    .address-content{
        font-size: 15px;
    }
    #wm-carousel .carousel-caption h2 {
        font-size:20px;
        line-height:26px;
    }
    #wm-carousel .carousel-caption p{
        display:none;
    }
    .p-5 {
        padding: 1.3rem!important;
    }
    .sub-title {
        font-size:14px;
    }
    footer.parallax.p-5 {
        font-size: 14px;
    }
    .address-box .address-content p{
    	font-size: 14px;
    }
    .contact-box p a{
		font-size: 14px;
	}
    .service-price-img{
        width: 100px;
        height: 100px;
        padding: 20px;
    }
    
}


