@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Book.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.otf') format('opentype');
    font-weight: 500;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.otf') format('opentype');
    font-weight: 600;
}

@font-face {
    font-family: 'VosterTypeface';
    src: url('fonts/VosterTypeface.otf') format('opentype');
    font-weight: 700;
}






html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Gotham', sans-serif;
    font-size: 18px; 
    color: #212121;
    font-weight: 400;
    padding-top: 100px;
}



a{-webkit-transition: all 0.32s ease-out; -moz-transition: all 0.32s ease-out; -o-transition: all 0.32s ease-out; -ms-transition:  all 0.32s ease-out; transition: all 0.32s ease-out; text-decoration:none;}
a:hover{color: #2072c2; text-decoration: none;}

::placeholder { color: 000; opacity: 1; }
:-ms-input-placeholder { color: 000;}
::-ms-input-placeholder { color: 000;}

/*COMMOM STYLES*/
.ff-vo{font-family: 'VosterTypeface', sans-serif; font-weight: 700;}

.fw-bo{font-weight: 600;}
.fw-me{font-weight: 500;}
.fw-re{font-weight: 400;}
.fw-li{font-weight: 300;}

.fs-188{font-size: 188px;}
.fs-100{font-size: 100px;}
.fs-60{font-size: 60px;}
.fs-40{font-size: 40px;}
.fs-30{font-size: 30px;}
.fs-28{font-size: 28px;}
.fs-24{font-size: 24px;}
.fs-20{font-size: 20px;}


.ls-1{letter-spacing: 1px;}
.ls-2{letter-spacing: 2px;}

.lh-2{line-height: 2;}
.lh-15{line-height: 1.5;}



@media screen and (min-width:768px){
    .mt-md-lg{margin-top: 60px!important;}
    .mb-md-lg{margin-bottom: 60px!important;}

    .mt-md-xl{margin-top: 100px!important;}
    .mb-md-xl{margin-bottom: 100px!important;}
  
}

.bg-grey{background-color: #484c4c!important; }
.bg-brand{background-color: #3155a4;}

.text-brand{color:#3155a4!important;}
.text-black{color:#000!important;}
.text-blue{color:#2072c2!important;}
.text-orange{color:#ffae3d!important;}
.text-cyan{color:#00b2be!important;}

.btn-brand{background-color: #2072c2; border:none; display: inline-block;  transition: all 0.32s ease-out; color: #FFF; font-weight: bold; font-size: 14px; padding: 15px 25px; letter-spacing: 1.5px; }
.btn-brand:hover{background-color: #484c4c; color: #FFF!important;}

.blue-sm{width: 341px; border-bottom:10px solid #3155a4; margin: 10px auto; opacity: 1; border-radius: 50px;}
.blue-border{border: 1px solid #3155a4; margin: 0; opacity: 1;}
.top-border{border-top: 10px solid #3155a4; display: inline-block; padding-top: 21px;}
.has-bg{background-position: center; background-size: cover; }


.img-linked{
    -webkit-transition: all 0.32s ease-out;
    -moz-transition: all 0.32s ease-out;
    -o-transition: all 0.32s ease-out;
    -ms-transition:  all 0.32s ease-out;
    transition: all 0.32s ease-out;
}
.img-linked:hover{
    transform: scale(.96);
    cursor: pointer;
}

.text-linked{color: inherit;}
.text-linked:hover{color: inherit; text-decoration: underline;}

.accordion_head{font-size: 29px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;  }
.accordion_head:hover{cursor: pointer;}
.accordion_head .plusminus{background-color: #656565; color: #FFF; width: 40px;  height: 40px; text-align: center;}
.accordion_body{display: none; border-bottom: 1px solid #656565!important; border-top: 1px solid #656565; }


@media screen and (max-width: 991px){
    body{padding-top: 55px;}
}
@media screen and (max-width:992px){
    .fs-188{font-size: 88px;}
    .fs-100{font-size: 70px;}
    .fs-60{font-size: 50px;}
    .fs-40{font-size: 38px;}
    .fs-30{font-size: 29px;}
    .fs-28{font-size: 26px;}

}


@media screen and (max-width: 767px){
    .fs-188{font-size: 68px;}
    .fs-100{font-size: 50px;}
    .fs-60{font-size: 42px;}
    .fs-40{font-size: 36px;}
    .fs-30{font-size: 28px;}
    .fs-28{font-size: 24px;}
    .fs-24{font-size: 18px;}
    .fs-20{font-size: 17px;}
}


@media screen and (max-width: 576px){
    .fs-188{font-size: 48px;}
    .fs-100{font-size: 42px;}
    .fs-60{font-size: 36px;}
    .fs-40{font-size: 30px;}
    .fs-30{font-size: 24px;}
    .fs-28{font-size: 22px;}
}



/* Navigation */

#topNavigation{height: 100px; background-color: #00b2be; }
#topNavigation .nav-link{color: #FFF; font-size: 29px; letter-spacing: 1px;}

@media screen and (max-width: 991px){
  
   .navbar-toggler-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 174,61, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");}
    .navbar-toggler {border:none} 
     .navbar-toggler:focus, .navbar-toggler:active { outline: none; box-shadow: none;  }
}

@media screen and (min-width: 768px){
  .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{ display: block; }
  .dropdown-menu{ margin-top: 0; }
  .dropdown-toggle{margin-bottom: 2px; }
  .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{ margin-bottom: 0;}
}

@media screen and (min-width:1200px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

#heroSection .img-logo{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: 500px;}
.blue-box{background-color: #FFF; border: 10px solid #3155a4; border-radius: 25px; padding: 25px; margin-top: 15px; }
.customlist li{margin-bottom: 10px;}
.about-us-banner{height: 750px; background-image: url('../images/bg-about-us.jpg'); background-attachment: fixed;}

footer .img-logo{width: 150px;}

@media screen and (max-width: 991px){
    #topNavigation{height: 55px;}
    #topNavigation .navbar-nav {background-color: #00b2be; padding: 15px;}
    #topNavigation .nav-link{color: #FFF; font-size: 20px; }

}



@media screen and (min-width:992px){
    .box-wrapper{margin-top: -100px;   }
    .box-wrapper .blue-box{min-height: 315px;}
}


@media screen and (max-width: 767px){
   .about-us-banner{height: 450px;} 
}



