@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&amp;display=swap');

body {
	font-family: "Outfit", sans-serif;
}

ul, li {
	list-style: outside none none;
}
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

p, ul li {
	font-family: "Outfit", sans-serif;
	line-height: 1.5;
}

header{
	background:url('../jpg/banner-4.jpg') no-repeat center top #1d1c70;
	background-size: cover;
}

div.content-sec-one{
	padding:55px 0;
	background:#f5fafd url('../jpg/content-bg-5.jpg') no-repeat right center;]
}

div.content-sec-one p{
	margin:0 0 20px;
	padding:0;
	color:#323c55;
	font-size:16px;
	font-family: "Outfit", sans-serif;
}

div.content-sec-one p a,
.whatweoffer-inn p a{
	color:#19a5a0;
	font-family: "Outfit", sans-serif;
}
.whatweoffer-list p,
.whatweoffer-list .list-txt p,
.whatweoffer-list .list-txt p a {
	font-family: "Outfit", sans-serif;
	line-height: 1.5;
	color: #4f5972;
}

.whatweoffer-list .list-txt ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "Outfit", sans-serif;
}

.whatweoffer-list .list-txt ul li {
	list-style: none;
	background: url(../png/list-icon-4.png) left 8px no-repeat;
	margin: 0;
	color: #4f5972;
	padding: 2px 0 2px 30px;
	font-family: "Outfit", sans-serif;
	font-size: 16px;
	line-height: 1.5;
}



/*-- FAQ Section --*/
.faq-sec{
	position: relative;
	top: -90px;
	width: 100%;
	background: #F5FAFD;
	margin: 0;
	padding: 60px 0;
	float: left;
}
.faq-sec h2 {
	margin: 0 0 30px;
	padding: 0 0 20px;
	color: #1d243c;
	font-size: 45px;
	font-family: "Outfit", sans-serif;
	font-weight: 700;
	position: relative;
}
.faq-sec h2::after {
	width: 100px;
	height: 4px;
	background: #27c8c3;
	content: "";
	display: block;
	margin: 14px auto 0;
}
.faq-sec .accordion-item {
	background-color: inherit;
	border: none;
	border-bottom: solid 1px #c9d6e1;
}
.faq-sec .accordion-button {
	background-color: inherit;
	color: #4f5972;
	font-size: 20px;
	font-family: "Outfit", sans-serif;
	font-weight: 500;
}
.faq-sec .accordion-item h3 {
	font-family: "Outfit", sans-serif;
	font-weight: 500;
}
.faq-sec .accordion-button:focus {
	outline: 0;
	box-shadow: inherit;
}
.faq-sec .accordion-button:not(.collapsed) {
	background: #ffffff;
	box-shadow: inherit;
	color: #1d243c;
}
.faq-sec .accordion-button:hover{
	color: #1d243c;
}
.faq-sec .accordion-body {
	background: #fff;
	padding: 0 40px 30px;
	font-family: "Outfit", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #4f5972;
}
.faq-sec .accordion-body p {
	font-family: "Outfit", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #2c2c2c;
}
.faq-sec .accordion-body p:last-child {
	margin-bottom: 0px;
}
.faq-sec .accordion-button::after {
	flex-shrink: 0;
	width: 14px;
	height: 14px;
	margin-left: auto;
	content: "";
	background-image: url("../png/plus-8.png");
	background-repeat: no-repeat;
	background-size: 14px;
	transition: transform .2s ease-in-out;
}
.accordion-button:not(.collapsed)::after{
	background-image: url("../png/minus-8.png");
}

.faq-sec .accordion-item:last-of-type .accordion-button.collapsed{
	border-radius: 0;
}


footer {
	clear: both;
}



/* Form Success msg */
/*.msg.success-msg {
  color:#333;
  margin:24px 0 5px 0;
  padding:5px;
  text-align:center;
  border:2px solid #42a263;
  font-size:20px;
  font-weight:600;
}
.msg.success-msg p {
  margin:0;
}
.msg.error-msg {
  color:#333;
  margin:5px 0;
  padding:5px;
  text-align:center;
  border:2px solid red;
  font-size:20px;
  font-weight:600;
}
.msg.error-msg p {
  margin:0;
}*/


/*
================================================
	Form Success MSG - CSS
================================================
*/
.form-div .msg.success-msg {
	margin:0px 0 5px 0;
}

.msg.success-msg {
	color:#333;
	margin:24px 0 5px 0;
	padding:5px;
	text-align:center;
	border:2px solid #42a263;
	font-size:20px;
	font-weight:600;
}
.msg.success-msg p {
	margin:0;
}
.msg.error-msg {
	color:#333;
	margin:5px 0;
	padding:5px;
	text-align:center;
	border:2px solid red;
	font-size:20px;
	font-weight:600;
}
.msg.error-msg p {
	margin:0;
}


/*
================================================
About Secion CSS
================================================
*/
.about-sec, .outsource-sec, .why-choose-sec {
	background: #f3f7f9;
}
.about-sec, .better-sec, .outsource-sec, .expect-sec, .why-choose-sec {
	padding: 90px 0 !important;
}
.about-sec .cotent-left .icon {
	padding: 0 0 30px;
}
.about-sec .cotent-left h2, .better-sec .cotent-left h2, .outsource-sec .cotent-left h2,  .expect-sec .cotent-left h2, .why-choose-sec .cotent-left h2 {
	color:#1d243c;
	font-family: "Outfit", sans-serif;
	font-size: 38px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 25px;
}

.about-sec h2::after, .better-sec h2::after, .outsource-sec h2::after, .expect-sec h2::after, .why-choose-sec h2::after {
	width: 100px;
    height: 4px;
    background: #27c8c3;
    content: '';
    display: block;
    margin: 14px 0 0;
}
.about-sec .cotent-left h2 span.num {
	font-family: "Outfit", sans-serif;
}
.about-sec .cotent-left p, .better-sec .cotent-left p, .outsource-sec .cotent-left p, .expect-sec .cotent-left p, .why-choose-sec .cotent-left p {
	color: #4f5972;
	font-family: "Outfit", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
}
/*.about-sec .cotent-img.space, .better-sec .cotent-img.space, .outsource-sec .cotent-img.space, .expect-sec .cotent-img.space, .why-choose-sec .cotent-img.space {
	padding: 150px 0 0;
	float: right;
}*/
.better-sec .cotent-img img, .outsource-sec .cotent-img img, .expect-sec .cotent-img img, .about-sec .cotent-img img {
	border-radius: 20px;
/*	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;*/
}
.better-sec h6, .outsource-sec h6, .expect-sec h6, .why-choose-sec h6, .about-sec h6 {
	margin:0 0 10px;
	padding:0;
	color:#f66402;
	font-size:16px;
	font-family: "Outfit", sans-serif;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing: 3px;
}
.better-sec h3{
	color:#1d243c;
	font-family: "Outfit", sans-serif;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 600;
	margin: 0 0 25px;
}

/*
================================================
		Video Section
================================================
*/

.video-section {
	min-height: 750px;
	/*	min-height: 100vh;*/
	/*	padding: 150px 0 50px;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.object-fit {
	position: relative;
}


.video-dark-section {
	position: relative;
}

.video-section .gradient-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg, rgba(24,31,111,0.8) 0%, rgba(11,16,68,0) 100%) !important;
	top: 0;
	left: 0;
	z-index: 3;
}


.video-video-link, .video-video-link:focus, .video-video-link:active {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 103px;
	height: 103px;
	border-radius: 50%;
	background: #fff;
	z-index: 15;
	-webkit-box-shadow: 0 4px 14px 0 rgba(0,0,0,.25);
	-moz-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 4px 14px 0 rgba(0,0,0,.25);
	transition: .2s;
}
.video-video-link:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-32%, -50%);
	z-index: 6;
	border-left: 18px solid #2c54a5;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.video-section-bg-video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	overflow: hidden;
}
.object-fit>img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
	object-fit: cover;
}
.video-section-bg-video iframe {
	width: 100vw;
	height: 56.25vw;
	min-height: 100vh;
	min-width: 177.77vh;
	position: absolute;
	top: calc(50% + 1px);
	left: 50%;
	transform: translate(-50%, -50%);
}
.lazyloaded {
	opacity: 1;
	transition: opacity 400ms;
	transition-delay: 0ms;
}
.grid-container {
	width: 100%;
	max-width: 1440px;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
	z-index: 10;
}
.video-hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.has-wide-title .video-left {
	width: 86%;
	padding-right: 0;
}

.video-video-button-hold {
	margin: 50px 0;
}
.video-video-button-hold .video-video-link,
.video-video-button-hold .video-video-link:focus,
.video-video-button-hold .video-video-link:active {
	display: inline-block;
	position: relative;
	top: auto;
	left: auto;
	transform: translate(0%, 0%);
}
.video-video-link, .video-video-link:focus, .video-video-link:active {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 103px;
	height: 103px;
	border-radius: 50%;
	background: #fff;
	z-index: 15;
	-webkit-box-shadow: 0 4px 14px 0 rgba(0,0,0,.25);
	-moz-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 4px 14px 0 rgba(0,0,0,.25);
	transition: .2s;
}
.video-hold .video-title {
	color: #fff;
	margin-bottom: 60px;
}
.video-title h2 {
	color: #fff;
	font-family: "Outfit", sans-serif;
	font-size: 38px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 120px;
}

.video-bot-sec {
	padding: 0 0 0 40px;
	position: relative;
	margin-top: -150px;
	margin-bottom: 90px;
	z-index: 5;
	border-left: 1px solid #2cc3f8;
}

.video-bot-sec h3 {
	color:#1d243c;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	font-size: 38px;
	line-height: 1.2;
}
.video-bot-sec p {
	color: #465073;
	font-family: "Outfit", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	padding-left: 30px;
	/* margin-bottom: 0px;*/
}



/*
================================================
   Why Choose Sec
================================================
*/

.why-choose-sec {
	padding: 90px 0 90px 0;
/*	background: #f3f7f9;*/
}
.why-choose-sec h2 {
	color:#1d243c;
	font-family: "Outfit", sans-serif;
	font-size: 40px;
	line-height: 1.2;
	font-weight: 700;
/*	text-align: center;*/
	margin-bottom: 30px;
}

.why-choose-sec .card {
	border: none;
	background-color: transparent;
	padding: 20px 0px 20px 0px;
}
.why-choose-sec .card .card-body {
/*	padding: 20px 0px 20px 0px;*/
}
.why-choose-sec .card .card-body h3 {
	display: inline-flex;
	align-items: center;
	color: #162b7a;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	font-size: 23px;
	line-height: 1.2;
	margin-bottom: 15px;
	min-height: 55px;
}
.why-choose-sec .card .card-body .card-title img {
	margin-right: 20px;
}

.why-choose-sec .card .card-body p {
	color: #465073;
	font-family: "Outfit", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	margin-top: 20px;
}

.grd-line-1 {
	height: 2px;
	background: rgb(38,43,137);
	background: -moz-linear-gradient(90deg, rgba(38,43,137,1) 0%, rgba(96,96,250,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(38,43,137,1) 0%, rgba(96,96,250,1) 100%);
	background: linear-gradient(90deg, rgba(38,43,137,1) 0%, rgba(96,96,250,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#262b89",endColorstr="#6060fa",GradientType=1);
}

.grd-line-2 {
	height: 2px;
	background: rgb(25,152,197);
	background: -moz-linear-gradient(90deg, rgba(25,152,197,1) 0%, rgba(44,195,248,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(25,152,197,1) 0%, rgba(44,195,248,1) 100%);
	background: linear-gradient(90deg, rgba(25,152,197,1) 0%, rgba(44,195,248,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1998c5",endColorstr="#2cc3f8",GradientType=1);
}

.grd-line-3 {
	height: 2px;
	background: rgb(25,165,160);
	background: -moz-linear-gradient(90deg, rgba(25,165,160,1) 0%, rgba(35,200,195,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(25,165,160,1) 0%, rgba(35,200,195,1) 100%);
	background: linear-gradient(90deg, rgba(25,165,160,1) 0%, rgba(35,200,195,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#19a5a0",endColorstr="#23c8c3",GradientType=1);
}

.grd-line-4 {
	height: 2px;
	background: rgb(25,165,160);
	background: -moz-linear-gradient(90deg, rgba(25,165,160,1) 0%, rgba(35,200,195,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(25,165,160,1) 0%, rgba(35,200,195,1) 100%);
	background: linear-gradient(90deg, rgba(25,165,160,1) 0%, rgba(35,200,195,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#19a5a0",endColorstr="#23c8c3",GradientType=1);
}

.grd-line-5 {
	height: 2px;
	background: rgb(246,100,2);
	background: -moz-linear-gradient(90deg, rgba(246,100,2,1) 0%, rgba(255,145,27,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(246,100,2,1) 0%, rgba(255,145,27,1) 100%);
	background: linear-gradient(90deg, rgba(246,100,2,1) 0%, rgba(255,145,27,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f66402",endColorstr="#ff911b",GradientType=1);
}

.grd-line-6 {
	height: 2px;
	background: rgb(38,43,137);
	background: -moz-linear-gradient(90deg, rgba(38,43,137,1) 0%, rgba(96,96,250,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(38,43,137,1) 0%, rgba(96,96,250,1) 100%);
	background: linear-gradient(90deg, rgba(38,43,137,1) 0%, rgba(96,96,250,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#262b89",endColorstr="#6060fa",GradientType=1);
}

/*
================================================
   Get In Touch Sec
================================================
*/

.get-touch-sec {
	padding: 100px 0 260px 0;
	background: #1C2278 url('../jpg/features-bg-3.jpg') no-repeat center center;
	background-size: cover;
	text-align: center;
	color: #fff;
}
.get-touch-sec h2 {
	color: #fff;
	font-family: "Outfit", sans-serif;
	font-size: 45px;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}
.get-touch-sec h3 {
	color: #fff;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 20px;
}
.get-touch-sec p {
	color: #fff;
	font-size: 18px;
	line-height: 25px;
	font-family: "Outfit", sans-serif;
	font-weight: 400;
	text-align: center;
	margin-bottom: 40px;
}
.get-touch-sec .btn {
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1.2;
	padding: 13px 20px 13px 20px;
	display: inline-block;
	width: 266px;
	margin-left: 0px;
}


/*
================================================
   Contact Form Bottom - Sec
================================================
*/

.contact-form-2 {
	background-color: #fff;
	box-shadow: 0 0 40px rgba(13,16,87,0.1);
	border-radius: 7px;
	padding: 65px 85px 65px 85px;
	position: relative;
	top: -200px;
}

.contact-form-2 form h2 {
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	margin: 0 0 5px;
	font-size:30px;
}
.contact-form-2 form h2 span {
	font-size: 15px;
	color: #9b9eae;
	float: right;
	margin: 10px 0 0;
	font-style: italic;
	font-family: "Outfit", sans-serif;
	font-weight: 400;
}
.contact-form-2 form p.required-text {
	font-family: "Outfit", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #9b9eae;
	margin-bottom: 30px;
}
.contact-form-2 form input, .contact-form-2 form textarea, .contact-form-2 form select {
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #d2d7eb;
	width: 100%;
	box-shadow: none;
	padding: 15px 0 10px;
	font-family: "Outfit", sans-serif;
	font-weight: 500;
	color: #626c8e;
	outline: none;
	font-size:15px
}
.contact-form-2 form textarea {
	resize: none;
	min-height: 120px;
}
.contact-form-2 form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../png/select-arrow-20.png') no-repeat 98% 25px;
	word-wrap: normal;
	color: #626c8e;
}
.contact-form-2 form select option {
	font-family: "Outfit", sans-serif;
	font-weight: 400;
	color: #333;
}
.contact-form-2 form .reqst-demo {
	color: #ffffff;
	text-transform: uppercase;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	font-size: 16px;
	width: 260px;
	padding: 15px 20px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	margin-left: 0;
}
.contact-form-2 form .register p {
	font-size: 13px;
	font-family: "Outfit", sans-serif;
	font-weight: 400;
	font-style: italic;
	padding: 0 15px;
}
.contact-form-2 form .register p a {
	color: #282d8c;
	font-family: "Outfit", sans-serif;
	font-weight: 400;
}

.form-group {
	margin-bottom: 1rem;
}

.reqst-1 {
	--c1: #19a5a0;
	--c2: #23c8c3;
}
.reqst-2 {
	--c1: #f66302;
	--c2: #ff901b;
}
.reqst-demo{
	background: linear-gradient(90deg, var(--c1, #f66302), var(--c2, #ff901b) 51%, var(--c1, #19a5a0)) var(--x, 0)/ 200%;
	border-radius:3px;
	margin:0 0 0 10px;
	padding:15px 20px;
	font-size:15px;
	letter-spacing:1px;
}
.reqst-demo:hover { --x: 100%; }



/*
================================================
   Certification Sec
================================================
*/

.certification-sec {
	padding: 80px 0 80px 0;
}	
.certification-sec h2 {
	color: #1d243c;
	font-family: "Outfit", sans-serif;
	font-size: 38px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 25px;
}
.certification-sec h2:after {
    width: 100px;
    height: 4px;
    background: #27c8c3;
    content: "";
    display: block;
    margin: 14px auto 0;
}
.certification-sec img {
	margin: 10px 0;
}




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



/*@media (min-width:1320px) { 
	.container {
		max-width: 1290px;
	}
}*/


/* @media (min-width:992px) {} */

@media (min-width: 768px) {
	.float-md-start {
		float: left !important;
	}
	.float-md-end {
		float: right !important;
	}
}
@media (min-width: 576px){
	.float-sm-none {
		float: none !important;
	}
}


@media (max-width:1320px) { 	
	.show-for-large {
		display: none;
	}
}

@media (min-width:1000px) and (max-width:1329.99px) {
	.video-section {
		min-height: 750px;
		min-height: 100vh;
	}
}


/*@media (min-width:1200px) and (max-width:1324px) {
	.client-logos ul li {
		margin: 0 10px;
	}
}*/
@media (min-width:992px) and (max-width:1199.99px) { 
	.logo img {
		max-width: 250px;
	}
	header .banner-cotent h1 {
		font-size: 60px;
	}
	.banner-cotent p {
		font-size: 26px;
	}
	.contact-form form h2 span {
		float: left;
	}	
	.content-sec .cotent-img img {
		width: 100%;
	}
	.show-for-large {
		display: none;
	}
	.contact-form-2 {
		padding: 60px
	}
}

@media (max-width:991.99px) {	
	.banner-cotent {
		padding: 50px 0;
	}
	.about-sec .cotent-img {
		text-align: center;
		margin-bottom: 20px;
	}
	.video-bot-sec p {
		padding-left: 0px;
		margin-top: 20px;
	}
	.video-title h2 {
		margin-bottom: 70px;
	}
	.show-for-large {
		display: none;
	}
	.cotent-img {
		margin: 20px auto;
		width: 50%;
	}
	.about-sec, .better-sec, .outsource-sec, .expect-sec, .why-choose-sec, .certification-sec {
		padding: 60px 0 !important;
	}

}
@media (max-width: 767px){
	header .banner-cotent h1 {
		font-size: 36px;
		margin-bottom: 20px;
	}
	.sec-title h2 {
		font-size: 35px;
	}
	.sales-sec {
		padding: 30px 0 0;
	}
	.cotent-img, .video-section, .video-bot-sec {
		display: none;
	}
	.contact-form form h2 span {
		float: left;
		width: 100%;
	}
	.content-sec .cotent-left h2 {
		font-size: 30px;
	}
	.about-sec, .better-sec, .outsource-sec, .expect-sec, .why-choose-sec, .certification-sec {
		padding: 50px 0 !important;
	}
	.about-sec .cotent-left h2 {
		font-size: 30px;
	}
	.single-feautes-sec {
		width: 85%;
		margin: 40px auto 0;
		padding: 40px 25px 20px 50px;
	}
	.contact-form form {
		padding: 30px 30px 25px;
	}
	.contact-form form .register p {
		padding: 0;
	}
	.why-choose-sec .card .card-body {
		padding: 10px 0px 10px 0px;
	}
	.why-choose-sec .card .card-body h3 {
		font-size: 20px;
	}
	.why-choose-sec .card .card-body p {
		font-size: 16px;
	}
	.contact-form-2 {
		padding: 30px 40px 30px 40px;
		position: relative;
		top: -100px;
	}
	.mt-70 {
		margin-top: 0px !important;
	}
	.video-video-link, .video-video-link:focus, .video-video-link:active {	
		width: 70px;
		height: 70px;
	}
	.video-section {
		min-height: 350px;
	}
	.video-bot-sec {
		margin-top: -100px;
		margin-bottom: 50px;
		padding: 0 20px;
		border-left: none;
	}
	.video-title h2, .why-choose-sec h2 {
		font-size: 30px;
		line-height: 1.2;
	}
	.video-bot-sec h3 {
		font-size: 28px;
		line-height: 1.2;
	}
	.why-choose-sec {
		padding: 50px 0 50px 0;
	}
	.why-choose-sec .card {
		padding: 20px 0 0px 0;
	}
	.why-choose-sec h2, .certification-sec h2 {
		margin-bottom:30px;
		font-size: 30px;
	}
	.get-touch-sec {
		padding: 50px 0 100px 0;
	}
	.get-touch-sec h2 {
		font-size: 30px;
		margin-bottom: 15px;
	}
	.get-touch-sec h3 {
		font-size: 22px;
	}
	.faq-sec {
		position: relative;
		top: -110px;
		 z-index: 2;
	}
	.faq-sec .accordion-body {
		padding: 10px 30px 20px 20px;
	}
	.faq-sec h2 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.faq-sec .accordion-button {
		font-size: 18px;
		line-height: 1.4;
	}
	.faq-sec .accordion-body p {
		font-size: 15px;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
	header .banner-cotent h1 {
		font-size: 45px;
	}
	header .banner-cotent p {
		margin: 20px 0 10px 0;
	}
	.list-txt {
	    width: 85%;
	}
	.whatweoffer-list-ul-li, .whatweoffer-list-ul-li:last-child { 
		margin: 0 20px 0px 0; 
		width: 100%;
	}
	div.content-sec-two .heading-txt p {
		padding: 0 0 0px;
	}
}
@media (min-width: 1440px) and (max-width: 1700px) {
	div.content-sec-one {
		background-size: contain;
		padding: 55px 0 30px;
	}	
	div.content-sec-one p {
		font-size: 17px;
	}
}

@media (min-width: 1440px) and (max-width: 1445px) {
	div.content-sec-one {
		background-size: contain;
	}
}

@media (min-width: 1200px) and (max-width: 1439px) {
	div.content-sec-one {
		background-size: contain;
		padding: 55px 0 10px;
	}
	div.content-sec-one h2 {
		margin: 0 0 10px;
		padding: 0 0 10px;
		font-size: 30px;
	}
	div.content-sec-one p {
		font-size: 15px;
	}

	.contact-num .cont-txt {
		font-size: 18px;
	}
	.contact-num .cont-number {
		font-size: 16px;
	}
}

@media (min-width:1000px) and (max-width:1329.99px) {
	.video-section {
		min-height: 750px;
		min-height: 100vh;
	}
}

@media (min-width:768px) and (max-width:991px) { 
	.sales-sec {
		padding: 51px 0 0;
	}
	.contact-form-2 {
		padding: 50px 60px 40px 60px;
	}	
	.video-section {
		min-height: 450px;
	}
	.video-bot-sec {
		margin-top: -120px;
	}
}

@media (max-width:768px) {	
	.about-sec .cotent-left h2, .better-sec .cotent-left h2, .outsource-sec .cotent-left h2, .expect-sec .cotent-left h2, .why-choose-sec .cotent-left h2 {
		font-size: 30px;
		line-height: 1.2;
	}
	div.content-sec-one h2, div.content-sec-two .heading-txt h2 {
		font-size: 30px;
		line-height: 1.2;
	}
	.getting-cnt h4 {
		font-size: 30px;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	.better-sec h3 {
		font-size: 22px;
		line-height: 1.2;
	}
}

@media (max-width:450px) {
	
	.content-sec .cotent-left h2 {
		font-size: 25px;
	}
	.contact-form form h2, .sec-title h2 {
		font-size: 30px;
	}
	.about-sec .cotent-left h2, .video-title h2, .video-bot-sec h3, .why-choose-sec .cotent-left h2, .get-touch-sec h2, .contact-form-2 form h2, .certification-sec .title-sec h2 {
		font-size: 28px;
	}
	.single-feautes-sec h3, .get-touch-sec h3 {
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: 12px;
	}
	.content-sec .cotent-left p, .get-touch-sec p {
		font-size: 17px;
		line-height: 1.4;
	}
	.video-bot-sec {
		margin-top: -120px;
	}
}

