@charset "utf-8";
/* CSS Document */
body {
   font-family: 'Roboto', sans-serif;
  color: #1c3258;
}
.navbar-nav > li {
  padding-left: 30px;
  padding-right: 30px;
}
li.nav-item {
    padding-left: 15px;
    padding-right: 15px;
}
nav.navbar.navbar-expand-lg.fixed-top.navbar-light {
  box-shadow: 0 2px 32.7px rgba(0, 0, 0, 0.36);
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
}

li {
    font-size: 15px;
    line-height: 1.8em;
}


.marginbottom20{
	margin-bottom:20px;
}
a.nav-link {
  font-size: 13px;
  color: #1c3258;
}
hr.smallHr {
    margin: 10px 0;
    border-bottom: 1px dashed #ccc;
}

a {
    color: #6fd7fe;
    text-decoration: none;
    background-color: transparent;
}


a.btn.btn-secondary:hover {
  background: #364f77;
  border-color: #364f77;
}
/*animated toggle hamburger*/
.navbar-toggler:focus, .navbar-toggler:active {
  outline: 0;
  position: relative;
}
.navbar-light .navbar-nav .nav-link {
  color: #1c3258;
  opacity: 1;
}

.trustTxt {
    font-size: 37px;
    font-weight: 600;
    margin-top: 14px;
	
}


.addressDeets {
    margin-top: 40px;
    text-align: justify;
}s

.clientLogos {
    margin-bottom: 60px;
	
}

img.img-fluid.clientLogos{
	 filter: grayscale(100%);
	 transition: 0.3s;
}

img.img-fluid.clientLogos:hover{
	 filter: grayscale(0%);
}

.marginbottom40{
	margin-bottom:40px;
}


.founder{
	color: #6fd7fe;
    font-weight: 800;
    padding: 20px;
    border-radius: 32px;
	padding-left:0; 
	padding-top: 0;
	    text-transform: uppercase;
}


.headNopad {
    padding-bottom: 0;
}



.footer{
	background:#386794;
	color: #fff;
	padding: 50px 0;
	
}
footer a {
    color: white;
    text-decoration: underline;
	  transition: 0.3s;
}

footer a:hover {
    color: #6fd7fe;
    text-decoration: none;
}

.offeringTxt {
    font-size: 15px;
    text-align: right;
    font-weight: 600;
    letter-spacing: 0.03em;
}


.navbar-toggler span {
  display: block;
  background-color: #1c3258;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}
.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
  -webkit-transition: transform .35s ease-in-out;
  -moz-transition: transform .35s ease-in-out;
  -o-transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  ;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}
.navbar-nav {
  margin-top: 15px;
}
/*animated toggle hamburger*/
.mobileSpace {
  display: none;
}
.navbar-brand img {
  margin: 20px 10px;
  width: 100%;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: #1c3258;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: #6fd7fe;
  /* font-size: 15px; */
  border-bottom: 2px solid #6fd7fe;
  padding-bottom: 4px;
  font-weight: 800;
}
#navbar1 {
  position: relative;
}
div.phoneNumber sapan.phoneIcon img {
  width: 2px;
}
.margintop25px {
    margin-top: 25px;
}


.phoneNumber a {
  color: #6fd7fe;
}
img.img-fluid.text-center.bigRadius {
  border-radius: 11px;
}

.bigRadius{
	border-radius:11px;
}


.scrollToTop {
  width: 50px;
  height: 50px;
  /* padding: 10px; */
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 6px;
  right: 6px;
  display: none;
  background: url(../img/scroll_top.png) no-repeat;
  background-size: cover;
}
.scrollToTop:hover {
  text-decoration: none;
}
.menuPad {
  margin-top: 500px;
}
.phoneNumber {
  height: 20px;
  /* width: 20px; */
  position: absolute;
  right: 22px;
  top: -29px;
  /* font-style: italic; */
  color: #e54a35;
  font-size: 15px;
}
.phoneIcon {
  width: 20px;
  height: auto;
}
div.phoneNumber > span.phoneIcon {
  width: 10px !important;
  height: 100px;
}
.navbar-light .navbar-nav .nav-link {
  color: #1c3258;
  opacity: 1;
  font-size: 15px;
}
.navbar-light .navbar-nav .nav-link:hover {
  border-bottom: 2px solid #1c3258;
  padding-bottom: 4px;
}
.phoneIcon img {
  width: 19px;
}
.menuPad {
  margin-top: 190px;
}
.heroBg {
    width: 100%;
    background: url(../img/Amhurst-Seychelles-hero.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 39vh;
    margin-top: 142px;
}

.noBackground {
    background: none;
}



.container-fluid.nopadLeftRight {
  padding-left: 0;
  padding-right: 0;
}
.titleMainHolder .smallTitle {
  color: #386794;
  font-weight: 800;
  /* background: #1c3258; */
  /* background-color: rgb(28, 50, 88); */
  /* background-color: rgba(255, 255, 255, 0.2); */
  padding: 20px;
  border-radius: 32px;
}
.titleMainHolder {
  text-align: center;
  display: inline-block;
}
.smallTitle {
  text-shadow: 0px -1px 10px rgba(0, 0, 0, 1);
}
.titleMainHolder .mainTitle {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 4vw;
    margin-top: -9px;
    line-height: 1.2em;
}
.titleMainHolder .mainTitle span {
  /*	-webkit-box-shadow: 0px 0px 21px -1px rgba(28,50,88,1);
-moz-box-shadow: 0px 0px 21px -1px rgba(28,50,88,1);
box-shadow: 0px 0px 21px -1px rgba(28,50,88,1);*/
  text-shadow: 0px -1px 10px rgba(28, 50, 88, 0.8);
}

div.titleMainHolder > .mainTitle.noShadow span{
	text-shadow: none;
	color:#6fd7fe;
}
.smallTitle.noShadow{
	text-shadow: none;
}



.redOut {
  outline: 1px solid red;
}
.margintop40px {
  margin-top: 40px;
}
h2 {
    font-size: 2.4em;
    line-height: 1.2em;
     font-family: 'Roboto', sans-serif;
    color: #364f77;
}
p {
    margin-bottom: 2rem;
    font-weight: 400;
    font-size: 15px;
    margin-top: 0px;
    line-height: 2.0em;
	    text-align: justify;
}
strong {
  font-weight: 800;
}
.container.bodyShadow {
  box-shadow: 0 2px 32.7px rgba(0, 0, 0, 0.06);
  padding:20px;
}
.contactDeetHome {
  color: #6fd7fe;
  font-weight: 800;
  margin-bottom: 15px;
  font-size: 22px;
}
.contactHomeTitle {
  text-align: center;
}
.contactDeetHome span img {
  width: 20px;
  height: auto;
  margin-right: 6px;
  padding-bottom: 3px;
}
.contactDeetHome a {
  font-size: 16px;
}
.contactDeetHome img {
  width: 25px;
  height: auto;
  margin-right: 9px;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.phoneNumber.second {
  position: relative;
  left: 0;
  border: none;
  text-align: left;
  margin-bottom: 20px;
  top: 0;
  text-decoration: underline;
  margin-top: 14px;
  padding-bottom: 20px;
}
.homeEmail {
  margin-bottom: 3px;
  text-align: center;
}
.homeEmail {
  margin-bottom: 28px;
}
.homeEmail a {
  font-size: 14px;
  text-decoration: underline;
  font-weight: 400;
  color: #1c3258;
  text-transform: lowercase;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
hr {
  border-bottom: 2px dashed #ccc;
  width: 100%;
  margin: 37px 0px;
}
.homeEmail a:hover {
  padding: 8px;
  background: #6fd7fe;
  color: #fff;
  border-radius: 5px;
  border: none;
}
.contactBtn {
  margin-top: 20px 10px;
  text-align: center;
  margin-bottom: 46px;
}
a.btn.btn-primary, a.btn.btn-secondary {
  background-color: #364f77;
  border-color: #364f77;
  border-radius: 50px;
  padding: 8px 50px;
  text-transform: lowercase;
  box-shadow: 0 2px 23.7px rgba(0, 0, 0, 0.26);
}
a.btn.btn-primary:hover {
  background: #6fd7fe;
  border-color: #6fd7fe;
}
.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #6fd7fe;
  border-color: #6fd7fe;
  outline: none;
  opacity: 0.9;
  box-shadow: none;
}
a.btn.btn-secondary {
  background: #6fd7fe;
  border-color: #6fd7fe;
}
.learnMoreBtn {
  text-align: center;
}
.quoteTxt {
  font-size: 50px;
}
.aos-init.aos-animate {
  text-align: center;
}
ul.offerings {
  margin-top: 40px;
  list-style: none;
  margin-bottom: 60px;
}
.quoteTxt {
  margin: 40px 60px;
  font-size: 40px;
  line-height: 56px;
}
ul.offerings li {
  width: 100%;
  background-image: url(../img/large-bullet.svg);
  background-repeat: no-repeat;
  padding-left: 30px;
  font-weight: 800;
  margin-bottom: 60px;
}
ul.offerings li a {
  color: #6fd7fe;
}
.learnMoreBtn {
  margin-top: 15px;
  margin-bottom: 30px;
}
.quoteTxt {
  margin: 40px 60px;
  font-size: 35px !important;
  line-height: 43px !important;
  margin-bottom: 0;
}
.quoter {
  font-size: 15px;
  color: #6fd7fe;
  font-weight: 700;
}
/*@media queries start*/
@media(min-width:992px) {
  .navbar-light .navbar-toggler {
    display: none;
  }
}
/*start of the mobile breakpoint*/
@media(max-width:992px) {
	
	.navbar-light .navbar-nav .active > .nav-link{
		border-bottom:none;
		background: #6fd7fe;
    color: #fff;
	}
	
	
	
	
	img.img-fluid.clientLogos {
    filter: grayscale(0%);
    transition: 0.3s;
}
	img.img-fluid.bigRadius.founderImg {
    margin-bottom: 25px;
}
	
	
	.offeringTxt {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
	
	.quickLinks{
		text-align: center;
	}
	
  .quoteTxt {
    margin: 40px 2vw;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 0;
  }
 p {
    margin-bottom: 2rem;
    font-weight: 400;
    font-size: 15px;
    margin-top: 0px;
    line-height: 1.8em;
    /* margin-top: 20px; */
}
  .phoneNumber {
    height: 20px;
    position: absolute;
    color: #e54a35;
    top: 43px;
    left: 0;
    font-size: 19px;
    width: 100%;
    text-align: center;
  }
  .col-lg-8.col-sm-12.leftHomeContent.margintop40px {
    text-align: center;
  }
  .navbar-light .navbar-toggler {
    display: none;
    display: block;
    padding: 6px 13px;
    border: none;
    position: absolute;
    right: 15px;
    top: 26px;
  }
  .heroBg {
    width: 100%;
    background: url(../img/hero_pattern.png) repeat;
    height: auto;
  }
  .titleMainHolder .mainTitle {
    font-size: 54px;
    line-height: 66px;
    margin-top: 11px;
    padding: 0 20px;
  }
	
	.noBackground{
		background:none;
	}
	

	
	
	
  /*
	.navbar-light .navbar-toggler {
    display: block!important
		;
}
	
*/
  .nopadLeftRight {
    padding-left: 0;
    padding-right: 0;
  }
  .container-fluid.nopadLeftRight {
    padding-left: 0;
    padding-right: 0;
  }
  .titleMainHolder .smallTitle {
    color: #6fd7fe;
    font-weight: 800;
    background: #1c3258;
    background-color: rgb(28, 50, 88);
    background-color: rgba(255, 255, 255, 0);
    border-radius: 32px;
    text-shadow: none;
    padding: 5px;
  }
  .heroBg {
    margin-top: 94px;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  .navbar-collapse.collapse.show {
    height: 100vh;
  }
  .menuPad {
    margin-top: 30px;
  }
  .mobileSpace {
    display: block;
    width: 100%;
    height: 90px;
  }
  a.navbar-brand img {
    width: 100px;
    height: auto;
    padding-bottom: 6px;
  }
  nav.navbar.navbar-expand-lg.fixed-top.navbar-light {}
  .navbar-light .navbar-nav .nav-link {
    color: #1c3258;
    text-align: center;
    font-size: 20px;
    margin-top: 40px;
  }
  .navbar-brand img {
    margin: -4px 10px;
  }
  #nav1.navbar .navbar-brand {
    float: none;
    display: block;
  }
  #nav1.navbar .navbar-nav {
    float: none !important;
  }
}
/*end of the mobile breakpoint*/
@media(max-width:768px) {
  #nav2.navbar .navbar-brand {
    float: none;
    display: block;
  }
  #nav2.navbar .navbar-nav > .nav-item {
    float: none;
    margin-left: .1rem;
  }
  #nav2.navbar .navbar-nav {
    float: none !important;
  }
}
@media(max-width:544px) {
  #nav3.navbar .navbar-brand {
    float: none;
    display: block;
  }
  #nav3.navbar .navbar-nav > .nav-item {
    float: none;
    margin-left: .1rem;
  }
  #nav3.navbar .navbar-nav {
    float: none !important;
  }
}
@media screen and (device-aspect-ratio: 40/71) {
  .navbar-light .navbar-nav .nav-link {
    color: #1c3258;
    text-align: center;
    font-size: 20px;
    margin-top: 16px;
  }
}