body {
    font-size: 16px;
    line-height: 25px;
    color: #333;
    font-weight: 400;
    font-family: Poppins-Regular;
}

@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: Poppins-Medium;
    src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
    font-family: RobotoCondensed;
    src: url(../fonts/RobotoCondensed-Bold.ttf);
}

@font-face {
    font-family: alto-sansessentialalt-semibold;
    src: url(../fonts/AaltoSansEssential-SemiBold.otf);
}

@font-face {
    font-family: alto-sansessentialalt-medium;
    src: url(../fonts/AaltoSansEssential-Medium.otf);
}

.mt-font {
    font-family: alto-sansessentialalt-medium !important;
}

p {
    margin-bottom: 24px;
}

h1, h2, h3, h4, h5 {
    color: #221e1e;
    font-weight: 500;
    font-family: alto-sansessentialalt-semibold;
}

.form-control:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.modal-header .close:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.z19 {
    font-size: 19px;
}


.stnd-btn {
    background: #3498db !important;
    border: 1px solid #3498db !important;
    padding: 12px 27px 11px 27px !important;
    color: white;
    border-radius: 6px !important;
    border-radius: 25px !important;
}

    .stnd-btn:hover {
        color: white !important;
        opacity: 0.9;
    }


.stnd-btn-02 {
    background: none !important;
    border: 2px solid #3498db !important;
    padding: 13px 26px 13px 26px !important;
    color: #3498db;
    border-radius: 6px !important;
    border-radius: 25px !important;
   font-family: Poppins-Medium;
}

    .stnd-btn-02:hover {
        color: white !important;
        background: #3498db !important;
        text-decoration: none;
    }




.btn-medium {
    font-family: Poppins-Medium;
}


header {
}


.custom-navbar {
    margin: 0px;
    padding: 0px;
    background: white;
    z-index: 10;
    /* margin-top: 0px; */
    position: relative;
    top: 30px;
}

    .custom-navbar .navbar-brand img {
        width: 400px;
    }

    .custom-navbar a {
        padding: 8px 17px !important;
        font-weight: 500;
        color: #222 !important;
        /*text-transform: uppercase;*/
        font-size: 16px;
        transition: .4s;
        font-family:Poppins-Medium;
    }

.custom-navbar-list a:hover {
    color: #2545a5 !important;
}

.custom-navbar .active-menu {
    color: #0606ed !important;
}

    .custom-navbar .active-menu:hover {
        color: #131660 !important;
    }

.lt-blue {
    color: #3895d0 !important;
}

.navbar-brand {
    position: relative;
}

.text-dark2 {
    color: #222 !important;
}

.service-box {
    box-shadow: 0px 0px 15px 5px #e1e1e1;
}

    .service-box img:hover {
        opacity: 0.8;
    }

.circle-image {
    border-radius: 100%;
    width: 200px;
    /*border: 1px solid #131660;*/
}

.bg-blue {
    background: #001659;
}

.about-section-2 h2 {
    font-size: 55px;
    font-weight: 400;
    text-shadow: 1px 1px 1px black;
}



.div-11 p {
    font-size: 18px;
    line-height: 28px;
}

.service-box-text {
    padding: 30px;
}

    .service-box-text h3 {
        font-size: 1.65rem;
    }

.line {
    background: #131660;
    width: 70px;
    height: 2px;
    margin-bottom: 20px;
}


.bg-section {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
    width: 100% !important;
}

.header-sub {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
}

.bg-section-content {
    /*background: rgba(4,11,14,.42);*/
    height: 100%;
    padding: 310px 0px 170px 0px;
}


.bg-section-content-sub {
    padding: 50px 0px;
}

.bg-section-content h1 {
    font-size: 75px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0px;
    font-weight: 300;
    line-height: 76px;
    /*text-shadow: 1px 1px 1px black;*/
}

/**/
.text-image {
    position: relative;
}

.text-image-div {
    background: #172e7c;
    color: white;
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 26px;
    padding: 21px 45px;
    text-transform: uppercase;
    font-family: RobotoCondensed;
    text-align: center;
}

.width1 {
    width: 218px;
}


/**/


.bg-section-content h2 {
    color: #fff;
    font-size: 29px;
    font-weight: 400;
    line-height: 38px;
    /*text-shadow: 1px 1px 1px black;*/
    font-family: alto-sansessentialalt-medium;
}

.btn-page {
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    padding: 17px 40px 17px 40px;
    background-color: #131660;
    font-family:Poppins-Medium
}

    .btn-page:hover {
        color: white;
        background: #0606ed !important;
    }

.btn-page2 {
    border-radius: 2px;
    font-size: 16px;
    color: #131660;
    padding: 17px 40px 17px 40px;
    background-color: #fff;
    /*font-weight: 600;*/
    text-decoration: none !important;
    font-family:Poppins-Medium
}

    .btn-page2:hover {
        color: white;
        background: #0606ed !important;
    }


.btn-page6 {
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    padding: 13px 35px 13px 35px;
    background-color: #131660;
    font-weight: 600;
}

    .btn-page6:hover {
        color: white;
        background: #b7191f;
    }

.ct-icon {
    position: relative;
}

    .ct-icon i {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        line-height: 40px;
        font-size: 20px;
        border: 1px solid gray;
        text-align: center;
        position: absolute;
        left: 0px;
        top: 4px;
        display: inline-block;
    }

    .ct-icon a {
        padding-left: 50px;
        color: #333;
        font-size: 17px;
        text-decoration: none;
    }

    .ct-icon h3 {
        padding-left: 50px !important;
    }

/**/

.list-li {
    position: relative;
    padding: 60px 20px 60px 60px;
}

    .list-li li {
        position: relative;
        padding-left: 100px;
    }

    .list-li a {
        color: white !important;
        text-decoration: none !important;
    }

    .list-li img {
        width: 80px;
        position: absolute;
        left: 0px;
    }

/**/

.list-li2 {
    position: relative;
}

    .list-li2 li {
        position: relative;
        padding-left: 65px;
    }

    .list-li2 span {
        text-align: center;
        width: 45px;
        position: absolute;
        left: 0px;
        height: 45px;
        line-height: 45px;
        background: white;
        /* padding: 10px; */
        border-radius: 100%;
        top: 8px;
    }


        .list-li2 span img {
            width: 25px;
            margin: auto;
        }

/**/

.se-list {
    position: relative;
}

    .se-list li {
        position: relative;
        padding-left: 43px;
        margin-bottom: 23px;
        font-size: 18px;
    }

    .se-list img {
        width: 35px;
        position: absolute;
        left: 0px;
        top: -2px;
    }




.btn-page18 {
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    padding: 13px 35px 13px 35px;
    background-color: #424141;
    font-weight: 600;
}

    .btn-page18:hover {
        color: white;
        background: #131660;
    }


.about-section {
    background: #232732;
    color: #fff;
}

.bg-images {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-top: 450px;
}


.cover {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.line1 {
    width: 60px;
    height: 2px;
    background: #001659;
}

.box-details {
    padding: 40px 14px;
}

.choose-div a {
    color: #eeeeee;
    text-decoration: none;
    font-size: 39px;
    line-height: 1.1;
}

.choose-div h2 {
    color: #eeeeee;
    text-decoration: none;
    font-size: 39px;
    line-height: 1.1;
}

/**/

#home button.owl-prev span {
    position: absolute;
    top: 40%;
    width: 29px;
    height: 30px;
    line-height: 25px;
    left: 0px;
    font-size: 40px !important;
    color: rgb(14, 14, 14) !important;
    background: white;
}

    #home button.owl-prev span:hover {
        color: white !important;
        background: rgb(17, 17, 17) !important;
    }

#home button.owl-next span:hover {
    color: white !important;
    background: rgb(17, 17, 17) !important;
}

#home button.owl-next span {
    position: absolute;
    top: 40%;
    width: 29px;
    height: 30px;
    line-height: 25px;
    right: 0px;
    font-size: 40px !important;
    color: rgb(14, 14, 14) !important;
    background: white;
}




.sect-2 {
    margin-bottom: -100px;
}

.copyrights {
    background: #131660;
}

    .copyrights a {
        color: #eeeeee;
        display: inline-block;
        padding: 6px;
        /*text-decoration: underline;*/
    }


        .copyrights a:hover {
            color: #fff;
            text-decoration: none;
        }

footer {
    /*background: #131660;*/
    padding: 60px 0 30px 0;
}

.footer-list {
    position: relative;
}

    .footer-list li {
        position: relative;
        color: white;
        padding-left: 26px;
        margin-bottom: 15px;
        font-size: 15px;
    }

    .footer-list i {
        color: white;
        position: absolute;
        left: 0px;
        top: 5px;
    }

    .footer-list a {
        color: white;
        text-decoration: none;
    }

.list3 a {
    color: white;
    padding-bottom: 7px;
    display: inline-block;
    /*font-size:15px;*/
}

footer p {
    color: white;
    font-size: 15px;
}

footer hr {
    border-top: 1px solid #202b4f;
}

.small-text {
    font-size: 14px;
}

.bg-light3 {
    background: #dcdddd !important;
}

.small-h4 {
    padding-bottom: 10px;
    color: #74c4e7 !important;
    padding-top: 15px;
}

.title-2 {
    color: #353637;
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
}

.title-3 {
    color: #353637;
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
}

.slider-text {
    background: white;
    border-radius: 5px;
    padding: 30px 30px 25px 30px;
}

.car-img {
    margin-top: -105px;
}

.bg-red {
    background: #131660;
}

.blue-box-2 {
    background: #131660;
    padding: 60px 40px;
    height: 435px;
    position: relative;
    top: -55px;
    margin-bottom: -107px;
    background-image: linear-gradient( #131660, #1d1d9f);
}

    .blue-box-2 p {
        font-size: 18px;
    }

.choose-div {
    /*background: #eeeeee;*/
    padding: 40px 30px;
    box-shadow: 0px 0px 28px 7px #c1c1c1;
}


    .choose-div i {
        background: #3895d0 !important;
        color: #fff;
        font-size: 68px;
        width: 130px;
        height: 130px;
        line-height: 130px;
        border-radius: 100%;
        box-shadow: 0px 0px 36px 6px #0000001c;
    }


.footer-section h4 {
    color: #fff;
}

.footer-section p {
    color: #fff;
}

.footer-section a {
    color: #fff;
}

.lg-text {
    font-size: 30px;
    font-weight: 500;
}

    .lg-text i {
        color: #fff;
    }

.list1 {
    position: relative;
}

    .list1 img {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 75px;
    }


    .list1 li {
        margin-bottom: 30px;
        position: relative;
        padding-left: 90px;
        font-weight: 600;
        padding-top: 10px;
    }

.bg-red2 {
    background: #131660;
    border-top-right-radius: 80px;
}

.cs-input {
    margin-bottom: 15px;
    border-radius: 0px;
    height: 45px;
    border: 1px solid #627cc9;
    background: #f8f9fa !important;
}

.cs-input-area {
    margin-bottom: 15px;
    border-radius: 0px;
    border: 1px solid #627cc9;
    background: #f8f9fa !important;
}

.contact-box {
    padding: 35px;
    margin-left: auto;
    padding: 0px 0px 0px 40px;
}

.text-red {
    color: #131660;
}

.text-blue {
    color: #001659 !important;
}

.list-03-light li {
    color: white;
}

.list-03 {
    list-style: none;
    padding-left: 0px;
    position: relative;
    margin-top: 30px !important;
}

.list-03-light li {
    color: white;
}

.list-03 li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 35px;
}

.list-03 img {
    position: absolute;
    left: 0px;
    top: 2px;
    width: 23px;
}




.section-2 h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 46px;
    padding-bottom: 10px;
}

.section-2 h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
}


.section-2 h4 {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
}

    .section-2 h4 a {
        color: #001659;
        text-decoration: none;
    }

.sect-2-div {
    background: #131660;
    padding: 30px;
    border-radius: 10px;
    z-index: 1;
}

    .sect-2-div h2 {
        font-size: 44px;
        font-weight: 500;
        line-height: 47px;
    }

    .sect-2-div h3 {
        font-size: 30px;
        font-weight: 700;
        line-height: 40px;
    }

    .sect-2-div i {
        color: white;
        font-size: 40px;
    }


    .sect-2-div a {
        font-size: 23px;
        font-weight: 600;
        display: inline-block;
        text-decoration: underline;
        color: white;
    }

.content-details {
    background: #081336;
    padding: 40px;
    border-radius: 10px;
}

    .content-details p {
        color: white;
        font-size: 15px;
    }

    .content-details h2 {
        color: white;
    }

    .content-details h1 {
        color: white;
        font-size: 39px;
        font-weight: 500;
    }

    .content-details h3 {
        color: #74c4e7 !important;
        font-weight: 400;
        font-size: 24px;
        padding: 10px 0px;
    }

    .content-details a {
        color: #74c4e7;
        text-decoration: underline;
    }

        .content-details a:hover {
            color: #ffc93c;
            text-decoration: underline;
        }


.contact-box2 {
    background: #001659;
    padding: 30px;
    border-radius: 10px;
}

.footer-fixed-text {
    position: absolute;
    bottom: 0px;
    background: #e4e4e4e3;
    padding: 10px 20px;
    width: 100%;
    /*display:block*/
}

footer {
    position: relative;
}


    footer h5 {
        font-weight: 400;
    }

.btn-page-footer {
    border-radius: 2px;
    font-size: 16px;
    color: #fff !important;
    padding: 9px 24px 9px 24px;
    background-color: #131660;
    font-weight: 500;
    font-size: 13px;
}

    .btn-page-footer:hover {
        background: #3895d0;
    }

.footer-fixed-text p {
    color: #111;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 13px;
    max-width: 1120px;
    margin: auto;
    line-height: 20px;
}

.f-text a {
    color: #3498db;
    text-decoration: underline;
}

.f-text {
    font-weight: 500;
}

.box-sections {
    padding: 20px;
    box-shadow: 0px 0px 15px 5px #e1e1e1;
}

.modal-content {
    background: #e7e7e7 !important;
}

.modal-header {
    border-bottom: 1px solid #939494 !important;
}

.modal-footer {
    border-top: 1px solid #797979 !important;
}

.contact-box {
    padding: 30px;
    background: #eeeeee;
    border: 1px solid gray;
}

/**/

.left-div-contact h2 {
    font-weight: 500;
    font-size: 32px;
    color: #001659;
}

.left-div-contact h3 {
    font-weight: 400;
    font-size: 25px;
}

    .left-div-contact h3 a {
        font-weight: 400;
        font-size: 25px;
        padding-left: 0px;
        color: #221e1e !important;
    }

.left-div-contact p a {
    color: #333;
    font-size: 17px;
    text-decoration: none;
}

/**/
.product-box {
    list-style: none;
}

.product-round {
    background: #131660;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
    text-align: center;
    box-shadow: 0px 0px 33px 7px #e7e7e7;
}

    .product-round i {
        font-size: 50px;
        color: #fff;
        margin-top: 40px;
        text-align: center;
    }

.product-box h4 {
    font-size: 27px;
    margin-top: 22px;
    line-height: 35px;
    font-weight: 500;
    color: #001659;
}

    .product-box h4 a {
        color: #001659;
    }


.nav-cs1 a {
    padding: 11px 13px !important;
}


.nav-cs1 {
    padding: 0px;
    margin: 0px;
}

.shade-head {
    background: #d9e4ee;
    /* color: white; */
    display: inline-block;
    padding: 5px 13px;
    font-size: 19px;
    color: #111;
}

.hd-3 {
    color: #131660;
    font-size: 50px;
    line-height: 42px;
}

.about-section {
    background: #232732;
    color: #fff;
}

.bg-images {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-top: 450px;
}

.about-box {
    padding: 70px 70px 80px 70px;
}

    .about-box h3 {
        font-size: 56px;
        color: #fff;
        margin-bottom: 26px;
        display: inline-block;
        /*background: rgba(70,73,84,.7803921568627451);*/
        /*padding: 11px 32px;*/
    }

    .about-box p {
        color: #fff;
        /*font-size: 21px;*/
    }



@media(min-width:992px) {

    .g3 {
        font-size: 18px;
        line-height: 29px;
    }


    .first-section {
        margin-top: -100px;
    }

    .dropdown-item.active, .dropdown-item:active {
        background: none !important;
    }

    .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .hide-large {
        display: none !important;
    }
}


@media(max-width:991px) {
    .list-li {
        position: relative;
        padding: 60px 8px;
    }

        .list-li h2 {
            font-size: 24px;
        }

    .custom-navbar {
        top: 0px !important;
    }

    .hide-small {
        display: none !important;
    }
}


@media (min-width: 768px) {

    .fix-bg {
        background-attachment: fixed !important;
    }


    .product-box:before {
        right: 0;
        position: absolute;
        content: " ";
        background-color: #195994;
        left: 0;
        margin-left: 2px;
        width: 100%;
        height: 1.5px !important;
        top: 111px;
        /*z-index: -1;*/
    }

    .product-box p {
        max-width: 200px;
        margin: auto;
    }

    .product-round {
        background: #fff;
        width: 130px;
        height: 130px;
        border-radius: 100%;
        margin: 0 auto;
        display: block;
        margin-top: 40px;
        z-index: 100000000;
        border: 2px solid #001659;
    }

    .product-box li {
        width: 33%;
        display: inline-block;
        z-index: 1;
    }

    .product-round i {
        font-size: 50px;
        color: #001659;
        margin-top: 40px;
    }
}


@media(min-width:1300px) {

    #home button.owl-prev span {
        left: -50px;
    }

    #home button.owl-next span {
        right: -50px;
    }

    .custom-logos {
        margin-left: 15px;
        margin-right: 15px;
    }
}


@media(max-width:991px) {
    .custom-navbar-list a:hover {
        transform: scale(1);
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 22, 89, 0.98)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
    }

    .navbar-light .navbar-toggler {
        border: 1px solid #001659;
    }
}

@media(min-width:992px) and (max-width:1199px) {

    .text-image-div {
        padding: 20px 5px !important;
        font-size: 21px;
        width: 250px;
    }


    .navbar-brand:before {
        width: 460px;
    }

    .custom-navbar a {
        font-size: 14px;
        padding: 8px 10px !important;
    }

    .custom-navbar .navbar-brand img {
        width: 244px;
    }
}

@media(min-width:992px) {
    .custom-navbar .active-menu {
        border-bottom: 1px solid #0606ed !important;
    }

    .bg-section-content-page {
        padding: 220px 0px 150px 0px !important;
    }
}

@media(min-width:450px) and (max-width:767px) {

    .text-image-div {
        font-size: 30px;
        padding: 24px 10px 0px 10px !important;
        width: 410px;
        height: 70px;
    }
}

@media(min-width:768px) and (max-width:991px) {

    .list-li img {
        width: 45px !important;
        top: 7px;
    }

    .box-details {
        padding: 20px 10px;
    }



    .list-li li {
        padding-left: 60px;
    }

    .text-image-div {
        font-size: 16px;
        padding: 12px 10px;
        width: 170px;
    }

    .width1 {
        width: 170px;
    }

    .circle-image {
        width: 160px;
    }

    .about-section-2 h2 {
        line-height: 50px;
    }

    .service-box-text h3 {
        font-size: 21px;
    }

    footer p {
        font-size: 14px;
    }

    .list3 a {
        font-size: 14px;
    }

    .section-2 h3 {
        font-size: 21px;
        font-weight: 700;
        line-height: 30px;
    }

    .section-2 h4 {
        font-size: 17px;
    }

    .sect-2-div a {
        font-size: 18px;
    }

    .sect-2-div h2 {
        font-size: 22px;
        line-height: 27px;
    }

    .sect-2-div h3 {
        font-size: 21px;
        line-height: 27px;
    }

    .hide-tab {
        display: none;
    }

    .list1 li {
        font-size: 15px;
    }

    .navbar-brand:before {
        width: 400px;
    }

    .custom-navbar .navbar-brand img {
        width: 340px;
    }

    .navbar-light .navbar-toggler {
        margin-right: 20px;
    }


    .custom-navbar a {
        font-size: 17px;
        padding: 8px 13px !important;
    }

    footer h5 {
        padding-top: 40px;
    }


    footer {
        padding: 130px 0 40px 0;
    }

        footer img {
            margin-top: 40px;
        }
}

@media(min-width:1200px) {
    .title-2 {
        font-size: 50px;
    }
}


@media(min-width:768px) {
    .br-block {
        display: block;
    }
}

@media(max-width:767px) {

    .choose-div h2 {
        font-size: 34px;
    }

    .hd-3 {
        color: #131660;
        font-size: 40px;
        line-height: 37px;
    }

    .about-box h3 {
        font-size: 39px;
    }

    .se-list li {
        font-size: 17px;
    }

    .lg-text {
        font-size: 20px;
    }

    /*.blue-box-2 {
        height: 400px;
    }*/

    .mb-size {
        height: 250px;
    }

    .title-2 {
        line-height: 47px;
        font-size: 40px;
    }

    .text-image-div {
        width: 300px;
        padding: 17px 10px;
    }

    .width1 {
        width: 300px;
    }

    .about-section-2 h2 {
        font-size: 40px;
    }

    .circle-image {
        margin: auto;
        display: block;
    }

    .product-box {
        padding: 0px;
    }

    .content-details h3 {
        font-size: 20px;
    }

    .content-details h1 {
        color: white;
        font-size: 26px;
    }

    .br-text {
        word-break: break-all;
    }

    .contact-box {
        width: 100%;
    }

    .custom-navbar .navbar-brand img {
        width: 250px;
    }

    header {
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .sect-2-div {
        margin-left: 20px;
        margin-right: 20px;
    }

    footer h5 {
        padding-top: 30px;
    }

    .section-2 {
        text-align: center;
    }

    .sect-2-div h2 {
        font-size: 31px;
        font-weight: 600;
        line-height: 38px;
    }

    .sect-2-div a {
        font-size: 19px;
    }

    .contact-box {
        padding: 40px 0px 40px 0px;
    }



    .bg-red2 {
        border-radius: 0px;
    }

    .navbar-brand:before {
        width: 270px;
        height: 55px;
    }

    .about-box {
        padding: 40px 0px;
    }

    .bg-section-content {
        padding: 80px 0px;
    }

        .bg-section-content h1 {
            font-size: 39px;
            line-height: 43px;
        }

        .bg-section-content h2 {
            font-size: 24px;
            line-height: 31px;
        }

    footer {
        padding: 38px 0 30px 0;
    }



    .section-title h2 {
        font-size: 30px;
    }
}
