body {
	background: #fff;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	color: #fff;
	letter-spacing: 0.01rem;
	line-height: 1.2;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;	
}
a {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}
b, strong {
	font-weight: 700;
}
ul, li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
p {
	line-height: 1.6rem;
}

section {
	display: block;
	position: relative;
}
.v-center {
	align-items: center;
}
.container{
	max-width: 1200px;
}
.scrollup {
	width: 50px;
	height: 50px;
	opacity: 1;
	position: fixed;
	bottom: 8px;
	right: 15px;
	display: none;
	text-indent: -9999px;
	background: url(../images/icons/circle-arrow.svg) no-repeat;
	z-index: 20;
	background-size: 100% auto;
}
.header{
	display:block;
	position:relative;
	padding:20px 0;
	background-color: #fff;
}
.services-box-content{
	padding:15px 0 20px;
}
.services-box-content h4{
	font-size:16px;
	letter-spacing:0.01rem;
	text-transform:uppercase;
	font-weight:800;
	color:#cf0001;
}
.service-box-images img{
	width:auto;
	height:150px;
}
.footer{
	position:relative;
	display:block;
	padding:80px 0 50px;
	background: #d00402;
}
.country-list-in-footer{
	font-size:57px;
	color:#dfe61e;
	font-weight:800;
	text-transform:uppercase;
}
.country-list-in-footer span{
	color:#fff;
	padding:0 10px;
	position:relative;
}
.country-list-in-footer span:after{
	background-color:#dfe61e;
	border-radius:50%;
	width:14px;
	height:14px;
	content:"";
	position:absolute;
	left:-14px;
	top:50%;
	margin-top:-7px;
}
.country-list-in-footer span:first-child:after{
	display:none !important;
}
.footer-website-url{
	letter-spacing:0.02rem;
	margin-top:15px;
}
.coming_soon_text h3{
	font-size:34px;
	text-transform:uppercase;
	letter-spacing:0.08rem;
	font-weight:800;
	text-transform:uppercase;
	color:#fff;
	margin:0 0 10px;
}
.coming_soon_text a{
	font-size:20px;
	color:#fff !important;
	text-decoration:none !important;
}




.hero-banner-section {
	background-color: #ffffcb;
	height: auto;
}
.hero-banner-section .container {
	padding-top: 0px;
}
.hero-slider-caption-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
}
.banner-caption h1 {
	font-size: 40px;
	color: #cf0001;
	text-transform: uppercase;
	line-height: 115%;
	letter-spacing: 0.1rem;
	font-weight: 800;
}
.banner-caption h4 {
	font-size: 24px;
	color: #f1a52c;
	font-weight: 500;
	margin: 0;
	line-height: 2.4rem;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.03rem;
}
.hero-image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	position: relative;
}
.contact-form {
	background: #003474;
	padding: 30px 40px;
}
.contact-form h4 {
	font-size: 38px;
	color: #FFF;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
}
.contact-form h4 span {
	font-weight: 800;
	font-size: 35px;
}
.contact-form .form-control {
	height: 52px;
	font-size: 18px;
}
.contact-form textarea {
	height: auto !important;
}
.banner_contact {
	background: #ca9457;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	padding: 15px 0;
	font-size: 26px;
	line-height: 100%;
	border-radius: 4px;
	animation-duration: 3s;
	letter-spacing: 0.1rem;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	display: block;
	width: 100%;
}
.banner_contact:hover {
	color: #003474;
	background-color: #fff;
}
.contact-form p {
	line-height: 1.2rem;
}

.white-bg{
	background-color: #fff;
}


.icon-box-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  text-align: center;
  box-shadow: 0 0 24px #0000000f;
  border-radius: 10px;
  background: white;
  overflow: hidden;
}
.icon-box-wrapper img {
  width: 100%;
  display: block;
}
.icon-box-wrapper p {
  color: #666;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2rem;
  margin-top: 0;
}

.py-60{
	padding-top: 60px;
	padding-bottom: 60px;
}
.red-text{
	color: #cf0001;
}


.footer-colm {
	margin: 0 26px;
}
.icon-text a {
	font-size: 18px;
	color: #fff;
	text-decoration: none !important;
	font-weight: normal;
}
.icon-text.footer-colm a {
}
.copywrite {
  font-size: 17px;
  color: #fff;
  letter-spacing: 0;
}

.card-box-wrapper{
	background-color: #ffffcb;
	border-radius: 20px;
	padding: 50px;
}
.bg-section{
/*	background: url('../images/bg.jpg') no-repeat center center; */
	background-size: cover;
}