/* ===================================
    Table of Content
====================================== */

/*  - Google Fonts
    - General
    - Header And Navigation
    - Banner
    - About
    - Booking
    - Portfolio
    - Testimonial
    - Contact
    - Footer
    - Scroll Top
    - Loader
    - StandAlone
    - Media Queries   */

/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@200;300;400;500;700&display=swap');

.main-font{font-family: 'Oswald', sans-serif;}
.alt-font{font-family: 'Source Sans Pro', sans-serif;}

/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    width: 12px;
    background: #ffffff;
    border-left: 0 solid white;
    border-right: 0 solid white;
}

::-webkit-scrollbar-thumb {
    background: #2b65dd;
    width: 0;
    height: 25%;
}

/* ===================================
    General
====================================== */

body {font-family: 'Roboto', sans-serif; font-size: 18px;color: #202020;font-weight:normal;line-height:25px;width: 100%; overflow-x: hidden}
a, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
section,.section-padding {position: relative;overflow: hidden;}
a {color:inherit;text-decoration: none;}
.rev_slider_wrapper{width: 100% !important;}
.btn.focus, .btn:focus{-webkit-box-shadow: none;box-shadow: none;}
p:last-child{margin-bottom: 0!important; font-family: 'Source Sans Pro', sans-serif;}
.fa, .far, .fas{display: inline;}
a:active, a:hover, a:focus{color: #ffffff;}
li{list-style: none;text-decoration: none;}
blockquote {border-left: 2px solid;padding: 10px 15px 10px 35px;margin: 25px 0;font-size: 18px;line-height: 28px;margin-top: 32px;margin-bottom: 32px;}
blockquote > cite {font-weight: 400;font-size: 14px;display: block;}
.hidden{display: none;}
section, .footer{padding: 7.5rem 0;}



.padding-bottom {padding-bottom: 7.5rem;}
.padding-top {padding-top: 7.5rem;}
.padding-bottom-half {padding-bottom: 4.5rem;}
.padding-top-half {padding-top: 4.5rem;}

/* Transition none */
.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial; -ms-transition-timing-function:initial; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s;}

/* Overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* Opacity */
.opacity-full{opacity: 1;}
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}

/* button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 12px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto;font-family: 'Roboto', sans-serif; font-weight: normal; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}

/* button size */
.btn.btn-small {font-size:12px; padding: 4px 1.8em;}
.btn.btn-medium {font-size:16px; padding: 14px 36px; line-height: 1.8em}
.btn.btn-large {font-size:16px;  padding: 8px 35px;; line-height: 1.8em;}
.btn.btn-rounded {border-radius: 50px;}

/* Green Button */
.btn.btn-green {background: #58c433; border-color: #58c433; color: #ffffff}
.btn.btn-green:hover {background: #ffffff !important; border-color: #58c433; color: #58c433 !important}

/* Blue Button */
.btn.btn-blue {background: #2b65dd; border-color: #2b65dd; color: #ffffff}
.btn.btn-blue:hover {background: #58c433 !important; border-color: #58c433; color: #ffffff !important}

/* White Button */
.btn.btn-white {background: transparent; border-color: #ffffff; color: #ffffff}
.btn.btn-white:hover {background: #58c433 !important; border-color: #58c433; color: #ffffff !important}

/* Background Color */
.bg-black{background-color: #202020;}
.bg-white{background-color: #ffffff;}
.bg-grey{background-color: #f6f6f6;}
.bg-blue{background-color: #2b65dd;}
.bg-green{background-color: #58c433;}

/* Text Color */
.text-black{color: #202020;}
.text-white{color: #ffffff;}
.text-blue{color: #2b65dd;}
.text-green{color: #58c433;}

/* Icon Text Hover */
.facebook-text-hvr:hover{color:#4267B2 !important;}
.twitter-text-hvr:hover{color:#1DA1F2 !important;}
.instagram-text-hvr:hover{color:#C32AA3 !important;}
.linkedin-text-hvr:hover{color:#0077B5 !important;}
.pinterest-text-hvr:hover{color:#BD081C !important;}
.google-text-hvr:hover{color:#DB4437 !important;}

/* ===================================
        Header
====================================== */

header a.logo img {
    max-width: 80px;
    vertical-align: sub;
}

header.header-appear a.logo img {
    max-width: 65px;
}

.navbar-top-default{
    position: absolute;
    top: 0;
    z-index: 99;
    padding: 0 30px;
    margin: 20px 0;
    overflow: hidden;
    height: 100px;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background: transparent;
}

.header-appear .navbar-top-default {
    height: 100px;
    position: fixed;
    z-index: 9999;
    margin-top: 0;
    background: #2b65dd;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.navbar-top-default #megaone{
    margin-right: -30px;
}

/*Navbar Simple*/
.navbar-simple .navbar-nav .nav-link {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 0.4rem 1rem;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Oswald Regular', sans-serif;
}

.nav-box-round .navbar-nav .nav-link{
    border-radius: 20px;
}

.header-appear .nav-box-round .navbar-nav .nav-link.active{
    background-color: #55ACEE;
    color: #ffffff !important;
}

.header-appear .nav-box-round .navbar-nav .nav-link:hover{
    color: #55ACEE;
}

/*Nav Social*/
.nav-social .social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.nav-social .social-icons-simple li{
    display: inline-block;
}

.nav-social .social-icons-simple li a {
    display: block;
    font-size: 16px;
    height: 32px;
    line-height: 34px;
    border: 1px solid transparent;
    text-align: center;
    width: 32px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.nav-social .social-icons-simple li a:hover{
    background-color:#FFFFFF;
}

.nav-social .social-icons-simple li.animated-wrap a:hover{
    background-color: transparent;
    color: #ffffff;
}

/*Whatsapp link*/
.top-info{
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
}

.top-info li a{
    color: #ffffff;
    text-decoration: none;
    transition: .3s ease;
}

/*nav line*/
.nav-line .navbar-nav .nav-link.active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
}

.nav-line .navbar-nav .nav-link:before {
    position: relative;
    content: '';
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: table;
    height: 3px;
    border-radius: 2px;
    bottom: -32px;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #FFFFFF;
    visibility: hidden;
    opacity: 0;
}

/* ===================================
    Side Menu
====================================== */

.side-menu {
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    background: #2b65dd;
    z-index: 9999;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}

.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*Side Close Btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 15px;
    cursor: pointer;
}

.side-menu.before-side .btn-close{
    display: none;
}

.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/
.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    position: relative;
    right: -35px;
    display: inline-block;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    display: block;
    margin-left: auto;
    background: #ffffff;
    transition: .5s ease;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.sidemenu_btn:hover span:first-child, .sidemenu_btn:hover span:last-child{
    width: 70%;
    transition: .5s ease;
    margin-left: auto;
}

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}

.side-nav .navbar-nav .nav-item{
    display: block;
    margin: 10px 0; padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0 10px 0 !important;
    font-size: 26px;
    font-weight: 400;
    line-height: normal;
    position: relative;
    border-radius: 0;
    font-family: Oswald, sans-serif;
}

.side-nav .navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0; left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}

.side-menu p{
    font-size: 16px;
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li{
    display: inline-block;
}

.social-icons-simple li a {
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 38px;
    border: 1px solid transparent;
    text-align: center;
    width: 36px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.social-icons-simple li a:hover{
    background-color:#FFFFFF;
}

.social-icons-simple li.animated-wrap a:hover{
    background-color: transparent;
    color: #ffffff;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* ===================================
   Banner Section
====================================== */

.banner-area{
    background-image: url("../img/sk1.webp");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}

.center-content {
    height: 100vh;
    align-items: center;
}

.banner-area .black-box {
    background: rgba(0,0,0,.6);
    padding: 30px 0;
    width: 70%;
    margin-right: auto;
    position: relative;
    display: table;
}

.banner-area .box-content {
    width: 92%;
    margin: 0 auto;
}


.box-content h1 {
    padding: 10px;
    font-size: 72px;
    color: #202020;
    font-weight: 500;
    background: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
}

.box-content h1.bg-blue {
    background: #2b65dd;
    color: #ffffff;
}

.box-content p {
    width: 90%;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 0;
    padding: 40px 0;
    font-weight: normal;
}

.button {
    font-size: 18px;
    color: #ffffff;
    position: relative;
    font-weight: normal;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.button i {
    font-size: 18px;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    transition: all .5s ease;
    margin-right: 8px;
}

.button:hover i {
    background: #2b65dd;
    color: #ffffff;
    border-color: #2b65dd;
}

/* ===================================
   About Section
====================================== */

.heading-area .sub-heading {
    font-size: 24px;
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif;
}

.heading-area .heading {
    font-size: 48px;
    color: #202020;
    font-weight: 500;
    margin: 25px 0;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.heading-area .text {
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #515050;
}

.elements-boxes .process-box {
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(127, 123, 123, 0.1);
    box-shadow: 0 0 5px rgba(127, 123, 123, 0.1);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding: 2.5rem 15px;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
}

.elements-boxes .process-box:hover {
    -webkit-box-shadow: 0 0 20px -2px rgba(127, 123, 123, 0.5);
    box-shadow: 0 0 20px -2px rgba(127, 123, 123, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.elements-boxes .process-box .pro-step {
    height: 90px;
    width: 90px;
    line-height: 94px;
    font-size: 28px;
    color: #fff;
}

.elements-boxes .blog-three-block {
    width: 100%;
    height: 100%;
}

.elements-boxes .padding-half {
    padding: 3rem 0;
}

.elements-boxes .about-box {
    transition: .5s linear;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 40px;
    max-width: 350px;
}

.elements-boxes .about-box h5 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Source Sans Pro', sans-serif;
}

.elements-boxes .about-box p {
    font-size: 16px;
    font-weight: normal;
    opacity: .8;
    font-family: 'Source Sans Pro', sans-serif;
}

.elements-boxes .about-box i {
    font-size: 30px;
    position: relative;
}

.elements-boxes .coming-soon-box i {
    font-size: 50px;
}

.elements-boxes .coming-soon-box {
    padding: 100px 40px;
}

.elements-boxes .about-box.green-box:hover {
    background-color: #58c433;
}

.elements-boxes .about-box.blue-box:hover {
    background-color: #2b65dd;
}

.elements-boxes .about-box:hover h5, .elements-boxes .about-box:hover i, .elements-boxes .about-box:hover p {
    color: #ffffff;
}

.elements-boxes .about-box:hover  {
    transform: translate(0,-13px);
    transition: .5s ease;
}

.elements-boxes .mb-15px {
    margin-bottom: 15px;
}

.elements-boxes .mt-25px {
    margin-top: 25px;
}

/* ===================================
    Booking Section
====================================== */

.booking-area {
    background-image: url("../images/booking-img.jpg");
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 200px 0;
}

.booking-area .inner-text h4 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif;
}

.booking-area .inner-text h2 {
    font-size: 48px;
    color: #ffffff;
    margin: 25px 0;
    font-weight: 300;
    font-family: Oswald, sans-serif;
}

/* ===================================
    Cube Portfolio
====================================== */

.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item{
    background: transparent;
    border: none;
    margin: 10px 4px 6px 4px;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
    color: #3d3d3d;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active{
    color: #2b65dd;
}

.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item:hover{
    color : #2b65dd;
}

.cube-portfolio1 .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
    background: #2b65dd;
}

.cube-portfolio1 .cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
    opacity: .8;
}

.cbp-l-filters-button {
    margin: 40px;
}

.cbp-l-caption-alignCenter{
    position: absolute;
    top: 0;
    z-index: 4;
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.cube-portfolio1 .cbp-caption-zoom .cbp-caption:hover .cbp-l-caption-alignCenter {
    opacity: 1;
}

.cbp-l-caption-body p{
    font-size: 12px;
}

.cbp-l-caption-body h5{
    font-weight: 400;
}

.plus {
    display: block;
    margin: 0 auto;
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}

.plus::before {
    width: 2px;
    margin-left: -1px;
    left: 50%;
    top: 5px;
    bottom: 5px;
}

.plus::after {
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 5px;
    right: 5px;
}

.plus::before, .plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}

.portfolio_top {
    position: relative;
    overflow: hidden;
}

#portfolio_top::before,
#portfolio_top::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    height: 90px;
    width: 100%;
}

#portfolio_top::before {
    top: 0;
}

#portfolio_top::after {
    bottom: 0;
}

.text_wrap {
    padding: 50px 2rem 0.5rem 2rem;
}

.itemshadow .cbp-item-wrapper {
    -webkit-box-shadow: 0 0 4px 1px rgba(101, 101, 101, 0.2);
    box-shadow: 0 0 4px 1px rgba(101, 101, 101, 0.2);
    padding-bottom: 2px;
    padding-top: 5px;
}

.border-portfolio .cbp-item img {
    border: 20px solid #fff;
}

.bottom-text {
    display: table;
}

.bottom-text > .cells {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}

.bottom-text p {
    font-size: 15px;
    margin-bottom: 0;
}

.bottom-text .port_head {
    font-weight: 600;
    font-size: 5.625rem;
    line-height: 1;
}

/*Overlays*/
.overlay-two{
    position: absolute;
    left: 20px; top: 25px;
    right: 20px; bottom: 22px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .5s ease-in .1s;
    -o-transition: all .5s ease-in .1s;
    transition: all .5s ease-in .1s;
}

.overlay-two:before{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2b65dd;
    opacity: .7;
}

.cbp-item:hover .overlay-two,
.cbp-item:focus .overlay-two {
    opacity: 1; visibility: visible;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.cbp-item:hover .overlay-two{
    opacity: 1; visibility: visible;
}

.plus{
    display: inline-block;
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
}

.overlay-two > h4,.overlay-two > p{
    position: relative;
    color: #ffffff;
}

.plus::before,
.plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}

.plus::after {
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 5px;
    right: 5px;
}

.plus::before {
    width: 2px;
    margin-left: -1px;
    left: 50%;
    top: 5px;
    bottom: 5px;
}

.plus p {
    font-size: 13px;
}

.bottom-text > .cells {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}

/* ===================================
     Testimonial Section
====================================== */

.testimonial-two{
    background: transparent;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    color: #ffffff;
}

.testimonial-post {
    overflow: hidden;
    display: table;
    margin: 50px auto;
}

.testimonial-post .text-content {
    display: table-cell;
}

.testimonial-post .text-content {
    vertical-align: middle;
    padding-left: 10px;
}

.testimonial-two .testimonial-item h5{
    margin-top: 10px;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}

.testimonial-two .testimonial-para {
    font-size: 18px;
    line-height: 1.6;
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif;
}

.testimonial-two .testimonial-item .rating{
    margin-top: 10px;
}

.testimonial-two .testimonial-item .rating i{
    font-size: 16px;
    color: #fff83c;
}

.testimonial-sec {
    background-image: url("../images/testimonial-bg.jpg");
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.circle{
    position: absolute;
    z-index: 1111;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: #ffffff;
    border: 2px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.circle i {
    font-size: 20px;
    z-index: 1111;
    color: #ffffff;
    font-weight: bold;
}
#team-circle-right {
    top: 30%;
    right: -10%;
    transform: translateY(-50%);
    transition: .5s ease;
}

#team-circle-left{
    top: 30%;
    left: -10%;
    transform: translateY(-50%);
    transition: .5s ease;
}

#team-circle-right:hover, #team-circle-left:hover {
    background-color: #2b65dd;
}

/* ===================================
   Contact Section
====================================== */

.contact-sec .contact-form input{
    color: #464646;
    font-size: 18px;
    height: 40px;
    padding: 25px 0;
    background: transparent;
}

.contact-sec .contact-form .form-control{
    border: none;
    border-radius: 0;
    padding-left: 0;
    border-bottom: 1px solid rgba(07,70,70,0.2);
}

.contact-sec .contact-form .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #2b65dd;
}

.contact-sec .contact-form input::placeholder, .contact-sec .contact-form textarea::placeholder {
    color: #464646;
    font-size: 14px;
}

.contact-sec .contact-form textarea{
    padding-top: 20px;
    height: 150px;
    color: #ffffff;
    font-size: 16px;
    resize: none;
    background: transparent;
    margin-bottom: 40px;
}

.contact-sec .contact-form {
    width: 100%;
    margin: 50px auto 0 auto;
}

.contact-sec .contact-form .btn-blue{
    margin-top: 15px;
}

.contact_btn {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-sec .img-center {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

/* Google Map */

.mapouter {
    position: relative;
    height: 100%;
    width: 100%;
}

.map {
    height: 500px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}


.bg-img-map{
    background: url(../img/map.jpg);
}




/* ===================================
    Footer Section
====================================== */

.footer a{
    color: #6f6f6f!important;
    font-size: 15px;
    display: flex;
    margin: auto 0;
    align-items: center;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.footer a i{
    font-size: 30px;
    margin-right: 12px;
    color: #6f6f6f;
    transition: .5s ease;
}

.footer a:hover i{
    color: #2b65dd;
    transition: .5s ease;
}

.footer .footer-copy {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

/* ===================================
   Scroll Top
====================================== */

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 15px;
    right: 15px;
    color: #ffffff;
    background-color: #58c433;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
}

.go-top.active {
    -webkit-animation: fadeInRight 2s;
    animation: fadeInRight 2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #2b65dd;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.go-top:hover, .go-top:focus {
    color: #ffffff;
}

.go-top:hover::before, .go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

/* ===================================
    Loader
====================================== */

.loader-bg {
    position: fixed;
    z-index: 99999;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-bg .loader {
    height: calc(40px* 3);
    width: calc(40px* 3);
    transform: rotate(45deg);
    display: flex;
    flex-wrap: wrap;
}

.loader-bg span {
    display: inline-block;
    background: #2b65dd;
    box-shadow: 0 0 2px #202020;
    height: 40px;
    width: 40px;
    animation: zoom 3s infinite;
}

.loader-bg span:nth-child(3) {
    animation-delay: 0.8s;
}

.loader-bg span:nth-child(2), .loader-bg span:nth-child(6) {
    animation-delay: 0.6s;
}

.loader-bg span:nth-child(1), .loader-bg span:nth-child(5), .loader-bg span:nth-child(9) {
    animation-delay: 0.4s;
}

.loader-bg span:nth-child(4), .loader-bg span:nth-child(8) {
    animation-delay: 0.2s;
}

@keyframes zoom {
    0%, 100% {
        transform: scale(1);
    }
    40%, 60% {
        transform: scale(0.7);
    }
}

/* ===================================
    StandAlone Page
====================================== */

.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}

.standalone-row .stand-img-des{
    padding-left: 30px;
    text-align: center;
}

.standalone-row:nth-child(2) .stand-img-des{
    padding-left: 0;
    padding-right: 30px;
}

.standalone-detail .sub-heading{
    margin-bottom: 10px;
    font-weight: normal;
}

.standalone-area .sub-heading{
    margin-bottom: 8px;
    font-weight: normal;
}

.standalone-detail .heading{
    font-size: 48px;
    color: #202020;
    font-weight: 500;
    margin: 20px 0;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.standalone-detail .para_text{
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #515050;
    margin: 0 auto;
}


.standalone-detail-custom .para_text{
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #515050;
    margin: 0 auto;
}



.standalone-detail{
    padding-bottom: 100px;
}

.standalone-area .heading-text{
    font-size: 48px;
    color: #202020;
    font-weight: 500;
    margin: 20px 0;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.standalone-area .stand-img-des .para_text{
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #515050;
}

.page-title {
    position: relative;
    text-align: center;
    padding: 125px 0 50px 0;
    background: url("../images/about us banner .webp");
    background-size: cover;
    background-position: top center;
}


.page-title-about {
    position: relative;
    text-align: center;
    padding: 125px 0 50px 0;
    background: url("../images/banner/about us .webp");
    background-size: cover;
    background-position: top center;
}

.page-title-contact {
    position: relative;
    text-align: center;
    padding: 125px 0 50px 0;
    background: url("../images/banner/contactus.webp");
    background-size: cover;
    background-position: top center;
}
.page-title-client {
    position: relative;
    text-align: center;
    padding: 125px 0 50px 0;
    background: url("../images/banner/client .webp");
    background-size: cover;
    background-position: top center;
}
.page-title-certificate {
    position: relative;
    text-align: center;
    padding: 125px 0 50px 0;
    background: url("../images/banner/review .webp");
    background-size: cover;
    background-position: top center;
}

.page-title-vfd {
    position: relative;
    text-align: center;
    padding: 125px 0 50px 0;
    background: url("../images/banner/vfd.webp");
    background-size: cover;
    background-position: top center;
}

.page-title-vcb {
    position: relative;
    text-align: center;
    padding: 125px 0 50px 0;
    background: url("../images/banner/vcb.webp");
    background-size: cover;
    background-position: top center;
}

.page-title-11kv {
    position: relative;
    text-align: center;
    padding: 125px 0 50px 0;
    background: url("../images/banner/11kv-vcb.webp");
    background-size: cover;
    background-position: top center;
}

.page-title-motor {
    position: relative;
    text-align: center;
    padding: 125px 0 50px 0;
    background: url("../images/banner/motor-control.webp");
    background-size: cover;
    background-position: top center;
}

.page-title-cnc-bus {
    position: relative;
    text-align: center;
    padding: 125px 0 50px 0;
    background: url("../images/banner/cnc-bus.webp");
    background-size: cover;
    background-position: top center;
}

.page-title-fire-fight {
    position: relative;
    text-align: center;
    padding: 125px 0 50px 0;
    background: url("../images/banner/fire-fight.webp");
    background-size: cover;
    background-position: top center;
}

.stand-banner .box-content h2 {
    padding: 10px;
    font-size: 72px;
    color: #202020;
    font-weight: 500;
    background: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
}

.stand-banner .box-content ul.bg-blue {
    background: #2b65dd;
    color: #ffffff;
    display: inline-block;
    padding: 10px 15px;
}

.stand-banner .black-box {
    padding: 100px 0;
    width: 70%;
    margin: auto;
    position: relative;
    display: table;
}

.stand-banner .box-content {
    width: 92%;
    margin: 0 auto;
}

.page-title .auto-container{
    position:relative;
}

.page-title h2{
    position:relative;
    color:#ffffff;
    font-weight:600;
    line-height:1.2em;
    margin-bottom: 10px;
    font-size:3.5rem;
    text-transform:capitalize;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
}

.page-breadcrumb{
    position:relative;
}

.page-breadcrumb li{
    position:relative;
    display:inline-block;
    margin-right:10px;
    padding-right:15px;
    color:#ffffff;
    font-size:16px;
    font-weight:400;
    text-transform:capitalize;
}

.page-breadcrumb li:after{
    position:absolute;
    content: "\f101";
    right:-5px;
    top:1px;
    color:#ffffff;
    font-size:14px;
    font-weight:900;
    font-family: "Font Awesome 5 Free";
}

.page-breadcrumb li:last-child::after{
    display: none;
}

.page-breadcrumb li:last-child{
    padding-right:0;
    margin-right:0;
}

.page-breadcrumb li a{
    color:#fff;
    font-weight:400;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.page-breadcrumb li a .icon{
    margin-right: 4px;
    color: #ffffff;
}

.page-breadcrumb li a:hover{
    color:#ffffff;
}

.standalone-footer {
    padding: 5rem 0;
}

.footer-social.stand {
    text-align: center;
    margin-bottom: 15px;
}

.standalone-footer .social-icons-simple li a {
    color: #202020;
    width: 42px;
    height: 42px;
    line-height: 42px;
}

.standalone-footer .social-icons-simple li a:hover {
    background-color: #2b65dd;
    color: #ffffff;
}

/* StandAlone Image Hover */
.main .box:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease 0s;
    background-color:rgba(0,0,0,0.7);
}

.main .box:hover:before{
    opacity: 1;
}

.main .box{
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.main .box:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 170%;
    top: 0;
    z-index: 1;
    transform: skewX(45deg);
    transition: all 1s ease 0s;
    background-color:#2b65dd;
}

.main .box:hover:after{
    left: -170%;
    top: 0;
}

.main .box img{
    width: 100%;
    height: auto;
}

.main .box .box-content{
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    transition: all 0.5s ease 0s;
}

.main .box:hover .box-content{
    bottom: 45%;
}

.main .box .box-content .name{
    font-size:22px;
    font-weight: 700;
    margin: 0 0 10px;
    display: block;
    text-transform:uppercase;
    letter-spacing: 1px;
}

.main .box .box-content .post{
    display: block;
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
}

@media screen and (max-width:990px){
    .main .box{
        margin-bottom: 30px !important;
    }
}

/* ===================================
    Media Queries
====================================== */

@media (min-width: 1800px) {
    /* Contact */
    .contact-sec .contact-form textarea {
        margin-bottom: 60px;
    }
}

@media (max-width: 1600px) and (min-width: 1400px) {}

@media (max-width: 1366px) and (min-width: 1280px) {
    .navbar .container {
        max-width: 950px;
    }
    .box-content h1 {
        font-size: 60px;
    }
    .banner-area .black-box {
        margin-top: 100px;
    }
    header a.logo img {
        max-width: 70px;
    }
    .navbar-top-default {
        margin: 10px 0;
    }
    .side-nav .navbar-nav .nav-link {
        padding: 5px 0 5px 0 !important;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {

    /* Navbar */
    .nav-social .social-icons-simple, .top-info li a {
        display: none;
    }
    .sidemenu_btn {
        right: -30px;
    }
    .side-menu {
        width: 50%;
    }

    /* Banner */
    .box-content h1 {
        font-size: 60px;
    }

    /* Testimonial */
    #team-circle-left {
        left: -2%;
    }
    #team-circle-right {
        right: -2%;
    }

    /* Footer */
    .footer .footer-copy, .footer a {
        font-size: 14px;
        text-align: center;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px){
    body{
        text-align: center;
    }
    section, .footer {
        padding: 5.5rem 0;
    }
    .heading-area .heading {
        font-size: 42px;
    }

    /* Navbar */
    .side-menu {
        width: 60%;
    }
    .sidemenu_btn {
        right: 0;
    }
    header a.logo img {
        max-width: 75px;
    }
    .nav-social .social-icons-simple {
        display: none;
    }

    /* Banner */
    .banner-area .black-box {
        width: 80%;
        margin: auto;
    }
    .box-content h1 {
        font-size: 60px;
    }
    .box-content p {
        padding: 30px 0;
        margin: auto;
    }

    /* Booking Area */
    .booking-area .inner-text h2 {
        font-size: 42px;
    }

    /* Portfolio */
    .cbp-popup-lightbox .cbp-popup-prev, .cbp-popup-lightbox .cbp-popup-next {
        display: none;
    }

    /* Testimonial */
    .testimonial-two {
        padding-top: 15px;
    }
    #team-circle-left {
        left: -2%;
    }
    #team-circle-right {
        right: -2%;
    }

    /* Contact */
    .footer a {
        font-size: 14px;
        margin: 20px 0;
        justify-content: center;
    }
    .footer .footer-copy {
        font-size: 14px;
    }

    /* Standalone */
    .page-title {
        padding: 150px 0 130px 0;
    }
    .stand-banner .box-content h2 {
        font-size: 60px;
    }
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-area .gradient-text1{
        font-size: 30px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2){
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .para_text {
        font-size: 18px;
    }
}

@media screen and (max-width:767px) {
    body{
        text-align: center;
    }
    section, .footer {
        padding: 4.5rem 0;
    }
    .heading-area .heading {
        font-size: 36px;
    }
    .heading-area .sub-heading {
        font-size: 20px;
    }
    .padding-top {
        padding-top: 4.5rem;
    }
    .padding-bottom {
        padding-bottom: 4.5rem;
    }

    /* Navbar */
    header a.logo img {
        max-width: 60px;
    }
    .nav-social .social-icons-simple {
        display: none;
    }
    .navbar-top-default {
        margin: 0;
        padding: 0 20px;
    }
    .sidemenu_btn {
        right: 0;
    }
    .side-menu {
        width: 100%;
    }
    .side-nav .navbar-nav .nav-item {
        margin: 5px 0;
    }
    .side-menu .inner-wrapper {
        padding: 3.5rem 4rem;
    }
    .header-appear .navbar-top-default {
        height: 85px;
    }

    /* Banner */
    .banner-area .black-box {
        width: 100%;
    }
    .box-content h1 {
        font-size: 34px;
    }
    .box-content p {
        width: 100%;
        font-size: 16px;
        padding: 20px 0;
    }
    .button, .button i {
        font-size: 16px;
    }

    /* About */
    .elements-boxes .padding-half {
        padding: 3.5rem 0;
    }
    .elements-boxes .padding-top-half {
        padding: 5.5rem 0;
    }
    .elements-boxes .about-box {
        max-width: 330px;
    }

    /* Booking Area */
    .booking-area {
        padding: 150px 0;
    }
    .booking-area .inner-text h4 {
        font-size: 16px;
    }
    .booking-area .inner-text h2 {
        font-size: 30px;
    }

    /* Portfolio */
    .cbp-popup-lightbox .cbp-popup-prev, .cbp-popup-lightbox .cbp-popup-next {
        display: none;
    }

    /* Testimonial */
    .testimonial-two {
        padding: 0;
    }
    .testimonial-two .testimonial-para {
        font-size: 16px;
    }
    #team-circle-right, #team-circle-left {
        display: none;
    }

    /* Contact */
    .contact-sec .contact-form {
        width: 100%;
        margin-left: 0;
    }
    .contact-sec .contact-details ul li:first-child {
        width: 100%;
    }
    .footer a {
        margin-bottom: 40px;
        display: flex;
        justify-content: center;
    }
    .map {
        margin: 80px auto 0 auto;
    }

    /* Standalone */
    .stand-banner .box-content h2 {
        font-size: 34px;
    }
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-detail .heading{
        font-size: 42px;
    }
    .standalone-detail .para_text {
        font-size: 16px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2){
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .page-title h2{
        font-size: 2.5rem;
    }
    .standalone-area .heading-text {
        font-size: 30px;
    }
    .standalone-area .stand-img-des .para_text {
        font-size: 16px;
        padding: 0 15px;
    }
    .stand-banner .box-content {
        left: 50%;
        width: 90%;
        text-align: center;
        transform: translate(-50%,-50%);
    }
    .stand-banner .black-box {
        width: 100%;
        padding: 70px 0;
    }
    .stand-banner .box-content {
        transform: translate(0,0);
    }
    .standalone-footer .company-about {
        font-size: 14px;
    }
}

section.custom-section {
    padding-top: 7.5rem !important;
    padding-bottom: 0 !important;
}
