/**----open sans---------------**/
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans/OpenSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/opensans/OpenSans-ExtraBold.woff') format('woff'),
        url('../fonts/opensans/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans/OpenSans-BoldItalic.woff2') format('woff2'),
        url('../fonts/opensans/OpenSans-BoldItalic.woff') format('woff'),
        url('../fonts/opensans/OpenSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/opensans/OpenSans-Bold.woff') format('woff'),
        url('../fonts/opensans/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans/OpenSans-Italic.woff2') format('woff2'),
        url('../fonts/opensans/OpenSans-Italic.woff') format('woff'),
        url('../fonts/opensans/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans/OpenSans-Medium.woff2') format('woff2'),
        url('../fonts/opensans/OpenSans-Medium.woff') format('woff'),
        url('../fonts/opensans/OpenSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans/OpenSans-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/opensans/OpenSans-ExtraBoldItalic.woff') format('woff'),
        url('../fonts/opensans/OpenSans-ExtraBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans/OpenSans-LightItalic.woff2') format('woff2'),
        url('../fonts/opensans/OpenSans-LightItalic.woff') format('woff'),
        url('../fonts/opensans/OpenSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/opensans/OpenSans-Light.woff') format('woff'),
        url('../fonts/opensans/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans/OpenSans-MediumItalic.woff2') format('woff2'),
        url('../fonts/opensans/OpenSans-MediumItalic.woff') format('woff'),
        url('../fonts/opensans/OpenSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/opensans/OpenSans-SemiBold.woff') format('woff'),
        url('../fonts/opensans/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/opensans/OpenSans-Regular.woff') format('woff'),
        url('../fonts/opensans/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans/OpenSans-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/opensans/OpenSans-SemiBoldItalic.woff') format('woff'),
        url('../fonts/opensans/OpenSans-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/**----poppins---------------**/
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Bold.woff') format('woff'),
        url('../fonts/poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-BlackItalic.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-BlackItalic.woff') format('woff'),
        url('../fonts/poppins/Poppins-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Black.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Black.woff') format('woff'),
        url('../fonts/poppins/Poppins-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-ExtraLight.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-ExtraLight.woff') format('woff'),
        url('../fonts/poppins/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-BoldItalic.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-BoldItalic.woff') format('woff'),
        url('../fonts/poppins/Poppins-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-ExtraBoldItalic.woff') format('woff'),
        url('../fonts/poppins/Poppins-ExtraBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-ExtraBold.woff') format('woff'),
        url('../fonts/poppins/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Italic.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Italic.woff') format('woff'),
        url('../fonts/poppins/Poppins-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Light.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Light.woff') format('woff'),
        url('../fonts/poppins/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-ExtraLightItalic.woff') format('woff'),
        url('../fonts/poppins/Poppins-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-LightItalic.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-LightItalic.woff') format('woff'),
        url('../fonts/poppins/Poppins-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Medium.woff') format('woff'),
        url('../fonts/poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-MediumItalic.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-MediumItalic.woff') format('woff'),
        url('../fonts/poppins/Poppins-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Thin.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Thin.woff') format('woff'),
        url('../fonts/poppins/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-SemiBoldItalic.woff') format('woff'),
        url('../fonts/poppins/Poppins-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Regular.woff') format('woff'),
        url('../fonts/poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-ThinItalic.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-ThinItalic.woff') format('woff'),
        url('../fonts/poppins/Poppins-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

.glide,.glide__slides{position:relative;width:100%}.glide__slides,.glide__track{overflow:hidden}.glide__slide,.glide__slide a,.glide__slides--dragging{user-select:none}.glide{box-sizing:border-box}.glide *{box-sizing:inherit}.glide__slides{list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:initial;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows,.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}
.glide__arrow,.glide__bullet{cursor:pointer;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1)}.glide__arrow:focus,.glide__bullet:focus{outline:0}.glide__arrow{position:absolute;display:block;top:50%;z-index:2;color:#fff;text-transform:uppercase;padding:9px 12px;background-color:transparent;border:2px solid rgba(255,255,255,.5);border-radius:4px;text-shadow:0 .25em .5em rgba(0,0,0,.1);opacity:1;transition:opacity 150ms,border .3s ease-in-out;transform:translateY(-50%);line-height:1}.glide__arrow:hover{border-color:#fff}.glide__arrow--left{left:2em}.glide__arrow--right{right:2em}.glide__arrow--disabled{opacity:.33}.glide__bullets{position:absolute;z-index:2;bottom:2em;left:50%;display:inline-flex;list-style:none;transform:translateX(-50%)}.glide__bullet{background-color:rgba(255,255,255,.5);width:9px;height:9px;padding:0;border-radius:50%;border:2px solid transparent;transition:.3s ease-in-out;line-height:0;margin:0 .25em}.glide__bullet:focus,.glide__bullet:hover{border:2px solid #fff;background-color:rgba(255,255,255,.5)}.glide__bullet--active{background-color:#fff}.glide--swipeable{cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.glide--dragging{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}

body{
	font-family: 'Open Sans', sans-serif;
}
html {
  scroll-behavior: smooth;
}

a{
	text-decoration: none;
	color: inherit;
}
ul{
	margin: 0;
}

header.headerMain{
	height: 83px;
	padding: 18px 0;
	background: #1774FF;
	display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 99999;
}
header.headerMain nav ul{
	display: flex;
	gap: 30px;
	list-style-type: none;
}
header.headerMain .hdr_row.row{
	justify-content: space-between;
	    align-items: center;
/*            flex-direction: row-reverse;*/
}
header.headerMain .hdr_col.col {
    flex: 1 1 auto;
    max-width: fit-content;
    width: auto;
}
header.headerMain nav ul li a{
	color: #FFF;
	font-family: Open Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 27px */
}
header.headerMain .hdr_btn a{
	display: inline-flex;
	padding: 7px 40px 8px 41px;
	justify-content: center;
	align-items: center;
	border-radius: 70px;
	border: 1px solid #FFF;
	color: #FFF;
	text-align: center;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 200% */
	text-transform: capitalize;
	transform: all 0.6s;
}
header.headerMain .hdr_btn a:hover{
	color: #1774FF;
	background-color: #fff;
}


.banner{
	background: linear-gradient(141deg, #BEE4F5 0%, #F4F4F4 100%), linear-gradient(209deg, #EEF4FA 0%, #FCFCFC 100%);
	min-height: 602px;
	padding-top: 0px;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
	align-items: center;
    display: flex;
}
img.banner_bg_img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}


img.banner_bg_img {
     left: unset; 
    right: 0;
    top: 0;
    width: 85%;
    object-position: bottom right;
}

.banner_pic {
    position: absolute;
    bottom: 0;
    left: 0;
}
.banner > .row{
	align-items: center;
}
.banner .container{
	z-index: 9;
}

/**banner caption**/
.bannerCaption{
    position: relative;
    padding-bottom: 90px;
}
img.offer_dis_icon {
    position: absolute;
    right: -27px;
    width: 161px;
    top: 59%;
}
.bannerCaption h2{
	color: #0F0F0F;
	font-family: 'Poppins', sans-serif;
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 48px */
	text-transform: uppercase;
	margin-bottom: 3px;
}

.bannerCaption h1 strong{
	font-weight: inherit;
    background: var(--linear-2-paints, linear-gradient(75deg, #4B4FFF 0%, #05C1FF 50.19%, #9AE2FB 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bannerCaption h1{
	font-family: Open Sans;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 72px */
	text-transform: uppercase;
	margin-bottom: 24px;
    min-height: 75px;
}
.bannerCaption .bannerButton{
	display: inline-flex;
	padding: 9px;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	background: #1774FF;
	color: #FFF;
	text-align: center;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 200% */
	text-transform: capitalize;
	margin-top: 4px;
    min-width: 267px;
}
.bannerCaption  .bannerButton:hover{
	background-color: #000;
}


/**banner counter**/

.banner_counter p.limitedOffer{
	color: #0F0F0F;
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 37.5px */
}
.banner_counter p.limitedOffer strong{
	color: #1774FF;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 23px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 139.13% */
	text-transform: capitalize;
	margin-left: 16px;
}

.countdownListBanner {
display: flex;
align-items: center;
direction: ltr;
    justify-content: end;
}
.countdownListBanner {
display: flex;
gap: 20px;
color: #fff;
margin: 10px 0px;
}
.countdownListBanner span {
display: block;
width: 100%;
font-weight: 600;
letter-spacing: 0px;
border-radius: 4px;
margin-bottom: 10px;
}
.countdownListBanner span > span {
position: relative;
background: #0F0F0F;
width: 66px;
height: 48px;
color: #FFF;
text-align: center;
font-family: Open Sans;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 120%;
}
.countdownListBanner > div{
	color: #000;
	font-family: Open Sans;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 0;
	text-align: center;
	font-weight: 700;
	text-transform: capitalize;
	position: relative;
}

img.no_card_img {
    position: absolute;
    top: -65px;
    left: -150px;
    width: 160px;
    height: auto;
}

/**features_sec**/
.features_sec{
	padding: 90px 0;
	background: #F4F4F4;
}

.heading_title{
	margin-bottom: 40px;
}
.heading_title .heading_h{
	color: #222;
	font-family: 'Poppins', sans-serif;
	font-size: 38px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 64.4px */
/*	text-transform: uppercase;*/
	margin-bottom: 20px;
}
.heading_title .heading_p{
	color: #505050;
	text-align: center;
	font-family: Open Sans;
	font-feature-settings: 'clig' off, 'liga' off;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 28.8px */
	max-width: 70%;
	margin:0 auto 0;
}
.features_item figcaption{
	margin-bottom: 40px;
}
.features_item > a{
	width: 100%;
	display: block;
	position: relative;
}
.features_item > a img {
    width: 100%;
    height: auto;
    pointer-events: none;
}
.features_item figcaption h2{
	color: #222;
	font-family: Open Sans;
	font-size: 23px;
	font-style: normal;
	font-weight: 600;
	line-height: 135%; /* 135.652% */
	margin-bottom: 20px;
}
.features_item figcaption p{
	color: #222;
	font-family: Open Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 173%; /* 173.333% */
	margin-bottom: 0;
}


/**about us**/
.aboutUs{
    padding: 87px 0 81px;
    background: #F4F4F4;
    position: relative;
}
.aboutUs .heading_title .heading_p{
    max-width: 100%;
    text-align: left;
   
}
.bgImg_section{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.bgImg_section img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aboutUs .container{
    z-index: 9;
    position: relative;
}
.aboutUs .aboutusHm_bx {
    display: flex;
    gap: 30px;
   justify-content: end;
}
.aboutUs .aboutusHm_list {
    width: 200px;
    height: 198px;
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 18px 5px;
    border-radius: 20px;
        box-shadow: 1px 0px 0px 1px #f0f0f0;
}
.aboutUs .aboutusHm_list img{
    width: 77px;
    height: 77px;
    object-fit: contain;
    margin-bottom: 10px;
}
.aboutUs .aboutusHm_list h3{
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 3px;
}
.aboutUs .aboutusHm_list p{
    color: #505050;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.aboutUs .heading_title{
    margin-bottom: 0;
}


/**our team**/
.ourTeam{
    background-color: #1774FF;
    padding: 90px 0;
    margin-top: -35px;
    direction: ltr;
}
.ourTeam .team_profile img {
    margin-bottom: 10px;
    width: 270px;
    height: 270px;
    object-fit: contain;
}

.ourTeam .team_profile h3{
  margin-bottom: 10px;
  color: #222;
 font-family: 'Open Sans', sans-serif;
font-size: 23px;
font-weight: 600;
line-height: 31.2px; /* 135.652% */ 
}
.ourTeam .team_profile p{
    margin-bottom: 0;
}
.ourTeam .team_profile{
    color: #585B63;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 31.2px; /* 173.333% */
    margin-bottom: 30px;
}

.ourTeam .glide__bullets {
    position: static!important;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    transform: inherit;
}
.ourTeam .glide__bullets button{
    border-radius: 0px;
    border: none;
    background-color: inherit;
    width: auto;
    height: auto;
    box-shadow: none;
}
.ourTeam .glide__bullets button img{
    width: 130px;
    height: 130px;
    object-fit: contain;
    border-radius: 20px;
}
.ourTeam_slide .row > div {
    flex: 1 1 auto;
    max-width: fit-content;
}
.ourTeam .glideTeam_bx {
    background: #fff;
    width: 320px;
    padding: 25px;
    border-radius: 20px;
    margin: 0 0 0 auto;
}
.ourTeam .glideTeam_bx .glide__arrows{
    display: flex;
    gap: 10px;
    justify-content: end;
    margin-top: -20px;
}
.ourTeam .glideTeam_bx .glide__arrows button {
    position: static;
    width: 50px;
    height: 50px;
    background: #FCC502;
    padding: 0;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    transform: inherit;
}
.ourTeam .glideTeam_bx .glide__arrows button:hover{
    background: #FDE58D;
}
.ourTeam .glideTeam_bx .glide__arrows button.glide__arrow--left{
   border-radius: 30px 0px 0px 30px;
}
.ourTeam .glideTeam_bx .glide__arrows button.glide__arrow--right{
    border-radius: 0px 30px 30px 0px;
}
.ourTeam .slider__bullet.glide__bullet.glide__bullet--active img{
   transform: scale(1.1);
   border: 2px solid yellow;
}
.ourTeam .slider__bullet img{
  transition: all 0.6s;
}
.ourTeam .slider__bullet:hover img{
    transition: all 0.6s;
    transform: scale(1.1);
}




/**contact us**/
.contactHm{
/* background: #E6EAF3;*/
 padding: 90px 0;
 overflow: hidden;
 position: relative;

 background: linear-gradient(360deg, #C3E6F5 0%, #F4F4F4 100%);
}

.contactHm .row {
    flex-flow: row-reverse;
    margin-top: 40px;
}
.contact_details {
    direction: ltr;
}

.contactHm .form_bx .form-control{
	border-radius: 20px;
	border: 1px solid #C4C4C4;
	background: #F8F7F7;
	height: 60px;
	color: #505050;
	font-family: Open Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 27px */
}

.contactHm .form_bx .form-control::placeholder{
	color: #505050;
	font-family: Open Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 27px */
}
.contactHm .form_bx textarea.form-control{
	height: 122px;
}

.contactHm .form_bx .form-control:focus{
	outline: none;
	box-shadow: none;
}
.contactHm .form_bx .form-group{
	margin-bottom: 24px;
}
.contactHm .form_bx .terms{
	color: #222;
	font-family: Open Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 27px */
}
.contactHm .form_bx .terms a{
	color: #20A0E8;
	text-decoration-line: underline;
}
.contactHm .form_bx .btn-primary{
   display: flex;
	padding: 14px 0px;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	background: #1053F3;
	color: #fff;
	text-align: center;
	font-family: Open Sans;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 160% */
	text-transform: capitalize;
	width: 100%;
	border:1px solid #1053F3;
	cursor: pointer;
	transform: all 0.6s;
}
.contactHm .form_bx .btn-primary:hover{
	background: #000;
	color: #fff;
	transform: all 0.6s;
}

.contact_info {
/*    padding-right: 100px;*/
}
.contact_info {
    /* padding-right: 100px; */
    text-align: left;
}
.contact_info h2 {
    color: #2B2929;
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 30px;
}
.contact_info p {
    color: #222;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 30px;
}
.contact_info .icons_info {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    align-items: baseline;
    flex-direction: column;
}

.contact_info .icons_info:last-child{
	margin-bottom: 0;
}

.contact_info .icons_info svg, 
.contact_info .icons_info img{
	width: 20px;
	height: 20px;
	object-fit: contain;
	position: relative;
	top: 0px;
}
.contact_info .icons_info span{
	color: #222;
	font-family: Open Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 36.8px */
    width: 100%;
    flex: 1 1 100%;
    max-width: 100%;
}
.contact_sharing {
    display: flex;
    gap: 27px;
    margin-top: 40px;
}
.contact_sharing a{
	transition: all 0.6s;
}
.contact_sharing a:hover{
	transition: all 0.6s;
	transform: scale(1.1);
}
.boost_icons_contactUs{
    position: absolute;
    bottom: 39px;
    left: 64px;
    -webkit-animation: action 1s infinite  alternate;
    animation: action 1s infinite  alternate;
    height: auto;
    width: 163px;
}

/**footer**/
footer.footer{
	background: #1053F3;
	padding: 93px 0;
}
footer.footer .ftr_menu{
	margin: 33px 0 40px;
}
footer.footer .ftr_menu ul{
	list-style-type: none;
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: center;
}
footer.footer .ftr_menu ul li a{
	color: #FFF;
	text-align: center;
	font-family: Open Sans;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%; /* 38.4px */
}
footer.footer .ftr_copyright p{
	color: rgba(224, 224, 224, 0.87);
	text-align: center;
	font-family: Open Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%; /* 28.8px */
	margin-bottom: 0;
}

.popupBx_modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    overflow: auto;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.7);
        margin: auto;
    z-index: 99999;
}
.popupBx_modal.openModalBx{
   display: flex;
    align-items: center;
}

.modal-windowNew {
    position: relative;
    background-color: #FFFFFF;
    width: 50%;
    margin: 10% auto;
    padding: 20px;
}
.modal-windowmodal-windowNew.small {
    width: 75%;
}
.modal-windowmodal-windowNew.large {
    width: 75%;
}
.closeModalBx {
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(0,0,0,0.3);
    height: 30px;
    width: 30px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}
.closeModalBx:hover,
.closeModalBx:focus {
    color: #000000;
    cursor: pointer;
}
.openModalBx {
    display: block;
}
.popupBx_modal .modal_content img {
    width: 100%;
    height: auto;
}

/**more options**/
.moreOptons{
  padding: 90px 0;
  background-color: #1053F3;
  position: relative;
} 
.background_img_section{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;  
}
.background_img_section img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.moreOptons .container{
    position: relative;
}
.moreOptons .heading_title h2{
  color: #fff;
} 
.moreOptons_col-right {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.moreOptons_bx{
  height: 180px;
  flex: 1 1 calc(33.33% - 15px);
  max-width: calc(33.33% - 15px);
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.41);
  background: linear-gradient(181.43deg, rgba(27, 100, 236, 0.5) -74.56%, rgba(24, 134, 237, 0.5) 55.56%),
linear-gradient(0deg, rgba(255, 255, 255, 0.41), rgba(255, 255, 255, 0.41));
  text-align: center;
  position: relative;
  top: 0;
  transition: top ease 0.5s;
}
.moreOptons_bx:hover{
   top: -8px; 
}
.moreOptons_bx img{
  width: 50px;
  height: auto;
  margin: auto;
}
.moreOptons_bx h3{
    color: #FFF;
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 0;
}
.moreOptons_row {
    display: flex;
    gap: 30px;
}
.moreOptons_col-left {
    flex: none;
    width: 262px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.moreOptons_col-left h3 {
    color: #EAEAEA;
    text-align: center;
    font-family: Open Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.moreOptons_col-left p{
    margin-bottom: 45px;
}
.moreOptons_col-left p strong {
    color: #FAFF00;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 123.5%;
}
.moreOptons_col-left p span{
    color: #FFF;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 123.5%;
}
.moreOptons_col-left .btn-primary{
    padding: 9px 0px;
    border-radius: 50px;
    background: #FFF;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    color: #317DF8;
    text-align: center;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 160% */
    text-transform: capitalize;
    border:1px solid #FFF;
}
.moreOptons_col-left .btn-primary:hover{
    background-color: inherit;
    color: #fff;
}

/**block element**/
.blockElement{
    background: #fff;
    padding: 32px 0;
}
.blockElement h3{
    color: #0F0F0F;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 64.4px */
    text-transform: uppercase;
/*    max-width: 69%;*/
    margin: auto;
}
.blockElement h3 span{
    color: #05C1FF;
}
.blockElement p {
    font-size: 18px;
    max-width: 94%;
    margin-left: auto;
    margin-right: auto;
}

.aboutUs_blocks{
    padding: 90px 0;
    background-color: #fff;
  }
  .aboutUs_dec h3 {
    color: #222;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    margin-bottom: 34px;
    font-family: 'Poppins', sans-serif;
}
.aboutUs_lists p span {
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    font-family: 'Poppins', sans-serif;
}
.aboutUs_lists p {
    display: flex;
    gap: 14px;
    margin-bottom: 0;
    align-items: center;

}
.aboutUs_lists p img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}
.aboutUs_lists {
    display: flex;
    gap: 17px;
    flex-direction: column;
}
.aboutUs_dec h4 {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    margin-top: 34px;
}
.aboutUs_thumbs .btn-primary {
    display: flex;
    width: 446px;
    padding: 9px 0px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #FFA900;
    color: #FFF;
    text-align: center;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 160% */
    text-transform: capitalize;
    margin: -10px auto 0;
    border: 1px solid #FFA900;
}
.aboutUs_thumbs .btn-primary:hover{
   background: #fff;
   color: #FFA900;
}
.offer_special_rate img {
    width: 160px;
    height: auto;
    margin-bottom: 30px;
}
.posRel{
    position: relative;
}

@media only screen and (max-width: 1600px){
.aboutUs_blocks{
    padding: 60px 0;
  }
  .aboutUs_dec h3 {
    font-size: 28px;
    margin-bottom: 24px;
}
.aboutUs_lists p span {
    font-size: 16px;
}
.aboutUs_lists p {
    gap: 12px;
}
.aboutUs_lists p img {
    width: 40px;
    height: 40px;
}
.aboutUs_lists {
    gap: 14px;
}
.aboutUs_dec h4 {
    font-size: 22px;
    margin-top: 24px;
} 

.blockElement{
    padding: 32px 0;
}
.blockElement h3{
    font-size: 30px;
    max-width: 50%;
}
.contactHm p {
    font-size: 16px;
}

.moreOptons{
  padding: 60px 0;
} 
.moreOptons_bx{
  padding: 28px;
}
.moreOptons_bx h3{
  font-size: 18px;
}
.moreOptons_wrap h3{
  font-size: 22px;
}
.moreOptons_col-left h3{
    font-size: 20px;
}
.aboutUs_thumbs .btn-primary {
    width: 220px;
    margin-top: 0;
    margin-bottom: 30px;
    padding: 6px;
    margin-top: -10px;
}
img.offer_dis_icon {
    right: 0px;
    top: 44%;
}

/**our team**/
.ourTeam{
    padding: 60px 0;
    margin-top: -25px;
}
.ourTeam .glide__bullets{
    gap: 18px;  
}
.ourTeam .glideTeam_bx {
    width: 312px;
    padding: 20px;
    border-radius: 15px;
}
.ourTeam .glide__bullets button img{
    width: 120px;
    height: 120px;
}
.ourTeam .team_profile h3{
    font-size: 20px;
    line-height: 120%;
}
.ourTeam .team_profile{
    font-size: 16px;
    line-height: 120%;
    padding: 0;
}
.ourTeam .glideTeam_bx .glide__arrows{
    gap: 4px;
}
.ourTeam .glideTeam_bx .glide__arrows button{
    width: 36px;
    height: 36px;
}
.ourTeam .glideTeam_bx .glide__arrows button svg{
    width: 11px;
    height: 11px;
}
}

@media only screen and (max-width: 700px){
  .aboutUs_thumbs img{
    margin-top: 0px;
  }
.aboutUs_blocks .row {
    flex-direction: column-reverse;
}
.aboutUs_lists {
    gap: 12px;
}
.aboutUs_lists p img {
    width: 38px;
    height: 38px;
}

.blockElement h3{
    font-size: 26px;
    max-width: 100%;
} 
.blockElement h3 br{
    display: none;
}
.moreOptons_bx {
    height: 109px;
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
    padding: 10px;
} 
.moreOptons_bx h3 {
    font-size: 16px;
}
.moreOptons_wrap h3 {
    font-size: 24px;
}
.moreOptons_wrap h3 br{
    display: none;
} 
.moreOptons_row{
    flex-direction: column;
}
.moreOptons_col-left{
    width: 100%;
    max-width: 80%;
    margin: auto;
}
.moreOptons_col-left h3{
    font-size: 22px;
}
.moreOptons_col-left p strong{
    font-size: 40px;
}
.moreOptons_col-left p span{
    font-size: 24px;
}
.moreOptons_col-left p {
    margin-bottom: 30px;
}
.moreOptons_col-left .btn-primary{
    margin-bottom: 20px;
}
.aboutUs_thumbs .btn-primary {
    width: 220px;
}
}


/**faq section**/
.faq_blocks{
  padding: 90px 0;
  background: #F4F4F4;
  position: relative;
}  
.faq_blocks .container{
    position: relative;
    z-index: 999;
}
img.bgFaqsElements{
    position: absolute;
    bottom: 40%;
    right: 5%;
    width: 70px;
}
.faqs_videos{
  display: flex;
  gap: 39px;
}  
.faqs_videos .faqs_col{
  flex:1 1 auto;
}
/*.faqs_videos .faqs_col:last-child {
    width: 276px;
    flex: none;
}*/
.faqs_videos .faq_thumbs img {
    margin-bottom: 50px;
}
.faq_thumbs_dec h3 {
    color: #2B2929;
    font-family: Open Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 20px;
}
.faq_thumbs_dec p{
  color: #585B63;
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.2px;
  margin-bottom: 30px;
}
.faq_thumbs_dec a{
  border-radius: 50px;
  background-color: #1053F3;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px; /* 160% */
  text-transform: capitalize;
  border:1px solid #1053F3;
}
.faq_thumbs_dec a:hover{
  color: #1053F3;
  background-color: #fff;
}

.faqs_videos .faqs_col .faqs_list{
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.faqs_videos .faqs_col .faqs_list p{
  color: #222;
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
  padding: 0!important;
  
}
.faqs_videos .accordion-item-header-faq{
   padding: 15px 20px;
   border-radius: 4px;
  background: #FFF;
  display: flex;
  gap: 20px;
}
.accordion-item-faq:hover{
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);  
}
.hiddenStyle {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.faqs_videos .icon-faq:after,
.faqs_videos .icon-faq:before {
    content: "";
    position: absolute;
    border-radius: 20px;
    transition: 0.3s ease-in-out;
    background-color: #fff;
}
.faqs_videos .icon-faq {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background-color: #1053F3;
    color: #fff;
    transition: color 0.25s;
    position: relative;
    border-radius: 100%;
}
.faqs_videos .icon-faq:before {
    width: 12px;
    height: 1.5px;
    pointer-events: all;
}
.faqs_videos .icon-faq:after {
    width: 1.5px;
    height: 12px;
}
.faqs_videos .accordion-item-header-faq.active-faq > .icon-faq::before {
    transform: rotate(180deg);
}
.faqs_videos .accordion-item-header-faq.active-faq > .icon-faq::after {
    transform: rotate(90deg);
}
button#loadMore {
    margin-top: 20px;
    border-radius: 50px;
    background-color: #1053F3;
    width: 240px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-transform: capitalize;
    border: 1px solid #1053F3;
}
button#loadMore:hover{
   color: #1053F3;
  background-color: #fff;
}
.accordion-item-body-faq {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: #fff;
} 
.accordion-item-body-content-faq {
    padding: 20px;
}
.accordion-item-body-content-faq iframe{
    margin: 0px 0 20px;
    width: 804px;
    height: 480px;
}
.faqs_videos .faqs_col .faqs_list p:hover{
    color: #1774FF;
    cursor: pointer;
}
.faqs_videos .faqs_col .faqs_list .accordion-item-header-faq.active-faq p{
     color: #1774FF;
}

@media only screen and (max-width: 1600px){
.faq_blocks{
  padding: 60px 0;
}  
.faqs_videos{
  gap: 30px;
}  
.faqs_videos .faq_thumbs img {
    margin-bottom: 40px;
}
.faq_thumbs_dec h3 {
    font-size: 22px;
    margin-bottom: 20px;
}
.faq_thumbs_dec p{
  font-size: 18px;
  margin-bottom: 30px;
}
.faq_thumbs_dec a{
  height: 46px;
  font-size: 20px;
}
.faqs_videos .faqs_col .faqs_list p{
  padding: 10px 15px;
  font-size: 16px;
}
.faqs_videos .accordion-item-header-faq{
     padding: 10px 15px;
  font-size: 16px;
}
.faqs_videos .icon-faq{
    width: 25px;
    height: 25px;
}
button#loadMore {
    height: 46px;
    font-size: 20px;
}
.accordion-item-body-content-faq iframe{
    width: 500px;
    height: 280px;
}
}

@media only screen and (max-width: 840px){
 .faqs_videos .faqs_col:last-child {
    width: 100%;
    flex: none;
} 
img.bgFaqsElements{
  display: none;
}
.faqs_videos {
    flex-direction: column;
    flex-direction: column-reverse;
}
.faq_thumbs {
    text-align: center;
}
.faqs_videos .faq_thumbs img {
    margin-bottom: 20px;
    width: 140px;
}
.accordion-item-body-content-faq iframe{
        width: 300px;
    height: 180px;
}
}
@media only screen and (max-width: 300px){
.accordion-item-body-content-faq iframe{
        width: 100%;
    height: 180px;
}
}
/**end faq section**/


@media only screen and (max-width: 1600px){

p.offer_tagS img {
    width: 232px;
    height: auto;
}
.container{
	max-width: 1100px;
}

header.headerMain .logo img{
	width: 160px;
}

header.headerMain{
	height: 60px;
	padding: 12px 0;
}
header.headerMain nav ul{
	gap: 24px;
}
header.headerMain nav ul li a{
	font-size: 16px;
}
header.headerMain .hdr_btn a{
	padding: 5px 20px;
	font-size: 14px;
}
.banner{
	min-height: 500px;
	padding-top: 40px;
}
/**banner caption**/
.bannerCaption h2{
	font-size: 45px;
	margin-bottom: 10px;
}
.bannerCaption h1{
	font-size: 30px;
	margin-bottom: 10px;
}
.bannerCaption  .bannerButton{
	padding: 6px 25px;
	font-size: 16px;
	margin-top: 20px;
}
.bannerCaption  .bannerButton:hover{
	background-color: #000;
}


/**banner counter**/

.banner_counter p.limitedOffer{
	font-size: 20px;
}
.banner_counter p.limitedOffer strong{
	font-size: 20px;
	margin-left: 6px;
}
.countdownListBanner {
gap: 14px;
color: #fff;
margin: 10px 0px;
}
.countdownListBanner span {
 margin-bottom: 5px;
}
.countdownListBanner span > span {
width: 45px;
height: 38px;
font-size: 30px;
}

img.no_card_img {
    position: absolute;
    top: -43px;
    left: -111px;
    width: 116px;
    height: auto;
}
.banner_pic img {
    width: 100%;
    height: auto;
}

/**features_sec**/
.features_sec{
	padding: 60px 0;
	background: #F4F4F4;
}
.heading_title{
	margin-bottom: 20px;
}
.heading_title .heading_h{
	font-size: 30px;
}
.heading_title .heading_p{
	font-size: 16px;
}
.moreOptons .heading_title h2{
    margin-bottom: 30px;
}
.blockElement p {
    font-size: 16px;
}
.features_item figcaption{
	margin-bottom: 40px;
}
.features_item figcaption h2{
	font-size: 20px;
	margin-bottom: 10px;
}
.features_item figcaption p{
	font-size: 16px;
}

/**contact us**/
.contactHm{
 padding: 60px 0;
}
.contactHm .form_bx .form-control{
	height: 50px;
	font-size: 16px;
	}

.contactHm .form_bx .form-control::placeholder{
	font-size: 16px;
}
.contactHm .form_bx textarea.form-control{
	height: 80px;
}
.contactHm .form_bx .form-group{
	margin-bottom: 18px;
}
.contactHm .form_bx .terms{
	font-size: 14px;
}
.contactHm .form_bx .btn-primary{
  padding: 10px 0px;
	font-size: 16px;
}
.contact_info {
/*    padding-right: 40px;*/
}
.contact_info h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.contact_info p {
    font-size: 18px;
    margin-bottom: 18px;
}
.contact_info .icons_info {
    gap: 5px;
    margin-bottom: 10px;
}

.contact_info .icons_info svg, 
.contact_info .icons_info img{
	width: 18px;
	height: 18px;
}
.contact_info .icons_info span{
	font-size: 18px;
}
.contact_sharing {
    gap: 16px;
    margin-top: 28px;
}
.contact_sharing img{
	width: 32px;
}

/**footer**/
footer.footer{
	padding: 60px 0;
}
footer.footer .ftr_menu{
	margin: 20px 0 30px;
}
footer.footer .ftr_menu ul{
	gap: 20px;
}
footer.footer .ftr_menu ul li a{
	font-size: 18px;
}
footer.footer .ftr_copyright p{
	font-size: 14px;
}
}



@media only screen and (max-width: 830px){

p.offer_tagS img {
    width: 290px;
    height: auto;
}
p.offer_tagS img.desktopIcons{
    display: none;
}
p.offer_tagS img.mobileIcons.d-none {
    display: block!important;
    margin: auto;
}
.banner .container{
    padding-left: 0;
    padding-right: 0;
}
.boost_icons_contactUs{
    bottom: unset;
    top: 100px;
    left: 20px;
    right: unset;
    width: 90px;
}

header.headerMain{
	height: auto;
}
header.headerMain .hdr_row.row {
    justify-content: space-between;
/*    flex-direction: row-reverse;*/
}
header.headerMain .hdr_row.row .logo img {
    width: 90px;
        margin-right: 0;
}
header.headerMain nav ul {
    justify-content: center;
    gap: 2px 10px;
    margin: 10px 0;
    flex-wrap: wrap;
}
header.headerMain nav ul li a {
    font-size: 14px;
}
header.headerMain .hdr_btn a {
    padding: 6px 10px;
    font-size: 13px;
    line-height: 120%;
}
.banner {
    min-height: 330px;
    text-align: center;
    background: linear-gradient(4deg, #C5E7F6 0%, #EDF2F5 100%);
    padding: 30px 0 0;
}
img.offer_dis_icon{
   
      width: 105px;
        top: unset;
        margin-top: -38px;
        bottom: unset;
        right: -19px;
}
.banner_pic {
    position: static;
    padding-top: 20px;
    text-align: center;
}
.bannerCaption h1 {
   font-size: 26px;
        font-weight: 700;
        min-height: 90px;
}
.bannerCaption{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
}
.bannerCaption h2{
	font-size: 18px;
}
.banner_counter p.limitedOffer {
    font-size: 16px;
}
.banner_counter p.limitedOffer strong{
    font-size: inherit;
}
.bannerCaption .bannerButton{
    min-width: 120px;
}
.countdownListBanner{
	justify-content: center;
	gap: 10px;
}
.countdownListBanner span > span {
    width: 50px;
    height: 40px;
    font-size: 26px;
    line-height: initial;
}
.countdownListBanner > div{
	font-size: 9px;
}
img.no_card_img {
    position: absolute;
    top: -28px;
    left: -80px;
    width: 86px;
    height: auto;
}
.bannerCaption .bannerButton {
    padding: 4px 30px;
    font-size: 15px;
    margin-top: 10px;
}
.heading_title .heading_h {
    font-size: 26px;
        margin-bottom: 10px;
        line-height: 30px;
}
.heading_title .heading_p{
       max-width: 100%;	
}
.blockElement p {
        max-width: 100%;
}
.features_item figcaption{
    text-align: center;
}
.features_item figcaption h2 {
    font-size: 16px;
    margin-bottom: 5px;
}
.features_item figcaption p {
    font-size: 15px;
    line-height: 150%;
}
.contactHm {
    padding: 60px 0 40px;
}
.contactHm .form_bx .form-control {
    height: 40px;
    font-size: 14px;
   border-radius: 10px; 
}
.contactHm .form_bx .form-control::placeholder{
    font-size: 14px;
}
.contactHm .form_bx .form-group {
    margin-bottom: 10px;
}
.contactHm .form_bx textarea.form-control {
    height: 70px;
}
.contactHm .form_bx .terms {
    font-size: 12px;
}
.contactHm .form_bx .form-group img{
	width: 100%;
}
.contactHm .form_bx .btn-primary {
    padding: 5px 0px;
    font-size: 16px;
    height: 40px;
}
.contact_info {
/*    padding-right: 0px;*/
}
.contact_info h2 {
    font-size: 16px;
    margin-bottom: 10px;
}
.contact_info p {
    font-size: 16px;
    margin-bottom: 15px;
}
.contact_info .icons_info span {
    font-size: 16px;
}
.contact_info .icons_info svg, 
.contact_info .icons_info img {
    width: 14px;
    height: 14px;
}
.contact_sharing {
        gap: 10px;
        margin-top: 18px;
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        height: 40px;
        z-index: 999;
        bottom: 0;
        background: #094dee;
        justify-content: space-around;
        display: flex;
        gap: 0;
        overflow: hidden;
    }
  .contact_sharing > a {
    flex: 1 1 auto;
    text-align: center;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
} 
.contact_sharing img {
        width: 45px;
    }
    .contact_sharing a:hover {
  
    transform: inherit;
}
  .contact_sharing > a:nth-child(1){
     background: #10bc10;
  } 
  .contact_sharing > a:nth-child(2){
     background: #4286f4;
  } 
  .contact_sharing > a:nth-child(3){
      background: #f19d43;
  } 
.contactHm .container > .row {
    flex-direction: column-reverse;
    gap: 30px;
}

footer.footer {
    padding: 35px 0 70px;
}
footer.footer .ftr_logo img {
    width: 90px;
}
footer.footer .ftr_menu ul {
    gap:5px 10px;
    flex-wrap: wrap;
}
footer.footer .ftr_menu ul li a {
    font-size: 16px;
}
footer.footer .ftr_menu {
    margin: 20px 0 10px;
}
footer.footer .ftr_copyright p {
    font-size: 11px;
}
header.headerMain nav {
    display: none;
}
.humberMenu {
/*	display: inline-block!important;*/
}
.humberMenu.change + nav#primaryMenu {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    width: 260px;
    height: 100vh;
    background: #0a63e7;
    z-index: 99;
}
.humberMenu.change + nav#primaryMenu ul {
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-start;
    width: 100%;
    padding: 20px;
    margin: 0;
    direction: ltr;
}
.modal-windowNew{
	    width: 95%;
}

}

/**ipad**/
@media only screen and (min-width: 768px) and ( max-width: 1024px){
 .contactHm .container > .row {
    flex-direction: row-reverse;
    gap: inherit;
}
.container{
	padding-left: 30px;
	padding-right: 30px;
}

}

@media only screen and (min-width:2000px){
	.banner_pic{
		left: 10vw;
	}
}

@media only screen and (max-width:1999px){
.banner_pic img {
    width: 1050px;
    height: auto;
}
}

@media only screen and (max-width:1600px){
.banner_pic img {
    width: 800px;
    height: auto;
}
}
@media only screen and (max-width:1300px){
.banner_pic img {
    width: 100%;
    height: auto;
    
}
.banner_pic{
	position: static;
}
}
@media only screen and (max-width: 768px){
    .aboutUs_thumbs .btn-primary {
/*        margin-top: -55px;*/
    }
}
/**ipad**/
@media only screen and (min-width: 768px) and ( max-width: 1001px){
.ourTeam{
    padding: 40px 0;
}
.ourTeam .glide__bullets{
    gap: 10px;
}
.ourTeam .glide__bullets button img{
    width: 80px;
    height: 80px;
    border-radius: 10px;
}
.ourTeam .glideTeam_bx{
    width: 290px;
    padding: 10px;
    border-radius: 10px;
}
.ourTeam .team_profile h3{
    font-size: 18px;
    line-height: 100%;
}

.aboutUs{
    padding: 40px 0;
}
.aboutUs .aboutusHm_bx{
    gap: 10px;
}
.aboutUs .aboutusHm_list {
    height: 140px;
    padding: 15px 10px 10px;
    border-radius: 10px;
}
.aboutUs .aboutusHm_list img {
    width: 45px;
    height: 45px;
}
.aboutUs .aboutusHm_list h3 {
    font-size: 18px;
}
.aboutUs .aboutusHm_list p {
    font-size: 16px;
    text-align: center;
    line-height: 18px;
}    
}
/**mobile**/
@media only screen and (max-width: 767px){
.ourTeam {
    padding: 35px 0;
}
.ourTeam .glide__bullets {
    gap:15px 5px;
    justify-content: center;
}
.ourTeam .glide__bullets button{
    flex:1 1 28%;
    max-width: 30%;
}
.ourTeam .glide__bullets button img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.ourTeam .glideTeam_bx {
    width: 290px;
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    margin: 40px auto 0;
}
.ourTeam .team_profile img {
    width: 97%;
    height: auto;
}
.ourTeam .team_profile {
    width: 253px;
}
.ourTeam_slide .row > div {
    padding: 0;
    max-width: inherit;
}
.ourTeam .glideTeam_bx .glide__arrows{
    margin-top: -8px;
} 

.aboutUs{
    padding: 35px 0;
}
.aboutUs .row {
/*    flex-direction: column-reverse;*/
    gap: 20px 0;
}
.aboutUs .aboutusHm_bx{
    gap: 20px;
}
.aboutUs .aboutusHm_list {
    width: 50%;
    height: 140px;
    padding:10px 10px 10px;
    border-radius: 10px;
}
.aboutUs .aboutusHm_list img {
    width: 40px;
    height: 40px;
}
.aboutUs .aboutusHm_list h3 {
    font-size: 20px;
}
.aboutUs .aboutusHm_list p {
    font-size: 16px;
    text-align: center;
    line-height: 18px;
}
.aboutUs .heading_title.text-left, 
.aboutUs .heading_title .heading_p {
    text-align: left;
}
.aboutUs picture.bgImg_section img {
    object-position: bottom center;
    object-fit: contain;
}

}

@media only screen and (max-width: 520px){
    img.offer_dis_icon {
               right: 5px;
               left: 30px;
        width: 105px;
        top: unset;
        margin-top: 0;
        bottom: -118px;
    }
    .boost_icons_contactUs {
        top: -12px;
    }
    img.banner_bg_img{
    display: none!important;
}
.banner_pic.d-none {
    display: block!important;
}
.heading_title .heading_h, 
.blockElement p, 
.heading_title .heading_p, 
.contactHm p{
    text-align: left;
}
.moreOptons .heading_title .heading_h{
    text-align: center;
}
}
@media only screen and (max-width: 340px){
  img.no_card_img {
    top: -28px;
    left: -63px;
    width: 69px;
} 
.bannerCaption h1 {
    font-size: 34px;
} 
}


/** responsive menu**/
.humberMenu {
  display: none;
  cursor: pointer;
  position: absolute;
    right: 12px;
    top: 7px;
}
.humberMenu.change + nav#primaryMenu {
    display: flex;
}
.bar1, .bar2, .bar3 {
 width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 7px 0;
    transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 7px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

/**scroll animation**/
:root {
  --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --animation-duration: 1s;
}
@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.25);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.25);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(90vw) rotateY(67.5deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(90vw) rotateY(67.5deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
[data-animation] {
  opacity: 0;
  -webkit-animation-timing-function: var(--animation-timing-function);
  animation-timing-function: var(--animation-timing-function);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: var(--animation-duration);
  animation-duration: var(--animation-duration);
  will-change: transform, opacity;
}
.animations-disabled, .animations-disabled [data-animation] {
  -webkit-animation: none !important;
  animation: none !important;
  opacity: 1 !important;
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
.slideInLeft {
  -webkit-animation-name: slideInleft;
  animation-name: slideInleft;
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.zoomReverseIn {
  -webkit-animation-name: zoomReverseIn;
  animation-name: zoomReverseIn;
}
.flipInY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
.flipOutY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  animation-direction: reverse;
}

@media only screen and (max-width: 359px){
.g-recaptcha {
    transform: scale(0.68)!important;
    -webkit-transform: scale(0.68)!important;
    transform-origin: 0 0!important;
    -webkit-transform-origin: 0 0!important;
        transform-origin: center!important;
}
}
.loader {
  display: none;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 99999;
}
.loading {
  border: 2px solid #ccc;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border-top-color: #1ecd97;
  border-left-color: #1ecd97;
  animation: spin 1s infinite ease-in;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


figure.features_item img{
	transition: all 0.6s;
}
figure.features_item:hover img{
	transition: all 0.6s;
	transform: scale(0.9);
}
figure.features_item span.searchViewer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    padding: 4px;
    pointer-events: none;
    background-color: #fff;
    border-radius: 100%;
    opacity: 0;
    transition: all 0.6s;
    z-index: 9999;
    border:1px solid #eee;
}
figure.features_item > a:hover span.searchViewer {
	opacity: 1;
    transition: all 0.6s;
}
.error_red_validate{
  color: red;
}


@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

@media only screen and (min-width:500px) and (max-width: 980px){
    .boost_icons_contactUs{
        display: none;
    }
}

@media only screen and (min-width:521px) and (max-width: 767px){
        img.offer_dis_icon {
        right: unset;
        left: 20px;
    }
    img.banner_bg_img {
    width: 99%;
}
}
