body {
    font-family: 'Open Sans', sans-serif;
    color: #666c77;
    font-size: 14px;
    font-weight: 400;
}
a {
    color: #1b55e2;
}
:focus {
    outline: none!important;
}
.form-control {
    border-radius: 0px;
    padding: 12px 24px;
    height:50px;
}
.btn-primary {
    color: #fff !important;
    background-color: #1b55e2!important;
    border-color: #1b55e2;
    box-shadow: 0 10px 20px -10px #1b55e2;
}
.btn-outline-white , .btn-outline-white:hover {
    color: #fff;
    border-color: #fff;
}
.text-primary {
    color: #1b55e2!important;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #1b55e2;
    background-color: #1b55e2;
}
.navbar-brand img{
    width: 100px;
    height: auto;
    margin-right: 20px;
}
.navbar-light {
    -webkit-box-shadow: 0px 0px 15px 1px rgba(138, 132, 206, 0.03);
    -moz-box-shadow: 0px 0px 15px 1px rgba(138, 132, 206, 0.03);
    box-shadow: 0px 20px 20px rgba(126,142,177,0.12);
    font-family: 'Oswald', sans-serif;
}

.navbar-light  .nav-item {
    padding-left: 20px;
    padding-right: 20px;
}
.navbar-light .nav-item:last-child {
    padding-right: 0px;
}
.navbar-light  .nav-item .nav-link {
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 16px;
    color: #235380;
    text-transform: uppercase;
    font-weight: 400;
    
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link , .navbar-light  .nav-item .nav-link:hover {
    color: #1b55e2;
}

.gfg-hero-section {
    padding: 0;
    height: calc(100vh - 114px);
    min-height: 750px;
    background-image: url(../../images/home-bg.jpg);
    background-color: rgba(35,83,128,0.9);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.gfg-hero-box {
    background-color: rgba(35,83,128,0.85);
    padding: 60px 40px;
    color: #fff;
}
.gfg-hero-box h3 {
    color: rgb(24, 152, 216);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}
.gfg-hero-box h2 {
    color:#fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}
.gfg-hero-box  p {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 40px;
}
.gfg-hero-box .btn {
    border-radius: 30px;
    color: rgb(74,255,169);
    font-weight: 700;
    border-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.2);
    font-size: 24px;
    padding: 8px 30px;
    width: 170px;
}
.footer-dark {
    background-color: rgb(35, 83, 128);
    padding:60px 0;
    color: #fff;
}
.footer-wrapper h3 {
    color: rgb(255, 255, 255);
    font-size: 28px;
    font-style: normal;
    font-weight: 100;
    letter-spacing: -1px;
}
.footer-wrapper h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 25px;
}
.footer-dark p {
    margin-bottom: 0;
}
.footer-wrapper .social-col {
    padding: 40px 0;
}
.footer-wrapper .social-col a {
    color: rgb(255, 255, 255);
    margin-right: 50px;
    line-height: 24px;
    position: relative;
    padding-left: 30px;
}
.footer-wrapper .social-col a:last-child {
    margin-right:0px;
}
.footer-wrapper .social-col a i {
    font-size: 24px;
    line-height: 24px;
    margin-right: 5px;
    top: -3px;
    position: absolute;
    left: 0;
}
.modal-backdrop {
    background: #5aabe0 0% 0% no-repeat padding-box;
}
#auth-modal .modal-body {
    padding: 40px 30px 30px; 
}
#auth-modal .modal-content {
    border-radius: 0px;
    border:none;
}
#auth-modal h3 {
    margin-bottom: 30px;
    text-align: center;
}
#auth-modal h3 span {
    color: #1b55e2;
    font-weight: 700;
    letter-spacing: -1px;
}
#auth-modal .button-wrap {
    text-align: right;
}
#auth-modal .signup-wrapper {
    padding: 20px 15px;
}
#auth-modal .btn {
    text-transform: uppercase;
    border-radius: 30px;
    padding: 8px 30px;
    width: 170px;
}
#auth-modal .form-control {
    position: relative;
    padding-left: 50px;
}
#auth-modal svg {
    position: absolute;
    top: 13px;
    color: #1b55e2;
    fill: rgba(27, 85, 226, 0.23921568627450981);
    z-index: 11;
    left: 30px;
}