@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    text-decoration: none !important;
    font-family: 'Inter', sans-serif;
}


.exo2{
    font-family: 'Exo 2', sans-serif !important;
}

:focus-visible {
    outline: none !important;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

hr {
    height: 2px !important;
    color: #ECEEF0;
    opacity: 1;
}

.blue {
    color: #0080FB;
}

.white2 {
    color: #ECEEF0;
}

.black2 {
    color: #212121;
}

.gray {
    color: #757575;
}

.myh1 {
    font-family: 'Inter', sans-serif;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: 2.6px;
}

.myh2 {
    font-family: 'Inter', sans-serif;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.myh3 {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.myh4 {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.myh5 {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.myh6 {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
}


#hero {
    width: 100%;
    min-height: 100vh;
    padding-bottom: 20px;
    background-image: url('../../assets/img/4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

#about {
    width: 100%;
    min-height: 80vh;
    background-image: url('../../assets/img/about.png');
    background-size: auto;
    background-position: left;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}


.ContactBox {
    width: 100%;
    position: relative;
}

.ContactBox2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60%;
}

.myBox {
    margin-top: 90px;
    width: 100%;
    position: relative;
    min-height: 550px;
    z-index: 3;
}

.myBox2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.myText {
    width: 100%;
    padding: 12px 2px;
    background-color: transparent;
    border: none;
    border-bottom: solid #3563E9;
}

.myText::placeholder {
    color: white;
    opacity: 1;
}

.padding1 {
    padding: 256px 0px 0px 0px;
}

.subTitle {
    max-width: 600px;
}

.mybtn {
    background-color: transparent;
    color: #0080FB;
    transition: 0.4s;
    padding: 12px 36px;
    border: #0080FB solid 4px;
    border-radius: 0px;
}

.mybtn2 {
    background-color: transparent;
    color: #0080FB;
    transition: 0.4s;
    padding: 12px;
    border-bottom: #0080FB solid 2px;
    border-radius: 0px;
}

.mybtn:hover {
    background-color: #0080FB;
    color: white;
    transition: 0.4s;
}



.navbar-nav>li {
    padding-left: 8px;
    padding-right: 8px;
}

.nav-link:focus,
.nav-link:hover {
    color: #ECEEF0;
}

#contact {
    width: 100%;
    min-height: 860px;
    background-image: url('../../assets/img/contact.png');
    /* background-attachment: fixed; */
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

a:hover {
    color: #0a58ca;
}

#header {
    transition: all 0.5s;
    background: transparent;
    padding: 15px 0px;
}

#header.header-scrolled {
    background: white !important;
}

#header.header-scrolled a {
    transition: all 0.5s;
    color: #212121;
}

.nav-link:focus,
.nav-link:hover {
    color: #0a58ca !important;
}

.selected {
    color: #3563E9 !important;
    font-weight: 700 !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none
}

.service-col {
    background: #fff;
    border-radius: 12px;
    box-shadow: 3px 3px 10px 1px rgb(0 0 0 / 8%);
    margin-bottom: 20px;
    height: 330px;
    position: relative;
    overflow: hidden;
}

.service-col2 {
    background: #fff;
    border-radius: 12px;
    box-shadow: 3px 3px 10px 1px rgb(0 0 0 / 8%);
    margin-bottom: 20px;
    height: 330px;
    position: relative;
    overflow: hidden;
}

.service-col:hover .img {
    transform: translateY(-100%);
    opacity: 0;
    transition: 0.3s ease-in;
}

.service-col .img {
    position: relative;
    height: 270px;
    opacity: 1;
    transition: 0.3s ease-in;
}

.service-col2 .img {
    position: relative;
    height: 270px;
    opacity: 1;
    transition: 0.3s ease-in;
}

.service-col .img img {
    border-radius: 4px 4px 0 0;
    height: 100%;
    width: 100%;
}

.service-col2 .img img {
    border-radius: 4px 4px 0 0;
    height: 100%;
    width: 100%;
}


.service-col .title {
    color: #212121;
    padding-left: 22px;
    height: 60px;
    display: flex;
    align-items: center;
    margin: 0;
}

.service-col2 .title {
    color: #212121;
    padding-left: 22px;
    height: 60px;
    display: flex;
    align-items: center;
    margin: 0;
}

.service-col:hover .services-col-details {
    position: absolute;
    display: block;
    background-color: #F5F5F5;
    width: 100%;
    height: 100%;
    transform: translateY(-270px);
    transition: 0.3s ease-in;
    z-index: 50;
}

.services-col-details {
    height: 100%;
    display: flex;
    transition: 0.3s ease-in;
}

.service-col:hover .title {
    margin-top: 30px;
    width: 100%;
    height: initial;
    display: block;
    align-items: initial;
    color: #3563E9;
    font-weight: 700;
}

.service-col:hover .service-description {
    display: block !important;
    margin-top: 8px;
}

.service-col:hover .service-description>p {
    color: #757575;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
}

.d-none {
    display: none !important;
}

.service-col p {
    font-size: 12px;
    color: #333;
    margin-bottom: 0;
    padding: 0 20px 0 20px;
    display: block;
}

.map {
    padding-bottom: 80px;
}

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

@media (max-width: 767px) {
    .myh1 {
        font-size: 40px;
    }

    .myh2 {
        font-size: 32px;
    }

    .myh3 {
        font-size: 16px;
    }

    .myh4 {
        font-size: 16px;
    }

    #overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.5);
        z-index: 2;
    }

    #contact {
        background-image: url(../../assets/img/m-contact.jpg);
        background-position: right;
    }

    #about {
        /* background-image: url('../../assets/img/about2.png'); */
        background-position: center;
    }

    .ContactBox2 {
        width: 90%;
    }

    #header a {
        transition: all 0.5s;
        color: #212121;
    }

    .navbar-collapse {
        background-color: white;
        border-radius: 8px;
    }

    .foot_title {
        margin-bottom: 2px !important;
    }

    .foot2_title {
        margin-bottom: 2px !important;
    }

    .myBox2 {
        padding-left: 8px;
    }

    .HeroBox {
        padding-left: 8px;
    }

}

@media (max-width: 630px) {
    .padding1 {
        padding: 100px 0px 0px 0px;
    }

    .myh1 {
        font-size: 28px;
    }

    .myh2 {
        font-size: 24px;
    }

    .myh3 {
        font-size: 18px;
    }

    .myh4 {
        font-size: 16px;
    }

    .ContactBox2 {
        width: 95%;
    }

    .map {
        padding-bottom: 48px;
    }

    .Copyrights {
        font-size: 12px;
    }

    .HeroBox {
        padding-top: 30px;
    }

    #overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.5);
        z-index: 2;
    }

    #contact {
        background-image: url(../../assets/img/m-contact.jpg);
        background-position: right;
    }

    .sub {
        max-width: 270px;
    }

    .foot_title {
        margin-bottom: 2px !important;
    }

    .foot2_title {
        margin-bottom: 2px !important;
    }

    .myBox2 {
        padding-left: 8px;
    }

    .HeroBox {
        padding-left: 8px;
    }
}



@media (max-width: 400px) {
    .padding1 {
        padding: 100px 0px 0px 0px;
    }

    .myh1 {
        font-size: 28px;
    }

    .myh2 {
        font-size: 24px;
    }

    .myh3 {
        font-size: 18px;
    }

    .myh4 {
        font-size: 16px;
    }

    .ContactBox2 {
        width: 95%;
    }

    .map {
        padding-bottom: 48px;
    }

    .Copyrights {
        font-size: 12px;
    }

    .HeroBox {
        padding-top: 30px;
    }

    #overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.5);
        z-index: 2;
    }

    #contact {
        background-image: url(../../assets/img/m-contact.jpg);
        background-position: right;
    }

    .sub {
        max-width: 270px;
    }

    .foot_title {
        margin-bottom: 2px !important;
    }

    .foot2_title {
        margin-bottom: 2px !important;
    }

    .myBox2 {
        padding-left: 8px;
    }

    .HeroBox {
        padding-left: 8px;
    }

    .submit {
        height: 54px !important;
        width: 59px !important;
    }

    .sub {
        padding: 14px !important;
    }

    .g-recaptcha{
        transform:scale(0.8);
        -webkit-transform:scale(0.8);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}





/* .active {
    border-bottom: 1px solid red;
}
.navbar-inverse .navbar-nav > .active > a{
    font-size: 1.25em;
}

#navigation {
    margin-bottom: 0px;
    border-radius: 0px;
}


#myCarousel img {
    height: 500px;
    margin: 0 auto;
}

#Slide {
    margin: 0 auto;
    width: 100%;
}

#SlideContainer {
    margin: 0 auto;
}

#Slide img {
    margin: 0 auto;
} */

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
