@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap');

:root {
    --main: #2B3971;
    --second: #DAE5F1;
    --black:#000000;
    --white:#ffffff;
}
*{
    margin: 0;
    padding: 0;
}
html,body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    width:100%;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    font-family: 'Montserrat', sans-serif;
    color: #8989A2;
}

/* TYPOGRAPHY STARTS */
a {
    color: var(--main) !important;
}
a:hover {
    color: var(--black) !important;
}
section{
    padding: 2rem;
}
.h-vh{
    height: 100vh;
}
.short-heading{
    font-size: 1rem;
    font-weight: bold;
    color: #000;
}
.main-heading{
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    color: #000;
    text-transform: uppercase;
}
.main-heading span,.quote span{
    color:var(--main);
}
.label-heading{
    background: #DAE5F1;
    display: inherit;
    padding: 0.5rem 1rem;
    border-radius: 3rem;
    margin: 1rem auto;
    width: max-content;
    font-size: 0.9rem;
    color: #3D62AC;
    font-weight: bold;
    vertical-align: middle;
}
.label-heading img{
    height: 14px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.25rem;
}
.mr-l{
    margin: 1rem 0;
}
p{
    text-align: justify;
}
.app-heading{
    color: var(--main);
    font-weight: bold;
    
    font-size: 2.5rem;
    margin: 1.5rem 0;
    text-align: center;
}
.app-heading-paragraph{
    font-size: 1rem;
    max-width: 50%;
    margin: 1rem auto;
    text-align: center;
}

/* TYPOGRAPHY ENDS */

/* HEADER STARTS */
.btn-s{
    border: 1px solid #3D62AC;
    padding: 0.45rem 1.5rem;
    border-radius: 20px;
}
.btn-s:hover{
    color: #fff;
    background: var(--main);
}
.btn-sc{
    color:#fff;
    border: 1px solid #3D62AC;
    padding: 0.45rem 1.5rem;
    border-radius: 20px;
     background: var(--main);
}
.btn-sc:hover{
    color: var(--main);
    background: #fff;
}
.logo-img{
    height: 70px;
    object-fit: contain;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; 
}
.header-navbar{
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; 
}
.navbar-fixed-header{
    background: #fff;
    padding: 0;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}
.navbar-fixed-header .logo-img{
    height: 60px;
}
.button{
    background: transparent linear-gradient(180deg, #00A8D1 0%, #3D63AC 100%) 0% 0% no-repeat padding-box;
    display: inline-block;
    padding: 0.65rem 1.75rem;
    color: #fff !important;
    text-decoration: none;
    border-radius: 1.5rem;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.button-full{
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: transparent linear-gradient(180deg, #00A8D1 0%, #3D63AC 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 4px;
    width: 100%;
    padding: 0.5rem;
    color: #fff;
    border: none;
}
.button:hover,.button-full:hover{
    color: #fff !important; 
    background:var(--black) !important;
}
/* HEADER ENDS */

/* MAIN STARTS */
.main-bg{
    position: relative;
    overflow: hidden;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #1A60AB 100%) 0% 0% no-repeat padding-box;
}
.main-bg:after,.testbg:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0;
    border-right: 100vw solid #fff;
    border-top: 120px solid transparent;
    width: 0;
    z-index: 0;
}
.main-bg h1{
    color: var(--main);
    font-weight: bold;
    
    font-size: 2.25rem;
    margin-bottom: 1rem;
}
.main-bg p{
    color: #fff;
    font-size: 0.9rem;
    line-height: 24px;
    margin-bottom: 2rem;
}

/* MAIN ENDS */

.img-div{
    height: 60px;
    width: 60px;
    background: #DAE5F1;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 1rem;
}
.img-div img{ 
    height: 25px;
}
.why-box h4{
    color: var(--main);
    font-weight: bold;
    
    margin: 1rem 0; 
}
.why-box p{
    font-size: 0.9rem;
    text-align: left;
}
.services-section h3{
    font-size: 2.125rem;
    margin: 1.5rem 0;
    color: var(--main);
    
}
.services-section p{
    font-size: 0.9rem;
}
.testbg{
    position: relative;
    overflow: hidden;
    background: transparent linear-gradient(182deg, #FFFFFF 0%, #1A60AB 100%) 0% 0% no-repeat padding-box;
}
/*.testbg:before{
content: "";
position: absolute;
top: 0;
right: 0;
left: 0;
height: 0;
border-right: 100vw solid #fff;
border-top: 120px solid transparent;
width: 0;
z-index: 0;
}*/
.testbg h5{
    color: var(--main);
    text-align: center;
    font-size: 1.125rem;
    line-height: 26px;
    max-width: 80%;
    margin: 1rem auto;
}
.pdf-box h2{
        font-size: 2rem;
    color: var(--main);
    font-weight: 500;

}
.pdf-box h5{
        min-height: 60px;
    font-size: 1.15rem;
    font-weight: bold;

}
.pdf-box{
          -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding: 1rem;
    background:#fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 2px solid transparent;
    margin-bottom: 1.5rem;
}
.pdf-box:hover{
    border: 2px solid var(--main);
}
.pdf-box  a{
        -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
    line-height: 43px;
    border: 1px solid var(--main);
    text-align: center;
    border-radius: 4px;
    margin-right: 1rem;
    color: var(--main);
}
.pdf-box  a:hover{
    background:var(--main);
    color:#fff !important;
}
.testbg p{
    max-width: 30%;
    margin: 1rem auto;
    text-align: center;
    
    color: var(--black);
}
.test-u-img{
    height: 100px;
    width: 100px;
    margin: 1rem auto;
    overflow: hidden;
    border-radius: 50%;
    background: #fff;
    padding: 0.25rem; 
}
.test-u-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    object-position: center;
}
.testbg .item{
    margin-top: 2rem;
}
.brd-car{
    padding-bottom: 3rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #ffffff59;
}
.clientimage img.client-logo{
    filter: grayscale(100%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; 
    object-fit: contain;
    height: 100px;
}
.clientimage img.client-logo:hover{
    filter: grayscale(0%);
}
.contact-side-img img{
    margin: 1rem auto;
    display: block;
}
.trust{
    text-align: center;
    margin: 1rem;
    font-size: 0.95rem;
    position: relative;
}
.trust span{
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: #fff;
    position: relative;
    z-index: 1;
    top: 0px;
}
.trust:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1.5px;
    background: #8989a294;
    left: 0;
    top: 15px;
    opacity: 0.6;
}
.contact-box{
    background: #DAE5F1;
    padding: 2rem;
}
.form-group{
    margin-bottom: 1rem;
}
.contact-h{
    font-size: 1.5rem;
    margin: 2rem 0;
    text-align: center;
    color: var(--main);
    
}
.form-control{
    border-radius: 0px;
    height: 42px;
}
.form-control:focus {
    border-color: var(--main);
    box-shadow: none;
}

.contact-box .card{
    box-shadow: 0px 10px 20px #74747429;
    border: 1px solid #DAE5F1;
    margin-top: -60px;

}
.footer-p{
    font-size: 0.9rem;
    text-align: left;
    line-height: 24px;
}
.footer-logo{
    height: 70px;
    object-fit: contain;
    margin-bottom: 1.5rem;
}
footer{
    background: #FBFCFF;
    padding: 2rem;
}
footer h4{
text-transform: capitalize;
    color: var(--main);
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    font-weight: 600;

}
.contact-ul li{
    align-items: center!important;
    margin-bottom: 1rem;
}
.contact-ul i{
    border-radius: 6px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    margin-right: 1rem;
    border: 1px solid #3D62AC;
    display: inline-block;
    font-size: 2rem;
    color: #3D62AC;
}
.contact-ul span{
    width: calc(100% - 66px);
    font-size: 0.9rem;
    display: inline-block;
}
.quicklinks{
    padding-inline-start: 0px;
    list-style: none
}
.quicklinks li{
    margin-bottom: 1rem; 
}
.quicklinks li a{
       font-size: 0.9rem;
    text-decoration: none;
    font-weight: 600;
}

.social img{
    margin: 5px;
    height: 30px;
}
.frameblock{
    top:0;
    left:0;
    width:100%;
    z-index:999999999;
    padding :2rem;
    display:none;
    background:#fff;
}
.frameblock .closepdf{
    font-size:3rem;
    cursor:pointer;
     color:var(--second);
}
.frameblock .closepdf:hover{
   color:var(--main); 
}
.footer-btm{
      color: #FFF;
    background: transparent linear-gradient(180deg, #00A8D1 0%, #3D63AC 100%) 0% 0% no-repeat padding-box;
    padding: 1rem;
    text-align: center;
    font-size: 0.9rem;
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
        font-size: 0.9rem;
    }
}