/** Reset CSS **/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}
*, :after, :before {
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a,
a:hover {
    text-decoration: none;
    transition: 0.5s all;
    cursor: pointer;
    color: inherit;
}
a {
    text-decoration: none;
    outline: none;
    color: inherit;
}
body {
    margin: 0;
    padding: 0;
}
ol, ul, li {
    list-style: none;
}
button{
    cursor: pointer;
    all: unset;
    box-sizing: border-box;
    transition: 0.5s all;
}

/**====================================
font 
====================================**/
.font-roboto{
    font-family: "Roboto", sans-serif;
}
.font-play{
    font-family: "Playfair Display", serif;
}
.container{
    padding-left: 30px;
    padding-right: 30px;
}
.bg-white{
    background: #ffffff;
}
.bg-black{
    background: #000000;
}
.bg-grey{
    background: #F2F5F8;
}
.bg-blue{
    background: #003973;
}

/**====================================
Typography
====================================**/
h1{
    font-size: 66px;
    line-height: 1.1;
}
h2{
    font-size: 40px;
    color: #003366;
}
h5{
    font-size: 20px;
}
p{
    font-size: 14px;
    line-height: 1.6;
    color: #232323;
}
.font-50{
    font-size: 50px;
    line-height: 1;
}
.service01-titleHead{
    margin-bottom: 25px;
}
.service01-titleHead p{
    font-weight: 300;
}
.service01-titleHead h2+p{
    margin-top: 18px;
}
.bg-blue .service01-titleHead :where(h2,p){
    color: #fff;
}

/**====================================
Button
====================================**/
.service01-orange-btn{
    min-width: 180px;
    height: 44px;
    border-radius: 30px;
    background: #F47104;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #F47104;
    padding: 0 30px;
    transition: 0.5s all;
}
.service01-orange-btn img{
    max-width: 17px;
    display: block;
    margin-left: 10px;
}
.service01-orange-btn:hover{
    background: #82BE04;
    border-color: #82BE04;
    color: #fff;
}
.service01-green-btn{
    min-width: 180px;
    height: 44px;
    border-radius: 30px;
    background: #82BE04;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #82BE04;
    padding: 0 30px;
    transition: 0.5s all;
}
.service01-green-btn img{
    max-width: 17px;
    display: block;
    margin-left: 10px;
}
.service01-green-btn:hover{
    background: #F47104;
    border-color: #F47104;
    color: #fff;
}
.service01-orange-str-btn{
    min-width: 180px;
    height: 44px;
    border-radius: 30px;
    background: #fff;
    color: #F47104;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #F47104;
    padding: 0;
    transition: 0.5s all;
}
.service01-orange-str-btn img{
    max-width: 17px;
    display: block;
    margin-left: 10px;
    transition: 0.5s all;
}
.service01-orange-str-btn:hover{
    background: #F47104;
    color: #fff;
}
.service01-green-str-btn{
    min-width: 180px;
    height: 44px;
    border-radius: 30px;
    background: #ffffff;
    color: #82BE04;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #82BE04;
    padding: 0;
    transition: 0.5s all;
}
.service01-green-str-btn img{
    max-width: 17px;
    display: block;
    margin-left: 10px;
    transition: 0.5s all;
}
.service01-green-str-btn:hover{
    background: #82BE04;
    color: #fff;
}
.service01-orange-str-btn:hover img,
.service01-green-str-btn:hover img{
    mix-blend-mode: color-dodge;
}

/**====================================
slider animation
====================================**/
.animation {
    opacity: 0;
    transition: opacity .5s ease-in-out;
}
.animation-visible {
    opacity: 1;
}

/**====================================
Common css 
====================================**/
.service01-section-padding{
    padding: 70px 0;
}
.service01-section-paddingtop{
    padding-top: 70px;
}
.service01-section-paddingbottom{
    padding-bottom: 70px;
}

.service01-cmnsliderwhite .slick-arrow,
.service01-cmnslider .slick-arrow{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    max-width: 26px;
    max-height: 45px;
}
.service01-cmnsliderwhite .prev-arrow,
.service01-cmnslider .prev-arrow{
    left: -30px;
}
.service01-cmnsliderwhite .next-arrow,
.service01-cmnslider .next-arrow{
    right: -30px;
}
.service01-cmnsliderwhite .slick-arrow img,
.service01-cmnslider .slick-arrow img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.poweredby{
    display: flex;
    align-items: center;
}
.poweredby span{
    display: block;
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    margin-right: 6px;
}
.poweredby img{
    display: block;
    max-width: 62px;
}
.navtab-wrapper{
    overflow-y: visible;
    overflow-x: auto;
    max-width: max-content;
    margin: 0 auto;
    margin-bottom: 30px;
}
.navtab-wrapper .nav-tabs{
    flex-wrap: nowrap;
}
.service01-cmnsliderwhite .slick-dots,
.service01-cmnslider .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.service01-cmnsliderwhite .slick-dots li,
.service01-cmnslider .slick-dots li{
    margin: 0 4px;
    line-height: 0;
}
.service01-cmnsliderwhite .slick-dots li button,
.service01-cmnslider .slick-dots li button{
    font-size: 0;
    width: 14px;
    height: 14px;
    border: 0;
    background-color: transparent;
    border-radius: 50%;
    position: relative;
}
.service01-cmnsliderwhite .slick-dots li button:before,
.service01-cmnslider .slick-dots li button:before{
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 4px;
    height: 4px;
    background: #F47104;
    border-radius: 50%;
}
.service01-cmnsliderwhite .slick-dots li button:before{
    background-color: #fff;
}
.service01-cmnslider .slick-dots li.slick-active button{
    border: 2px solid #F47104;
}
.service01-cmnsliderwhite .slick-dots li.slick-active button{
    border: 2px solid #fff;
}

/**====================================
Aside css 
====================================**/
.service01-aside{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin-right: 40px;
    z-index: 1001;
}
.service01-aside a{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service01-aside a img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/**====================================
Responsive 
====================================**/
@media (max-width: 1399px){

}
@media (max-width: 1199px){
    
}
@media (max-width: 991px){
    .container{
        max-width: 100%;
    }
    .max-lg-none{
        display: none !important;
    }
    h1{
        font-size: 52px;
    }
    .font-50,
    h2{
        font-size: 36px;
    }
    h5{
        font-size: 18px;
    }
    .service01-aside{
        margin-right: 25px;
    }
    .service01-aside a{
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 767px){
    h1{
        font-size: 34px;
    }
    .font-50,
    h2{
        font-size: 26px;
    }
    h5{
        font-size: 14px;
    }
    .service01-section-padding {
        padding: 50px 0;
    }
    .service01-orange-btn img,
    .service01-green-btn img,
    .service01-green-str-btn img,
    .service01-orange-str-btn img{
        max-width: 14px;
        margin-left: 8px;
    }
    .service01-orange-btn,
    .service01-green-btn,
    .service01-orange-str-btn,
    .service01-green-str-btn{
        min-width: 143px;
        height: 38px;
        font-size: 14px;
        padding: 0 20px;
    }
    .service01-cmnslider .slick-dots li.slick-active button,
    .service01-cmnsliderwhite .slick-dots li.slick-active button{
        border-width: 1px;
    }
}
@media (max-width: 575px){
    .container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .service01-section-padding {
        padding: 30px 0;
    }
    .navtab-wrapper{
        margin-bottom: 20px;
    }
    .service01-home-banner h5{
        line-height: 1.4;
    }
    h1{
        font-size: 32px;
    }
    .service01-aside{
        margin-right: 15px;
        transform: none;
        top: auto;
        bottom: 30px;
    }
    .service01-aside a{
        width: 40px;
        height: 40px;
    }
}



