.p-0{
    padding: 0!important;
}
:focus {
    outline: none;
}
.overflow-hidden{
    overflow: hidden;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 45px #fff inset !important;
}
section.intro{
    background: #0B264F;
    padding-top: 10vh;
}
section.intro.home{
    min-height: calc(100vh - 90px);
    display: flex;
    align-items: center;
    padding-top: 0;
}
section.intro .heading {
    font-weight: 800;
    font-size: clamp(35px, 3vw, 40px);
    line-height: 118%;
    color: #FFFFFF;
    text-shadow: 0px 10px 5px rgba(4, 186, 220, 0.18);
    position: relative;
    z-index: 2;
    margin-left: 30px;
    margin-top: 0;

}
section.intro.home .heading {
    font-size: clamp(35px, 3vw, 85px);
    max-width: 650px;
    transform: translateY(-50%);
}
section.intro .heading span{
    font-weight: 500;
    font-size:clamp(24px, 2vw, 36px);
    line-height:1.2;
    display: block;
}
section.contact {
    padding-top: 0;
}
.navbar-inverse  .navbar-toggle .icon-bar{
    transition: 0.3s ease width, 0.3s ease margin-left, 0.3s ease margin-bottom, 0.3s ease background-color;
}
.navbar-inverse  .navbar-toggle.active{
    transform: translateY(15%) rotateZ(-90deg);
}
.navbar-inverse  .navbar-toggle.active .icon-bar{
    width: 5px;
    height: 5px;
    margin-left: 12px;
    margin-bottom: 3px;
    background-color: #e0174e;
    border-radius: 50%;
}
h3{
    margin-bottom: 50px;
    z-index: 2;
    margin-left: 20px;
}
.position-relative,
h3{
    position: relative;
}
h3.services-title{
    font-weight: 800;
    font-size: clamp(35px, 3vw, 75px);
    line-height: 1;
    text-transform: uppercase;
    color: #FFFFFF;
    z-index: 2;
    position: relative;
    -webkit-text-fill-color: white; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0B264F;
    margin-left: 30px;
}
h3.services-title:before{
    content: '';
    background: #E0174E;
    width: 7%;
    min-width: 80px;
}
h3.services-title span{
    -webkit-text-fill-color:#0B264F;/* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0B264F;
}
.flex__p:before,
h3:before,
section.intro .heading:before{
    content: '';
    background: rgba(2,223,255,.1);
    border-radius: 25px;
    width: 126px;
    position: absolute;
    left: -20px;
    top: -20px;
    bottom: -20px;
    z-index: -1;
    min-width: 80px;
    transition: .5s;
}
.navbar{
    margin-bottom: 0;
}
.navbar-nav > li > a{
    padding: 30px 25px 40px;
    border-radius: 0 0 15px 15px;
    margin-right: 20px;
    overflow: hidden;
}
.navbar-inverse .navbar-nav a:after{
    content: '';
    background: #fff;
    width: 10px;
    height: 10px;
    display: inline-block;
    bottom: -10px;
    position: absolute;
    margin: 0 auto;
    border-radius: 50%;
    right: 0;
    left: 0;
    transition: .4s;
}

.navbar-inverse .navbar-nav > .active > a:after,
.navbar-inverse .navbar-nav a:hover:after{
    bottom: 10px;
}
.footer__input{
    width: 100%;
    height: 52px;
    background: #FFFFFF;
    border-radius: 500px;
    font-size: 14px;
    line-height: 17px;
    color: #999999;
    border: none;
    padding: 10px 25px;
}
.footer__input::placeholder{
    color: #999999;
}
.subscribe label{
    width: 48%;
    max-width: 250px;
}
[type="submit"],
.footer-btn{
    background: #E0174E;
    border-radius: 500px;
    width: 48%;
    height: 52px;
    color: #fff;
    margin-left: 2%;
    border: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    transition:cubic-bezier(.17,.67,.83,.67) .4s;
}
[type="submit"]:hover,
.footer-btn:hover{
    transform: scale(1.05);
}
.bg-white{
    background: #fff;
}
.box-with-shadow{
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 189, 0.08);
    border-radius: 35px;
    padding:65px 50px;
}
.form-control{
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 189, 0.5);
    box-sizing: border-box;
    border-radius: 500px;
    height: 55px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #0B264F;
    padding: 10px 20px;
}
.form-control::placeholder{
    color: #A8A8A8;
}
[type="submit"]:not(.footer-btn){
    width: 100%;
    margin-left: 0;
}
textarea.form-control {
    resize: none;
    height: auto;
    border-radius: 20px;
    padding: 20px;
}
.position-relative,
fieldset{
    position: relative;
}
fieldset .control-label {
    position: absolute;
    top: 50%;
    left: 4rem;
    -webkit-transform: translate(0, -110%);
    transform: translate(0, -110%);
    z-index: 5;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #A8A8A8;
    transition: all cubic-bezier(.17,.67,.83,.67) 0.25s;
    pointer-events: none;
    margin-bottom: 0;
}
fieldset .field-contactform-body .control-label{
    top: 25%;
}
fieldset .control-label.active {
    font-size: 12px;
    color: #A8A8A8;
    margin-top: -1.7rem;
}
.form-control{
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 60px;
    -webkit-appearance: none;
    appearance: none;
    padding: 15px 25px;
    height: 55px;
    box-shadow: none;
}
.has-error .form-control:focus,
.has-error .form-control{
    border-color: #E0174E;
    box-shadow: none;
}
.has-success .form-control,
.has-success .form-control:focus,
.form-control:focus {
    border-color:#CCCCCC;
    box-shadow: none;
}
.has-error .help-block {
    color:  #E0174E;
}
.has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label, .has-error .control-label,
.has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline  {
    color: #A8A8A8;
}
.home-3 .box-intro,
section.contact .box-intro{
    padding: 40px 0 60px 0;
}
.box{
    padding-top:80px;
    padding-bottom: 80px;
}
.form-group{
    margin-bottom: 25px;
}
.help-block{
    position: absolute;
    font-size: 12px;
}
h3{
    font-weight: bold;
    font-size:clamp( 35px, 2.5vw, 60px);
    line-height: 93%;
    color: #0B264F;
}
h3:before{
    width: 10%;
}
.phylosophy__p{
    font-weight: 600;
    font-size: clamp( 16px, 1.2vw, 20px);
    line-height: 167%;
    color: #0B264F;
}
.footer-email {
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer-logo{
    margin-bottom: 40px;
}
.footer-email a,
.footer-block a{
    color: #fff;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}
.contact-form .row,
.phylosophy .row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.phylosophy h3:before{
    content: '';
    background: rgba(0,0,189,.6);
}
.contact-form h3:before{
    content: '';
    background:  #02DFFF;
}
.contact-form .row{
    align-items: flex-end;
}
.div-flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.flex__t{
    font-weight: 500;
    font-size: clamp(12px, 1.1vw, 16px);
    line-height:  178%;
    background: #0B264F;
    border-radius: 25px;
    position: absolute;
    padding: 25px;
    transition: .5s;
    bottom: -350px;
    max-width: 90%;
    color: #fff;
    z-index: 5;
    margin: auto;
    left: 0;
    right: 0;
}

.flex__p{
    position: absolute;
    font-weight: bold;
    font-size:clamp(30px, 2vw, 65px);
    text-transform: capitalize;
    color: #fff;
    z-index: 3;
    max-width: 450px;
    margin: auto;
    text-align: left;
    width: 55%;
    transform: translateY(-50%);
    transition: .5s;
    top: 50%;
    left: 0;
    right: 0;
}


.flex-img:nth-child(n+5) .flex__p:before,
.flex-img:nth-child(2n+2) .flex__p:before {
    content: '';
    background: rgba(224, 23, 78, 0.55);
}
.flex-img:nth-child(3n+3) .flex__p:before {
    content: '';
    background: rgba( 0,0,189, 0.55);
}

.flex-img:nth-child(3n+1) .flex__p:before {
    content: '';
    background: rgba( 4,186,220, 0.55);
}

.flex-img {
    position: relative;
    max-width: 746px;
    max-height: 560px;
    border-radius: 35px;
    overflow: hidden;
    width: 48%;
    margin: 10px 1%;
}
.flex-img:hover .flex__t{
    bottom: 25px;
}
.flex-img:hover .flex__p{
    font-size:clamp(20px, 1.2vw, 30px);
    top: 55px;
}
.flex-img:after{
    content: '';
    background: rgba(11, 38, 79, 0.5);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.footer-logo ~ span{
    display: none;
}

@media (min-width: 1500px) {
   .footer .container {
        width: 1470px;
    }
}
@media(max-width:1280px){
    section.intro.home{
        background-size: 100%!important;
    }
    .navbar-brand > img {
        max-width: 144px!important;
    }
}
@media(max-width:991px) {
    .navbar-nav > li > a {
        padding: 30px 10px 40px;
    }
}
@media(max-width:767px) {
    .box {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .box-with-shadow{
        padding: 35px 40px;
    }
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
    .navbar {
        padding-bottom: 0;
    }
    .navbar-brand > img {
        max-width: 150px!important;
    }
    .navbar-nav > li > a {
        padding: 15px 25px 20px 40px;
        border-radius: 0 15px 15px 0;
        margin-left: -20px;
    }
    nav > .active > a:after {
        content: '';
        margin: auto;
        border-radius: 50%;
        right: 20px;
        left: auto;
        bottom: 0;
        top: 0;
    }
    .navbar-inverse .navbar-nav > .active > a:after, .navbar-inverse .navbar-nav a:hover:after,
    .navbar-inverse .navbar-nav > .active > a:after {
        content: '';
        margin: auto;
        border-radius: 50%;
        right: 40px;
        left: auto;
        top: 0;
        bottom: 0;
    }
    section.intro.home {
        min-height: 500px;
        display: flex;
        align-items: flex-start;
        background-size:150% !important;
        padding-top: 10vh;
    }
    section.intro .heading {
        margin-left: 40px;
    }
    section.intro.home .heading {
        transform: translateY(0%);
    }
    section.intro.services .heading,
    section.intro.home .heading{
        margin-left: 20px;
    }
    .subscribe label,.footer-btn{
        margin-left: 0;
        margin-top: 10px;
        max-width: 250px;
        width: 100%;
    }
    .footer-block p{
        margin-bottom: 20px;
    }
    .subscribe {
        display: flex;
        flex-direction: column;
    }
    section.intro.services{
        background-size: 100% !important;
    }
    .flex-img {
        max-height: 360px;
        width: 100%;
        margin: 10px 0;
    }
    .footer-logo ~ span{
        font-family: "Montserrat", sans-serif;
        font-style: normal;
        font-size: 34.2857px;
        line-height: 42px;
        color: #FFFFFF;
        margin-left: 10px;
        display: block;

    }
    .footer-block a {
        display: flex;
    }
    .contact-form img{
        max-width: 100%;
    }
    .footer .container{
        max-width: 90%;
    }
}
