@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

  body {
	font-family: 'Inter', sans-serif;
	background-color: #fff;
	color: #051923;
	font-size: 16px;
	line-height: 27.2px;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

p {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}
p a {
	text-decoration: none;
	color: inherit;
}

p a:hover {
	text-decoration: none;
	color: #BBEADD;
}

ul li,
ol li {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ul li a,
ol li a {
	text-decoration: none;
	color: inherit;
}

ul li a:hover,
ol li a:hover {
	text-decoration: none;
	color: #44B2E5;
}

.main-title, .main-title h1 {
	font-size: 65px;
	line-height: 130%;
	font-weight: 700;
	color: #fff;
}

.main-title * {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	padding: 0;
	margin: 0;
}

.main-title span {
	background: var(--white, linear-gradient(248deg, #68CBF9 0%, #69A9F5 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.section-title{
	font-size: 42px;
	font-weight: 700;
	line-height: 110%; /* 46.2px */
	color: #000;
}

.section-title * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit; /* 46.2px */
	margin: 0;
	padding: 0;
}

.section-sub-title {
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 26.4px */
	color: #000;
}

.section-sub-title * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit; /* 26.4px */
	margin: 0;
	padding: 0;
}

.sub-title, .sub-title h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 160%; /* 32px */
	color: #fff;
}

.sub-title * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
}

.block-sub-title {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	line-height: 150%; /* 27px */
}

.block-sub-title * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	color: inherit;
}

.detail {
	font-size: 16px;
	font-weight: 400;
	line-height: 170%; /* 27.2px */
	color: #687277;
}

.detail * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}

.mini-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 160%; /* 22.4px */
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: #F37321;
}

.mini-title * {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}

/* buttons */

.btn {
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 27px */
	color: #fff;
	padding: 12px 24px;
	border-radius: 0;
}

.blue-btn {
	background-color: #44B2E5;
}

.blue-btn:hover {
	background-color: #262E32;
	color: #fff;
	transition: 0.5s;
}

.white-btn:hover {
	background-color: #44B2E5;
	color: #fff;
}

.white-btn {
	border: 1px solid #F9FBFB;
	background: rgba(68, 178, 229, 0.12);
}

/* buttons */


/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

.navbar {
	padding: 20px 0;
	position: relative;
}

.navbar-brand {
	padding: 0;
}

.navbar-nav .nav-item .nav-link {
	color: #051923;
	margin: 0 24px;
	padding: 0;
	font-weight: 600;
	font-size: 18px;
}

.navbar-nav .nav-item:last-child .nav-link {
	margin: 0 0 0 24px;
}

.h-right ul li {
	padding: 0 24px;
}

.h-right ul li:first-child {
	padding-left: 0;
	flex: 0 0 135px;
	padding: 0;
}

.h-right ul li:last-child {
	padding-right: 0;
}

.dropdown-toggle::after {
	content: "";
	border: none;
	background-image: url("/assets/images/landing-page/chevron-down.svg");
	background-position: center;
	background-repeat: no-repeat;
	width: 11px;
	height: 6px;
	margin: 0 0 0 8px;
}

.navbar-expand-lg .navbar-nav .nav-link {
	display: flex;
	align-items: center;
}

.navbar-expand-lg .navbar-collapse {
	justify-content: space-between;
}

.navbar-nav  {
	margin: 0 auto;
}

.h-right ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: end;
	align-items: center;
}

.selection .select2-selection__rendered img,
.select2-results__options li img {
	width: 18px;
	height: 18px;
	margin: 0 8px 0 0;
}

.select2-container--default .select2-selection--single {
	border: none !important;
}

.h-right .select2-container {
	width: 100% !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered > div {
	display: flex !important;
	align-items: center;
}

.select2-container .select2-selection--single .select2-selection__rendered > div p {
	margin: 0;
	font-size: 18px;
	color: #051923;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #44B2E5 !important;
    color: white;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	position: relative !important ;
	border: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: -15px;
    /* bottom: 0; */
    /* right: 0; */
    left: -20px;
    width: 20px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b::after {
	transform: rotate(180deg);
}

.header .h-right {
	flex: 0 0 308px;
}

.select2-results__option > div {
	display: flex !important;
	align-items: center;
}

.select2-results__option > div p {
	margin: 0;
}

/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/* banner start */

.banner-wrp {
	position: relative;
	background-image: url(/assets/images/landing-page/banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 241px 0 313px 0;
}

.banner-title .main-title {
	padding: 0 0 8px 0;
}

.banner-title .sub-title {
	padding: 8px 0 30px 0;
}

.click-btn {
	padding: 30px 0 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.click-btn a {
	margin: 0 20px 0 0;
}

.click-btn a img {
	padding: 0 0 0 10px;
}

.click-btn a:last-child {
	margin: 0 0 0 0;
}

/* banner end */

/* about start */

.about-us-wrp {
	padding: 150px 0 ;
}

.about-img {
	position: relative;
}

.about-content {
	position: absolute;
	top: 70px;
	left: -43px;
	border: 3px solid var(--white, #FFF);
	background: var(--primary-01, #44B2E5);
	padding: 16px 13px  16px 16px;
}

.about-clients {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about-clients img {
	background: rgba(255, 255, 255, 0.30);
	padding: 20px;
}

.about-clients-block .section-title, .about-clients-block .section-title h3  {
	font-size: 32px;
	font-weight: 600;
	color: #fff;
	padding: 0 0 5px 0;
}

.about-clients-block .section-sub-title {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.about-clients-block {
	margin: 0 0 0 15px;
}

.about-img-bottom {
	position: absolute;
	bottom: 33px;
	right: 125px;
}

/* .about-right {
	padding: 37px 0 0 0;
}  */

.about-us-main .row {
	align-items: center;
}

.about-right .mini-title {
	display: inline-block;
	padding: 0 0 16px 0;
}

.about-right .section-title {
	padding: 0 0 16px 0;
}

.about-right .detail {
	padding: 0 0 16px 0;
}

.mini-title {
	position: relative;
	display: inline-block;
	padding: 0 0 16px 0;
}

.mini-title::before {
    content: "";
    position: absolute;
    top: 10px;
    right: -47px;
    width: 34px;
    height: 1.5px;
    background-color: #F37321;
    z-index: 99;
}

.about-right .sub-title {
	color: #000;
	padding: 0 0 12px 0;
}

.about-right .sub-title span {
	font-weight: 700;
}

.about-right .certified-logo {
	padding: 12px 0 24px 0;
}

.about-right .certified-logo img:last-child {
	margin-left: 20px;
}

.about-right .about-btn {
	display: inline-block;
}

.about-right .about-btn a img {
	padding: 0 0 0 10px;
}

/* about end */

/* service start */

.services-wrp{
	background-color: #F5F5F5;
	padding: 100px 0 60px;
}

.services-contant {
	padding: 72px 0 60px;
}

.service-block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border: 1px solid var(--light-light-border, #D0D5D7);
	background: #FFF;
	padding: 24px;
}

.service-block img {
    max-width: 100%;
}

.service-block .service-img {
    background: #44b2e51a; /* rgba(68, 178, 229, 0.10) */
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 24px 0 0;
	transition: 0.5s;
}

.service-block .detail {
	padding: 16px 0 16px 0;
}

.service-block .services-btn {
	color: #051923;
	font-weight: 600;
	text-decoration: none;
	position: relative;
}

.services-btn::before{
	content: "";
	position: absolute;
	top: 0;
	right: -27px;
	background-image: url("/assets/images/landing-page/black-arrow-up-right.svg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	transition: 0.5s;
}

.service-block:hover .services-btn::before {
	background-image: url("/assets/images/landing-page/blue-arrow-up-right.svg");
}

.service-block:hover {
	border: 1px solid  #44B2E5;
	background: #FFF;
	box-shadow: 0px 8px 16px 0px rgba(68, 178, 229, 0.15);
}

.service-block:hover .service-img {
	background: #44B2E5;
}

.service-block:hover .services-btn {
	color: #44B2E5;
}

.service-block:hover .button-hover {
	display: block;
}

.service-block:hover .button-fix {
	display: none;
}

.button-hover {
	display: none;
}

/* service end */

/* contact us start */

.contact-us-wrp .row>*:first-child {
	padding: 34px 15px 0 15px;
}

.contact-us-main {
	padding: 120px 0 0 0;
}

.contact-us-main .detail {
	padding: 12px 0 0 0;
}

.contact-detail {
	padding: 32px 0 0 0;
}

.contact-detail .mini-title::before {
	display: none;
}

.contact-detail .mini-title {
	color: #000;
	padding: 0;
	font-weight: 400;
}

.block-contact {
	font-size: 18px;
	display: flex;
	align-items: start;
	padding: 13px 0 32px 0;
}

.contact-detail .top-contact {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.contact-detail .top-contact .right-contact:last-child {
	margin: 0 0 0 60px;
}

.contact-img {
	padding: 4px;
	background: rgba(68, 178, 229, 0.10);
	display: flex;
}

.contact-detail a,
.contact-detail span {
	color: #000;
	margin: 0 0 0 12px;
	text-decoration: none;
	font-weight: 500;
}

body a:hover {
	color: #44B2E5;
}

.contact-form {
	margin: 0 40px;
	background-color: #3C4345;
	padding: 44px;
	position: relative;
	z-index: 99;
}

.contact-form .form-group label {
	color:#D0D5D7;
	font-size: 14px;
	font-weight: 400;
	line-height: 160%; /* 22.4px */
	padding: 0 0 8px 0;
}

.contact-form ::placeholder {
	color:#A7AFB3;
	font-size: 16px;
	font-weight: 400;
	line-height: 170%; /* 27.2px */
}

.contact-form .form-control {
	border-radius: 0;
	background-color: #262E32;
	border: none;
	margin: 0 0 16px 0;
	padding: 12.5px 16px;
	color: #fff;
}

#message {
    resize: none;
    outline: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.form-control:focus {
	border: none;
	box-shadow: none
}

.contact-form .btn img {
	margin: 0 0 0 10px;
}

.contact-form .btn {
	margin: 32px 0 0 0;
	width: 100%;
}

/* contact us end */

/* map start */

.map-main {
	max-width: 100%;
	height: 600px;
	margin: -170px 0 0 0;
}

.map-main iframe {
	width: 100%;
	height: inherit;
}

/* map end */

/* testimonial start */

.testimonial-wrp {
	background-color: #262E32;
	padding: 100px 0 0;
	text-align: center;
}

.testimonial-main .mini-title::after {
	content: "";
    position: absolute;
    top: 10px;
    left: -47px;
    width: 34px;
    height: 1.5px;
    background-color: #F37321;
    z-index: 99;
}

.testimonial-main .section-title h5{
	color: #fff!important;
}
.section-sub-title h5{
  color: #fff!important;
}

.testimonial-block {
	background-color: #3C4345;
	padding: 32px 52px 32px 32px;
	display: flex;
	align-items: center;
	/* margin: 0 16px; */
}

.testimonial-slider .testimonial-item {
	margin: 0 16px;
}

.testimonial-block .left-testimonial .mini-title::after,
.testimonial-block .left-testimonial .mini-title::before {
	display: none;
}

.testimonial-block .left-testimonial .mini-title {
	color: #D0D5D7;
}

.testimonial-block .left-testimonial .client-img{
	display: inline-block;
}

.testimonial-block .left-testimonial .client-img img {
	width: 80px;
	height: 80px;
}

.testimonial-block .left-testimonial {
	flex: 0 0 31%;
	margin: 0 41px 0 0;
}

.testimonial-block .right-testimonial {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	border-left: 2px solid rgb(38, 46, 50, 0.3);  /* 427BBF */
	padding: 0 0 0 37px;
	flex: 0 0 70%;
}

.testimonial-block .section-sub-title {
	color: #fff;
	padding: 16px 0 5px 0;
}

.testimonial-block .star {
	display: flex;
}

.testimonial-block .star img {
	padding: 0 4px 0 0;
}

.testimonial-block .right-testimonial .detail {
	color: #fff;
	text-align: start;
	padding: 24px 0;
}

.testimonial-slider {
	padding: 72px 0;
	margin: 0 -16px;
}

.slick-dots {
	position: relative;
	margin: 72px 0 0 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;

}

.slick-slider ul {
	list-style-type: none;
}

.testimonial-slider ul li button {
    display: none;
    color: inherit;
}

.testimonial-slider ul li {
    height: 12px;
    width: 12px;
    margin: 0 13px;
    background-color: #A7AFB3;
	opacity: 0.5;
    display: inline-block;
    transition: background-color 0.6s ease;
    opacity: 0.6;
	cursor: pointer;
}

.testimonial-slider ul li.slick-active {
    background-color: #44B2E5;
	position: relative;
}

.testimonial-slider ul li.slick-active::before {
    content: "";
    border: 1px solid #44B2E5;
    position: absolute;
    width: 18px;
    height: 18px;
    top: -3px;
    left: -3px;
}

.testimonial-slider .slick-current .testimonial-block {
	background-color: #44B2E5;
}

.testimonial-slider .slick-current .testimonial-block .right-testimonial {
	border-left: 2px solid rgb(66, 123, 191, 0.3);
	/* opacity: 0.3; */
}

/* .slick-list {
	margin: 0 -20px 0 -20px !important;
} */

.testimonial-slider {
	opacity: 0;
}

.testimonial-slider.slick-initialized {
	opacity: 1;
}

/* testimonial end */

/* support start */

.support-main {
	padding: 120px 0;
}

.support-left .detail a {
	font-weight: 600;
}

.support-left .detail {
	padding: 20px 0 0 0;
}

/* support end */

/* accordion start */



.accordion-button {
	color: #101828;
	font-size: 20px;
	font-weight: 500;
	line-height: 160%; /* 32px */
	padding: 0;
}

.accordion-body {
	color: var(--gray-600, #475467);
	font-size: 16px;
	font-weight: 400;
	line-height: 170%; /* 27.2px */
	padding: 8px 0 0 0;
}

.accordion-item:first-of-type {
	border-radius: 0;
	padding: 32px;
}

.accordion-item {
	border: none;
	padding: 32px;
}

.border-accordion {
	border: 1px solid #44B2E5 !important;
	background-color: #F9FBFB;
}

.accordion-item:first-of-type .accordion-button {
	border-radius: 0;
	padding: 0;
}

.accordion-button:focus {
	border-color: inherit;
	box-shadow: none;
}

.accordion-button:not(.collapsed) {
	color: inherit;
    background-color: inherit;
    box-shadow: none
}

/* .accordion-button::after {
	content: "";
	background-image: url("/assets/images/landing-page/plus.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 11px;
	width: 11px;
	display: flex;
	transition: 0.1s;
}

.accordion-button::before {
    content: "";
    border: 2px solid #687277;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    right: -4px;
    top: 5px;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("/assets/images/landing-page/minus.png");
	background-repeat: no-repeat;
	border: none;
}

.accordion-button:not(.collapsed)::before {
	top: 7px;
} */

.accordion-button span {
	display: block;
	width: 100%;
	position: relative;
	padding: 0 30px 0 0;
}

.accordion-button span::after {
	content: "";
	border: 2px solid #000;
	width: 22px;
	height: 22px;
	position: absolute;
	right: -4px;
	top: 6px;
	border-radius: 50%;
}

.accordion-button::after {
	content: "";
	background-image: none;
	background-color: #000;
	width: 12px;
	height: 2px;
	position: absolute;
	right: 1px;
	top: 16px;
	border-radius: 30px;
	transition: 0.5s;
}

.accordion-button::before {
	content: "";
	background-color: #000;
	width: 2px;
	height: 12px;
	position: absolute;
	right: 6px;
	top: 11px;
	border-radius: 30px;
	transition: 0.5s;
}

.accordion-button:not(.collapsed)::before {
	transform: rotate(-90deg);
}

.accordion-button:not(.collapsed)::after {
	background-color: #fff;
}

.accordion-button:not(.collapsed) span::after {
	background-color: #44B2E5;
	border-color: #44B2E5;
}



/* accordion end */

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/

.footer {
	background: #F5F5F5;
	padding: 100px 0 50px ;
}

.footer-main {
	padding: 0 0 85px 0;
}

.footer-main ::placeholder {
	color: #A7AFB3;
	font-size: 16px;
	font-weight: 400;
	line-height: 170%; /* 27.2px */
}

.footer-main .btn {
	background:#44B2E5;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 150%; /* 27px */
}

.footer-main .btn:hover {
	background-color: #262E32;
	color: #fff;
	transition: 0.5s;
}

.footer-logo a {
	display: inline-block;
}

.footer-main .detail {
	padding: 32px 5px 32px 0;
}

.footer-main .form-control {
	border-radius: 0;
}

.footer-detail .footer-item ul{
	list-style-type: none;
	margin: 0;
	padding: 30px 0 0 0;
}

.footer-item ul li {
	color: #687277;
	font-size: 16px;
	font-weight: 400;
	line-height: 170%; /* 27.2px */
	padding: 0 0 8px 0;
}

.footer-detail {
	margin: 0 0 0 80px;
}

.footer-main .row>*:last-child .footer-detail {
	margin: 0 0 0 -40px;
}

.footer-contact a,
.footer-contact span {
	color: #000;
	margin: 0 0 0 12px;
	text-decoration: none;
	font-weight: 500;
}

.footer-contact .block-contact {
	padding: 30px 0 0 0 ;
}

.footer-bootom {
	border-top: 1px solid #D0D5D7;
	padding: 32px 0 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.social ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-icon li {
	font-size: 24px;
	color: #687277;
	margin: 0 16px 0 0;
}

.social-icon li:last-child {
	margin: 0;
}

.right-reserved .detail {
	color: #3C4345;
}

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/
