@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rajdhani:400,500,600,700" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap" rel="stylesheet');
img {
    max-width: 100%;
}

.mt-50 {
    margin-top: 50px;
}

section {
    position: relative;
    float: left;
    width: 100%;
    padding: 25px 0;
    background: #fff;
    overflow: hidden;
}

.container {
    max-width: 1224px;
    width: 92%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.sec-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 1;
}

.line-item {
    float: left;
    width: 20%;
    height: 100%;
    box-sizing: border-box;
    border-right: 1px solid rgb(153 153 153 / 21%);
    height: 100%;
    position: relative;
}

.line-item:first-child:before {
    content: '';
    position: absolute;
    top: 0;
    right: -2px;
    width: 4px;
    height: 30px;
    animation: scroll3 8s ease-out infinite;
    background: #ffb200;
}

.line-item:nth-child(3):before {
    content: '';
    position: absolute;
    top: 0;
    right: -2px;
    width: 4px;
    height: 30px;
    animation: scroll3 8s ease-out infinite;
    background: #ffb200;
}

.line-item:last-child:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: -2px;
    width: 4px;
    height: 30px;
    animation: scroll2 6s ease-out infinite;
    background: #ffb200;
}

.full-height {
    height: 100%;
}

.sec-lines .container {
    width: 100%;
}

@keyframes scroll3 {
    0% {
        opacity: 1;
        top: 0
    }
    50% {
        top: 50%
    }
    100% {
        top: 100%;
        opacity: 0.5;
    }
}

@keyframes scroll2 {
    0% {
        opacity: 1;
        bottom: 0
    }
    50% {
        bottom: 50%
    }
    100% {
        bottom: 100%;
        opacity: 0.5;
    }
}

.line-item:first-child {
    border-left: 1px solid rgba(153, 153, 153, 21%);
}

.section-subtitle {
    position: absolute;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    top: -24px;
    left: 154px;
    color: #afabab;
    right: 0;
    opacity: 0.15;
    text-align: left;
    font-size: 85px !important;
}

.section-subtitle span {
    color: #f00 !important;
}

.section-title2 {
    padding: 0px 0 0px 50px;
    margin-bottom: 0px;
    text-align: left;
    position: relative;
}

.section-title2:before {
    content: '';
    position: absolute;
    top: 0;
    left: -2px;
    width: 4px;
    height: 100%;
    background: #000;
}


/* ------facts------------------------------------------------------------ */

.wh-heading {
    font-family: 'Rajdhani', sans-serif;
    margin-top: 5px;
    font-size: 37px;
    color: #fff;
    line-height: 42px;
    font-weight: 500;
    padding-bottom: 14px;
}

.wh-heading span {
    font-weight: 700;
}

.factbg {
    background: url('../img/factbg.jpg') no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.facts-holder {
    z-index: 10;
}

.inline-facts:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    width: 50px;
    border: 2px solid #fac921;
    content: "";
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.inline-facts {
    display: flex;
    padding: 5% 0%;
    align-items: center;
}

.inline-facts-wrap {
    float: left;
    padding: 0 20px;
    position: relative;
    /* margin-right: 60px; */
    text-align: left;
    width: 25%;
}

.inline-facts-wrap .num {
    font-size: 44px;
    font-weight: 700;
    color: #fff;
}

.inline-facts-wrap h6 {
    position: relative;
    margin-top: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 12px 30px;
    line-height: 20px;
}


/*--pro--*/

.dark-bg {
    /* background: #2a2a2e; */
    background-color: #07125e;
    padding: 50px 0px;
}

.gl {
    position: relative;
    margin-bottom: 20px;
}

.gl:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: #262533d6;
    content: "";
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.gl:hover:before {
    opacity: 1;
}

.gl .detailp {
    position: absolute;
    text-align: center;
    opacity: 0;
    bottom: 35%;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-transform: uppercase;
    line-height: 30px;
    padding: 0% 2%;
}

.gl .detailp h1 {
    font-size: 20px;
    font-family: 'Titillium Web', sans-serif;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
}

.gl:hover .detailp {
    opacity: 1;
    bottom: 45%;
}

.detailp a {
    border: 1px solid #fff;
    padding: 6px 15px;
    font-size: 13px;
    color: #fff;
}

.d-flex {
    display: flex;
}

.right-text {
    text-align: right;
}

body {
    overflow-x: hidden
}

.top-part {
    background: #091142;
    padding: 6px;
}

.topleft {
    padding: 0px;
    margin: 0px;
}

.topleft li {
    list-style: none;
    display: inline-block;
    color: #fff;
    padding: 0px 15px;
    line-height: 14px;
    font-size: 13px;
    font-weight: 500;
}

.topleft li i {
    margin-right: 5px;
}

.topleft li:nth-child(1) {
    padding-left: 0px;
    border-right: 1px solid #525962;
}

.social {
    padding: 0px;
    text-align: right;
}

.social a {
    color: #fff;
    padding: 0px 10px;
    font-size: 13px;
}

header {
    z-index: 9;
    width: 100%;
    position: relative;
    background: #FFFFFF;
}

.affix .nav>li>a {
    padding: 19px 0px;
    transition: 0.5s;
}

.right-nav {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
}

.enq-btn {
    background: #01a73e;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 15px;
    display: block;
    text-align: center;
    display: inline-block;
    line-height: 14px;
    cursor: pointer;
    box-shadow: 2px 2px 15px 0px #01a73ecc;
}

.enq-btn i {
    padding-left: 10px;
}

.enq-btn:hover {
    color: #fff;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    color: #000;
    box-shadow: 20px 15px 18px 12px #000;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #01a73e;
    display: block;
    transition: 0.3s;
}

button:focus {
    outline: none;
}

.get h1 {
    font-size: 35px;
    margin-bottom: 15px;
    margin-top: 10px;
    /* text-transform: uppercase; */
    /* color: #fff; */
    font-weight: 800;
    text-align: left;
    font-family: 'Rajdhani', sans-serif;
}

.form-en {
    border-bottom: 1px solid #e8e5e5;
    border-radius: 0px;
    background: #fff;
}

.send-btn {
    text-transform: none;
    background: #01a73e;
    border: 0px;
    /* width: 100%; */
    padding: 15px 25px;
    text-align: center;
    color: #fff;
    /* display: inline-block; */
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 15px;
}

.send-btn:hover {
    background: #000;
    color: #fff;
}

.send-btn:focus {
    color: #fff;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.en {
    padding: 3px 11px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    background: #12c5c3;
    margin-top: 15px;
    line-height: 20px;
    border-radius: 15px;
}

.en i {
    padding-left: 2px;
}

.welback {
    padding: 50px 0px;
}

.inner-column {
    position: relative;
    margin-right: -100px;
    padding-right: 100px;
    text-align: right;
}

.inner-column:before {
    position: absolute;
    left: 0;
    top: 125px;
    height: 430px;
    width: 700px;
    border: 10px solid #000;
    content: "";
    z-index: 1;
}

.welcome {
    margin-top: 0px;
    /* margin-bottom: 20px; */
    background: #fff;
    padding: 50px 30px;
    position: relative;
    z-index: 1;
    box-shadow: 2px 2px 18px 4px rgb(31 35 37 / 20%);
}

.heading h3 {
    font-size: 14px;
    color: #615d5d;
    /* display: inline-block; */
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 5px;
    padding-bottom: 5px;
    position: relative;
    z-index: 99;
}

.heading h3:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 50px;
    height: 1px;
    border-bottom: 1px dotted #666;
}

.heading h1 {
    font-family: 'Rajdhani', sans-serif;
    margin-top: 5px;
    font-size: 45px;
    color: #000;
    line-height: 45px;
    font-weight: 500;
    padding-bottom: 14px;
    margin-bottom: 0px;
}

.heading h1 span {
    font-weight: 700;
}

.section-title h1:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #202020;
}

.section-title h1:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 255px;
    background-color: #202020;
}

.class1 {
    display: block;
}

.class2 {
    display: none;
}

.welcome p {
    margin: 30px 0px;
    line-height: 30px;
}

.image-column .title-box {
    position: absolute;
    top: 43%;
    left: 10%;
    width: 100%;
    text-align: left;
    z-index: 1;
}

.title-box h2 {
    position: relative;
    display: block;
    font-size: 72px;
    line-height: 1em;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
}

.title-box .sub-title {
    position: relative;
    display: inline-block;
    background: #000;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Rajdhani', sans-serif;
    font-size: 31px;
    padding: 2px;
    border-radius: 3px;
}

a#backToTop {
    width: 45px;
    height: 45px;
    opacity: 1;
    position: fixed;
    bottom: 5px;
    right: 2%;
    bottom: 0%;
    color: #ffffff;
    background: #000;
    border-radius: 27px;
    line-height: 45px;
    text-align: center;
    font-size: 25px;
    z-index: 9;
}

.btn2 a {
    font-family: 'Rajdhani', sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.content-wrap {
    position: relative;
    padding: 10px 12px;
    /* border: 1px solid rgba(255, 255, 255, 0.08); */
    text-align: center;
    box-shadow: 2px 2px 18px 4px rgb(31 35 37 / 20%);
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: #fff;
    margin: 10px 0px 20px;
}

.content-wrap:hover .icon {
    color: #000;
}

.icon {
    font-size: 25px;
    width: 50px;
    margin: auto;
    position: absolute;
    top: -20px;
    background: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    color: #ffb200;
    left: 45%;
    border-top: 4px solid;
}

.box-header h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    margin-top: 20px;
    color: #000;
}

.box-header p {
    font-size: 15px;
}

.read {
    color: #333;
    border: 1px solid #333;
    padding: 2px 10px;
    border-radius: 20px;
}

.read:hover {
    color: #fff;
    background: #000;
}

footer {
    background-color: #333;
}

.f-head {
    margin-bottom: 50px;
}

.f-head h1 {
    font-size: 20px;
    margin-top: 30px;
    padding-bottom: 10px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
    /* font-family: oswald,sans-serif; */
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    font-family: 'Rajdhani', sans-serif;
}

.f-head h1:before {
    position: absolute;
    content: '';
    width: 10%;
    height: 2px;
    background: #01a73e;
    left: 0px;
    bottom: 0px;
}

.f-widget2 {
    padding: 0px;
    margin: 0px;
}

.copyright {
    background: #333;
    padding: 15px 0px;
    position: relative;
    color: #fff;
    margin-top: 0px;
}

.copyrights-text {
    margin: 0px;
    font-size: 14px;
    color: #ccc;
}

.f-widget2 li {
    list-style: none;
    line-height: 25px;
    margin-bottom: 10px;
}

.f-widget2 li i {
    transition: 0.5s;
    color: #cdcdcd;
    padding-right: 14px;
}

.f-widget2 li a,
.f-head p {
    color: #d7d7d7;
    font-size: 15px;
}

.f-head2 li {
    list-style: none;
    padding-left: 45px;
    line-height: 25px;
    margin-bottom: 12px;
    position: relative;
    color: #e3e3e3;
    font-size: 15px;
}

.f-head2 {
    padding: 0px;
}

.f-head2 li i {
    position: absolute;
    font-size: 18px;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    left: 0px;
    text-align: center;
}

.foo {
    width: 14%;
    margin: auto;
}

.footer .container .row>div:nth-child(odd) {
    background: #1d1d1d;
    padding: 0px 30px;
}

.footer .container .row>div:nth-child(even) {
    background: #3e3d3d;
    padding: 0px 30px;
}

.widget-social.widget-social-h.has-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/footer.jpg) no-repeat 50% fixed;
    background-size: cover;
    padding: 50px 0px;
}

.footer .container .row>div {
    height: 300px;
}

.footer-widget ul {
    padding-left: 0;
}

.widget-social li {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.widget-social li a {
    letter-spacing: 3px;
    font-weight: 400;
    /* font-family: Raleway; */
    color: #a9a6a6;
    font-size: 14px;
}

.widget-social li i {
    font-size: 46px;
    color: #8e8c8c;
}

.footer-widget a i {
    margin-right: 20px;
    opacity: 0.5;
    font-size: 14px;
}

.rightfoo {
    text-align: right;
}

.widget-social {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/footer.jpg) no-repeat 50% fixed;
    background-size: cover;
    padding: 50px 0px;
}

.blogback {
    background: #f9f9f9;
}

.blog-back {
    padding: 40px 0px;
}

.blog-base {
    border: 1px solid #e1dddd;
}

.blog-content {
    padding: 0px 20px 20px;
}

.blog-content p {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 600;
    margin: 0px;
    color: #000;
    margin-bottom: 20px;
}

.blog-img {
    position: relative;
}

.b-img {
    overflow: hidden;
    margin: 10px;
    background: #fff;
}

.b-img img {
    transition: 0.5s;
}

.b-img:hover img {
    transform: scale(1.1);
}

.date-2 {
    background: #000;
    color: #fff;
    padding: 2px 6px;
}

.date-2 .date {
    font-size: 20px;
    line-height: 20px;
}

.date-2 .month {
    font-weight: 600;
    font-size: 11px;
    line-height: 12px;
    display: block;
}

.testi-text {
    font-size: 27px;
    font-weight: 400;
    line-height: 45px;
}

.testi-name {
    font-size: 15px;
    color: #01a73e;
}


/* New CSS */

#myNavbar ul li a {
    color: #000000;
    font-size: 15px;
}

.mega-menu-column ul li a {
    color: black !important;
}

.dropdown-menu li a {
    color: black !important;
}

.affix {
    background-color: #FFFFFF !important;
}

@media only screen and (max-width: 768px) {
    #myNavbar ul li a {
        color: black;
        font-size: 15px;
        padding: 10px;
    }
    header {
        padding: 4px;
    }
}
/*-------------------*/
.affix .nav>li>a {
    padding: 19px 0px;
    transition: 0.5s;
}

.right-nav {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
}

.enq-btn {
    background: #01a73e;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 15px;
    display: block;
    text-align: center;
    display: inline-block;
    line-height: 14px;
    cursor: pointer;
    box-shadow: 2px 2px 15px 0px #01a73ecc;
}

.enq-btn i {
    padding-left: 10px;
}

.enq-btn:hover {
    color: #fff;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    color: #000;
    box-shadow: 20px 15px 18px 12px #000;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #01a73e;
    display: block;
    transition: 0.3s;
}

button:focus {
    outline: none;
}

.get h1 {
    font-size: 35px;
    margin-bottom: 15px;
    margin-top: 10px;
    /* text-transform: uppercase; */
    /* color: #fff; */
    font-weight: 800;
    text-align: left;
    font-family: 'Rajdhani', sans-serif;
}

.form-en {
    border-bottom: 1px solid #e8e5e5;
    border-radius: 0px;
    background: #fff;
}

.send-btn {
    text-transform: none;
    background: #01a73e;
    border: 0px;
    /* width: 100%; */
    padding: 15px 25px;
    text-align: center;
    color: #fff;
    /* display: inline-block; */
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 15px;
}

.send-btn:hover {
    background: #000;
    color: #fff;
}

.send-btn:focus {
    color: #fff;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.en {
    padding: 3px 11px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    background: #12c5c3;
    margin-top: 15px;
    line-height: 20px;
    border-radius: 15px;
}

.en i {
    padding-left: 2px;
}

.welback {
    padding: 50px 0px;
}
.inner-column {
    position: relative;
    margin-right: -100px;
    padding-right: 100px;
    text-align: right;
}
.inner-column:before {
    position: absolute;
    left: 0;
    top: 125px;
    height: 430px;
    width: 700px;
    border: 10px solid #000;
    content: "";
    z-index: 1;
}

.welcome {
    margin-top: 0px;
    /* margin-bottom: 20px; */
    background: #fff;
    padding: 50px 30px;
    position: relative;
    z-index: 1;
       box-shadow: 2px 2px 18px 4px rgb(31 35 37 / 20%);
}

.heading h3 {
    font-size: 14px;
    color: #615d5d;
    /* display: inline-block; */
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 5px;
    padding-bottom: 5px;
    position: relative;
    z-index: 99;
}

.heading h3:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 50px;
    height: 1px;
    border-bottom: 1px dotted #666;
}



.heading h1 {
    font-family: 'Rajdhani', sans-serif;
    margin-top: 5px;
    font-size: 45px;
    color: #000;
    line-height: 45px;
    font-weight: 500;
    padding-bottom: 14px;
    margin-bottom: 0px;
}
.heading h1 span {
    font-weight: 700;
}

.section-title h1:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #202020;
}

.section-title h1:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 255px;
    background-color: #202020;
}

.class1 {
    display: block;
}

.class2 {
    display: none;
}

.welcome p {
    margin: 30px 0px;
    line-height: 30px;
}

.image-column .title-box {
    position: absolute;
 top: 43%;
 left: 10%;
 width: 100%;
 text-align: left;
 z-index: 1;
}

.title-box h2 {
    position: relative;
 display: block;
 font-size: 72px;
 line-height: 1em;
 color: #000;
 font-weight: 700;
 text-transform: uppercase;
  font-family: 'Rajdhani', sans-serif;   
}

.title-box .sub-title {
    position: relative;
    display: inline-block;
    background: #000;
      color: #ffffff;
    font-weight: 500;
      font-family: 'Rajdhani', sans-serif;
    font-size: 31px;
    padding: 2px;
    border-radius: 3px;
}

a#backToTop {
    width: 45px;
    height: 45px;
    opacity: 1;
    position: fixed;
    bottom: 5px;
    right: 2%;
    bottom: 0%;
    color: #ffffff;
    background: #000;
    border-radius: 27px;
    line-height: 45px;
    text-align: center;
    font-size: 25px;
    z-index: 9;
}

.btn2 a {
    font-family: 'Rajdhani', sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.content-wrap {
    position: relative;
    padding: 10px 12px;
    /* border: 1px solid rgba(255, 255, 255, 0.08); */
    text-align: center;
    box-shadow: 2px 2px 18px 4px rgb(31 35 37 / 20%);
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: #fff;
    margin: 10px 0px 20px;
}

.content-wrap:hover .icon {
    color: #000;
}

.icon {
    font-size: 25px;
    width: 50px;
    margin: auto;
    position: absolute;
    top: -20px;
    background: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    color: #ffb200;
    left: 45%;
    border-top: 4px solid;
}

.box-header h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    margin-top: 20px;
    color: #000;
}

.box-header p {
    font-size: 15px;
}

.read {
    color: #333;
    border: 1px solid #333;
    padding: 2px 10px;
    border-radius: 20px;
}

.read:hover {
    color: #fff;
    background: #000;
}

footer {
    background-color: #333;
}

.f-head {
    margin-bottom: 50px;
}

.f-head h1 {
    font-size: 20px;
    margin-top: 30px;
    padding-bottom: 10px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
    /* font-family: oswald,sans-serif; */
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    font-family: 'Rajdhani', sans-serif;
}

.f-head h1:before {
    position: absolute;
    content: '';
    width: 10%;
    height: 2px;
    background: #01a73e;
    left: 0px;
    bottom: 0px;
}

.f-widget2 {
    padding: 0px;
    margin: 0px;
}

.copyright {
    background: #333;
    padding: 15px 0px;
    position: relative;
    color: #fff;
    margin-top: 0px;
}

.copyrights-text {
    margin: 0px;
    font-size: 14px;
    color: #ccc;
}

.f-widget2 li {
    list-style: none;
    line-height: 25px;
    margin-bottom: 10px;
}

.f-widget2 li i {
    transition: 0.5s;
    color: #cdcdcd;
    padding-right: 14px;
}

.f-widget2 li a,
.f-head p {
    color: #d7d7d7;
    font-size: 15px;
}

.f-head2 li {
    list-style: none;
    padding-left: 45px;
    line-height: 25px;
    margin-bottom: 12px;
    position: relative;
    color: #e3e3e3;
    font-size: 15px;
}

.f-head2 {
    padding: 0px;
}

.f-head2 li i {
    position: absolute;
    font-size: 18px;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    left: 0px;
    text-align: center;
}

.foo {
    width: 14%;
    margin: auto;
}

.footer .container .row>div:nth-child(odd) {
    background: #1d1d1d;
    padding: 0px 30px;
}

.footer .container .row>div:nth-child(even) {
    background: #3e3d3d;
    padding: 0px 30px;
}

.widget-social.widget-social-h.has-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/footer.jpg) no-repeat 50% fixed;
    background-size: cover;
    padding: 50px 0px;
}

.footer .container .row>div {
    height: 300px;
}

.footer-widget ul {
    padding-left: 0;
}

.widget-social li {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.widget-social li a {
    letter-spacing: 3px;
    font-weight: 400;
    /* font-family: Raleway; */
    color: #a9a6a6;
    font-size: 14px;
}

.widget-social li i {
    font-size: 46px;
    color: #8e8c8c;
}

.footer-widget a i {
    margin-right: 20px;
    opacity: 0.5;
    font-size: 14px;
}

.rightfoo {
    text-align: right;
}

.widget-social {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/footer.jpg) no-repeat 50% fixed;
    background-size: cover;
    padding: 50px 0px;
}

.blogback {
    background: #f9f9f9;
}

.blog-back {
    padding: 40px 0px;
}

.blog-base {
    border: 1px solid #e1dddd;
}

.blog-content {
    padding: 0px 20px 20px;
}

.blog-content p {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 600;
    margin: 0px;
    color: #000;
    margin-bottom: 20px;
}

.blog-img {
    position: relative;
}

.b-img {
    overflow: hidden;
    margin: 10px;
    background: #fff;
}

.b-img img {
    transition: 0.5s;
}

.b-img:hover img {
    transform: scale(1.1);
}

.date-2 {
    background: #000;
    color: #fff;
    padding: 2px 6px;
}

.date-2 .date {
    font-size: 20px;
    line-height: 20px;
}

.date-2 .month {
    font-weight: 600;
    font-size: 11px;
    line-height: 12px;
    display: block;
}

.testi-text {
    font-size: 27px;
    font-weight: 400;
    line-height: 45px;
}

.testi-name {
    font-size: 15px;
    color: #01a73e;
}


/* New CSS */

.page-banner {
    position: relative;
}

.page-banner h1 {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    font-size: 50px;
}

.page-banner img {
    width: 100%;
}

.about-box {
    filter: brightness(0.9);
    transition-duration: 0.5s;
}

.about-box:hover {
    filter: brightness(1);
}

.about-box img:nth-child(1) {
    border: 3px solid black;
    position: relative;
}

.about-box img:nth-child(2) {
    margin: 0;
    position: absolute;
    right: 3%;
    bottom: 1%;
    transform: translate(0%, 0%);
    border: 10px solid white;
}

.prod-box {
    filter: brightness(0.9);
    transition-duration: 0.5s;
}

.prod-para h3 {
    font-size: 30px;
    color: black;
    font-weight: 600;
}

.prod-box img {
    border-radius: 10px;
}

.mr_top {
    margin-top: 50px;
}

.form-img {
    margin-top: 24px;
}

.form h3 {
    color: black;
    font-size: 30px;
    font-weight: 200;
}

.form input {
    padding: 16px 10px;
    background-color: white;
    border: 1px solid #d4d4d4;
    font-size: 17px;
    font-weight: 100;
}

.form input:focus {
    color: white;
    background-color: black;
}

.btn button {
    background: black;
    color: white;
    border: none;
    padding: 3px 50px;
}

.service-box {
    background-color: #f0f0f0;
    padding: 220px 0px 200px 0px;
    position: relative;
}

.service-box .service_heading {
    font-family: "Poppins", sans-serif;
    text-align: center;
    font-size: 50px;
    color: black;
    font-weight: 600;
    margin-bottom: 60px;
}

.circle_bg {
    position: absolute;
    top: 0%;
    width: 100%;
}

.circle_bg1 {
    position: absolute;
    bottom: -6%;
    transform: rotate(180deg);
    width: 100%;
}

.head-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.head-icon .icons {
    background: #f0f0f0;
    border-radius: 100%;
    padding: 20px;
}

.head-icon .icons img {
    height: 70px;
}

.service-doc {
    /* background-color: #b44c4c; */
    margin-bottom: 3%;
}

.service-doc .service_heading {
    font-family: "Poppins", sans-serif;
    text-align: center;
    font-size: 50px;
    color: black;
    font-weight: 600;
    margin-bottom: 60px;
}

.prod-para ul li {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    list-style-type: disclosure-closed;
}

.prod-para ul li::marker {
    color: black;
}

.service-image {
    background-image: url("../img/aero.webp");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 650px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* filter: grayscale(1); */
    transition-duration: 0.7s;
}

.service-image:hover {
    filter: grayscale(0);
}

.service-image .text_img {
    background-color: white;
    padding: 40px 20px;
    border-radius: 10px;
}

.service-image .head-icon {
    margin-bottom: 10px;
}

.service-image .head-icon .icons {
    background: #f0f0f0;
    border-radius: 100%;
    padding: 10px;
}

.service-image .head-icon .icons img {
    height: 50px;
}

.head-icon .service_heading {
    color: black;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
}

.service-pay {
    margin-top: 20px;
    margin-bottom: 20px;
}

.service-pay p:nth-child(1) {
    font-size: 18px;
    color: black;
}

.service-pay ul li {
    list-style-type: disclosure-closed;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.service-pay ul li::marker {
    color: black;
    font-size: 15px;
}

.products_box {
    background-color: #f0f0f0;
    padding: 190px 0px 190px 0px;
    position: relative;
    margin-top: 2%;
}

.circle_bg2 {
    position: absolute;
    top: -4%;
    width: 100%;
}

.circle_bg3 {
    position: absolute;
    bottom: -4%;
    transform: rotate(180deg);
    width: 100%;
}

.products_box h3 {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    color: black;
    font-weight: 600;
    margin-bottom: 30px;
}

.products_box .prod-card {
    background: white;
    margin-top: 20px;
    border-radius: 10px 10px 0px 0px;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
}

.products_box .prod-card img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
}

.prod-card .card-detail {
    padding: 30px 20px;
}

.fill-detail {
    margin: 0px 0px 50px 0px;
}

.fill-detail h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.fill-detail p {
    text-align: center;
    font-size: 17px;
    font-weight: 300;
    color: black;
}

.fill-detail input {
    padding: 16px 10px;
    background-color: white;
    border: 1px solid #d4d4d4;
    font-size: 17px;
    font-weight: 100;
}

.fill-detail input:focus {
    color: white;
    background-color: black;
}

.customWhiteColor{
 color:white;   
}


/* responsive */

@media only screen and (max-width: 1200px) {
    .circle_bg1 {
        bottom: -0% !important;
    }
    .circle_bg2 {
        top: 0% !important;
    }
    .circle_bg3 {
        bottom: 0% !important;
    }
}

@media only screen and (max-width: 992px) {
    .main_img {
        text-align: center;
    }
    .res_top {
        margin-top: 30px;
    }
    .service_heading {
        margin-bottom: 30px !important;
    }
    .circle_bg1 {
        bottom: -3% !important;
    }
    .circle_bg2 {
        top: 0% !important;
    }
    .circle_bg3 {
        bottom: 0% !important;
    }
    .service-box {
        padding: 150px 0px 120px 0px;
    }
    .products_box {
        padding: 140px 0px 170px 0px;
    }
}

@media only screen and (max-width: 768px) {
    .prod-para ul {
        margin-left: 10px !important;
    }
    .circle_bg1 {
        bottom: 0% !important;
    }
    .service-image {
        height: 750px !important;
    }
}

@media only screen and (max-width: 576px) {
    .page-banner h1 {
        font-size: 40px !important;
    }
    .service-box {
        padding: 110px 0px 150px 0px;
    }
    .products_box {
        padding: 110px 0px 140px 0px;
    }
}

@media only screen and (max-width: 446px) {
    .service-image {
        height: 890px !important;
    }
    .page-banner h1 {
        font-size: 30px !important;
    }
}
