﻿body {
    font-family: sans-serif;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    background-color: #fff;
}

.container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
/*----------------------------Header START-------------------------------------*/
ul, ol {
    margin-top: 0;
    margin-bottom: 0px;
}

li {
    list-style: none;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

/*#menu:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    width: 37%;
    height: 0;
    border-bottom: 65px solid #fff;
    border-right: 100px solid transparent;
    top: -55px;
}*/



.inner-container {
    position: relative;
    /*margin-left: 285px;*/
    padding-left: 80px;
    background-color: #000000;
}

    .inner-container .top-left {
        float: right;
        /*margin-right: 95px;*/
    }

@media (max-width : 787px) {
    .inner-container {
        margin-left: 0px;
        padding-left: 10px;
        line-height: 30px;
    }

    #menu:before {
        top: 0px;
    }

    .inner-container .top-left {
        margin-right: 0px;
        float: left;
    }
}

.top-left .contact-list {
    position: relative;
    padding: 6px 0px;
}

    .top-left .contact-list li {
        position: relative;
        float: left;
        font-size: 14px;
        line-height: 10px;
        color: #e9e8e9;
        font-weight: 400;
        margin-right: 15px;
    }

        .top-left .contact-list li i {
            font-size: 14px;
            color: #fff;
            background: #fc6d27;
            border-radius: 10%;
            padding: 7px;
        }

        .top-left .contact-list li a {
            color: #ffffff;
            font-weight: 400;
            font-size: 14px;
            display: inline-block;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

@media (max-width : 787px) {
    .top-left .contact-list li {
        font-size: 13px;
        text-align: center;
        margin-bottom: 5px;
    }

        .top-left .contact-list li i {
            font-size: 12px;
            padding: 6px;
        }

        .top-left .contact-list li a {
            font-size: 13px;
        }
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky-opacity {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky-opacity #navbar {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #fff;
        transition: background 1s linear;
        height: 100px;
        border-bottom: solid 1px #413e3f;
    }

    .sticky-opacity .navbar-nav > li > a {
        text-align: center;
        padding: 12px 12px 15px 12px;
        text-decoration: none;
        font-size: 16px;
        line-height: 37px;
        border-radius: 4px;
        color: #413e3f;
        font-weight: 700;
    }



    .sticky-opacity .navbar-brand img {
        max-width: 200px;
        max-height: 85px;
    }

    .sticky-opacity .navbar-brand {
           margin-top: 10px;
    }

    .sticky-opacity .navbar-nav > li > a:hover {
        color: #413e3f;
    }

    .sticky-opacity .navbar-nav {
        margin-top: 7px;
    }

    .sticky-opacity #menu:before {
        border-bottom: 0px solid #fff;
    }

.sticky + .content {
    padding-top: 102px;
}

#navbar {
    /*overflow: hidden;*/
    background: #fff;
    /*padding: 90px 10px;*/
    transition: 0.4s;
    /*position: fixed;*/
    width: 100%;
    /*top: 53px;*/
    /*z-index: 1;*/
    height: 80px;
}

.navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
}

.header-logo {
    padding: 4px 10px;
    font-size: 18px;
}

    .header-logo img {
        max-width: 200px;
        transition: 0.4s;
        margin-bottom: 0px;
    }

.navbar-nav > li {
    margin-right: 5px;
}

    .navbar-nav > li > a {
        text-align: center;
        padding: 12px 12px 15px 12px;
        text-decoration: none;
        font-size: 16px;
        line-height: 25px;
        /*border-radius: 4px;*/
        margin-top: 11px;
        color: #413e3f;
        font-weight: 700;
        position: relative;
        display: inline-block;
    }

        .navbar-nav > li > a:before {
            background: #36b4e5;
            bottom: 0;
            content: "";
            height: 2px;
            left: 0;
            opacity: 0;
            position: absolute;
            width: 100%;
            -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
            -webkit-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
        }

        .navbar-nav > li > a:hover {
            /*color: #fff;
            background-color:#fff;
            border-bottom:solid 1px #65bc7b;*/
            opacity: 1;
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
            -webkit-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
            background-color: #fff;
        }

        .navbar-nav > li > a:active {
            position: relative;
            display: inline-block;
            /*color: #fff;
            background-color: #fff;
            border-bottom: solid 1px #65bc7b;*/
        }

    .navbar-nav > li :hover a {
        color: #333335;
    }

.navbar-nav {
    margin-top: 6px;
}

.navbar-brand {
float: left;
    /* padding: 7px 9px; */
    /* padding: 19px 20px; */
    font-size: 18px;
    /* line-height: 20px; */
    max-width: 200px;
    position: relative;
    max-height: 36px;
    top: -10px;
    width: auto;
}

    .navbar-brand img {
         /* background: #fff; */
    transition: 0.4s;
    margin: 0 0px 0px 0px;
    height: 80px;
    /* height: 40px; */
    /* border-radius: 5px; */
    /* width: 100%;*/
    }

.logo-box {
    /*background-color: #3c3c3c;*/
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    font-family: Arial, sans-serif;
    padding: 5px;
}

.logo {
    color: #fc6d27;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 8px;
}

.logo-tag {
    color: #fff;
    font-size: 16px;
    margin: 5px 0 0px;
}

.LogoName {
    margin-bottom: 4px;
}

.LogoTagLine {
    color: #fff;
    font-size: 8px;
    text-align: center;
}

@media (max-width: 575px) {
    .logo-tag {
        color: #fff;
        font-size: 9px;
        margin: 5px 0 0px;
    }
}

@media screen and (max-width: 787px) {
    .navbar-brand img {
        margin-top: 15px;
    }

    .sticky-opacity .navbar-brand img {
        margin-top: 2px;
    }

    .logo {
        font-size: 17px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .navbar-brand {
        float: left;
        padding: 4px 7px;
        /* font-size: 18px; */
        line-height: 20px;
        /* max-width: 200px; */
        position: relative;
        /* max-height: 65px; */
        /* top: 5px; */
        width: fit-content;
    }

    .logo-box {
        background-color: #3c3c3c;
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
        font-family: Arial, sans-serif;
        /* padding: 5px; */
    }

    .logo-tag {
        color: #fff;
        font-size: 12px;
        margin: 5px 0 -6px;
    }

    logo {
        font-size: 22px;
    }
}

#navbar-right {
    float: right;
}

#myHeader {
    /*overflow:hidden;*/
    /*height: 75px;*/
    z-index: 2;
    margin-bottom: 10px;
}

/*.navbar-header a:hover {
    border: 1px solid #f00;
}*/

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px;
    margin: 0px 0 0;
    font-size: 13px;
    list-style: none;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}

    .dropdown-menu > li > a {
        display: block;
        padding: 8px 10px;
        font-size: 14px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333335;
        white-space: nowrap;
        left: 0;
        right: auto;
        transform-origin: 0 0 0;
        transition: 0.10s;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #fff;
            text-decoration: none;
            transform-origin: 0 0 0;
            transition: 0.10s;
            background-color: #182857;
            font-weight: 400;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #000;
        transform-origin: 0 0 0;
        transition: 0.5s;
        outline: 0;
        font-weight: 400;
    }

    .dropdown-menu > li > ul.dropdown-submenu {
        position: absolute;
        list-style: none;
        width: 100%;
    }

    .dropdown-menu > li:hover ul.dropdown-submenu {
        display: block;
    }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #000;
    border-color: #428bca;
    color: #fff;
}

@media screen and (max-width: 580px) {
    #navbar {
        /*padding: 20px 10px !important;*/
        margin-bottom: 10px;
        height: 90px;
    }

        #navbar a {
            float: none;
            display: block;
            text-align: left;
        }

    #navbar-right {
        float: none;
    }

    .sticky-opacity .navbar-toggle {
        /*border: 1px solid #fff;*/
        top: 15px;
    }

    .sticky-opacity .navbar-brand {
        padding: 0px 10px;
        color: white;
        margin-top: 15px;
        /*background-color: #fff;*/
    }

    .sticky-opacity .navbar-toggle .fa {
        color: #000;
    }

    .navbar-toggle {
        /*background-color: #fff;*/
        /*border: 1px solid #5c4f3b;*/
        border-radius: 4px;
        float: right;
        margin-bottom: 8px;
        margin-right: 28px;
        top: 15px;
        padding: 9px 10px;
        position: relative;
        filter: alpha(opacity=0);
        -webkit-transition: 200ms ease;
        -moz-transition: 200ms ease;
        -o-transition: 200ms ease;
        transition: 200ms ease;
    }

        .navbar-toggle .fa {
            color: #000;
            transform: rotate(360deg);
            transition: transform 0.5s ease 0s;
            transform-style: preserve-3d;
            font-size: 25px;
        }

    .top-container {
        background-color: #000;
        padding: 10px 10px 10px 10px;
        text-align: center;
    }

        .top-container .rightcontent {
            text-align: center;
            float: none;
            margin-left: 10px;
        }

    .navbar-collapse ul {
        background-color: #000;
        color: #fff;
        margin-right: 65px;
        margin-top: -5px;
        text-align: center;
        width: 75%;
    }

    .navbar-nav > li {
        border-bottom: 1px solid #eee;
    }

    .nav > li {
        display: block;
        position: relative;
    }

    .navbar-collapse.in {
        overflow-y: visible;
        /*height: 100%;*/
        position: absolute;
        width: 100%;
        margin-right: 0px;
    }

    .navbar-nav > li > a {
        padding: 15px 12px 15px 12px;
        line-height: 20px;
        margin-top: 0px;
    }

    .dropdown-menu > li > a {
        color: #fff;
    }

    .dropdown-menu {
        list-style: none;
    }

        .dropdown-menu > li > a {
            display: block;
            padding: 15px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.428571429;
            /*color: #035C07;*/
            white-space: nowrap;
            left: 0;
            right: auto;
            transform-origin: 0 0 0;
            transition: 0.10s;
            font-size: 15px;
            /*border-bottom: 1px solid #eee;*/
        }

    .sticky-opacity .dropdown-menu > li > a {
        display: block;
        padding: 15px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #000;
        white-space: nowrap;
        left: 0;
        right: auto;
        transform-origin: 0 0 0;
        transition: 0.10s;
        font-size: 15px;
        border-bottom: 1px solid #eee;
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 12px 15px 5px 25px;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #fff;
        text-decoration: none;
        transform-origin: 0 0 0;
        transition: 0.10s;
        background-color: #EF7F2D;
        font-weight: 400;
    }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #EF7F2D;
        transform-origin: 0 0 0;
        transition: 0.5s;
        outline: 0;
        font-weight: 400;
    }

    .navbar-nav > li:hover ul.dropdown-menu {
        width: 100%;
    }

    .navbar-brand img {
        margin-top: 15px;
        height: 50px;
    }

    .sticky-opacity .navbar-nav {
        margin-top: -11px;
        background-color: #fff;
        color: #000;
    }

        .sticky-opacity .navbar-nav > li > a {
            color: #000;
            padding: 6px 12px 10px 12px;
        }
}

@media(max-width:767px) {
    /*.top-container {
        display: none;
    }*/

    #myHeader {
        /*overflow:hidden;*/
        z-index: 2;
    }

    .navbar-nav > li > a {
        color: #fff;
    }

    .navbar-collapse {
        padding-right: 0px;
    }
}

/*----------------------------Header END-------------------------------------*/
.carousel-inner {
    max-height: 550px;
}

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
        height: 200px;
        max-width: 100%;
        line-height: 1;
    }

.gallery img {
    width: 100%;
    height: 250px;
}

}

/*
*
* Footers
*/

.footercontent a {
    margin: 0 3px;
}

    .footercontent a i {
        text-align: center;
        color: #fff;
        /*border: 1px solid #fff;*/
        height: 30px;
        width: 30px;
        margin: auto;
        line-height: 30px;
    }

.footersection {
    padding: 30px 20px 0px 20px;
    overflow: hidden;
    text-align: left;
    background: #000;
    z-index: 1;
}

    .footersection + hr {
        margin-top: 30px;
    }

.footertitle {
    font-weight: 600;
    letter-spacing: .15em;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    z-index: 1;
    font-family: sans-serif;
}

    .footertitle:before {
        position: absolute;
        content: '';
        z-index: -1;
        width: 90px;
        height: 3px;
        background-color: #fff;
        bottom: 0;
        left: 0;
    }

    .footertitle:after {
        position: absolute;
        content: '';
        z-index: -1;
        width: 30px;
        height: 3px;
        background-color: #ff5e14;
        bottom: 0;
        left: 18px;
    }

.footercolwidth {
    /*max-width: 210px;*/
    font-size: 12px;
    margin-left: -38px;
}

footer p {
    line-height: 18px;
    font-size: 12px;
    color: #eee;
    text-align: justify;
}

.DesignandDevelop {
    text-align: center;
}

.footermenulist li {
    margin-top: 24px;
    color: #fff;
    list-style: none;
}

    .footermenulist li i {
        margin-left: -20px;
    }

.footermenulist {
    text-align: center;
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    letter-spacing: .1em;
    /*text-transform: uppercase;*/
    margin-bottom: -20px;
    margin-left: -20px;
}

    .footermenulist > li {
        display: block;
        margin-bottom: 17px;
        margin-left: 20px;
    }

    .footermenulist a, .footermenulist a:focus, .footermenulist a:active {
        color: #fff;
    }

        .footermenulist a:hover {
            /*color: #fcba03;*/
            padding-left: 10px;
            color: #fc6d27;
            transition: all 0.3s ease-in-out;
            text-decoration: none;
        }


* + .footercolwidth {
    margin-top: 0px;
}

/** + .footermenulist {
    margin-top: 30px;
}*/

.copyrights {
    text-align: center;
    color: #fff;
}

@media (min-width: 768px) {
    .footermenulist {
        text-align: left;
    }

        .footermenulist > li {
            display: block;
            margin-left: 0;
        }
}


@media (max-width: 787px) {
    .footer-bottom-bg p {
        text-align: center;
    }

    .footermenulist {
        text-align: left;
        margin-bottom: 10px;
    }

        .footermenulist > li {
            display: block;
            margin-bottom: 5px;
            margin-left: 0;
        }
}

@media (min-width: 992px) {
    .footermenulist {
        letter-spacing: .2em;
        /*columns: 2;*/
        break-inside: avoid;
        -moz-column-gap: 20px;
        -webkit-column-gap: 20px;
        max-width: 320px;
        margin-left: -37px;
    }

        .footermenulist > li {
            display: block;
            margin-left: 0;
        }

    * + .footermenulist {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .footertitle {
        letter-spacing: .2em;
    }

    .footermenulist {
        -moz-column-gap: 30px;
        -webkit-column-gap: 30px;
    }
}

/*------------------------------------------Index Start--------------------------------*/
/*******************************Home page End*******************************/

/*******************************Footer section message Start**********/
.cta-one {
    position: relative;
    display: block;
    background-color: #182857;
    z-index: 1;
}

.cta-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .12;
    mix-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.cta-one__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 90px 0 101px;
}

.cta-one__title {
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    color: #fff;
}

.cta-one__btn-box {
    position: relative;
    display: block;
}

/*********************Footer section message End****************/

.slider-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .slider-container {
        max-width: 1200px;
    }
}

/****************************************Slider Start*****************************************/
/*Animated Text Start*/
.animate {
    font-size: 60px;
    /*margin: 100px 0 0;*/
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
}

.tm-hero-subtitle {
    color: #919191;
}

.animate span {
    display: inline-block;
}

.repeat {
    display: inline-block;
    font-size: 12px;
    text-transform: none;
    text-decoration: none;
    color: orange;
    padding: 5px 12px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-weight: normal;
    margin: 0 0 0 50px;
    border-radius: 3px;
    position: relative;
    bottom: 15px;
}

    .repeat:hover {
        background: rgba(0, 0, 0, 0.7);
        color: white;
    }

.two span {
    color: #fff;
    opacity: 0;
    transform: translate(200px, -100px) scale(2);
    animation: ballDrop .3s forwards;
}

.animate span:nth-of-type(2) {
    animation-delay: .05s;
}

.animate span:nth-of-type(3) {
    animation-delay: .1s;
}

.animate span:nth-of-type(4) {
    animation-delay: .15s;
}

.animate span:nth-of-type(5) {
    animation-delay: .2s;
}

.animate span:nth-of-type(6) {
    animation-delay: .25s;
}

.animate span:nth-of-type(7) {
    animation-delay: .3s;
}

.animate span:nth-of-type(8) {
    animation-delay: .35s;
}

.animate span:nth-of-type(9) {
    animation-delay: .4s;
}

.animate span:nth-of-type(10) {
    animation-delay: .45s;
}

.animate span:nth-of-type(11) {
    animation-delay: .5s;
}

.animate span:nth-of-type(12) {
    animation-delay: .55s;
}

.animate span:nth-of-type(13) {
    animation-delay: .6s;
}

.animate span:nth-of-type(14) {
    animation-delay: .65s;
}

.animate span:nth-of-type(15) {
    animation-delay: .7s;
}

.animate span:nth-of-type(16) {
    animation-delay: .75s;
}

.animate span:nth-of-type(17) {
    animation-delay: .8s;
}

.animate span:nth-of-type(18) {
    animation-delay: .85s;
}

.animate span:nth-of-type(19) {
    animation-delay: .9s;
}

.animate span:nth-of-type(20) {
    animation-delay: .95s;
}

@keyframes ballDrop {
    60% {
        transform: translate(0, 20px) rotate(-180deg) scale(.5);
    }

    100% {
        transform: translate(0) rotate(0deg) scale(1);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .animate {
        font-size: 15px;
    }

    .custom-btn {
        width: 117px;
        height: 40px;
        padding: 2px 15px;
        border: 2px solid #000;
        font-family: 'Lato', sans-serif;
        font-weight: 500;
        background: transparent;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        display: inline-block;
        font-size: 12px;
    }

    .animate {
        font-size: 18px;
        margin: 55px 0 0;
        font-weight: 800;
        line-height: 1.2;
        color: #fff;
    }
}

.about-two-img {
    width: 316px;
}

.about-img-margin {
    margin-top: 100px;
}

/*Animated Text End*/
.img-fluid {
    max-width: 100%;
    height: auto;
}

#myCarousel {
    border: none;
}

@media (max-width: 575.98px) {
    .img-fluid-width {
        height: 112px;
    }

    .d-flex-width {
        display: -webkit-flex !important;
        display: flex !important;
        /*width: 262px;*/
    }

    .about-two-img {
        width: 100%;
    }

    .about-img-margin {
        margin-top: 50px;
        margin-left: -19px;
    }

    .ml-20 {
        margin-left: 0px !important;
    }

    .mr-40 {
        margin-right: 0px !important;
    }
}

/*.owl-carousel1 .owl-stage-outer {
    height: 500px;
}*/

/*.owl-carousel1 .owl-nav {
    display: none;
}*/

.owl-nav {
    display: none;
}

.owl-carousel1 .owl-dots {
    position: absolute;
    /*bottom: 25px;*/
    bottom: 0px;
    left: 50%;
    transform: translatex(-50%);
}

    .owl-carousel1 .owl-dots .owl-dot {
        width: 35px;
        height: 20px;
        border: 2px solid #fff;
        border-radius: 20px;
        display: inline-block;
        margin: 0 3px;
        transition: .3s;
    }

        .owl-carousel1 .owl-dots .owl-dot.active {
            background: #fc6d27;
            border-color: #fc6d27;
        }


@media (min-width: 992px) {
    .navbar {
        margin-bottom: 0px;
    }
}

@media(max-width:787px) {
    /*.carousel-inner {
        height: 250px;
    }*/
    .owl-carousel1 .owl-stage-outer {
        height: 200px;
    }

        .owl-carousel1 .owl-stage-outer .owl-item img {
            height: 250px;
        }

    .owl-carousel1 .owl-dots .owl-dot {
        width: 22px;
        height: 5px;
    }
}

.bggray {
    background-color: #e2e2e252;
}

.bgwhite {
    background-color: #fff;
}

.single_slider {
    background-size: cover;
}

/**new slider***/
.fade-carousel {
    position: relative;
    min-height: 600px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d1573;
    opacity: 1;
}

.carousel-indicators > li {
    background: #fff;
    border-color: #fff;
    width: 20px;
    height: 20px;
}

    .carousel-indicators > li.active {
        width: 20px;
        height: 20px;
        background: #dfb858;
        border-color: #dfb858;
    }

.carousel-indicators > li {
    margin: 0 4px;
    opacity: .8;
}


.slides .slide-1 {
    background-image: url('../Images/Slider/Slider1.jpg');
    background-position: center;
}

.slides .slide-2 {
    background-image: url('../Images/Slider/Slider2.jpg');
    background-position: center;
}

.slides .slide-3 {
    background-image: url('../Images/Slider/slider--1.jpg');
    background-position: center;
}

.slides .slide-1 {
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slides .slide-2 {
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slides .slide-3 {
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slides .slide-1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #000000a8;*/
    opacity: 0.8;
    z-index: 0;
    background: linear-gradient(90deg, rgb(4 19 32) 13%, rgb(0 0 0 / 12%) 86%);
}

.slides .slide-2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #000000a8;*/
    opacity: 0.8;
    z-index: 0;
    background: linear-gradient(90deg, rgb(4 19 32) 13%, rgb(0 0 0 / 12%) 86%);
}

.slides .slide-3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #000000a8;*/
    opacity: 0.8;
    z-index: 0;
    background: linear-gradient(90deg, rgb(4 19 32) 13%, rgb(0 0 0 / 12%) 86%);
}

.mgt {
    margin-top: 0 !important;
}

.fade-carousel .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .fade-carousel .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

.fade-carousel .slides .slide-1 {
    background-position: center;
}

.fade-carousel .slides .slide-2 {
    background-position: center;
}

.fade-carousel .slides .slide-3 {
    background-position: center;
}
/*****/
/*.content-box {
    position: relative;
    width: 50%;
}*/

.content-box .title {
    display: block;
    font-size: 22px;
    color: #d93337;
    font-weight: 500;
    margin-top: 25px;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.content-box h2 {
    display: block;
    font-size: 55px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    /*margin-bottom: 30px;*/
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    /*font-family: 'Font Awesome 5 Free';*/
    margin-top: 50px;
}

    .content-box h2 span {
        color: #fff;
    }
/*.content-box .info-list {
        position: relative;
        margin-bottom: 45px;
        opacity: 0;
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }*/

.content-box .info-list li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 10px;
    text-transform: uppercase;
}

    .content-box .info-list li .icon {
        color: #faaC1D;
        margin-right: 10px;
        float: left;
        font-size: 18px;
        line-height: 26px;
    }

.sliderbtn {
    margin-top: 110px;
}
/*****/

@media(max-width:767px) {

    .slides .slide-1 {
        min-height: 200px;
    }

    .slides .slide-2 {
        min-height: 200px;
    }

    .slides .slide-3 {
        min-height: 200px;
    }

    .content-box {
        margin: 0px 0px;
        padding: 0px 50px;
    }

        .content-box .title {
            font-size: 5px;
            margin-top: 0px;
        }

        .content-box h2 {
            font-size: 12px;
            margin: 0px;
        }

    .content-box {
        width: 100%;
    }
}

.owl-carousel1 .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    /*margin-top: -50px;*/
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    bottom: 50%;
    color: #fff;
    background: none;
    z-index: 10;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
    line-height: 41px;
    margin: 0px 8px;
    font-weight: 700;
    /* border-radius: 50px; */
    display: inline-block;
    background-color: #3f3f3f78;
    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;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}

    .owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
        background-color: #000;
    }

.owl-carousel1 .owl-nav .owl-next {
    right: 2px;
    float: right;
}

    .owl-carousel1 .owl-nav .owl-prev:hover, .owl-carousel1 .owl-nav .owl-next:hover {
        color: #fff;
        background-color: #000;
    }



#scrollUp {
    background: #121a1c none repeat scroll 0 0;
    bottom: 90px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 45px;
    line-height: 39px;
    position: fixed;
    right: 16px;
    text-align: center;
    width: 45px;
    z-index: 9999;
    border: 2px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 50% 50% 0%;
}

    #scrollUp:hover {
        background: #1796b7 none repeat scroll 0 0;
        color: #fff;
    }

@media (max-width: 767px) {
    .owl-carousel1 .owl-nav {
        top: 50%;
    }
}

.slider-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .slider-container {
        max-width: 1200px;
    }
}

@media only screen and (min-width: 1200px) {
    .align-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: flex;
    }
}
/****************************************Slider End*****************************************/
@media only screen and (min-width: 1200px) {
    .align-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: flex;
        justify-content: center;
    }
}

.topbottom {
    padding: 40px;
}

@media (max-width: 575px) {
    .topbottom {
        padding: 20px;
    }
}

/************Counter Style*************************/
.counterIMG {
    width: 100px;
    height: 100px;
    border: solid 2px #8b8887;
    padding: 5px;
    border-radius: 30%;
}

.facts-num {
    font-size: 45px;
}

.counter-area {
    background: #081120;
}

.single-counter-box {
    border: 5px solid #ffffff;
    padding: 5px;
    border-radius: 0px;
}

.single-counter {
    background-color: #ffffff;
    text-align: center;
    padding: 40px 20px;
    border-radius: 0px;
}

    .single-counter h3 {
        margin-bottom: 0;
        color: #333;
        font-size: 35px;
        font-weight: 800;
    }

    .single-counter p {
        line-height: 1.5;
        color: #333;
        text-transform: capitalize;
        margin-top: 8px;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
    }

.textalightleft {
    text-align: left;
}

.textalightright {
    text-align: right;
}

@media (max-width: 575px) {
    .single-counter-box {
        margin-top: 10px;
    }
}

/**************************************/
/**Button Design Start**/
button {
    margin: 20px 0px;
    outline: none;
}

.nav-btn prev {
    margin: 20px 10px;
    outline: none;
}

.nav-btn next {
    margin: 20px 10px;
    outline: none;
}

.center_home .text-center {
    position: sticky;
}

.custom-btn {
    width: 140px;
    padding: 10px 25px;
    border: 2px solid #000;
    /*font-family: 'Lato', sans-serif;*/
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

@media (max-width: 575.98px) {
    .custom-btn {
        /*width: 88px;*/
        height: 33px;
        line-height: 2;
        padding: 1px 12px;
        border: 2px solid #000;
        /*font-family: 'Lato', sans-serif;*/
        font-weight: 500;
        background: transparent;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        display: inline-block;
    }
}


.Whitebtn {
    border: 2px solid #fff;
    color: #fff;
}

.txtwhite {
    color: #fff;
}

.btn-10 {
    transition: all 0.3s ease;
    overflow: hidden;
    text-align: center;
}

    .btn-10:after {
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        transition: all 0.3s ease;
        -webkit-transform: scale(.1);
        transform: scale(.1);
    }

    .btn-10:hover {
        color: #fff;
    }

        .btn-10:hover:after {
            background: #000;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

/**Button Design End**/
/**hm About us Section Start**/

.section-title .title-header {
    padding-bottom: 15px;
}

    .section-title .title-header h3 {
        font-weight: 400;
        display: inline-block;
        text-transform: capitalize;
        /*font-family: "Poppins",sans-serif;*/
        font-size: 20px;
        line-height: 1;
        margin-bottom: 14px;
        position: relative;
    }

.section-title .title-desc p {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 8px;
    margin: 0;
    color: #595252;
}

.text-theme-SkinColor {
    color: #fc6d27;
}

.section-title {
    position: relative;
    margin-bottom: 18px;
    margin-top: -7px;
}

    .section-title .title-header h2.title {
        font-weight: 700;
        text-transform: capitalize;
        line-height: 1.3;
        margin-bottom: 0;
        font-size: calc(1.3375rem + 1.05vw);
    }

.ttm-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

    .ttm-list li {
        position: relative;
        padding-bottom: 10px;
        display: -webkit-flex;
        display: flex;
    }

.ttm-list-icon-color-skincolor i {
    color: #fc6d27;
}

.ttm-list.ttm-list-style-icon i {
    position: absolute;
    left: auto;
    top: 6px;
    font-size: 14px;
}

.ttm-list.ttm-list-style-icon .ttm-list-li-content {
    display: inline-block;
    padding-left: 25px;
}

@media (min-width: 1200px) {
    .section-title .title-header h2.title {
        font-size: 40px;
        margin-top: 0px;
    }
}


.text-theme-WhiteColor {
    color: #fff;
}

.d-flex {
    display: -webkit-flex !important;
    display: flex !important;
}

.p-20 {
    padding: 20px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml_20 {
    margin-left: -20px !important;
}

.mr_30 {
    margin-right: -30px !important;
}

.mt-200 {
    margin-top: 200px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.bg-theme-WhiteColor {
    background-color: #fff;
}
/**hm About us Section End**/
/**Service hm page start**/
.service1 {
    background-color: #fff;
}

html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1);
}

.service1-box .image img {
    width: 100%;
    transition: all .4s;
}

@media (max-width: 575px) {
    .service1-box .image img {
        width: 100%;
        transition: all .4s;
        height: 300px;
    }

    .mr-40 {
        margin-right: 0px !important;
    }
}

.service1-box {
    /*margin-top: 30px;*/
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    transition: all .4s;
}

    .service1-box .hover-area {
        position: absolute;
        bottom: 0;
        margin: 24px;
        transform: translateY(60px);
        opacity: 0;
        transition: all .4s;
        z-index: 2;
    }

    .service1-box:after {
        content: "";
        position: absolute;
        bottom: -500px;
        right: -30px;
        height: 600px;
        width: 600px;
        background-color: #fc6d27;
        border-radius: 50%;
        opacity: 0;
        transition: all .4s;
    }

    .service1-box.active:after {
        content: "";
        position: absolute;
        bottom: -350px;
        right: -30px;
        height: 600px;
        width: 600px;
        background-color: #fc6d27;
        border-radius: 50%;
        opacity: 1;
        transition: all .4s;
    }

    .service1-box:hover .image img {
        transition: all .4s;
        transform: scale(1.1) rotate(2deg);
    }

    .service1-box:hover:after {
        opacity: 1;
        transition: all .4s;
        bottom: -350px;
    }

    .service1-box.active .hover-area, .service1-box:hover .hover-area {
        opacity: 1;
        transform: translateY(0);
        transition: all .4s;
    }

    .service1-box h4 a {
        text-decoration: none;
        font-weight: 700;
        color: #fff;
    }

.space16 {
    height: 16px;
}

.service1-box .hover-area p {
    color: rgba(255,255,255,.7882352941);
}

.heading1-w p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .overlay-anim {
        position: relative;
        height: 400px;
    }

        .overlay-anim:after {
            background: rgba(255,255,255,.3);
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 0;
            opacity: 1;
            z-index: 9;
            pointer-events: none;
        }
}


/**Service hm page End**/
/**Testimonail Design Start**/

.bg-theme-DarkColor .section-title h2.title, .bg-theme-DarkColor .section-title h3, .bg-theme-SkinColor .section-title h2.title, .bg-theme-SkinColor .section-title h3 {
    color: #000;
}

.bg-theme-DarkColor {
    background-color: #ededed;
}

.ttm-row.padding_zero-section {
    padding: 0;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.bg-theme-DarkColor .border-white {
    border-color: #fff !important;
}

.ttm-bg {
    position: relative;
}

.layer-content {
    z-index: 1;
}

.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border: 15px solid #fff;
    height: 570px;
}

.ttm-bg-layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.border-15 {
    border-width: 15px !important;
}

.pt-140 {
    padding-top: 140px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.p-15 {
    padding: 15px !important;
}

.h-100 {
    height: 100% !important;
}

@media (max-width: 786px) {
    .mt-100 {
        margin-top: 10px !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mr-30 {
        margin-right: 0px !important;
    }
}


.testimonial-slider {
    max-width: 700px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.testimonial-slide {
    display: none;
    background: #fff;
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    animation: fade 1s;
    height: auto;
}

    .testimonial-slide.active {
        display: block;
    }

.testimonial-top {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.testimonial-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.testimonial-caption {
    margin-left: 15px;
}

    .testimonial-caption h3 {
        margin: 0;
        font-size: 26px;
        font-weight: bold;
    }

    .testimonial-caption label {
        font-size: 12px;
        color: #888;
    }

.testimonial-text {
    font-style: italic;
    font-size: 16px;
    padding: 20px 20px 0px 20px;
}

.nav-btn {
    cursor: pointer;
    position: absolute;
    top: 41%;
    transform: translateY(-50%);
    font-size: 24px;
    background: rgba(0,0,0,0.2);
    color: white;
    border: none;
    padding: 10px;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.testimonials .testimonial-caption h3 {
    font-size: 19px;
    line-height: 30px;
    display: block;
    font-weight: 500;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
        height: auto;
    }

    .pt-140 {
        padding-top: 50px !important;
    }
}

/**Testimonail Design End**/





/**card **/


.job-card {
    position: relative;
    background: #fff;
    border-radius: 8px;
    padding: 30px 5px;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0 2px 10px rgb(0 0 0 / 16%);
    transition: all 0.4s ease;
    overflow: hidden;
    color: #000;
    height: 240px;
}

    .job-card .icon {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .job-card h4 {
        margin-top: 10px;
        font-size: 20px;
        font-weight: bold;
    }

    .job-card p {
        font-weight: 600;
        margin: 5px 0;
        color: #000;
    }

    .job-card small {
        display: block;
        color: #777;
        margin-bottom: 10px;
    }

    .job-card a {
        text-decoration: none;
        color: #ff9800;
        font-weight: bold;
    }

    .job-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center;
        opacity: 0;
        transition: opacity 0.4s ease;
        z-index: 0;
    }

    .job-card:hover::before {
        opacity: 1;
    }

    .job-card:hover {
        color: #fff;
    }

        .job-card:hover a {
            color: #fff;
        }

        .job-card:hover p {
            color: #fff;
        }

        .job-card:hover small {
            color: #fff;
        }

    .job-card * {
        position: relative;
        z-index: 1;
    }

.icon-card img {
    background-color: #f7f7f7;
    border-radius: 10px;
    height: 61px;
}

.bg-finance::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../Images/card/officer.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.bg-tech::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../Images/card/conpany-sec.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.bg-agriculture::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../Images/card/Accountant.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.bg-construction::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../Images/card/Office-Admin.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.bg-manufacturing::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../Images/card/Office-Boy.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.bg-production::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../Images/card/office-Peon.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.bg-transport::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../Images/card/Terminal-Operator.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.bg-insurance::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../Images/card/Back-office-Staff.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
    transition: all .8s ease-in-out 0s;
}



/*-- Why Us --*/
.why-us-box {
    padding: 40px;
    padding-top: 150px;
    background-color: #111922;
}

@media (max-width: 575.98px) {
    .why-us-box {
        padding-top: 0px;
    }
}

.stat-box {
    background-color: #f5f3f4;
    text-align: center;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}

    .stat-box h2 {
        font-size: 32px;
        color: #ff7a00;
        margin-bottom: 6px;
    }

    .stat-box p {
        font-size: 14px;
        color: #555;
        font-weight: bold;
        padding-top: 10px;
    }

.why-icon {
    width: 53px;
}

.content-column h1 {
    font-size: 32px;
    line-height: 1.4;
    color: #1d1d1f;
    margin-bottom: 20px;
}

.content-column p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 24px;
}

.features {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

    .features li {
        font-size: 15px;
        color: #fff;
        position: relative;
        padding-left: 24px;
    }

        .features li::before {
            content: '\2713';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            background-color: #fff7f74a; /* Black circle */
            color: #fff; /* White checkmark */
            font-weight: bold;
            width: 20px;
            height: 20px;
            line-height: 20px;
            border-radius: 50%;
            text-align: center;
            font-size: 14px;
        }

.why-us-heading {
    font-weight: bold;
    font-size: 32px;
}

@media (max-width: 767.98px) {
    .features {
        grid-template-columns: 1fr;
    }

    .stat-container {
        margin-top: 20px;
    }
}

.why-us-margin {
    margin-top: 50px;
    border-radius: 20px;
}

.why-us-margin-text {
    margin-top: 60px;
}

@media (max-width: 575px) {
    .why-us-heading {
        font-weight: bold;
        font-size: 19px;
    }
}



/*--------------- ALL PAGE HEADER  ----------------------*/
/*.category-slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.category-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.category-card {
    min-width: 33.3333%;
    box-sizing: border-box;
    padding: 10px;
}

.category-slider-buttons {
    text-align: center;
    margin-top: 15px;
}

.category-slider-buttons button {
    padding: 8px 16px;
    margin: 0 5px;
    background: #333;
    color: #fff;
    border: none;
    cursor: pointer;
}*/

.category-slider-wrapper {
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.category-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.category-card {
    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 10px;
}

/* Tablet: 2 cards */
@media (min-width: 600px) {
    .category-card {
        flex: 0 0 50%;
    }
}

/* Desktop: 3 cards */
@media (min-width: 992px) {
    .category-card {
        flex: 0 0 33.3333%;
    }
}

.category-slider-buttons {
    text-align: center;
    margin-top: 15px;
}

    .category-slider-buttons button {
        padding: 8px 16px;
        margin: 0 5px;
        background: #333;
        color: #fff;
        border: none;
        cursor: pointer;
    }

        .category-slider-buttons button:hover {
            background: #fc6d27;
        }




.gap-div {
    height: 100px;
}





/*-- Quote --*/
.quote {
    /*background-color: #1f00f2;*/
    /*background-color:#0047ff47;*/
    background-color: #0047ff12;
    color: white;
    padding: 60px 20px;
}

.quote-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
}

.quote-text {
    max-width: 600px;
}

.ready-text {
    font-size: 22px;
    font-style: italic;
    margin-bottom: 10px;
}

.quote-text h1 {
    font-size: 54px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #000;
}

.discover-btn {
    background-color: #000;
    color: white;
    padding: 12px 25px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s;
}

    .discover-btn:hover {
        background-color: #333;
    }

.quote-image {
    position: relative;
    max-width: 480px;
    margin-top: -146px;
}

    .quote-image img {
        width: 100%;
        height: auto;
    }

.vacant-label {
    position: absolute;
    top: 58%;
    left: 20%;
    background: #fff;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    padding: 6px 12px;
    transform: rotate(-5deg);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.ready-img {
    margin-bottom: -89px;
    margin-left: 237px;
    height: 132px;
    display: none;
}



@media (max-width: 1024px) {
    .quote-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .quote-text {
        max-width: 100%;
        padding: 0 20px;
    }

    .quote-image {
        margin-top: -80px;
        max-width: 90%;
    }

    .ready-img {
        margin-left: 0;
        margin-bottom: -60px;
        height: 110px;
    }

    .quote-text h1 {
        font-size: 42px;
    }

    .ready-text {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .quote {
        padding: 40px 15px;
    }

    .quote-text h1 {
        font-size: 36px;
        margin-bottom: 16px;
    }

    .discover-btn {
        padding: 10px 20px;
    }

    .vacant-label {
        font-size: 12px;
        padding: 5px 10px;
        top: 55%;
        left: 15%;
    }

    .ready-img {
        height: 100px;
        margin-bottom: -40px;
    }
}

@media (max-width: 480px) {
    .quote-text h1 {
        font-size: 28px;
    }

    .ready-text {
        font-size: 18px;
    }

    .quote {
        padding: 30px 10px;
    }

    .vacant-label {
        font-size: 11px;
        padding: 4px 8px;
        top: 50%;
        left: 10%;
    }

    .ready-img {
        height: 80px;
        margin-bottom: -20px;
    }

    .quote-image img {
        margin-top: 100px;
    }

    .gap-div {
        height: 0px;
    }

    .mb-100 {
        margin-bottom: 0px;
    }
}


.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}


/**All page Inner Header Start**/
.bg-gray-7 {
    background-color: #f3f3f3;
}

.box-transform-wrap {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.breadcrumbs-custom {
    position: relative;
    padding: 20px 0;
    text-align: center;
    /*background-color: #be2120;*/
}

.breadcrumbs-custom-title {
    letter-spacing: -0.02em;
    font-size: 50px;
    line-height: 1.05455;
    font-weight: 900;
    text-transform: uppercase;
}

.box-transform {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% + 150px);
    height: calc(100% + 150px);
    will-change: transform;
    transform: translate3d(75px, -75px, 0) rotate(0.001deg);
    background-position: center;
    background-size: cover;
    pointer-events: none;
    z-index: -1;
}

    .box-transform:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*background-color: rgba(0, 0, 0, .6);*/
        background: linear-gradient(90deg, rgb(4 19 32) 13%, rgb(0 0 0 / 12%) 86%);
        z-index: -1;
    }

.breadcrumbs-custom-path {
    padding: 10px 0;
    margin-left: -17px;
    margin-right: -17px;
}

    .breadcrumbs-custom-path li {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: .13em;
        text-transform: uppercase;
    }

    .breadcrumbs-custom-path > * {
        padding-left: 17px;
        padding-right: 17px;
    }

    .breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
        color: #fff;
        font-weight: bold;
        text-decoration: none;
    }

    .breadcrumbs-custom-path a {
        display: inline;
        vertical-align: middle;
    }

        .breadcrumbs-custom-path a:hover {
            color: #333;
        }

    .breadcrumbs-custom-path li i {
        margin-left: 10px;
        color: #fff;
    }

    .breadcrumbs-custom-path li.active {
        font-weight: 900;
        color: #333335;
    }


    .breadcrumbs-custom-path li {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: .13em;
        text-transform: uppercase;
        padding: 5px;
    }

.context-dark {
    color: #ffffff;
}

.breadcrumbsfooter {
    background-color: #fc6d27;
}

@keyframes bgPos {
    25% {
        transform: translate3d(150px, -150px, 0) rotate(0.001deg);
    }

    75% {
        transform: translate3d(0, 0, 0) rotate(0.001deg);
    }
}


@media (min-width: 576px) {
    .breadcrumbs-custom {
        padding: 70px 0;
    }
}

@media (min-width: 768px) {
    .breadcrumbs-custom {
        padding: 80px 0;
    }

    .breadcrumbs-custom-path {
        padding: 20px 0;
    }
}

@media (min-width: 992px) {
    .breadcrumbs-custom {
        padding: 90px 0;
    }
}

/**Inner Page Header End**/

/**Contact us Form CSS Start**/

html .mb60 {
    margin-bottom: 60px;
}

/*.form-block .form-group {
    margin-bottom: 0;
}*/

.form-block input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    /*margin: 0 0 15px;*/
    color: #172b43;
    font-size: 16px;
    outline: 0;
    background: #fff;
    /*border: 0;*/
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.help-block.with-errors {
    color: #ff5050;
    margin: 0 0 0 10px;
    font-size: 13px;
    position: relative;
    bottom: 12px;
}

.form-block select {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    margin: 0 0 15px;
    color: #172b43;
    font-size: 16px;
    outline: 0;
    background: #fff;
    border: 0;
    border-bottom: 2px solid #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.form-block textarea {
    height: 45px;
    width: 100%;
    padding: 10px;
    margin: 0 0 15px;
    color: #172b43;
    font-size: 16px;
    outline: 0;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.v-center {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: 24px;
}

.contact-details {
    margin-top: 30px;
    position: relative;
    display: block;
    background: #fff;
    padding: 30px 30px 30px 10px;
}

    .contact-details:before {
        position: absolute;
        content: '';
        background-image: url('../Images/Shape/shap-19.png');
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        background-size: contain;
        background-repeat: no-repeat;
    }

.contact-card {
    background: #fff8f2;
}

.info-card {
    height: 230px;
    text-align: center;
    padding: 30px 30px;
    box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
}

    .info-card span {
        font-size: 15px;
        font-weight: 700;
        /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    }

        .info-card span i {
            margin-right: 10px;
        }

    .info-card a, .info-card a:hover {
        /*font-size: 14px;*/
        color: black;
        font-weight: 600;
        text-decoration: none;
    }

.email-card {
    background: #ffecec;
}

.followus-card {
    background: #eafffd;
}

.facebook-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background-color: #3b5a9a !important;
    color: #fff;
}

.twitter-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background-color: #1aa9e1 !important;
    color: #fff;
}

.pinterest-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background-color: #cc2127 !important;
    color: #fff;
}

.youtube-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background-color: #c3191e !important;
    color: #fff;
}

.insta-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background: linear-gradient(to bottom,#6228d7 0,#ee2a7b 30%,#f9ce34 100%) !important;
    /*background-color: #D02D90 ;*/
    color: #fff;
}

.linkedin-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background-color: #0073b2 !important;
    color: #fff;
}

.info-body > p {
    line-height: 35px;
}

.contact-details .icon-boxcircul {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #a4a4a4;
    border-radius: 50px;
    font-size: 25px;
    /* color: #2e2e2e; */
    margin-bottom: 5px;
}

@media (max-width: 787px) {
    .info-card {
        height: auto;
    }

    .v-center {
        margin-left: 0px;
        margin-top: 0px;
    }

    .contact-details:before {
        background-size: cover;
    }

    .contact-details {
        padding: 30px;
    }

    .breadcrumbs-custom-title {
        font-size: 30px;
    }
}
/**Contact us Form Css End**/

/**About Page Start**/
.yl-home {
    margin: 0;
    padding: 0;
    color: #555555;
    font-size: 16px;
    overflow-x: hidden;
    line-height: 1.625;
    /*font-family: "Roboto";*/
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

.yl-home {
    margin: 0;
    padding: 0;
    color: #555555;
    font-size: 16px;
    overflow-x: hidden;
    line-height: 1.625;
    /*font-family: "Roboto";*/
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

.yl-video-img img {
    padding: 40px;
    border: solid 50px #081120;
}

.yl-about-video-area .yl-about-video-tag {
    top: 0;
    left: 0;
    color: #fff;
    width: 190px;
    line-height: 1;
    padding: 13px 20px 10px;
    height: 140px;
    position: absolute;
    border: 15px solid #fff;
    background-color: #081120;
}

    .yl-about-video-area .yl-about-video-tag h4 {
        font-size: 30px;
        font-weight: 700;
        margin-right: 10px;
        display: inline-block;
        margin: 5px 0px;
    }

    .yl-about-video-area .yl-about-video-tag i {
        font-size: 24px;
    }

    .yl-about-video-area .yl-about-video-tag span {
        margin-top: 5px;
        display: block;
        font-weight: 700;
        line-height: 1.2;
    }

.yl-about-video-area .yl-video-play-btn {
    left: 0;
    top: 60%;
    right: 0;
    width: 85px;
    color: #000;
    height: 85px;
    margin: 0 auto;
    line-height: 85px;
    position: absolute;
    border-radius: 100%;
    background-color: #fff;
    transform: translateY(-50%);
}

.video_btn_border {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 60px;
    position: absolute;
    animation-play-state: running;
    border: 2px solid rgba(255, 255, 255, 0.32);
    animation: border_animation 3.9s linear 0s infinite;
}

    .video_btn_border.border_wrap-2 {
        animation-delay: 1.3s;
    }

    .video_btn_border.border_wrap-3 {
        animation-delay: 2.6s;
    }

.yl-about-text p {
    font-size: 17px;
    margin-bottom: 15px;
}

.yl-about-qoute {
    width: 100%;
    margin-top: 10px;
    display: inline-block;
    padding: 12px 0px 12px 25px;
    border-left: 4px solid #081120;
}

    .yl-about-qoute span {
        color: #000;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.25;
    }

    .yl-about-qoute .yl-quote-author {
        margin-top: 10px;
    }

        .yl-about-qoute .yl-quote-author h4 {
            color: #000;
            font-size: 18px;
            font-weight: 700;
            position: relative;
            padding-left: 15px;
            margin-right: 10px;
            display: inline-block;
        }

            .yl-about-qoute .yl-quote-author h4:before {
                left: 0;
                width: 6px;
                top: 10px;
                height: 2px;
                content: "";
                position: absolute;
                background-color: #000;
            }

a {
    color: inherit;
    text-decoration: none;
}

    a:hover, a:focus {
        color: inherit;
        text-decoration: none;
    }

.yl-about-qoute .yl-quote-author span {
    color: #747474;
    font-size: 16px;
    font-weight: normal;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

hr.space-sm {
    height: 30px;
}

@media screen and (max-width: 991px) {
    .yl-about-video-area {
        margin: 0 auto;
        max-width: 570px;
    }
}

.grid-list.boxed-area {
    padding: 0;
    border-radius: 3px;
    box-shadow: none;
    background: none !important;
}

.grid-box {
    display: grid;
    grid-gap: 30px;
}

[data-columns='4'] > div, .box-steps[data-columns='4'] {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-list.boxed-area > div {
    grid-gap: 15px;
}

.grid-list.boxed-area .grid-item {
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
}

.img-box {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 3px;
    transition: all .5s;
}

.section-overflow-top {
    overflow: visible;
    padding: 0px 40px 40px 40px;
}

    .section-overflow-top > .slider-container {
        padding-top: 0;
    }

.section-base.section-color {
    background-color: #EAF5FC;
}

.section-overflow-top > .slider-container > div:first-child, .section-overflow-top > .slider-container > table:first-child {
    transform: translateY(-90px);
}

.table {
    width: 100%;
    border-spacing: 0;
    table-layout: fixed;
    border-collapse: inherit;
}

.cnt-box.boxed .caption, .cnt-box-side-icon.boxed > i, .cnt-box-top-icon.boxed > i, .boxed-area, .cnt-box-top-icon.boxed, .cnt-box-testimonials-bubble > p, .section-color .icon-box i {
    background-color: rgb(255, 255, 255);
}

.boxed-area {
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
}


.table-grid td, .table-grid.table-border tbody tr td:first-child, .table-grid.table-border tbody tr:last-child td {
    padding: 30px;
}

.table-border tbody tr:last-child td {
    border-bottom: none;
    padding-bottom: 0;
    border-top: none;
}

.table-border tbody tr td:first-child, .table-border thead tr:first-child th:first-child {
    border-left: none;
    padding-left: 0;
}

.table-grid td, .table-border td, .table-border th {
    border-color: rgb(188, 206, 216);
}

.counter-horizontal.counter-icon {
    height: 50px;
}

.counter-horizontal.counter-icon {
    display: flex;
    align-items: center;
}

.counter.counter-horizontal.counter-icon > i {
    margin-right: 20px;
}

.icon-box i, .icon-box-left i, .icon-box-right i, .counter i, .counter-horizontal.counter-icon > i {
    width: 50px;
    height: 50px;
    min-width: 50px;
    line-height: 50px;
    padding: 0;
    border-radius: 3px;
    font-size: 22px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    text-align: center;
}

.counter-horizontal.counter-icon > i {
    font-size: 30px;
    display: block;
}

.counter h3, .countdown h3 {
    margin: 0;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 900;
}


.counter .value [data-to] {
    color: #03BFCB;
    font-weight: 900;
    font-size: 30px;
}

body > nav, footer, .progress-bar > div, .progress-bar > div span, .shop-menu-cnt .shop-menu, i.scroll-top-btn, .tab-nav li a:before, .tab-nav li a:after, .btn:not(.btn-border):hover, section .cnt-box.boxed.light .caption, .img-box-caption span, .cnt-box-badge .badge, .cnt-box-blog-side .blog-date, .menu-fixed.scroll-menu, .cnt-box-blog-top .blog-date, .dropdown ul:not(.icon-list) li:hover > a, .menu-cnt > ul > li:hover > a, .lan-menu > li:hover > a, .glide__bullets > button:hover, .glide__bullets > button.glide__bullet--active, main > section.section-base.section-color.light, .section-color.light .input-text, .section-color.light .input-select, .section-color.light .input-textarea, .counter i, .cnt-box-side-icon.boxed.light > i, .cnt-box-top-icon.boxed.light > i, .media-box-half, .album-box .caption, .album-box .img-box, .icon-box i, .media-box.media-box-reveal .caption, .media-box-full:before, .list-nav a.list-archive:hover, .header-base h2, .list-tags a, .img-box:before, .menu-mini, .menu-side, .btn-video:empty:hover, .tweets_txt {
    background-color: rgb(0, 71, 103);
}

    .menu-cnt > ul > li > a, .menu-cnt, nav .lan-menu > li > a, i.scroll-top-btn, .cart-item h5, .shop-menu p, .shop-menu .cart-buttons a, .icon-box i, .counter i, .media-box .caption h2, .media-box .caption p, footer .text-list-line li b, .light .text-list-line li b, .icon-links-grid a:hover i, .icon-links.icon-links-button a i, nav .icon-links:not(.social-colors) a i, .menu-btn {
        color: #FFF;
    }

.boxed-area, .hc-cmp-column .hc-cmp-column.boxed-area, .hc-cmp-column .hc-cmp-column.boxed-area:last-child {
    padding: 30px;
    border-radius: 3px;
}

.counter .value span {
    color: rgb(0, 71, 103);
}

@media (max-width: 575.98px) {
    .hidden-xs {
        display: none !important;
    }

    .visible-xs {
        display: block !important;
    }

    .no-margin-xs {
        margin: 0 !important;
    }

    .btn-sm {
        padding: 5px 20px;
        font-size: 14px;
    }

    .table-6-md tr {
        grid-template-columns: 1fr;
    }

    .table-6-md td {
        border: none;
    }

    .table-grid td, .table-grid.table-border tbody tr td:first-child, .table-grid.table-border tbody tr:last-child td {
        padding: 15px;
        border-left: none;
    }


    .table.align-left td {
        padding-left: 0 !important;
        border-top: none;
    }

    .table, .table tbody, .table tr, .table thead, .table th, .table td {
        display: block;
        border: none;
        padding: 0;
    }

        .table:not(.table-grid) tr {
            padding-bottom: 15px;
            margin-bottom: 15px;
            border-bottom-style: solid;
            border-bottom-width: 1px;
        }

    table.table-grid td {
        padding: 30px 0;
    }

    table.table-grid tr:first-child td:first-child {
        padding-top: 0;
    }

    table.table-grid tr:last-child td:last-child {
        padding-bottom: 0;
    }

    .table.table-columns:not(.table-border):not(.table-full-border) {
        margin: 0 -15px;
        width: calc(100% + 30px);
    }

    .table-columns td {
        display: block;
        padding: 0 15px;
    }

    .table tbody tr:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }

    .table.boxed-area {
        padding: 30px;
    }

        /*.table.boxed-area td {
            padding: 0 0 30px 0 !important;
        }*/

        .table.boxed-area tr:last-child td:last-child {
            padding: 0 !important;
        }

    .pagination .next a {
        margin-left: 0;
        padding-right: 35px;
    }

    .pagination .prev a {
        margin-right: 0;
        padding-left: 35px;
    }

    .cnt-call {
        padding: 30px;
    }

    .col-md-6 + .col-md-6 {
        margin-top: 30px;
    }

    .cnt-box-blog-side {
        display: block;
    }

    body .cnt-box-blog-side {
        display: block;
    }

        body .cnt-box-blog-side > .img-box {
            width: 100%;
            height: 200px;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        body .cnt-box-blog-side > .caption {
            width: 100%;
            padding-left: 0;
        }

    .icon-list-horizontal {
        display: block;
    }

    .list-nav a:not(.list-archive) {
        text-indent: -9995px;
        width: 33.333%;
    }

    .list-nav {
        justify-content: space-between;
    }

        .list-nav a:before {
            text-indent: 0;
        }

        .list-nav.align-left-xs {
            justify-content: flex-start;
        }

            .list-nav.align-left-xs .list-archive {
                margin-left: 0;
            }

    [data-columns-xs='1'] > div {
        grid-template-columns: 1fr;
    }

    [data-columns-xs='2'] > div {
        grid-template-columns: 1fr 1fr;
    }

    [data-columns-xs='3'] > div {
        grid-template-columns: 1fr 1fr 1fr;
    }

    [data-columns-xs='4'] > div {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    [data-columns-xs='1'] .maso-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    [data-columns-xs='2'] .maso-item {
        flex: 0 0 50%;
        max-width: 50%;
    }

    [data-columns-xs='3'] .maso-item {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    [data-columns-xs='4'] .maso-item {
        flex: 0 0 25%;
        max-width: 25%;
    }

    [data-columns-xs='5'] .maso-item {
        flex: 0 0 20%;
        max-width: 20%;
    }

    [data-columns-xs='6'] .maso-item {
        flex: 0 0 16.666666%;
        max-width: 16.666666%;
    }

    .box-steps {
        grid-template-columns: 1fr;
    }
}

.table-border td, .table-border th, .table-full-border td, .table-full-border th {
    border-style: solid;
    border-width: 1px;
    border-right: none;
    border-top: none;
    padding: 10px;
}


@media (max-width: 991.98px) {
    .table-6-md.align-left td:nth-child(2n+1), .table-6-md.align-left.table-grid.table-border tbody td:nth-child(2n+1) {
        padding-left: 0;
    }

    .table-6-md td:nth-child(2n+1), .table-6-md.table-grid.table-border tbody td:nth-child(2n+1) {
        border-left: none;
    }
}

.why-choose-us-section .skills .progress-bar {
    background: #ff5e14;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
}

.why-choose-us-section .skills {
    padding-top: 30px;
}

    .why-choose-us-section .skills .skill {
        margin-bottom: 35px;
    }

    .why-choose-us-section .skills .progress {
        background-color: #e6e6e6;
        height: 5px;
        -webkit-box-shadow: none;
        box-shadow: none;
        overflow: visible;
        box-shadow: none;
        position: relative;
        border-radius: 3px;
    }

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.why-choose-us-section .skills .progress-bar:after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #ff5e14;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -3px;
    -webkit-box-shadow: 0 0 5px #969696;
    box-shadow: 0 0 5px #969696;
}

.why-choose-us-section .skills .progress > span {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 14px;
    font-size: 0.93333rem;
    font-weight: 500;
    color: #687187;
    padding: 2px 6px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: -32px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.why-choose-us-section .skills h6 {
    font-size: 14px;
    font-size: 0.93333rem;
    margin: 0 0 0.6em;
    font-weight: 500;
    text-transform: uppercase;
}

.theme-accordion-s1 .panel + .panel, .theme-accordion-s2 .panel + .panel {
    margin-top: 15px;
}

.theme-accordion-s1 .panel-heading, .theme-accordion-s2 .panel-heading {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}

.theme-accordion-s1 .panel, .theme-accordion-s2 .panel {
    border: 1px solid #e6e8e8;
    padding: 25px;
}

/*.theme-accordion-s1 .panel-heading .collapsed:before, .theme-accordion-s2 .panel-heading .collapsed:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}*/

/* When accordion is open: show MINUS */
.theme-accordion-s1 .panel-heading a:not(.collapsed):before {
    content: "\e61a"; /* Minus icon */
    background-color: #ff5e14;
    color: #fff;
}

.theme-accordion-s1 .panel-heading a, .theme-accordion-s2 .panel-heading a {
    font-size: 17px;
    font-weight: 500;
    color: #ff5e14;
    display: block;
    padding: 0 0 0 45px;
    position: relative;
}

    .theme-accordion-s1 .panel-heading a:before, .theme-accordion-s2 .panel-heading a:before {
        font-family: "themify";
        content: "\e622";
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: #ff5e14;
        font-size: 15px;
        font-size: 1rem;
        border: 1px solid #ff5e14;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: -4px;
    }

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body, .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
    background-color: transparent;
    border: 0;
    padding: 20px 0 0 25px;
}

.panel-body p {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 8px;
    margin: 0;
    color: #595252;
}

.theme-accordion-s1 .panel-heading .collapsed, .theme-accordion-s2 .panel-heading .collapsed {
    background-color: transparent;
    color: #151222;
}


.about-page-service-section .yl-feature-content {
    padding-top: 35px;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.about-page-service .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.about-page-service-section .yl-feature-innerbox {
    background-color: #fff;
    height: 420px;
}

.yl-feature-innerbox {
    z-index: 1;
    padding: 35px 25px;
    transition: 0.3s all ease-in-out;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 6%);
}

    .yl-feature-innerbox .yl-feature-icon {
        line-height: 1;
        margin-right: 15px;
        justify-content: center;
        display: flex;
    }

.about-page-service-section .yl-feature-innerbox .yl-feature-icon img {
    width: 100px;
    height: 100px;
    border: solid 2px #fc6d27;
    padding: 2px;
    border-radius: 50%;
}

.yl-feature-innerbox .yl-feature-text {
    overflow: hidden;
}

    .yl-feature-innerbox .yl-feature-text h3 {
        color: #000;
        font-size: 22px;
        font-weight: 700;
        padding-bottom: 10px;
        transition: 0.3s all ease-in-out;
        text-align: center;
    }

    .yl-feature-innerbox .yl-feature-text p {
        font-size: 15px;
        color: #555555;
        transition: 0.3s all ease-in-out;
        text-align: justify;
    }

.yl-feature-innerbox:hover {
    transform: translateY(-15px);
}

    .yl-feature-innerbox:hover:after {
        width: 100%;
    }


.yl-feature-innerbox:after {
    top: 0;
    left: 0;
    width: 0;
    z-index: -1;
    content: "";
    height: 100%;
    position: absolute;
    background-color: #cccfd3;
    transition: all 500ms ease-in-out;
}

.about-page-service-section .yl-feature-innerbox:hover .yl-feature-icon i {
    color: #ff5520;
}

.visonmission {
    margin: 0;
    padding: 0;
}


/*.yl-feature-innerbox:hover .yl-feature-text h3, .yl-feature-innerbox:hover .yl-feature-text p, ul li {
    color: #fff;
}*/

.yl-feature-innerbox:hover .yl-feature-icon img {
    border: solid 2px #fff;
}

.why-choose-us-section {
    margin-top: -60px;
}

@media (max-width: 787px) {

    .about-page-service-section .yl-feature-innerbox {
        background-color: #fff;
        height: auto;
    }

    .counter .value [data-to] {
        font-size: 15px;
    }
}

/***Leadership section Start***/
.Leadership .ns-management-area {
    position: relative;
    padding-top: 95px;
    padding-bottom: 100px;
    background-color: #001f3f;
    color: #fff;
    overflow: hidden;
}

.Leadership .ns-management-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.1;
}

.Leadership .ns-management-head-icon {
    text-align: center;
    margin-bottom: 30px;
}

.Leadership .ns-section-subtitle {
    font-size: 14px;
    color: #00bcd4;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.Leadership .ns-section-title {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.Leadership .ns-section-text {
    font-size: 16px;
    color: #ddd;
    line-height: 1.7;
}

.Leadership .directors-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
}

.Leadership .director-item {
    display: flex;
    gap: 20px;
    /*align-items: flex-start;*/
    background-color: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 10px 10px 180px 10px;
    box-shadow: 13px 11px 4px rgb(0 0 0 / 15%);
}
    /*.Directorsbg {
    background-image: url('../Images/Shape/bg1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}*/
    .Leadership .director-item:hover {
        background-color: #f0ececf0;
    }

    .Leadership .director-item img {
        width: 350px;
        background-color: #e7e7e7;
        /*border-radius: 50%;*/
        border: 10px solid #081120;
        border-radius: 155px 10px 10px 10px;
    }

.Leadership .director-info h5 {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
}

.Leadership .director-info span {
    font-size: 14px;
    color: #595252;
    display: block;
    margin-bottom: 10px;
}

.Leadership .director-info p {
    font-size: 15px;
    color: #595252;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .Leadership .row {
        display: flex;
        flex-wrap: wrap;
        /*gap: 40px;*/
    }

    .Leadership .col-xl-6, .col-lg-12 {
        flex: 1;
        min-width: 300px;
    }
}

@media (max-width: 768px) {

    .Leadership .director-item img {
        width: 100%;
        height: auto;
    }

    .director-info {
        margin-top: 20px;
    }

    .Leadership .director-item {
        display: initial;
    }
}
/***Leadership section End***/


/**About Page End**/
/**Recruitmentssec Start**/
.Recruitmentssec {
    background: #f1f0ed;
    position: sticky;
}

    .Recruitmentssec .btn-10:hover {
        color: #fc6d27;
        border: 2px solid #fc6d27;
    }

    .Recruitmentssec .a-image {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

.slide-right {
    animation: slideRightAnimation both;
    animation-timeline: view();
    transition: 0.6s;
}

.Recruitmentssec .leftcontent {
    margin-left: -30px;
    padding: 50px;
}

.Recruitmentssec .rightcontent {
    margin-right: -30px;
    padding: 50px;
}

/*.Recruitmentssec .a-content h2 {
    font-size: 26px;
}*/

.Recruitmentssec .a-content h2 span {
    color: #fc6d27;
    font-size: 34px;
}

.Recruitmentssec .title-header {
    display: flex;
    justify-content: space-between;
}

/*.Recruitmentssec .leftcontent .shape-choose {
    top: 250px;
    left: 0;
    opacity: 0.2;
    position: absolute;
}

.Recruitmentssec .rightcontent .shape-choose {
    top: 250px;
    right: 0;
    opacity: 0.2;
    position: absolute;
}*/


.Recruitmentssec p {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 8px;
    margin: 5px;
    color: #595252;
    text-align: left;
}

/*.rounded-pill {
    border-radius: 200px !important;
}*/

.bg-white {
    background-color: #fff !important;
}

.Recruitmentssec .a-warps .icon {
    width: 33px;
    height: 25px;
    display: flex;
    border-radius: 100%;
    align-items: center;
    border: 1px solid #fc6d27;
    justify-content: center;
    background-color: #fff;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.border-bottom {
    margin: 20px 0px;
    border: solid 1px #fdd2bd;
}
/**Recruitmentssec new Design**/
.service-item {
    position: relative;
    padding: 45px 30px;
    background: #dbdbdb;
    overflow: hidden;
    transition: .5s;
}

.flex-column {
    flex-direction: column !important;
}

.d-flex {
    display: flex !important;
}

.service-item .service-icon {
    margin: 0 auto 20px auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f6f4f9;
    background: url(../Images/Icon/job-primary.png) center center no-repeat;
    background-size: contain;
    transition: .5s;
    filter: grayscale(1);
}

.service-item h5 {
    transition: .5s;
    font-weight: bold;
    font-size: 18px;
}

.service-item p {
    transition: .5s;
}

.service-item a.btn {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: #6222cc;
    background: #FFFFFF;
    border-radius: 40px 40px 0 0;
    transition: .5s;
    z-index: 1;
}

.service-item:hover a.btn {
    bottom: 0;
}

.service-item a.btn:hover {
    color: #04000b);
    background: #fba504;
}
/**Recruitmentssec new End**/
@media only screen and (max-width: 767px) {
    .Recruitmentssec .a-image {
        height: 300px;
    }

    .Recruitmentssec .a-content.rounded-pill {
        border-radius: 0 !important;
    }

    .Recruitmentssec.a-content h2 {
        font-size: 25px;
    }

    .Recruitmentssec .leftcontent {
        margin-left: 0;
        padding: 25px;
    }

    .Recruitmentssec .rightcontent {
        margin-right: 0;
        padding: 25px;
    }

    .Recruitmentssec .a-warps.gap-4 {
        gap: 15px !important;
    }
    /*.Recruitmentssec .a-warps .icon {
    width: 140px;
}*/
    .Recruitmentssec .a-warps .fs-24 {
        font-size: 18px;
    }

    .Recruitmentssec .a-content .shape-choose {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .Recruitmentssec .a-image {
        height: 500px;
        border: solid 15px rgb(206 206 206);
    }


    .Recruitmentssec .a-content .shape-choose {
        top: 145px;
        max-width: 70px;
        border: solid 1px #eee;
        padding: 5px;
    }

    .Recruitmentssec .a-warps.gap-4 {
        gap: 15px !important;
    }

    .Recruitmentssec .leftcontent {
        margin-left: -30px;
        padding: 50px;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .Recruitmentssec .rightcontent {
        margin-right: -30px;
        padding: 50px;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
    }
}
/**Recruitmentssec End**/
/**Career page Start**/
.img-box1 {
    position: relative;
    max-width: 635px;
    margin-bottom: 38px;
}

.wow-animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.img-box1::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 10px;
    top: 20px;
    right: 0;
    background-color: #fc6d27;
}

.img-box1 .img-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 164px;
    max-height: 164px;
    background-color: #fc6d27;
    border-radius: 50%;
    padding: 58px;
    z-index: 1;
}

    .img-box1 .img-icon img {
        text-align: center;
    }

    .img-box1 .img-icon .icon-shep {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
        z-index: -1;
    }

.img-box1 .img1 {
    border-left: 12px solid #fc6d27;
}

    .img-box1 .img1::before {
        content: "";
        position: absolute;
        width: 45%;
        height: 10px;
        left: 0;
        bottom: 0;
        background-color: #fc6d27;
    }

    .img-box1 .img1 img {
        margin-left: 18px;
        margin-bottom: 28px;
    }

.img-box1 .img2 {
    position: absolute;
    top: 70px;
    right: 0;
    border: 12px solid #fc6d27;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 28%);
}

.spin {
    animation: spin 20s infinite linear;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/*@keyframes rise {
  0% {
    bottom: -100px;
    transform: translateX(0);
  }
  50% {
    transform: translate(100px);
  }
  100% {
    bottom: 1080px;
    transform: translateX(-200px);
  }
}
@keyframes vswing {
  0% {
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(var(--rotate-angle, 360deg));
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadein-custom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes jumpping {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
  }
}*/
/**Career page Start**/
@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(var(--rotate-angle, 360deg));
    }
}

.input-group-addon:first-child {
    border-right: solid 1px #c0c0c0;
}

.input-group-addon {
    padding: 0px 15px;
}

.chooseus-section .inner-content {
    position: relative;
}

.chooseus-block-one .inner-box {
    position: relative;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 10px 50px rgb(0 0 0 / 10%);
    padding: 15px;
    text-align: center;
    transition: all 500ms ease;
    border: solid 15px #081120;
}

    .chooseus-block-one .inner-box .icon-boxs img {
        position: relative;
        display: inline-block;
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        background: linear-gradient(90deg, rgb(0 0 0 / 15%) 1.12%, rgb(0 0 0 / 10%) 100%);
        border-radius: 50%;
        margin-bottom: 23px;
        padding: 5px;
    }

    .chooseus-block-one .inner-box h3 {
        position: relative;
        display: block;
        font-size: 24px;
        line-height: 30px;
        font-weight: 700;
    }

.CareerPage .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.CareerPage .align-items-center {
    align-items: center !important;
}

.mb_30 {
    margin-bottom: 30px;
}

.chooseus-block-one .inner-box:hover {
    transform: translateY(-10px);
}

.CareerPage .inner-content .shape .shape-1 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -135px;
    margin-left: -135px;
    width: 270px;
    height: 270px;
    background: linear-gradient(90deg, rgba(253, 34, 92, 0.15) 1.12%, rgba(254, 122, 64, 0.15) 100%);
    border-radius: 50%;
    -webkit-animation: zoom-fade 7s infinite linear;
    animation: zoom-fade 7s infinite linear;
}

.CareerPage .inner-content .shape .shape-2 {
    position: absolute;
    left: -63px;
    top: -30px;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    /*border: 2px dashed rgba(0, 0, 0, 0.15);*/
}

.CareerPage .inner-content .shape .shape-3 {
    position: absolute;
    /*left: 45px;
    top: 78px;*/
    width: 484px;
    height: 484px;
    border-radius: 50%;
    border: 2px dashed rgba(0, 0, 0, 0.15);
    --rotate-angle: 360deg;
    animation: rotate 45s linear infinite;
    display: inline-block;
}



.how-it-works:before, .main-banner .icon-six, .main-banner .icon-two, .page-banner .icon-six, .page-banner .icon-two, .rotate-me {
    animation-name: rotateme;
    animation-duration: 24s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 24s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 24s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 24s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 24s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@media only screen and (max-width: 767px) {
    .chooseus-block-one .inner-box {
        margin-bottom: 30px;
    }

    .CareerPage .inner-content .shape, .CareerPage .pattern-layer {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .CareerPage .inner-content {
        margin: 0px;
    }
}
/**Login page Start***/


.Login .login-container {
    display: flex;
    width: 100%;
}


/*.Login .login-image img {
    flex: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
    border: solid 10px rgb(31 39 101);
}*/

.Login {
    background-color: #f8f0f0;
}

    .Login .login-container {
        display: flex;
        width: 100%;
    }

    .Login .login-image {
        flex: 1;
        background-image: url('../Images/Extra/12.jpg');
        /*background-position: center;*/
        background-size: cover;
        background-repeat: no-repeat;
        padding: 60px 70px;
        border: solid 20px #fff;
        box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    }

    .Login .login-form {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px;
        background-color: #fc6d27;
        box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    }

    .Login .form-box {
        width: 100%;
        max-width: 400px;
        background: #fff;
        padding: 40px;
        border-radius: 10px;
        box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    }

        .Login .form-box h2 {
            text-align: center;
            margin-bottom: 30px;
            color: #222;
        }

            .Login .form-box h2 span {
                color: #fc6d27;
            }

        .Login .form-box input {
            width: 100%;
            padding: 12px 15px;
            /*margin-bottom: 10px;*/
            border: 1px solid #ccc;
            border-radius: 5px;
            font-size: 15px;
        }

            .Login .form-box input[type="tel"]::-webkit-inner-spin-button,
            .Login .form-box input[type="tel"]::-webkit-outer-spin-button {
                -webkit-appearance: none;
                margin: 0;
            }

    .Login .checkbox-wrapper {
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #555;
        /*margin-bottom: 30px;*/
        position: relative;
        width: 100%;
        z-index: 1;
        margin-top: 25px;
    }

        .Login .checkbox-wrapper input[type="checkbox"] {
            margin-right: 8px;
            width: 16px;
            height: 16px;
            cursor: pointer;
        }

    .Login .form-box button {
        width: 100%;
        padding: 12px;
        background-color: #ff5e14;
        border: none;
        color: #fff;
        font-weight: 600;
        border-radius: 5px;
        font-size: 16px;
        cursor: pointer;
        transition: background 0.3s ease;
    }

        .Login .form-box button:hover {
            background-color: #e04e0c;
        }

@media (max-width: 768px) {
    .Login .login-image {
        display: none;
    }

    .Login .login-form {
        flex: 1;
        padding: 20px;
    }

    .Recruitmentssec .a-content h2 span {
        color: #fc6d27;
        font-size: 15px;
    }
}

/**Login page Start***/
.wrap-input100 {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    z-index: 1;
    margin-top: 25px;
}

.login-icon {
    /* float: left; */
    width: 15%;
    height: 100%;
    text-align: center;
    padding: 14px 0px 0px 0px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    position: absolute;
    background-color: #081120;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/**Registration page start***/
.Registrationbox {
    border: solid 1px #dadada;
    padding: 20px 0px;
}

    .Registrationbox h4 {
        font-weight: bold;
    }

.pageheader {
    color: #0c1844;
    display: block;
    font-size: 25px;
    line-height: 1.0;
    padding: 15px 25px 15px 0px;
    width: 100%;
    font-weight: bold;
    border-radius: 15px 15px 0px 0px;
}

    .pageheader span {
        color: #fc6d27;
    }

.formheaderdivider {
    border-bottom: 3px solid #182857;
    /* margin-top: 20px; */
    margin-bottom: 20px;
}


/**Registration page start***/


.ApplyBox {
    margin-top: 20px;
}

.ApplyLink {
    text-align: left;
    font-size: 17px;
    border-right: solid 1px #c0c0c0;
    margin-top: 10px;
    /*border: solid 1px #F1F1F3;*/
    padding: 10px;
}

.JoBDetails {
    border-bottom: solid 1px #fc6d27;
}

.JobDetLink {
    text-align: center;
    font-size: 17px;
    margin: 10px 10px 10px 10px;
}


.ApplyLink span {
    color: #fc6d27;
    font-weight: bold;
}

.ApplyHere {
    margin-top: 10px;
}

.ApplyBox button:hover {
    background-color: #000;
}

.Recruitmentssec .list-group-item.active {
    background-color: #fc6d27;
    border-color: #fc6d27;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.Recruitmentssec .TitleJob {
    background-color: #555;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 10px;
    margin: 0px 0px 0px 0px;
    /*border-radius: 10px 10px 0px 0px;*/
    color: #fff;
}

    .Recruitmentssec .TitleJob span {
        color: #fc6d27;
    }

.service-details h4 {
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    background-color: #555;
    padding: 10px;
    margin: 0px;
}
/**Popup Model Code Start***/

.modal-dialog {
    right: auto;
    left: 50%;
    width: 95%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.modal-dialog-changepwd {
    right: auto;
    left: 50%;
    width: 25%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.modal-header {
    background-color: #fc6d27;
    color: #fff;
}

.modal-title {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

/*.parsley-errors-list.filled {
    margin-top: 5px;
    margin-bottom: 0px;
    color: #fff;
    padding: 0px 0px;
}

    .parsley-errors-list.filled > li {
        list-style: none;
        font-family: verdana;
        font-weight: bold;
        font-size: 10px;
        float: left;
        color: #f00;
    }*/

/* Parsley Css Start From Here */
.parsley-errors-list.filled {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px 10px;
    position: absolute;
    background-color: #ff7575;
    color: #fff;
}

    .parsley-errors-list.filled:after {
        position: absolute;
        top: -6px;
        left: 10px;
        content: '';
        display: block;
        width: 0;
        height: 0;
        -moz-transform: scale(.9999);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ff7575;
    }

    .parsley-errors-list.filled > li {
        list-style: none;
        font-family: 'Arial Rounded MT';
        font-weight: bold;
    }

/* Parsley Css End At Here */
/**Popup Model Code End***/
.Login .btn-10 {
    background-color: #fc6d27;
    color: #fff;
    border: none;
}

    .Login .btn-10:hover {
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
        border: none;
    }


/**datepicker Start**/


.datepicker.top {
    -webkit-transform-origin: 0 100% !important;
    -moz-transform-origin: 0 100% !important;
    -ms-transform-origin: 0 100% !important;
    transform-origin: 0 100% !important;
}

.datepicker table thead tr th {
    border-radius: 0;
    color: #fff;
}

    .datepicker table thead tr th .glyphicon {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        line-height: 29px;
    }

    .datepicker table thead tr th:hover .glyphicon {
        background-color: rgba(0, 0, 0, 0);
    }

.datepicker table thead tr:first-child th {
    /*background-image: linear-gradient(to bottom, #5B397B 0%, #57579B 100%) !important;*/
    background: #000;
    padding: 20px 0;
    color: #000;
    font-weight: bold;
}

    .datepicker table thead tr:first-child th:hover {
        /*background-image: linear-gradient(to bottom, #5B397B 0%, #57579B 100%) !important;*/
        background: #000;
    }

    .datepicker table thead tr:first-child th.picker-switch {
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
    }

.datepicker table thead tr:last-child th {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 11px;
    background: #eac847;
    color: #231f20;
}

    .datepicker table thead tr:last-child th:first-child {
        padding-left: 10px;
    }

    .datepicker table thead tr:last-child th:last-child {
        padding-right: 10px;
    }

.datepicker table thead tr:last-child:not(:only-child) {
    /*background-image: linear-gradient(to bottom, #5B397B 0%, #57579B 100%) !important;*/
    background: #000;
}

.datepicker table tbody tr:last-child td {
    padding-bottom: 25px;
}

.datepicker table tbody tr td:first-child {
    padding-left: 13px;
}

.datepicker table tbody tr td:last-child {
    padding-right: 13px;
}

.datepicker table td.day {
    width: 35px;
    height: 35px;
    line-height: 10px;
    color: #333;
    position: relative;
    padding: 9px;
    background: transparent;
}

    .datepicker table td.day:hover {
        background: none;
    }

    .datepicker table td.day:before {
        content: "";
        width: 35px;
        height: 35px;
        border-radius: 50%;
        margin-bottom: -22px;
        margin-left: -12px;
        display: inline-block;
        background: transparent;
        position: static;
        text-shadow: none;
    }

    .datepicker table td.day.old,
    .datepicker table td.day.new {
        color: #CDCDCD;
    }

.datepicker table td:not(.today):not(.active):hover:before {
    background: #F0F0F0;
}

.datepicker table td.today {
    color: #333;
}

    .datepicker table td.today:before {
        background-color: #E2E2E2;
    }

.datepicker table td.active {
    color: #fff;
}

    .datepicker table td.active:before {
        background-image: linear-gradient(to bottom, #5B397B 0%, #57579B 100%) !important;
        /*background-color: #009688;*/
    }

.datepicker-months .month,
.datepicker-years .year,
.timepicker-minutes .minute,
.timepicker-hours .hour {
    border-radius: 50%;
    padding: 13px;
    margin-bottom: 10px;
    display: block;
    float: left;
    font-size: 13px;
}


    .datepicker-months .month:not(.active):hover,
    .datepicker-years .year:not(.active):hover,
    .timepicker-minutes .minute:not(.active):hover,
    .timepicker-hours .hour:not(.active):hover {
        background: #F0F0F0;
    }

    .datepicker-months .month.active,
    .datepicker-years .year.active,
    .timepicker-minutes .minute.active,
    .timepicker-hours .hour.active {
        background-image: linear-gradient(to bottom, #5B397B 0%, #57579B 100%) !important;
        color: #fff;
        /*background: #009688;*/
    }

/**datepicker End**/

.contact-page .info-card i {
    border-bottom: solid 2px;
    padding: 10px;
    /* border-radius: 50%; */
    font-size: 20px;
}

.form-group {
    margin-bottom: 15px;
}

/*.ApplyBox {
    border: solid 1px #fc6d27;
    box-shadow: 0px 0px 5px 2px #dddfe0;
}*/
