@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
*{
	font-family: "Poppins", sans-serif
}

section{
	width: 100%;
	float: left;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.logo-bar .navbar-brand img {
	width: auto;
	height: 48px;
}
.loader {
	border: 15px solid #a7acb0;
	border-radius: 50%;
	border-top: 16px solid #004aad;
	width: 30px;
	height: 30px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	position: relative;
	top: 12px;
	left: 10px;
	display: none;
}
.sec-2 textarea {
	width: 100%;
	height: 52px;
	background: #000;
	border-radius: 4px;
	border-width: 2px;
	padding: 13px 0 0 4px;
	color: #fff;
}
.sec-2 textarea::placeholder {
	color: #6c757d;
	opacity: 1;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.logo-bar .navbar-light .navbar-toggler {
	color: rgba(0,0,0,.5);
	border-color: rgba(0,0,0,.1);
	background: #fff;
}
.sec-3.sec-5.sec-7 ul li span {
	flex: 0 0 33.3%;
	max-width: 33%;
}
.sec-3.sec-5.sec-7 ul li .fully-width {
	flex: 0 0 100%;
	max-width: 100%;
}
.logo-bar {
	padding: 16px 80px;
	background: #000;
}
.logo-bar .navbar-expand-lg .navbar-nav .nav-link {
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	padding: 14px 16px;
}
.error {
	color: red;
	text-align: left;
	display: block;
}
.head-btn {
	color: #fff;
	padding: 16px 24px !important;
	background: linear-gradient(to right, #fff 50%, #4457FF00 50%);
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: 200% 100%;
	background-position: right bottom;
	transition: .5s ease-out;
	border-radius: 4px;
	/* font-family: THICCCBOI; */
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
	text-align: center;
	border: 1px solid #fff;
}
.head-btn:hover{
	background-position: left bottom;
	color: #000000 !important;
}
.head-btn-1 {
	color: #fff;
	padding: 16px 24px !important;
	background: linear-gradient(to right, #fff 50%, #004AAD 50%);
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: 200% 100%;
	background-position: right bottom;
	transition: .5s ease-out;
	border-radius: 4px;
	/* font-family: THICCCBOI; */
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
	text-align: center;
	border: 1px solid #004AAD;
}
.head-btn-1:hover{
	background-position: left bottom;
	color: #000000 !important;
	border: 1px solid #ffffff;
}
.two-btn {
	display: flex;
	gap: 20px;
	margin: 0;
}
.sub-heading {
	font-family: Poppins;
	font-size: 20px;
	font-weight: 400;
	line-height: 150%;
	text-align: left;
	color: #ffffff;
	margin: 24px 0;
}
.heading{
	font-family: Playfair Display;
	font-size: 40px;
	font-weight: 700;
	line-height: 100%;
	text-align: left;
	color: #fff;
}
.ban-head {
	font-family: Playfair Display;
	font-size: 64px;
	font-weight: 900;
	line-height: 125%;
	text-align: left;
	color: #fff;
}
.banner {
	padding: 170px 0;
	background-image: url('../images/bann.jpg');
	background-size: cover;
	background-position: top center;
}
.banner-content {
	padding: 75px 80px;
	background: #000000CC;
	border-radius: 0 20px 20px 0;
}
.banner-content .para {
	font-family: Poppins;
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
	text-align: left;
	color: #fff;
	padding: 20px 0 64px 0;
}
.padd-left {
	padding-left: 0px;
}
.padd-right {
	padding-right: 0px;
}
.padd-left-ex {
	padding-left: 80px;
}
.padd-right-ex {
	padding-right: 80px;
}
.inner-form {
	background: #000;
	padding: 40px;
	border-radius: 20px;
}
.inner-form .sub-heading {
	text-align: center;
	margin-bottom: 24px;
}
.sec-2 {
	padding: 80px 0;
	background: #1E1E1E;
}
.sec-2 .form-control {
	border: 1px solid #FFFFFF;
	padding: 10px 12px;
	height: 52px;
	background: #000;
	color: #fff;
}
.sec-2 button {
	width: 100%;
	height: 52px;
}
.sec-3 {
	background: #1e1e1e;
	padding: 0 0 80px 0;
	overflow: hidden;
}
.client-img-1 {
	border-radius: 0 20px 20px 0px;
	overflow: hidden;
}
.list-style {
	padding: 0;
	list-style-type: none;
	color: #fff;
	margin: 0 0 60px 0;
}
.row-dtr {
	align-items: center;
}
.owl-prev {
	background: #fff !important;
	width: 50px;
	height: 50px;
	border-radius: 0 !important;
	background-image: url('../images/arrow.png') !important;
	background-size: auto !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	transform: rotate(180deg);
	margin: 0 !important;
}
.owl-next {
	background: #fff !important;
	width: 50px;
	height: 50px;
	border-radius: 0 !important;
	background-image: url('../images/arrow.png') !important;
	background-size: auto !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	transform: rotate(0deg);
	margin: 0 !important;
}
.owl-prev span,.owl-next span{
	display: none;
}
.owl-nav {
	display: flex;
	justify-content: space-between;
	position: relative;
	bottom: 51%;
}
.owl-nav {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 45%;
	width: 100%;
}
.sec-4 .hmclient_testimain .client-img img {
	width: auto;
	height: 40px;
}
.sec-4 .client-img {
	padding: 30px;
	background: #1E1E1E;
	border-radius: 12px;
}
.sec-4 {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 80px 0;
}
.sec-4 .client-img p {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 500;
	line-height: 22.5px;
	text-align: center;
	color: #fff;
	min-height: 45px;
	margin: 0;
}
.sec-4 .hmclient_testimain .client-img span {
	background: #fff !important;
	border-radius: 8px;
	width: 72px;
	height: 72px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sec-4 .heading{
	text-align: center;
	margin-bottom: 20px;
}
.sec-4 .hmclients_word {
	margin-top: 40px;
}
.sec-3.sec-5 {
	padding: 80px 0;
}
.sec-3.sec-5 .client-img-1 {
	border-radius: 20px 0 0 20px;
	overflow: hidden;
}
.sec-4.sec-6 .block {
	margin-top: 40px;
	display: flex;
	gap: 26px 64px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.sec-4.sec-6 .block .block-1 {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: center;
}
.sec-4.sec-6 .block .block-1 p{
	margin: 0;
}
.sec-3.sec-5.sec-7{
	padding: 80px;
}
.hmclients_word-img img {
	width: 100%;
}
.sec-3.sec-5.sec-7 ul li {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 15px 0;
	border-bottom: 1px solid #5e5b5c;
}
.sec-3.sec-5.sec-7 ul li.bord{
	border: 0px;
}
.sec-8 .card-header .card-link::before {
	content: '+';
	position: absolute;
	right: 16px;
	font-size: 30px;
	top: 22px;
	font-weight: 500;
	color: #fff;
	transform: rotate(45deg);
}
.sec-8 .card-header a {
	color: #fff;
	display: block;
	padding: 20px 24px;
	background: #1E1E1E;
	font-family: Poppins;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
}
.banner.thanku-ban .banner-content {
	border-radius: 20px;
}
.banner.thanku-ban {
	padding: 50px 0;
}
.banner.thanku-ban .ban-head {
	text-align: center;
}
.banner.thanku-ban .two-btn {
	justify-content: center;
}
.banner.thanku-ban .banner-content .para {
	text-align: center;
}
.sec-8 .card-header {
	position: relative;
	padding: 0;
	border: 0;
}
.sec-8 .card:first-child {
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}
.sec-8 .card:last-child {
	border-radius: 0 0 20px 20px;
	overflow: hidden;
}
.sec-8 .card {
	margin: 10px 0;
	border: 0;
	background: #1e1e1e;
}
.sec-8 #accordion {
	margin: 40px 0 0;
}
.sec-8 .card .card-body {
	color: #FFF;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	text-align: left;
}
.sec-8 .card-header .card-link.collapsed::before {
	content: '+';
	position: absolute;
	right: 16px;
	font-size: 30px;
	top: 22px;
	font-weight: 500;
	color: #fff;
	transform: rotate(0deg);
}
.banner-form.banner-form-1 h4 {
	color: #F5F6F8;
	margin-bottom: 40px;
	font-family: Poppins;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
}
.banner-form.banner-form-1 .form_wrap input::placeholder {
	color: #F5F6F8 !important;
	font-size: 16px;
	opacity: 1;
	font-weight: 300;
}
.banner-form.banner-form-1 .form_wrap input {
	width: 100%;
	margin: 10px 0;
	border-radius: 4px;
	border: 1px solid #FFFFFF;
	padding: 16px 12px;
	height: 52px;
	background: transparent;
	color: #fff;
}
.banner-form.banner-form-1 .form_wrap select {
    width: 100%;
    margin: 10px 0 20px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    height: 52px;
    background: transparent;
    color: #fff;
    display: block;
}
.banner-form.banner-form-1 .form_wrap select option {
    background: #1e1e1e;
}
.banner-form.banner-form-1 .form_wrap textarea {
	width: 100%;
	height: 100px;
	margin: 0px 0;
	padding: 16px 12px;
	background: transparent;
	border-radius: 4px;
	color: #fff;
}
.banner-form.banner-form-1 .form_wrap textarea::placeholder{
	color: #F5F6F8 !important;
	font-size: 16px;
	opacity: 1;
	font-weight: 300;
}
.banner-form.banner-form-1 {
	padding: 50px;
	border-radius: 20px 20px 0px 0px;
	text-align: center;
	background: #00000066;
}
.banner-form.banner-form-1 .sub-btn {
	margin-top: 10px;
	background: #004AAD;
	color: #fff;
	border: 0;
	padding: 10px 20px;
	border-radius: 4px;
	width: 100%;
	height: 52px;
}
.sec-9 {
	background-image: url(../images/faq-bg.jpg);
	background-size: cover;
	padding: 100px 0 0;
	background-position: center;
}
.footer {
	background-image: url(../images/foot-bg.jpg);
	background-size: cover;
	padding: 50px 0 0;
	background-position: center;
}
.foot-1 {
	text-align: center;
}
.foot-1 .sub-heading {
	font-family: Poppins;
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
}
.lat-foot p {
	margin: 24px 0;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	text-align: center;
	color: #F5F6F8;
}
.foot-1.social {
	margin-bottom: 24px;
}
.lat-foot {
	border-top: 1px solid #343434;
}
.flot-btn img {
	width: 48px;
	height: auto;
}
.flot-btn {
	position: fixed;
	bottom: 70px;
	right: 10px;
	z-index: 9999;
}
.flot-btn-1 img {
	width: 48px;
	height: auto;
}
.flot-btn-1 {
	position: fixed;
	bottom: 130px;
	right: 10px;
	z-index: 9999;
}
.flot-btn-2 a {
	background: #004aad;
	color: #fff;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 500;
	border-radius: 4px 4px 0 0;
	line-height: 0;
}
.flot-btn-2 {
	position: fixed;
	bottom: 50%;
	left: -54px;
	z-index: 9999;
	transform: rotate(90deg);
}
.sec-8 .card .card-body ol {
	padding: 0 0 0 15px;
}
.sec-8 .card .card-body ol li {
	margin: 10px 0 0;
}
.sec-4.sec-6 .block .block-1 span img {
	width: 24px;
	height: auto;
}
.sec-3.sec-5.sec-7 .hmclients_word-img {
	border-radius: 12px !important;
	overflow: hidden;
	width: 100%;
}
.modal-body .banner-form.banner-form-1 {
	padding: 50px;
	border-radius: 20px;
	text-align: center;
	background: #000;
}
#scroll {
	position: fixed;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-color: #007bff;
	text-indent: -9999px;
	display: none;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	z-index: 999;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}


@media (min-width: 1366px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	  max-width: 1280px;
	}
}



@media (max-width: 1600px) {
	.ban-head {
		font-size: 58px;
	}
	.sec-4 .client-img p {
    	min-height: 68px;
    }
	.banner-content .para {
		font-size: 22px;
		line-height: 32px;
		padding: 20px 0 40px 0;
	}
	.heading {
		font-size: 36px;
	}
	.sub-heading {
		font-size: 20px;
	}
	.banner {
		padding: 150px 0;
	}
	.list-style {
		margin: 0 0 50px 0;
	}
}


@media (max-width: 1455px) {
	.ban-head {
		font-size: 52px;
	}
	.banner-content .para {
		font-size: 20px;
		line-height: 32px;
		padding: 20px 0 32px 0;
	}
	.heading {
		font-size: 32px;
	}
	.sub-heading {
		font-size: 20px;
	}
	.banner {
		padding: 130px 0;
	}
	.banner-content {
		padding: 45px 40px;
	}
	.list-style {
		margin: 0 0 40px 0;
	}
}


@media (max-width: 1366px) {
	.ban-head {
		font-size: 44px;
	}
	.banner-content .para {
		font-size: 18px;
		line-height: 24px;
	}
	.heading {
		font-size: 28px;
	}
	.sub-heading {
		font-size: 18px;
	}
	.banner {
		padding: 110px 0;
	}
	.banner-content {
		padding: 40px 40px;
	}
	.list-style {
		margin: 0 0 30px 0;
	}
}


@media (max-width: 1320px) {
	.head-btn {
		padding: 12px 11px !important;
	}
	.head-btn-1 {
		padding: 12px 11px !important;
	}
	.banner-content .para {
		font-size: 18px;
		line-height: 24px;
		padding: 20px 0 24px;
	}
}


@media (max-width: 1299px) {
	.ban-head {
		font-size: 40px;
	}
	.banner-content .para {
		font-size: 18px;
		line-height: 24px;
	}
	.heading {
		font-size: 24px;
	}
	.sub-heading {
		font-size: 18px;
	}
	.banner {
		padding: 90px 0;
	}
	.banner-content {
		padding: 30px 30px;
	}
	.list-style {
		margin: 0 0 24px 0;
	}
	.logo-bar {
		padding: 10px 40px;
	}
	.padd-right-ex {
		padding-right: 40px;
	}
	.padd-left-ex {
		padding-left: 40px;
	}
	.sec-4 .client-img p {
		font-size: 16px;
		font-weight: 400;
		line-height: 20.5px;
	}
	.sec-3.sec-5.sec-7 {
		padding: 80px 40px;
	}
	.logo-bar .navbar-brand img {
		width: auto;
		height: 36px;
	}
	.logo-bar .navbar-expand-lg .navbar-nav .nav-link {
		font-size: 16px;
	}
	.head-btn {
		font-size: 16px;
		font-weight: 400;
	}
	.head-btn-1 {
		font-size: 16px;
		font-weight: 400;
	}
}


@media (max-width: 1199px) {
	.sec-8 .card-header a {
		font-size: 18px;
		line-height: 24px;
	}
	.sec-8 .card .card-body {
		font-weight: 400;
	}
	.banner-form.banner-form-1 h4 {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 24px;
	}
	.foot-1 img {
		width: auto;
		height: 36px;
	}
	.foot-1.social img {
		width: auto;
		height: 20px;
	}
	.lat-foot p {
		margin: 12px 0;
		font-size: 16px;
		line-height: 20px;
	}
	.foot-1 .sub-heading {
		font-size: 18px;
		line-height: 20px;
	}
	.ban-head {
		font-size: 36px;
	}
}


@media (max-width: 991px) {
	.ban-head {
		font-size: 32px;
	}
	section.logo-bar a.head-btn {
    display: none;
}
}


@media (max-width: 991px) {
	.sec-2 {
		padding: 40px 0;
	}
	.sec-3 {
		padding: 0 0 40px 0;
	}
	.sec-4 {
		padding: 40px 0;
	}
	.sec-3.sec-5 {
		padding: 40px 0;
	}
	.sec-3.sec-5.sec-7 {
		padding: 40px 20px;
	}
	.sec-9 {
		padding: 50px 0 0;
	}
	.padd-right-ex {
		padding-right: 20px;
	}
	.padd-left {
		padding-left: 20px;
	}
	.client-img-1 {
		border-radius: 20px;
		overflow: hidden;
	}
	.row-dtr {
		align-items: center;
		gap: 30px;
	}
	.padd-left-ex {
		padding-left: 20px;
	}
	.padd-rigth-ex {
		padding-right: 20px;
	}
	.padd-right {
		padding-right: 20px;
	}
	.sec-3.sec-5 .client-img-1 {
		border-radius: 20px;
		overflow: hidden;
	}
	.sec-3.sec-5.sec-7 .hmclients_word-img {
		width: 50%;
		margin: auto;
	}
	.sec-9 .row-dtr {
		align-items: center;
		gap: 30px;
		flex-direction: column-reverse;
	}
	.sec-9 .heading {
		text-align: center;
	}
	.sec-9 .sub-heading {
		text-align: center;
	}
	#why-us .row.row-dtr {
    	flex-direction: column-reverse;
    }
}


@media (max-width: 767px) {
	.banner-content .para {
		font-weight: 400;
	}
	.sub-heading {
		font-weight: 400;
		line-height: 150%;
	}
	.heading {
		line-height: 150%;
	}
	.foot-1 .sub-heading {
		line-height: 150%;
	}
	.banner-content {
		border-radius: 20px;
	}
	.owl-prev {
		width: 40px;
		height: 40px;
	}
	.owl-next {
		width: 40px;
		height: 40px;
	}
}


@media (max-width: 576px){
	.two-btn {
		flex-direction: column;
	}
	.sec-3.sec-5.sec-7 ul li span {
    	flex: 0 0 33.3%;
    	max-width: 30%;
    	font-size: 14px;
    }
    .error {
    	font-size: 14px;
    }
	.sec-3.sec-5.sec-7 .hmclients_word-img {
		width: 100%;
		margin: auto;
	}
	.sec-4.sec-6 .block .block-1 {
    	flex: 0 0 40%;
    	justify-content: flex-start;
    }
    .sec-4.sec-6 .block .block-1 span img {
    	width: 20px;
    	height: auto;
    }
    .sec-4.sec-6 .block .block-1 p {
    	margin: 0;
    	font-size: 14px;
    	text-align: left;
    }
    .banner-form.banner-form-1 {
    	padding: 30px 20px;
    }
    .modal-body .banner-form.banner-form-1 {
    	padding: 30px 20px;
    }
    .inner-form {
    	padding: 20px;
    }
    .banner-form.banner-form-1 .sub-btn {
    	padding: 10px 10px;
    }
    .logo-bar {
    	padding: 10px 0px;
    }
    .banner {
    	padding: 50px 0;
    	background-position: right;
    }
}