.header__logo-2 img {
	max-width: 145px;
}

.offcanvas__logo img {
	max-width: 90px;
}

.language-selector {
	margin-right: 40px;
    font-size: 20px;
	font-weight: 500;
	cursor: pointer;
}

.language-selector img {
    width: 26px;
    margin-top: -4px;
    margin-left: 4px;
}

.about-sub-right {
    color: var(--black-7);
    padding-bottom: 10px;
}

.service__hero-2 {
	background-image: url(../images/banner/bg.jpg?);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.offcanvas__contact {
	padding-top: 190px;
}

footer .categories_item i {
	font-size: 16px;
	margin-right: 5px;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}

.preloader .loading img {
	max-width: 80px;
	animation: zoom-in-zoom-out 2s ease-out infinite;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.service__hero-left-2 img {
    border: 6px solid #fff;
}

.button-1 {
    background-color: transparent;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 16px 23px;
    position: relative;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-1.dark {
	border: 1px solid #222;
}

.button-1:before {
    background-color: #89e0fd;
    content: "";
    height: calc(100% + 3px);
    position: absolute;
    right: -7px;
    top: -9px;
    transition: background-color 300ms ease-in;
    width: 100%;
    z-index: -1;
}

.button-1:hover {
	color: #000000;
    background-color: transparent;
    cursor: pointer;
}

.button-1:hover:before {
	background-color: #4dc3eb;
}

.blog__btn.light {
	color: #c4ddee;
}

.blog__btn.light:hover {
  color: #fff;
}

.blog__btn.light::before {
    background-color: #c4ddee;
}

.react_border.light span {
    color: #c6e1f5;
}

.react_border.light {
    border: 1px solid #4989b6;
}

.section_wrapper.light::before {
    background-color: #4989b6;
}

.about-sub-right.light {
    color: #c6e1f5;
}

.react_border.light-2 span {
    color: #e0f1fe;
}

.react_border.light-2 {
    border: 1px solid #7aafd3;
}

.section_wrapper.light-2::before {
    background-color: #7aafd3;
}

.about-sub-right.light-2 {
    color: #e0f1fe;
}

.service__area-2 .sec-title {
    color: #fff;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-60 {
	padding-bottom: 60px;
}

.brand__item img {
	max-width: 90px;
}

.brand__item h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--black-2);
	margin-top: 20px;
}

.inner-page-wrapper {
	padding-top: 90px;
}

.breadcrumb-area {
    position: relative;
    display: block;
    padding: 0;
    z-index: 11;
}

.breadcrumb-area-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--thm-bg);
    /*background-blend-mode: luminosity;*/
    z-index: 1;
}

.breadcrumb-area-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-bg);
    opacity: 0.60;
    content: "";
    z-index: -1;
}

.breadcrumb-area .inner-content {
    position: relative;
    display: block;
    padding: 70px 0 70px;
    z-index: 10;
}


.breadcrumb-area .shape-box {
    position: absolute;
    top: 80px;
    left: 160px;
    bottom: 60px;
    width: calc(100% - 85%);
    background-color: #94a9ce;
    mix-blend-mode: soft-light;
    -moz-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    -o-transform: skew(20deg, 0deg);
    -ms-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
    z-index: 1;
}


.breadcrumb-area .title {
    position: relative;
    display: block;
    overflow: hidden;
}

.breadcrumb-area .title h2 {
    color: #121212;
    font-size: 50px;
    line-height: 56px;
    font-weight: 500;
}


.breadcrumb-menu {
    display: block;
    padding-bottom: 5px;
}

.breadcrumb-menu ul li {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding-right: 14px;
    margin-right: 15px;
    font-family: var(--thm-font);
}

.breadcrumb-menu ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.breadcrumb-menu ul li:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 5px;
    width: 1px;
    background: #121212;
    transform: rotate(25deg);
}

.breadcrumb-menu ul li:last-child:before {
    display: none;
}

.breadcrumb-menu ul li a {
    color: #121212;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.breadcrumb-menu ul li:hover a,
.breadcrumb-menu ul li.active {
    color: #055c8f;
}

.offcanvas__contact li i {
    margin-right: 5px;
}

.offcanvas__social ul li i {
    margin-right: 3px;
}

.contact__info ul li i {
	margin-right: 3px;
}

/* MODAL FORM */
.inquiry-form {
	background: rgba(16, 64, 112, 0.9);
	border-radius: 15px;
	padding: 50px 20px;
	padding: 50px 30px;
}

.inquiry-form h2 {
	font-weight: 700;
  	font-style: normal;
	font-size: 24px;
	line-height: 30px;
	text-align: left;
	color:#fff;
}

.inquiry-form p {
	font-weight: 300;
  	font-style: normal;
	font-size: 14px;
	line-height: 20px;
	color:#E6E6E6;
	text-align: left;
	margin-bottom: 0;
}

.inquiry-form form {
	margin-top: 20px;
}

.inquiry-form input[type=text] {
	font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: #E6E6E6;
    background: none;
    border: none;
    outline: none !important;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 5px 10px 5px 0;
    height: 60px;
    /* margin: 0 20px; */
    font-family: var(--bs-body-font-family);
}


.inquiry-form ::placeholder {
  color:#fff;
  opacity: 0.7;
}

.inquiry-form :-ms-input-placeholder {
  color:#fff;
  opacity: 0.7;
}

.inquiry-form ::-ms-input-placeholder {
  color:#fff;
  opacity: 0.7;
}

.inquiry-form .btn-wrap {
	margin: 30px 0 0 0;
}

.inquiry-form .btn {
	width: 100%;
	border: 1px solid #ffffff;
}

.inquiry-popup .modal-content {
	background: none;
	margin-top: 60px;
	border: none;
}

.inquiry-popup .modal-body {
	padding: 0;
}

.inquiry-popup .inquiry-form h2 {
	color: #fff;
}

.inquiry-popup .inquiry-form {
  	background: #012645;
	border: 2px solid #0c5da3;
	border-radius: 0;
}

.inquiry-popup .close {
	background: #0468bf;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 8px;
    margin-right: -8px;
    margin-top: -8px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    float: right;
    border: none;
    display: inline-block;
    font-family: var(--bs-body-font-family);
    padding-bottom: 5px;
}

/* Inquiry Form */
.modal-welcome {
    overflow: unset !important;
	overflow-x: hidden!important;
    overflow-y: auto!important;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background: rgb(1 28 54 / 50%);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.parsley-errors-list {
	padding-left: 0;
}

.parsley-errors-list > li {
    list-style: none;
    color: #f36270;
    margin-top: 5px;
    padding-left: 20px;
    position: relative;
	font-size: 18px;
    font-weight: normal;
    padding-left: 23px;
	line-height: 19px;
}

.parsley-errors-list > li:before {
    content: "x";
    position: absolute;
    left: 2px;
    top: -1px;
    background: #f36270;
    width: 14px;
    height: 14px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    line-height: 12px;
    margin-top: 6px;
    margin-right: 10px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

@media (min-width: 576px) {
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}

.modal-welcome .modal-lg {
    max-width: 999px;
    width: 90%;
    margin: 0 auto;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px);
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-welcome .modal-content {
    border-radius: 1.5rem;
    margin-top: 4%;
    border: 0 !important;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.p-0 {
    padding: 0 !important;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.equal-height {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.h-100 {
    height: 100% !important;
}

.modal-welcome .heading {
    position: relative;
    height: 170px;
}

.modal-welcome .heading img {
    height: 170px;
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

@media (min-width: 992px) {
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
}

.content {
    position: relative;
    z-index: 1;
}

.modal-welcome .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
}

@media only screen and (min-width: 575px) {
    .modal-welcome .content {
        padding: 50px;
    }
}

.modal-welcome .heading .heading-x2 {
    font-size: 2.2rem;
}

.modal-welcome .form-wrpr {
    padding: 30px;
}

.modal-welcome .btn-wrapper {
	position: relative;
	z-index: 1;
}

@media only screen and (min-width: 575px) {
    .modal-welcome .form-wrpr {
        padding: 50px 60px;
    }
}

.modal-welcome .heading-popup-right {
    font-size: 28px;
    line-height: 36px;
    color: #323232;
    font-weight: 400;
    letter-spacing: 1px;
    padding-left: 0;
    margin-bottom: 18px;
}

.input-box {
    position: relative;
    margin: 13px 0;
}

label {
    display: inline-block;
}

.input-box .input-label {
    color: #80868b;
    font-size: 16px;
    font-weight: 400;
    max-width: calc(100% - 16px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 8px;
    transition: 250ms;
}

.input-box .input-1 {
    box-sizing: border-box;
    height: 50px;
    width: 100%;
    width: 100%;
    color: #5d5c5c;
    border: 1px solid #dadce0;
    padding: 13px 15px;
    transition: 250ms;
    background: #fff !important;
	outline: none!important;
	font-size: 18px;
}

.input-box .input-2 {
    box-sizing: border-box;
    height: 110px;
    width: 100%;
    width: 100%;
    color: #181818;
    border: 1px solid #dadce0;
    padding: 13px 15px;
    transition: 250ms;
    background: #fff !important;
	outline: none!important;
	font-size: 18px;
}

.input-1:focus{outline:0;border:2px solid #1976bc;transition:250ms}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100vw;
    height: 100vh;
    background-color: #1976bc;
}

.btn-close {
    background: #FCA62D;
    opacity: 1;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    line-height: 20px;
    margin-right: -8px;
    margin-top: -8px;
    color: #000;
    font-size: 22px;
    font-weight: 500;
}

.modal-welcome .btn {
	width: 100%;
	height: 60px;
	font-weight: 500;
	border: none;
}

.modal-welcome p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #4a4a4a;
}
/* End // Inquiry Form */

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.modal-welcome .butn {
    padding: 9px 20px;
    background-image: linear-gradient(to right, #c11e2d 15%, #da2122 50%, #c11e2d 100%);
    color: #fff; 
	border: none;
	font-size: 18px;
	}
	
.modal-welcome .butn:hover {
	background-image: linear-gradient(to right, #da2122 15%, #c11e2d 50%, #da2122 100%);
}

.modal-welcome .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    opacity: 1;
    border-radius: 50%;
    background: #ffffff;
    color: #323131;
    box-shadow: 0 0 6px #8a8a8a;
    margin-top: -10px;
    margin-right: -10px;
    font-size: 28px;
    font-weight: 300;
    line-height: 16px;
    z-index: 105;
    border: none;
}

.modal-welcome .close span {
    display: block;
	margin-top: -5px;
}

.modal-welcome .g-0 {
	padding-right: 0!important;
	padding-left: 0!important;
}

.service__item-2 .service__title-2 {
   color: #fff !important;
}

.custom-list ul {
	margin-top: 25px;
	margin-bottom: 25px;
	padding-left: 30px;
}

.custom-list ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 6px;
}

.custom-list ul li:before {
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 0;
    content: "";
    font-size: 24px;
    width: 12px;
    height: 12px;
    background: #39b2e6;
}

.about__area-3.service-details {
	background: #fff;
}

.about__area-3.service-details .sec-title {
    color: #121212;
}

.about__area-3.service-details .sec-text p {
    color: #121212;
}

.about__area-3.service-details .about__img-3 {
    height: 550px;
}

.about__area-3.service-details .about__img-3.large {
    height: 650px;
}

.about__img-3.img-right {
    margin-left: 85px;
}

.about__area-3.service-details .sec-title {
    text-transform: none;
    font-size: 46px;
    line-height: 52px;
}

.pl-0 {
	padding-left: 0!important;
}

.about__area-3.service-details .sec-text ul li {
    font-size: 18px;
    line-height: 1.4;
    color: #121212;
    font-weight: 300;
	margin-bottom: 10px;
}

.service-choose .service__item {
	    grid-template-columns: 0.7fr 4.5fr 1fr;
}

.service-choose .sec-title {
    font-size: 50px;
}

.service-choose .service__top-text p {
	max-width: inherit;
}

.tools-video video {
	width: 100%;
}

.about__area-3.service-details .about__img-3.tools-video {
    height: auto;
}

.our-partners {
	min-height: 450px;
}

.our-partners .partnet-box {
	margin-bottom: 30px;
	padding: 30px 30px;
	border: 1px solid var(--white-3);
	text-align: center;
}

.our-partners .partnet-box img {
	width: 100%;
	max-width: 280px;
}

.inner-page-wrapper .sec-title-wrapper h4 {
	background: #045b90;
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
}

.important-notice .heading-popup-right {
	line-height: 32px;
}

.important-notice p {
	font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #4a4a4a;
    margin-bottom: 10px;
}

.banner-slider .slick-prev, .banner-slider .slick-next {
	z-index: 1;
	opacity: 0.6;
}
.banner-slider .slick-prev:hover, .banner-slider .slick-next:hover {
	opacity: .8;
}
.banner-slider .slick-prev {
	margin-left: 30px;
}
.banner-slider .slick-next {
	margin-right: 50px;
}
.banner-slider .slick-prev:before, .banner-slider .slick-next:before {
	color: #fff !important;
	font-size: 40px;
}

.testimonial__slider-wrapper-2 {
	position: relative;
}

.testimonial__slider-wrapper-2 .prev-button, .testimonial__slider-wrapper-2 .next-button {
	position: absolute;
	top: 40%;
	z-index: 1;
	font-size: 25px;
	opacity: 0.5;
}

.testimonial__slider-wrapper-2 .prev-button:hover, .testimonial__slider-wrapper-2 .next-button:hover {
	opacity: 0.7;
}

.testimonial__slider-wrapper-2 .prev-button {
	left: 0;
	margin-left: -50px;
}

.testimonial__slider-wrapper-2 .next-button {
	right: 0;
	margin-right: -50px;
}

.partner-page-intro h2 {
	font-size: 38px;
	line-height: 44px;
	margin-bottom: 15px;
}

.partnet-box .partner-box-txt {
	margin-top: 25px;
	text-align: left;
}

.partnet-box .partner-box-txt h3 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 20px;
} 

.partnet-box .partner-box-txt .partner-badge span {
	background-color: #0f87c4;
	padding: 2px 12px 4px 12px;
	color: #fff;
	border-radius: 15px;
	font-size: 16px;
	line-height: 20px;
}

.partnet-box .partner-box-txt .partner-link {
	margin-top: 0;
	margin-bottom: 5px;
}

.partnet-box .partner-box-txt .partner-link a {
	font-size: 18px;
	line-height: 22px;
	color: #045b90;
}

.partnet-box .partner-box-txt .partner-desc {
	margin-top: 25px;
}

.partnet-box .partner-box-txt .partner-desc p {
	margin-bottom: 10px;
}

.partnet-box .custom-list ul {
    margin-top: 15px;
    margin-bottom: 0;
    padding-left: 0;
	color: var(--black-3)!important;
}

@media screen and (max-width: 1399px) {
	.main-menu-3 > li {
		padding: 0 25px;
	}
}

@media screen and (max-width: 992px) {
	.modal-welcome .heading img {
		border-top-left-radius: 1.5rem;
		border-bottom-left-radius: 0;
		border-top-right-radius: 1.5rem;
	}
}
	
@media only screen and (max-width: 767px) {
	.header__logo-2 img {
		max-width: 110px;
	}
	
	.service__hero-2 {
		padding-top: 110px;
	}
	
	.service__hero-right-2 .scroll {
        display: none;
    }
	
	.service__title-2, .service__title-3 {
		font-size: 30px;
	}
	
	.service__item-2 {
		position: relative;
		text-align: center;
	}
	
	.service__area-2 .sec-text p {
    	font-size: 16px;
	}
	
	.service__hero-2 {
		min-height: 530px;
	}
	
	.inner-page-wrapper {
		padding-top: 62px;
	}
	
	.breadcrumb-area .title h2 {
		font-size: 40px;
		line-height: 46px;
	}
	
	.breadcrumb-area .inner-content {
		padding: 50px 0 50px;
	}
	
	.modal-welcome .heading-popup-right {
		font-size: 24px;
		line-height: 30px;
	}
	
	.breadcrumb-area-bg {
		background-size: inherit;
	}
	
	.about__area-3.service-details .about__img-3 {
		height: unset;
	}
	
	.about__area-3.service-details .about__img-3.large {
		height: unset;
	}

	.about__area-3.service-details .sec-title {
		font-size: 36px;
		line-height: 42px;
		margin-top: 30px;
		padding-bottom: 5px;
	}
	
	.about__area-3.service-details .sec-text p {
        padding-bottom: 30px;
    }
	
	.about__img-3.img-right {
		margin-left: 0;
	}
	
	.about__area-3.service-details h4 {
		margin-top: 30px;
	}
	
	.partner-page-intro h2 {
		font-size: 23px;
		line-height: 27px;
	}
	
	.partnet-box .partner-box-txt .partner-link {
		margin-top: 15px;
		margin-bottom: 0;
	}

}