* {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  @font-face {
    font-family: 'FreigSanProBold';
    src: url('../fonts/FreigSanProBold.otf');
 }
 @font-face {
    font-family: 'FreigSanProBook_0';
    src: url('../fonts/FreigSanProBook_0.otf');
 }
 @font-face {
    font-family: 'FreigSanProMed';
    src: url('../fonts/FreigSanProMed.otf');
 }
 @font-face {
    font-family: 'FreigSanProSem_0';
    src: url('../fonts/FreigSanProSem_0.otf');
 }
 @font-face {
    font-family: 'GothamBold';
    src: url('../fonts/GothamBold.ttf');
 }
 @font-face {
    font-family: 'GothamBook';
    src: url('../fonts/GothamBook.ttf');
 }
 @font-face {
    font-family: 'GothamLight';
    src: url('../fonts/GothamLight.ttf');
 }

  body {
    font-family: 'GothamBook';
    margin: 0;
  }

 h1,h2,h3,h4{
    margin-top: 20px;
    margin-bottom: 20px;
 }

 section {
    padding: 80px;
}

p{
    font-family: 'FreigSanProBook_0';
    font-size: 20px;
}

hr {
    border-width: 2px;
}

.row {
    display: flex;
}

.section-header {
    text-align: center;
    font-size: 36px;
    color: #243e79;
    padding-bottom: 30px;
    font-family: 'FreigSanProBold';
}

.img-fluid{
    width: 100%;
}

/* Navbar container */

.navbar {
   font-family: 'Montserrat', sans-serif;
    background-color: #273C7B;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    padding-top: 20px;
    padding-bottom: 30px;
}
.navbar img{
    margin-bottom: -20px;
}
  .navbar-center{
      text-align: center;
  }

  .navbar a {
    color: white;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    border: 2px solid transparent;
  }
    
  .navbar .active, .navbar a:hover {
    border: 2px solid #0096CC;
    border-radius: 10px;
    transition: 0.8s;
}

.navbar img.active {
    border: 0px solid #0096CC;
    border-radius: 0px;
}
.navbar .logo:hover {
    border: 0px;
    border: 2px solid transparent;
}
 .navbar .logo-mobile, .navbar .nav-btn{
    display: none;
  }

/* Landing container */

  .landing {
    text-align: center;
    background: #273c7b;
    color: white;
    height: 100vh;
}
  
.landing h1 {
    font-size: 70px;
    margin-top: 120px;
    font-family: 'FreigSanProBold';
    line-height: 70px;
}
  
.landing img {
    position: absolute;
    bottom: 0;
    width: 90%;
    left: 5%;
}

/* Facts */
  
  .facts{
    background-image: url(../img/growing-bg.jpg);
    text-align: center;
  }

  .facts .col-2 {
    width: 16.33%;
    border-right: 2px solid #389bd6;
}

.facts .col-2:first-child {
    border-left: 2px solid #389bd6;
}

.facts h2 {
    color: #fff;
    font-size: 36px;
    padding-bottom: 30px;
    font-family: 'GothamBold';
}

.facts h3 {
    color: #389bd6;
    font-family: 'FreigSanProBold';
    font-size: 48px;
    margin-top: 0;
}

.facts p {
    color: #fff;
    font-size: 22px;
    font-family: 'FreigSanProMed';
}

/* About */

.about-us h3 {
    font-size: 65px;
    color: #243e79;
    font-family: 'FreigSanProBold';
    line-height: 65px;
}
 
.about-us img{
    width: 82%;
}

.about-us .col-6 {
    width: 60%;
}

.about-us .col-4 {
    width: 40%;
}

.about-us p {
    color: #273c7b;
    line-height: 28px;
    padding-top: 60px;
    padding-right: 50px;
}

/* Why Us */

section#why-us {
    background: #389bd6;
    text-align: center;
}

.why-us img {
    height: 200px;
    width: auto;
}

.why-us h3 {
    font-size: 36px;
    color: #fff;
    line-height: 42px;
    margin-top: 36px;
    font-family: 'GothamBold';
}

.why-us p {
    color: #273c7b;
    width: 90%;
    margin: auto;
}

.col-4 {
    width: 33.33%;
}

/* Our Offers */

.our-offers {
    background-image: url(../img/offer-bg.png);
    text-align: center;
  }

  .our-offers .section-header {
    color: #fff;
    padding-bottom: 100px;
}

.our-offers-content {
    background: #389bd6;
    text-align: center;
}

.our-offers-content .col-6 {
    background: #fff;
    margin: 20px;
    padding: 30px 60px;
    width: 45%;
}
.our-offers-content .row1 {
    margin-top: -200px;
}
.our-offers-content img {
    height: 80px;
}
.our-offers-content h3 {
    font-size: 28px;
    color: #273c7b;
    font-family: 'GothamBold';
}

/* Our Process */

.our-process{
background: #273c7b;
text-align: center;
}

.our-process .col-2 {
    width: 20%;
    padding: 10px;
}

.our-process .section-header {
    color: #ffffff;
}

.our-process img {
    max-height: 120px;
}


.our-process h3 {
    font-size: 22px;
    color: #ffffff;
    font-family: 'GothamBold';
    border-top: 2px solid #389bd6;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 50px;    
    position: relative;
}

.our-process h3:after {
  content: '';
    width: 0;
    height: 30px;
    position: absolute;
    border: 1px dashed #389bd6;
    top: 0;
    left: 50%;
}

.our-process h3:before {
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    height: 0.75rem;
    width: 0.75rem;
    background-color: #ffffff;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -5px;
    z-index: 1;
}

.our-process p {
    color: #fff;
}


/* Trusted */

.trusted-by {
    background-image: url(../img/trusted-bg.png);
    text-align: center;
}

.trusted-by .section-header {
    color: #fff;
}

/* Projects */

.our-projects .main {
  max-width: 1000px;
  margin: auto;
}

.our-projects .section-header {
    padding-bottom: 0px;
}

.our-projects .row {
  margin: 15px 0px;
  display: block;
  padding: 0 120px !important;
}

.our-projects .row,
.our-projects .row > .column {
  padding: 8px;
}

.our-projects .column {
  float: left;
  width: 33.33%;
  display: none;
}

.our-projects .row:after {
  content: "";
  display: table;
  clear: both;
}

.our-projects .project-content {
  background-color: white;
  margin: 10px;
  position: relative;
}

.our-projects .project-content img {
    width: 100%;
}

.our-projects .project-info {
    position: absolute;
    padding: 50px;
    top: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    background: rgba(39, 60, 123, 0.9);
    color: #fff;
    opacity: 0;
}
.our-projects .project-info:hover {
    opacity: 1;
    transition: 0.8s;
    
}
.our-projects .show {
  display: block;
}

.our-projects .project-info h4 {
    font-size: 24px;
    font-family: 'GothamBold';
}
.our-projects .btn {
  color: #626262;
  border: none;
  font-family: 'GothamBook';
  font-size: 16px;
  outline: none;
  padding: 12px 16px;
  cursor: pointer;
  background-color: #fff
}

.our-projects .btn:hover {
    color: #2a377b;
}

.our-projects .btn.active {
    border-bottom: 2px solid #2a377b;
}
#myBtnContainer {
    text-align: center;
    margin-bottom: 50px;
}


/* Get Website */

.get-website {
    text-align: center;
}

.get-website .section-header {
    padding-bottom: 10px;
}

.get-website p {
    color: #5a5a5a;
    width: 40%;
    margin: auto;
}

.get-website-form {
    padding: 30px;
    font-family: 'FreigSanProBook_0';
}

.get-website-form input[type="email"] {
    background: #e6e7e9;
    padding: 12px 15px;
    border: 0px;
    width: 40%;
    font-size: 18px;
}

input[type="submit"] {
    background: #273c7b;
    color: #80e7f8;
    padding: 12px 20px;
    border: 0px;
    margin-left: -5px;
    font-size: 16px;
    font-family: 'FreigSanProBold';
}

input[type="submit"]:hover {
    background: #80e7f8;
    color: #273c7b;
}

/* Contact Us */

.contact-us{
    background: #273c7b;
}

.contact-us .col-7 {
    width: 70%;
}

.contact-us .col-5 {
    width: 30%;
}

.contact-us .col-6 {
    width: 50%;
}

.contact-us .section-header {
    color: #ffffff;
}

.contact-us .contact-address p {
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'GothamBook';
    line-height: 25px;
    font-size: 17px;
    border-left: 1px dashed;
    margin-top: 0;
    margin-bottom: 30px;
}
 .contact-us p.left-margin {
    margin-left: 80px;
}

.contact-us .email-icon {
    width: 18px;
    margin-right: 5px;
}

.contact-us img {
    width: 80%;
}
.contact-us .contact-details p {
    color: #fff;
}
.contact-us .contact-details b {
    color: #80e7f8;
    font-family: 'FreigSanProBold';
}

.contact-us .contact-details p.left-margin {
    margin-left: 100px;
}

.contact-us .contact-details .mail-icon {
    width: 30px;
    margin-right: 5px;
    margin-bottom: -8px;
}

.contact-us .contact-details .phone-icon {
    width: 30px;
    margin-left: 65px;
    margin-bottom: -50px;
}
.contact-us .contact-details .mgn-top{
    margin-top: 35px;
}
.contact-us-form input[type="email"], .contact-us-form input[type="text"],
.contact-us-form input[type="tel"], .contact-us-form textarea  {
    color: #ffffff;
    background: #2e629e;
    padding: 12px 15px;
    border: 0px;
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: 'GothamBook';
}

.contact-us-form input[type="submit"] {
    background: #80e7f8;
    color: #273c7b;
    margin-left: 0px;
}

.contact-us-form input[type="submit"]:hover {
    background: #fff;
    color: #273c7b;
}
.contact-us-form input::placeholder, .contact-us-form textarea::placeholder { 
  color: #ffffff;
}


/* Footer */
  
.footer {
    color: #fff;
    padding: 20px 80px;
    text-align: center;
    background: #273c7b;
    position: relative;
}
  
.social-icons {
    position: absolute;
    right: 80px;
    bottom: 40px;
}

.social-icons img {
    width: 30px;
    margin-left: 10px;
}

/* Responsive */

@media (max-width: 1200px) {
    .navbar a {
    font-size: 14px;
    }
    section {
        padding: 50px !important;
    }
  }

 @media (max-width: 1024px){
p {
    font-size: 16px;
}
.navbar a {
    font-size: 13px;
    padding: 10px 10px;
}
.navbar img {
    margin-bottom: -15px;
    width: 150px;
}
.landing h1 {
    font-size: 50px;    
    line-height: 50px;
    margin-top: 150px;
}
.facts h2 {
    font-size: 28px;
}
.facts h3 {
    font-size: 30px;
}
.facts p {
    font-size: 16px;
}
.about-us h3 {
    font-size: 28px;
    line-height: 28px;
}
.about-us p {
    padding-top: 0px;
    padding-right: 0px;
}
.why-us img {
    height: 130px;
}
.why-us h3 {
    font-size: 22px;
    line-height: 22px;
}
.our-offers-content h3 {
    font-size: 20px;
}
.our-process h3 {
    font-size: 18px;
}
.section-header {
    font-size: 30px;
}
.our-projects .btn {
    font-size: 13px;
    padding: 12px 12px;
}
.our-projects .row {
   padding: 0px !important;
}
.contact-us p.left-margin {
    margin-left: 0px;
}
.contact-us .contact-details .phone-icon {
    margin-left: 0;
}
.contact-us .contact-details p.left-margin {
    margin-left: 40px;
}
.contact-us .contact-address p {
    font-size: 14px;
}
.social-icons img {
    width: 20px;
}
.our-projects .row > .column {
  padding: 0px;
}
}
@media (max-width: 979px){
.navbar {
    padding-bottom: 10px;
}
 .navbar a {
    display: block;
}
.navbar img {
    margin-bottom: -15px;
    width: 150px;
    position: absolute;
    top: 10px;
    left: 20px;
}
.navbar .logo-mobile{
    display: block;
  }
  .navbar .logo-desktop{
    display: none;
  }
  #navbar-main{
    display: none;
  }
.navbar .nav-btn {
    display: block;
    position: absolute;
    right: 20px;
    top: 13px;
    background: #fff;
    border: 0;
    width: 40px;
    height: 28px;
}
.navbar .active, .navbar a:hover {
    border: 0px solid #0096CC;
    border-bottom: 1px solid #0096CC;
    border-radius: 0px;
    color: #37a7ea;
}
}
@media (max-width: 768px){
    section {
    padding: 50px 20px !important;
}
.row {
    display: block;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7{
    width: 100%;
}
.facts .col-2:first-child {
    border-left: 0px solid #389bd6;
}
.facts .col-2 {
    width: 100%;
    border-right: 0px solid #389bd6;
}
.facts {
    background-size: cover;
}
.about-us .col-6, .about-us .col-4, .our-process .col-2, .get-website p {
    width: 100%;
    text-align: center;
}
.our-process h3 {
    margin-left: 0;
    margin-right: 0;
}
.our-offers-content .col-6 {
    margin: 0px 0px 20px 0px;
    width: 100%;
}
.our-projects .column {
    float: none;
    width: 100%;
}
.get-website-form input[type="email"]{
    width: 75%;
}
.get-website-form {
    padding: 30px 0px;
}
.contact-us .col-7, .contact-us .col-6 {
    width: 100%;
}
.contact-us img {
    width: 100%;
}
.contact-us .col-5 {
    width: 100%;
    padding-top: 20px;
}
.social-icons {
    position: relative;
    right: 0;
    bottom: 0;
}
.footer {
    padding: 20px 20px;
}
}