* {
	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;

}


a {
	text-decoration: none;
}

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

ul {
	list-style: none !important;
}

body {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
	background-color: #fff;

}

h2,
h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 78px;
	font-weight: 900;
	text-transform: uppercase;

}


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

h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 78px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #141414;
}

h2 span {}

h4 {
	font-size: 25px;
	line-height: 40px;
	font-weight: 300;
	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: #b59a5b;
}

::-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: 0;
}

nav .navigation {
	padding: 0 !important;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	margin-left: 0;
	margin-top: 16px;
}

nav .navigation li {
	float: left;
	position: relative;
	margin: 6px 0 0 30px;
	line-height: 26px;
}

nav .navigation li:first-child {}

nav .navigation li a {
	color: #b0b0b0;
	display: block;
	font-size: 17px;
	text-transform: capitalize;
	padding: 5px 0px 5px 0px;
	position: relative;
	font-family: "Bebas Neue", sans-serif;
}

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

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

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: 380px;
	background: url(../images/about-bg-glow.png) no-repeat 0 0;
	background: #D6E8FC;
	background: linear-gradient(335deg, rgba(214, 232, 252, 1) 0%, rgba(228, 238, 248, 1) 45%, rgba(9, 81, 163, 1) 100%);
	background-size: cover;
	margin-right: 0;
}


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

.inner_banner h1,
.inner_banner h2 {
	font-size: 46px;
	line-height: 57px;
	color: #fff;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}


.inner_banner h4 {
	font-size: 27px;
	line-height: 37px;
	margin: 0;
	text-transform: capitalize;
	font-weight: 400;
	color: #b9b9b9;
}

.inner_banner p {

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

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

.inner_banner p a {
	color: #fff;
}


/* Body */
main {}


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

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

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

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

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

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

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

.home_main.about {
	padding: 100px 0 70px;
}

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

.home_main .img_block {
	position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.services .service_block .info {
	padding: 25px 30px 25px 30px;
	background: #fff;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.services .service_block h3 {
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	color: #001e3c;
	margin: 0 0 10px;
	/*min-height: 73px;*/
}

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

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

.services .service_block p {
	font-size: 15px;
	line-height: 26px;
	color: #555555;
	margin: 0 0 10px 0;
	height: 82px;
	overflow: hidden;
}

.team {
	background: url(../images/team-bg.jpg) no-repeat 0 0;
	background-size: 100%;
	padding: 88px 0 0 0;
	min-height: 665px;
}

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

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

.inner-team {
	background: none;
	padding-bottom: 50px;
}

.inner-team h2 {
	color: #000 !important;
	margin-bottom: 20px !important;
}

.inner-team p {
	color: #1a1a1a !important;
}

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


.team-box {
	background-color: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 32px 28px 45px 28px;
	text-align: center;
}

.team-box img {
	display: inline-block;
	margin-bottom: 15px;
	border-radius: 50%;
}

.team-box p {
	font-size: 20px;
}

.team-box p a {
	font-size: 16px;
}

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

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

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

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

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


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


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


.why-choose 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: #000;
	font-size: 32px;
	font-weight: 500;
	text-transform: capitalize;
}

.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: inherit;
	width: 150px;
	height: 50px;
	color: #fff;
	line-height: 32px;
	border: 1px solid #fff !important;
	border: 0;
	font-weight: 600;
	margin-top: 6px;
}

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


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


.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 {
	clear: both;
	background: #1b1b1b;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 25px;
}

footer h3 {
	color: #b42108;
	font-size: 29px;
	font-weight: 600;
	margin-bottom: 18px;
}

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

.footer_top {}

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

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

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

.footer_top .footer_about p {

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

.footer_top .footer_menu {}

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

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

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

.footer_top .footer_menu.quick li {}

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

.contact-foot-box {
	float: left;
	margin-right: 30px;
}

.contact-foot-box p {
	line-height: 36px;
	font-size: 14px;
}

.contact-foot-box a {
	color: #f15922;
}

.contact-foot-box h4 {
	color: #1a1a1a;
	font-size: 18px;
	font-weight: 700;
}

.footer_top .footer_menu li a:hover {}

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


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

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

.footer_bottom {}

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

.footer_bottom .footer_social {}

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

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

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

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

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

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

.footer_bottom p a {
	color: #fff;
}

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

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

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

.service-detail-sec h2 {}

.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: #fff;
	border: 0;
	height: 75px;

	border-radius: 0;
	margin-bottom: 10px;
	color: #fff;

}

textarea.form-control::placeholder {
	color: #000
}

.form-control {
	background-color: #fff;
	border: 0;
	height: 43px;
	border-radius: 0;
	margin-bottom: 6px;
	color: #fff;

}


#wpcf7-f36-o1 br {
	height: 0;
	display: none;
}


.form-control::placeholder {
	color: #000;
}

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

.form-right br {
	display: none;
}

.contact-bottom {
	margin-bottom: 0;
}

.dsubmit-button {
	text-align: center;
	line-height: 57px;
	display: inline-block;
	border: 0;
	border-radius: 44px;
	color: #fff;
	padding: 0 71px 0 38px;
	font-size: 20px;
	cursor: pointer;
	transition: .4s;
	font-size: 18px;
	background: url(../images/form-button-arrow.png) no-repeat 116px 13px #000;
}

.dsubmit-button:hover {
	color: #fff;
	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: 0;
	height: 530px;
	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: 40px;
	font-weight: 400;
}

.service-list-box h2 a {
	color: #000;
}


.services-loop {
	padding: 48px 0 48px 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 {}

.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: 50px 0 0 0;
}

.top-social li {
	line-height: 40px;
}

.top-social a {
	background-color: inherit;
	width: 45px;
	height: 45px;
	border: 1px solid #fff;
	display: inline-block;
	border-radius: 50%;
	line-height: 45px;
	text-align: center;
	color: #fff;
}

.top-social a:hover {
	background-color: #ca0101;
}


.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: #000;
	color: #fff;
	line-height: 67px;
	height: 67px;
	padding: 0 38px;
	display: inline-block;
	border-radius: 50px;
}


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%;
	clear: both;
}

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


.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: 18px;
}

.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: 57px 0 80px 0;
	background: url(../images/services-bg.png) no-repeat 0 0;
	background-size: cover;
}

.section-title {}

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


.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: 16px;
}

.footer-contact ul li i {
	color: #f7c218;
	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: 17px;
	font-weight: 600;
}

.footer-contact li {
	margin-bottom: 15px;
	color: #fff;
}

.foot-bott {}

.foot-bott .container {
	padding: 25px 0 0 0;
	border-top: 1px solid #434343;
	margin-top: 30px;
}


.foot-bott a {
	color: #fff;
}

.bnrphone img {
	display: inline-block;
	margin-right: 7px;
}

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

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

.help h2 {
	color: #fff;
}

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

.help h2 a {
	color: #fff;
}

.about-sec-page {
	padding: 80px 0 59px 0;
}

.about-page-right img {
	width: 100%;
}


.about-left-content1 {}

.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 136px 0;
}

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

.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: 121px 0 0 0;
	width: 706px;
}

.home-banner-left h4 {
	font-size: 100px;
	line-height: 90px;
}

.home-banner-left h1 {
	font-size: 70px;
	line-height: 80px;
	margin-bottom: 35px;
}

.home-banner-left h5 {
	font-size: 18px;
	font-weight: 300;
	padding-bottom: 20px;
}

.banner-but-pan {
	display: flex;
	gap: 14px;
}

.home-banner-left a {
	background-color: #000;
	color: #fff;
	line-height: 67px;
	height: 67px;
	padding: 0 38px;
	display: inline-block;
	border-radius: 50px;
}

.home-banner-left a img {
	margin-left: 10px;
}


.home-banner-left a:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

.banner-but-pan a:nth-child(2) {
	background-color: #f7c218;
	color: #000;
}

.home-banner-right {
	position: relative;
	padding-top: 20px;
}

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


.about-sec {
	padding: 80px 0 80px 0;
}

.about-right {
	padding-top: 15px;
	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;

	background-color: #f6f5ed;
}

.why-choose .left {
	flex: 1;
}

.why-choose .left img {
	width: 100%;
	height: 714px;
	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: #b59a5b;
}

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

.hambarger-con a {
	color: #000;
}

.abttxt br {
	display: none;
}

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

.footer-contact {
	color: #fff;
	font-size: 20px;
	line-height: 41px;
}

.header-nav-bg {}

.navigation1 {
	display: flex;
	gap: 38px;
	padding-left: 35px;
	margin: 0;
}

.navigation1 a {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	transition: .4s;
	font-family: "Montserrat", sans-serif;
}

.call-button {
	background-color: #000;
	color: #fff;
	width: 240px;
	border-radius: 30px;
	padding: 0 0 0 20px;
	line-height: 25px;
}

.call-button i {
	color: #ca0101;
	font-size: 30px;
	float: left;
	margin-top: 16px;
	margin-right: 14px;
}

.call-button a {
	color: #fff;
}

.call-button div {
	padding-top: 5px;
}

.blog-box {
	margin-bottom: 75px;
	/*    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fff;*/
}

.blog-box-img img {
	width: 100%;
	/*    height: 284px;
    object-fit: cover;*/
}

.blog-content-1 {
	padding: 0;
	padding-top: 0;
}

.blog-box h3 {
	font-size: 25px;
	color: #000;
	margin-bottom: 15px;
}

.blog-box h3 a {

	color: #000;

}


.home .blog-box p {
	height: 50px;
	color: #000;
}

.blog-box-img {
	/*    height: 284px;
    position: relative;*/
	margin-bottom: 29px;
}


.news {


	background: url(../images/blog-bg.png) no-repeat 0 0;
	background-size: cover;
	padding: 60px 0 20px 0;
}


.whychoose {
	background: url(../images/why-choose-bg.png) no-repeat 0 0;
	padding: 78px 0 87px 0;
}


.accordion .card {
	border: none;
	border-bottom: 1px solid #ddd !important;
}

.accordion .card-header {
	background: #fff;
	padding: 15px 0;
	border: none;
}

.accordion .btn-link {
	width: 100%;
	text-align: left;
	font-size: 20px;
	color: #000;
	text-decoration: none;
	position: relative;
	padding-left: 0;
	padding-top: 0;
}

.accordion .btn-link:focus {
	box-shadow: none;
	text-decoration: none;
}

/* Arrow icon */
.accordion .btn-link::after {
	content: "▼";
	position: absolute;
	right: 0;
	transition: transform 0.3s ease;
}

.accordion .btn-link.collapsed::after {
	transform: rotate(-180deg);
}

.card-body {
	padding-left: 0;
	padding-right: 0;
	color: #555;
}


.why-left img {
	width: 100%;
}

.service-box {
	min-height: 492px;
}

.service-box-inner {
	background-color: #000000ad;
	min-height: 492px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero {
	position: relative;
	height: 500px;
	background: url('your-image.jpg') center/cover no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 25px;
}

/* Dark overlay */
.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgb(0 0 0 / 65%);
}

.hero-content {
	position: relative;
	z-index: 2;
	color: #fff;
}

/* Red circle */
.icon-circle {


	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
}

/* Icon */
.icon-circle img {
	/*width: 60px;*/
}

/* Title */
.hero h3 {
	font-size: 40px;
	margin: 0;
	font-weight: 500;
}

.hero h3 a {
	color: #fff;
}

.contact-sec {
	padding: 100px 0 100px 0;
	display: flex;
	color: #fff;
}

.contact-sec .left {
	flex: 1;

}

.contact-sec .right {
	flex: 1;
}

.right-contentc {
	padding: 20px 0 0 60px;
	width: 700px;
}

.right-content-list {
	color: #000;
}

.right-content-list li i {
	float: left;
	color: #c40019;
	margin-right: 17px;
	font-size: 51px;
	margin-top: 10px;
}

.right-content-list li {
	font-weight: 400;
	margin-bottom: 40px;
}

.right-content-list li a {
	font-size: 27px;
	color: #000;
	font-weight: 300;
}

.current-menu-item a {
	color: #b59a5b;
}

.navigation1 a:hover {
	color: #b59a5b;
	text-decoration: none;
	transform: translateY(-5px);
}

.blog-page {
	padding: 100px 0 50px 0;
}


.blog-page .blog-content-1 {
	padding: 0;
	padding-top: 0;
	background-color: #fff;
	margin-top: -100px;
	position: relative;
	z-index: 9999;
	width: 90%;
	margin: -135px auto;
	padding: 15px;
	border-radius: 15px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	min-height: 236px;
}

.blog-page .blog-box-img img {
	width: 100%;
	border-radius: 15px;
	height: 404px;
	object-fit: cover;
}


.blog-page .blog-box {
	margin-bottom: 197px;
}


.service-loop-main {
	padding: 80px 0 80px 0;
}

.service-list-box .service-cont img {
	margin-bottom: 20px;
}


.history-section {
	position: relative;
	padding: 80px 0;
	background: url('../images/timeline-bg.jpg') center/cover no-repeat;
	color: #fff;
}

.history-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.75);
}

.history-section .container {
	position: relative;
	width: 85%;
	margin: auto;
	z-index: 2;
	text-align: center;
}

.subtitle {
	font-size: 20px;
	opacity: .8;
	margin-bottom: 20px;
}

.history-section .title {
	font-size: 50px;
	margin: 10px 0 60px;
	font-weight: bold;
}

/* Timeline */
.history-section .timeline {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}


.history-section .timeline-item {
	position: relative;
	flex: 1;
	text-align: center;
}

.timeline-item span {
	display: block;
	font-size: 24px;
	margin-bottom: 10px;
	color: #fff;
}

.history-section .dot {
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 50%;
	margin: auto;
}

.timeline-item.active span {
	color: #e00000;
}

.timeline-item.active .dot {
	background: #e00000;
}

/* Tab Content */
.history-section .tab-content {
	display: none;
	margin-top: 30px;
	padding-left: 117px;
	padding-right: 84px;
	color: #fff;
}

.history-section .tab-content.active {
	display: flex;
	gap: 40px;
	text-align: left;
}

.tab-content img {
	width: 100%;
}

.service-list-box .service-cont img:hover {
	transform: translateY(-0px);
}

.right-content-list br {}

.tab-text {
	width: 55%;
	line-height: 1.8;
	font-size: 18px;
}

.timeline-item:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 47px;
	/* dot center অনুযায়ী adjust করতে পারো */
	right: -50%;
	width: 100%;
	border-top: 2px dashed #aaa;
	z-index: -1;
}

/* Responsive */
@media(max-width: 768px) {
	.tab-content.active {
		flex-direction: column;
	}

	.tab-content img,
	.tab-text {
		width: 100%;
	}
}


.header-top-3 {
	background-color: #f5f5f5;
	height: 109px;
	position: relative;
	z-index: 999;
}

.logo-main {
	margin-top: 22px;
}

.header-nav-bg {
	margin-top: 43px;
}

.banrleft-img {
	margin-top: 20px;
}

.home-banner3 {
	background-color: #f5f5f5;
	overflow: hidden;
	padding: 0 0 61px 0;
}

.search-icon {
	margin: 45px 0 0 0;
	border-left: 1px solid #000;
	padding-left: 41px;
	cursor: pointer;
}

.banner-left {
	float: left;
	width: 10%;
}

.banner-right {
	float: right;
	width: 85%;
	position: relative;
}

.banner-right::after {
	background: url(../images/pattern-bg1.png) no-repeat 0 0;
	width: 272px;
	height: 662px;
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
}

.slide-box img {
	float: right;
	margin-bottom: 50px;
	margin-right: 95px;
}

.banner-caption {
	width: 371px;
	height: 284px;
	position: absolute;
	top: 300px;
	background-color: #e9e7e7;
	z-index: 999;
	padding: 37px 0 0 34px;
}

.banner-caption h2 {
	color: #b9b9b9;
	font-size: 27px;
	line-height: 37px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.banner-caption h1 {
	color: #b59a5b;
	font-size: 34px;
	line-height: 44px;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 300;
}

.view-button {
	display: flex;
	line-height: 40px;
	gap: 25px;
	margin-top: 30px;
	color: #b9b9b9;
}

.slide33 {
	position: relative;
	z-index: 888;
}

/* SECTION */

.footer {
	padding: 30px 0;

}

/* TITLE */

.footer-title {

	font-size: 60px;
	line-height: 1.2;
	max-width: 900px;
	margin-bottom: 75px;
	color: #fff;
}

.gold {
	color: #c9a96a;
}

/* GRID */

.footer-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 80px;
	align-items: start;
}

/* COPYRIGHT */

.copyright {
	color: #9b9b9b;
	font-size: 14px;
	margin-top: 50px;
	margin-top: 209px;
}

/* BLOCK */

.block {
	display: flex;
	gap: 30px;
}

.vertical {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	letter-spacing: 3px;
	font-weight: 600;
	color: #b59a5b;
	font-size: 29px;
}

/* CONTACT */

.contact p {
	margin-bottom: 10px;
	color: #cfcfcf;
}

/* LINKS */

.links a {
	display: block;
	text-decoration: none;
	color: #cfcfcf;
	margin-bottom: 5px;
	transition: 0.3s;
	position: relative;
}

.links a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0%;
	height: 1px;
	background: #c9a96a;
	transition: .3s;
}

.links a:hover {
	color: #c9a96a;
}

.links a:hover::after {
	width: 100%;
}

/* SOCIAL */

.social {
	margin-top: 15px;
	font-size: 14px;
	color: #aaa;
}
.contact p a{ color: #cfcfcf; }


.social a {
	margin-left: 10px;
	cursor: pointer;
	color: #aaa;
}

.footmenu11 { padding:0; margin:0; }

/* RIGHT */

.right {
	display: flex;
	gap: 40px;
	align-items: flex-start;
}

/* TO TOP */

.right {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	position: relative;
}

.totop {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	letter-spacing: 3px;
	color: #bbb;
	cursor: pointer;
	position: relative;
	padding-left: 40px;
	margin-top: 152px;
}

/* vertical line */

.totop::before {
	content: "";
	position: absolute;
	left: 54px;
	top: 91px;
	width: 1px;
	height: 140px;
	background: #555;
}

.totop:hover {
	color: #c9a96a;
}

.second {
	padding-top: 68px;
}

/* RESPONSIVE */

@media(max-width:900px) {

	.footer-title {
		font-size: 28px;
		margin-bottom: 33px;
	}



	.copyright {
    color: #9b9b9b;
    font-size: 14px;
    margin-top: 50px;
    margin-top: 0;
}

.totop{ display:none; }
.footer {
    padding: 30px 0 0;
}

.second {
    padding-top: 10px;
}

	.footer-grid {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.right {
		flex-direction: column;
	}

	.totop {
		border: none;
		padding-left: 0;
	}

}

.section-top-home {
	display: flex;
	max-width: 1350px;
	margin: auto;
	padding: 60px 0 60px 0;
}

/* LEFT CONTENT */

.section-top-home .left {
	width: 35%;
	padding: 80px 60px;
	background: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.section-top-home .left small {
	letter-spacing: 3px;
	color: #b89a6a;
	margin-bottom: 20px;
}

.section-top-home .left h1 {
	font-size: 60px;
	line-height: 1.1;
	margin-bottom: 25px;
}

.section-top-home .left p {
	color: #666;
	line-height: 1.7;
	margin-bottom: 20px;
	max-width: 420px;
}

.section-top-home .readmore {
	margin-top: 20px;
	display: flex;
	align-items: center;
	gap: 15px;
	cursor: pointer;
	color: #777;
}

.section-top-home .circle {
	width: 40px;
	height: 40px;
	border: 1px solid #b89a6a;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* RIGHT GALLERY */

.section-top-home .gallery {
	width: 65%;
	display: flex;
	gap: 10px;
	padding: 20px;
	height: 897px;
}

.section-top-home .panel {
	flex: 1;
	background-size: cover;
	background-position: center;
	position: relative;
	cursor: pointer;
	transition: all .6s ease;
}

.section-top-home .panel.active {
	flex: 4;
}

/* vertical label */

.section-top-home .label {
	position: absolute;
	top: 30px;
	right: 30px;
	background: black;
	padding: 14px 10px;
}

.section-top-home .label span {
	color: white;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	letter-spacing: 2px;
	font-size: 20px;
}

/* responsive */

@media(max-width:900px) {

	.section-top-home .section {
		flex-direction: column;
	}

	.section-top-home .left {
		width: 100%;
	}

	.section-top-home .gallery {
		width: 100%;
		height: 400px;
	}

}


.how-we-do-section {
	background-color: #f5f5f5;
	padding: 79px 0 80px 0;
}

.how-box img {
    margin-bottom: 25px;
    height: 66px;
    object-fit: cover;
}
.how-box h4 {
	font-size: 27px;
	font-weight: 700;
}

.how-box p {
	color: #9a9a9a;
}

.why-choose {
	display: flex;
	background-color: #fff;
	padding: 80px 0 80px 0;
}

.parnner-main .slick-slide {
	margin: 0 10px;
	/* slide er dui pase 10px gap */
}

.parnner-main .slick-slide img {
	width: 100%;
}

.parnner-main .slick-list {
	margin: 0 -10px;
	/* outer side adjust korar jonno */
}

.testimonial-black {
	background-color: #141414;
	padding: 80px 0 80px 0;
}

.star-pan {
	display: flex;
	color: #97814e;
	justify-content: center;
	text-align: center;
	gap: 8px;
	margin-bottom: 50px;
}

.testimonial-slider h6 {
	color: #fff;
	font-size: 25px;
	line-height: 45px;
	font-weight: 600;
	margin-bottom: 30px;
}

.testimonial-slider h4 {
	color: #fff;
	font-size: 29px;
	font-weight: 600;
}

.testimonial-slider h5 {
	color: #fff;
	font-size: 18px;
}

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

.testimonial-black .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: #8d8d8d;
}

.testimonial-black .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #b59a5b;
}

/* section */
.rs_service_section {
	padding: 100px 0;
	text-align: center;
	color: #fff;
	overflow: hidden;
	background-color: #101010;
}

.rs_service_heading {
	font-size: 48px;
	margin-bottom: 60px;
	letter-spacing: 2px;
	color: #fff;
	text-align: left;
}

/* slider wrapper */
.rs_service_slider {
	width: 90%;
	margin: auto;
}

/* slide */
.rs_service_slide {
	padding: 0 20px;
}

.rs_service_image {
	width: 100%;
	height: 420px;
	object-fit: cover;

}

/* content */
.rs_service_content {
	margin-top: -80px;
	background: #0c0c0c66;
	display: inline-block;
	padding: 25px 40px;
	position: relative;
	z-index: 5;
	width: 60%;
}

.rs_service_title {
	font-size: 46px;
	margin: 0;
	font-weight: 700;
}

.rs_service_text {
	font-size: 14px;
	max-width: 500px;
	margin: 15px auto;
	line-height: 1.6;
	opacity: .8;
}

.rs_service_arrow {
	font-size: 24px;
	margin-top: 15px;
	display: inline-block;
}

/* center highlight */
.rs_service_slider .slick-slide {
	opacity: .4;
	transform: scale(.9);
	transition: .4s;
}

.rs_service_slider .slick-center {
	opacity: 1;
	transform: scale(1);
}

/* arrows */
.rs_service_slider .slick-prev {
	right: 60px !important;
	background-color: #000;
	top: -73px;
	left: inherit;
	background: url(../images/service-arrow-prev.png) no-repeat 0 0;
	width: 30px;
	height: 29px;
}

.rs_service_slider .slick-next {
	right: 20px;
	background-color: #000;
	top: -73px;
	background: url(../images/service-arrow-1.png) no-repeat 0 0;
	width: 30px;
	height: 29px;
}

.rs_service_slider .slick-prev:before,
.rs_service_slider .slick-next:before {
	font-size: 30px;
	color: #d6b36a;
}


/* section */
.project-section {
	padding: 100px 0;
	position: relative;
}

/* pattern */
.project-section .container {
	position: relative;
	padding-left: 20px;
}

.project-section .container::before {
	content: "";
	position: absolute;
	left: 0;
	top: 271px;
	width: 420px;
	height: 260px;
	background: url(../images/pattern-bg.png) no-repeat 0 0;


	opacity: .5;
	z-index: 0;
}

/* title */
.section-title {

	text-align: center;

}

/* tabs */
.nav-tabs {
	justify-content: center;
	border: none;
	margin-bottom: 60px;
}

.nav-tabs .nav-link {
	border: none;
	color: #333;
	font-weight: 500;
	margin: 0 0;
	border-bottom: 2px solid #d8d8d8;
}

.nav-tabs .nav-link.active {
	color: #c8a46b;
	border-bottom: 2px solid #c8a46b;
	background: none;
}

/* project */
.project-wrapper {
	position: relative;
	z-index: 2;
}

.project-wrapper img {
	width: 100%;
}

/* overlay card */
.project-card {
	position: absolute;
	right: 70px;
	top: 50%;
	transform: translateY(-50%);
	background: #0d0d0d;
	color: #fff;
	padding: 50px;
	width: 420px;
}

.project-card small {
	color: #c8a46b;
	letter-spacing: 2px;
}

.project-card h3 {
	font-size: 34px;
	margin: 10px 0 20px;
}

.project-card p {
	font-size: 14px;
	color: #bfbfbf;
	line-height: 1.8;
}

.read-btn {
	display: inline-flex;
	align-items: center;
	margin-top: 20px;
	text-decoration: none;
	color: white;
}

.circle {
	width: 32px;
	height: 32px;
	border: 1px solid #c8a46b;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	color: #c8a46b;
}

/* responsive */
@media(max-width:992px) {
	.section-title {
		font-size: 42px;
	}

	.project-card {
		width: 340px;
		right: 30px;
		padding: 30px;
	}
}

@media(max-width:768px) {
	.section-title {
		font-size: 30px;
	}

	.project-card {
		position: relative;
		top: auto;
		right: auto;
		transform: none;
		width: 100%;
		margin-top: -5px;
	}

	.nav-tabs {
		flex-wrap: wrap;
	}

	.nav-tabs .nav-link {
		margin: 5px;
		font-size: 14px;
	}

	.project-section::before {
		display: none;
	}
}


.testimonial-section {
	padding: 80px 0;
}

.testimonial-section .container {
	width: 85%;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px;
}

.testimonial-card {
	position: relative;
	margin: 25px 0;
}

.testimonial-card img {
	width: 100%;
	display: block;
}

.testimonial-content {
	background: #fff;
	padding: 25px;
	width: 80%;
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.testimonial-content p {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 15px;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: italic;
}

.testimonial-content h4 {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 5px;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: italic;

}

.testimonial-content span {
	font-size: 13px;
	color: #999;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: italic;

}


.contact-section {
	background: url(../images/contact_bg.jpg) 0 0 no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 90px 0 220px;
	background-size: cover;
}

.overlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-container {
	width: 95%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* FORM */

.contact-form {
	width: 40%;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form select,
.contact-form textarea {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	margin-bottom: 25px;
	padding: 10px;
	color: white;
	font-size: 16px;
}

.contact-form input::placeholder, .contact-form select,
.contact-form textarea::placeholder {
	color:#b0afaf;
}

.contact-form input[type="email"]::placeholder {
	color:#b0afaf;
}

.wpcf7-checkbox .wpcf7-list-item {
    display: inline-block;
    margin: 0 20px 6px 0;
	color:#fff;
}


.contact-form label{ color:#b0afaf;}

.contact-form select option
{
	width: 100%;
	background: #000;
	border: none;
	border-bottom: 1px solid #fff;
	margin-bottom: 25px;
	padding: 10px;
	color: white;
	font-size: 16px;
}

.contact-form textarea {
	height: 80px;
}

.contact-form button {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	padding: 12px 30px;
	cursor: pointer;
	transition: 0.3s;
}

.contact-form button:hover {
	background: white;
	color: black;
}

/* INFO CARD */

.info-card {
	width: 50%;
	background: #f4f4f4;
	padding: 40px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
	margin: 0 0 0 0;
}

.info-card h2 {
	margin-bottom: 15px;
}

.info-card p {
	color: #666;
	margin-bottom: 15px;
}

.info-card p a {
	color: #666;

}


.info p {
	margin-top: 10px;
	display: flex;
	gap: 10px;
}

.info i {
	padding-top: 5px;
}

.abt-sec-wrapper {
    background: #f5f5f5;
    padding: 30px 0;
}

.abt-sec-subtitle {
	color: #c9b37e;
	letter-spacing: 2px;
	font-size: 14px;
	margin-bottom: 10px;
}

.abt-sec-title {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 30px;
}

.abt-sec-tabs {
	display: flex;
	gap: 30px;
	margin-bottom: 10px;
}

.abt-sec-tab {
	cursor: pointer;
	font-weight: 500;
	color: #555;
	position: relative;
}

.abt-sec-tab.active {
	color: #000;
}

.abt-sec-tab.active::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 100%;
	height: 2px;
	background: #c9b37e;
}

.abt-sec-divider {
	height: 1px;
	background: #ddd;
	margin-bottom: 20px;
}

.abt-sec-content {
	display: none;
	color: #666;
	line-height: 1.8;
	font-size: 15px;
}

.abt-sec-content.active {
	display: block;
}

.abt-sec-readmore {
	margin-top: 20px;
	color: #999;
	font-size: 14px;
	display: flex;
	align-items: center;
}

.abt-sec-circle {
	width: 35px;
	height: 35px;
	border: 1px solid #c9b37e;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 12px;
	color: #c9b37e;
}

.abt-sec-img {
	width: 100%;
	border-radius: 4px;
}

@media (max-width: 991px) {
	.abt-sec-title {
		font-size: 34px;
	}

	.abt-sec-tabs {
		flex-wrap: wrap;
		gap: 15px;
	}
}


/* ===== SECTION ===== */
.team-sec-wrapper {
	background: #0b0b0b;
	padding: 100px 0 0;
	color: #fff;
	overflow: hidden;
}

/* TITLE */
.team-sec-title {
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 60px;
	color: #fff;
}

/* SLIDER FIX */
.team-sec-slider .slick-slide {
	padding: 0 12px;
}

.team-sec-slider .slick-list {
	margin: 0 -12px;
}

/* ITEM */
.team-sec-item {
	position: relative;
}

/* IMAGE */
.team-sec-img {
	width: 100%;
	height: 520px;
	object-fit: cover;
}

/* 🔥 OVERLAP CARD */
.team-sec-card {
	position: relative;
	left: 40px;
	bottom: 89px;
	background: #eee;
	color: #000;
	padding: 30px 25px;
	width: 270px;
	z-index: 58;
}

/* TEXT */
.team-sec-stars {
	font-size: 14px;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

.team-sec-name {
	font-size: 20px;
	letter-spacing: 2px;
	margin: 5px 0;
}

.team-sec-role {
	font-size: 14px;
	color: #777;
}

/* SLIDER BOTTOM SPACE */
.team-sec-slider {
	margin-bottom: 100px;
}

/* ARROWS */
.team-sec-arrows {
	position: absolute;
	right: 40px;
	top: 0;
	display: flex;
}

.team-sec-arrow {
	width: 45px;
	height: 45px;
	border: none;
	margin-left: 5px;
	cursor: pointer;
}

.team-sec-prev {
	background: #777;
}

.team-sec-next {
	background: #c9b37e;
}

/* RESPONSIVE */
@media (max-width: 991px) {
	.team-sec-title {
		font-size: 30px;
	}

	.interior-img img {
    width: 100%;
    height: auto;
}

.interior-section {
    padding: 52px 0;
}

	.team-sec-img {
		height: 420px;
	}

	.team-sec-card {
		left: 20px;
		width: 240px;
	}
}

@media (max-width: 576px) {

	.team-sec-img {
		height: 300px;
	}

	.team-sec-card {
		position: relative;
		bottom: 0;
		left: 0;
		width: 100%;
		margin-top: 15px;
	}
}

.locations-panel {
	padding: 90px 0 90px 0;
}

.map-wrapper {
	position: relative;
}

.map-wrapper iframe {
	width: 100%;
	height: 420px;
	border: 0;
	display: block;
}

.map-card {
	max-width: 520px;
	background: #fff;
	padding: 40px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
	border-radius: 6px;
	margin-top: -120px;
	margin-left: auto;
	position: relative;
	margin-right: 41px;
}

.map-card h2 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
}

.map-card p {
	color: #666;
	font-size: 15px;
	line-height: 1.7;
}

/* Responsive */
@media (max-width: 768px) {
	.map-wrapper iframe {
		height: 300px;
	}

	.map-card {
		margin-top: -80px;
		padding: 25px;
	}
}

@media (max-width: 576px) {
	.map-card {
		margin-top: -60px;
	}
}


/* ===== SECTION ===== */
.faq-sec-wrapper {
	background: #f2f2f2;
	padding: 100px 0;
	font-family: 'Segoe UI', sans-serif;
}

/* LEFT */
.faq-sec-left {
	display: flex;
	align-items: center;
	gap: 20px;
	overflow: visible;
}

/* VERTICAL TEXT */
.faq-sec-vertical {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-size: 14px;
	letter-spacing: 4px;
	color: #999;
}

/* TABS */
.faq-sec-tabs {
	display: flex;
	flex-direction: column;
	gap: 50px;
	overflow: visible;
	margin-left: 79px;
}

/* TAB ITEM */
.faq-sec-tab {
	font-size: 68px;
	line-height: 68px;
	font-weight: 600;
	cursor: pointer;
	color: #000;
	opacity: 0.3;
	position: relative;
	transition: 0.3s;
}

.faq-sec-tab.active {
	opacity: 1;
}

/* 🔥 LINE (VISIBLE FIXED) */
.faq-sec-tab::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 110px;
	transform: translateY(-50%) scaleX(0);
	transform-origin: left;
	width: 250px;
	/* 👈 বড় width */
	height: 2px;
	/* 👈 মোটা */
	background: #000;
	/* 👈 clearly visible */
	transition: transform 0.4s ease;
}

/* ACTIVE LINE */
.faq-sec-tab.active::after {
	transform: translateY(-50%) scaleX(1);
}

/* RIGHT SIDE */
.faq-sec-content-wrap {
	position: relative;
}

/* IMAGE */
.faq-sec-img {
	width: 100%;
	height: 520px;
	object-fit: cover;
}

/* OVERLAY */
.faq-sec-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.65);
}

/* CONTENT */
.faq-sec-content {
	position: absolute;
	top: 50%;
	left: 60px;
	transform: translateY(-50%);
	color: #fff;
	max-width: 84%;
	opacity: 0;
	transition: 0.4s;
}

.faq-sec-content.active {
	opacity: 1;
}

/* TEXT */
.faq-sec-title {
	font-size: 32px;
	margin-bottom: 20px;
}

.faq-sec-text {
	font-size: 14px;
	line-height: 1.8;
	color: #ddd;
}

/* RESPONSIVE */
@media (max-width: 991px) {

	.faq-sec-left {
		justify-content: flex-start;
		margin-bottom: 40px;
	}

	.faq-sec-tab {
		font-size: 40px;
	}

	.faq-sec-tab::after {
		left: 80px;
		width: 150px;
	}

	.faq-sec-img {
		height: 420px;
	}
}

@media (max-width: 576px) {

	.faq-sec-left {
		flex-direction: column;
		align-items: flex-start;
	}

	.faq-sec-vertical {
		writing-mode: initial;
		transform: none;
	}

	.faq-sec-tabs {
		flex-direction: row;
		gap: 15px;
	}

	.faq-sec-tab {
		font-size: 28px;
	}

	.faq-sec-tab::after {
		display: none;
	}

	.faq-sec-img {
		height: 300px;
	}

	.faq-sec-content {
		position: relative;
		transform: none;
		opacity: 1 !important;
		left: 0;
		padding: 20px;
	}

	.faq-sec-overlay {
		display: none;
	}
}

.navigation1 li {
	position: relative;
}

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

.navigation1 li>ul.sub-menu {
	display: none;
	width: 260px;
	position: absolute;
	background-color: #b59a5b;
	padding: 15px;
	margin: 0 !important;
}

.navigation1 li>ul.sub-menu a {
	color: #fff;
}

.navigation1 li>ul.sub-menu a:hover {
	color: #fff;
	transform: translateY(-0px);
	transform: translateX(5px);
}


/* SECTION */
.blog-sec {

	padding: 80px 0;
}

/* CARD */
.blog-card {
	position: relative;
	margin-bottom: 80px;
}

/* IMAGE */
.blog-img {
	width: 100%;
	height: 590px;
	object-fit: cover;
}

/* CONTENT BOX */
.blog-content {
	position: absolute;
	left: 40px;
	bottom: -60px;
	background: #fff;
	padding: 30px;
	width: 80%;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* TITLE */
.blog-title {
	font-size: 28px;
	line-height: 36px;
	font-weight: 500;
	margin-bottom: 15px;
}

.blog-title a {
	color: #000;
}

/* TEXT */
.blog-text {
	font-size: 14px;
	color: #666;
	line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 991px) {

	.blog-img {
		height: 260px;
	}

	.blog-content {
		left: 20px;
		width: 85%;
		padding: 20px;
	}
}

@media (max-width: 576px) {

	.blog-content {
		position: relative;
		left: 0;
		bottom: 0;
		width: 100%;
		margin-top: 15px;
	}

	.blog-card {
		margin-bottom: 40px;
	}
}

.interior-section {
	padding: 80px 0;
}

.interior-img img {
	width: 100%;
}

.interior-title {
	font-size: 42px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #111;
	line-height: 1.2;
	text-align: right;
}


@media (max-width: 768px) {
	.interior-title {
		font-size: 28px;
		text-align: center;
	}


}


.gallery-main {
	background-color: #f5f5f5;
	padding: 10px 0 63px 0;
}

.services-bottom-sec {
	margin-bottom: 0;
	margin-top: 0;
	background-color: #f5f5f5;
	padding: 0 0 70px 0;
}

.product-sec {}

.gallery {
	margin: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.gallery-item {
	overflow: hidden;
	border-radius: 14px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	position: relative;
	height: 626px;
}

.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: 0.4s ease;
}

.gallery-item:hover img {
	transform: scale(1.1);
}

/* TOP ROW (2 items) */
.gallery a:first-child {
	grid-column: span 2;
	height: 626px;
}

.gallery a:nth-child(2) {
	grid-column: span 1;
	height: 626px;
}

/* BOTTOM ROW (3 items) */
.gallery a:nth-child(3),
.gallery a:nth-child(4),
.gallery a:nth-child(5) {
	height: 626px;
}

@media(max-width: 768px) {
	.gallery {
		grid-template-columns: 1fr;
	}

	.item-1,
	.item-2 {
		grid-column: span 1;
		height: 250px;
	}
}


.cabinet-page {}

.cabinet-title h2 {
	font-weight: 700;
	font-size: 70px;
	line-height: 1.1;
	text-align: right;
	margin-right: 34px;
}

.cabinet-title span {
	font-weight: 300;
}

.cabinet-top-img {
	height: 707px;
	object-fit: cover;
	width: 100%;
}

.cabinet-card {
	border: none;
	background: transparent;
}

.cabinet-card img {
	width: 100%;
	height: 627px;
	object-fit: cover;
}

.cabinet-card h6 {
	font-weight: 600;
	font-size: 23px;
}

.product-bottom {
	background-color: #f5f5f5;
	padding: 4px 0 70px 0;
}

.product-sec-page {
	padding-bottom: 0;
}

.read-btn img {
	width: auto;
}

.read-btn {
	display: inline-flex;
	align-items: center;
	margin-top: 20px;
	text-decoration: none;
	color: white;
	gap: 20px;
}

.rs_service_arrow a{ color:#fff; }
.rs_service_arrow a:hover{ text-decoration:none; }
.section-top-home .readmore a{ display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    color: #777;}

.view-button:hover{ text-decoration:none; color:#b59a5b;}
.section-top-home .readmore a:hover{  text-decoration:none; color:#b59a5b;}

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


.productInnr-gallery{padding-bottom: 70px;}
.productInnrGalCol{margin-bottom: 25px;}
.productInnrGal img{width: 100%; height: 290px; object-fit: cover;}

