*,
::after,
::before {
    box-sizing: border-box;
}
body {
    /* font-family: "Heebo", sans-serif; */
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #d3fdf27e;
}
p {
    font-size: 15px;
    color: #6a6a6a;
    line-height: 2;
}
h1,
h2,
h3,
h4,
h5 {
    /* font-family: "Poppins", sans-serif; */
    /* color: #001d38; */
}
.ftco-navbar-light {
    background: #fff !important;
    z-index: 3;
    padding: 10px 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
}
.navbar {
    width: 100%;
}
.icon img {
    width: 64px;
}
.is-virtual {
    z-index: 9;
    background: #92879b;
    width: 145px;
    height: 145px;
    position: absolute;
    top: -70px;
    right: -70px;
    border-radius: 0px 0px 200px 200px;
    transition: all 0.5s, border-radius 2s, top 1s;
    overflow: hidden;
}
.is-virtual .icon {
    position: absolute;
    right: 85px;
    top: 70px;
    color: white;
    padding-bottom: 43px;
    padding-left: 10px;
    opacity: 1;
    transform: rotate(24deg);
}

/* main-header start */
[data-target="#mainMenu"] {
    position: relative;
    z-index: 999;
}

#mainMenu li > a {
    font-size: 12px;
    letter-spacing: 1px;
    color: black;
    font-weight: 400;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.main-header.fixed-nav #mainMenu li > a {
    color: black;
    text-decoration: none;
}

#mainMenu li:not(:last-of-type) {
    margin-right: 30px;
}

#mainMenu li > a::before {
    position: absolute;
    content: "";
    width: calc(100% - 1px);
    height: 1px;
    background: black;
    bottom: -6px;
    left: 0;

    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    z-index: -1;

    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

#mainMenu li > a:hover::before,
#mainMenu li > a.active::before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.main-header.fixed-nav #mainMenu li > a::before {
    background: #000;
}

.main-header {
    position: fixed;
    /* top: 25px; */
    left: 0;
    z-index: 99;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.main-header.fixed-nav {
    top: 0;
    background: #fff;
    -webkit-box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.09);
    box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.09);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.main-header.fixed-nav .navbar-brand > img:last-of-type {
    display: block;
}

.main-header.fixed-nav .navbar-brand > img:first-of-type {
    display: none;
}
.navbar-brand {
    color: #000;
}
.main-header .navbar-brand img {
    height: 40px;
    animation: fadeInLeft 0.4s both 0.4s;
}

.collapse {
    justify-content: end;
}
/* main-header end */
@media (max-width: 991px) {
    /*header starts*/
    .collapse.in {
        display: block !important;
        padding: 0;
        clear: both;
    }

    .navbar-toggler {
        margin: 0;
        padding: 0;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 25px;
        right: 0;
        border: none;
        border-radius: 0;
        outline: none !important;
    }

    .main-header .navbar {
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .main-header .navbar-nav {
        margin-top: 70px;
    }

    .main-header .navbar-nav li .nav-link {
        text-align: center;
        padding: 20px 15px;
        border-radius: 0px;
    }

    /**/
    .main-header .navbar-toggler .icon-bar {
        background-color: #000;
        margin: 0 auto 6px;
        border-radius: 0;
        width: 30px;
        height: 3px;
        position: absolute;
        right: 0;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .main-header .navbar .navbar-toggler .icon-bar:first-child {
        margin-top: 3px;
    }

    .main-header .navbar-toggler .icon-bar-1 {
        width: 10px;
        top: 0px;
    }

    .main-header .navbar-toggler .icon-bar-2 {
        width: 16px;
        top: 12px;
    }

    .main-header .navbar-toggler .icon-bar-3 {
        width: 20px;
        top: 21px;
    }

    .main-header .current .icon-bar {
        margin-bottom: 5px;
        border-radius: 0;
        display: block;
    }

    .main-header .current .icon-bar-1 {
        width: 18px;
    }

    .main-header .current .icon-bar-2 {
        width: 30px;
    }

    .main-header .current .icon-bar-3 {
        width: 10px;
    }

    .main-header .navbar-toggler:hover .icon-bar {
        background-color: black;
    }

    .main-header .navbar-toggler:focus .icon-bar {
        background-color: #fff;
    }

    /*header ends*/
}

/*footer  */
.footer-section {
    padding: 110px 0 0;
    background: #22242b;
}
.about-widget img {
    margin-bottom: 40px;
}
.about-widget .aw-text p {
    padding-right: 15px;
    margin-bottom: 35px;
    color: white;
}

.about-widget .aw-text p {
    padding-right: 15px;
    margin-bottom: 35px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #fff;
}

.footer-widger ul {
    list-style: none;
    padding: 0;
}
.footer-widger ul li a {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 13px;
    opacity: 0.7;
    text-decoration: none;
}
.footer-widger h2 {
    font-size: 19px;
    font-weight: 700;
}

.footer-section .socail_links {
    margin-top: 25px;
}
.footer-section .socail_links ul li {
    color: #919191;
    font-size: 13px;
    line-height: 42px;
}
.socail_links ul li {
    display: inline-block;
}
.socail_links ul li a {
    font-size: 15px;
    color: #c3b2f0;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 40px !important;
    margin-right: 7px;
    color: #ffffff;
    line-height: 40px !important;
    border: 1px solid #e8e8e8;
    color: #e8e8e8;
}
.socail_links ul li:hover a {
    color: white;
}

@media (max-width: 767px) {
    .footer-section .socail_links {
        margin-top: 30px;
    }
}
