/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #1B1B21;
 
}
body {
	color: #545051;
	max-width: 1920px;
	margin: 0 auto;
    font-family:HelveticaNeueRegular;
}

@font-face {
    font-family:HelveticaNeueRegular;
    src: url(../fonts/HelveticaNeueRegular.ttf);
}

@font-face {
    font-family:HelveticaNeue-Thin;
    src: url(../fonts/HelveticaNeue-Thin.ttf);
}

@font-face {
    font-family:FuturaMedium;
    src: url(../fonts/FuturaMedium.otf);
}

@font-face {
    font-family:futurab;
    src: url(../fonts/futurab.ttf);
}

.selector-for-some-widget {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
a:hover { text-decoration: none }



/* Header bar section start */



.hero-area {
  height: 1280px;
  background-size: cover;
  background-position: center bottom;
}
.hero-content {
  max-width: 732px;
  margin-left: auto;
  padding-top: 200px;
}
.hero-content h1 {
  font-size: 125px;
  color: #fff;
  font-family: FuturaMedium;
  display: inline-block;
  padding-right: 35px;
  position: relative;
  text-transform: ;
}
.hero-content p {
  font-size: 45px;
  color: #fff;
  font-family: HelveticaNeue-Thin;
}
.hero-content a {
  font-size: 23px;
  color: #fff;
  background: #229fff;
  display: inline-block;
  padding: 13px 43px;
  border-radius: 34px;
  -webkit-box-shadow: 0 15px 20px #005fa3;
  box-shadow: 0 15px 20px #005fa3;
  margin-top: 34px;
}
.hero-content h1:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #229fff;
  content: "";
  height: 4px;
  left: 0;
}
.header-bar-section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	padding: 40px;
}
.site-main-wrp {
	position: relative;
}

.site-main-wrp {
  position: relative;
  padding: ;
}
.site-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.site-menu ul li {
  display: inline-block;
}
.site-menu ul li a {
  color: #fff;
  font-size: 20px;
  padding: 0px 16px;
  display: block;
}
.site-menu ul li:first-child a {
  border-right: 1px solid #229fff;
}

/* Header bar section  END */


/* Inner content css start */


.site-inner-main-blk {
  position: relative;
}
.spp-1 {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 450px;
}


.spp-2 {
  position: absolute;
  right: 0;
  top: 67px;
  max-width: 314px;
}

.site-inner-area {
    background-image: url(../img/sd.png);
}
.site-inner-area {
	background-size: cover;
	background-position: center top;
	margin-top: -323px;
	padding-bottom: 150px;
}

.featured-blk {
  position: relative;
}
.featured-blk h2 {
  font-size: 50px;
  color: #fff;
  font-family: futurab;
  margin-bottom: 35px;
}
.single-ft-blk img {
  width: 100%;
}
.single-ft-blk {
  position: relative;
  -webkit-box-shadow: 0 8px 21px #00000052;
  box-shadow: 0 8px 21px #00000052;
}
.ft-title {
  position: absolute;
  bottom: 28px;
  width: 100%;
  text-align: right;
}
.ft-title h3 {
  margin: 0;
  padding: 0 35px;
  display: inline-block;
  font-size: 40px;
  color: #fff;
  font-family: futurab;
  position: relative;
}
.ft-title h3:after {
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 3px;
  background: #229fff;
  content: "";
}


.site-inner-main-blk {
	background: #063b68;
	
}
.section-title h2 {
  color: #fff;
  font-size: 50px;
  text-align: center;
  font-family: futurab;
}
.str-texts p {
	font-size: 24px;
	color: #b4c5d2;
	line-height: 30px;
}
.str-texts {
  padding: 0 150px;
}
.sp-1 {
  position: absolute;
  bottom: -280px;
}
.sp-2 {
  position: absolute;
  right: -174px;
  bottom: -156px;
  max-width: 276px;
}

.single-ico-box {
	background: #012c4e;
	padding: 25px;
	border-radius: 12px;
	height: 280px;
	-webkit-box-shadow: 0 2px 21px #00000029;
	box-shadow: 0 2px 21px #00000029;
}
.icon-main {
  height: 141px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.icon-main img {
  height: 106px;
}
.single-ico-box h3 {
  font-size: 27px;
  color: #fff;
  font-family: FuturaMedium;
  margin: 0;
  margin-top: 32px;
  text-align: center;
}
.single-ico-box h3 span {
  display: block;
  font-size: 18px;
  margin-top: 5px;
  color: #8c9faf;
}

.footer-map-blk h3 {
  font-size: 50px;
  color: #fff;
  font-family: futurab;
}
.footer-right-form h3 {
  color: #fff;
  font-family: futurab;
  font-size: 50px;
}
.site-form-main {
}

.footer-input-box input {
	width: 100%;
	background: rgba(6, 44, 78, .5);
	border: none;
	height: 45px;
	padding: 0 15px;
	border-radius: 12px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
	height: 44px;
}
.sb-btn button {
  background: #145eb5;
  color: #fff;
  font-size: 23px;
  border: none;
  padding: 1px 41px;
  height: 54px;
  border-radius: 35px;
}

.footer-input-box textarea {
	height: 136px;
	width: 100%;
	padding: 15px;
	border: none;
	border-radius: 15px;
	background: rgba(6, 44, 78, .5);
	color: #fff;
	resize: none;
	font-size: 16px;
}
.site-inner-main-blk {
  padding-bottom: 30px;
}

.pd-rt {
  padding-right: 70px;
}
.pd-lft {
  padding-left: 70px;
}

.action-link {
  text-align: center;
}
.action-link a {
  font-size: 25px;
  color: #fff;
}
.action-link {
  margin-top: 12px;
}
.action-link a img {
  margin-right: 12px;
}

.spp-3 {
  position: absolute;
  bottom: 0;
  right: 339px;
  max-width: 569px;
}
.spp-4 {
  position: absolute;
  right: 0;
  bottom: 183px;
  max-width: 384px;
}


/* The container */
.container-ck {
	display: block;
	position: relative;
	padding-left: 28px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #7ea2bd;
}
/* Hide the browser's default checkbox */
.container-ck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #002848;
	border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.container-ck:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-ck input:checked ~ .checkmark {
	background-color: #002848;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-ck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-ck .checkmark::after {
	left: 8px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.form-ck label {
  margin: 0;
}
.form-ck {
  margin: 14px 0;
}

.footer-area {
  text-align: center;
  background: #052e4e;
  padding: 36px 0;
  font-size: 21px;
}
.footer-area a {
  color: #b7b7b7;
}

/* Inner content css end */












