@font-face {
  font-family: 'Gothic';
  src: url('../styles/fonts/GothamBold.woff');
  font-weight: bold;
}
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
* {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
html,body {
  font-size: 16px !important;
  font-size: 1.3rem;
  font-family: 'Gotham', sans-serif;
  line-height: 1.2;
  font-weight: 300;
}
a,a:hover {
  text-decoration: none;
}
p {
  margin-bottom: 1rem;
}

.gothic {
  font-family:"Gothic";
}
.space-tb {
  padding: 5rem 0;
}
.global-heading {
  font-size: 2rem;
  font-weight: 100;
}
.heading-space-b {
  margin-bottom: 1.25rem;
}
.title-space {
  padding-top: 2rem;
}
.color-white {
  color: #ffffff;
}
img {
  max-width: 100%
}
h1,h2,h3,h4,h5,h6 {
  color: #1e384b;
}
.section-space {
  padding: 5rem 0;
}

.global-btn {
  font-size: 1.2rem;
  background-color: transparent;
  padding: 1.2rem 3rem;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 2rem;
}
.global-btn:hover {
  background: #28495e;
  color: #ffffff;
  transition: .3s ease-in-out;
}
.global-btn--black {
  background-color: #000000;
}

.global-btn--blue {
  background-color: #28495e;
}

.global-btn--with-border {
    border: 1px solid #28495e;
    color: #28495e;
}

.heading-white {
  font-size: 2rem;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 11;
  background: #ffffff;
  padding: 1rem 0;
}
.site-header__nav {
  display: none;
}
.site-header__nav {
  position: absolute;
  background: #ffffff;
  width: 100%;
  left: 0;
  top: 100%;
}
.site-header__nav ul li {
  list-style: none;
  margin-bottom: 0;
  border-bottom: 1px solid #b7b7b7;
  padding: 1.5rem 0;
}
.site-header__nav ul li a {
  padding: .7rem 1rem;
  color: #000000;
  font-size: 1.1rem;
  margin: 0.3rem;
  transition: .3s ease-in-out;
}
.site-header__nav li a.active {
  background: #28495e;
  color: #ffffff;
}
#menu-button {
  display: block;
  height: 25px;
  cursor: pointer;
}
.menu-bar, .menu-bar--cross {
  display: block;
  content: "";
  position: absolute;
  background: #000000;
  width: 50px;
  height: 2px;
  position: relative;
  z-index: 1;
}
.menu-bar:nth-child(1) {
}
.menu-bar:nth-child(2) {
  top: 10px;
}
.menu-bar:nth-child(3) {
  top: 20px;
}
.menu-bar--cross:nth-child(1) {
  transform: rotate(45deg);
  transform-origin: 17px -3px;
}
.menu-bar--cross:nth-child(2) {
  top: 10px;
  opacity: 0;
}
.menu-bar--cross:nth-child(3) {
  top: 20px;
  transform: rotate(-45deg);
  transform-origin: 0 0;
}

.site-header__nav ul li a:hover {
  padding: .7rem 1rem;
  color: #ffffff;
  font-size: 1.1rem;
  background: #27495e;
}

.hero-banner {
  height: 60vh;
  width: 100%;
  position: relative;
  overflow: hidden;
    margin-top: 7rem;
  }
.swiper-slide img {
  height: 100vh;
}
.slider-holder {
	position:relative;
	width:100%;
	margin:0 auto;
}
.slider-images  {
  height: 100vh !important;
  width: 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.slider-img-1 {
  background: url('../images/hero-banner.jpg');
}

.slider-img-2 {
	background: url('../images/hero-banner-2.jpg');
}

.slider-img-3 {
	background: url('../images/hero-banner-3.jpg');
}

.slider-img-4 {
	background: url('../images/hero-banner-4.jpg');
}

.slider-nav {
	margin-top:20px;
}
.slider-nav-btn.go-prev {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%)
}
.slider-nav-btn.go-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.slider-nav-btn {
  display: none;
	display:inline-block;
	padding:4px;
	margin-right:10px;
	cursor:pointer;
	background-color:#add8e6;
	border-radius:3px;
	transition:all .2s;
}

.slider-nav-btn:hover {
	background-color:#6495ed;
}

.slider-nav-btn:last-child {
	margin-right:0;
}
.hero-banner__content {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.hero-banner__content img{
  height: auto !important;
}

.main-content__about-us p{
  font-size: 1.3rem;
  line-height: 1.8;
}

.our-mission__content {
  padding: 2rem 1rem;
}

.our-mission {
  background: url('../images/our-mission.jpg') no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  text-align: center;
  background-attachment: fixed;
}
.row.h-100 {
  height: 40rem;
}
.our-mission__content p {
  font-size: 1.3rem;
  color: #ffffff;
  line-height: 1.7;
  font-family: 'Georgia', sans-serif;
  font-weight: 100;
  font-style: italic;
  padding-top: 3rem;
}
.our-service__colorBg {
  background-color: rgba(169,195,203,.3);
}

.our-service img {
  width: 100%;
}
.our-service__text h3 {
  font-size: 2rem;
  font-weight: 300;
  margin-top: 1rem;
  line-height: 1;
  margin-bottom: 1rem;
} 
.our-service__text p {
  font-weight: 300;
  line-height: 1.5;
  font-size: 1rem;
}
.our-service__text strong {
  padding-bottom: .3rem;
  display: inline-block;
}

.our-service__text ul {
  margin-bottom: 1rem;
  margin-left: 1.5rem;
}

.our-service__text ul li {
  line-height: 1.5;
  font-size: 1rem;
}

.our-service__text--space p {
  margin-bottom: 0;
}

.status-certificate {
  margin-top: 0;
  background-size: cover;
  width: 100%;
  color: #28495e;
  background-position: center;
  height: 100%;
}
.status-certificate__st-block {
  margin-left: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}


.status-certificate__st-block h3 {
  font-size: 2rem;
  color: currentColor;
  font-weight: 300;
}

.status-certificate__st-block p {
  font-size: 1.125rem;
  color: currentColor;
  font-weight: 300;
  padding: 3rem 0px;
  margin: 0;
  line-height: 1.8;
}               
.about-us {
  padding: 6rem 0;
}
.about-us__content {
  margin-top: 3.12rem;
}
.about-us__content p {
  font-size: 20px;
  line-height: 2.5rem;
}
.about-us__content p:not(:last-child) {
  margin-bottom: 4rem;
}
.our-team__space:not(:last-child){
  margin-bottom: 0;
}
.our-team__user-info {
  margin-top: 1rem;
  line-height: 1.9;
}
.our-team__user-name {
  font-size: 1.5rem;
  font-weight: 100;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.our-team__social-links {
  padding: 2rem 0;
}
.saparator-line {
  background: url(../images/saparator-line.svg) repeat;
  width: 100%;
  fill: #1e384b;
  border-radius: 100px;
  height: 2px;
  margin: 1rem 0;
}
.our-team__social-links ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.our-team__social-links ul li a {
  text-decoration: none !important;
  display: flex;
  align-items: center;
  height: 50px;
}

.our-team__text {
  color: #000000;
  font-size: .9rem;
  text-decoration: none !important;
  padding-left: 1rem;
}
.our-team__text a {
  height: auto !important;
  color: #29495e;
  display: inline-block !important;
}
.profile-icon {
  background: #b7cdd4;
  border-radius: 100px;
  height: 50px;
  width: 50px;
  padding: 1rem;
  line-height: 17px;
  text-align: center;
  display: flex;
}
span.profile-icon.linkedin {
  background: url(../images/team/Linkedin-icon.png) no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  border-radius: 0;
}
svg.icon {
  fill: #000000 !important;
  width: 25px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  height: auto;
}
.contact-us {
  padding: 5rem 0;
  background: url('../images/contact-bg.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.contact-us .global-heading {
  margin-bottom: 3rem;
}
.contact-us__content {
  padding: 3rem 0;
  color: #ffffff;
  line-height: 1.8;
  font-size: 1.3rem;
}
.contact-us__content strong a{
  color: currentColor
}
.contact-us__phone {
  display: block;
  font-size: 1.2rem;
}
.contact-us__phone a {
  text-decoration: none;
  color: currentColor;
  font-weight: bold;
}
.proposal {
  padding: 5rem 0;
}
.proposal__content {
    line-height: 2;
    font-size: 1.25rem;
}
.proposal__images ul li {
  list-style: none;
  margin-bottom: 1rem;
}
.site-footer {
  background: #1e384b;
  padding: 2rem 0;
  color: #ffffff;
  text-align: center;
  line-height: 2rem;
}
.site-footer__copyrights {
  font-size: .8rem;
  line-height: 1.5;
}
.site-footer__copyrights p {
  margin:0;
}
.site-footer__copyrights a {
  color: currentColor
}
.modal.fade.in {
  opacity: 1;
}
.modal-content {
  padding: 1rem;
  max-width: 750px;
  margin: 0 auto;
  border-radius: 0;
}
.modal-dialog-centered::before {
  background: rgba(39, 73, 94 , .7);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.form-control {
  padding: 1.8rem;
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 2rem;
  border-radius: 0;
}
.modal-content h3 {
  font-weight: 300;
  padding: 1rem;
  font-size: 3rem;
}
strong.contact-us__career {
  margin-top: 2rem;
}
.inner-pages {
  margin-top: 7.1rem;
}
.thank-you {
  padding: 7rem;
  text-align: center;
}
.thank-you h3 {
  font-size: 7rem;
}

.white {
  background-color:#fff;
}

.mx-w {
  width:100%;
  max-width:480px;
}
@media (min-width:1200px) {
  .hero-banner {
    height: 100vh;
    margin-top: 0;
  }
  .hero-banner__content {
    bottom: 5%;
    transform: translateX(-50%);
  }
  .heading-white {
    font-size: 3.6rem;
  }
  .container {
    max-width: 1170px;
  }
  .global-heading {
    font-size: 5.21rem;
    margin-bottom: 0;
  }
  .space-tb {
    padding: 5rem;
  }
  .service-space {
    padding: 2rem 0;
  }
  .heading-space-b {
    margin-bottom: 4.25rem;
  }
  .global-btn {
    margin-bottom: 0;
  }
  .site-header__nav {
    display: block;
  }
  .site-header__nav {
    position: relative;
    background: transparent;
    padding: 0;
    width: auto;
  }
  #menu-button{
    display: none;
  }
  .site-header__nav ul li {
    list-style: none;
    border-bottom: none;
  }
  .site-header__nav ul li a{
    padding: .7rem 1rem;
    color: #000000;
    font-size: 1.1rem;
    margin: .3rem;
    transition: .3s ease-in-out;
  }
  .our-mission__content {
    padding: 2rem 0;
  }
  .our-mission__content p {
    font-size: 2.3rem;
  }
  .our-service__text h3 {
    margin-top: 0;
  } 
  .our-service__text--space p {
    margin-bottom: 1rem;
  }
  .status-certificate__st-block {
    padding-top: 6rem;
    padding-bottom: 7rem;
  }
  .status-certificate__st-block h3 {
    font-size: 2.75rem;;
  }
  .our-team__text {
    color: #000000;
    font-size: 1.1rem;
    text-decoration: none !important;
    padding-left: 1rem;
  }
  .our-team__user-info {
    margin-top: -7px;
  }
  .our-team__space:not(:last-child){
    margin-bottom: 4rem;
  }
  .our-team__user-name {
    font-size: 2rem;
    line-height: .8;
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .site-footer {
    padding: 2rem 0;
  }
  .status-certificate {
    margin-top: 5rem 0;
  }
}