*{
    font-family: sans-serif;
}
h1,.h1{
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 64px;
    line-height: 74px;
    letter-spacing: 0.04em;
}
h2,.h2{
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 56px;
    line-height: 66px;
}
h3,.h3{
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1.5px;
}
.para-01{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4px;
}
.para-02{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.3px;
    opacity: 0.89;
}
.para-03{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.2px;
}
.label-01{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.55px;
}
.large{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
}
.big{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.4px;
}
.small{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.op-05{
    opacity: 0.5;
}
.col-f1{
    color: #F1F1F1;
}
.col-1d{
    color: #1D1D1D;
}
.col-black{
    color: #000000;
}
.col-orange{
    color: #FF4816;
}
.col-13{
    color: #131F2B;
    opacity: 0.89;
}
.col-22{
    color: #222222;
}
.btn-orange{
    background: #FF4816;
    border-radius: 0;
    height: 60px;
    padding-top: 16px;
    
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #FFFFFF;
}
.br-left{
    border-left: 8px solid #FF4816; 
}
hr.br-top{
    width: 100px;
    border-top: 8px solid #FF4816;
}
/*********************************** header *********************************/

@media (min-width: 992px) {
    .navbar[data-overlay]{
        margin: 0 auto;
        /*position : relative;*/
        left: 0;
        right: 0;
    }
    .navbar-expand-lg {
        width: calc(100% - 10rem) !important;   
        max-width: calc(1706.67px - 10rem) !important;  
        top : 3rem !important;
        background: #FFFFFF;
        border: 2px solid #FF4816;  
        padding-right: 5rem;
        padding-left: 5rem;
    }
    .navbar[data-sticky=top].scrolled.navbar-dark {
        background: #FFFFFF;
    }
    .nav-hr{
        display: block !important;
        top: 125px;
        width: 80%;
        border-top: 8px solid #FF4816;
        position: fixed;
        z-index: 9999999;
        left: 0;
        right: 0;
    }
}
.nav-hr{
    display: none;
}
.navbar .nav-link{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000000;
    opacity: 0.5;
}
.nav-link.active{
    opacity: 1;
}
svg.icon * {
    color: #FF4816;
}
/**************************************footer*********************************/
footer{
    background: #131F2B;
}

/*********************************index**************************************/

.index-hero{
    background: url(../img/index-hero.png);
    background-size: cover;
}
.index-sec-2{
    margin-top: -140px;
}
.index-sec-2-bg{
   background: url(../img/index-sec-2-bg.png); 
   background-size: cover;
}
.row.sec-2-cards{
    margin-bottom: -410px;
}
.sec-2-cards .card{
    border: 0;
    border-radius: 0;
}
.sec-2-cards img{
    width: 100%;
    border: 0;
    border-radius: 0;
}
.sec-2-cards .card-body{
    padding: 1rem;
}    
.index-sec-3{
    margin-top: 360px;
}
.index-sec-3{
   background: url(../img/index-sec-3-bg.png); 
   background-size: cover;
}
.index-sec-4{
   background: url(../img/index-sec-4-bg.png); 
   background-size: cover;
}
.index-sec-5 img{
    width: 100%;
    border: 0;
    border-radius: 0 !important;
}
.index-sec-5 .card{
    border: 0;
    border-radius: 0 !important;
}

/*************************************about us**********************************/
.aboutus-hero{
    background: url(../img/aboutus-hero.png);
    background-size: cover;
}
.aboutus-sec-2,
.aboutus-sec-3,
.aboutus-sec-4{
    background: url(../img/aboutus-sec-2-bg.png);
}
.aboutus-sec-2 .card.card-article-wide,
.aboutus-sec-4 .card.card-article-wide{
    background: linear-gradient(180deg, #F3F3F3 0%, #FFFFFF 100%);
    border-radius: 0;
}
.aboutus-sec-2 img,
.aboutus-sec-4 img{
    width: 100%;
    border: 0;
    border-radius: 0 !important;
}
.aboutus-sec-3 .card.card-body{
    border: 0;
    border-radius: 0;
    background-image: url(../img/Lines.svg);
    background-color: #131F2B;
}
/***************************************services********************************/
.services-hero{
    background: url(../img/services-hero.png);
    background-size: cover;
}
.tabs li{
    background: #E9EEF2;
}
.tabs li a div{
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.55px;
    color: #FF4816;
}
.tabs li a p{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.4px;
    color: #FF4816;
}
.tabs li a.active{
    background: #FF4816;
    color: #E9EEF2;
}
.tabs li a.active div,
.tabs li a.active p{
    color: #E9EEF2;
}
.tab-pane{
    background-color: #FFFFFF;
    background-image: url(../img/tab-pane-bg.png);
}

/********************************************whyus******************************/
.whyus-hero{
    background: url(../img/whyus-hero.png);
    background-size: cover;
}
/******************************************contactus****************************/
.contactus-hero{
    background: url(../img/contactus-bg.png);
    background-size: cover;
}
/******************************************privacypolicy****************************/
.privacypolicy-hero{
    background: url(../img/privacy-policy-bg.png);
    background-size: cover;
}