*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
}

:root {

	/*Colors*/
	--primary        : #07669d; 
	--title-color    : #053D75;
	--footer-bg      : #00233A;
	--text-color     : #001612;
	--subtitle-color : #0F1F2F;
	--blue-green     : #14A7C7;
	--white		     : #ffffff;
	--black          : #000000;
	--site-liner	 : linear-gradient(130deg, #00548E, #198BBC, #2DB8E1);
}

main{
	background:#E8F5FF;
	max-width: 1920px;
	margin: auto;
	overflow-x: hidden;
}

.container{
	max-width: 1170px;
	margin:auto;
}

h1,.h1{
	font-weight: 700;
	font-size: 50px;
	line-height: 70px;
	color:var(--title-color);
	margin-bottom: 0;
}

h2, .h2{
	font-weight: 700;
	font-size: 50px;
	line-height: 75px;
	color:var(--title-color);
	margin-bottom: 0;
}

h4, .h4{
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color:var(--title-color);
	margin-bottom: 6px;
}

.btn{
	background: var(--primary) !important;
	box-shadow: 0px 0px 70px 10px rgba(69, 129, 176, 0.15);
	border-radius: 10px;
	width: 200px;
	height: 58px;
	color:var(--white);
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	padding: 15px;
	border:1px solid var(--primary);
	transition: 0.3s all ease-in-out;
}

/*.btn:hover{
	background:var(--white);
	color:var(--primary);
}*/

.btn-blue{
	background: var(--blue-green);
	border-color:var(--blue-green);
}

.btn-blue:hover{
	color: var(--blue-green);
}

/*hero section*/

.logo{
	height: 55px;
	margin:35px 0 160px;
}

nav .logo{margin: 0;}

.navbar-nav .btn-border{
	background: var(--primary) !important;
	border-color:var(--primary);
}
.navbar-light{
	position: fixed !important;
	width: 100% !important;
	top:0 !important;
	background:transparent;
	transition: all 0.3s ease-in-out;
}

.navbar .navbar-brand{position: relative;}

.navbar-brand .logo-2{
	width: auto; 
	height: 55px;
	opacity: 1;
	visibility: visible;
}

.navbar-brand .logo, .sticky_header .navbar-brand .logo-2{
	width:0; 
	height:0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
}

.navbar-brand .logo{position: absolute; height: 55px; opacity: 1; visibility: visible;}
.sticky_header .navbar-brand .logo{
	position: static;
	width: auto; 
	height: 42px;
	opacity: 1;
	visibility: visible;
}

.sticky_header .btn-border{border-color:#fff;}
nav.sticky_header{
	background-image: var(--site-liner) !important;
	box-shadow: 0px 4px 30px rgba(0, 88, 157, 0.4);
}

.btn-sec{
	display: flex;
	flex-flow: wrap;
	align-items: center;
	gap:30px;
	margin-top:80px;
}

.hero-img{
	position: relative;
	width: calc(50vw - 22px);
}

.home-page .navbar-nav .nav-item  a{
	color:#001612 !important;
	transition: all 0.3s ease-in-out;
}

.home-page .navbar.sticky_header .nav-item  a,.navbar.sticky_header .user-name{
	color:#fff !important
}

.navbar .user-name{
	color:var(--title-color);
	font-weight: 600;
    font-size: 14px;
} 
.navbar .user-name svg{font-size: 30px;}
/*hero Search*/

/*.hero-search{
	display: flex;
	border:1px solid var(--primary);
	padding: 5px;
	background-color: var(--white);
	border-radius: 4px;
	margin: 15px 0;
	box-shadow: 0px 4px 35px 0px #00000026;
}

.hero-search .btn{
	height: 42px;
	width: auto;
	font-size: 14px;
	line-height: 42px;
	padding:0 15px;
	margin:0;
	transform: scale(1)!important;
	border-radius: 6px;
}

.hero-search .search-box{
	position: relative;
	width: 100%;
	height: 42px;
}

.hero-search .search-box:first-child:after{
	content: '';
	position: absolute;
	top:-5px;
	right: 0;
	width: 1px;
	height: calc(100% + 10px);
	background-color: var(--primary);
}

.hero-search .search-box .iconify{
	position: absolute;
	left: 0;
	top:50%;
	transform: translateY(-50%);
	color:var(--primary);
	font-size: 18px;
}

.hero-search .search-box .form-control,
.hero-search .dropdown-toggle{
	border:0;
	height: 100%;
	width: 100%;
	box-shadow: none;
	padding: 10px 10px 10px 30px;
	color:#263238;
	font-weight: 500;
	font-size: 14px;
}

.hero-search .dropdown-toggle{
	padding: 0;
	box-shadow: none;
}

.hero-search .search-box + .search-box{
	margin-left:5px;
} */

.hero-search .search-box .form-control::placeholder{
	font-weight:400;
}

.home-page .navbar .btn{
	margin: 0 5px;
}
.home-page .logged_account_list.dropdown .dropdown-menu{
	max-height: initial;
}

/*secrvies section*/

.serv-sec{
	padding:50px 0;
	background: url('.././images/home/sev_bg-01.png') no-repeat 100% 50px, 
	url('.././images/home/sev_bg-02.png') no-repeat 0 100%;
}

.serv-sec.mid{
	background: var(--white);
	background: url('.././images/home/sev_bg-03.png') no-repeat 0 60px var(--white);
}

.serv-sec.last{
	text-align: center;
	background: url('.././images/home/sev_bg-04.png') no-repeat 0 90px, 
	url('.././images/home/sev_bg-05.png') no-repeat 100% 50%;
	animation: mymove 10s infinite;
}
@keyframes mymove {
	0% {background-position: 0 90px, 100% 50%;}
	80% {background-position: 0 110%, 100% 0%;}
	100% {background-position: 0 90px, 100% 50%;}
  }

.serv-sec h2{ 
	text-align:center; 
	margin-bottom:30px;
}
.serv-sec img{
	/* transform: scale(1.08); */
	/* width: 100%; */
}
.serv-content{margin-top: 80px;padding: 0 0 0 30px;}
.mid .serv-content{padding: 0 30px 0 0;}
.serv-content li, .serv-txt p{
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	color:var(--text-color);
	margin-bottom: 20px;
}

.serv-content li:last-child, .serv-txt p:last-child{margin-bottom:0;}
.serv-sec.last h2{margin-bottom: 25px;}
.serv-txt{margin-top:10px;}

.exp-sec{
	padding: 50px 0;
	background: var(--white);
}

.exp-sec h2{text-align: center; margin-bottom:15px;}
.exp-sec h2 span{
	font-weight: 700;
	display: block; 
}

.exp-sec .serv-txt{
	margin:0;
	padding: 30px;
	padding-right: 150px; 
}
/*priya*/
.copy-txt{
    background: var(--footer-bg );
    padding: 25px 0;
    text-align: center;
}
.copy-txt p{
    font-size: 14px;
    line-height: 25px;
    color: var(--white);
    margin-bottom: 0;
}
footer{  background: #f8fcff;}
.footer-div{
    padding: 80px 0;
    text-align: center;
}
.sub-title{
    color: var(--subtitle-color); 
    font-size: 16px;
    max-width: 520px;
    width: 100%;
    margin: auto;
}
.serv-sec .container-fuild,.exp-sec .container-fuild{
	padding:0 20px
}
.exp-sec .container-fuild{
	padding-left: 70px;
}
/* .serv-sec.mid .container-fuild{
	padding-right: 50px;
	padding-left: 20px;
}
.serv-sec .container-fuild{
	padding-left: 50px;
	padding-right: 20px;
} */
.serv-sec, .exp-sec{
	min-height: 100vh;
}
.footer-cont{text-align: center;margin-top: 80px;}
.footer-cont h5{
    color: var(--title-color );
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin: 25px 0 10px ;
}
.footer-cont p{
    font-size: 16px;
    line-height: 20px;  
    color: var(--subtitle-color );
    width: 80%;
    margin: auto;
}
.sinscrire-sec{
    background: linear-gradient(-60deg, #00548E, #198BBC, #2DB8E1);
}
.sinscrire-sec .container-fuild,.sos-sec .container-fuild{
    width: 100%;
    padding-left: calc((100% - 1170px) / 2);
}
img{
    max-width: 100%;
}
.sinscrire-sec h3{
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: var(--white)!important;
    max-width: 90%;
}
.sinscrire-sec .btn{
    background: var(--white) !important;
    color: var(--primary);
    margin-top: 10px;
	transition: 0.3s all ease-in-out;
}
.sinscrire-sec .btn:hover{
	background:var(--primary) !important;
	color:var(--white);
	border:1px solid var(--white);
}
.med-dom-sec{
    padding: 80px 0;
    background: var(--white);
}
.med-dom-sec h2{
    margin-bottom: 40px;
    text-align: center;
}
.med-dom-sec ul{
    margin-left: 30px;
}
.med-dom-sec li,.sos-sec p{
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: var(--text-color );
}
.med-dom-sec li{
    padding-bottom: 15px;
}
.sos-sec p{
    margin-top: 15px;
    width:80%;
}
.exp-img {
	/* max-width: 690px; */
    height: auto;
    /* margin-left: -8vw; */
}
.contact-sec{
	padding: 50px 0 80px 0;
	background: #fff;
	text-align: center;
}
.contact-sec h2{margin-bottom: 35px;}
.cont_btn{
	display: inline-flex;
	align-items: center;
	justify-content: end;
}
.contact-form .btn{
	font-size: 15px;
	line-height: 0px;
	height: 40px;
	padding: 10px 25px;
	width: auto;
	border-radius: 5px;
	font-family: 'Nunito Sans';
	font-weight: 400;
}
.contact-form .error-help-block{
	text-align: left;
	position: absolute;
    bottom: -20px;
}
#recaptcha-verification-error {text-align: left;font-style: normal;font-size: 13px !important;margin-left: 0 !important;color:#E10000}
.navbar-collapse{justify-content: end;}
.navbar-collapse .nav-dash, .lang_text, .nav-lag.dropdown-toggle{
	color: var(--primary);
	text-decoration: none;
	font-size: 14px;
}
.home-icon{
	background: url('.././images/home/house-icon.svg') no-repeat ;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
	transition: .1s all ease-in-out;
}
.sticky_header .home-icon{
	filter:brightness(0) invert(1)
}
.sticky_header .nav-dash, .sticky_header .lang_text,
.sticky_header .nav-lag.dropdown-toggle{
	color:#fff;
}

/*home-nav*/

.navbar .container-fluid{max-width: 1170px;}
.alert{display: none;}
.dev-site a{
	color:#68c0f3;
	text-decoration: none;
	opacity:0.8;
}

.dev-site a:hover{
	opacity:1;
}
.dev-site .footerlinks{
	margin-left: 10px;
	padding-left: 10px;
	position: relative;

}
.dev-site .footerlinks:after{
	content: '';
	background-color: var(--white);
	width:2px;
	height: 15px;
	position: absolute;
    left: 0;
    top: 3px;
}

.hero-img img {
	animation-name: float-bob-y;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: float-bob-y;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: float-bob-y;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-bob-y;
	-ms-animation-duration: 2s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-bob-y;
	-o-animation-duration: 2s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

.ic-rosurce-sec{
	padding: 80px;
}

.ic-rosurce-sec .content-header{
	padding-bottom: 20px;
}

.icanopee-home-conteiner .content-header{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 20px;
}

.icanopee-home-conteiner .content-header .main-title {
	font-weight: 700;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #053D75;
}

.icanopee-home-conteiner .sub-titles {
	font-weight: 400;
	font-size: 22px;
	width: 100%;
	line-height: 100%;
	letter-spacing: 0%;
	color: #0F1F2F;
	text-align: center;
	padding-bottom: 20px;
}

.icanopee-home-conteiner .cards-content {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	justify-content: center;
	align-items: center;
	padding-top: 40px;
	gap: 20px;
}

.icanopee-home-conteiner .cards-content .ic_cards {
	box-shadow: 0px 4px 10px 0px #08659C1F;
	border-radius: 8px;
	background-color: #FFFFFF;
	flex: 1;
	height: stretch;
}

.icanopee-home-conteiner .cards-content .ic_cards .ic-img-sec {
	text-align: center;
	padding: 30px;
}

.icanopee-home-conteiner .cards-content .ic-card-dmp-img {
	height: 110px;
	width: 160px;
}

.icanopee-home-conteiner .cards-content .ic-card-img {
	height: 110px;
	width: 110px;
}

.icanopee-home-conteiner .ic-card-header{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
	flex-direction: column;
	gap: 10px;
}

.icanopee-home-conteiner .ic-card-header .ic-card-title{
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #053D75;
}

.icanopee-home-conteiner .ic-card-header .ic-card-sub-title{
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #667B89;
}

.icanopee-home-conteiner .ic-card-content{
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0%;
	color: #0F1F2F;
	padding: 20px 30px;
	text-align: center;
}

.icanopee-home-conteiner .cards-content .ic_cards .ic-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	gap: 10px;
	margin: 0px 30px 30px 30px;
	border: 1px solid #f6f6f6;
	border-radius: 20px;
	padding: 5px;
}

.icanopee-home-conteiner .cards-content .ic_cards .ic-footer .ic-footer-icon{
	font-size: 22px;
	font-weight: 600;
}

.icanopee-home-conteiner .cards-content .ic_cards .ic-footer.success {
	background-color: #DFF9EF;
	color: #23A371;
}

.icanopee-home-conteiner .cards-content .ic_cards .ic-footer.info {
	background-color: #E8F5FF;
	color: #00548E;
}

  
@keyframes float-bob-y {
	0% {
	  -webkit-transform: translateY(-20px);
	  transform: translateY(-20px);
	}
  
	50% {
	  -webkit-transform: translateY(-10px);
	  transform: translateY(-10px);
	}
  
	100% {
	  -webkit-transform: translateY(-20px);
	  transform: translateY(-20px);
	}
  }

/*Media Query*/

@media screen and (max-width: 1290px){
	.navbar .container-fluid, .hero-sec .container{max-width:1170px;}
	.logo{margin-bottom: 100px;}
	.exp-img {max-width:100%;margin-left: 0;}
	.serv-sec, .exp-sec{min-height: initial;}
	.exp-sec .container-fuild{padding-left: 20px;}
}

@media screen and (max-width: 1199px){
	h1, .h1{font-size: 45px;line-height: 58px;}
	h2, .h2{font-size: 36px;line-height: 45px;}
	.sinscrire-sec h3{font-size: 30px;line-height: 40px;}
	.logo{margin-bottom: 90px;}
	.sinscrire-sec img, .exp-sec img,.serv-sec img{
		transform: scale(1);
	}
}

@media screen and (max-width: 1170px){
	.navbar .container-fluid, .hero-sec .container, .container{max-width:980px;}
	.sinscrire-sec .container-fuild, .sos-sec .container-fuild{padding-left: calc((100% - 980px) / 2);}
	.logo{margin-bottom: 70px;}
}

@media screen and (max-width: 992px){
	.navbar .container-fluid, .hero-sec .container, .container{max-width:calc(100% - 30px);}
	.sinscrire-sec .container-fuild, .sos-sec .container-fuild{padding-left: calc((100% - 760px) / 2);}
	.logo{margin-bottom: 60px;}
	h1, .h1{font-size: 35px;line-height: 48px;}
	h2, .h2{font-size: 30px;line-height: 38px;}
	.sinscrire-sec h3{font-size: 27px;line-height: 37px;max-width:100%}
	.footer-cont p{ width: 100%;}
	.btn-sec{gap:20px;margin-top: 60px;}
	.btn{width: 150px;height: 42px;font-size: 15px;line-height: 20px;padding: 10px;}

	.serv-sec h2{margin-bottom:50px;}
	.serv-content li, .serv-txt p, .med-dom-sec li, .sos-sec p{font-size: 15px;line-height: 19px; margin-bottom: 15px;}
	.exp-sec .serv-txt{padding:30px 15px;}
	.med-dom-sec li, .sos-sec p{padding-bottom:0;}
	.navbar-light .navbar-toggler{border-color: var(--title-color)!important;}
	.navbar-light .navbar-toggler path{fill:var(--title-color)}
	.navbar-light.sticky_header .navbar-toggler{border-color: #fff!important;}
	.navbar-light.sticky_header .navbar-toggler path{fill:#fff}
	.navbar-light .navbar-toggler path:last-child{fill:none}

	/*menu section*/
	.navbar-light .navbar-toggler{display:none;}
	.collapse:not(.show){display: flex;}
	.navbar-collapse{position: static;flex-basis:auto;width: auto;background: transparent;}
	.navbar-nav{flex-direction: row!important;justify-content: flex-start;margin:0!important;}
	.navbar .btn{width:120px; height:38px; line-height: 16px; font-size:14px; margin:0;}
	.sticky_header.navbar-brand img,.navbar-brand img{height:40px!important;}
	/*Hero Search*/
	.hero-search.landing{flex-direction:column; padding:6px; gap:6px;}
	.hero-search.landing .form-group .dropdown::after{content:none;}
	.hero-search.landing .hsearch-btm, .home-page .hero-search .search-box.form-group{
		padding:5px;border:1px solid var(--primary)!important;border-radius: 6px;}
	.hero-search.landing .search-box, .hero-search.landing .btn{height:32px!important; line-height: 32px;}
	.hero-search.landing .hsearch-btm .btn{line-height: 30px; font-size: 13px;}
	.hero-content{margin-bottom:0;}	
	.cont-img{display: none;}
	.contact-sec .col-6 {margin:auto;max-width:492px;width:100%}
	.contact-sec .col-7{width: 100%;padding: 0 25px;}
	.navbar-collapse{justify-content: end;margin-right: 85px;padding-top: 10px;}
	.dropdown.lang-menu{
		position: absolute;
		right: 10px;
		z-index: 10;
	}
	
}

@media screen and (max-width: 767px){
	.navbar .container-fluid, .hero-sec .container, .container, .container-fuild{max-width:640px;}
	.sinscrire-sec .container-fuild, .sos-sec .container-fuild{padding-left:0; margin: auto;}

	.hero-sec{margin-top: 60px;}
	.hero-content{margin:30px 0;}
	.logo{margin:15px 0 42px;}
	.btn-sec{margin-top: 42px; justify-content: center;}
	.hero-img{width: 100%;}

	.serv-sec{padding:30px 0;}
	.serv-sec h2{margin-bottom: 0;}
	.serv-content{margin: 30px 0; padding: 0;}
	.serv-sec.mid .row,.serv-sec.last .row{flex-direction: column-reverse;}
	.serv-sec.last .col-12{display: flex; flex-direction: column;}
	.serv-sec.last .serv-img{order:3;}
	.serv-sec.last .serv-txt{margin:0 0 30px;}
	.sos-sec p{width: 100%;}
	.med-dom-sec ul{margin-left:0;}
	.sinscrire-sec,.sos-sec{padding: 30px 0 0;}
	.med-dom-sec .col-md-6:nth-child(1),.ordermob,.serv-img{order:2;}
	.sinscrire-sec{text-align: center;}

	.footer-cont{margin-top:60px;}
	.footer-cont div{margin-bottom: 25px;}
	.footer-div{padding: 60px 0;}
	.navbar-light{position: static;background: #F8FCFF;}
	.navbar-light.sticky_header{position: fixed;background: var(--primary);}
	.hero-content{margin-top: 60px;}
}

@media screen and (max-width: 639px){
	.b-login{gap:0;}
	.sticky_header.navbar-brand img, .navbar-brand img{height:38px!important;}
	.navbar .btn {width: 100px; height: 36px; line-height: 15px; font-size: 12px;}

	h1, .h1{font-size: 30px;line-height: 42px;}
	h2, .h2{font-size: 22px;line-height: 30px;}
	.btn{width:138px;}
	.footer-div,.med-dom-sec,.exp-sec{padding: 30px 0;}	
	.sub-title{font-size: 14px;}
	.footer-cont{margin-top: 30px;}
	.footer-cont h5{font-size: 16px;line-height: 27px;}
	.footer-cont h5{margin: 5px 0 5px;}
	.footer-cont p{font-size: 14px; line-height: 17px;}

	.sinscrire-sec h3{font-size: 18px;line-height: 28px;}
	.serv-content li, .serv-txt p, .med-dom-sec li, .sos-sec p{font-size: 14px;line-height:18px; margin-bottom: 10px;}
	.med-dom-sec h2{margin-bottom: 20px;}
	.med-dom-sec ul{margin-bottom: 20px;}
	.sos-sec img{margin-top: 15px;}
	.sos-sec .col-md-6:nth-child(2),.sinscrire-sec .col-md-6:nth-child(2){padding-left: 0;}
	.exp-sec .serv-txt,.sos-sec p {padding: 0px 15px;}	
	.contact-form{
		padding: 25px 15px;
	}
	.contact-sec{padding: 30px 0 50px 0;}
	
	
}

@media screen and (max-width: 390px){	
	.navbar-brand{margin-right:10px;}
	.sticky_header.navbar-brand img, .navbar-brand img{height: 32px!important;}
	.navbar .btn{width: 92px;}
	.btn:hover{transform: scale(1);}
}

@media screen and (max-width: 335px){
	.sticky_header.navbar-brand img, .navbar-brand img{height: 28px!important;}
}



.cht-footbtn .btn{
	width:auto !important;
}
.react-multi-chat .cht-footbtn .btn.btn-green {
    background: linear-gradient(130deg, #20957f, #02b75b);
    border: 1px solid #20957f;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.home-page .btn-login,.home-page .btn-register{
	background: linear-gradient(180deg, #87a0de 0%, #5E6C9B 100%) !important;
	padding: 8px 20px;
    border-radius: 10px;
	font-weight: 500;
    font-size: 13px;
	height: auto;
	width: auto;
	border:0
}

.home-page .btn-register{
	background: #fff !important;
	border: 1px solid var(--primary);
	color: var(--primary);
}