@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
:root{
    --primary-color: #5597c7;
    --primary-light: rgb(117 192 224);
    --primary-dark: #39557b;
    --secondary-color: #555fc7;
    --font-1:  'Public Sans', sans-serif;
    --font-2:  'Rajdhani', sans-serif;
    --font-3:  'Roboto', sans-serif;
}
/* #f3f5f7 */
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;800&family=Raleway:wght@200;300;400;500;600;700;800;900&family=Rubik:wght@400;500;600;700&display=swap'); */

* {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
}
.f1{
    font-family:  var(--font-1) !important
}
.f2{
    font-family:  var(--font-2) !important
}
.f3{
    font-family:  var(--font-3) !important
}
.color-primary,
.text-primary{
    color: #0d2d62 !important
}
.color-secondary{
    color: var(--secondary-color)
}
.color-highlight{
    color: var(--secondary-color)
}
.title-sec{
    font-size: 2.4rem
}

body {
    font-family: 'Public Sans', sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #0d2d62;
    overflow-x: hidden;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
::-moz-selection {
    background-color: #1FD1FF;
    color: #FFF;
    text-shadow: none;
}
::selection {
    background-color: #1FD1FF;
    color: #FFF;
    text-shadow: none;
}

a{
    color: #DDD;
    text-decoration: none;
}
a:hover,
a:focus,
button:focus {
    text-decoration: none;
    color: var(--secondary-color);
}

/* :: Typography */
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Rajdhani', sans-serif;
    margin: 0;
    padding: 0;
}
p {
    color: #878787;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Public Sans', sans-serif;
    line-height: 25px;
}

/* :: Display Table */
.display-table {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
    min-height: 100%;
    height: 100vh;
}

.ml-30{
    margin-left: 30px
}
.py-100{
    padding: 40px 0;
}
.py-100-70{
    padding: 38px 0 70px 0;
}

@media (min-width: 768px){
    .py-100-70{
        padding: 100px 0 70px 0;
    }
    .py-100{
        padding: 80px 0;
    }

}

.overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255 255 255 / 8%);
}
.overlay-2{
    background-color: rgb(26 61 125 / 90%);
    z-index: -1;
}
.overlay-3{
    background-color: rgb(19 173 229 / 90%);
}
.odic-btn{
    color: #FFF;
    background-color: #b80924;
    text-transform: capitalize;
    position: relative;
    text-align: center;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    min-width: 180px;
    height: 55px;
    line-height: 55px;
    padding: 0 25px;
    letter-spacing: 1px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    cursor: pointer;
}
.odic-btn:hover{
    color: #fff;
}
.odic-btn:after{
    content: '';
    background-color: #0d2d62;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.odic-btn:hover:after{
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
}
.btn-2{
    background-color: #0d2d62;
}
.btn-2:after{
    background-color: #b80924;
}
.btn-3{
    background-color: #FFF;
    color: #b80924;
}
.btn-3:after{
    background-color: #b80924;
}
.btn-5{
    background-color: #FFF;
    color: #b80924;
}
.btn-5:hover{
    color: #FFF;
}
.btn-5:after{
    background-color: #0d2d62;
}

/* :: Section Title */
.sec-title{
    margin-bottom: 50px;
}
/* .sec-title h2{
    font-size: 17px;
    line-height: 28px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    color: #b80924;
    font-family: 'Public Sans', sans-serif;
} */
.sec-title h3{
    /*font-size: 45px;
    line-height: 1.3;
    color: #0d2d62;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 15px;
    position: relative;*/
}
.sec-title .sec-explain{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 25px;
    text-transform: capitalize;
    position: relative;
}

.sec-title .odic-btn.sec-btn{
    display: inline-grid;
}
.sec-title-3 h2 {
    margin-bottom: 10px;
}
.sec-title-3 h2:after {
    content: '';
    background-color: #b80924;
    position: absolute;
    height: 2px;
    width: 5000px;
    bottom: -10px;
    right: 0;
}

/* :: BG Section */
.bg-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/* :: Loading */
.loading {
    position: fixed;
    background-color: #FFF;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}
.loading .loading-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
}

/* :: All Navbar */

/* :: Top Navbar */
.top-navbar{
    background-color: #0d2d62;
}
.top-navbar .content-box .website-info li{
    display: inline-block;
    color: #FFF;
    font-size: 13px;
    padding: 15px;
    padding-left: 0;
    line-height: 1.1;
}
.top-navbar .content-box .website-info li i{
    margin-right: 6px;
    color: #b80924;
}
.top-navbar .content-box .website-icon-social li{
    display: inline-block;
    color: #FFF;
    font-size: 13px;
    padding-left: 15px;
    line-height: 1;
}
.top-navbar .content-box .website-icon-social li:hover i{
    color: #b80924;
}

/* :: Navbar */
.nav-bar{
    background-color: #FFF;
}
.nav-bar .logo .logo-nav{
    display: block;
}

.nav-bar .nav-bar-links .level-1 .item-level-1{
    display: inline-block;
    position: relative;
}
.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1{
    color: #0d2d62;
    font-size: 14px;
    font-weight: 700;
    padding: 40px 0;
    margin: 0 20px 0 0px;
    position: relative;
    display: block;
    text-transform: capitalize;
}
.nav-bar .nav-bar-links .level-1 .item-level-1:last-of-type .link-level-1{
    margin-right: 0;
}
.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1:hover,
.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1.color-active,
.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2:hover{
    color: #b80924;
}
.nav-bar .nav-bar-links .level-1 .item-level-1.has-menu .link-level-1:after{
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
}
.nav-bar .nav-bar-links .level-2{
    position: absolute;
    z-index: 2;
    background-color: #FFF;
    border-radius: 8px;
    padding: 25px 0;
    top: 100%;
    left: 0;
    min-width: 225px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: 0px 3px 7px 0px rgb(40 35 30 / 10%);
            box-shadow: 0px 3px 7px 0px rgb(40 35 30 / 10%);
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
}
.nav-bar .nav-bar-links .item-level-1.has-menu:hover .level-2{
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
.nav-bar .nav-bar-links .level-2 .item-level-2{
    position: relative;
    padding: 0 30px 0 40px;
}
.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2{
    color: #0d2d62;
    font-size: 14px;
    line-height: 35px;
    font-weight: 600;
    position: relative;
    display: block;
    text-transform: capitalize;
}
.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2:after{
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    font-size: 12px;
    opacity: 0;
    margin-left: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}
.nav-bar .nav-bar-links .level-2 .item-level-2:hover .link-level-2:after{
    opacity: 1;
    margin-left: 15px;
    visibility: visible;
    color: #b80924;
}
.nav-bar .nav-bar-tools li{
    display: inline-block;
    position: relative;
    margin-right: 15px;
    padding: 30px 15px 30px 0;
}
.nav-bar .nav-bar-tools li:last-of-type{
    margin-right: 0;
    padding-right: 0;
}
.nav-bar .nav-bar-tools li:after{
    content: '';
    width: 2px;
    height: 25px;
    background-color: rgb(155 155 155 / 30%);
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.nav-bar .nav-bar-tools li:last-of-type:after{
    display: none;
}
.nav-bar .nav-bar-tools li.btn{
    padding: 0 15px 0 0;
}
.nav-bar .nav-bar-tools li .odic-btn{
    min-width: 100px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    display: block;
}

/* :: Menu Box */
.menu-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 0.8);
    z-index: 1040;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    display: none;
}
.menu-box .inner-menu{
    width: 400px;
    padding: 100px 50px;
    position: absolute;
    right: -402px;
    height: 100%;
    background-color: #FFF;
    overflow-y: scroll;
}
.menu-box .inner-menu .website-info{
    margin-bottom: 30px;
}
.menu-box .inner-menu .website-info .logo{
    display: block;
    margin-bottom: 20px;
}
.menu-box .inner-menu .website-info p{
    text-transform: capitalize;
    font-size: 14px;
}
.menu-box .inner-menu .contact-info h4,
.menu-box .inner-menu .follow-us h4{
    position: relative;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #0d2d62;
}
.menu-box .inner-menu .contact-info .contact-box{
    margin-bottom: 30px;
}
.menu-box .inner-menu .contact-info .contact-box i{
    float: left;
    font-size: 30px;
    line-height: 1.9;
    color: #b80924;
}
.menu-box .inner-menu .contact-info .contact-box .box{
    padding-left: 45px;
}
.menu-box .inner-menu .contact-info .contact-box .box a.phone,
.menu-box .inner-menu .contact-info .contact-box .box a.mail,
.menu-box .inner-menu .contact-info .contact-box .box p{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 2;
    position: relative;
    display: block;
    color: #9B9B9B;
    font-family: 'Rajdhani', sans-serif;
}
.menu-box .inner-menu .follow-us .icon-follow li,
.footer .footer__social-icons li{
    display: inline-block;
    cursor: pointer;
}
.menu-box .inner-menu .follow-us .icon-follow li a,
.footer .footer__social-icons li a{
    background-color: #F1F1F1;
    display: inline-block;
    color: #b80924;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    margin-right: 10px;
}
.menu-box .inner-menu .follow-us .icon-follow li:hover a,
.footer .footer__social-icons li:hover a{
    background-color: #b80924;
    color: #FFF;
}
.menu-box-icon{
    font-size: 13px;
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: #b80924;
    width: 35px;
    color: #FFF;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}
.menu-box-icon:hover{
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
}

/* :: Header */
.header, .header .header-carousel .sec-hero {
    min-height: 650px !important;
}
.header .header-carousel{
    height: 100%;
}
.header .header-carousel .container{
    position: relative;
}
.header .header-carousel .sec-hero{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.banner {
    background: rgba(255, 255, 255, 0.82);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.header .banner .handline{
    color: #0d2d62;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1;
    font-size: 80px;
    margin-bottom: 30px;
    position: relative;
}
.header .banner .about-website{
    text-transform: capitalize;
    font-size: 16px;
    color: #0d2d62;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 30px;
    position: relative;
}
.slider-carousel .owl-dots .owl-dot.active span, 
.slider-carousel .owl-dots .owl-dot:hover span {
    background: #64a0ca;
}
/*
.slider-carousel .owl-dots {
    bottom: 16px;
    position: absolute;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    padding: 4px;
    border-radius: 9px;
    left: 50%;
    transform: translateX(-50%)
}

.slider-carousel .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #e0e0e0 !important
}

.slider-carousel .owl-dot:focus {
    outline: none
}

.slider-carousel .owl-dot:hover {
    background: #d1d1d1
}

.slider-carousel .owl-dot.active {
    background: var(--primary-2) !important
}

.slider-carousel .owl-dot+.owl-dot {
    margin-left: 6px
}
*/

.pulse{
    background-color: #b80924;
    border: 1px solid #b80924;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    -webkit-animation: video-pulse-presentation 2s linear infinite;
    animation: video-pulse-presentation 2s linear infinite;
}
.pulse:hover{
    background-color: #0d2d62;
    border: 1px solid #0d2d62;
}
@-webkit-keyframes video-pulse-presentation{
    0%{
        -webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 70%), 0 0 0 0 rgb(19 173 229 / 70%);
                box-shadow: 0 0 0 0 rgb(19 173 229 / 70%), 0 0 0 0 rgb(19 173 229 / 70%);
    }
    40%{
        -webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 0 rgb(19 173 229 / 70%);
                box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 0 rgb(19 173 229 / 70%);
    }
    80%{
        -webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
                box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
    }
    100%{
        -webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
                box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
    }
}
@keyframes video-pulse-presentation{
    0%{
        -webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 70%), 0 0 0 0 rgb(19 173 229 / 70%);
                box-shadow: 0 0 0 0 rgb(19 173 229 / 70%), 0 0 0 0 rgb(19 173 229 / 70%);
    }
    40%{
        -webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 0 rgb(19 173 229 / 70%);
                box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 0 rgb(19 173 229 / 70%);
    }
    80%{
        -webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
                box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
    }
    100%{
        -webkit-box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
                box-shadow: 0 0 0 0 rgb(19 173 229 / 0%), 0 0 0 30px rgb(19 173 229 / 0%);
    }
}

/* :: Header 3 */
.header-3 .features-box .item{
    background-color: #FFF;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 25px;
}
.header-3 .features-box .item i{
    float: left;
    font-size: 35px;
    line-height: 1;
}
.header-3 .features-box .item:hover i{
    -webkit-animation: icon-scale 2.5s infinite;
            animation: icon-scale 2.5s infinite;
}
.header-3 .features-box .item .item-content{
    padding-left: 50px;
}
.header-3 .features-box .item .item-content h4{
    line-height: 1.1;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.header-3 .features-box .item .item-content p{
    margin-bottom: 0px;
}
.header-3 .features-box .item.active{
    background-color: #b80924
}
.header-3 .features-box .item.active i,
.header-3 .features-box .item.active .item-content h4,
.header-3 .features-box .item.active .item-content p{
    color: #FFF;
}

/* :: Features */
@-webkit-keyframes icon-scale {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }

    25% {
      -webkit-transform: scale(0.75);
              transform: scale(0.75);
    }

    50% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }

    75% {
      -webkit-transform: scale(0.75);
              transform: scale(0.75);
    }

    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
}
@keyframes icon-scale {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }

    25% {
      -webkit-transform: scale(0.75);
              transform: scale(0.75);
    }

    50% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }

    75% {
      -webkit-transform: scale(0.75);
              transform: scale(0.75);
    }

    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
}
.about-us__home-title{

    font-size: 45px;
    line-height: 1.3;
    color: #0d2d62;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 15px;
    position: relative;


    font-size: 45px;
    line-height: 30px;
    margin-bottom: 20px;


}
.section__title{
    color: #0d2d62;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 15px;
    position: relative;
    font-size: 45px;
    line-height: 30px;
    margin-bottom: 20px;
}
.section__title{
    color: #0d2d62;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 15px;
    position: relative;
    font-size: 45px;
    line-height: 30px;
    margin-bottom: 20px;
}

.section__title-two{
    font-size: 17px;
    line-height: 28px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    color: #b80924;
    font-family: 'Public Sans', sans-serif;
}

.about-us__home-desc{
    color: #544f4f;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
    font-family: var(--font-3);
}


.about-us .about-img-box{
    position: relative;
    margin-right: 20px;
}
.about-us .about-img-box .img-box img{
    border-radius: 3px;
}
.about-us .about-img-box .about-experience{
    background-color: #b80924;
    color: #FFF;
    position: absolute;
    top: 40px;
    right: -40px;
    z-index: 1;
    padding: 40px;
    border-radius: 3px;
    overflow: hidden;
}
.about-us .about-img-box .about-experience i{
    font-size: 50px;
    line-height: 1;
    margin-bottom: 25px;
    display: inline-block;
}
.about-us .about-img-box .about-experience:hover i{
    -webkit-animation: icon-scale 2.5s infinite;
            animation: icon-scale 2.5s infinite;
}
.about-us .about-img-box .about-experience .experience-counter{
    font-size: 50px;
    font-weight: 700;
    line-height: 0.8;
    font-family: 'Rajdhani', sans-serif;
    margin-bottom: 15px;
}
.about-us .about-img-box .about-experience h5{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: capitalize;
    line-height: 31px;
}
.about-us .about-text-box .sec-title{
    margin-bottom: 0;
}
.about-us .about-text-box .sec-title .sec-explain{
    color: #0d2d62;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
}
.about__why-choose{
    /* overflow: hidden;
    margin-bottom: 30px; */
}
.about__why-list{
    margin-bottom: 12px;
    position: relative;
}
@media (min-width: 576px){
    .about__why-list{
        float: left;
        width: 50%;
    }
}
.about__why-list:last-of-type{
    margin-bottom: 0;
}
.about__why-icon {
    font-size: 10px;
    background-color: #b80924;
    margin-right: 8px;
    color: #FFF;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: 3px;
    left: 0;
}
.about__why-text{
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    color: #6c757d;
    text-transform: capitalize;
    font-family: var(--font-1);
    padding-left: 30px;
}

/* :: About Us 2 */
.about-us-2 .about-img-box{
    margin: 0;
}
.about-us-2 .about-img-box:after{
    content: '';
    background-color: #b80924;
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 3px;
    z-index: -1;
}
.about-us-2 .img-box{
    padding: 40px 0;
}
.about-us-2 .about-text-box .sec-title h3{
    font-size: 45px;
    line-height: 56px;
}
.about-us-2 .about-text-box p{
    margin-bottom: 25px;
}

/* :: About Us 3 */
.about-us-3 .about-img-box .about-experience{
    min-width: 225px;
    padding: 40px;
    border: 10px solid #FFF;
    top: auto;
    bottom: 30px;
}
.about-us .about-text-box p.last{
    margin-bottom: 30px;
}

/* :: Departments */
.departments{
    padding-top: 100px;
    position: relative;
    background-color: #F9F9F9;
}
.departments .container,
.provide .container{
    position: relative;
}
.departments .sec-title h3,
.provide .sec-title h3,
.provide .sec-title h2{
    color: #FFF;
}
.departments .sec-title .sec-explain,
.provide .sec-title .sec-explain{
    color: #F1F1F1;
}
.departments .departments-item{
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.departments .departments-item .departments-item-icon{
    float: left;
    font-size: 45px;
    line-height: 1;
    color: #b80924;
    position: relative;
}
.departments .departments-item:hover .departments-item-icon{
    -webkit-animation: icon-scale 2.5s infinite;
            animation: icon-scale 2.5s infinite;
}
.departments .departments-item .item-content{
    padding-left: 65px;
}
.departments .departments-item .item-content h4{
    text-transform: capitalize;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}
.departments .departments-item .item-content p{
    margin-bottom: 0;
    position: relative;
}
.departments .departments-item .item-content .more, .blog-item .text-box .link{
    position: relative;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
    color: #6c757d;
    margin-top: 20px;
}
.departments .departments-item .item-content .more:hover, .blog-item .text-box .link:hover{
    color: #b80924;
}
.departments .departments-item .item-content .more:after, .blog-item .text-box .link:after{
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    font-size: 12px;
    opacity: 0;
    margin-left: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}
.departments .departments-item .item-content .more:hover:after, .blog-item .text-box .link:hover:after{
    opacity: 1;
    margin-left: 15px;
    visibility: visible;
    color: #b80924;
}
.departments .departments-item span{
    position: absolute;
    z-index: 1;
    display: block;
    width: 0px;
    height: 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 1;
    background-color: rgb(19 173 229 / 75%);
}
.departments .departments-item:hover span{
    width: 1000px;
    height: 1000px;
}

/* :: Departments 2 */
.departments-2 .sec-title h3{
    color: #0d2d62;
}
.departments-2 .sec-title .sec-explain{
    color: #9B9B9B;
}
.departments-2 .departments-item span{
    background-color: #b80924;
}
.departments-2 .departments-item{
    position: relative;
    padding: 50px 35px;
    border-radius: 3px;
    margin-bottom: 30px;
}
.departments-2 .departments-item:hover .departments-item-icon,
.departments-2 .departments-item:hover .item-content h4,
.departments-2 .departments-item:hover .item-content p,
.departments-2 .departments-item:hover .item-content .more,
.departments-2 .departments-item:hover .item-content .more:after,
.departments-2 .departments-item .item-content .more:hover{
    color: #FFF;
    z-index: 1;
}

/* :: Departments 2 */
.departments-3{
    background-color: #F9F9F9;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.departments-3 .departments-item{
    border: 1px solid #DDD;
    background-color: transparent;
}
.departments-3 .departments-item .departments-item-icon{
    display: inline-block;
    float: none;
    margin-bottom: 30px;
}
.departments-3 .departments-item .item-content{
    padding: 0;
}

/* :: Doctors */
/* :: Provide */
.provide{
    padding-top: 100px;
    position: relative;
}
.provide .bg-section{
    background-image: url(../img/provide/01_provide.jpg);
    height: 75%;
}
.provide .provide-content{
    margin-bottom: 70px;
}
.provide-content-box{
    background-color: #FFF;
    border-radius: 3px;
    padding: 30px 23px;
    margin-bottom: 30px;
}
.provide-content-box i{
    float: left;
    font-size: 35px;
    line-height: 1;
    color: #b80924;
}
.provide-content-box:hover i{
    -webkit-animation: icon-scale 2.5s infinite;
            animation: icon-scale 2.5s infinite;
}
.provide-content-box .content-box{
    padding-left: 50px;
}
.provide-content-box .content-box h4{
    text-transform: capitalize;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
}
.provide-content-box .content-box p{
    margin: 12px 0 0 0;
}

.provide-home-3 .sec-title-3 h2:after{
    background-color: #FFF;
}

.quote-box{
    padding: 50px 40px;
    background-color: #FFF;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 73px 0 rgb(11 12 38 / 7%);
            box-shadow: 0 1px 73px 0 rgb(11 12 38 / 7%);
}
.quote-box .sec-title{
    margin-bottom: 30px;
}
.quote-box .sec-title h3{
    color: #0d2d62;
    margin: 0 0 30px 0;
    font-size: 35px;
}
.quote-box .quote-item{
    position: relative;
}
.quote-box .quote-item span.lable{
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 5px;
}
.quote-box .quote-item i{
    right: 16px;
    position: absolute;
    top: calc( 24px + (53px / 2) );
    font-size: 13px;
}
.quote-box .quote-item input{
    border: 2px solid #F9F9F9;
    padding: 12px;
    width: 100%;
    color: #0d2d62;
    font-size: 13px;
    margin-bottom: 30px;
    border-radius: 6px;
    background-color: #F9F9F9;
}
.quote-box .quote-item input::-webkit-input-placeholder{
    color: #0d2d62;
}
.quote-box .quote-item input::-moz-placeholder{
    color: #0d2d62;
}
.quote-box .quote-item input:-ms-input-placeholder{
    color: #0d2d62;
}
.quote-box .quote-item input::-ms-input-placeholder{
    color: #0d2d62;
}
.quote-box .quote-item input:focus{
    border-color: #b80924;
}
.quote-box .quote-item .odic-btn{
    display: inline-grid;
	outline: none;
    border: 0;
}


/* :: Presentation */
.video-presentation{
    position: relative;
    background-image: url(../img/presentation/01_presentation.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 73px 0 rgb(11 12 38 / 7%);
            box-shadow: 0 1px 73px 0 rgb(11 12 38 / 7%);
}
.presentation-box{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
}

/* :: Testimonial */
.testimonial{
    position: relative;
}
.testimonial-carousel .testimonial-carousel-item{
    padding-right: 100px;
}
.testimonial-carousel .testimonial-carousel-item i.quote{
    font-size: 30px;
    line-height: 1;
    color: #FFF;
    margin-bottom: 8px;
    display: block;
}
.testimonial-carousel .testimonial-carousel-item .content-text-box{
    position: relative;
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.testimonial-carousel .testimonial-carousel-item .testimonial-doctor h4{
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.5px;
    color: #FFF;
}
.testimonial-carousel .testimonial-carousel-item .testimonial-doctor span{
    display: inline-block;
    line-height: 1.2;
    font-weight: 600;
    color: #FFF;
    margin: 12px 0 0 0;
    text-transform: capitalize;
    font-size: 14px;
}

/* :: Testimonial 2 */
.testimonial-2{
    background-color: #F9F9F9;
}
.testimonial-2 .testimonial-carousel .testimonial-carousel-item{
    padding: 0;
    text-align: center;
}
.testimonial-2 .testimonial-carousel .testimonial-carousel-item .content-text-box{
    margin-bottom: 30px;
}
.testimonial-2 .testimonial-carousel .testimonial-carousel-item i.quote,
.testimonial-2 .testimonial-carousel .testimonial-carousel-item .testimonial-doctor h4{
    color: #b80924;
}
.testimonial-2 .testimonial-carousel .testimonial-carousel-item .content-text-box,
.testimonial-2 .testimonial-carousel .testimonial-carousel-item .testimonial-doctor span{
    color: #0d2d62
}

.blog-item{
    margin-bottom: 30px;
}
.blog-item .img-box{
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}
.blog-item:hover .img-box .open-post img{
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out
}
.blog-item .img-box ul{
    position: absolute;
    bottom: 12px;
    left: 30px;
    background-color: #FFF;
    padding: 2px 15px;
    border-radius: 3px;
}
.blog-item .img-box ul li{
    display: inline-block;
}
.blog-item .img-box ul li a{
    color: #b80924;
    font-size: 13px;
    text-transform: capitalize;
}
.blog-item .img-box ul li:hover a{
    color: #0d2d62;
}
.blog-item .text-box{
    padding: 18px 15px 12px 15px;
}
.blog-item .text-box .title-blog{
    display: block;
}
.blog-item .text-box .blog-date{
    color: #b80924;
}
.blog-item .text-box h5{
    position: relative;
    font-size: 24px;
    line-height: 35px;
    margin: 15px 0;
    font-weight: 700;
    color: #0d2d62;
}
.blog-item .text-box .title-blog:hover,
.blog-item .text-box h5:hover{
    color: #b80924;
}
.blog-item .text-box p:last-of-type{
    margin-bottom: 0;
}
.blog-item .text-box .link{
    position: relative;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
    color: #6c757d;
    margin-top: 25px;
}

.footer{
    background-color: #0d2d62;
}

.footer__content{
    padding-top: 100px;
}
.footer .logo,
.footer .links,
.footer .opening-hours{
    margin-bottom: 30px;
}
.footer .logo p{
    margin: 30px 0 30px 0;
    color: #F9F9F9;
}
.footer__social-icons li a{
    background-color: #194f90;
    color: #FFF;
}
.footer__title {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 25px;
}
.footer .links li a{
    display: inline-block;
    position: relative;
    color: #F4F4F4;
    font-size: 15px;
    line-height: 33px;
}
.footer .links li:hover a{
    color: #b80924;
}
.footer .links li a:after{
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    font-size: 12px;
    opacity: 0;
    margin-left: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}
.footer .links li a:hover:after{
    opacity: 1;
    margin-left: 15px;
    visibility: visible;
    color: #b80924;
}
.opening-hours li{
    font-size: 14px;
    font-weight: 500;
    line-height: 45px;
    text-transform: capitalize;
    display: block;
    color: #FFF;
    border-bottom: 1px solid #194f90;
}
.opening-hours li:last-of-type{
    border-bottom: none;
}
.opening-hours li span{
    float: right;
}
.copyright{
    margin-top: 10px;
    padding: 12px 0;
    background-color: #194f90;
    overflow: hidden
}
.copyright p {
    margin: 0;
    color: #c4c4c4;
    font-family: 'Rajdhani', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-family: var(--font-3);
}
.copyright p a{
    color: #b80924;
}
.copyright ul{
    float: right;
}
.copyright ul li{
    display: inline-block;
    margin-left: 10px;
}
.copyright ul li a{
    color: #FFF !important
}
.copyright ul li:hover a{
    color: #b80924 !important;
}

/* :: Scroll Up */
.scroll-up {
    position: fixed;
    z-index: 100;
    bottom: 30px;
    right: 30px;
    -webkit-box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.05);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.scroll-up a {
    background-color: #b80924;
    font-size: 16px;
    color: #FFF;
    line-height: 42px;
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    border: 1px solid #b80924;
    border-radius: 3px;
    outline: none;
}
.scroll-up:hover a{
    background-color: #0d2d62;
    border: 1px solid #0d2d62;
}

.menu-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 0.8);
    z-index: 1040;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    display: none;
}
.menu-box .inner-menu{
    width: 400px;
    padding: 100px 50px;
    position: absolute;
    right: -402px;
    height: 100%;
    background-color: #FFF;
    overflow-y: scroll;
}
.menu-box.active .inner-menu{
    right: 0;
    -webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 0.2);
            box-shadow: 0px 0px 30px rgb(0 0 0 / 0.2);
}
.menu-box .inner-menu .website-info{
    margin-bottom: 30px;
}
.menu-box .inner-menu .website-info .logo{
    display: block;
    margin-bottom: 20px;
}
.menu-box .inner-menu .website-info p{
    text-transform: capitalize;
    font-size: 14px;
}
.menu-box .inner-menu .contact-info h4,
.menu-box .inner-menu .follow-us h4{
    position: relative;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #0d2d62;
}
.menu-box .inner-menu .contact-info .contact-box{
    margin-bottom: 30px;
}
.menu-box .inner-menu .contact-info .contact-box i{
    float: left;
    font-size: 30px;
    line-height: 1.9;
    color: #b80924;
}
.menu-box .inner-menu .contact-info .contact-box .box{
    padding-left: 45px;
}
.menu-box .inner-menu .contact-info .contact-box .box a.phone,
.menu-box .inner-menu .contact-info .contact-box .box a.mail,
.menu-box .inner-menu .contact-info .contact-box .box p{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 2;
    position: relative;
    display: block;
    color: #9B9B9B;
    font-family: 'Rajdhani', sans-serif;
}
.menu-box .inner-menu .follow-us .icon-follow li,
.footer .footer__social-icons li,
.widget .widget-body .follow .icon li{
    display: inline-block;
    cursor: pointer;
}
.menu-box .inner-menu .follow-us .icon-follow li a,
.footer .footer__social-icons li a,
.widget .widget-body .follow .icon li a{
    background-color: #F1F1F1;
    display: inline-block;
    color: #b80924;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    margin-right: 10px;
}
.menu-box .inner-menu .follow-us .icon-follow li:hover a,
.footer .footer__social-icons li:hover a,
.widget .widget-body .follow .icon li:hover a{
    background-color: #b80924;
    color: #FFF;
}
.menu-box-icon{
    font-size: 13px;
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: #b80924;
    width: 35px;
    color: #FFF;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}
.menu-box-icon:hover{
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
}

/* courses */
.courses{
    background-color: #F9F9F9;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.courses__item {
    overflow: hidden;
    background-color: #FFF;

    position: relative;
    padding: 30px 35px;
    border-radius: 3px;
    margin-bottom: 30px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;

    display: flex;
    flex-direction: column;
}

.courses__item-icon {
    display: flex;
    align-items: center;
}

.course__item-img{
    width: 75px;
}

.courses__item-content {
    margin-top: 1.3rem;
    /* padding-left: 65px; */
    flex: 1;
    display: flex;
    flex-direction: column;
}

.courses__item-title {
    color: #0d2d62;
    text-transform: capitalize;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;

    margin-left: 0.8rem;
}

.courses__item-desc {
    position: relative;
    margin-bottom: 0.8rem;
}

.courses__item-btn {
    position: relative;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
    color: #6c757d;
    margin-top: auto;
}
.text-underline{
    text-decoration: underline;
}
/*  */
.fact-area{
    background-image: url(../images/resources/fact.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.fact-area .sec-title{
    margin-bottom: 0;
}
.fact-area .sec-title h3{
    margin-bottom: 30px;
    color: #FFF;
    font-size: 65px;
    line-height: 76px;
}
.fact-area .sec-title .sec-explain{
    color: #F1F1F1;
}

.bg-img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
}
/* products & services */
.product-service{
    background-image: url(../images/resources/product.webp);
    position: relative;
    z-index: 1;
}
.product-service:before {
    content: '';
    background-color: #0a74aee3;
    background-blend-mode: multiply;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.product-service__item{
    background-color: #FFF;
    border-radius: 3px;
    padding: 30px 23px;
    margin-bottom: 30px;
}
.product-service__content{
    color: var(--primary-dark);
    text-align: center;
}
.product-service__content:hover{
    color: #0d2d62;
}
.product-service__title{
    color:  inherit;
    text-transform: capitalize;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 15px;
}
.product-service__desc{
    margin-bottom: 0px;
}

.blog-item:hover .news-img__img{
    transform: scale(1.1);
}
.news-img__wrap{
    position: relative;
    overflow: hidden;
}
.news-img__img{
    position: absolute;
    width: 100%;
    background: red;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
}
.header .header-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100% !important;
}

@media (min-width: 991px){
    .site-nav__logo{
        /* width: 180px; */
        width: 310px;
    }
}

@media (min-width: 1200px){
    .site-nav__logo{
        width: 378px;
    }
}
@media (max-width: 990px){
    .site-nav__logo{
        width: 75%;
    }

}
@media (max-width: 420px){
    .site-nav__logo{
        width: 85%;
    }

}

.section--inner {
    background: url(../images/resources/page-title.webp) no-repeat center top/cover;
    min-height: 250px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    background-position: center center;
}
.section--inner:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    z-index: -1;
    opacity: 0.5;
}
section--inner .inner__banner-content {
    text-align: start;
    margin-top: 10px;
}
.section--inner .inner__banner-content {
    text-align: start;
    margin-top: 10px;
}
.inner__banner-list {
    padding-left: 0;
    margin-bottom: 0;
}
.inner__banner-list li {
    display: inline-block;
    padding: 0px 5px;
    padding-right: 20px;
    color: #fff;
    position: relative;
    font-size: 14px;
    font-family: var(--font-1), sans-serif;
}
.inner__banner-list li a {
    color: #fff;
    font-size: 14px;
    transition: all 0.3s;
}
.inner__banner-list li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}
.section--inner .inner__banner-content h2 {
    font-size: 60px;
    color: #fff;
    line-height: 60px;
    margin-top: -10px;
    margin-bottom: 20px;
    font-weight: 400;
}
@media (min-width: 768px){
.pytt-100 {
    padding-top: 80px;
}
}
.pytt-100 {
    padding: 40px 0;
}
.bg-section {
    background-color: #fff;
}
@media (min-width: 1200px){
.section--padding {
    padding: 70px 0;
}
}
.section--contact .odic-contact-form-area, .section--contact .contact__info-wrap {
    padding: 40px 30px 20px;
    background: #fff;
    box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
    padding-bottom: 20px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
@media (min-width: 992px){
.mb-lg-5 {
    margin-bottom: 3rem!important;
}
}
.f2 {
    font-family: var(--font-2);
}
.section--contact .odic-contact-form-area, .section--contact .contact__info-wrap {
    padding: 40px 30px 20px;
    background: #fff;
    box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
    padding-bottom: 20px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
.contact__info-icon {
    width: 60px;
    height: 60px;
    background: #f5f5f5;
    line-height: 65px;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    margin-right: 1rem;
    /* box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; */
}
.contact__info-content h2 {
    font-size: 18px;
    font-weight: 500;
    margin: 0px 0px 5px;
    letter-spacing: 0.15px;
}
.bg-section {
    background-color: #fff;
}
@media (min-width: 1200px){
.section--padding {
    padding: 70px 0;
}
}
.section--padding {
    padding: 30px 0 25px;
}

.section--contact form input, .section--contact form select, .section--contact form textarea {
    background: transparent;
    width: 100%;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 0px;
    box-shadow: none !important;
    padding-left: 16px;
    border: 1px solid #d5d5d58c;
    font-family: var(--font-3);
    font-size: 15px;
}
.section--contact form>div.form_elm {
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px 25px;
}
.section--contact form input, .section--contact form select, .section--contact form textarea {
    background: transparent;
    width: 100%;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 0px;
    box-shadow: none !important;
    padding-left: 16px;
    border: 1px solid #d5d5d58c;
    font-family: var(--font-3);
    font-size: 15px;
}
.section--contact form .fullwidth {
    width: calc(100% - 25px);
    float: none;
    clear: both;
    margin: 0 15px 25px;
}
.section--contact form .submit-area {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
}
.section--contact form .submit-area .btn--primary {
    border-radius: 0px;
    font-family: var(--font-1), sans-serif;
    font-size: 16px;
}
.contact__captcha {
    position: relative;
}
.captcha__input[type=number] {
    -moz-appearance: textfield;
}
.captcha__text {
    color: rgb(33, 37, 41);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.1px;
    font-family: inherit;
    position: absolute;
    width: 60px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    border-right: 1px solid #bfbfbf;
}
i, span, a {
    display: inline-block;
}
.captcha__input {
    padding-left: 100px !important;
}
.contact__alert p {
    font-size: 14px;
    line-height: 23px;
    color: #f44336;
    margin-bottom: 0px;
    text-align: center;
}
.section--service-content {
    padding: 50px 0px 80px;
}
@media (min-width: 1400px){
.service__sidebar-left {
    padding-right: 3rem;
}
}
@media (min-width: 1200px){
.service__sidebar-left {
    padding-right: 1rem;
}
}
.service__sidebar-left {
    background-color: #fff;
}
.service__sidebar-left .title {
    margin-bottom: 1.5rem;
}
.service__details-title {
    font-size: 40px;
    color: #505050;
    font-weight: normal;
    padding-bottom: 25px;
    letter-spacing: 0px;
}
.service__sidebar-left p {
    margin-bottom: 0.5rem;
    font-family: var(--font-1);
    font-size: 15px;
    text-align: justify;
    line-height: 30px;
    letter-spacing: 0px;
}
.serv_list li {
    margin-bottom: 1.5rem;
    width: 50%;
    font-size: 15px;
    color: #282828;
    font-weight: 600;
    letter-spacing: 0.55px;
}
.service__img {
    border-radius: 50%;
    width: 65px;
    margin-right: 1rem;
}
.btn--primary {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #0d2d62;
    padding: 0 35px;
    font-size: 16px;
    font-family: var(--font-1);
    font-weight: 700;
    line-height: 50px;
    border-radius: 5px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    z-index: 5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: #0d2d62;
    cursor: pointer;
}