@charset "UTF-8";
@import url(./aos.css);
@import url(./animate.css);
@import url(./fontawesome.min.css);
@import url(./fancybox.min.css);
@import url(./owl-carousel.min.css);
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root{
    --primary-color: #17ABC8;
    --secondary-color: #180E3D;
    --tertiary-color: #62C7C3;
    --orange-color: #f55b1f;
    --body-color: #666666;
    --heading-color: #121315;
	--nav-color: #ffffff;
	--white-color: #ffffff;
	--black-color: #000000;
    --body-font: "Plus Jakarta Sans", sans-serif;
    --primaryFont: "Plus Jakarta Sans", sans-serif;
    --secondaryFont: "Outfit", sans-serif;
    --icon-font: 900 1em / 1 "Font Awesome 6 Free";
	--star-color: #FF9900;
    --danger-color: #ff0000;
	--gap-section: 10px;
	--offsetTop: 110px;
	--box-shadow: 0px 6px 46px 0px #0000000F;
}
*, *::before, *::after{
    box-sizing: border-box;
}
html{
    overflow-x: hidden;
}
::-webkit-scrollbar { width: 4px; }
body::-webkit-scrollbar { width: 10px; } ::-webkit-scrollbar-track { background: #e1e1e1; }
::-webkit-scrollbar-thumb { background: var(--primary-color); }
::-moz-selection { background-color: var(--primary-color); color: var(--white-color); }
::-webkit-selection { background-color: var(--primary-color); color: var(--white-color); }
::selection { background-color: var(--primary-color); color: var(--white-color); }
@-moz-document url-prefix() {
	html{
		scrollbar-width: thin;
		scroll-behavior: smooth;    
		scrollbar-color: var(--primary-color) #f1f1f1;
	}
}
body{
    padding: 0;
    margin: 0;
    font: 400 16px / 1.5 var(--body-font);
    color: var(--body-color);
}
@media only screen and (min-width: 1600px){
    .container{
        max-width: 1580px;
    }
}
@media only screen and (min-width: 576px){
	.onlyMobile{
		display: none;
	}
}
ul{
    list-style: none;
    margin: 20px 0;
    padding: 0;
}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,blockquote,address {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}
.noList {
    padding: 0;
    margin: 0;
    list-style: none;
}
.list-line {
    list-style: none;
    display: flex;
    align-items: start;
    padding: 0;
    margin: 0;
}
.list-line li {
    margin: 0;
    padding: 0;
}
.list-line li:not(:last-child)::after {
    content: '|';
    display: inline-block;
    vertical-align: middle;
    margin-inline: 10px;
}
/* ======Transition====== */
a, img, .wpcf7-form-control, .form-control, [class*="rj-btn-"], .icon-button, .owl-nav [class*="owl-"], [class*="swiper-button-"],
.social a, .scrollup, .scrollup i, .page-numbers, .page-numbers::before, .brand-name{	
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
/* ======Transition====== */
a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	outline: 0;
	cursor: pointer;
	color: var(--primary-color);
}
a:hover {
	text-decoration: none;
	color: var(--secondary-color);
}
img {
	padding: 0;
	margin: 0;
	max-width: 100%;
}
.full-img{
	width: 100% !important;
	height: 100% !important;
}
.full-img.cover{
	object-fit: cover;
}
.clearfix:after, .clearfix::before {
	content: '';
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
}
.container, .relative, .shape-icon-button, .formLabel-wrap{
	position: relative;
	z-index: 1;
}
.container.liquid-container {
    --sideSpace: 80px;
    max-width: clamp(92%, calc(100vw - var(--sideSpace)), 1840px);
}
.radius-container{
	-webkit-border-radius: 24px;
	border-radius: 24px;
	overflow: hidden;
}
p, div:not([class]) {
	margin: 0 0 16px;
	line-height: 1.8;
	letter-spacing: 0.3px;
}
div:has( > .grecaptcha-badge),
p:last-child, div:not([class]):last-child {
  margin-bottom: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight: 600;
}
span, b, strong {
	display: inline-block;
}
[class*="line-css-"] {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
[class*="line-css-"].line-css-2 {
    -webkit-line-clamp: 2;
}
em{
    font-style: normal;
}
/* ============== Common Start =============== */

/* =============Form Start============= */
/* ========Input Field======== */
.wpcf7-form-control, .form-control, .comment-form :is(input, textarea, select){
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    --height: 48px;
	font-size: 16px;
    height: var(--height);
    border-radius: 0;
    border: 1px solid transparent;
    outline: none;
    padding: 5px 20px;
	background: #F5F5F5;
}
textarea.wpcf7-form-control, textarea.form-control, .comment-form-comment textarea, .woocommerce form .form-row textarea{
    --height: 150px;
	padding-top: 10px;
}
.wpcf7-spinner {
    position: absolute !important;
    z-index: 1;
    margin: 0 !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-right: 40px !important;
    background-image: url(../img/dropdown.png) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 16px) 20px !important;
    background-size: 14px !important;
}
input[type="checkbox"], input[type="radio"] {
    width: 20px;
    height: 20px;
    accent-color: var(--primary-color);
    cursor: pointer;
    margin: 4px 8px 4px 0px;
    flex-shrink: 0;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
/* =============Form Start============= */

/* ========Button Start======== */
.btn-wrap {
	display: flex;
	align-items: center;
	gap: 8px 16px;
}
.btn_wrap{margin-top: 30px;}
[class*="rj-btn-"], .icon-button {
    --buttonRadius: 0px;
    --buttonHeight: 48px;
    --padding: 24px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    cursor: pointer;
    outline: none;
    min-width: 130px;
    text-align: center;
    border: none;
    -webkit-border-radius: var(--buttonRadius);
    border-radius: var(--buttonRadius);
    background: var(--primary-color);
    color: var(--white-color);
    font: 600 16px var(--primaryFont);
    height: var(--buttonHeight);
    line-height: var(--buttonHeight);
    overflow: hidden;
    padding: 0px var(--padding);
}
[class*="rj-btn-"].lg {
    --buttonHeight: 54px;
    min-width: 150px;
    font-size: 17px;
    padding-inline: calc(var(--padding) + 6px);
}
[class*="rj-btn-"].sm{
	--buttonHeight: 40px;
	min-width: 130px;
	font-size: 15px;
    padding-inline: calc(var(--padding) - 6px);
}
[class*="rj-btn-"]:hover,
[class*="rj-btn-"].secondary-btn{
	background: var(--secondary-color);
	color: var(--white-color);
}
[class*="rj-btn-"].secondary-btn:hover{
	background: var(--primary-color);
}
[class*="rj-btn-"]::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 100%;
    left: -150%;
    position: absolute;
    top: 0;
    transform: skewX(50deg);
    transition: all 500ms ease-in-out 0s;
    width: 100%;
}
[class*="rj-btn-"]:hover::after  {
    left: 150%;
}
/* ========Gradient Button======== */
[class*="rj-btn-"]:is(.gradient-btn)::before, .owl-nav [class*="owl-"]::before, .icon-button::before{
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	background: var(--secondary-gradient);
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

[class*="rj-btn-"].secondary-btn:is(.gradient-btn){
	background: var(--secondary-gradient);
}
[class*="rj-btn-"]:is(.gradient-btn),
[class*="rj-btn-"].secondary-btn:hover:is(.gradient-btn)::before{
	background: var(--primary-gradient);
}
[class*="rj-btn-"]:hover:is(.gradient-btn)::before,
.owl-nav [class*="owl-"]:hover::before,
.icon-button.icon-button.icon-button:hover::before{
	opacity: 1;
	visibility: visible;
}
[class*="rj-btn-"]:hover:is(.gradient-btn),
.icon-button:hover{
	color: var(--white-color);
}
/* ========Gradient Button======== */

/* ========Transparent Button======== */
[class*="rj-btn-"].transparent-btn {
    background: transparent;
	border: 1px solid currentColor;
    color: var(--body-color);
    border-color: currentColor;
}
[class*="rj-btn-"].transparent-btn:hover{
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: var(--white-color);
}
/* ========Transparent Button======== */

/* ========White Button======== */
[class*="rj-btn-"].white-btn {
    background: var(--white-color);
    color: var(--heading-color);
}
[class*="rj-btn-"].white-btn:hover{
    background: var(--tertiary-color);
}
/* ========White Button======== */

/* ========Icon Button Start======== */
[class*="rj-btn-"]:has(i) {
	display: flex;
	max-width: max-content;
	align-items: center;
	gap: 8px;
}
[class*="rj-btn-"] i {
	font-size: 1.1em;
	margin-top: 4px;
}
.icon-button {
    --width: 50px;
    padding: 8px;
    width: var(--width);
    height: var(--width);
    font-size: 20px;
    line-height: normal;
    min-width: auto;
    display: grid;
    place-items: center;
    background: var(--primary-color);
    color: var(--white-color);
    flex-shrink: 0;
    border-radius: 100%;
}
.icon-button.rotate i {
    transform: rotate(-45deg);
}
.icon-button.sm{
	--width: 36px;
}
.shape-icon-button, .date-container{
	position: relative;
	z-index: 1;
    display: flex;
    justify-content: center;
    margin: -53px 0px -12px auto;
    padding: 10px 0px 0px 4px;
    width: 188px;
    height: 90px;
    background: url(../images/linkShape.webp) no-repeat center;
    background-size: contain;
}
/* ========Icon Button Ends======== */

/* ========Button Ends======== */

/* ========Owl Carousel Start======== */
.owl-carousel:not(.homeslider) .owl-stage{
	display: flex;
	justify-content: center;
	padding-block: 4px;
}
.owl-carousel:not(.homeslider) .item{
	height: 100%;
}
.owl-carousel:has(.border) .item{
	margin-inline: 2px;
}
.owl-carousel .owl-item img{
	width: auto;
}
.owl-nav [class*="owl-"], [class*="swiper-button-"] {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    --width: 42px;
    --offset: -30px;
    font-size: calc(calc(var(--width) / 2 ) - 2px);
    width: var(--width);
    height: var(--width);
    line-height: var(--width);
    background: var(--primary-gradient);
    color: var(--white-color);
    border: 1px solid transparent;
    border-radius: 100%;
    cursor: pointer;
	overflow: hidden;
}
.owl-prev {
    left: var(--offset);
	padding-right: 1px;
}
.owl-next {
    right: var(--offset);
	padding-left: 2px;
}
.secondary-arrow .owl-nav [class*="owl-"]{
	position: re;
}
.owl-carousel.secondary-arrow {
	position: static;
}
.secondary-arrow .owl-nav {
	position: absolute;
	top: 12px;
	right: 0px;
	display: flex;
	align-items: center;
	gap: 2px;
	background: var(--nav-color);
	--radius: 50px;
	border-radius: var(--radius);
}
.secondary-arrow .owl-nav [class*="owl-"] {
	position: relative;
	--offset: 0;
	transform: none;
	background: transparent;
	border-radius: 0px;
	width: 54px;
	height: 42px;
	font-size: 18px;
	line-height: 40px;
}
.secondary-arrow .owl-nav::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: var(--white-color);
	width: 1px;
	height: calc(100% - 16px);
}
.secondary-arrow .owl-nav .owl-prev{
	border-radius: var(--radius) 0px 0px var(--radius);
}
.secondary-arrow .owl-nav .owl-next{
	border-radius: 0px var(--radius) var(--radius) 0px;
}
[class*="swiper-button-"]{
	--width: 36px;
}
[class*="swiper-button-"]::after {
	font-size: 14px;
	filter: brightness(0);
}
[class*="swiper-button-"]:hover{
	background: var(--secondary-color);
}
/* ========Owl Carousel Ends======== */

/* ========Social Start======== */
.social {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.social a {
    --width: 36px;
    width: var(--width);
    height: var(--width);
    display: grid;
    place-items: center;
    border: 1px solid var(--body-color);
    border-radius: 100%;
    font-size: calc(calc(var(--width) / 2) - 2px);
}
.social a:hover{
	background: var(--primary-color);
	color: var(--white-color);
	border-color: var(--primary-color);
}
.header_main .social a:not(:hover) {
	background: var(--white-color);
}
.sticky .header_main .social a {
	border-color: transparent;
}
.sticky .header_main .social a:hover{
	background: var(--secondary-color);
}
/* ========Social Ends======== */

/* ========Section Start======== */
.section{
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 50px 0px;
}
.rjStickyContent{
	position: sticky;
	top: calc(var(--offsetTop) + 10px);	
}
.section:has(.rjStickyContent){
	overflow: visible;
}
.section::before, .footer-top::after, .thank-you-page::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.section.section-md{
	padding-block: 70px;
}
.section.section-lg{
	padding-block: 100px;
}
.colorInherit, .hoverColor:not(:hover), .bannerHeading{
	color: inherit;
}
.rowGap, .form_wrap .row{
	row-gap: var(--bs-gutter-x);
}
.rowGap2 {
	row-gap: calc(var(--bs-gutter-x) * 1.5);
}
.mt10{
	margin-top: calc(var(--gap-section) * 1);
}
.mt20{
	margin-top: calc(var(--gap-section) * 2);
}
.mt30{
	margin-top: calc(var(--gap-section) * 3);
}
.mt40, .mt40.listGap{
	margin-top: calc(var(--gap-section) * 4);
}
.mt50, .listGap{
	margin-top: calc(var(--gap-section) * 5);
}
.mt60, .mt60.listGap{
	margin-top: calc(var(--gap-section) * 6);
}
.mt70{
	margin-top: calc(var(--gap-section) * 7);
}
.mt80{
	margin-top: calc(var(--gap-section) * 8);
}
.mt90{
	margin-top: calc(var(--gap-section) * 9);
}
.mt100{
	margin-top: calc(var(--gap-section) * 10);
}
.mb10{
	margin-bottom: calc(var(--gap-section) * 1);
}
.mb20{
	margin-bottom: calc(var(--gap-section) * 2);
}
.mb30{
	margin-bottom: calc(var(--gap-section) * 3);
}
.mb40{
	margin-bottom: calc(var(--gap-section) * 4);
}
.mb50{
	margin-bottom: calc(var(--gap-section) * 5);
}
.mb60{
	margin-bottom: calc(var(--gap-section) * 6);
}
.mb70{
	margin-bottom: calc(var(--gap-section) * 7);
}
.mb80{
	margin-bottom: calc(var(--gap-section) * 8);
}
.mb90{
	margin-bottom: calc(var(--gap-section) * 9);
}
.mb100{
	margin-bottom: calc(var(--gap-section) * 10);
}
.my10{
	margin-block: calc(var(--gap-section) * 1);
}
.my20{
	margin-block: calc(var(--gap-section) * 2);
}
.my30{
	margin-block: calc(var(--gap-section) * 3);
}
.my40{
	margin-block: calc(var(--gap-section) * 4);
}
.my50{
	margin-block: calc(var(--gap-section) * 5);
}
/* ========Section Ends======== */

/* ========Heading Start======== */
.heading, .title, .subheading, .subtitle, .rj-widget-title, .headtag{
	display: block;
	position: relative;
	z-index: 1;
	font: 600 30px / 1.35 var(--secondaryFont);
	color: var(--heading-color);
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.heading:last-child, .title:last-child, .subheading:last-child, .subtitle:last-child, .widget-title:last-child, .headtag:last-child{
	margin-bottom: 0;
}
.heading{
	--font: 48px;
  	font: 700 clamp(28px, calc(1.5vw + 2vh + 1.2vmin), var(--font)) / 1.25 var(--secondaryFont);
  	margin-bottom: 24px;
}
.heading span, .title span {
	color: var(--primary-color);
}
.heading.heading-v2 {
	--font: 40px;
}
.title{
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 16px;
}
.headtag{
	font-size: 28px;
	margin-bottom: 16px;
}
.rj-widget-title{
	font-size: 24px;
	margin-bottom: 16px;
}
.subheading{
	font-size: 24px;
	margin-bottom: 8px;
}
.subtitle{
	font: 600 20px / 1.35 var(--primaryFont);
	margin-bottom: 8px;
}
a:hover :is(.subheading, .subtitle), a:hover:is(.subheading, .subtitle){
	color: var(--primary-color);
}
*.w, .text-white{
	color: var(--white-color);
}
/* ========Heading Ends======== */

/* ========Content Part Start======== */
.btn_left, .btn_center{
	text-align: left;
	margin-top: calc(var(--gap-section) * 5);
}
.btn_left.sm, .btn_center.sm{
	margin-top: calc(var(--gap-section) * 3);
}
.btn_center{
	text-align: center;
}
.btn_center [class*="rj-btn-"]:has(i), .text-center [class*="rj-btn-"]:has(i) {
	justify-content: center;
	margin-inline: auto;
}

.rj_content{
	position: relative;
	z-index: 1;
	margin: 0px 0px calc(var(--gap-section) * 4);
}
.rj_content:last-child{
	margin-bottom: 0;
}
.rj_content.text-center{
	margin-inline: auto;
}
.rj_content.max-content{
	max-width: 830px;
}
.rj_content.md-content{
	max-width: 600px;
}
.rj_content.sm-content{
	max-width: 400px;
}
.rj_editor_text ul:not([class]) {
    list-style: none;
    padding: 0;
    margin: 20px 0 20px 0px;
}
.rj_editor_text ul:not([class]):last-child {
    margin-bottom: 0;
}
.rj_editor_text strong{font-weight: 700; color: var(--heading-color);}
li {
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
    letter-spacing: 0.3px;
}
li:last-child{
	margin-bottom: 0;
}
.rj_editor_text ul:not([class]) li{
	padding-left: 30px;
}
.rj_editor_text ul:not([class]) li::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0px;
    width: 20px;
    height: 20px;
    background: url(../img/point.png) no-repeat center;
    background-size: contain;
}
/* ========Content Part Ends======== */

/* ========rjStyle Box Part Start======== */
.rj_box{
	position: relative;
	z-index: 1;
	min-height: 100%;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.rj_text{
	font-size: 16px;
	color: var(--box-color);
}
.border{
	border: 1px solid var(--border-color);
}
.radius-box{
	border-radius: 20px;
	overflow: hidden;
}
.rj_box.rj_grid-box {
	display: grid;
	gap: 20px;
}
.rj_grid-box-last{
	margin-top: auto;
}
.ratio11{
	aspect-ratio: 1/1;
}
.ratio32{
	aspect-ratio: 3/2;
}
.ratio43{
	aspect-ratio: 4/3;
}
.box-text-space{
	padding: 20px;
}
.rj_grid-box .rj_text{
	padding-bottom: 0px;
}
.rj_icon {
	background: #F2F2F2;
	position: relative;
	z-index: 1;
	--width: 60px;
	width: var(--width);
	height: var(--width);
	display: grid;
	place-items: center;
	padding: 8px;
	border-radius: 8px;
	box-shadow: 0 0 0 var(--primary-color);
	animation: rjPulse 2s infinite;
}
/* rjPulse */
  @-webkit-keyframes rjPulse {
	  0% {
		-webkit-box-shadow: 0 0 0 var(--primary-color);
	  }
	  70% {
		  -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
	  }
	  100% {
		  -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
	  }
	}
  @keyframes rjPulse {
	  0% {
		-moz-box-shadow: 0 0 0 var(--primary-color);
		box-shadow: 0 0 0 var(--primary-color);
	  }
	  70% {
		  -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
		  box-shadow: 0 0 0 10px rgba(204,169,44, 0);
	  }
	  100% {
		  -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
		  box-shadow: 0 0 0 0 rgba(204,169,44, 0);
	  }
  }
.shadowBox {
    box-shadow: var(--box-shadow);
}
/* ========rjStyle Box Part Ends======== */

/* ============== Common Ends =============== */

/* ============== Header Start =============== */
	.primary-bg{
		background: var(--primary-bg);
	}
	.site-header {
		background: var(--primary-bg);
		position: relative;
		z-index: 2;
	}
	.header_main {
		position: relative;
		z-index: 5;
		top: 0;
		left: 0;
		right: 0;
		background: var(--secondary-color);
		padding-block: 10px;
	}
	.header_wrap {
		box-shadow: 0px 1px 36px 0px #0F13170F;
		background: var(--white-color);
		padding: 20px 36px;
		border-radius: 20px;
	}
	.logo {
		display: block;
		position: relative;
		z-index: 1;
		max-width: 185px;
	}
	.logo img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
    

/* ======Header Right Start====== */
    .navigation_wrapper{
        gap: 54px;
    }
	.nav-right.btn-wrap {
		gap: 30px;
	}
    .call-support {
        font-size: 16px;
        color: var(--white-color);
        display: flex;
        align-items: start;
        gap: 10px;
    }
    .call-support:hover {
        color: var(--primary-color);
    }
    .call-support img {
        max-width: 40px;
    }
    .call-support span * {
        display: block;
    }
/* ======Header Right Ends====== */
/* ======Nav Menu Start====== */
.nav_wrapper ul {
    font: 300 16px / 1.5 var(--primaryFont);
    color: var(--nav-color);
    padding: 0;
    margin: 0;
    list-style: none;
}
.nav_wrapper > ul {
	display: flex;
	align-items: center;
	column-gap: 40px;
}
.nav_wrapper ul li{
	position: relative;
	z-index: 1;
	margin: 0;
}
.nav_wrapper a{
	display: block;
	color: inherit;
	position: relative;
	z-index: 1;
}
.nav_wrapper > ul > li > a {
	line-height: 40px;
}
.nav_wrapper a::after{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 0%;
	height: 2px;
	z-index: -1;
	background: currentColor;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.nav_wrapper a:hover::after, .nav_wrapper .current_page_item > a::after {
	width: 100%;
}
.nav_wrapper .menu-item-has-children {
	padding-right: 14px;
}
.nav_wrapper .menu-item-has-children::after {
	content: '';
	position: absolute;
	top: 18px;
	right: 0px;
	background: url(../images/dropdown.webp) no-repeat center;
	width: 10px;
	height: 9px;
	background-size: contain;
}
.nav_wrapper > ul .sub-menu {
	position: absolute;
	z-index: 2;
	--width: 280px;
	left: calc(-0.35 * var(--width));
	top: calc(100% + 12px);
	width: var(--width);
	font-size: 15px;
	background: var(--white-color);
	box-shadow: 0px 0px 10px #cecece;
	border-radius: 3px;
	overflow: hidden;
	margin-top: 15px;
	opacity: 0;
	visibility: hidden;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.nav_wrapper > ul > li:hover .sub-menu{
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}
.nav_wrapper .sub-menu a {
	display: block;
	padding: 10px 10px;
	border-bottom: 1px solid #ccc;
}
.nav_wrapper .sub-menu a:hover{
    color: var(--white-color);
}
.nav_wrapper .sub-menu a::after {
    height: 100%;
    background: var(--primary-gradient);
}
/* ======Nav Menu Ends====== */

/* ===========Sticky Header================ */
.sticky .header_main {
    position: fixed;
    background: var(--secondary-color);
    backdrop-filter: blur(3px);
    -webkit-animation: fadeInDown 500ms cubic-bezier(0.1, -0.6, 0.2, 0) both;
    animation: fadeInDown 500ms cubic-bezier(0.1, -0.6, 0.2, 0) both;
    filter: contrast(1.5);
}
.stickyFixed .header_main{
	-webkit-animation: fadeInUp 300ms backwards;
	animation: fadeInUp 300ms backwards;
}
.sticky .header_wrap {
    background: transparent;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -1px, 0);
		-ms-transform: translate3d(0, -1px, 0);
		transform: translate3d(0, -1px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -1px, 0);
		-ms-transform: translate3d(0, -1px, 0);
		transform: translate3d(0, -1px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}
.sticky .mainContainer { margin-top: var(--offsetTop); }
.sticky .nav_wrapper > ul {
    color: var(--white-color);
}
.sticky .nav_wrapper > ul > .menu-item-has-children::after {
	filter: brightness(0) invert(1);
}
.sticky .right-head [class*="rj-btn-"]:is(.gradient-btn):not(:hover) {
    background: var(--white-color);
    color: var(--primary-color);
}
.sticky .right-head [class*="rj-btn-"].transparent-btn {
    border-color: var(--white-color);
    color: var(--white-color);
}
.sticky .right-head [class*="rj-btn-"] img {
	filter: brightness(0) invert(1);
}
/* ===========Header Ends================ */
/* ============== Header Ends =============== */

/* ============== Banner Start =============== */
.common_banner {
	position: relative;
	z-index: 1;
	background: var(--primary-bg);
	padding-bottom: 30px;
}
.home_banner{
	--bannerHeight: 830px;
	min-height: var(--bannerHeight);
}
.bannerBox {
	min-height: var(--bannerHeight);
    padding-block: 80px;
    position: relative;
    z-index: 1;
    display: grid;
    align-content: center;
}

.inner_banner{
	position: relative;
	height: 440px;
	overflow: hidden;
}
.inner_banner::before{
	position: absolute;
	top: 0;
	left: 0; 
	background: rgba(0,0,0,50%);
	content: "";
	width: 100%;
	height: 100%;
}
.inner_banner::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(270deg, rgba(5, 23, 41, 0) 0%, rgba(5, 23, 41, 0.5) 100%);
	z-index: -1;
}
.inner_banner .banner_wrap{
	position: absolute;
	left: 0;
	right: 0;
	top: 30%;
}
.inner_banner .banner_img{
	height: 100%;
}
.inner_banner .banner_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.inner_banner .bannerheading{
	font: normal 700 70px/80px var(--secondaryFont);
	color: var(--white-color);
	text-align: center;
}
.inner_banner .bread_crumb {
	display: flex;
	align-items: center;
	column-gap: 20px;
	color: var(--white-color);
	font: normal 400 16px/24px var(--secondaryFont);
	justify-content: center;
	max-width: fit-content;
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #ffffff57;
	background: #060D2F36;
	border-radius: 6px;
}
.inner_banner .bread_crumb a{
	color: var(--white-color);
}
.inner_banner .bread_crumb a:hover{
	color: #17ABC8;
}
.inner_banner .bread_crumb li{position: relative; margin: 0;}
.inner_banner .bread_crumb li:not(:last-child)::before{
	content: '>';
	position: absolute;
	right: -16px;
}
.bannertext{
	position: relative;
	z-index: 1;
	color: var(--white-color);
	font-size: 18px;
	font-weight: 300;
}
.text-balance {
    text-wrap: balance;
}
.home_banner .bannertext-in {
    max-width: 600px;
}
.heading.bannerHeading {
    font-size: 64px;
    line-height: 1.15;
    color: inherit;
    font-weight: 600;
    margin-bottom: 12px;
}
.homeslider .owl-nav {
	position: absolute;
	bottom: 60px;
	right: 40px;
	display: flex;
	align-items: center;
	gap: 30px;
}
.homeslider .owl-nav [class*="owl-"] {
    position: relative;
    --offset: 0;
    transform: none;
    background: rgba(0, 0, 0, 0.25);
}
.borderLine {
    border-bottom: 1px solid #d9d9d93b;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    margin: calc(var(--gap-section) * 6) 0px;
}
.borderLine::after, .borderLine::before {
    content: '';
    --width: 6px;
    width: var(--width);
    height: var(--width);
    background: var(--orange-color);
    display: block;
    position: relative;
    top: calc(var(--width) / 2);
}
.home_banner .bannerTag {
	/* color: var(--tertiary-color); */
	color: #fff;
	font-family: var(--secondaryFont);
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}
/* ============== Banner Ends =============== */


/*============== About Our Company============== */
.top_title{
	color: var(--primary-color);
	font-family: var(--secondaryFont);
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}
.top_section {
	display: flex;
	gap: 5px;
	align-items: center;
	margin-bottom: 20px;
}
.top_section img{
	height: auto;
	width: auto;
	object-fit: contain;
}
.about_company_text .cms_para ul li{
	font-size: 16px;
	font-weight: 600;
	color: var(--heading-color);
	font-family: var(--secondaryFont);
}
.about_company_text .cms_para ul li::before{
	content: '\f058';
	font-family: 'FontAwesome';
	margin-right: 5px;
	font-size: 16px;
	color:var(--primary-color);
}
.about_company_image{
	position: relative;
}
.about_company_image .about_img1 {
	margin-left: auto;
	max-width: 550px;
}
.about_company_image .about_img2 {
	position: absolute;
	left: 13%;
	bottom: -6%;
}
.about_company_image .experience_year {
	position: absolute;
	top: 5%;
	right: -30px;
}

.expriance_box {
	width: 170px;
	padding: 30px;
	background: #17ABC8;
	position: absolute;
	top: 10%;
	right: -5%;
	color: #fff;
}
.expriance_box::before {
	content: '';
	position: absolute;
	top: -38px;
	background-color: #C74A1A;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	width: 38px;
	height: 38px;
	right: 0;
}
.expriance_year {
	display: flex;
	align-items: center;
	column-gap: 10px;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
}
.expriance_year span {
	transform: rotate(270deg);
	font-size: 16px;
	font-weight: 400;
	line-height: 0;
	margin-left: -10px;
}
.expriance_text{
	font: normal 500 18px/26px var(--primaryFont);
}
/*============== About Our Company============== */

/*============= Our Services ==============*/
.our_services_top{
	position: relative;
}
.our_services_top .text{
	padding: 65px 0;
}
.our_services_top .editor-text {
	width: 580px;
	color: #fff;
	margin-left: auto;
	position: relative;
}
.our_services_top::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 14% 100%);
	background-color: var(--tertiary-color);
}
.our_services_top .editor-text::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 3px;
	background-color: var(--white-color);
	top: 0;
	left: -3%;
}
.our_services_tab {
	background: #1A113A;
}
/* .our_services_tab .services{
	padding-top: 80px;
	padding-bottom: 50px;
} */
.our_services_tab .heading{
	color: var(--white-color);
}
.service_ul{
	padding-right: 100px;
}
.service_ul .single-service {
	border-top: 1px solid;
	margin: 0;
}
.service_ul .single-service:last-child {
	border-bottom: 1px solid;
}
.service_ul .single-service a {
	display: flex;
	justify-content: space-between;
	font-size: 24px;
	color: rgba(255, 255, 255, 0.7);
	padding: 20px 0;
	transition: .4s;
}
.service_ul .single-service a:hover{
	color: var(--primary-color);
	background-color: #22174A;
	padding: 20px 15px;
	transition: .4s;
}
.service_ul .single-service a i{
	transform: rotate(-45deg);
}
.service-box .box {
	width: 250px;
	position: absolute;
	z-index: 2;
	backdrop-filter: blur(4px);
	color: #fff;
	padding: 30px;
	border-radius: 0;
	box-shadow: 0 5px 50px rgba(0,0,0,0.5);
	/* margin-top: auto; */
	bottom: 10%;
	left: 10%;
	border: 1px solid #ffffff4f;
}
.service-box .box::before {
	content: '';
	background-color: var(--primary-color);
	width: 50px;
	height: 50px;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	position: absolute;
	top: 1%;
	right: 1%;
}
.service-box .box figure{
	max-width: 50px;
}
.service-box .box .subtitle{
	font: normal 700 24px/30px var(--secondaryFont);
	color: var(--white-color);
}
.services .service_text{
	padding-top: 80px;
  	padding-bottom: 50px;
}
.services #service_box{height: 100%; position: relative;}
.services .service-box{
	height: 100%;
  	width: 50vw;
}
.services .service-box .learbtn{
	font: normal 400 16px var(--primaryFont);
	color: var(--white-color);
	display: flex;
	align-items: center;
	column-gap: 5px;
}
.services .service-box .learbtn i{
	transform: rotate(45deg);
  	font-size: 14px;
	transition: .3s;
}
.services .service-box .learbtn:hover i{
	transform: rotate(90deg);
	transition: .3s;
}
/*============= Our Services ==============*/

/*============ footer =======================*/
.footer {
	background: url('../img/footerbg.png');
	padding: 0 0 50px;
}
.container_footer{
	position: relative;
	z-index: 2;
	backdrop-filter: blur(4px);
	color: #fff;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.container_footer .row{
	padding: 80px 20px 10px;
}
.footer_logo{
	max-width: 220px;
	margin-bottom: 10px;
}
.footer_col a, .footer_col p{
	color: #BEBEBE;
	display: block;
}
.footer_col a:hover{color: #fff;}
.footer_col .text-white{
	font: normal 700 20px var(--primaryFont);
	color: var(--white-color);
	margin-bottom: 15px;
	text-transform: capitalize;
}
.fotter_link a{
	position: relative;
	padding-left: 15px;
}
.fotter_link a::before {
	content: '>>';
	position: absolute;
	left: 0;
	color: #BEBEBE;
	font-size: 14px;
	letter-spacing: -3px;
	line-height: 14px;
}
.copyright_grid{
	display: grid;
	grid-template-columns: repeat(1, 1fr 1fr 1fr);
}
.copyright_grid .cw_text {
	display: block;
	text-align: center;
	padding: 8px 0;
	font-size: 14px;
	color: #ffffff75;
}
.copyright_grid .cw_text:hover, .copyright_grid .cw_text a:hover{color: var(--white-color);}
.copyright_grid .cw_text:not(:last-child){
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.copyright_grid a, .copyright_grid p{
	margin: 0;
	color: #ffffff75;
}
.copyright{
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
/*=========== footer =====================*/

/* ==========Whychoose=========== */
.choose_grid{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 30px;
	position: relative;
}
.choose_grid .box {
	border: 1px solid #66666636;
	padding: 60px 30px;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	background-position: top right !important;
}
.choose_grid .box .icon{max-width: 50px; position: relative;}
.choose_grid .box .icon::before {
	content: '';
	position: absolute;
	background-color: var(--primary-color);
	width: 100%;
	height: 1px;
	top: -18px;
}
.choose_grid::before {
	content: '';
	background: url('../img/logo.png') center no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transform: translate(0%, 0%);
	display: none;
}
/* ==========Whychoose==========*/

/* ============Quote Form============ */
.quote_section{
	background-color: var(--white-color);
	padding: 50px;
	border-top: 3px solid var(--primary-color);
}
.contact_page_form label{
	font: normal 400 16px var(--primaryFont);
	color: var(--heading-color);
	margin-bottom: 10px;
}
.contact_page_form .formrow{
	margin-bottom: 20px;
}
/* ============Quote Form============ */

/* ====SERVICE LISTING======== */
.sm_content{
	text-align: center;
	margin-bottom: 40px;
}
.sm_content .top_section{
	justify-content: center;
}

.service_box{
	display: block;
	position: relative;
}
.service_box figure{
	width: 100%;
	height: 360px;
	overflow: hidden;
}
.service_box figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1) rotate(0deg);
	transition: .3s;
}
.service_box:hover figure img{
	transform: scale(1.05) rotate(1deg);
	transition: .3s;
}
.service_box .service_name {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font: normal 700 30px/40px var(--secondaryFont);
	color: var(--white-color);
	text-align: left;
	z-index: 2;
	padding: 20px;
	transition: all 900ms ease-in;
}
.service_box::before {
	content: '';
	background: #1010106b;
	backdrop-filter: blur(4px);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 24%;
	z-index: 1;
	transition: all 400ms ease-in;
}
.service_box:hover::before{
	height: 100%;
	transition: all 400ms ease-in;
}


.service_editor_text{
	font: normal 400 16px/24px "Inter", sans-serif;
	color: #454545;
}
.service_editor_text .short-description {
	background: linear-gradient(90deg, #17ABC875, transparent);
	padding: 10px 8px;
	position: relative;
	font: normal 600 16px/24px "Inter", sans-serif;
	color: #252525;
}
.service_editor_text .short-description span{
	color: #005D70;
	display: block;
}
.service_editor_text .short-description::before {
	content: '';
	background-color: #005D70;
	height: 100%;
	width: 2px;
	position: absolute;
	left: 0;
	top: 0;
}
.service_editor_text ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 20px 20px;
}
.service_editor_text ul:last-child {
    margin-bottom: 0;
}
.service_editor_text strong{font-weight: 700; color: var(--heading-color);}
.service_editor_text ul li {
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
    letter-spacing: 0.3px;
	padding-left: 20px;
}
.service_editor_text ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0px;
    width: 15px;
    height: 15px;
    background: #17ABC8;
    background-size: contain;
	border-radius: 100%;
	outline: 2px #17ABC8;
}
.service_editor_text ul li::after {
	position: absolute;
	width: 20px;
	height: 20px;
	content: "";
	display: block;
	border-radius: 50%;
	top: 3px;
	left: -2px;
	transform: scale(0);
	transform-origin: center;
	-webkit-backface-visibility: hidden;
	z-index: -1;
	background-color: #17ABC8;
	-webkit-animation: wave-animate 2s infinite ease-out;
	animation: wave-animate 2s infinite ease-out;
}
@-webkit-keyframes wave-animate {
	0% {
	  transform: scale(0);
	  opacity: 1;
	}
	100% {
	  transform: scale(2);
	  opacity: 0;
	}
  }
  @keyframes wave-animate {
	0% {
	  transform: scale(0);
	  opacity: 1;
	}
	100% {
	  transform: scale(2);
	  opacity: 0;
	}
  }

  .catorylist_box{
	padding: 30px 20px;
	background-color: var(--white-color);
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  }
  .catorylist_box .subtitle{
	font-size: 26px;
	font-weight: 600;
  }
  .catorylist_box ul{
	margin: 20px 0;
  }
  .catorylist_box ul li a{
	font: normal 600 18px/26px "Inter", sans-serif;
	padding: 8px 0;
	color: #3B3F48;
	border-bottom: 1px solid #CACACA;
	display: block;
  }
  .catorylist_box ul li a:hover{
	color: #17ABC8;
  }
/* ====SERVICE LISTING======== */

  /**CONTACT_PAGE_STARTS**/
  .contact_faq_box{
    padding-right: 90px;
}
.contact_single_details_box {
	border-radius: 6px;
	/* border: 1px solid #BCBCBC; */
	text-align: left;
	height: 100%;
	padding: 20px;
	position: relative;
	top: 0;
	transition: .35s;
	background: #F7F8FA;

}
.contact_single_details_box .borderLine{margin: 20px 0;}
.contact_single_details_box:hover{
    position: relative;
    top: -5px;
    transition: .35s;
}
.contact_single_details_box i{
	width: 60px;
	height: 60px;
	font-size: 30px;
	background-color: var(--white-color);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #F78558;
}
.contact_details_box_heading {
	font-size: 14px;
	color: #121315;
	line-height: 38px;
	font-weight: 700;
	margin-bottom: 10px;
}
.contact_single_details_box a{
    font-size: 18px;
    line-height: 28px;
    color: var(--text-color);
    font-weight: 500;
}
.conatct_form .quote_section{
	margin-top: 0;
	border-top: 2px solid #17ABC8;
}
.conatct_form{
	margin-bottom: -180px;
}

.success-img{
	max-width: 200px;
	margin: 20px auto;
}

.service_deatils .rj-btn-call{
	background: #000000c4;
}

.serch_form{
	padding: 10px;
	background-color: var(--white-color);
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	border: 1px solid #eee;
	margin-bottom: 20px;
}
.serch_form input{border: none; outline: none;}
.serch_form input:focus{border: none; outline: none;}

/* .toast.toast-info{
background: rgb(49, 128, 49) !important;
} */

#toast-container > div{
	opacity: 1 !important;
}

.submit_ajax_btn.loading:disabled,
#submit_ajax_btn.loading:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}
.submit_ajax_btn.loading:disabled::after,
#submit_ajax_btn.loading:disabled::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid transparent;
    border-top: 2px solid #fff;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}
 
@keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
}

.file_grid .pdf_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* max-width: 300px; */
	padding: 20px 10px;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 500;
	color: #222;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	transition: all 300ms ease-in-out;
}
.file_grid .pdf_box:hover {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	color: var(--primary-color);
	transition: all 300ms ease-in-out;
}

.file_grid .pdf_box .download-icon{
	max-width: 50px;
}
.file_grid .pdf_box .download-icon img{
	width: 100%;
  	height: 100%;
}


.ui-widget.ui-widget-content{padding: 10px;}
.list_item_container{
	display: flex;
  	align-items: center;
  	column-gap: 10px;
}
.list_item_container .image{
	max-width: 90px;
}
.list_item_container .label h6{font: normal 400 16px/24px var(--primaryFont) !important;}
.ui-widget-content a{color: var(--primary-color) !important;}
.ui-widget-content a:hover{color: var(--secondary-color) !important;}
.ui-menu .ui-menu-item-wrapper, .ui-menu .ui-state-focus, .ui-menu .ui-state-active{padding: 0 !important;}
.ui-menu .ui-menu-item{list-style-image: none !important; margin-bottom: 10px;}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active{border: none !important; margin: 0 !important;}
.ui-menu .ui-menu-item{margin-bottom: 10px !important;}
.quote_icon
{
	display: none;
}
.at-tab .fa-map-location-dot {
	position: relative;
	width: 14px;
	height: 20px;
	flex-shrink: 0;
}
.at-tab .fa-map-marker-alt{
	margin-right: 3px;
}
.at-tab .fa-map-location-dot::before {
	content: '';
	background: url('../img/postal-service.png') no-repeat center;
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: contain;
	font-size: 0;
	left: 0;
}

.grecaptcha-badge{
	z-index: 999;
}