body{
    /* background: linear-gradient(0deg,hsla(0,0%,86.3%,.2),hsla(0,0%,86.3%,.2)); */
	font-family: 'Slabo 27px', serif;
	font-size: 17px;
}

header {
	padding: 20px 70px 20px;
}
header {
	position: relative;
	overflow: hidden;
  }
  
.nav.navbar-nav.navbar-right {
	background: whitesmoke !important;
	margin-top: 0;
}

  
  header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
  }
  
  header video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -2;
  }
  form {
	text-align: left;
}
  /* Optional styles */
  header {
	height: 100vh; /* Adjust this to your desired height */
  }
  
  
.navbar-default {
	background: #F5F5F5;
	width: 94%;
	max-width: 1520px;
	margin: 0 auto;
	border-radius: 40px;
	padding: 10px 50px 30px 70px;
	border: none;
}

.navbar.navbar-default {
	background: #F5F5F5;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	padding: 1.5rem;
	color: #fff;
}

.navbar-default .navbar-nav > li > a {
    font-weight: 600;
	font-size: 1.125em;
	line-height: 150%;
	color: #000;
}

.top_txt h1 {
	font-size: 50px;
	color: #22324e;
	font-weight: 500;
	margin-top: 0;
	text-align: center;
}


.l-fg {
	width: 20px;
}

.text-center{
	text-align: center;
}
section {
	margin: 30px 0;
}
section.one {
	margin:0;
}
.btn.btn-prymary {
	background: radial-gradient(circle at 12.3% 19.3%, rgb(85, 88, 218) 0%, rgb(95, 209, 249) 100.2%);
	cursor: pointer;
	padding: 1.25em 3.75em;
	align-items: center;
	border-radius: 46px;
	border: 1px solid transparent;
	color: #fff;
	font-size: 1.125em;
	font-weight: 600;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border: none;
}
.btn.btn-prymary:hover {
	background: linear-gradient(89deg, rgb(21, 74, 189) 0.1%, rgb(26, 138, 211) 51.5%, rgb(72, 177, 234) 100.2%);
  }
  .box.services {
	padding: 100px 10px;
}

.one p {
	margin-bottom: 42px;
	font-size: 21px;
	line-height: 135%;
	text-align: justify;
	color: #22324e;
}

  .mycard {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
	padding: 10px;
	border-bottom: 7px solid darkgray;
	border-radius: 10px;

}
.mycard h4 {
	font-size: 26px;
	color: #2f7fef;
	font-weight: 600;
}

.advantages {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 10px;
	border-radius: 15px;
	margin-bottom: 30px;
	min-height: 180px;
}

.advantages h5 {
	color: #333;
	font-size: 1.125em;
	font-weight: 600;
}
.advantages img {
	width: 50px;
}

.col-xs-3.col-sm-3.col-md-3.col-lg-3.step-name {
	background: #A2A097;
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding: 7px;
	border-radius: 0px 35px 35px 0px;
	background: radial-gradient(circle at 0.1% 99.8%, rgb(0, 164, 189) 0%, rgb(0, 189, 165) 90%);
}
.box.step {
	background: #F2EDE8;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.col-xs-3.col-sm-3.col-md-3.col-lg-3.step-name h5 {
	line-height: 170%;
	font-weight: 600;
	white-space: nowrap;
	font-size: 1.5em;
	letter-spacing: .01em;
}
.col-xs-9.col-sm-9.col-md-9.col-lg-9.step-desc p{
	font-size: 18px;
	padding-top: 7px;
}
.payment img{
	width: 110px;
	padding: 10px;
}

.map.text-center {
	max-width: 370px !important;
	margin: 0 auto !important;
	display:block;
}
.map {
	max-width: 370px;
	margin: 0 auto;
}

.mobile-section{
    display:none;
}

.box.step {
	margin-bottom: 15px;
	background: radial-gradient(328px at 2.9% 15%, rgb(191, 224, 251) 0%, rgb(232, 233, 251) 25.8%, rgb(252, 239, 250) 50.8%, rgb(234, 251, 251) 77.6%, rgb(240, 251, 244) 100.7%);
}

.map-region .btn-success {
	margin: 5px;
	text-transform: uppercase;
	font-weight: 600;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

Footer img {
	width: 20px;
}
Footer .footer-logo img {
	width: 200px;
	padding: 55px 0;
}

footer {
	padding: 20px;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.row.copyright.text-center {
	border-top: 1px solid cornflowerblue;
	padding: 10px;
}
.row.copyright.text-center p {
	font-weight: 600;
}
.region {
	fill: #d7d7d7 !important;
	cursor: pointer;
}
.region:hover, .region.is-active {
	fill: green !important;
}


footer h3 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
}

.section-service img{
    max-width:350px;
}
.card {
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
	padding: 30px;
	background: radial-gradient(circle at 10% 20%, rgba(216, 241, 230, 0.46) 0.1%, rgba(233, 226, 226, 0.28) 90.1%);
	border-radius: 20px;
	text-align: center;
}
.row.box.card {
	background: radial-gradient(circle at 10% 20%, rgb(226, 240, 254) 0%, rgb(255, 247, 228) 90%);
}
.p_slogan {
	font-size: 55px;
	font-family: 'Slabo 27px', serif;
	text-transform: uppercase;
	color: #1E2C44;
}
/* ================= */
.gallery  {
	--s: 115px; /* control the size */
	
	display: grid;
	width: var(--s);
	aspect-ratio: 1;
	overflow: hidden;
	padding: calc(var(--s)/20);
	border-radius: 50%;
	position: relative;
	clip-path: circle(49.5%); /* to avoid a few glitch cause by overflow: hidden */
  }
  .gallery::after {
	content: "";
	position: absolute;
	inset: 0;
	padding: inherit;
	border-radius: inherit;
	background: repeating-conic-gradient(#e63737 0 30deg,#df9f15 0 60deg);
	-webkit-mask: 
	   linear-gradient(#fff 0 0) content-box, 
	   linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
			mask-composite: exclude;
  }
 .gallery.two::after{
	background: repeating-conic-gradient(#37e64e 0 30deg,#7a065d 0 60deg);
 }
 .gallery.three::after{
	background: repeating-conic-gradient(#9737e6 0 30deg,#cdd6c9 0 60deg);
 }
 .gallery.four::after{
	background: repeating-conic-gradient(#37c2af 0 30deg,#99d439 0 60deg);
 }


  .gallery > img {
	grid-area: 1/1;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: inherit;
	transform-origin: 50% 120.7%;
	padding: 10px;
}
  .gallery::after,
  .gallery > img {
	animation: m 8s infinite cubic-bezier(.5,-0.2,.5,1.2);
  }
  .gallery > img:nth-child(2) {animation-delay: -2s}
  .gallery > img:nth-child(3) {animation-delay: -4s}
  .gallery > img:nth-child(4) {animation-delay: -6s}
  
  @keyframes m {
	0%,3%    {transform: rotate(0)}
	22%,27%  {transform: rotate(-90deg)}
	47%,52%  {transform: rotate(-180deg)}
	72%,77%  {transform: rotate(-270deg)}
	98%,100% {transform: rotate(-360deg)}
  }


  @keyframes animatedBorder {
	0% { background-position: 0% 50%; }
	100% { background-position: 100% 50%; }
  }
  
  .box__inner.adventages {
	background: linear-gradient(113.5deg, rgb(234, 234, 234) 22.3%, rgb(201, 234, 211) 56.6%, rgb(255, 180, 189) 90.9%) !important;
}
  
  .an-border {
	border: 2px solid transparent;
	border-image: linear-gradient(to right, #b0f, blue, green, yellow, #00ffdb) 1;
	animation: animatedBorder 5s linear infinite;
	padding: 10px;
}
/* .a-border {
	border-left: 3px solid #a29740;
	padding-left: 20px;
}  */
.payment_img li {
	list-style: none;
	text-align: center;
	display: inline-block;
	margin: 0 10px;
}
  
.why h2 {
	color: #1E2C44;
	font-size: 50px;
	text-align: center;
}
.why p {
	text-align: justify;
	color: #1E2C44;
}
.why .box__inner {
	padding: 20px;
	text-align: ;
	margin-bottom: 30px;
	min-height: 300px;
	background: linear-gradient(109.6deg, rgb(245, 239, 249) 30.1%, rgb(207, 211, 236) 100.2%);
	border-radius: 20px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	/* box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; */
}
.box__inner:hover {
	/* background: radial-gradient(circle at 10% 20%, rgba(216, 241, 230, 0.46) 0.1%, rgba(233, 226, 226, 0.28) 90.1%); */
	background: radial-gradient(328px at 2.9% 15%, rgb(191, 224, 251) 0%, rgb(232, 233, 251) 25.8%, rgb(252, 239, 250) 50.8%, rgb(234, 251, 251) 77.6%, rgb(240, 251, 244) 100.7%);
}

.why .box__inner.odd {
	background: radial-gradient(circle at 10% 20%, rgba(216, 241, 230, 0.46) 0.1%, rgba(233, 226, 226, 0.28) 90.1%);
}
.box__inner.odd:hover {
	/* background: linear-gradient(109.6deg, rgb(245, 239, 249) 30.1%, rgb(207, 211, 236) 100.2%); */
	background: linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%);
}
.payment_img {
	text-align: center;
	padding: 0;
}
.payment_img ul {
	padding: 0;
}

.country.card {
	background: linear-gradient(89.9deg, rgb(208, 246, 255) 0.1%, rgb(255, 237, 237) 47.9%, rgb(255, 255, 231) 100.2%);
}
.flag {
	list-style: none;
	padding: 0;
	text-align: left;
}
.flag img {
	width: 50px;
	padding: 10px;
}

.flag li {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
	width: 220px;
	margin: 13px 0;
	border-radius: 20px;
	background: ghostwhite;
}

.f_heading {
	border-bottom: 2px solid azure;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

/* =================== */
.why h3 {
	position: relative;
	padding: 0;
	margin: 0;
	font-weight: 300;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
  }

.one h3 {
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 5px;
  }
  .one h3:before {
	width: 28px;
	height: 5px;
	display: block;
	content: "";
	position: absolute;
	bottom: 3px;
	left: 50%;
	margin-left: -14px;
	background-color: #9c8d07;
  }
  .one h3:after {
	width: 100px;
	height: 1px;
	display: block;
	content: "";
	position: relative;
	margin-top: 10px;
	left: 50%;
	margin-left: -50px;
	background-color: #9c8d07;
  }
  
.col-xs-9.col-sm-9.col-md-9.col-lg-9.step-desc p {
	font-size: 18px;
	text-align: left;
	padding-top: 12px;
}

/*========= contact==========*/
#loading-img{
    display:none;
    }
    .response_msg{
    margin-top:10px;
    font-size:13px;
    background:#E5D669;
    color:#ffffff;
    width:250px;
    padding:3px;
    display:none;
    }   
    
	.c-img img {
		width: 100%;
	}

	.col-md-9.txt-card {
		padding-top: 20px;
	}
	
	
	
	
/*========= mobile responsive==========*/

@media only screen and (max-width: 767px) {
	header {
		padding: 0;
		margin: 0;
	}
	.navbar-default {
		padding: unset;
		border-radius: 0;
		width: 100%;
	}
section {
	margin: 5px 0;
}
	.box.step {
		margin-bottom: 15px;
		max-width: 100%;
		margin-left: 15px;
	}
	.mycard {
		margin-bottom: 15px;
	}
	.payment img {
		width: 80px;
		padding: 7px;
	}
	
h1.text-center.main-heading {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	margin-top: 18px;
}

	.box.services {
		padding: 0;
	}
.no-img img{
	display: none;
}

.m-img img{
    width: 230px;
margin: 10px auto;
display:block;
}

.section-service {
	margin: 30px 0;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	padding: 10px;
}

.section-service h1{
	font-size: 22px;
	font-weight: 700;
}
.section-service h2{
	font-size: 20px;
	font-weight: 700;
}
.mobile-img img {
	display: block;
	width: 250px;
	margin: 0 auto;
}
.desktop-sec{
    display:none;
}
.mobile-section{
    display:block;
}
footer {
	text-align: center;
}

.navbar-brand > img {
	display: block;
	width: 130px;
}
.map-region .btn-success {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 8px;
	padding: 3px;
	margin: 0px;
}
.map.text-center {
	max-width: 280px !important;
	margin: 0 auto !important;
	display: block;
}
.map-region.text-center {
	margin-top: 0;
}

header video {
	object-fit: contain;
}
header {
	height: 53vh;
}

.top_txt h1 {
	font-size: 25px;

}
.one p {
	margin-bottom: 10px;
	font-size: 17px;
	padding: 10px 20px;
}
.p_slogan {
	font-size: 30px;
}
.gallery {
	--s: 75px;
}

.why h2 {
	font-size: 21px;
	margin: 11px;
}

.card {
	padding: 15px;
}

.payment_img li {
	margin: 0px;
}
.c-img {
	width: 200px;
	margin: 0 auto;
}
.btn.btn-prymary {
	padding: 1.00em 3.75em;

}
.adv {
	font-size: 32px !important;
}
.top_txt .t_h {
	display: block;
}

.top_txt strong {
	display: none;
}
.section-service.one {
	margin-top: -35px;
}

header video {
	height: 80%;

}
.flag {
	margin: 0 auto;
	width: 220px;
}

.wh {
	font-size: 35px !important;
}

  }

