@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
@font-face {
    font-family: 'segoe';
    src: url(../fonts/SEGOEUI.TTF);
  }
body{
    color: #222;
    background-color: #ffffff;
    font-family: 'segoe';
}

.hero-image{
    position: absolute;
    opacity: 1;
    margin-top: -50px;
}

.hero-intro{
    margin-top: 80px;
}

p{
    font-family: 'segoe';
    font-size: 18px;
    color: #000000;
    letter-spacing: 0.7px;
    font-weight: 400;
}

.active-link{
    color: #063195 !important;
}

.heading{
    text-align: center;
    color: #8f8cbd;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 20px;
    /* border: 2px solid #d0ceed; */
    font-family: 'Montserrat';
    font-weight: 600;
}
.contact,
.services, 
.intro,
.about-section{
    margin: 40px 0px;
    padding: 25px;
    text-align: center;
    background: #fff;
    /* border-radius: 15px; */
    /* box-shadow: 5px 5px 10px 5px rgb(78 78 78 / 10%); */
}

.navbar-toggler svg{
    fill: #333;
}

.intro em{
    padding-bottom: 10px;
    display: inline-block;
}

.services-tab{
    color: #333;
}

.tabs-justify{
    justify-content: space-evenly;
}

.active{
    color: #333 !important;
    background: transparent !important;
    border-radius: 0px !important;
    font-weight: 600;
}

.tab-content .active{
    border-bottom: none;
}

.service-img{
    max-width: 100%;
    height: auto;
    margin: 20px 0px;
}

.service-text{
    text-align: justify;
    margin: 20px 0px;
}

.about-team h3,
.service-text h3{
    font-size: 24px;
    color: #333;
    font-family: 'Montserrat';
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
}

.service-text p{
    font-size: 16px;
    font-weight: 400;
}

.service-list{
    margin: 0px;
    padding: 0px;
}

.service-list li{
    /* padding-left: 40px; */
    font-weight: 500;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-align: left;
    list-style: none;
}


.nav-link:hover{
    color: #063195 !important;
}

.about-text{
    margin: 20px 0px;
}

.about-text p{
    font-size: 16px;
    text-align: justify;
}


.middle-right-text{
    text-align: right;
}

.service-text p{
    text-align: justify;
}

.service-list li::before{
    content: "";
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url("../img/check.svg");
}

.service-list li p {
    padding-left: 25px;
    text-align: inherit;
}

.contact{
    text-align: center;
    background: #6f6ac1;
}

.contact span{
    display: block;
    padding-top: 8px;
    font-size: 20px;
}

.contact span a{
    color: #000;
    letter-spacing: 1px
}

.contact span i{
    color: #8f8cbd;
}

.contact span a:hover{
    color: #b2b0de;
    font-weight: 600;
    cursor: pointer;
}

.contact span span{
    margin-left: 5px;
    display: inline-block;
}

.contact p{
    color: #ece9e9;
    padding: 0px 5px;
    margin-top:0px;
    padding-top: 25px;
}
.contact span a,
.contact span i{
    color: #fff
}
.contact .heading{
    color: #fff;
}

.int-about{
    margin: 40px;
    background: #5a56b8;
    padding: 25px 40px;
}

.int-about h4{
    color: #fff;
    margin: 0px;
    font-family: 'Montserrat';
    font-weight: 600;
}

.int-about p{
    margin-top: 0px;
    font-size: 18px;
    color: #eee;
    padding: 0px;
    margin: 0;
}

.service-text h4{
    font-size: 20px;
    text-align: left;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
}

.heading-sub h3{
    color: #222;
    text-transform:uppercase;
    letter-spacing: 1px;
    border-bottom: 3px solid #b4b1df;
    display: inline-block;
    padding: 10px 20px;
    font-size: 28px;
    margin-top: 20px;
    font-family: 'Montserrat';
    font-weight: 600;

}

.solutions{
    text-align: center;
    background: #f3f4f5;
    padding-bottom: 100px;
}

.solutions ul{
    text-align:left;
    padding: 0px
}

.sols-heading h3{
    color: #333 ;
    text-align: left;
    font-family: 'Montserrat';
    font-weight: 500
}


.sols-list li{
    list-style:none;
}
.sols-list li:before{
    content: "";
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url("../img/check.svg");
}

.sols-list li p{
    padding-left: 25px;
    font-size: 16px;
}

.contact{
    text-align:left;
    padding: 40px 40px;
    padding-bottom: 40px;
}

.contact .heading{
    text-align: left;
    padding-left: 0px;
    /* text-shadow: 1px 5px 5px #262358; */
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.contact-info span{
    padding: 7px 0px;
    font-size: 20px;
    letter-spacing: 1px;
}

.contact-info span i{
    color: #b0addd;
}

.social-links span{
    color: #fff;
    display: inline;
}

.social-links a{
    color: #fff;
    padding: 10px
}
.svg-up{
    margin-bottom: -125px;
}
.svg-down{
    margin-top: -250px;
}

.svg-down1{
    margin-top: -150px;
}

.about-section{
    margin-top: -40px;
}

.quote i{
    color: #b1aede;
    font-size: 32px;
}

.quote{
    padding: 10px 0px 40px;
    display: block;
}

.about-text p{
    font-size: 19px;
    font-family: monospace;
    font-style:oblique;
    font-weight: 500;
}

.about-text .author{
    display: block;
    text-align: right;
    font-size: 20px;
    font-family: "Montserrat";
    font-weight: 600
}

.contact-img{
    margin-top: -95px;
}

.social-links{
    padding: 10px 0px;
}

.serv-2{
    display: none;
}

.navbar{
    border-radius: 25px;
    padding: 10px 30px;
    background: #fff;
}
            
.nav-link{
    text-transform: uppercase;
    color: #fff;
}
            
.navbar-logo{
    max-width: 90px;
    height: auto;
    max-height: 90px;
}
            
@media screen and (max-width: 768px){
    .hero-intro h1{
        font-size: 40px !important;
    }

    .py-7{
        padding: 40px 0px !important;
    }
    .heading{
        font-size: 26px;
    }

    .service-text h3{
        font-size: 20px;
        text-align: left;
    }
    .middle-right-text{
        text-align: left;
    }
    .service-text p{
        text-align: justify;
    }

    .serv-2{
        display: block;
    }

    .contact-img{
        display: none;
    }
    .int-about{
        margin: 5px;
        padding: 10px;
    }

    .serv-2_desk{
        display: none;
    }
}
