
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --h1-color: hsl(0, 0%, 100%);
    --h2-color: #00053d;
    --h3-color: #0b1a33;
    --h4-color: #02062e;
    --h5-color: #0c5cff;
    --h6-color: #558eff;
    --heading-desc : #4a5568;
    --p-dark-color : #1a202c;
    --p-light-color : #a4acc4; 
}

h1,h2,h3,h4,h5,h6{
    color: var(--h3-color) !important;
}

p,span,a{
    color: var(--p-dark-color) !important;
}

/* grid css starts */
.container { width: 100%; margin-left: auto; margin-right: auto; }
.container-fluid { width: 96%; margin-left: auto; margin-right: auto; }
/* .row {position: relative;  width: 100%; } */
.row::after { content: ""; display: table; clear: both; }
.row [class^="col"] { float: left; min-height: 0.125rem; }
.col-1-sm {width: 8.33%;}
.col-2-sm {width: 16.66%;}
.col-3-sm {width: 25%;}
.col-4-sm {width: 33.33%;}
.col-5-sm {width: 41.66%;}
.col-6-sm {width: 50%;}
.col-7-sm {width: 58.33%;}
.col-8-sm {width: 66.66%;}
.col-9-sm {width: 75%;}
.col-10-sm {width: 83.33%;}
.col-11-sm {width: 91.66%;}
.col-12-sm {width: 100%;}
.hidden-in-sm {display: none;}

@media only screen and (min-width: 48em) {  /* 768px */
	.col-1-tb {width: 8.33%;}
	.col-2-tb {width: 16.66%;}
	.col-3-tb {width: 25%;}
	.col-4-tb {width: 33.33%;}
	.col-5-tb {width: 41.66%;}
	.col-6-tb {width: 50%;}
	.col-7-tb {width: 58.33%;}
	.col-8-tb {width: 66.66%;}
	.col-9-tb {width: 75%;}
	.col-10-tb {width: 83.33%;}
	.col-11-tb {width: 91.66%;}
	.col-12-tb {width: 100%;}
	.hidden-in-sm {display: block;}
}
@media only screen and (min-width: 60em) { /* 960px */
	.col-1 {width: 8.33%;}
	.col-2 {width: 16.66%;}
	.col-3 {width: 25%;}
	.col-4 {width: 33.33%;}
	.col-5 {width: 41.66%;}
	.col-6 {width: 50%;}
	.col-7 {width: 58.33%;}
	.col-8 {width: 66.66%;}
	.col-9 {width: 75%;}
	.col-10 {width: 83.33%;}
	.col-11 {width: 91.66%;}
	.col-12 {width: 100%;}
	.col-13 {width: 10%;}
	.col-14 {width: 80%;}
	.hidden-in-sm {display: block;}
}
/* grid css ends */
/* Video */
body{
	line-height: 1.5;
	font-family: "Nato Sans", sans-serif;
	font-weight: 400;
	overflow-x: hidden;
    color: #151d79 !important;
}
.text-center {
    text-align: center;
}
*{
	margin:0;
	box-sizing: border-box;
}
/* h1,h2,h3,h4,h5{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #0c5cff !important;
} */
:before,:after{
	box-sizing: border-box;
}
.container{
	max-width: 1200px;
	margin:auto;
}
img{
    vertical-align: middle;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
.v-center{
	align-items: center;
}
ul{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}

/* header starts */
/* header */
.header{
    position: fixed; top: 0; left: 0; width: 100%;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0.9% 5% 0.5% 5%; 
    height: var(--nav-h);
	font-family: "Noto Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
    box-sizing: border-box; z-index: 1000;
    background-color: transparent; color: #fff;
    border-bottom: 3px solid rgba(0,0,0,0.1);
	transition: 0.5s ease-in-out;
}
.header .item-left{
	flex:0 0 25%;
}
.header .item-center{
	flex:0 0 50%;
}
.header .item-right{
	flex:0 0 25%;
	display: flex;
	justify-content: flex-end;
}
.header .menu > ul > li{
	display: inline-block;
	line-height: 30px;
	margin-left: 10px;
    padding: 5px 10px;
    border-radius: 8px;
}

@media(min-width: 992px){
    .header .menu > ul > li.menu-item-has-children:hover .sub-menu{
        margin-top: 0;
        visibility: visible;
        opacity: 1;
        /* top: 65px; */
    }
}
.header .menu > ul > li .single-column-menu{
	min-width: 280px;
	max-width: 300px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: flex;
   align-items: center;
   gap: 10px; 
   padding-bottom: 25px;
   margin-bottom: 10px;
   padding: 10px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li:hover {
	background: aliceblue;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
}
.header .menu > ul > li .sub-menu.single-column-menu > .list-item > ul > li{
   line-height: 1;
   display: flex;
   align-items: center;
   gap: 10px; 
   padding-bottom: 15px;
}
.header .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);	
}
.header .menu > ul > li .sub-menu.mega-menu-column-4{
  max-width: 770px;
  width: 100%; 	
  display: flex;
  flex-wrap: wrap;
  padding:20px 15px;
}
.header .menu > ul > li .sub-menu.single-column-menu{
  width: 100%; 	
  padding:20px 0px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
  flex:0 0 33.33%;
  padding:0 15px;
}
.header .menu > ul > li .sub-menu.single-column-menu > .list-item{
  flex:0 0 50%;
  padding:0 15px;
}
.mobile-menu-head,
.mobile-menu-trigger{
	display: none;
}
@media(max-width: 991px){
    .header{
        padding: 5%;
    }
	.header .item-center{
		order:3;
		flex:0 0 100%;
	}
	.header .item-left,
	.header .item-right{
		flex:0 0 auto;
	}
	.v-center{
		justify-content: space-between;
	}
    .header .mobile-menu-trigger{
		display: flex;
		height: 30px;
		width: 30px;
		margin-left: 15px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
	}
	.header .mobile-menu-trigger span{
		display: block;
		height: 2px;
		background-color: #ffffff;
		width: 24px;
		position: relative;
	}
    .header .mobile-menu-trigger span:before,
	.header .mobile-menu-trigger span:after{
		content: '';
		position: absolute;
		left:0;
		width: 100%;
		height: 100%;
		background-color: #ffffff;
	}
	.header .mobile-menu-trigger span:before{
		top:-6px;
	}
	.header .mobile-menu-trigger span:after{
		top:6px;
	}
	.header .item-right{
		align-items: center;
	}
    .header .menu{
		position: fixed;
		width: 320px;
		background-color:#ffffff;
		left:0;
		top:0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}
	.header .menu.active{
	   transform: translate(0%);	
	}
	.header .menu > ul > li{
		line-height: 1;
		margin:0;
		display: block;
	}
	.header .menu > ul > li > a{
		line-height: 50px;
		height: 50px;
		padding:0 50px 0 15px;
		display: block;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
    .header .menu > ul > li > a i{
		position: absolute;
		height: 50px;
		width: 50px;
		top:0;
		right: 0;
		text-align: center;
		line-height: 50px;
		transform: rotate(-90deg);
	}
	.header .menu .mobile-menu-head{
		display: flex;
		height: 52px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #ffffff;
		top:0;
	}
	.header .menu .mobile-menu-head .go-back{
		height: 50px;
		width: 50px;
		border-right: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;
		font-size: 16px;
		display: none;
	}
    .header .menu .mobile-menu-head.active .go-back{
		display: block;
	}
	.header .menu .mobile-menu-head .current-menu-title{
		font-size: 15px;
		font-weight: 500;
		color:#000000;
        padding: 0 20px;
	}
	.header .menu .mobile-menu-head .mobile-menu-close{
	    height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;	
		font-size: 25px;
	}
    .header .menu .menu-main{
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.header .menu > ul > li .sub-menu.mega-menu,
	.header .menu > ul > li .sub-menu{
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin:0;
		padding:15px;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
	}
.header .menu > ul > li .sub-menu.active{
	display: block;
}
@keyframes slideLeft{
	0%{
		opacity:0;
		transform: translateX(100%);
	}
	100%{
	    opacity:1;
		transform: translateX(0%);	
	}
}
@keyframes slideRight{
	0%{
		opacity:1;
		transform: translateX(0%);
	}
	100%{
	    opacity:0;
		transform: translateX(100%);	
	}
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
		margin-top:0;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
		margin-bottom: 20px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
		margin-bottom:0px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
		flex: 0 0 100%;
        padding: 0px;
	}
	.header .menu > ul > li .sub-menu > ul > li > a,
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
		display: block;
	}
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
		margin-bottom: 15px;
	}
	.menu-overlay{
		position: fixed;
		background-color: rgba(0,0,0,0.5);
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity:0;
		transition: all 0.5s ease;
	}
	.menu-overlay.active{
	  visibility: visible;
	  opacity:1;	
	}

}

/* header ends */



#myVideo {
    position: absolute;
    right: 0;
    /* bottom: 0; */
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    top: 40px;
    height: 1px;
}
.btn {
    color: #ffffff;
    text-shadow: rgb(255, 255, 255) 0px 1px 1px;
    cursor: pointer;
    padding: 0.6rem 0.8rem;
    background-color: #030916;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 25px;
    transition: 0.3s ease-in-out;
}
.btn:hover{
    background-color: #fff;
    color: #030916;
    text-shadow: 0px 1px 1px #030916;
}
.list-item span{
    font-size: 11px;
    color: #aaaecf;
    transition: 0.5s ease;
}
.sub-list li{
    display: flex;
   align-items: center;
   gap: 10px; 
   padding-bottom: 15px;
}

.list-item span:hover{
    color: #ffffff;
}
.sub-list .title-text:hover{
    color: #ffffff !important;
}
.sub-list .title-text{
    font-size: 14px !important;
    color: #aaaecf !important;
    transition: 0.5s ease;
}
    .ttl {
        text-align: left !important;
    }
    .shortcut__ {
    font-size: 16px;
    margin-bottom: 22px;
    text-shadow: 0 1px 1px #000;
    font-weight: 400;
}
.custom-cards span, .custom-cards p
 {
    /* color: #7A7A7A; */
    font-weight: 400;
}
.custom-card-element {
    background-color: #F9FAFB;
    padding: 15px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #F2F4F7;
    border-radius: 16px;
    margin: 20px 0 20px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.top-link{
    margin-bottom: 100px;
}
.custom-card-element:hover::before
 {
    transform: translate(0, 0) scale(1);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    opacity: 1;
    cursor: pointer;
}
.custom-card-element::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    background: #174EA0;
    transition: transform 0.5s cubic-bezier(.4,0,.2,1), width 0.5s cubic-bezier(.4,0,.2,1), height 0.5s cubic-bezier(.4,0,.2,1);
    opacity: .6;
}
.icon-box-icon {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}
.box-icon {
    width: 35px;
    height: 35px;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.custom-card-element .icon-box-content h3
 {
    margin-bottom: 10px;
    
}
.custom-card-element .icon-box-content p {
    font-size: 15px;
    margin-top: 20px;
    color: #ffffff ;
}
.custom-card-element:hover .icon-box-title span{
    color: #fff !important;
}
.custom-card-element:hover p{
    color: #ffffff !important;
}
.custom-card-element:hover .box-icon svg {
    background: #90b1f3;
    border-radius: 50%;
    position: absolute;
}
.custom-card-element:hover::after {
    position: absolute;
    right: 10px;
    top: 10px;
    content: "";
    width: 28px;
    height: 28px;
    background-size: contain;
    background-image: url(../img/arrow-up-right-1.svg);
    background-repeat: no-repeat;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.custom-card-element:hover .icon-box-content {
    color: #fff !important;
    position: relative;
    cursor: pointer;
} 
.custom-card-element:hover h3{
    color: #fff !important;
}
.out-source h2 {
    text-transform: uppercase;
    color: #003b4d;
    font-size: 1rem;
    font-weight: 500;
    padding-bottom: .5rem;
}
.sell-shade .rich {
    font-size: 2rem;
        font-weight: 100;
    text-shadow: 1px 1px #000;
}  
.out-source .start-body {
    font-size: 1rem;
    margin-bottom: 30px;
    opacity: .6;
    font-weight: 400;
    padding-top: 1rem;
}
img {
    max-width: 100%;
}
.shade-text {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.start-body {
    /* text-wrap: balance; */
    opacity: .6;
    font-size: 1.15rem;
    font-weight: 400;
    padding-top: 1rem;
    color: var(--heading-desc);
}
.shade-text span {
    font-size: 18px;
    text-decoration: underline;
    padding: 0 5px;
}
.rich {
        font-size: 1rem;
        font-weight: 400;
    }
.hero-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0 30px 0;
    flex-direction: column;
}
.hero-head h2{
    width: 100%;
}
.cta-button{
    display: flex;
    justify-content: center;
    margin: 50px 0;
}
.cta-button a{
    background-color: transparent;
    color: #00031f;
    border-radius: 25px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: -.025rem;
    line-height: 115%;
    overflow: hidden;
    padding: 1rem;
    position: relative;
    z-index: 0;
    border: 1px solid #00031f;
    transition: 0.5s ease;
        box-shadow: 0 12px 20px rgba(0,0,0,0.5);
}
.cta-button a:hover{
    background-color: #00031f;
    color: #ffffff !important;

}
/* contact css*/
.breadcrumb-area {
    text-align: center;
    padding: 130px 0 114px;
    background-size: cover;
}
.breadcrumb-area .page-title
 {
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 1.38px;
    color: #ffffff !important;
    margin-bottom: 15px;
}
.breadcrumb-area .page-list li {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.32px;
    color: #fbbfb0;
    list-style: none;
    display: inline-block;
    position: relative;
    padding-left: 10px;
}
.breadcrumb-area .page-list li:first-child
 {
    padding-left: 0;
}
.single-input-wrap {
    position: relative;
    padding: 0 5px;
}
.single-input-wrap .single-input {
    width: 100%;
    height: 52px;
    background: transparent;
    border: 1px solid #D9DDE4;
    border-radius: 4px;
    padding: 18px;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.3px;
    color: #97A1B2;
}
.single-input-wrap label {
    position: absolute;
    top: 17px;
    left: 20px;
    color: #999 !important;
    cursor: text;
    transition: all 0.15s ease-in-out 0s;
    z-index: -1;
    font-size: var(--body-font-size);
    line-height: 1.2;
    letter-spacing: 0.3px;
    color: #97A1B2;
}
.single-input-wrap .single-input.textarea {
    min-height: 134px;
}
/* privacy */
article {
    width: 100%;
    border: 1px solid #00053d5d;
    background-color: #fff;
    padding: 25px;
    position: relative;
    top: -100px;
    box-shadow:0 0 1px 2px rgba(0,0,0,0.1);
}
article h2{
    text-align: center;
    font-size: 1.5em;
    font-weight: 300;
    text-shadow: 0 1px 1px #00053d;
    margin-bottom: 30px;
}
article h3{
    font-size: 1.1em;
    font-weight: 300;
    text-shadow: 0 1px 1px #00053d;
    margin-bottom: 20px;
}

.hero{
    background-color: #f4f8ff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/banner-bg.png);
    height: 100vh;
}
.header .menu > ul > li > a {
    font-size: 16px;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
    font-variation-settings: "wdth" 100;
    color: #ffffff !important;
}
.header{
    border-bottom: 1px solid rgba(0, 0,0, 0.1);
}
.btn {
    color: #fff;
    text-shadow: rgb(255,255,255,255) 0px 1px 1px;
    cursor: pointer;
    padding: 0.6rem 0.8rem;
    background-color: #102A43;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 25px;
    transition: 0.3s ease-in-out;
    border: 1px solid #1a73e8;
    transition: 0.5s ease;
}
    .header .menu > ul > li:hover {
        background: rgba(180, 208, 248, .2) !important;
        color: #ffffff !important; 
    }
    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover, .header .menu > ul > li .sub-menu > ul > li > a:hover, .header .item-right a:hover, .header .menu > ul > li:hover > a {
        color: #007AFF;
    }
.btn:hover {
    background-color: #185abc;
    color: #fff;
    text-shadow: 0px 1px 1px #fff;
}
.header .menu > ul > li .sub-menu {
    position: absolute;
    z-index: 500;
    background: #ffffff;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
    border-radius: 0 0 16px 16px;
    top: 60px;
    /* transition: opacity 0.2s ease; */
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title, .header .menu > ul > li .sub-menu.single-column-menu > .list-item .title

 {
    color: #696b6e;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 0px 30px;
    white-space: nowrap;
}
.sub-list .title-text {
    font-size: 14px;
    color: #00053d !important;
}
.sub-list .title-text:hover{
    color: #348afa !important;
}
.list-item span {
    font-size: 11px;
    color: #696b6e !important;
}
.list-item span:hover{
    color: #02448a;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover, .header .menu > ul > li .sub-menu > ul > li > a:hover, .header .item-right a:hover, .header .menu > ul > li:hover > a {
    color: #ffffff !important;
}
.header .menu .mobile-menu-head {
    background: linear-gradient(180deg, #e3f2fc, #f7fcff) !important;
}
.header .menu {
    /* background:  rgb(247, 252, 255); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(to bottom, 
    #00031d 0%,      /* Darkest at the top (0% mark) */
    #264cab 60% ,    /* Medium gray in the middle (50% mark) */   
    #546ead 80% ,    /* Medium gray in the middle (50% mark) */
    #c7c5fd 100%     /* Lightest at the bottom (100% mark) */
  );
    /* background-image: url(../img/banner-bg.png); */
    /* height: 100vh; */
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    /* overflow: hidden; */
    /* font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
        background:  */
}

#banner {
    width: 100%;
    height: 100vh;
    /* background-image: url(../img/Banner07.png); */
    align-items: center;
    display: flex ;
    flex-direction: column;
    /* background: radial-gradient(ellipse 400% 240% at 50% 100%, #fff, #fff 10%, 15%, #c7c5fd 16%, #9a67fa99 17%, 21%, #264cab 28%, 35%, #00031d 45%, #00031d); */
    background-image: linear-gradient(to bottom, 
    #00031d 0%,      /* Darkest at the top (0% mark) */
    #264cab 60% ,    /* Medium gray in the middle (50% mark) */   
    #546ead 80% ,    /* Medium gray in the middle (50% mark) */
    #9a67fa99 100%     /* Lightest at the bottom (100% mark) */


  );
}

canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

/* TEXT */
.hero-text {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    user-select: text;
    
}

.hero-text h1 {
    font-size: clamp(1.5rem, 4vw, 5rem);
    margin: 0;
    letter-spacing: -0.02em;
    color: #ffffff !important;
}

.hero-text p {
    max-width: 474px;
    margin-top: 1rem;
    font-size: clamp(15px, 1.6vw, 1.25rem);
    line-height: 1.6;
    opacity: 0.85;
    padding: 0 40px;
    color: #ffffff;
}
.hero{
    position: relative;
}
.banner-button {
    display: flex ;
    gap: 20px;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
    padding:0 20px;
}
.banner-button2 {
    display: flex ;
    gap: 20px;
    /* flex-direction: column; */
    width: 100%;
    margin-top: 0px;
    padding: 0px;
}
.primary {
    line-height: 1.78;
    padding: 1rem 1.5rem;
    background-color: #00053d;
    color: #ffffff !important;
}
.primary:after{
    animation: arrowmove 2s infinite;
    content: "»";
    width: 13px;
    height: 13px;
    position: relative;
    /* background: url(../img/zh-newhome-sprite.png) left top no-repeat; */
    background-size: 500px auto;
    background-position: -70px -76px;
    /* top: calc(50% - 8px); */
    transition: all .5s ease;
    display: inline-block;
    right: -7px;
}
@keyframes arrowmove {
    0% {
    transform: translateX(0);
}
10% {
    transform: translateX(1px);
}
20% {
    transform: translateX(2px);
}
30% {
    transform: translateX(3px);
}
40% {
    transform: translateX(4px);
}
50% {
    transform: translateX(5px);
}
60% {
    transform: translateX(4px);
}
70% {
    transform: translateX(3px);
}
80% {
    transform: translateX(2px);
}
90% {
    transform: translateX(1px);
}
100% {
    transform: translateX(0);
}
}
.primary:hover{
    background-color: #1d2ccc;
}
.secondary {
    font-size: 1.125rem;
    line-height: 2.8;
    padding: .6rem 1rem;
    background-color: #fff;
    border-color: #00053d;
    color: #00053d;
    display: flex ;
    align-items: center;
}
.secondary:hover{
    opacity: 0.7;
}
.navlink:hover{
    background-color: rgba(11, 92, 255, .6) !important;
    border-color: transparent;
}
.cl-button {
    /* border: 2px solid; */
    border-radius: 0rem;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    /* text-shadow: 0 1px 1px #00053d; */
    text-align: center;
    text-decoration: none;
    transition: background-color .15s linear, color .15s linear;
}
.secondary img {
    width: 20px;
}
/* on scroll header */
header.scrolled {
    background: linear-gradient(180deg, #F7FBFE 0%, #EEF4F8 100%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    color: #00053d;
}
.logo img{
    filter: brightness(0)invert(1);
}
header.scrolled .logo img{
    filter: brightness(1)invert(0) !important;
}
header.scrolled .menu ul li a {
    color: #fff !important;
}
header.scrolled .menu > ul > li:hover > a {
    color: #00053d !important;
}
header.scrolled .mobile-menu-trigger span {
        background-color: #00053d;
}
header.scrolled .mobile-menu-trigger span:before,header.scrolled .mobile-menu-trigger span:after
{
    background-color: #00053d;
}
/* hero-section css */
section{
    padding: 20px;
}
.hero-section{
    background-color: #fff;
    /* text-align: center; */
}
.p-rel {
    background: #fff;
    padding: 40px 20px;
    position: relative;
    top: -100px;
    border-radius: 20px 20px 0 0;
    /* box-shadow: 4px 4px 8px #d9d9d9fc; */
}
.contact-query{
    display: flex ;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.p-rel1{
    background: linear-gradient(180deg, #00053d, #000);
    padding: 60px 20px;
    position: relative;
    top: -100px;
    border-radius: 20px 20px 0 0;
    /* box-shadow: 4px 4px 8px #d9d9d9fc; */
}
.service-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.service-content h2 {
    font-size: 1.2rem;
    line-height: 1.38;
    font-weight: 500;
    text-align: left;
    width: 100%;
    color: #ffffff !important;
}
.service-content p {
    text-align: justify;
    font-size: 1rem;
    line-height: 1.75;
    font-weight: 300;
    margin-top: 0.5rem;
    padding: 20px 0;
}
.ser-card {
    background-color: #f7f7f7;
    border-radius: 25px;
    margin: 40px 10px;
    min-height: 242px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    
}
.ser-card1{
        background: linear-gradient(180deg, #6566739e, #262525bf);
        border-radius: 25px;
        margin: 10px;
        min-height: 290px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.ser-card h1 {
    font-family: montserrat !important;
    font-weight: 300;
    color: #5d93ff !important;
}
.ser-card1 h1 {
    font-family: montserrat !important;
    font-weight: 300;
    color: #5d93ff !important;
}
.ser-card strong {
    font-weight: 500;
    text-shadow: 0 1px 1px #000;
}
.ser-card1 strong {
    font-weight: 500;
    text-shadow: 0 1px 1px #000;
    color: #fff;
}
.ser-card p {
    padding: 30px 10px;
    line-height: 25px;
    font-size: 16px;
    color: #808080;
}
.ser-card1 p {
    padding: 30px 10px;
    line-height: 25px;
    font-size: 16px;
    color: #fff !important;
}
.head-get-in-touch {
    transition: all .5s ease;
    padding: 10px ;
    border-radius: 3px;
    border-bottom: none;
    margin-left: 0px;
    text-transform: capitalize;
    margin-top: 15px;
    background-color: #0f67ea;
    color: #fff !important;
    border: #0f67ea;
    text-decoration: none;
}

/* newsletter css */
.newsletter-area .section-title {
    margin-bottom: 50px;
}
.section-title {
    margin-bottom: 65px;
    text-align: center;
}
.section-title .title {
    letter-spacing: 0.92px;
    color: #18181b;
    opacity: 1;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 20px;
    text-shadow: 1px 1px #000;
}
.newsletter-head {
    font-size: 28px !important;
    text-shadow: none !important;
    line-height: 38px !important;
    font-weight: 400 !important;
}
.section-title p
 {
    color: #5B6880;
    -webkit-hyphens: auto;
    hyphens: auto;
    margin-bottom: 10px;
    line-height: 1.9;
}
.tab-cont {
    width: 100%;
    max-width: 1100px;
    transform: scale(0.98);
    position: relative;
    margin: 0px auto;
    padding: 20px 20px 20px;
    background: rgb(247, 247, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(235, 235, 245);
    border-image: initial;
    border-radius: 4px;
}
.tab-flex {
    flex-direction: column;
    display: flex
;
    padding-bottom: 35px;
    margin-bottom: 35px;
    gap: 60px;
    border-bottom: 1px solid rgb(233, 233, 245);
}
.tab-flex h3 {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 1.3;
    width: 100%;
    font-weight: 400;
    max-width: 385px;
}
.newsletter-area p {
    color: #000 !important;
}
.expandbx {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(223, 233, 250, 0.2) 0px 6px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(229, 229, 243);
    border-image: initial;
    border-radius: 4px;
    transition: 0.5s;
    width: 100%;
    margin-bottom: 30px;
}
.expandbx > a {
    width: 100%;
    display: flex
;
    padding: 20px;
    gap: 15px;
    align-items: flex-start;
}
.expandbx h4 {
    font-size: 20px;
    letter-spacing: -0.3px;
    margin-bottom: 10px;
    line-height: 20px;
    font-weight: 500;
}
.expand-applist h5 {
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    margin: 0px auto 20px;
    font-size: 12px;
    letter-spacing: 0.42px;
    line-height: 17px;
    font-weight: 400;
}
.expand-applist h5::before {
    position: absolute;
    content: "";
    width: 72%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: 8px;
    z-index: 0;
    background: rgb(233, 233, 245);
}
.expand-applist h5 > span {
    display: inline-block;
    z-index: 1;
    position: relative;
    background: rgb(247, 247, 255);
    padding: 0px 20px;
}
.expand-applist ul {
    gap: 50px;
}
.flex-wrap {
    display: flex ;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.expand-applist ul li.slack {
    background: url(../img/slack.svg) no-repeat;
}
.expand-applist ul li.sap {
    background: url(../img/sap.svg) 0 0 / 100% 100% no-repeat;
    width: 48px;
}
.expand-applist ul li.exchange
 {
    background: url(../img/microsoft-exchange.svg) 0 0 / 100% 100% no-repeat;
    width: 93px;
}
.expand-applist ul li.google-logo {
    background: url(../img/google-logo.svg) 0 0 / 100% 100% no-repeat;
    width: 69px;
}

.expand-applist ul li.zendesk {
    background: url(../img/zendesk.svg) 0 0 / 100% 100% no-repeat;
}
.expand-applist ul li
 {
    width: 84px;
    height: 27px;
}
.newsletter-subcribe {
    display: flex
;
    justify-content: center;
    align-items: center;
}
.newsletter-subcribe button {
    background-color: rgb(246, 0, 20);
    color: rgb(255, 255, 255);
    letter-spacing: 0.4px;
    padding: 14px 50px 15px 30px;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    margin: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    text-align: center;
    border-image: initial;
}
.newsletter-subcribe button::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: right .5s linear;
    width: 8px;
    height: 8px;
    right: 28px;
    border-right: 2px solid rgb(255, 255, 255);
    border-top: 2px solid rgb(255, 255, 255);
}
.newsletter-subcribe button:hover::after
 {
    right: 15px;
}
/* accordion */
.accordion{
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    padding: 10px;
}
.faq-icon i{
    font-size: 20px;
    color: #0B3C5D;
    margin-top: 5px;
}
.faq-question{
    font-family: "Nunito",sans-serif;
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 100;
    color: #0B3C5D;
    margin-bottom: 10px;
}

.its-takes-time {
    background: linear-gradient(#f8f9fa 50%, #ffd591 50%);
    padding-bottom: 0 !important;
}
.time-wrap {
    padding: 20px;
    max-width: 95%;
    flex-direction: column;
    text-align: center;
    min-height: 480px;
    justify-content: space-around;
    background-image: url(../img/mobile-popup-image.png);
    margin: 0px auto;
    padding: 0px 30px 30px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex ;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 15px;
    background-color: #1a100b;
    flex-direction: column;
}
.time-wrap>div {
    width: 100%;
}

.time-wrap h2 {
    font-family: 'ZohoPuviSerif';
    font-size: 40px;
    color: #ffd591 !important;
    position: relative;
    margin-bottom: 25px;
    font-weight: 100;
}
.time-wrap h2 span {
    color: #efb963 !important;
    font-size: 20px;
    display: block;
    letter-spacing: .3px;
}
.time-wrap h2::after {
    margin: 15px auto 15px;
    width: 40px;
    height: 0;
    border-bottom: 1.5px solid #ee0014;
    content: "";
    display: block;
}
.time-link {
    color: #f7873c;
    font-size: 14px;
    position: relative;
    font-family: var(--zf-secondary-medium);
    letter-spacing: .5px;
    -webkit-font-smoothing: initial;
}
.time-link::after {
    content: "";
    position: absolute;
    background-image: url(../img/up-right-and-down-le.png);
    width: 15px;
    height: 14px;
    top: 2px;
    right: -20px;
    transition: .5s all;
}
.keeplee-play-btn {
    display: flex
;
    color: #fff;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-left: 0px;
    position: relative;
}
    .keeplee-play-btn
 {
        padding-left: 0px;
    }
    .time-wrap2 {
    display: flex
;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.play-btn {
    width: 54px;
    height: 55px;
    display: block;
    background-image: url(../img/circle-play.png);
    box-shadow: 0 8px 16px #260d06;
    border-radius: 50%;
    transition: .5s all ease;
    cursor: pointer;
}
.keeplee-play-btn span:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
    text-shadow: 0 2px 3px #000;
    letter-spacing: 1px;
    -webkit-font-smoothing: initial;
}
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}
.modal-content {
    background-color: #fffffff2;
    margin: auto;
    /* padding: 20px; */
    width: 100%;
    height: 100%;
}
.popup-inner {
    max-width: 95%;
    width: 100%;
    height: 100%;
    margin: auto;
}
.video-container {
    display: flex
;
    align-items: center;
    height: 100%;
}
.video-iframe {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}
.video-iframe iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.popup-close {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    z-index: 1001;
    cursor: pointer;
    transition: opacity .5s ease;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}
.popup-close::after, .popup-close::before {
    position: absolute;
    content: " ";
    height: 100%;
    width: 2px;
    background-color: #333;
    transform-origin: center;
    left: 50%;
    top: 50%;
    border-radius: 3px;
}
.popup-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.popup-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
/* footer */
.footer {
    background-color: #f8f9fa;
    padding: 0 20px;
}
.footer-upper{
    padding: 24px 0;
    border-bottom: 1px solid #dadce0;
}
.footer-social{
    align-items: center;
    align-self: center;
    display: flex ;
    flex: 0 0 100%;
    flex-wrap: wrap;
    margin: 0;
}
.social-title{
    flex: 0 0 auto;
    font-size: 1rem;
    color: #202124;
    display: inline-flex ;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: normal;
        padding-bottom: 0;
        margin-inline: 0 24px;
}
.social-lists{
        list-style: none;
    margin: 0;
    max-width: 100%;
    display: flex ;
    flex: 1;
            flex-wrap: nowrap;
                margin-inline-start: 20px;
}
.social-item{
        align-items: center;
    align-self: center;
    display: inline-flex
;
    flex: 0 0 auto;
    height: 30px;
    width: 30px;
    margin-inline: 0 8px;
        font-size: 1rem;
    line-height: 1.5;
}
.social-link{
    background-color: #f8f9fa;
    align-items: center;
    border-radius: 50%;
    color: currentColor;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    padding: 2px;
    transition: 0.5s ease;
    transition-property: none;
    width: 100%;
}
.social-link:hover{
    background-color: #d0e0f0;
}
.social-link i{
    font-size: 30px;
}
.footer-middle{
    padding: 40px 0 48px;
    border-bottom: 1px solid #dadce0;
}
.site-links{
    grid-template-columns: repeat(1, minmax(100px, 1fr));
    grid-column-gap: 40px;
    display: grid;
}
.links-column{
                width: 100%;
                margin-bottom: 20px;
}
.link-header{
    margin: 0 0 16px;
    color: #1b1c1f;
    overflow: hidden;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: normal;
}
.link-item{
        margin-top: 8px;
            margin-bottom: 8px;
            letter-spacing: 0;
                font-size: 1.2rem;
    line-height: 1.5;
}
.link-footer i{
    font-size: 12px;
}
.link-footer:hover{
    color: #202124 !important;
    text-decoration: underline;
}
.link-footer{
    min-height: 0;
    min-width: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #f8f9fa;
    color: #0c5cff;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0;
    text-decoration: none;
}
.footer-lower{
    display: flex;
        flex-wrap: wrap;
        padding: 20px 0 20px 0;
}
.footer-logo{
    margin-inline: 0 48px;
}
.global-links{
    display: flex;
    align-items:normal;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}
.link1{
    display: flex;
    gap: 20px;
}
.footer_bg {
    position: relative;
    bottom: 0;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigB8iI5tb8WSVBuVUGc9UjjB8O0708X7Fdic_4O1LT4CmLHoiwhanLXiRhe82yw0R7LgACQ2IhZaTY0hhmGi0gYp_Ynb49CVzfmXtYHUVKgXXpWvJ_oYT8cB4vzsnJLe3iCwuzj-w6PeYq_JaHmy_CoGoa6nw0FBo-2xLdOPvsLTh_fmYH2xhkaZ-OGQ/s16000/footer_bg.png) no-repeat scroll center 0;
    width: 100%;
    height: 266px;
    display: none;
}
.footer_bg .footer_bg_one {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEia0PYPxwT5ifToyP3SNZeQWfJEWrUENYA5IXM6sN5vLwAKvaJS1pQVu8mOFFUa_ET4JuHNTFAxKURFerJYHDUWXLXl1vDofYXuij45JZelYOjEFoCOn7E6Vxu0fwV7ACPzArcno1rYuVxGB7JY6G7__e4_KZW4lTYIaHSLVaVLzklZBLZnQw047oq5-Q/s16000/volks.gif) no-repeat center center;
    width: 330px;
    height: 105px;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 30%;
    -webkit-animation: myfirst 22s linear infinite;
    animation: myfirst 22s linear infinite;
}
.footer_bg .footer_bg_two {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyLGwEUVwPK6Vi8xXMymsc-ZXVwLWyXhogZxbcXQYSY55REw_0D4VTQnsVzCrL7nsyjd0P7RVOI5NKJbQ75koZIalD8mqbMquP20fL3DxsWngKkOLOzoOf9sMuxlbyfkIBTsDw5WFUj-YJiI50yzgVjF8cZPHhEjkOP_PRTQXDHEq8AyWpBiJdN9SfQA/s16000/cyclist.gif) no-repeat center center;
    width: 88px;
    height: 100px;
    background-size: 100%;
    bottom: 0;
    left: 38%;
    position: absolute;
    -webkit-animation: myfirst 30s linear infinite;
    animation: myfirst 30s linear infinite;
}
@keyframes myfirst {
    0% {
    left: -25%;
}
100%{
    left: 100%;
}
}


/* slider css */
:root { 
            --primary: #2563eb; 
            --gap: 15px; 
        }
.carousel-container {
            max-width: 1300px;
            margin: auto;
            overflow: hidden;
            position: relative;
        }

        .carousel-track {
            display: flex;
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .carousel-slide {
            flex: 0 0 100%; /* Mobile: 1 Item */
            padding: 0 calc(var(--gap) / 2);
            box-sizing: border-box;
        }

        /* Tablet View: 2 Items */
        @media (min-width: 640px) {
            .carousel-slide { flex: 0 0 50%; }
        }

        /* Desktop View: 4 Items */
        @media (min-width: 1024px) {
            .carousel-slide { flex: 0 0 25%; } 
        }

        .cart-card {
            /* background: #fff; */
            /* height: 220px; */
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 12px;
            /* box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1); */
            font-size: 1.2rem;
            font-weight: bold;
            /* border: 1px solid #e2e8f0; */
            color: var(--primary);
        }

        .carousel-footer { text-align: center; margin-top: 30px; }
        
        .bullets { display: flex; justify-content: center; gap: 8px;  }
        
        .bullet { 
            width: 10px; height: 10px; background: #cbd5e1; 
            border-radius: 50%; cursor: pointer; transition: 0.3s ease; 
        }
        
        .bullet.active { background: var(--primary); width: 24px; border-radius: 5px; }
        
        .nav-btn {
            background: #e6f0ff;
            height: 3.675rem;
            margin: .75rem;
            transition: all .8s ease-in-out;
            width: 3.675rem;
            align-items: center;
            appearance: none;
            border: 0;
            border-radius: 50%;
            cursor: pointer;
            justify-content: center;
            font-size: 18px;
        }
        
        .nav-btn:hover {box-shadow: 0 0 8px #0003, 0 0 20px #00000030; }
        .hero-slider{
            position: relative;
            
        }
        .carousel-footer{
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
    .left-info{
        padding-right: 0px;
        display: flex;
        flex-direction: column;
    }   
    .left-info h5{
        color: #1351d8 !important;
        text-transform: uppercase;
        font-weight: 400;
        font-family: 'Inter', sans-serif;
        display: inline-block;
        position: relative;
        z-index: 1;
        line-height: 1;
        font-size: 16px;
        margin-bottom: 20px;
        text-align: center;
    }
    .left-info h2 {
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        margin: 0;
        font-size: 22px;
            line-height: 1.2;
            letter-spacing: 0;
            text-align: center;
            padding-bottom: 20px;
    } 
    .right-info {
            border-top: 1px solid #dddddd;
            padding: 40px 0px;
    }
    .right-info img{
        width: 80px;
        height: 80px;
    }
    .right-info h5{
        font-size: 13px;
    }
    .right-info .cart-card{
        display: flex;
        flex-direction: column;
        gap: 40px;
        padding: 10px;
        border-radius: 15px;
        background-color: #fff;
    }
    .right-info .cart-card:hover{
        background-color: aliceblue;
    }
    #track1{
        flex-direction: column;
        gap: 40px;
    }

    .signUp-box {
  width: 100%;
  padding: 40px;
}

.subscribe p{
    color: #fff !important;
}
.subscribe{
    background-color: #2e3769;
    color: #ffffff !important;
}
.cont-sign{
    background-color: #475788;
    padding: 20px;
    max-width: 900px;
    width: 95%;
    margin: 50px auto;
    border-radius: 16px;
    box-shadow: 0 20px #222b5c;
}
.sub-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  
}
.subscribe h3 {
  font-weight: 500;
  margin-bottom: 30px;
  color: #ffffff !important;
}

.subscribe h1 {
  font-size: 24px;
  max-width: 627px;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px; 
  color: #ffffff !important;
}

.sub-form input[type="email"] {
  padding: 20px;
  border: none;
  border-radius: 4px;
  width: 100%;
  max-width: 550px;
  background-color: transparent;
  outline: none;
  color: #fff;
  font-size: 16px;
  border: 1px solid #85aeff;
}

.sub-form input[type="email"]::placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.signUp-box a{
    color: #ffffff !important;
    text-decoration: underline;
}

.sub-btn {
    background-color: #0c5cff;
    border: none;
    padding: 0px;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    max-width: 170px;
    height: 60px;
}

.sub-btn:hover {
  background-color: #053caa;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 800px) {
    .subscribe h1{
        font-size: 18px;
    }

  .signUp-box {
    padding: 0px;
  }
  .sub-btn {
    max-width: 100%;
  }

  .sub-form input[type="email"] {
    width: 100%;
    margin-bottom: 10px;
  }

  button {
    width: 100%;
    height: auto;
  }
}
.all-services{
    background-color: #fcfcfa;
    padding: 32px 0;
}
.product-sidebar{
    position: relative;
    column-gap: 1.5rem;
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
    display: grid;
}
.sticky-div{
    height: fit-content;
    padding-bottom: 1rem;
    position: relative;
    z-index: 1;
    top: 0px;
    background-color: #fcfcfa;
}
.product-platform{
    display: flex ;
    flex-direction: column;
    gap: 1rem;
    padding: 0 20px;
}
.h-top{
    align-items: center;
    flex-direction: row;
    padding-bottom: 1rem;
    gap: 1rem;
    display: flex;
}
.h-top span{
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 4px;
    width: 200px;
    font-size: 0.775rem;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0,0.1098039216);
    border-radius: 4px;
}
.h-bottom h3{
    font-size: 36px;
    font-weight: 300;
    text-shadow: 0 1px 1px #00053d;
}
.h-bottom p{
    font-size: 20px;
}
.header-top-line{
    border-top: 1px dotted #1f1f1f;
    display: block;
    height: 1px;
    opacity: .11;
    width: 100%;
}
.resources-content-wrapper {
    display: grid
;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding: 40px 20px 0 20px;
}
.resources-content-card {
    display: flex
;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding: 25px 30px;
    transition: background-color 20ms ease-in;
    border: 1px solid #c8c2b7;
    border-radius: 20px;
    background-color: #fff;
}
.resources-content {
    display: flex
;
    width: 250px;
    flex-direction: column;
}
.resources-img {
    width: 60%;
    height: 112px;
    margin: 20px 0 40px;
    align-self: center;
}
.resources-card-header {
    font-size: 26px;
    margin-bottom: 8px;
}
.resources-card-content {
    font-size: 16px !important;
}
.resources-content-card:hover {
    background-color: #f9edd7;
}
.current-menu-title .logo img{
    filter: brightness(1) invert(0) !important;
}
.input-field select{
    width:100%;
    border: 1px solid #f6f6f6;
    background-color: #ffffff;
    margin-top: 20px;
    padding: 10px;
}
.img-ads{
    display: flex;
    gap: 10px;
    margin: 20px 0;
}
@media only screen and (min-width: 48em) {
    
    .banner-button, .banner-button2 {
    display: flex ;
    gap: 20px;
    /* flex-direction: column; */
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    padding: 0 20px;
}
.h-top{
    font-size: 0.875rem;
}


    .product-sidebar{
        grid-template-columns: 1fr 2fr;
    }
    .sticky-div{
        position: sticky;
        top: 76px;
    }
    .product-platform{
        padding: 0;
    }
    .all-services{
        padding: 100px 0;
    }
     header.scrolled .menu ul li a {
        color: #00053d !important;
    }
    .left-info h5{
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 20px;
        text-align: left;
    }
    .left-info h2 {
        font-weight: 700;
        margin: 0;
        font-size: 36px;
        text-align: left;
    } 
    .left-info{
        padding-right: 35px;
    } 
    #track1{
        flex-direction: row;
        gap: 0px;
    }
    
    .right-info {
        border-top: none;
        border-left: 1px solid #dddddd;
        padding-left: 50px;
    }
    .time-wrap h2::after {
        margin: 15px auto 45px;
    }
    .keeplee-play-btn {
        padding-left: 60px;
    }
    .service-content {
        flex-direction: row;
    }
    .p-rel1{
        padding: 100px 10px 100px 10px;
        border-radius: 60px 60px 0 0;
        top: -60px;
    }
    .p-rel {
        padding: 40px 10px;
        border-radius: 60px 60px 0 0;
        top: -60px;
    }
    .hero-text p {
        max-width: 720px;
        font-size: clamp(1rem, 1.6vw, 1.25rem);
    }
    .hero-text h1 {
        font-size: clamp(2.5rem, 4vw, 5rem);
    }
    .footer_bg{
        display: block;
    }
    .global-links{
        flex-direction: row;
        /* width: 90%; */
        align-items: center;
    }
    .links-column{
        margin-bottom: 0 !important;
    }
    .social-item{
    height: 48px;
    width: 48px;
}
    .footer{
        padding: 0;
    }
    .site-links{
        grid-template-columns: repeat(5, minmax(100px, 1fr));
    }
    .popup-inner {
        max-width: 70%;
    }
    .time-wrap h2::after {
        margin: 15px 0 45px;
    }
        .time-wrap h2
 {
        font-size: 60px;
    }
    .time-wrap>div {
        width: 50%;
    }
    .time-wrap {
    background-image: url(../img/keeplee-banner-home.jpg);
    background-size: cover;
    display: flex ;
    background-repeat: no-repeat;
    background-color: rgb(26, 16, 11);
    padding: 60px 40px 50px;
    flex-direction: row;
    background-position: center center;
    border-radius: 15px;
    min-height: 100%;
    max-width: 100%;
    text-align: left;
    }
    .expandbx {
        width: 98%;
    }
    .tab-flex h3 {
        font-size: 27px;
    }
        .tab-flex
 {
        flex-direction: row;
    }
        .section-title .title {
        font-size: 30px;
    }
    .service-content h2 {
        font-size: 2.4rem;
        color: #fff !important;
    }
    section{
    padding: 50px 0;
}
    .head-get-in-touch{
        padding: 10px 20px;
    }
    .banner-button {
    padding: 0 ;
}
        .ser-card {
        min-height: 320px;
    }
    .service-content p {
        /* text-align: center; */
        padding: 0 0 0 100px;
    }
    .banner-button {
        display: flex;
        flex-direction: row;
        width: 100%;
    }
        .cl-button {
        font-size: 1rem;
    }
    .breadcrumb-area .breadcrumb-inner .page-title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 12px;
    }
    .breadcrumb-area {
        text-align: center;
    }
    .hero-head{
        flex-direction: row;
    }
        .shade-text
 {
        text-align: inherit;
    }
        .rich {
        font-size: 36px;
        font-weight: 500;
    }
        .custom-card-element {
        width: 95%;
    }
        .shortcut__
 {
        font-size: 36px;
    }
    .ttl {
        text-align: left !important;
    }
    .btn {
        font-size: 16px;
    }

    #myVideo
    {
        width: 100%;
        height: auto;
    }
}

@media only screen and (min-width: 60em) { /* 960px */
        .section-title .title
 {
        font-size: 39px;
        line-height: 50px;
    }
    /* #banner {
        background-image: url(../img/Banner08.png);
    } */
.header .menu{
    background-image: none;
}
.header .menu .mobile-menu-head {
    background: transparent !important;
}
}