* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

img {
	border: none;
	display: block;
	transition: .4s;
}

img:hover{ transform: translateY(-5px); }
html{ overflow-x:hidden;}

a {
	outline: none !important;
	text-decoration: none;
	    transition: .4s;
}

a:hover {
	text-decoration: underline;
	transform: translateY(-5px);
}

ul {
	list-style: none !important;
}

body {
    font-family: "Archivo", sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #2d2d2d;
	background-color: #fff;

}

h2,
h3 {
	    font-family: "Archivo", sans-serif;
}

h2 {
	font-size: 43px;
	line-height: 53px;
	font-weight: 700;
	color: #0c0b0a;
	margin: 0 0 9px;
}
h2 span{ color:#006da5; }

h4 {
    font-size: 25px;
    font-weight: 700;
        font-family: "Archivo", sans-serif;
    margin: 0 0 9px;
    color: #000;
}

.container {
    max-width: 1499px;
}

/*.container-fluid{max-width: 1580px; padding: 0 20px;}
*/
.fancybox-container {
	z-index: 9999999999 !important;
}


/* Header */
header {
	position: relative;
	background: url(../images/header-bg.png) repeat-x 0 0;
}

.header-main{ display: flex;
    gap: 30px;
	height: 155px;
}

.header-main .left {
    flex: 1;

	background-color:#dddddd;
}

.header-main .right {
    flex: 2;
    display: flex;

}

.header-left-content{ 
float:right; width:300px; height:155px;  position:relative;}
.header-left-content::before {
    position: absolute;
    content: "";
    right: -90px;
    width: 137px;
    height: 155px;
    background: url(../images/header-arrow.png) no-repeat 0 0;
}

.right-inner {
    width: 993px;
	padding-left: 55px;
}

header p:last-child {
	margin: 0 !important;
}

.header-top-2 {
	position: relative;
	height: 50px;
	background: url(../images/top-bg.jpg) repeat-x;
}

.header-top-part{ line-height:47px;}
.logo_cont{ padding: 19px 0 0 0;}



.header-top-2::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 40%;
	height: 51px;
	content: "";
	background-color: #ffb522;
	clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
}

.top-phone {
	position: relative;
	line-height: 50px;
}

.top-phone i {
	margin-right: 6px;
}
.midle-box-contact h3 a{ color:#fff !important;}
.contact-top-box h3 a{ color:#000;}
.devider {
	margin: 0 10px;
	font-size: 21px;
	line-height: 50px;
	font-weight: 300;
	color: #fff;
}

.address {
	text-align: right;
	line-height: 50px;
	font-size: 16px;
}

.address i {
	margin-right: 5px;
}

.header_top {
	padding: 15px 0 0;
	position: relative;
	z-index: 7;
	height: 106px;
}

.header_top .logo_cont {
	padding: 22px 0 20px;
}

.header_top .logo_cont img {
	display: inline-block;
}


.top-form {
	background-color: RGBA(0, 0, 0, 0.52);
	color: #fff;
	padding: 35px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.top-form h3 {
	color: #fff;
	font-size: 36px;
	font-family: "Poppins", sans-serif;
	margin-bottom: 12px;
}

.top-form input[type="text"] {
	margin-bottom: 17px;
	padding: 0 17px;
	line-height: 50px;
	border: 0;
	font-size: 13px;
}

.top-form input[type="email"] {
	margin-bottom: 17px;
	padding: 0 17px;
	line-height: 50px;
	border: 0;
	font-size: 13px;
}

.top-form textarea {
	font-size: 13px;
	height: 90px;
	margin-bottom: 17px;
}

.top-form input[type="submit"] {
	background-color: #ffb522;
	color: #0e150f;
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	display: block;
	width: 100%;
	border-radius: 30px;
	line-height: 47px;
	padding: 0;
}

nav {
	margin-top: 0;
}

nav .navigation {
    padding: 0 !important;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 0;
        margin-top: 16px;
}
nav .navigation li {
    float: left;
    position: relative;
    margin: 6px 0 0 30px;
    line-height: 26px;
}
nav .navigation li:first-child {

}

nav .navigation li a {
    color: #000;
    display: block;
    font-size: 17px;
    text-transform: capitalize;
    padding: 5px 0px 5px 0px;
    position: relative;
}

nav .navigation li:hover>a {
	text-decoration: none;
	color: #000;
}

nav .navigation li:hover>a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 47%;
	height: 3px;
	background-color: #000;
	content: "";
}

nav .navigation li.current-menu-item>a,
nav .navigation li.current-menu-parent>a {
	text-decoration: none;
	color: #000;
}

nav .navigation li.current-menu-item>a:after,
nav .navigation li.current-menu-parent>a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 47%;
	height: 3px;
	background-color: #000;
	content: "";
}


.banner {
	position: relative;
	padding: 0 0 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 600px;
	margin-right: 70px;
}

.banner .content {
    padding-top: 335px;
}

.banner h1 {
    font-size: 52px;
    line-height: 59px;
    font-weight: 700;
    color: #1a1a1a;
    width: 550px;
    text-transform: capitalize;
}

.banner h1 strong {
    color: #006da5;
}
.banner h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0 0 20px;
    color: #12bbe2;
    text-transform: uppercase;
}
.banner p {
    color: #000;
    font-size: 18px;
    line-height: 26px;
    width: 488px;
    margin-bottom: 31px;
    margin-top: 21px;
}

.banner p a {
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    background-color: #006da5;
    border-radius: 28px;
    padding: 15px 35px;
}

.banner p a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.inner_banner {
    padding: 120px 0 132px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 0;
    min-height: 430px;
    background: url(../images/about-bg-glow.png) no-repeat 0 0;
    background: #D6E8FC;
    background: linear-gradient(335deg, rgba(214, 232, 252, 1) 0%, rgba(228, 238, 248, 1) 45%, rgba(9, 81, 163, 1) 100%);
    background-size: cover;
        margin-right: 0;
}


.page-id-11 .services{ background-color: #fff;     padding-bottom: 55px; }

.inner_banner h1,
.inner_banner h2 {
	font-size: 70px;
	line-height: 54px;
	font-weight: 700;
	color: #fff;
	margin: 0;
	margin-bottom: 22px;
	text-transform: capitalize;
	padding-left: 73px;
}

.inner_banner p {

font-size: 18px;
line-height: 31px;
width: 417px;
}

.inner_banner_inside {
    padding: 64px 0 0 0;
}

.inner_banner p a {
	color: #fff;
}


/* Body */
main {}


.home_top {
	position: relative;
	margin-top: -7%;
	margin-bottom: -9.5%;
}

.home_top .info_block {
	padding: 40px 20px;
	background-color: #d27556;
}

.home_top .col-xxl-4:nth-child(2) .info_block {
	background-color: #1c785c;
}

.home_top .info_block img {
	margin: 0 auto 30px;
}

.home_top .info_block h3 {
	font-size: 25px;
	line-height: 28px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 15px;
}

.home_top .info_block p {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
}

.home_main {
    padding: 131px 0 120px;
    background: url(../images/about-bg-glow.png) no-repeat 0 0;
    background-size: cover;
    background-position: 50% 50%;
}
.home_main.about {
	    padding: 100px 0 70px;
}

.whychoose{ background: url(../images/testimonial-bg.jpg) no-repeat;  
   background-size: 100%; }

.home_main .img_block {
	position: relative;
}

.home_main.about .img_block:after {
	display: none;
}

.home_main .img_block img {
	position: relative;
	z-index: 3;
}

.home_main.about .img_block img.img_2 {
	position: absolute;
	left: -65px;
	bottom: -50px;
}

.home_main .content {
	padding: 0 0 0 30px;
}

.home_main.about .content {
 padding-right: 5px;
}

.home_main h2 {
    font-size: 43px;
    line-height: 53px;
    font-weight: 700;
    color: #0c0b0a;
    margin: 0 0 20px;
    text-transform: capitalize;
}

.home_main h2 strong {
	color: #7ab944;
}

.home_main p {
	font-size: 16px;
	line-height: 26px;
	color: #1a1a1a;
	margin: 0 0 21px;
}

.home_main p a.readmore {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background-color: #006da5;
    padding: 15px 46px;
    border: none !important;
    border-radius: 33px;
}

.about-list {
	overflow: hidden;
	padding: 0;
	margin: 0 0 29px 0;
}

.home_main h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    background: url(../images/about-title-icon.png) no-repeat 95px 0;
}

.home_main h2 span{ color:#006ea5; }

.about-list li img {
	float: left;
	margin-right: 15px;
}

.about-list li {
	font-size: 23px;
	font-weight: 700;
	color: #406ab3;
	font-family: "Rajdhani", sans-serif;
	line-height: 63px;
	float: left;
}

.about-list li:first-child {
	padding-right: 24px;
}

.home_main p a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.services {
	padding: 100px 0 70px;
	background-color: #f3f3f3;
}

.services.home {
	padding: 90px 0 62px;
	position: relative;
	z-index: 5;
	background: url(../images/services-bg.png) no-repeat 50% 50%;
	background-size: cover;
}

.services .top_part {
	padding-bottom: 30px;
	text-align: center;
}

.services .top_part h2 {
	font-weight: 700;
	color: #0c0b0a;
	margin: 0 0 20px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 15px;
}

.services .top_part h2 span{ color:#006da5; }

.services .top_part h2 strong {
	color: #f15922;
}

.services .top_part p {
	font-size: 16px;
	line-height: 30px;
	color: #000;
	padding: 0 15%;
}

.services .button {
	display: inline-block;
	background-color: #406ab3;
	float: right;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
	padding: 15px 35px;
	margin-top: 10px;
}

.services .button:hover {
	background-color: #ffb522;
	text-decoration: none;
}

.services .service_block {
	margin: 0 3px 40px;
}

.services .service_block img {
width: 100%;
    margin-top: 0;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.services .service_block .info {
    padding: 25px 30px 25px 30px;
    background: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.services .service_block h3 {
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	color: #001e3c;
	margin: 0 0 10px;
	/*min-height: 73px;*/
}

.services .service_block h3 a {
	color: #001e3c;
}

.services .service_block h3 a:hover {
	text-decoration: none;
}

.services .service_block p {
    font-size: 15px;
    line-height: 26px;
    color: #555555;
    margin: 0 0 10px 0;
    height: 82px;
    overflow: hidden;
}
.team {
	background: url(../images/team-bg.jpg) no-repeat 0 0;
	background-size: 100%;
	padding: 88px 0 0 0;
	min-height: 665px;
}

.team h3{ font-size: 28px; color: #1a1a1a; font-weight: 700; }

.team h2 {
	color: #fff !important;
	margin-bottom: 33px !important;
}

.inner-team{ background: none; padding-bottom: 50px; }
.inner-team h2{ color: #000 !important; margin-bottom: 20px !important; }
.inner-team p{ color: #1a1a1a !important; }

.inner-team .team-box{ margin-bottom: 40px; }


.team-box{ background-color: #fff;     box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; padding: 32px 28px 45px 28px; text-align: center; }
.team-box img{ display: inline-block; margin-bottom: 15px; border-radius: 50%; }
.team-box p{ font-size: 20px; }
.team-box p a{ font-size: 16px; }

.services-bottom {
	background-color: #fff;
	padding: 71px 0 70px;
}

.services-bottom p {
	color: #4f4f4f !important;
	padding: 0 !important;
}

.services-bottom .top_part h2 {
	margin: 0 0 32px;
}

.learn-more {
	color: #077CEA;
	font-weight: 500;
	    font-size: 17px;
	     transition: .4s;
	     display: inline-block;
}

.learn-more i{ margin-left:4px; }



.learn-more:hover{ transform: translateY(-0px); transform: translateX(5px); text-decoration:none; }




.testi-box-inner {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-left: 15px;
    margin-right: 15px;
    width: 30%;
    padding: 53px 26px 35px 26px;
    float: left;
    margin-bottom: 30px;
}


.why-choose {
	padding: 96px 0 91px 0;
}

.why-choose h2 {

}

.why-choose p a.more {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    background-color: #406ab3;
    padding: 15px 35px;
    /* border-radius: 30px; */
    border: none !important;
}

.why-choose h2 strong {
	color: #ffb522;
}

.why-choose p {
	line-height: 30px;
	font-size: 16px;
}
.why-choose ul{ padding: 0 0 5px 0; }
.why-choose ul li {
    background: url(../images/about-tick-img.png) no-repeat 0 10px;
    padding-left: 33px;
    margin-bottom: 7px;
}

.why-choose ul li strong {
	font-size: 19px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	display: block;
}

.about-contact {
    margin-top: 186px;
}


.contact_block {
	padding: 100px 0;
	background: url(../images/contact_block_bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.contact_block .contact_info {
	padding: 80px 0 0;
}

.contact_block .contact_info h2 {
	font-size: 45px;
	line-height: 54px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 35px;
}

.contact_block .contact_info h2 strong {
	color: #ff5b24;
}

.contact_block .contact_info p {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	margin: 0 0 60px;
}

.contact_block .contact_info ul {
	padding: 0;
	margin: 0;
	font-size: 24px;
	line-height: 70px;
	font-weight: 600;
	color: #fff;
}

.contact_block .contact_info ul li {
	margin: 0 0 30px;
	overflow: hidden;
}

.contact_block .contact_info ul li img {
	float: left;
	margin: 0 20px 0 0;
}

.contact_block .contact_info ul li a {
	color: #fff;
	border: none;
}

.contact_block .contact_form {
	padding: 60px 50px 50px;
	background-color: #fff;
}

.contact_block .contact_form h2 {
	font-size: 45px;
	line-height: 54px;
	font-weight: 700;
	color: #001e3c;
	margin: 0 0 25px;
}

.contact_block .contact_form h2 strong {
	color: #1c785c;
}

.contact_block .form_cont {}

.contact_block .form_cont input {
	width: 100%;
	height: 50px;
	border: none;
	border: #cacaca 1px solid;
	border-radius: 5px;
	font-family: "Heebo", sans-serif !important;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #747474;
	padding: 13px 20px;
	background-color: #fff;
	margin: 0 0 25px;
}

.contact_block .form_cont select {
	width: 100%;
	height: 50px;
	border: none;
	border: #cacaca 1px solid;
	border-radius: 5px;
	font-family: "Heebo", sans-serif !important;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #747474;
	padding: 13px 20px;
	background-color: #fff;
	margin: 0 0 25px;
}

.contact_block .form_cont textarea {
	width: 100%;
	height: 105px;
	border: none;
	border: #cacaca 1px solid;
	border-radius: 5px;
	font-family: "Heebo", sans-serif !important;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #747474;
	padding: 13px 20px;
	background-color: #fff;
	margin: 0 0 25px;
	resize: none;
}

.contact_block .contact_form .form_cont ::-moz-placeholder {
	color: #747474;
}

.contact_block .contact_form .form_cont :-ms-input-placeholder {
	color: #747474;
}

.contact_block .contact_form .form_cont :-moz-placeholder {
	color: #747474;
}

.contact_block input[type="submit"] {
	display: inline-block;
	font-family: "Heebo", sans-serif !important;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	color: #fff;
	background-color: #1c785c;
	padding: 15px 35px;
	border-radius: 30px;
	border: none !important;
	text-transform: none;
}

.contact_block input[type="submit"]:hover {
	text-decoration: none;
	opacity: 0.7;
}

.testimonials {
    padding: 90px 0 91px !important;
	background: url(../images/testimonial-bg.jpg) no-repeat;
	background-size: cover;
	padding: 209px 0 0 0;
	background-size: 100%;
}





.testimonials .top_part {
	padding-bottom: 0;
}


.testimonials .slick-dots li {
    width: 25px;
    background: #e5e5e5;
    height: 6px;
    border-radius: 3px;
}

.testimonials .slick-dots li.slick-active{ background-color: #000; width: 40px; }

.testimonials .slick-dots li button {
    width: 25px;
    height: 6px;
    border-radius: 3px;
    opacity: 1 !important;
}

.testimonials .slick-dots li.slick-active button {
    width: 18px;
        height: 12px;

    opacity: 1 !important;
}
.testimonials .slick-dots{     bottom: -61px !important;}

.testimonials .top_part h2 {

	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 20px;
}

.testimonials .top_part h2 strong {
	color: #ffb522;
}

.testimonials .top_part p {
	font-size: 16px;
	line-height: 26px;
	color: #737b9a;
	padding: 0 15%;
}

.testimonials .testimonial_block {
	margin: 0 0 30px;
	background-color: #fff;
	padding: 35px 25px;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial_block p {
	font-size: 16px;
	line-height: 26px;
	color: #737b9a;
	margin: 0 0 40px;
}

.testimonials .testimonial_block h3 {
	font-size: 24px;
	line-height: 62px;
	color: #001e3c;
	margin: 0;
	font-weight: 600;
	overflow: hidden;
}

.testimonials .testimonial_block h3 img {
	float: left;
	margin: 0 30px 0 0;
}

.testi-box {
    padding: 27px 36px 15px 36px;
    /* min-height: 321px; */
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
    background: #fff;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
/*.testi-box::after {
    background: url(../images/qutation-left.jpg) no-repeat 0 0;
    width: 94px;
    height: 68px;
    position: absolute;
    left: -8px;
    top: -34px;
    content: "";
}

.testi-box::before {
    background: url(../images/qutation-right.jpg) no-repeat 0 0;
    width: 94px;
    height: 68px;
    position: absolute;
    right: -8px;
    bottom: -8px;
    content: "";
}
*/
.testi-content-inner {
    display: table;
}
.testi-content-sub{ vertical-align: middle;  display: table-cell; }



.testimonial .slick-prev {
    background: url(../images/slider-left-arrow.png) no-repeat 0 0 !important;
    width: 86px !important;
    height: 44px !important;
    top: 357px !important;
    left: -139px !important;
}

.testimonial .slick-next {
    background: url(../images/slider-right-arrow.png) no-repeat 0 0 !important;
    width: 86px !important;
    height: 44px !important;
    top: 357px !important;
    left: -78px !important;
}

.slick-prev:before,
.slick-next:before {
	display: none;
}

.claim-section {
	background-color: #008fc4;
}

.claim-section .imgpart {
	padding-left: 0;
	padding-right: 0;
}

.claim-content {
	padding-top: 135px;
	padding-left: 50px;
}

.claim-content h4 {
	color: #ffb522;
	font-size: 18px;
	font-family: "Poppins", sans-serif;
}

.claim-content h2 {
	font-size: 45px;
	line-height: 54px;
	font-weight: 700;
	color: #001e3c;
	margin: 0 0 20px;
}

.claim-content h2 strong {
	color: #fff;
}

.claim-content p {
	color: #fff;
}

.logo-section {
	padding: 40px 68px 0 68px;
}

.logo-section .slick-slide {
	margin: 0 20px;
}

.testimonial_wrap p {
    font-size: 16px;
    line-height: 26px;
}

.testimonial_wrap h3 {
	font-size: 17px;
	font-weight: 700;
	position: relative;
	padding: 17px 0 0 0;
	margin-top: 25px;
}
.testimonial_wrap h3::before{ position:absolute; width:35px; height:3px; background-color:#093677; top:0; content:""; }
.testimonial_wrap h4{ font-size: 16px; color: #424242; }

.testimonial_wrap img {
	margin: 0 auto;
}

.about_bottom {
	padding: 90px 0 65px;
	background: url(../images/about_bottom_bg.jpg) 50% 50% no-repeat;
	background-color: #f2f6ff;
}

.about_bottom .img_block {}

.about_bottom .img_block img {}

.about_bottom .content {}

.about_bottom h2 {
	font-size: 42px;
	line-height: 50px;
	font-weight: 700;
	color: #001e3c;
	margin: 0 0 20px;
	color: #0c0b0a;
	margin: 0 0 20px;
	font-family: "Poppins", sans-serif;
}

.about_bottom h2 strong {
	color: #ffb522;
}

.about_bottom p {
	font-size: 16px;
	color: #4f4f4f;
}

.about_bottom p a {
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	color: #fff;
	background-color: #1c785c;
	padding: 15px 35px;
	border-radius: 30px;
	border: none !important;
}

.about_bottom p a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.about_bottom ul {
	font-size: 16px;
	line-height: 26px;
	color: #737b9a;
	margin: 0 0 20px;
}

.about_bottom ul li {
	padding: 0 0 10px 30px;
	background: url(../images/bullet_1.png) 0 7px no-repeat;
}


.about-bottom-2 {
	background-color: #fff;
	padding-bottom: 90px;
}

.gal_main {
	padding: 100px 0 80px;
}

.gal_main img {
	margin: 0 0 15px;
	width: 100%;
}

.gal_main a:hover {
	opacity: 0.7;
}

.contact-section{ background: url(../images/contact-bg.jpg) 50% 0 no-repeat;  background-size: cover; padding: 55px 0 65px 0; }

.contact-section h2{ color: #fff; }
.contact_main {
	padding: 100px 0 30px;
	    background: url(../images/about-bg-glow.png) no-repeat 0 0;
}

.contact_main .info_row {
	padding: 0 0 85px;
}

.form-half {
    float: left;
    width: 48.5%;
    margin-right: 3%;
}

.form-half p, .form-full p{ margin-bottom: 0; }

.form-half input[type="text"], .form-full input[type="text"]  {
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding: 0 25px 0 25px;
    margin-bottom: 24px;
        border: 1px solid #c5c5c5;
    color: #606060;
}


.video-section{  }
.video-section img{ width: 100%; }


.form-full input[type="email"]{     width: 100%;
    height: 56px;
    line-height: 56px;
    margin-bottom: 26px;
    padding: 0 25px 0 25px;     border: 1px solid #c5c5c5; }

.form-half select{     width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0 25px 0 25px; margin-bottom: 24px; }

.form-full{ width: 100%; }

.form-full textarea{     width: 100%;
    height: 175px;
    line-height: 48px;
    padding: 0 25px 0 25px; margin-bottom: 24px;     border: 1px solid #c5c5c5;}

    .contact-section input[type="submit"]{ background-color: #f15922;
     width: 150px; height: 50px; color: #fff; line-height: 50px; border: 0;         font-weight: 600; }

    .normarg{ margin-right: 0; }


.contact_main .info_row ul {
	padding: 0;
	margin: 0;
	overflow: hidden;
	font-size: 30px;
	line-height: 34px;
	color: #1c785c;
	font-weight: 700;
}


.contact-info-box{  min-height: 561px; margin-left: 30px; background: url(../images/form-bg.jpg) no-repeat 0 0;
	padding: 63px 74px 0 47px;
 margin-top: -142px; }

 .contact-info-box h3{ color: #fff; font-size: 36px; font-weight: 700; }
  .contact-info-box h4{ color: #1a1a1a; font-size: 28px; font-family: "Rajdhani", sans-serif; font-weight: 700; }
   .contact-info-box p a{ color: #000;  }

   .contact-button {
    background-color: #406ab3;
    line-height: 52px;
    display: inline-block;
    padding: 0 30px;
    text-decoration: none !important;
    color: #fff !important;
    margin-top: 15px;
}

   .director-top {
    border-top: 5px solid #fff;
    margin-top: 30px;
    padding: 35px 0 0 0;
}

.contact_main .info_row ul li {
	float: left;
	padding: 0 4%;
	width: 33%;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contact_main .info_row ul li img {
	margin: 0 auto 20px;
}

.contact_main .info_row ul li br {}

.contact_main .info_row ul li a {
	color: #1c785c;
}

.contact_main .contact_form {
	background-color: #fff;
	padding: 65px 90px;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}

.contact_main .contact_form h2 {
	font-size: 35px;
	line-height: 44px;
	font-weight: 700;
	color: #001e3c;
	margin: 0 0 15px;
	text-align: center;
}

.contact_main .contact_form h2 strong {
	color: #ff5b24;
}

.contact_main .contact_form p {
	font-size: 16px;
	line-height: 26px;
	color: #737b9a;
	margin: 0 0 25px;
	padding: 0 10%;
	text-align: center;
}

.contact_main .contact_form form p {
	padding: 0;
}

.contact_main .form_cont {}

.contact_main .form_cont input {
	width: 100%;
	height: 50px;
	border: none;
	border: #c2c0c0 1px solid;
	font-size: 13px;
	font-family: "DM Sans", sans-serif;
	line-height: 24px;
	font-weight: 400;
	color: #747474;
	padding: 13px 20px;
	background-color: #fff;
	margin: 0 0 25px;
}

.contact_main .form_cont select {
	width: 100%;
	height: 50px;
	border: none;
	border: #cacaca 1px solid;
	border-radius: 5px;
	font-family: "Heebo", sans-serif !important;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #747474;
	padding: 13px 20px;
	background-color: #fff;
	margin: 0 0 25px;
}

.contact_main .form_cont textarea {
	width: 100%;
	font-family: "DM Sans", sans-serif;
	height: 175px;
	border: none;
	border: #cacaca 1px solid;
	border-radius: 5px;
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;
	color: #747474;
	padding: 13px 20px;
	background-color: #fff;
	margin: 0 0 25px;
	resize: none;
}

.contact_main .contact_form .form_cont ::-moz-placeholder {
	color: #747474;
}

.contact_main .contact_form .form_cont :-ms-input-placeholder {
	color: #747474;
}

.contact_main .contact_form .form_cont :-moz-placeholder {
	color: #747474;
}

.contact_main input[type="submit"] {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    background-color: #0073e6;
    padding: 15px 78px 15px 56px;
    border-radius: 6px;
    border: none !important;
    text-transform: none;
    display: inline-block;
    background: url(../images/contact-submit-arrow.png) no-repeat 79% 17px #0073e6;
    cursor: pointer;
}
.contact_main input[type="submit"]:hover {
	text-decoration: none;
	opacity: 0.7;
}

.bottom-contact-form {
	background-color: #fff;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	    border-radius: 6px;
}

.contact-right-form {
	padding: 44px 43px 0 0;
}

.contact-img {
	padding-left: 0;
}


.contact-right-form{ padding: 72px 20px 0 15px; }
.about-top-content{  padding: 0 0 0 0;  }

.bottom-contact-form p.descrip{ margin-bottom: 30px; }

.bottom-contact-form h2 {
    font-size: 38px;
    font-weight: 700;
    color: #001e3c;
    margin: 0 0 12px;
}
.bottom-contact-form h2 span {
	color: #ffb522;
}

.google_map {
	position: relative;
}




.google_map iframe {}

.contact-top-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
    min-height: 188px;
    position: relative;
    color: #003092;
    font-size: 24px;
    /* padding: 50px 0 0 0; */
    padding-top: 42px;
    line-height: 36px;
    border-radius: 10px;
}
.contact-top-box p {
    font-size: 16px;
    padding: 0;
    margin: 0 0 9px 0;
}
.contact-top-box h3{ font-size: 24px; font-family: "Montserrat", sans-serif; font-weight: 700; color: #000; }

.contact-top-box img {
    margin: 0 auto 7px;
}
.contact-top-box h4 {
    font-size: 23px;
    color: #000;
    margin-top: 15px;
    text-transform: capitalize;
    font-weight: 600;
        margin-bottom: 10px;
}

.contact-top-box p a {
    color: #000;
}

.midle-box-contact h4{ color:#fff; }
.midle-box-contact a{ color:#fff !important; }

.contact-top-box p {
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    color: #000;
    margin: 0 0 9px 0;
}

.midle-box-contact p{ color: #fff; }
.midle-box-contact h3{ color: #fff; }

.midle-box-contact{ background-color: #0073e6; }

.inner_main {
	padding: 57px 0 70px;
}

.inner_main h2 {
	font-size: 42px;
	line-height: 45px;
	font-weight: 700;
	color: #001e3c;
	margin: 0 0 15px;
	color: #0c0b0a;
	font-family: "Poppins", sans-serif;
}

.inner_main h2 strong {
	color: #ffb522;
}

.services-detail-bottom {
	padding-top: 48px;
}

.services-detail-bottom h3 {
	font-size: 36px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	margin-bottom: 20px;
}

.services-detail-bottom p {
	color: #4f4f4f;
	line-height: 30px;
}

.services-detail-bottom ul li {
	background: url(../images/bottom-bullet.png) no-repeat 0 11px;
	padding: 0 0 0 28px;
	margin-bottom: 13px;
	width: 40%;
	margin-right: 4%;
	float: left;
}

#menu-services-menu li {
	background: url(../images/footer-services-bullet.png) no-repeat 0 8px;
	padding: 0 0 0 20px;
}

.blog-main {
	padding: 92px 0 20px 0;
}

.blog-box {
	width: 798px;
	margin-bottom: 60px;
}

.blog-box h2 {
	font-size: 36px;
	line-height: 45px;
	font-weight: 700;
	color: #001e3c;
	margin: 35px 0 15px;
	color: #0c0b0a;
	font-family: "Poppins", sans-serif;
}

a.blog-button {
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: #0e150f;
	background-color: #0ecaf1;
	padding: 15px 35px;
	border-radius: 30px;
	border: none !important;
}

.top-nomarg-service {
	padding-top: 0;
}

.service-detail-img {
    float: left;
    width: auto;
    margin-right: 30px;
    margin-bottom: 15px;
    border-radius: 20px;
}

.inner_main h2 {
	clear: inherit;
}

.blog-box-details {
	width: 100%;
}

.inner_main p {
	font-size: 16px;
	line-height: 30px;
	color: #4f4f4f;
	margin: 0 0 34px;
}

.inner_main p a {
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: #0e150f;
	background-color: #0ecaf1;
	padding: 15px 35px;
	border-radius: 30px;
	border: none !important;
}

.inner_main p a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.inner_main .main_content ul {
	font-size: 16px;
	line-height: 26px;
	color: #737b9a;
	margin: 0 0 25px;
	padding: 0;
}

.inner_main .main_content ul li {
	padding: 0 0 10px 34px;
	background: url(../images/bullet_2.png) 0 4px no-repeat;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: underline;
	color: #0c0b0a;
	font-family: "Poppins", sans-serif;
}

.inner_main .wp-block-image img {
	margin: 0 0 25px;
}

.inner_main .serv_menu {
	padding: 0;
	margin: 0;
	font-size: 20px;
	line-height: 24px;
}

.inner_main .serv_menu li {
	margin: 0 0 20px;
	padding: 0;
	background: none;
}

.inner_main .serv_menu li a {
	display: block;
	padding: 25px 40px 25px 25px;
	background-color: #f3f3f3;
	color: #1e1e1e;
	position: relative;
}

.inner_main .serv_menu li a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	right: 15px;
	top: 35%;
	font-size: 15px;
}

.inner_main .serv_menu li a:hover,
.inner_main .serv_menu li.current-menu-item a {
	background-color: #1c785c;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}


.counter-panel {
	margin-bottom: 90px;
}

.counter-panel img {
	margin-bottom: 13px;
}

.counter-inner {
	background: url(../images/timer-bg.png) no-repeat 0 0;
}

.counter-box {
	display: block;
	padding: 28px 0 28px 55px;
}

.counter-box p {
	margin: 5px 0 0;
	padding: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 500
}

.counter-box i {
	font-size: 60px;
	margin: 0 0 15px;
	color: #d2d2d2
}

.counter {
	display: block;
	font-size: 40px;
	font-weight: 700;
	color: #ffb522;
	line-height: 28px;
	font-family: "Poppins", sans-serif;
}


#menu-item-27 {
	background-color: #f15922;
}

#menu-item-27 a {
	color: #fff;
	    padding-left: 30px;
    padding-right: 25px;
}

.inner-testi-main{ padding: 100px 0 70px 0; }

.left-box-summary {
    width: 310px;
    height: 115px;
    background-color: #fff;
    position: absolute;
    right: 123px;
    bottom: -30px;
    z-index: 8;
    display: flex;
    border-radius: 20px;
    padding: 23px 22px 15px 22px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    flex-wrap: nowrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.left-box-summary h2 {
    color: #077deb;
    margin-bottom: 7px;
    font-size: 65px;
    font-weight: 600;
}
.left-box-summary h2 span {
    font-weight: 400;
    color: #000;
    font-size: 58px;
}

.left-box-summary p {
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    /* color: #fff; */
}

.left-image-box{ position: relative; }



.gallery-container {
 column-count: 3;
 column-gap: 30px;
}

.gallery-container figure {
 margin: 0;
 display: inline-block;
 margin-bottom: 0px;
 width: 100%;
 background-color: #fff;
 box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    position: relative;

    padding: 53px 26px 35px 26px;

    margin-bottom: 30px;
    margin-top: 25px;
}

.gallery-container figure::after{ position: absolute; content: ""; background: url(../images/inner-qutation.png) no-repeat 0 0; width: 47px;
	height: 41px; top: -21px;
 }

.gallery-container h3{ font-size: 28px; font-weight: 700; color: #f15922;  }
.gallery-container h4{ font-size: 16px; font-weight: 400; color: #406ab3; font-family: "Montserrat", sans-serif;  }

.about-testimonial {
    background-image: none;
    margin: 0 0 145px 0;
    padding: 0;
}

/* Footer */
footer {
	background-color: #fff;
	clear: both;
	background: url(../images/footer-bg.jpg) no-repeat 0 0;
	background-size: cover;
	padding-top: 176px;
	padding-bottom: 25px;
}
footer h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 18px;
}

footer p:last-child {
	margin: 0;
}

.footer_top {
	
}

.foot-top-inner {
    padding-top: 61px;
    padding-bottom: 16px;
}

.footer_top h3 {
    font-size: 23px;
    line-height: 24px;
    margin: 0 0 20px;
    font-weight: 600;
    color: #fff;
}

.footer_top .footer_about {
	padding: 10px 10% 0 0;
}

.footer_top .footer_about p {

	margin: 0 0 0;
	color: #fff;
}

.footer_top .footer_menu {}

.footer_top .footer_menu.quick {
	padding: 0 15% 0 0;
}

.footer_top .footer_menu ul {
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	margin: 0;
}

.footer_top .footer_menu li {
	margin: 0 0 10px;
}

.footer_top .footer_menu.quick li {}

.footer_top .footer_menu li a {
	color: #fff;
	font-size: 16px;
}

.contact-foot-box{ float: left; margin-right: 30px; }
.contact-foot-box p {
    line-height: 36px;
    font-size: 14px;
}

.contact-foot-box a{ color: #f15922; }
.contact-foot-box h4{ color: #1a1a1a; font-size: 18px; font-weight: 700; }
.footer_top .footer_menu li a:hover {}

.footer_top .footer_contact {
	padding: 0 15% 0 0;
}


.footer_top .footer_contact p a {
	border: none;
}

.footer_top .footer_contact p img {
	float: left;
	margin: 4px 10px 13px 0;
}

.footer_bottom {
	
}

.footer_bottom .footer_bottom_inner {
	padding: 16px 0;
}

.footer_bottom .footer_social {}

.footer_bottom .footer_social ul {
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 37px;
}

.footer_bottom .footer_social ul li {
	float: left;
	margin: 0 15px 0 0;
}

.footer_bottom .footer_social ul li a {
	color: #f15922;
	width: 29px;
	height: 37px;
	text-align: center;
	border-radius: 50%;
	display: block;
	font-size: 18px;
}

.footer_bottom .footer_social ul li a strong {
	display: none;
}

.footer_bottom .footer_social ul li a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #01422e;
}

.footer_bottom p {
    font-size: 17px;
    line-height: 32px;
    margin: 0;
    font-weight: 400;
    color: #fff;
}

.footer_bottom p a {
	color: #fff;
}

.service-detail-sec p a {
	background-color: inherit;
	padding: 0;
}

.services-detail-bottom ul {
	width: 100%;
	overflow: hidden;
}

.contact-right-form p {
	margin-bottom: 0;
}

.service-detail-sec h2 {
	font-size: 35px;
}

.top_part h4{  display:flex; text-align:center; justify-content:center; align-items:center; gap:12px; }
.statistic-panel{ padding:137px 0 110px 0; }
.statistic-panel h4 img{ display:inline-block; margin-left:5px; }


.statictics-left {
    padding-right: 55px;
}

.statictics-right ul {
    display: flex;
    gap: 35px 25px;
    flex-wrap: wrap;
}

.statictics-right ul li{ height:219px; width: 47%;  background-color:#daedfe;
 text-align:center; justify-content:center; align-items:center; display: flex; flex-wrap: wrap;      border-radius: 20px; }
 .statictics-right ul li h3{ font-size:55px; line-height:55px; }
  .statictics-right ul li h5{ font-size:21px; line-height:28px; padding-left: 42px;
    padding-right: 42px; }


    .statictic-row{ position:relative; }
    .statictic-row::after{ position:absolute; content:""; left: 571px;
    top: 436px;
     background:url(../images/static-icon.png) no-repeat 0 0; width:82px; height:73px;  }
        .statictics-right ul li:nth-child(2){ background-color:#e9fada; margin-top:36px; }
   .statictics-right ul li:nth-child(3){ background-color:#d9fff2; margin-top: -30px;}
   .statictics-right ul li:nth-child(4){ background-color:#d5feff;}


   .why-choose-us{ background:url(../images/banner-1-bg.jpg) no-repeat 0 0; height:768px; background-size: cover; }

   .why-choose-right{ padding:67px 40px 0 40px; color:#fff; }
   .why-choose-right h4 img{ display:inline-block; }
   .why-choose-right h2{ color:#fff; }
    .why-choose-right h2 span{ color:#13bae4; }


     .why-choose-right ul {
    margin-top: 50px;
    margin-left: 0;
    padding: 0;
}

  .why-choose-right ul li {
    padding-bottom: 37px;
    background: url(../images/choose-line.png) no-repeat;
    background-position: 49px 81px;
}
.why-choose-right ul li:last-child{ background:none; }

    .why-choose-right ul li figure{ float:left; margin-right:30px; }
    .why-choose-right ul li h2{ font-size:28px; line-height:32px; margin-bottom:10px; font-weight:600; }

  .footup-common{ background: #B5F8F1;     margin-bottom: -68px;
background: linear-gradient(90deg,rgba(181, 248, 241, 1) 0%, rgba(161, 244, 250, 1) 50%, rgba(188, 250, 227, 1) 100%); }

.footup-common img{ width:100%; }




.need-left{ padding:95px 0 0 0; }

.foot-contact-list {
    margin: 0;
    padding: 0;
}
.foot-contact-list li {
    margin-bottom: 16px;
    color: #fff;
    display: flex;
    font-size: 16px;
    line-height: 22px;
}

.foot-contact-list i {
    color: #3ba3f8;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
    font-size: 20px;
}
.foot-contact-list li a {
    color: #fff;
}

.footer-social {
    display: flex;
    gap: 10px;
    padding: 0;
    margin-top: 25px;
}
.footer-social li{}
.footer-social li a {
    color: #fff;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 39px;
}


.testi-star {
    display: flex;
    gap: 4px;
    padding: 0;
    margin: 0;
    margin-bottom: 8px;
}
.testi-star i{ color:#ffad3d; }

.form-right{ padding:59px 0 58px 30px; }
textarea.form-control {
   background-color: inherit;
    border: 1px solid #676767;
    height: 143px;
    padding-left: 24px;
    border-radius: 10px;
    padding-top: 15px;
    margin-bottom: 19px;
    color: #fff;
}
.form-control {
    background-color: inherit;
    border: 1px solid #676767;
    height: 75px;
    padding-left: 24px;
    border-radius: 10px;
    margin-bottom: 19px;
    color: #fff;
}

.form-right p {
    margin-bottom: 0;
}
.form-right br{ display:none; }
.contact-bottom{ margin-bottom:0; }
.dsubmit-button {
    background-color: #c52026;
    text-align: center;
    line-height: 75px;
    display: inline-block;
    width: 100%;
    border: 0;
    border-radius: 10px;
    color: #fff;
    padding: 0 60px;
    font-size: 20px;
    transition: .4s;
}
.dsubmit-button:hover {
    background-color: #000;
    transform: translateY(-5px);
}

.form-left {
    position: relative;
    min-height: 624px;
}
.form-left img{ position:absolute; left:0; bottom:0; }

.blog-listing{ background:url(../images/blog-gradiant.png) repeat-x 0 0; }
.blog-listing .service_block{ box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;     border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; }

 .service-list-box{ clear:both; overflow:hidden; }
 .service-list-box .service-image{ float:left; margin-right:54px; border-radius:20px; }
 .service-list-box .service-image img{     border-radius: 20px;
    height: 327px;
    object-fit: cover;}

 .page-service-2{ background: url(../images/about-bg-glow.png) no-repeat 0 0 !important; background-size:contain !important; }
 .page-service-2 .top_part p{ margin-bottom:0; }
.service-list-box h2{ font-size:43px; font-weight:600; }
.service-list-box h2 a{ color:#000; }


 .services-loop{ padding:100px 0 100px 0; }

 .services-loop:nth-of-type(even){ background:url(../images/services-2-bg.png) no-repeat 0 0; background-size:cover; }
 .service-loop-main .services-loop:nth-child(1){  padding-top:0; }
 .services-loop:nth-of-type(even) .service-image{ float:right; margin-left:73px; margin-right:0; }

.service-detail-sec{ background: url(../images/about-bg-glow.png) no-repeat 0 0 !important;  }
.dtlthumbnail {
    float: left;
    margin-right: 30px;
    border-radius: 20px;
}


.single-post .inner_banner h1{ width:60%; }

.statictics-left br{ display:none; }

.services .service_block img:hover{ transform: translateY(-0px);  }


.header-top1{ background-color:#16163f; height:51px; border-bottom:1px solid #3b3b62; color:#fff; line-height:51px; }
.midle-header{ background: url(../images/header-nav[-bg.png) no-repeat 0 0;  }

.top-right-list{ display:flex; justify-content:end; gap:27px; line-height:49px; }

.top-right-list li{ }
.top-right-list li img{ float:left; margin-right:11px; margin-top:14px; }
.top-right-list li a{ color:#fff; font-size:17px; }

.header-top2-lleft{ margin-top:20px; margin-bottom:20px; overflow:hidden; }
.header-top2-lleft li{ border-right: 1px solid #3b3b62; padding-right:35px; margin-right:35px; float:left; line-height: 37px; }
.header-top2-lleft li a{ color:#fff; }
.header-top2-lleft li img{ float:left; margin-right:15px; }
.header-top2{}
.header-top2{ height:auto; }
.header-top2-lleft li:last-child{ border-right:0; }

.top-social{ display:flex; gap:15px; justify-content: end;  margin: 19px 0 0 0;}
.top-social li{ line-height:40px; }
.top-social a {
    background-color: #141d4c;
    width: 40px;
    height: 40px;
    border: 1px solid #5c5c79;
    display: inline-block;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: #fff;
}


.shop-menu{ display:flex; justify-content:end; gap:12px; flex-wrap:nowrap; margin-top: 9px; padding:0; margin-bottom:0; }
.shop-menu li img{ display:block; width:60px !important; height:60px !important; }
.shop-menu li{ position:relative; }
.shop-menu li span {
    position: absolute;
    top: -8px;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 15px;
}


.slider-content{ padding:134px 0 0 0; }
.banner-slider-1{  }
/*.home-banner-2{ background-size:cover; min-height:836px;  }*/


.home-banner-2 h4{  color:#0073e6; font-size:28px; font-weight:900; margin-bottom:22px; }
.home-banner-2 h1 {
    color: #fff;
    font-size: 75px;
    line-height: 75px;
    font-weight: 900;
    width: 63%;
    margin-bottom: 32px;
    font-family: "Archivo", sans-serif;
}

.home-banner-2 p{ color:#fff;   
    font-size: 18px;
    line-height: 30px;
width: 41%;
    margin-bottom: 35px;
    font-family: "Archivo", sans-serif; }

a.btn1 {
    background-color: #c52026;
    height: 58px;
    line-height: 58px;
    padding: 0 24px 0 32px;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
}


a.btn1:hover {
 text-decoration: none;
}

a.btn1 img {
    display: inline-block;
    margin-left: 6px;
}


.about-sec{ padding:121px 0 80px 0; background-color:#f3f3f3; margin-top: 0; }
.about-left-img{ background:url(../images/left-about-bg.png) no-repeat 0 0; width:581px; height:553px; position:relative; 
	margin-left:30px; margin-right:30px; }
.about-pic2{ position:absolute; bottom:0; right:0; }

.bg-title{ position:relative; display:flex; font-size:25px; font-weight:700; color:#0073e6; margin-bottom:10px; }
.bg-title img{    width: auto; max-width: auto; height: 5px; margin-top: 13px;  margin-left: 15px; }

.about-right-txt{ padding-top:32px; }


.product-sec{ padding:85px 0 85px 0; }
.product-sectop img{ display:inline-block; }
.home-product-box{}
.product-image{ float:left;  width: 37%; }
.product-sectop{ margin-bottom:28px; }
.home-product-box{ box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; overflow: hidden; padding:40px 0 40px 40px; background-color: #fff;}
.price-panel {
    background: url(../images/product-price-bg.png) no-repeat 0 0;
    height: 54px;
    background-size: cover;
    padding: 0 0 0 45px;
    color: #fff;
    line-height: 54px;
    margin-bottom: 25px;
}
.product-right-home{ float:right;     width: 56%; }

.home-product-list .row .col-md-6:first-child .home-product-box{ margin-right:20px; }
.home-product-list .row .col-md-6:nth-child(2) .home-product-box { margin-left:20px; }

.product-right-home .woocommerce-Price-amount{ font-size:26px;  font-weight:700; font-family: "Poppins", sans-serif;  }

.home-price-left{ float:left; }
.maintanance {
    float: right;
    padding: 15px 10px 0 0;
    width: 139px;
}
.maintanance p{ font-size:13px; line-height:15px; }
.maintanance p span{ font-size:15px; }
.product-right-home h3{ font-size:29px; font-weight:700; font-family: "Poppins", sans-serif; }
.product-right-home p{ margin-right:15px; }
.add_to_cart_button {
    background-color: #fbfbfb;
    color: #000;
    border: 1px solid #e5e5e5;
    display: inline-block;
    line-height: 44px;
    padding: 0 15px 0 16px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
}
 .add_to_cart_button:hover{ text-decoration:none; background-color:#0073e6; color:#fff; }

 .home-bottom-banner{ background:url(); height:791px; background-size:cover; }
.business-sec {
    padding: 93px 0 80px 0;
}
.business-top img{ display:inline-block;  }


.business-top p {
    width: 60%;
    margin: 14px auto 45px;
}

    .business-box{ height:437px; background-size:cover; margin-bottom:31px;     position: relative; }
    .business-box h2{ position:absolute; bottom:40px; left:0; right:0; color:#fff; font-size:40px; }

    .main-sec{ background:url(../images/main-bottom-bg.png) no-repeat 0 100%; }

    .foot-top-logo-pan{ background:url(../images/foot-shape-bg.png) no-repeat 50% 69%; }

   /* #menu-footer-menu{ display:flex; text-align:center; align-items:center; justify-content:center; gap:48px; margin-bottom: 30px; }
    #menu-footer-menu li{}
    #menu-footer-menu li a{ color:#fff; font-size:22px; line-height:32px; }
.social-sec{ background-color:#0073e6; height:83px; }*/

.footer-social-2{ display:flex; justify-content:center; gap:10px; padding:18px 0 0 0; }
.footer-social-2 li{ border-right:1px solid #5ea7ef; padding-right:30px; margin-right:30px; color:#fff; font-size:18px; font-weight:700; line-height: 47px; }
.footer-social-2 li img{ float:left; margin-right:10px; }
.footer-social-2 li a{ color:#fff; font-size:18px; font-weight:700; }
.footer-social-2 li:last-child{ border:0; }



    #menu-footer-menu-bottom{ display:flex; text-align:center; align-items:center; justify-content:center; margin-top: 32px; }
    #menu-footer-menu-bottom li{ border-right:1px solid #fff; padding-right: 15px; margin-right: 14px; line-height:15px; }
    #menu-footer-menu-bottom li:last-child{ border:0; }
    #menu-footer-menu-bottom li a{ color:#fff; font-size:15px; line-height:15px; text-transform:capitalize; }

    .copy-right-txt{ text-align:center; color:#fff; font-size:14px; }
    .banner-left-content{ padding:100px 0 0 0;  }
    .banner-left-content h2{ color:#fff; margin-bottom:56px; }
    .banner-left-content ul li{ border-bottom:1px solid #413f41; padding:0 0 38px 0; margin-bottom:38px; }
    .banner-left-content ul li:last-child{ border-bottom:0; }

    .banner-left-content ul li img{     }
    .banner-left-content ul li figure{ width:90px; height:90px; border:1px solid #838283;
     border-radius:50%; text-align:center; display:flex; justify-content:center; align-items:center; float:left; margin-right:36px; }

     .banner-left-content ul li:hover figure{ background-color:#0073e6; border:1px solid #0073e6; }
     .banner-left-content ul li:hover figure img{ filter: brightness(0) invert(1); }

     .banner-list-right-content{  }
      .banner-list-right-content h3{ color:#fff; font-size:30px; font-weight:700; }
      .banner-list-right-content p{ color:#686868; margin-bottom:0; }

.responsive-slider .slick-dots {
    position: absolute;
    bottom: inherit;
    display: block;
    width: 41px;
    padding: 0;
    top: 235px;
    left: 3%;
    z-index: 99;
    margin: 0;
    list-style: none;
    text-align: center;
}

.responsive-slider .slick-dots li:first-child{ position:relative; }
.responsive-slider .slick-dots li:first-child::before {
    position: absolute;
    content: "";
    width: 3px;
    left: 16px;
    top: -92px;
    height: 80px;
    background: url(../images/bullet-bg-top.png) no-repeat 0 0;
}


.responsive-slider .slick-dots li:last-child {
  position: relative;
}



.responsive-slider .slick-dots li:last-child::after {
    position: absolute;
    content: "";
    width: 3px;
    left: 16px;
    bottom: -110px;
    height: 80px;
    background: url(../images/bullet-bg-bottom.png) no-repeat 0 0;
}





.responsive-slider .slick-dots li button {
    background: red;
    font-size: 16px;
    color: #fff;
    border-radius: 20px;
    width: 36px;
    height: 36px;
}
.responsive-slider .slick-dots li button:before{ display:none; }


.clip-title {
    color: white;
   
    padding: 15px 30px;
    
    
}

.home-banner-2 h1 span {
    clip-path: polygon(13% 0, 100% 0, 95% 100%, 10% 100%);
    display: inline-block;
    background: #fff;
    color: #0073e6;
    padding: 0 47px 0 90px;
    margin-left: -60px;
}

.responsive-slider .slick-dots li button:before{ font-size:20px; top: 8px;
    left: 7px; }
.slick-dots li {
    margin-bottom: 33px;
}

.responsive-slider .slick-dots li button:before{ opacity:1; }

.responsive-slider .slick-dots li button {

}


.about-right-txt p{ margin-bottom:33px; }


.program-img-main{ position:relative; }
.program-right{     
   
    position: absolute;
    bottom: -100px; width:100%; }

.about-page{ margin-top:0; padding: 100px 0 80px 0; background-color:#fff; }
.why-choose-content{ padding:85px 0 0 0; }
.why-choose-content h2{ color:#fff; margin-bottom:30px; }
.why-choose-content p{ color:#fff; }
.why-choose-content ul{ padding:33px 0 0 0; }
.why-choose-content ul li{ display:flex; gap:21px; margin-bottom:25px; flex-wrap:wrap; }
.why-choose-content ul li figure{  width:11% }
.why-choose-content ul li p{ width:80%; }

.foot-top-logo-pan{ padding-top:85px; padding-bottom:30px; }
.foot-logo{}
.foot-top-logo-pan img{ display:inline-block; }
.why-choose-about{ height:914px; background-size:cover; }

.coverage-left-img img{ width:100%;  }
.coverage-top h4{ margin-bottom:0; }
.coverage-top  h2{ margin-bottom:35px; }
.coverage-page{ padding:85px 0 100px 0; margin-top:0; background-color:inherit; position:relative; }
.coverage-right-txt h3{ font-size:40px; font-weight:700; }

.coverage-right-img {
    position: absolute;
    right: 0;
    bottom: -79px;
}


.product-summary{ width:48%; float:right; }

.product-template-default .woocommerce-product-gallery__wrapper img{ width:100% !important; }
.product-template-default .slick-slide img {
    display: block;
    width: 100%;
}

.woocommerce-tabs {
    padding: 55px 0 0;
    clear: both;
}

.product-details-custom{ padding:90px 0 50px 0; }

.product-details-custom .wpgs-nav .slick-slide{ border:0; }
.product-summary h1{ font-size:55px; font-weight:700; }
.qib-button-wrapper .quantity input.input-text.qty.text{ background-color:#f7fbfe !important; border:0 !important; }
body .qib-button-wrapper .minus.qib-button, body .qib-button-wrapper .plus.qib-button {
    background: #f7fbfe !important;
    border: 0 !important;
}


body .qib-button-wrapper {
    border: 1px solid #000;
    border-radius: 6px;
    padding: 8px 5px;
    background-color: #f7fbfe;
    width: 50%;
    gap: 56px !important;
    margin-top: 0;
}

.single_add_to_cart_button{ width: 50%; }
.single_add_to_cart_button {
    width: 46%;
    background: #f7fbfe;
    background-color: #f7fbfe !important;
    color: #000 !important;
    font-weight: normal !important;
    border: 1px solid #000 !important;
    padding: 20px 17px !important;
    border-radius: 6px !important;
    margin-left: 3% !important;
    display: inline;
}

.buy-now-button{ background-color:#0073e6 !important; width:100%;  padding: 20px 17px !important; color:#fff !important;
  border-radius: 6px !important; margin-top:12px !important; text-align:center; font-weight:500 !important; }
.buy-now-button:hover{ background-color:#000; } 

.single_add_to_cart_button:hover{ background-color:#0073e6 !important; color:#fff !important; border:1px solid #0073e6 !important; }

.price-panel-details{ background:none; color:#000; padding:0; }

.price-panel-details .maintanance {
    float: left;
    width: 180px;
    margin-left: 20px;
    background-color: #0073e6;
    color: #fff;
    border-top-left-radius: 71px;
    padding: 12px 0 8px 43px;
}
.price-panel-details .maintanance p{ margin-bottom:0; }

.price-panel-details .woocommerce-Price-amount{ font-size: 37px;
    font-weight: 700; }


  ul.tabs{ margin-bottom:30px; overflow:hidden; }

 ul.tabs li{ float:left; margin-right:15px; } 
 ul.tabs li.active a{ background-color:#0073e6; color:#fff; border:1px solid #0073e6 ; }
 ul.tabs li a{ border:1px solid #000; line-height:54px; display:block; color:#000; padding:0 50px; border-radius:6px; }
  ul.tabs li a:hover{ text-decoration: none; transform: translateY(-0px); background-color:#0073e6; color:#fff; border:1px solid #0073e6 ;  }


 .woocommerce-Tabs-panel{ clear:both; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; background-color:#fff; padding:33px;  }

 .product-image-home{  }

 .product-image-details{ width:45%; float:left; }
 .woocommerce-Tabs-panel>h2{ display:none; }

 .body-inner-1{ padding:90px 0 90px 0; }
 .woocommerce a.button.alt {
    background-color: #0073e6 !important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #fff !important;
    border-radius: 5px;
}

.contact_main{ position:relative; padding-bottom:80px; }

::-webkit-scrollbar {
    width: 16px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
     background-color:#c3c3c3;
        /* border-radius: 10px;*/

}
 
::-webkit-scrollbar-thumb {
   /* border-radius: 10px;*/
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
        background-color:#c52026;
}

::-moz-selection { background: #bb925d; color:#fff;}
::selection { background: #bb925d; color:#fff; }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #cfc8d8;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
    background-color: #fff;
}

.product-right-home h3 a{ color:#000; }

.page-template-about .business-sec{ padding-top:54px; }

.view-details{ background-color:#0073e6; color:#fff; }

.single-product section.related{ display:none !important; } 

.product_meta{ display:none; }
.product-details-page{ padding:70px 0 70px 0; }

.header-top-part ul{ display:flex; gap:40px; padding-left: 55px; }
.header-top-part ul li{ color:#fff; }
.header-top-part ul li i{ color:#c52026; margin-right:6px; }

.header-bottom-part{ display:flex; }
.help-box{ padding:10px 0 0 55px; font-size:18px; }
.help-box a{ color:#000; }
.help-box a i{ color:#c52026; }
.quote-but {
    margin-left: 35px;
    margin-top: 8px;
}
.quote-but a {
    background-color: #c52026;
    height: 58px;
    line-height: 58px;
    padding: 0 24px 0 32px;
    color: #fff;
    display: flex;
}

.quote-but a:hover {
   text-decoration: none;
}

.quote-but a img {
 width: 20px; height: 15px; margin-top: 16px; margin-left: 8px;
}

.services-main{ padding:30px 0 101px 0; }

.section-title {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
  justify-content: center;
}

.section-title span {
  padding: 0 15px;
  font-size: 20px;
  font-weight: 600;
}

.section-title::before,
.section-title::after {
  content: "";
  height: 2px;
  background: #d9534f; /* লাল রং */
  display: inline-block;
}

.section-title::before {
  width: 72px;
  margin-right: 0;
}

.section-title::after {
  width: 72px;
  margin-left: 0;
}

.service-slider .slick-slide {
  margin: 0 30px;
}

.service-slider .slick-slide .service-image img{ width:100%; }

.service_block{ box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; margin-bottom:20px !important;
 position: relative; }

.service_block .info {
    padding: 47px 25px 25px 23px;
    background: #fff;
    min-height: 282px;
    position: relative;
}


.more-but{ display:flex; }

.more-but a {
    background-color: #fff;
    height: 52px;
    line-height: 52px;
    padding: 0 24px 0 32px;
    color: #c52026;
    display: flex;
    border: 1px solid #c7c7c7;
}

.more-but a:hover{ text-decoration:none; }
.more-but a img {
    width: 20px;
    height: 15px;
    margin-top: 16px;
    margin-left: 8px;
}

.service_block .info h3{ font-size:30px; }
.service_block .info h3 a{ color:#000; font-weight:700; }
.info-image {
    position: absolute;
    right: 30px;
    top: -54px;
}



 .service-slider   .slick-dots {


        bottom: -64px;
    }


    .service-slider  .slick-dots li button{ width:100px; height:10px; }
    .service-slider .slick-dots li button:before{ font-size:0; background-color: #ebebeb; width:100px;
     height:10px;     opacity: 1; }
    .service-slider .slick-dots li{ width:100px;     margin: 0 1px; }
    .service-slider .slick-dots li.slick-active button:before { background-color: #c52026; }
    .service-slider .slick-dots li:first-child button:before{ border-top-left-radius:5px; 
    	border-bottom-left-radius:5px;  }
    .service-slider .slick-dots li:last-child button:before{ border-top-right-radius:5px; 
    	border-bottom-right-radius:5px;  }

    .about-sec-2{ background:url(../images/about-bg.png) no-repeat 0 0; background-size: cover; padding:163px 0 0 0; display:flex; }

   .about-sec-2 .left {
    flex: 1;

}


.about-left-content {
  padding: 180px 0 0 0;
}
.about-left-content img {
    width: 100%;
    z-index: 9999;
    position: relative;
}

   .about-sec-2 .right {
    flex: 1;
   
}

.about-right-content {
    padding: 60px 70px 84px 230px;
    background-color: #2d2d2d;
    width: 890px;
    margin-left: -167px;
}
.border-title {
  display: flex;
  align-items: center;
  gap: 12px; 
  margin-bottom: 17px;
}

.border-title span {
  font-size: 24px;
  font-weight: 600;
  color: #c62828; 
}

.border-title::after {
  content: "";
  width: 120px; 
  height: 2px;
  background: #c62828; 
  display: block;
}

.about-right-content h2{ margin:30px 0 30px 0; color:#fff; }
.about-right-content p{  color:#fff; }

.about-right-content a {
    background-color: #c52026;
    height: 58px;
    line-height: 58px;
    padding: 0 24px 0 32px;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
}


.about-right-content a:hover {
	text-decoration: none;
}

.about-right-content a img{ display:inline-block; margin-left:6px; }
.about-right-content p{ margin-bottom:30px; }

.recent-work-img {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
}

.recent-work-img img {
    width: calc(33.33% - 28px); 
    object-fit: cover;
}






.recent-sec{}

.sticker {
    width: 100%;
    padding: 38px 0 64px 0;
}
.testileft img{ width:100%; }
.testimonial-box {
    min-height: 370px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 45px 35px 45px 35px;
    margin-left: -99px;
    z-index: 99;
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
}
.star{ display:flex; gap:5px; color:#ffc107; margin-bottom:20px; }
.testimonial-sec  h2{ margin-bottom:40px; }
.testimonial-box h4{ font-size:24px; }
.testimonial-box p{ font-size:18px; line-height:35px; }
.bottom-form-bg{ padding:87px 0 0 0;     background-size: cover; }

.quote-box{ background-color:#1f1f1f; padding:40px 52px 40px 52px; }
.quote-box h2{ color:#fff; margin-bottom:25px; }

/*.form-bg{ height:230px; background-size:cover; padding: 22px 0 0 494px;     margin-bottom: -109px; }
.testimonial-sec{ padding:0 0 87px 0; }*/

.form-bg{ height:230px; background-size:40%; background-position: center left; background-repeat: no-repeat; padding: 22px 0 0 394px;     margin-bottom: -109px; position: relative; }
.testimonial-sec{ padding:0 0 87px 0; }
.form-bg:before{content:""; display: block; position: absolute; top: 0; right: 0; background-color: #c52026;  color: #fff;  height: 100%;;  width: 72%;  clip-path: polygon(13% 0%,100% 0%,100% 100%,0% 100%);}
.help{position: relative; z-index: 1;}


.sticker img{ width:100%; }
.footer-contact ul li{  color:#fff; font-size:18px; }
.footer-contact ul li i{  color:#c52026; margin-right:5px; }
.foot-logo { color:#fff; padding-right:40px; }
.foot-logo img{ margin-bottom:25px; }

 .foot-logo .custom-html-widget{ font-size:18px; line-height:30px; }

 .foot-links li{ margin-bottom:15px; }
  .foot-links li a{ color:#fff; font-size:18px; }

  .footer-contact li{ margin-bottom:22px; color:#fff; }
  .foot-bott{ padding:25px 0 0 0; border-top:1px solid #434343; margin-top:30px; }
  .foot-bott a{ color:#fff; }

.bnrphone img{ display:inline-block; margin-right:7px; }
.bnrphone { font-size: 25px;
    color: #fff;
    display: inline-block;
    margin-left: 38px; font-weight:700; }

.help {
    display: flex;
    align-items: center;
    gap: 82px;
    color: #fff;
    margin-top: 40px;
    padding-left: 50px;
}

.help h2{ color:#fff; }

.help h2 span{ font-weight:400; color:#fff; }
.help h2 a{ color:#fff; }

.about-sec-page {
    padding: 100px 0 70px 0;
}
.about-page-right img{ width:100%; }


.about-left-content1{ margin-top:30px; }
.about-left-content1 h2{ margin-bottom:30px; }
.about-left-content1 p{ margin-bottom:30px; }
.about-page-right{ position:relative; }
.customer-txt{ position:absolute; width:229px; height:116px; background-color:#c52026; 
 left:40px; bottom:90px; z-index:88; color:#fff; text-align:center; justify-content:center; align-items:center; }
 .customer-txt span{ font-size:24px; line-height:26px;  }
 .customer-txt h2{ color:#fff; margin-bottom:0; margin-top:12px; }

 .services-bottom-bg{ background:url(../images/services-truckbg.png) no-repeat 0 0; background-size: cover;
  padding:150px 0 123px 0; text-align:center;     margin-top: -138px; }

   .services-bottom-bg a{ color:#000; }


    .inner-service-block .info-image {
    position: absolute;
    left: 30px;
    top: -54px;
}

.service-slider1{ margin-top:70px; }
.service-slider1 .inner-service-block {
    margin-bottom: 100px !important;
    box-shadow: none;
    border: 1px solid #b3b3b3;
}
 .service-slider1  .inner-service-block p{ margin-bottom:40px; }
 .inner-service-block .info {
    padding: 57px 25px 25px 23px;
    background: #fff;
    min-height: 282px;
    position: relative;
}

.services-main-page {
    padding-bottom: 0;
    background: #fcfcfc;
    padding-top: 54px;
}


.testimonalpage .testimonial-box {
    margin: 0 0 55px 0;
    box-shadow: inherit;
    border: 1px solid #b5b5b5;
}
.testi-main-page{ margin-bottom:70px; }

.star br{ display:none; }
.star p{ margin-bottom:0; }

.testi-main-page .testimonial-box p {
    font-size: 16px;
    line-height: 28px;
}

.testi-main-page .testimonial-box h4 {
    font-size: 24px;
    position: absolute;
    bottom: 30px;
}

.contact-top-part{ padding:100px 0 100px 0; }
.contact-left{ padding:80px 0 0 0; }
.contact-left h2{ margin-bottom:30px; }
.contact-left ul li{ display:flex; gap:30px; align-items:center; margin-bottom:45px; }
.contact-left ul li img{ width:41px; height:42px; }
.contact-left ul li p{ margin-bottom:0; }
.contact-left ul li a{ color:#000; }

.quote-box br{ display:none;  }
.footer-contact a{ color:#fff; }
.header-top-part ul li a{ color:#fff;}

.marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  background: #fff; /* optional background */
}

.marquee-track {
  display: inline-block;
  animation: scroll 12s linear infinite;
}

.marquee-track img {
  width: 100%;  /* full width */
  height: auto;
  display: inline-block;
}

/* Animation */
@keyframes scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}





.home-banner-2{  position: relative;  width: 100%;  min-height: 836px;  overflow: hidden;}
.home-banner-2 .bg-video{  position: absolute;  inset: 0;  width: 100%;  height: 100%;  object-fit: cover; z-index: 1;}
.home-banner-2 .container{  position: relative;  z-index: 2;  color: #fff;}
.home-banner-2::after{  content: "";  position: absolute;  inset: 0;  /*background: rgba(0,0,0,0.7);*/ background: rgba(0,0,0,0.1);  z-index: 1;}

.row.centerRow{justify-content: center;}
.bottom-form-bg .quote-box{margin-bottom: 45px;}

.service-slider .slick-slide .service-image img{ width:100%; object-fit: cover; height: 270px; }

.quote-box .wpcf7-response-output{color: #fff;}
