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

@font-face {
    font-family: 'daughter_of_fortuneregular';
    src: url('../fonts/daughter_of_fortune-webfont.woff2') format('woff2'),
         url('../fonts/daughter_of_fortune-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
  scroll-behavior: smooth;
}

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(-3px);
}

ul {
	list-style: none !important;
}

body {
    font-family: "Inter", sans-serif;
	font-size: 17px;
	line-height: 30px;
	color: #4c4c4c;
	background-color: #fff;

}

h2,
h3 {
	    font-family: "Urbanist", sans-serif;
	    font-size: 110px;

}


h2,h1,
h3,h5,h6 {
	    font-family: "Urbanist", sans-serif;
}

h2 {
font-size: 60px;
    font-weight: 800;
    color: #0a295e;
    margin-bottom: 30px;
    line-height: 1;
    text-transform: uppercase;
}
h2 span{ color:#006da5; }

h4 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
    font-family: "Urbanist", sans-serif;
    margin: 0 0 9px;
    color: #000;
}

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

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


.container {
    max-width: 1440px;
}

/*.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: 7px;
    float: left;
    border: 1px solid #dddcdc;
    border-radius: 30px;
    padding: 9px 10px;
    position: relative;
    z-index: 99999;
}

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

}

nav .navigation li a {
color: #2d2d2d;
    display: block;
    font-size: 17px;
    text-transform: capitalize;
    padding: 5px 13px 5px 13px;
    position: relative;
    /*background-color: #909090;*/
    border-radius: 20px;
      font-family: "Maven Pro", sans-serif;
}

nav .navigation li a:hover{ background-color:#0a295e; color:#fff; }

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

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

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

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: #f7c218;
	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: 20px 0 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 0;
    min-height: 520px;
    background: url(../images/inner-banner.jpg) no-repeat 0 0;
    background-size: cover;
    margin-right: 0;
}


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

/*.inner_banner h1,
.inner_banner h2 {
	font-size: 110px;
	line-height: 110px;
	color: #fff;
	margin: 0;

	text-transform: uppercase;

}
*/

.inner_banner h4
{
	font-size: 95px;
	line-height: 95px;
	margin: 0;
    text-transform: capitalize;
    font-weight: 400;

}

.inner-row{ flex-direction: column;}
.inner_banner .jr-about-subtitle{  font-size: 28px;
    color: #0a295e;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0; }


.inner_banner p {

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

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

.about-jr .jr-benefit-subtitle{ color:#fff; }
.about-jr h2{ color:#fff; }
.about-jr p{ color:#fff; }



.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 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-arrow-l.png) no-repeat 0 0 !important;
    width: 12px !important;
    height: 22px !important;
    top: 86px !important;
    left: -58px !important;
}

.testimonial .slick-next {
    background: url(../images/slider-arrow-r.png) no-repeat 0 0 !important;
    width: 12px !important;
    height: 22px !important;
    top: 86px !important;
    right: -58px !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: 85px 0 70px;
}

.inner_main h2 {
	font-size: 60px;
	line-height: 60px;
	font-weight: 400;
	color: #001e3c;
	margin: 0 0 15px;
	color: #0c0b0a;
	font-family: "Bebas Neue", 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: 50px;
    margin-bottom: 15px;
}

.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 {

}

#menu-item-27 a {

}

.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: #111111;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 0;
}
footer h3 {
    color: #ba1717;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 18px;
    font-weight: 900;
}

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 {
	
}

.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: 0;
    height: 75px;
    padding-left: 0;
    border-radius: 0;
margin-bottom: 47px;
    color: #fff;
    border-bottom: 1px solid #fff;
}

textarea.form-control::placeholder{ color: #fff }
.form-control {
    background-color: inherit;
    border: 0;
    height: 43px;
    padding-left: 0;
    border-radius: 0;
    margin-bottom: 0;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.form-control::placeholder{ color: #fff; }
.form-right p {
    margin-bottom: 0;
}
.form-right br{ display:none; }
.contact-bottom{ margin-bottom:0; }
.dsubmit-button {
    text-align: center;
    line-height: 54px;
    display: inline-block;
    border: 0;
    border-radius: 0;
    color: #000;
    padding: 0 84px 0 61px;
    font-size: 20px;
    cursor: pointer;
    transition: .4s;
    font-size: 18px;
    font-family: "Bebas Neue", sans-serif;
    background: url(../images/black-arrow.png) no-repeat 100px 19px #f7c218;
}

.dsubmit-button:hover {
    color: #000;
    transform: translateY(-5px);
}


.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;

}

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

a.btn1 {
    background-color: #00a0a7;
    height: 51px;
    line-height: 51px;
    padding: 0 24px 0 32px;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
     font-family: "Bebas Neue", sans-serif;
     font-size: 17px;
}


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

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




.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 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; }



.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:85px 0 80px 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 15px;
}

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

.service_block{  margin-bottom:20px !important;
 position: relative; }

.service_block .info {
    padding: 47px 25px 25px 0;
    background: #fff;
    position: relative;
}


.more-but{ display:flex; }

.more-but a {
    background-color: #fff;
    color: #09a2a9;
     font-family: "Bebas Neue", sans-serif;
 
}

.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:35px; }
.service_block .info h3 a{ color:#000; font-weight:400; }
.info-image {
    position: absolute;
    right: 30px;
    top: -54px;
}



 .service-slider   .slick-dots {


        bottom: -30px;
    }


    /*.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; padding:0 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:50px 0 40px 0; }
.testileft img{ width:100%; }
.testimonial-box {

 z-index: 99;
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
}
.star {
    display: flex;
    gap: 5px;
    color: #ffc107;
    margin-bottom: 20px;
    justify-content: center;
}
.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; }

.sticker img{ width:100%; }
.footer-contact ul li{  color:#fff; font-size:18px; }
.footer-contact ul li i{  color:#fff; 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:6px; }
  .foot-links li a{ color:#fff; font-size:16px; }

  .footer-contact li{ margin-bottom:15px; color:#fff; }
.foot-bott {
    padding: 25px 0 25px 0;
    /* border-top: 1px solid #434343; */
    margin-top: 30px;
    background-color: #000000;
}
  .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: 97px 0 70px 0;
}
.about-page-right img{ width:100%; }


.about-left-content1{ margin-top:60px; }
.about-left-content1 h2{ margin-bottom:30px; }
.about-left-content1 p {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 29px;
}
.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; }

.home .header-top-home{ padding:20px 0 0 0; min-height:965px;  background-position: 50% 50%;
    background-size: cover;}

.home-banner-right{  }

.header-top-home{ position:relative; z-index:99; padding-bottom:40px; }

.discount-button{   background-color: #00a0a7;
    height: 52px;
    line-height: 52px;
    padding: 0 24px 0 32px;
    color: #fff;
    float: right;
    font-family: "Bebas Neue", sans-serif;
 }

 .discount-button:hover{   background-color: #fff;
    
    color: #000; text-decoration: none;
   
 }


 .hambarger-h{ float:right; margin-right:29px; margin-top:12px; cursor:pointer; font-weight:600; }
 .jr-about-image{ margin-right:20px; }

 .home-banner-sec {
    display: flex;
    color: #fff;
    padding-bottom: 50px;
}

 .home-banner-sec .left {
    flex: 1;
    justify-content: end;
    display: flex;
}

.home-banner-sec .right {
    flex: 1;
}

.home-banner-left {
    padding:106px 0 0 0;
    width: 706px;
  }
.home-banner-right h4{ font-size:100px; line-height:90px; }

.home-banner-right h5{ font-size:40px;   font-weight:300;
 padding-bottom:20px;  }
.banner-but-pan{ display:flex; gap:14px;  }
.banner-but-pan a{ background-color:#00a0a7; color: #fff; line-height:50px;
 height:50px; padding:0 38px; display:inline-block;  }
 .banner-but-pan a:hover{ background-color:#fff; color:#000; text-decoration:none;     width: 706px; }
 .banner-but-pan a:nth-child(2){ background-color:#f7c218; color:#000; }
 .home-banner-right{ position:relative; padding-top:20px; width: 700px;     padding-top: 98px; padding-left:50px; }
 .home-banner-right p{ color:#000; }
 .home-banner-right img{ width:100%;  }
 .play-but{ position:absolute; top:30%; left:35%; z-index:33; }
 .homescroll{ padding-top:40px; }
 .homescroll img{ width:auto; float:right; margin-right:10%; }

 .our-workflow{ background-color:#f6f5ed; padding:84px 0 84px 0; }
  .our-workflow{ background-color:#f6f5ed; }
  .our-workflow h4{font-size:40px; line-height:40px;  }
  .our-workflow h2{ font-size:55px; line-height:55px; }
  .work-box{ background-color:#fff; height:295px; flex-wrap:wrap; flex-direction: column; }
  .work-box h3{ font-size:35px; color:#939090; margin-top:25px; margin-bottom:15px; }

.our-workflow .row .col-md-3:nth-child(2) h3{ color:#f7c218; }
.about-right h2{ margin-bottom:25px; }

.aboutimag{ background:url(../images/image-bg.png) no-repeat 0 0; height:701px; padding:51px 0 0 51px; position:relative; }
.about-sec{ padding:50px 0 92px 0; }
.about-right{ padding-top:50px; position:relative; }
.abttxt {
    width: 341px;
    height: 235px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 47px 0 0 30px;
}

.abttxt h3{ font-size:50px; line-height: 50px; margin-bottom: 0; color:#f7c218; }
.abttxt h5{ font-size:42px; color:#fff; }
.abttxt h6{ font-size:30px; color:#fff; }

.quatation{ display:inline-block !important; }
.testimonial-box h5{ margin-top:20px; }

.testimonial-sec .slick-dots {
    position: absolute;
    bottom: -55px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}


.why-choose{ display: flex;
    color: #fff;
     background-color:#f6f5ed; }

  .why-choose  .left{ flex:1; }
   .why-choose .left img {
    width: 100%;
    height: 689px;
    object-fit: cover;
}
    .why-choose  .right{ flex:1; }


    .why-right{ width:600px; padding-left: 80px;}
    .why-right p{ color:#4b4b4b; }
    a.yelow{ background-color:#f7c218; color:#000; }


    .services-main .slick-prev {
    background: url(../images/slider-arrow-l.png) no-repeat 0 0 !important;
    width: 12px !important;
    height: 22px !important;
    top: 156px !important;
    left: -58px !important;
    cursor: pointer;
}

.services-main .slick-next {
    background: url(../images/slider-arrow-r.png) no-repeat 0 0 !important;
    width: 12px !important;
    height: 22px !important;
    top: 156px !important;
    right: -58px !important;
    cursor: pointer;
}

.slick-dots li {
 
    width: 20px;
    height: 20px;
    margin: 0 0px;

}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: black;
  
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #0aa2a9;
}

.get-in-touch {
    background-color: #f6f5ed;
    padding: 80px 0 122px 0;
}

.footer-social-top{ border-top:1px solid #b2b1ab; background-color:#f6f5ed; }

.footer-social-top ul{ display:flex; font-size:20px; line-height: 51px; margin: 0;
 font-family: "Bebas Neue", sans-serif; text-transform:uppercase; justify-content:center; }

 .footer-social-top ul li{ border-right:1px solid #bbbab4; width:33%; text-align:center; }
  .footer-social-top ul li a{ color:#000; text-decoration:none; }
  .footer-social-top ul li a:hover{ text-decoration:none; }
 .footer-social-top ul li:last-child{ border-right:0; }
 .services-fot li {
    margin-bottom: 6px;
    float: left;
    width: 50%;
}

.h-frmbox{ background-color:#00a0a7; background:#00a0a7;
 padding:30px 52px 46px 67px; position:relative;     z-index: 22222; }
.form-left{ width:100%; margin-right:35px;  }
.get-right::after {
    position: absolute;
    background: url(../images/form-bg.png) no-repeat 0 0;
    width: 138px;
    height: 138px;
    right: -39px;
    top: 190px;
    content: "";
    z-index: 1;
}

.inner-page{ padding:97px 0 76px 0; }
.gallery-page img{ width:100%; margin-bottom:30px; }
.service-slider-page .service_block img{ width:100%;  }

.contact-top{ padding:90px 0 60px 0; }
.contact-top h2{ margin-bottom:20px; }

.contactbox{}
.contactbox img{ float: left;
    margin-right: 15px;
    margin-bottom: 29px; }
.contactbox p{ font-size:17px; line-height:28px; color:#4b4b4b;}
.contactbox p a{ color:#4b4b4b;}
.contactbox h5{ font-size:25px; margin-bottom:0; }
.right-top-con{ padding-top:73px; }
.hambarger-con{    position: absolute;
    
    height: auto;
    background-color: #fff;
    z-index: 9;
    padding: 20px;
    right: 200px;
    top: 47px;
    display: none;
}

.hambarger-main{ position:relative; padding-top: 7px; }

.hambarger-con a{ color:#000; }
.abttxt br{ display:none; }

.hambarger-con ul{ margin-bottom:0; }

.hambarger-h img{ margin-right:10px; }



.jr-auto-section{
    max-width:1200px;
    margin:auto;
    padding:40px 20px;
}

.jr-auto-top-title{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:10px;
}

.jr-auto-top-title h2 {
    font-size: 41px;
    color: #0a295e;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0;
}

.jr-auto-line{
    width:180px;
    height:4px;
    background:#d71c1c;
    position:relative;
}

.jr-auto-line::after{
    content:"";
    position:absolute;
    right:-10px;
    top:50%;
    transform:translateY(-50%);
    width:20px;
    height:20px;
    background:#d71c1c;
    border-radius:50%;
}

.jr-auto-heading{
    font-size:70px;
    line-height:1;
    font-weight:800;
    color:#000;
    margin:0 0 30px;
    text-transform:uppercase;
}

.jr-auto-content{
    max-width:700px;
}

.jr-auto-content p {
    color: #666;
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 40px;
}

.jr-auto-btn {
    display: inline-block;
    padding: 11px 33px;
    border-radius: 50px;
    background: linear-gradient(90deg, #ff8c8c, #ff0000);
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    transition: .3s;
}

.jr-auto-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 12px 20px rgba(255,0,0,.3);
    text-decoration: none;
        color: #fff;
}

@media (max-width:768px){

    .jr-auto-top-title{
        flex-direction:column;
        align-items:flex-start;
    }

    .jr-auto-top-title h2{
        font-size:32px;
    }

    .jr-auto-line{
        width:120px;
    }

    .jr-auto-heading{
        font-size:48px;
    }

    .jr-auto-content p{
        font-size:18px;
    }

    .jr-auto-btn{
        font-size:18px;
        padding:14px 35px;
    }

}


.jr-auto-form-section{
margin-top: -202px;
    position: relative;
    z-index: 999;
}

.jr-auto-form-wrapper{
    max-width:1407px;
    margin:auto;
    background:#fff;
    border-radius:20px;
    padding:45px;
    display:flex;
    justify-content:space-between;
    gap:50px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
    padding: 45px;
}

.jr-auto-form-content{
    flex:1;
}

.jr-auto-form-title{
    font-size:58px;
    font-weight:800;
    margin:0 0 35px;
    color:#000;
}

.jr-auto-form-subtitle{
    font-size:32px;
    font-weight:700;
    margin:35px 0 25px;
}

.jr-auto-form-row{
    display:flex;
    gap:20px;
    margin-bottom:22px;
}

.jr-auto-form-group{
    flex:1;
}

.jr-auto-form-full{
    flex:100%;
}

.jr-auto-form-group input{
    width:100%;
    border:none;
    border-bottom:1px solid #d9d9d9;
    padding:12px 0;
    font-size:18px;
    outline:none;
    background:transparent;
}

.jr-auto-form-disclaimer{
    margin:25px 0;
    font-size:14px;
    color:#666;
    line-height:1.7;
}

.jr-auto-form-bottom{
    display:flex;
    align-items:center;
    gap:20px;
    flex-wrap:wrap;
}

/* .jr-auto-form-captcha{
    width:300px;
    height:78px;
    border:1px solid #ddd;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:4px;
    background:#fafafa;
    font-size:15px;
}
 */
.jr-auto-form-btn {
    border: none;
    padding: 12px 29px;
    border-radius: 40px;
    background: linear-gradient(90deg, #ff8b8b, #ff0000);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.jr-auto-form-image{
    width:430px;
}

.jr-auto-form-image img{
    width:100%;
    border-radius:18px;
    display:block;
}

@media(max-width:991px){

    .jr-auto-form-wrapper{
        flex-direction:column;
    }

    .jr-auto-form-image{
        width:100%;
    }

    .jr-auto-form-title{
        font-size:25px;
    }

    .jr-auto-form-subtitle{
        font-size:26px;
    }

}

@media(max-width:768px){

    .jr-auto-form-row{
        flex-direction:column;
    }

    .jr-auto-form-bottom{
        flex-direction:column;
        align-items:flex-start;
    }

    .jr-auto-form-captcha{
        width:100%;
    }

    .jr-auto-form-btn{
        width:100%;
    }

}

.jr-about-section{
    background:#fff;
    padding:80px 0;
}

.jr-about-image img{
    width:100%;
    border-radius:25px;
    object-fit:cover;
}

.jr-about-subtitle-wrap{
    margin-bottom:8px;
}

.jr-about-subtitle{
    font-size:20px;
    font-weight:600;
    color:#666;
}

.jr-about-line{
    width:90px;
    height:3px;
    background:#d50000;
    margin-left:15px;
    position:relative;
}

.jr-about-line::after{
    content:"";
    position:absolute;
    right:-8px;
    top:50%;
    transform:translateY(-50%);
    width:12px;
    height:12px;
    background:#d50000;
    border-radius:50%;
}

.jr-about-title{
    font-size:60px;
    font-weight:800;
    color:#0a295e;
    margin-bottom:30px;
    line-height:1;
}


.btn {
    display: inline-block;
    padding: 10px 26px;
    background: linear-gradient(90deg, #ff8b8b, #ff0000);
    color: #fff;
    text-decoration: none;
    font-size: 19px;
    font-weight: 600;
    border-radius: 50px;
    transition: .3s;
}

.btn:hover{
    color:#fff;
    transform:translateY(-2px);
    box-shadow:0 10px 20px rgba(255,0,0,.25);
    text-decoration: none;
}

@media (max-width:991px){

    .jr-about-title{
        font-size:50px;
    }

    .jr-about-content p{
        font-size:17px;
    }

}

@media (max-width:767px){

    .jr-about-section{
        padding:60px 0;
    }

    .jr-about-title{
        font-size:40px;
    }

    .jr-about-subtitle{
        font-size:18px;
    }

    .jr-about-line{
        width:60px;
    }

    .jr-about-content p{
        font-size:16px;
        line-height:1.8;
    }

    .jr-about-btn{
        font-size:18px;
        padding:14px 30px;
    }

}




/*=============================
 BENEFIT SECTION
=============================*/

.jr-benefit-section{
    position:relative;
    overflow:hidden;
    padding:90px 0;
}

/* Background Split */

.jr-benefit-bg{
    position:absolute;
    inset:0;
    display:flex;
    z-index:-2;
}

.jr-benefit-bg-left{
    width:50%;
    background:#f60809;
}

.jr-benefit-bg-right{
    width:50%;
    background:url("../images/benifit-banner.jpg") center center/cover no-repeat;
    position:relative;
    /*animation:jrZoom 18s infinite alternate ease-in-out;*/
}

.jr-benefit-bg-right:before{

    content:"";
    position:absolute;
    inset:0;
    background:rgba(4,26,77,.80);

}

/*====================*/

.jr-benefit-left{

    color:#fff;
    padding-right:70px;

    animation:jrFadeLeft 1s;

}

.jr-benefit-subtitle{

    color:#0a295e;
    font-size:25px;
    font-weight:700;

}

.jr-benefit-left h2 {
    font-size: 60px;
    font-weight: 900;
    line-height: 1;
    margin: 0 0 35px;
    color: #fff;
}

.jr-benefit-left p{



}

.about-jr p:first-child{ margin-bottom:0; }

.page-id-20 .jr-auto-form-disclaimer{ padding-top:0; margin-top:0; }

/*====================*/

.jr-benefit-right{

    padding-left:70px;

}

.jr-benefit-card{

    background:#fff;
    border-radius:15px;
    display:flex;
    align-items:center;
    gap:20px;

    padding:28px;

    margin-bottom:35px;

    transition:.45s;

    opacity:0;

    transform:translateX(80px);

    animation:jrCard .8s forwards;

}

.jr-benefit-card:nth-child(2){

animation-delay:.25s;

}

.jr-benefit-card:nth-child(3){

animation-delay:.5s;

}

.jr-benefit-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 45px rgba(0,0,0,.22);

}

.jr-benefit-icon{

    width:80px;
    height:80px;

    background:#ba1717;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;
    font-size:30px;

    flex-shrink:0;

    transition:.5s;

}

.jr-benefit-card:hover .jr-benefit-icon{

    transform:rotate(360deg) scale(1.1);

}

.jr-benefit-card h4{

    font-size:25px;
    font-weight:700;
    margin-bottom:8px;

}

.jr-benefit-card p{

    margin:0;
    color:#444;
    font-size:17px;
    line-height:1.6;

}

/*========================
 Animation
=========================*/

@keyframes jrFadeLeft{

from{

opacity:0;
transform:translateX(-80px);

}

to{

opacity:1;
transform:none;

}

}

@keyframes jrCard{

to{

opacity:1;
transform:none;

}

}

@keyframes jrZoom{

from{

background-size:100%;

}

to{

background-size:112%;

}

}

/*=========================
 Responsive
==========================*/

@media(max-width:991px){

.jr-benefit-bg{

display:block;

}

.jr-benefit-bg-left,
.jr-benefit-bg-right{

width:100%;
height:50%;

}

.jr-benefit-left{

padding-right:0;
margin-bottom:60px;

}

.jr-benefit-right{

padding-left:0;

}

.jr-benefit-left h2{

font-size:48px;

}

.jr-benefit-card h4{

font-size:24px;
line-height: 30px;

}

.jr-benefit-card p{

font-size:16px;

}

}

@media(max-width:576px){

.jr-benefit-section{

padding:70px 0;

}

.jr-benefit-card{

padding:20px;

}

.jr-benefit-icon{

width:60px;
height:60px;
font-size:22px;

}

}


.service-banner-sec {
    padding: 88px 0 0 0;
}
.service-img{ margin-top:20px;     width: 100%;}



/*==========================
    Testimonial Section
==========================*/

.jr-testimonial-section{
    padding:100px 0;
    background:#fff;
    position:relative;
    overflow:hidden;
}

.jr-testimonial-section::before{
    content:"";
    position:absolute;
    width:650px;
    height:650px;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    background:rgba(255,0,0,.12);
    filter:blur(150px);
    border-radius:50%;
    z-index:0;
}

.jr-testimonial-section .container{
    position:relative;
    z-index:2;
}

/*==========================
    Heading
==========================*/

.jr-testimonial-subtitle{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    margin-bottom:10px;
}

.jr-testimonial-subtitle span:first-child{
    color:#666;
    font-size:22px;
    font-weight:600;
}

.jr-testimonial-line{
    width:45px;
    height:2px;
    background:#d60000;
    position:relative;
}

.jr-testimonial-line::after{
    content:"";
    width:10px;
    height:10px;
    background:#d60000;
    border-radius:50%;
    position:absolute;
    right:-5px;
    top:50%;
    transform:translateY(-50%);
}

.jr-testimonial-title{
    font-size:60px;
    font-weight:900;
    color:#0a295e;
    margin-bottom:60px;
}

/*==========================
    Slider
==========================*/

.jr-testimonial-slider{
    margin:0 -15px;
}

.jr-testimonial-slider .slick-slide{
    padding:15px;
}

/*==========================
    Card
==========================*/

.jr-testimonial-card{

    background:#fff;

    border-radius:12px;

    padding:40px;

    min-height:360px;

    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

    transition:.35s;
}

.jr-testimonial-card:hover{

    transform:translateY(-8px);

    box-shadow: rgba(99, 99, 99, 0.2) 0px 3px 9px 0px;

}

.jr-testimonial-quote{

    font-size:44px;

    color:#d8d8d8;

    margin-bottom:25px;

}

.jr-testimonial-card p{

    color:#666;

    font-size:17px;

    line-height:2;

    margin-bottom:35px;

}

.jr-testimonial-card h4{

    font-size:22px;

    font-weight:700;

    color:#111;

    margin:0;

}

/*==========================
    Slick Dots
==========================*/

.jr-testimonial-slider .slick-dots{

    position:relative;

    margin-top:30px;

    bottom:0;

}

.jr-testimonial-slider .slick-dots li{

    width:18px;

    height:18px;

    margin:0 2px;

}

.jr-testimonial-slider .slick-dots li button{

    width:18px;

    height:18px;

    padding:0;

    border:1.5px solid #9e9e9e;

    border-radius:50%;

    background:transparent;

    transition:.3s;

}

/* Remove Default Slick Dot */

.jr-testimonial-slider .slick-dots li button::before{

    display:none;

}

/* Active Dot */

.jr-testimonial-slider .slick-dots li.slick-active button{

    border:2px solid #d70000;

    background:#fff;

    position:relative;

}

.jr-testimonial-slider .slick-dots li.slick-active button::after{

    content:"";

    position:absolute;

    width:8px;

    height:8px;

    background:#d70000;

    border-radius:50%;

    left:50%;

    top:50%;

    transform:translate(-50%,-50%);

}

/*==========================
    Responsive
==========================*/

@media(max-width:991px){

.jr-testimonial-title{

font-size:42px;

}

}

@media(max-width:767px){

.jr-testimonial-section{

padding:70px 0;

}

.jr-testimonial-title{

font-size:32px;

}

.jr-testimonial-card{

min-height:auto;

padding:30px;

}

}


/*==========================
Looking Section
==========================*/

.jr-looking-section{

    background:url(../images/looking-bg.jpg) center center/cover no-repeat;

    padding:100px 0;

    position:relative;

}

.jr-looking-overlay{

    position:absolute;

    inset:0;

    background:rgba(4,26,77,.40);

}

.jr-looking-section .container{

    position:relative;

    z-index:2;

}

.jr-looking-wrapper{

    background:#fff;

    border-radius:18px;

    padding:70px 50px;

}

.jr-looking-subtitle{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:10px;

}

.jr-looking-subtitle span:first-child{

    font-size:22px;

    color:#666;

    font-weight:600;

}

.jr-looking-line{

    width:45px;

    height:2px;

    background:#d60000;

    position:relative;

}

.jr-looking-line:after{

    content:"";

    width:10px;

    height:10px;

    background:#d60000;

    border-radius:50%;

    position:absolute;

    right:-5px;

    top:50%;

    transform:translateY(-50%);

}

.jr-looking-title{

    font-size:60px;

    color:#0d2d74;

    font-weight:900;

    margin:10px 0;

}

.jr-looking-text{



    margin-bottom:40px;

}

/*=====================
Cards
======================*/

.jr-looking-card{

    position:relative;

    display:block;

    border-radius:10px;

    overflow:hidden;

    text-decoration:none;

    height:390px;

}

.jr-looking-card img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.6s;

}

.jr-looking-card-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(to top,
    rgba(0,0,0,.88),
    rgba(0,0,0,.10));

}

.jr-looking-content{

    position:absolute;

    left:30px;

    bottom:25px;

    color:#fff;

    z-index:2;
    min-height: 54px;

}

.jr-looking-content h4{

    font-size:22px;

    font-weight:800;
    min-height: 53px;

    line-height:1.3;

    margin-bottom:18px;
    color: #fff;

}

.jr-looking-content span{

    color:#fff;

    font-weight:600;
    font-size: 15px;

}

.jr-looking-card:hover img{

    transform:scale(1.1);

}

.jr-looking-card:hover{

    transform:translateY(-8px);

}

.jr-looking-card{

    transition:.4s;

}

/*======================
Responsive
======================*/

@media(max-width:991px){

.jr-looking-title{

font-size:45px;

}

.jr-looking-wrapper{

padding:50px 30px;

}

}

@media(max-width:767px){

.jr-looking-title{

font-size:34px;

}

.jr-looking-card{

height:320px;

}

}




.jr-social-icons{
    display:flex;
    gap:15px;
    align-items:center;
    margin-top: 30px;
}

.jr-social-icons a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #b80000;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    font-size: 15px;
    transition: .35s ease;
}

.jr-social-icons a:hover{

    background:#0d2d74;

    transform:translateY(-5px) rotate(360deg);

    box-shadow:0 10px 20px rgba(184,0,0,.35);

}

.about-top-c{ margin-top: -84px;
    margin-bottom: 100px;  }

    .contact-top{  }

    .contactSection{
    display:flex;
    min-height:650px;
}

.contactLeft{
    width:50%;
    background:#ef0d0d;
    display:flex;
    align-items:center;
}

.contactWrapper{
    width:100%;
    max-width: 524px;   /* Container thick */
    margin:0 auto;
    padding:0 40px;
}

.contactContent{
    color:#fff;
}

.contactContent h2 {
    font-size: 31px;
    line-height: 1.2;
    margin-bottom: 45px;
    font-weight: 700;
    color: #fff;
    text-transform: revert;
}

.contactContent p{
    font-size:18px;
    margin-bottom:18px;
    line-height:1.6;
}

.contactContent h4{
    font-size:20px;
    margin:35px 0 20px;
    color: #fff;
}

.contactRight{
    width:50%;
}

.contactRight img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

@media(max-width:768px){

    .contactSection{
        flex-direction:column;
    }

    .contactLeft,
    .contactRight{
        width:100%;
    }

    .contactRight{
        height:350px;
    }

    .contactWrapper{
        padding:40px 25px;
    }

    .contactContent h2{
        font-size:32px;
    }

    .contactContent p{
        font-size:18px;
    }
}


.coverageSection {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 15px;
    margin-top: -82px;
    position: relative;
    z-index: 99;
}

.coverageCard{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
    background:#fff;
    padding:35px;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.10);
    margin-bottom:55px;
}

.coverageContent ul{
    list-style: disc !important;
    padding-left: 20px;
    margin-top: 20px;

    columns: 2;
    column-gap: 40px;
}

.coverageContent ul li{
    display: list-item !important;
    list-style: disc !important;
    margin-bottom: 10px;
}

.coverageContent ul li a{
    color:#000;
}

.noShadow{
    background:transparent;
    box-shadow:none;
    padding:0;
}

.coverageContent{
    flex:1;
}

.coverageImage{
    flex:1;
}

.coverageImage img{
    width:100%;
    height:320px;
    object-fit:cover;
    border-radius:18px;
    display:block;
}

.coverageTag{
    display:flex;
    align-items:center;
    gap:12px;
    color:#555;
    font-size:18px;
    font-weight:600;
}

.coverageTag span{
    width:40px;
    height:3px;
    background:#d91b23;
    position:relative;
}

.coverageTag span::after{
    content:"";
    width:8px;
    height:8px;
    background:#d91b23;
    border-radius:50%;
    position:absolute;
    right:-3px;
    top:50%;
    transform:translateY(-50%);
}

.coverageContent h2{
    font-size:40px;
    color:#173c78;
    font-weight:800;
    margin:12px 0 25px;
    line-height:1.1;
}

.coverageContent p{
    color:#666;
    font-size:17px;
    line-height:1.9;
    margin-bottom:25px;
}

.coverageContent ul{
    columns:2;
    padding-left:20px;
}

.coverageContent li{
    margin-bottom:12px;
    color:#444;
}

@media(max-width:991px){

    .coverageCard,
    .noShadow{
        flex-direction:column;
        padding:30px;
        background:#fff;
        box-shadow:0 10px 30px rgba(0,0,0,.08);
    }

    .coverageContent h2{
        font-size:38px;
    }

    .coverageImage img{
        height:260px;
    }

}

@media(max-width:767px){

    .coverageContent h2{
        font-size:30px;
    }

    .coverageContent ul{
        columns:1;
    }

    .coverageImage img{
        height:220px;
    }

}





/*=========================
Service Section
=========================*/

.jr-service-section {
    /* padding: 100px 0 70px; */
    /* background: #fff; */
    margin-top: -83px;
    position: relative;
    z-index: 999;
        margin-bottom: 86px;
}

.jr-service-box{

    background:#fff;

    border-radius:18px;

    padding:40px;

    box-shadow:0 15px 45px rgba(0,0,0,.12);

}

.jr-service-subtitle{

    display:flex;

    align-items:center;

    gap:10px;

}

.jr-service-subtitle span:first-child{

    font-size:20px;

    color:#666;

    font-weight:600;

}

.jr-service-line{

    width:40px;

    height:2px;

    background:#c00000;

    position:relative;

}

.jr-service-line:after{

    content:"";

    width:8px;

    height:8px;

    background:#c00000;

    border-radius:50%;

    position:absolute;

    right:-5px;

    top:50%;

    transform:translateY(-50%);

}

.jr-service-title{

    font-size:60px;

    color:#0a2b72;

    font-weight:900;

    margin:5px 0 30px;

}

.jr-service-left img{

    width:100%;

    border-radius:18px;

}

.jr-service-content{

    padding-left:25px;
    padding-top: 130px;

}

.jr-service-content p{

 

    margin-bottom:20px;

}

/* Responsive */

@media(max-width:991px){

.jr-service-content{

padding-left:0;

margin-top:30px;

}

.jr-service-title{

font-size:42px;

}

}

@media(max-width:576px){

.jr-service-box{

padding:25px;

}

.jr-service-title{

font-size:34px;

}

}


/*==========================
Call Section
==========================*/

.jr-call-section{

    position:relative;

    padding:90px 0;

    background:url("../images/service-banner-2.jpg") center center/cover no-repeat;

    overflow:hidden;

}

.jr-call-overlay {
    position: absolute;
    inset: 0;
    background: rgba(184, 0, 0, .10);
}


.jr-call-section .container{

    position:relative;

    z-index:2;

}

.jr-call-content{

    color:#fff;

}

.jr-call-content p{

    font-size:20px;

    line-height:2;

    margin-bottom:20px;

}

.jr-call-content h3{

    font-size:36px;

    font-weight:700;

    margin:35px 0 20px;

}

.jr-call-phone{

    display:inline-flex;

    align-items:center;

    gap:15px;

    color:#fff;

    text-decoration:none;

    font-size:45px;

    font-weight:800;

    transition:.35s;

}

.jr-call-phone i{

    width:65px;

    height:65px;

    border-radius:50%;

    background:#fff;

    color:#b80000;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

}

.jr-call-phone:hover{

    color:#ffdede;

    transform:scale(1.05);

}

/* Responsive */

@media(max-width:991px){

.jr-call-content h3{

font-size:32px;

}

.jr-call-phone{

font-size:38px;

}

}

@media(max-width:576px){

.jr-call-section{

padding:70px 0;

}

.jr-call-content p{

font-size:16px;

}

.jr-call-content h3{

font-size:24px;

}

.jr-call-phone{

font-size:28px;

}

.jr-call-phone i{

width:50px;
height:50px;
font-size:20px;

}

}


/*==========================
Need Section
==========================*/

.jr-need-section{

    padding:100px 0;

    background:#fff;

}

.jr-need-subtitle{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:10px;

}

.jr-need-subtitle span:first-child{

    color:#666;

    font-size:22px;

    font-weight:600;

}

.jr-need-line{

    width:40px;

    height:2px;

    background:#b80000;

    position:relative;

}

.jr-need-line::after{

    content:"";

    width:9px;

    height:9px;

    background:#b80000;

    border-radius:50%;

    position:absolute;

    right:-5px;

    top:50%;

    transform:translateY(-50%);

}

.jr-need-title{

    font-size:58px;

    font-weight:900;

    color:#0d2d74;

    margin:10px 0 20px;

}

.jr-need-text{

    max-width:850px;

    margin:auto;

    color:#666;

    line-height:2;

    font-size:18px;

}

/*====================
Cards
====================*/

.jr-need-card{

    position:relative;

    overflow:hidden;

    border-radius:12px;

    height:470px;

}

.jr-need-card img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.6s;

}

.jr-need-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(0 0 0 / 99%), rgba(0, 0, 0, .10));
}

.jr-need-content{

    position:absolute;

    left:25px;

    right:25px;

    bottom:30px;

    color:#fff;

    z-index:2;

}

.jr-need-content h3{

    font-size:34px;

    font-weight:800;

    margin-bottom:15px;

}

.jr-need-content p{

    line-height:1.8;

    font-size:17px;

}

.jr-need-card:hover img{

    transform:scale(1.12);

}

.jr-need-card:hover{

    transform:translateY(-8px);

    transition:.4s;

}

/*======================
Responsive
======================*/

@media(max-width:991px){

.jr-need-title{

font-size:42px;

}

}

@media(max-width:576px){

.jr-need-title{

font-size:34px;

}

.jr-need-card{

height:380px;

}

.jr-need-content h3{

font-size:24px;

}

.jr-need-content p{

font-size:15px;

}

}

#wpcf7-f7-o1{ flex:1; }

.jr-benefit-left p{ margin-bottom:0; }

.service-top-title{ font-size:35px; line-height:45px; margin-bottom: 30px; font-weight:700; color:#0a295e; text-align:center; padding:20px; }

.jr-service-content2{ padding:0; }

.plan-benefits-box {
    background: #fff;
    padding: 10px;
    /* border: 1px solid #e5e7eb; */
    border-radius: 12px;
}

.plan-benefits-box .wp-block-list{
    margin:0;
    padding:0;
    list-style:none;
}

.plan-benefits-box .wp-block-list li{
    position:relative;
    padding:15px 0 15px 38px;
    border-bottom:1px solid #ececec;
    line-height:1.6;
}

.plan-benefits-box .wp-block-list li:last-child{
    border-bottom:none;
}

.plan-benefits-box .wp-block-list li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:16px;
    width:24px;
    height:24px;
    border-radius:50%;
    background:#0a295e;
    color:#fff;
    font-size:14px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
}

.plan-benefits-box .wp-block-list li strong{
    display:block;
    margin-bottom:4px;
    color:#222;
    font-size:17px;
    font-weight:700;
}

.plan-benefits-box .wp-block-list li small{
    display:block;
    color:#666;
    font-size:14px;
    line-height:1.6;
}

@media (max-width:767px){
    .plan-benefits-box{
        padding:20px;
    }

    .plan-benefits-box .wp-block-list li{
        padding-left:34px;
    }
}


nav .navigation li>ul.sub-menu {
    display: none;
    max-width: 304px;
    min-width: 300px;
    position: absolute;
    background-color: #b80000;
    padding: 15px;
    margin: 0 !important;
        border-radius: 10px;
}

nav .navigation li:hover>ul.sub-menu {
    display: block;
}
nav .navigation li>ul.sub-menu a{ color:#fff;  }

.jr-auto-headings {
    font-size: 46px;
    line-height: 1;
    font-weight: 800;
    color: #000;
    margin: 0 0 30px;
    text-transform: uppercase;
}