    /******************************


******************************/
    /***********
1. Body and some general stuff
***********/
    
    * {
        margin: 0;
        padding: 0;
    }
    /******************************
  NAVIGATION

******************************/
    
    .logotextu p {
        color: #F4A850;
        text-shadow: rgba(21, 19, 19, 0.36) 1px 2px 2px;
        font-size: 32px;
        font-weight: 900;
        letter-spacing: 2px;
        padding-top: 5px;
        margin-left: -2%;
    }
    
    .custom-nav {
        background: #fff !important;
    }
    
    .navbar-dark .custom-brand {
        color: #000;
    }
    
    .navbar-nav .nav-item .custom-nav-link {
        color: #fff;
        margin-left: 9px;
    }
    
    .ml-auto .dropdown-menu {
        left: auto;
        right: 0px;
    }
    
    header {
        height: 44px;
        background-color: #F4A850;
    }
    
    #main {
        padding-top: 70px;
    }
    
    .navbar {
        border-radius: 0;
        transition: all 0.3s ease-out;
        background-color: #3c3c3b;
        box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
        padding: 3px;
    }
    
    .affix {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    
    .navbar-light .navbar-nav .active>.nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show>.nav-link {
        color: #F4A850;
    }
    
    li.dropdown {
        position: relative;
        display: inline-block;
    }
    
    li>ul.dropdown-content {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1000;
        list-style-type: none;
    }
    
    li>ul.dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-size: 12px;
    }
    
    li>ul.dropdown-content a:hover {
        background-color: #11cbd7;
    }
    
    ul li.drop {
        position: relative;
    }
    
    .dropOut .triangle {
        width: 0;
        height: 0;
        position: absolute;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #F4A850;
        top: -8px;
        left: 50%;
        margin-left: -8px;
    }
    
    .dropdownContain {
        width: 190px;
        position: absolute;
        z-index: 2;
        margin-left: -20px;
    }
    
    .dropOut {
        width: 190px;
        background: #F4A850;
        float: left;
        position: relative;
        opacity: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .15);
        -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .15);
        box-shadow: 0 1px 6px rgba(0, 0, 0, .15);
        -webkit-transition: all .1s ease-out;
        -moz-transition: all .1s ease-out;
        -ms-transition: all .1s ease-out;
        -o-transition: all .1s ease-out;
        transition: all .1s ease-out;
    }
    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(244, 168, 80);
    }
    .dropOut ul {
        float: left;
        padding: 10px 0;
        list-style-type: none;
    }
    
    .dropOut ul li {
        text-align: left;
        float: left;
        width: 100%;
        padding: 12px 12px 10px 15px;
        /* margin: 0px 10px; */
        color: #000;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: background .1s ease-out;
        -moz-transition: background .1s ease-out;
        -ms-transition: background .1s ease-out;
        -o-transition: background .1s ease-out;
        transition: background .1s ease-out;
    }
    
    .dropOut ul li {
        border-bottom: 1px solid #fff;
    }
    
    .dropOut ul li:hover {
        background: #F4A850;
    }
    
    .dropOut ul li a {
        color: #fff;
        text-decoration: none;
    }
    /* ul li:hover .dropdownContain {
        top: 65px;
    }
     */
    
    ul li:hover .underline {
        border-bottom-color: #777;
    }
    
    ul li:hover .dropOut {
        opacity: 1;
        margin-top: 8px;
    }
    
    .header-right a {
        color: #ffffff;
        font-size: 14px;
    }
    
    span.fa.fa-search.custom-fa-fa {
        position: relative;
        right: 35px;
        top: -2px;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url(../images/menu.png);
    }
    
    .custom-input-text {
        background: #fff;
        color: #11cbd7;
        border-radius: 16px;
        border: none;
        padding: 2px 12px 2px 10px;
        outline: none;
    }
    
    .custome-input-group {
        position: relative;
        display: -ms-flexbox;
        /* display: flex; */
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        /* width: 100%; */
        display: inline-block;
        font-size: 14px;
    }
    
    li.dropdown:hover ul.dropdown-content {
        display: block;
    }
    
    .dropdown:hover .dropbtn {
        background-color: #3e8e41;
    }
    /* fixed to top styles */
    
    .affix.navbar {
        background-color: #3c3c3b;
        box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
        padding: 3px;
    }
    
    .affix.navbar .nav-item>a,
    .affix.navbar .navbar-brand {
        color: #fff;
    }
    
    a.nav-link.custom-nav-link {
        font-size: 14px;
    }
    
    .logo_text {
        padding: 18px 0;
        font-size: 47px;
        font-weight: 700;
        line-height: 0.75;
        color: #384158;
        vertical-align: middle;
        margin-left: 7px;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }
    
    .logo_text span {
        color: #11cbd7;
    }
    
    .header-left {
        float: left;
        margin-top: 11px;
        display: block;
    }
    
    .header-left a {
        color: #fff;
        border: 1px solid #fff;
        padding: 3px 10px;
        background: #3c3c3b;
        border-radius: 5px;
    }
    
    .header-left a:hover {
        -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.5);
        box-shadow: 5px 5px rgba(0, 0, 0, 0.5);
    }
    
    .header-right {
        float: right;
        margin-top: 11px;
        display: block;
    }
    
    .header-left a:hover {
        text-decoration: none
    }
    
    .header-right a:hover {
        text-decoration: none
    }
    
    .admission-text {
        background-color: #11cbd7;
        border-radius: 23px;
        display: inline-block;
        padding: 2px 18px 2px 18px;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .admission-text a {
        color: #fff;
        font-size: 14px
    }
    
    .admission-text a:hover {
        text-decoration: none;
    }
    
    .custom-brand img {
        width: 100px;
    }
    
    .affix .custom-brand img {
        width: 100px;
        display: block;
    }
    
    .navbar .navbar-nav .nav-item .dropdown-content a:hover {
        color: #11cbd7;
        color: #fff;
        font-size: 12px;
    }
    
    @media only screen and (max-width: 575px) {
        div#collapsibleNavbar {
            height: 100vh;
        }
        .navbar-nav .nav-item .custom-nav-link {
            /* margin-left: 0px; */
            font-size: 32px;
            text-align: center;
            padding-top: 45px;
        }
        .affix.navbar .nav-item>a,
        .affix.navbar .navbar-brand {
            color: #fff;
            font-size: 16px;
        }
        .custom-model-content {
            margin-left: 44px !important;
        }
    }
    
    @media only screen and (max-width: 1199px) {
        .navbar-nav .nav-item .custom-nav-link {
            margin-left: 0px;
            font-size: 8px;
        }
        .affix .custom-brand img {
            width: 185px;
        }
        .custom-brand img {
            width: 185px;
        }
    }
    /******************************
  SWIPER CARSOUSEL SLIDER 

******************************/
    
    .swiper-slide {
        overflow: hidden;
    }
    
    .slide-inner {
        width: 100%;
        height: 100vh;
        left: 0;
        top: 20;
        background-size: cover;
        background-position: center;
    }
    
    .slide-inner img {
        display: block;
        width: 100%;
    }
    
    .opacity-color {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.59);
        text-align: center;
    }
    
    .custom-slider {
        position: relative;
    }
    
    .opacity-color h1 {
        margin-top: 12%;
        color: #fff;
        font-size: 80px;
        margin-bottom: 15px;
    }
    
    .opacity-color span {
        color: #fff;
        font-size: 50px;
        margin-bottom: 20px;
        display: block;
    }
    
    .text-centered {
        text-align: center;
    }
    
    .custom-button {
        margin-top: 4%;
        color: #fff;
        padding: 5px 25px;
        font-size: 20px;
        border: 1px solid #fff;
        border-radius: none;
        border-radius: inherit;
        padding-bottom: 10px;
    }
    
    .custom-button:hover {
        color: #fff;
    }
    /*********************************
 OUR CLIENTS
*********************************/
    /* Slider */
    
    .slick-slide {
        margin: 0px 20px;
    }
    
    .slick-slide img {
        width: 100%;
    }
    
    .slick-slider {
        position: relative;
        display: block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }
    
    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    
    .slick-list:focus {
        outline: none;
    }
    
    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }
    
    .slick-slider .slick-track,
    .slick-slider .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    
    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
    }
    
    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }
    
    .slick-track:after {
        clear: both;
    }
    
    .slick-loading .slick-track {
        visibility: hidden;
    }
    
    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }
    
    [dir='rtl'] .slick-slide {
        float: right;
    }
    
    .slick-slide img {
        display: block;
    }
    
    .slick-slide.slick-loading img {
        display: none;
    }
    
    .slick-slide.dragging img {
        pointer-events: none;
    }
    
    .slick-initialized .slick-slide {
        display: block;
    }
    
    .slick-loading .slick-slide {
        visibility: hidden;
    }
    
    .slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }
    
    .slick-arrow.slick-hidden {
        display: none;
    }
    
    .client-bg {
        background: #3c3c3b;
        color: #fff;
        background-size: cover;
        padding: 50px 0;
    }
    
    .client-bg .section-title {
        color: #fff;
        margin-bottom: 45px;
        font-size: 50px;
        line-height: 1em;
        text-align: center;
        font-weight: 600;
    }
    
    .client-text p {
        font-size: 22px;
        color: #fff;
        line-height: 35px;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    
    .custom-button-4 {
        color: #fff;
        padding: 10px 30px;
        font-size: 20px;
        border: 1px solid #fff;
        border-radius: none;
        border-radius: inherit;
        margin-top: 30px;
        text-align: center;
    }
    /*********************************
. solution
*********************************/
    
    .bg-solution {
        background-image: url(../images/bg-object.jpg);
        background-size: cover;
        position: relative;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    
    .bg-solution-opacity {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.66);
    }
    
    .solution-text {
        padding: 65px 0;
    }
    
    .solution-text h2 {
        font-size: 50px;
        color: #fff;
        line-height: 1em;
        text-align: center;
        font-weight: 600;
    }
    
    .solution-text p {
        font-size: 22px;
        color: #fff;
        line-height: 35px;
        padding-top: 10px;
    }
    
    .custom-button-3 {
        color: #fff;
        padding: 10px 30px;
        font-size: 20px;
        border: 1px solid #fff;
        border-radius: none;
        border-radius: inherit;
        margin-top: 30px;
    }
    /*********************************
. Savision
*********************************/
    
    .bg-savision {
        background: -webkit-linear-gradient(top, rgb(227, 227, 227) 0%, rgb(255, 255, 255) 100%);
        width: 100%;
    }
    
    .savision-text {
        padding: 65px 0;
        text-align: center;
    }
    
    .savision-text h2 {
        font-size: 50px;
        color: #424242;
        line-height: 1em;
        text-align: center;
        font-weight: 600;
    }
    
    .savision-text p {
        font-size: 22px;
        color: #424242;
        line-height: 35px;
        padding-top: 10px;
    }
    
    .custom-button-2 {
        color: #424242;
        padding: 10px 30px;
        font-size: 20px;
        border: 1px solid #424242;
        border-radius: none;
        border-radius: inherit;
        margin-top: 30px;
    }
    /*********************************
. Resources
*********************************/
    
    .bg-resources {
        background: -webkit-linear-gradient(top, rgb(227, 227, 227) 0%, rgb(255, 255, 255) 100%);
        width: 100%;
        height: 100%;
        padding-bottom: 60px;
    }
    
    .resources-text {
        padding: 65px 0;
        text-align: center;
    }
    
    .resources-text h2 {
        font-size: 50px;
        color: #424242;
        line-height: 1em;
        text-align: center;
        font-weight: 600;
    }
    
    .resources-text p {
        font-size: 22px;
        color: #424242;
        line-height: 35px;
        padding-top: 10px;
    }
    
    .post .media-custom {
        background: #fff;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        box-shadow: 3px 3px 5px 6px #ccc;
        height: 100%;
    }
    
    .post .media-custom a {
        color: #000;
        text-decoration: none;
        font-size: 19px;
    }
    
    .post .media-custom .media-body {
    padding: 28px 18px;
    text-align: left;
    word-spacing: 0px;
}
    .post .media-custom h2 {
        font-size: 26px;
    }
    
    p:last-of-type {
        margin-bottom: 0;
    }
    /*********************************
.testimonial
*********************************/
    
    .testim h2 {
        font-size: 50px;
        color: #fff;
        line-height: 1em;
        text-align: center;
        font-weight: 600;
    }
    
    .testimonial-section2 {
        /*height: 600px;*/
        position: relative;
        padding: 0px 0px 0px 0;
        background-image: url(../images/tech-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    
    .bg-process {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding-top: 50px;
        background-color: rgba(0, 0, 0, 0.66);
    }
    
    .testim .wrap {
        position: relative;
        width: 100%;
        max-width: 1020px;
        padding: 40px 20px;
        margin: auto;
    }
    
    .testim .arrow {
        display: block;
        position: absolute;
        color: #eca34f;
        cursor: pointer;
        font-size: 2em;
        top: 25%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        padding: 5px;
    }
    
    .testim .arrow:before {
        cursor: pointer;
    }
    
    .testim .arrow:hover {
        color: #2b288d;
    }
    
    .testim .arrow.left {
        left: 10px;
    }
    
    .testim .arrow.right {
        right: 10px;
    }
    
    .testim .dots {
        text-align: center;
        position: absolute;
        width: 100%;
        bottom: 60px;
        left: 0;
        display: block;
        height: 12px;
    }
    
    .testim .dots .dot {
        list-style-type: none;
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 1px solid #fff;
        margin: 0 10px;
        cursor: pointer;
        -webkit-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        position: relative;
    }
    
    .testim .dots .dot.active,
    .testim .dots .dot:hover {
        background: #ea830e;
        border-color: #ea830e;
    }
    
    .testim .dots .dot.active {
        -webkit-animation: testim-scale .5s ease-in-out forwards;
        -moz-animation: testim-scale .5s ease-in-out forwards;
        -ms-animation: testim-scale .5s ease-in-out forwards;
        -o-animation: testim-scale .5s ease-in-out forwards;
        animation: testim-scale .5s ease-in-out forwards;
    }
    
    .testim .cont {
        position: relative;
        overflow: hidden;
    }
    
    .testim .cont>div {
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 0 70px 0;
        opacity: 0;
    }
    
    .testim .cont>div.inactive {
        opacity: 1;
    }
    
    .testim .cont>div.active {
        position: relative;
        opacity: 1;
    }
    
    .testim .cont div .img img {
        display: block;
        width: 100px;
        height: 100px;
        margin: auto;
        border-radius: 50%;
    }
    
    .testim .cont div .h4 {
        color: #fff;
        font-size: 1.2em;
        margin: 15px 0;
    }
    
    .testim .cont div p {
        font-size: 1.15em;
        color: #fff;
        width: 80%;
        margin: auto;
    }
    
    .testim .cont div.active .img img {
        -webkit-animation: testim-show .5s ease-in-out forwards;
        -moz-animation: testim-show .5s ease-in-out forwards;
        -ms-animation: testim-show .5s ease-in-out forwards;
        -o-animation: testim-show .5s ease-in-out forwards;
        animation: testim-show .5s ease-in-out forwards;
    }
    
    .testim .cont div.active .h4 {
        -webkit-animation: testim-content-in .4s ease-in-out forwards;
        -moz-animation: testim-content-in .4s ease-in-out forwards;
        -ms-animation: testim-content-in .4s ease-in-out forwards;
        -o-animation: testim-content-in .4s ease-in-out forwards;
        animation: testim-content-in .4s ease-in-out forwards;
    }
    
    .testim .cont div.active p {
        -webkit-animation: testim-content-in .5s ease-in-out forwards;
        -moz-animation: testim-content-in .5s ease-in-out forwards;
        -ms-animation: testim-content-in .5s ease-in-out forwards;
        -o-animation: testim-content-in .5s ease-in-out forwards;
        animation: testim-content-in .5s ease-in-out forwards;
    }
    
    .testim .cont div.inactive .img img {
        -webkit-animation: testim-hide .5s ease-in-out forwards;
        -moz-animation: testim-hide .5s ease-in-out forwards;
        -ms-animation: testim-hide .5s ease-in-out forwards;
        -o-animation: testim-hide .5s ease-in-out forwards;
        animation: testim-hide .5s ease-in-out forwards;
    }
    
    .testim .cont div.inactive .h4 {
        -webkit-animation: testim-content-out .4s ease-in-out forwards;
        -moz-animation: testim-content-out .4s ease-in-out forwards;
        -ms-animation: testim-content-out .4s ease-in-out forwards;
        -o-animation: testim-content-out .4s ease-in-out forwards;
        animation: testim-content-out .4s ease-in-out forwards;
    }
    
    .testim .cont div.inactive p {
        -webkit-animation: testim-content-out .5s ease-in-out forwards;
        -moz-animation: testim-content-out .5s ease-in-out forwards;
        -ms-animation: testim-content-out .5s ease-in-out forwards;
        -o-animation: testim-content-out .5s ease-in-out forwards;
        animation: testim-content-out .5s ease-in-out forwards;
    }
    
    @-webkit-keyframes testim-scale {
        0% {
            -webkit-box-shadow: 0px 0px 0px 0px #eee;
            box-shadow: 0px 0px 0px 0px #eee;
        }
        35% {
            -webkit-box-shadow: 0px 0px 10px 5px #eee;
            box-shadow: 0px 0px 10px 5px #eee;
        }
        70% {
            -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
            box-shadow: 0px 0px 10px 5px #ea830e;
        }
        100% {
            -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
            box-shadow: 0px 0px 0px 0px #ea830e;
        }
    }
    
    @-moz-keyframes testim-scale {
        0% {
            -moz-box-shadow: 0px 0px 0px 0px #eee;
            box-shadow: 0px 0px 0px 0px #eee;
        }
        35% {
            -moz-box-shadow: 0px 0px 10px 5px #eee;
            box-shadow: 0px 0px 10px 5px #eee;
        }
        70% {
            -moz-box-shadow: 0px 0px 10px 5px #ea830e;
            box-shadow: 0px 0px 10px 5px #ea830e;
        }
        100% {
            -moz-box-shadow: 0px 0px 0px 0px #ea830e;
            box-shadow: 0px 0px 0px 0px #ea830e;
        }
    }
    
    @-ms-keyframes testim-scale {
        0% {
            -ms-box-shadow: 0px 0px 0px 0px #eee;
            box-shadow: 0px 0px 0px 0px #eee;
        }
        35% {
            -ms-box-shadow: 0px 0px 10px 5px #eee;
            box-shadow: 0px 0px 10px 5px #eee;
        }
        70% {
            -ms-box-shadow: 0px 0px 10px 5px #ea830e;
            box-shadow: 0px 0px 10px 5px #ea830e;
        }
        100% {
            -ms-box-shadow: 0px 0px 0px 0px #ea830e;
            box-shadow: 0px 0px 0px 0px #ea830e;
        }
    }
    
    @-o-keyframes testim-scale {
        0% {
            -o-box-shadow: 0px 0px 0px 0px #eee;
            box-shadow: 0px 0px 0px 0px #eee;
        }
        35% {
            -o-box-shadow: 0px 0px 10px 5px #eee;
            box-shadow: 0px 0px 10px 5px #eee;
        }
        70% {
            -o-box-shadow: 0px 0px 10px 5px #ea830e;
            box-shadow: 0px 0px 10px 5px #ea830e;
        }
        100% {
            -o-box-shadow: 0px 0px 0px 0px #ea830e;
            box-shadow: 0px 0px 0px 0px #ea830e;
        }
    }
    
    @keyframes testim-scale {
        0% {
            box-shadow: 0px 0px 0px 0px #eee;
        }
        35% {
            box-shadow: 0px 0px 10px 5px #eee;
        }
        70% {
            box-shadow: 0px 0px 10px 5px #ea830e;
        }
        100% {
            box-shadow: 0px 0px 0px 0px #ea830e;
        }
    }
    
    @-webkit-keyframes testim-content-in {
        from {
            opacity: 0;
            -webkit-transform: translateY(100%);
            transform: translateY(100%);
        }
        to {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }
    
    @-moz-keyframes testim-content-in {
        from {
            opacity: 0;
            -moz-transform: translateY(100%);
            transform: translateY(100%);
        }
        to {
            opacity: 1;
            -moz-transform: translateY(0);
            transform: translateY(0);
        }
    }
    
    @-ms-keyframes testim-content-in {
        from {
            opacity: 0;
            -ms-transform: translateY(100%);
            transform: translateY(100%);
        }
        to {
            opacity: 1;
            -ms-transform: translateY(0);
            transform: translateY(0);
        }
    }
    
    @-o-keyframes testim-content-in {
        from {
            opacity: 0;
            -o-transform: translateY(100%);
            transform: translateY(100%);
        }
        to {
            opacity: 1;
            -o-transform: translateY(0);
            transform: translateY(0);
        }
    }
    
    @keyframes testim-content-in {
        from {
            opacity: 0;
            transform: translateY(100%);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    @-webkit-keyframes testim-content-out {
        from {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        to {
            opacity: 0;
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
        }
    }
    
    @-moz-keyframes testim-content-out {
        from {
            opacity: 1;
            -moz-transform: translateY(0);
            transform: translateY(0);
        }
        to {
            opacity: 0;
            -moz-transform: translateY(-100%);
            transform: translateY(-100%);
        }
    }
    
    @-ms-keyframes testim-content-out {
        from {
            opacity: 1;
            -ms-transform: translateY(0);
            transform: translateY(0);
        }
        to {
            opacity: 0;
            -ms-transform: translateY(-100%);
            transform: translateY(-100%);
        }
    }
    
    @-o-keyframes testim-content-out {
        from {
            opacity: 1;
            -o-transform: translateY(0);
            transform: translateY(0);
        }
        to {
            opacity: 0;
            transform: translateY(-100%);
            transform: translateY(-100%);
        }
    }
    
    @keyframes testim-content-out {
        from {
            opacity: 1;
            transform: translateY(0);
        }
        to {
            opacity: 0;
            transform: translateY(-100%);
        }
    }
    
    @-webkit-keyframes testim-show {
        from {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }
        to {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }
    
    @-moz-keyframes testim-show {
        from {
            opacity: 0;
            -moz-transform: scale(0);
            transform: scale(0);
        }
        to {
            opacity: 1;
            -moz-transform: scale(1);
            transform: scale(1);
        }
    }
    
    @-ms-keyframes testim-show {
        from {
            opacity: 0;
            -ms-transform: scale(0);
            transform: scale(0);
        }
        to {
            opacity: 1;
            -ms-transform: scale(1);
            transform: scale(1);
        }
    }
    
    @-o-keyframes testim-show {
        from {
            opacity: 0;
            -o-transform: scale(0);
            transform: scale(0);
        }
        to {
            opacity: 1;
            -o-transform: scale(1);
            transform: scale(1);
        }
    }
    
    @keyframes testim-show {
        from {
            opacity: 0;
            transform: scale(0);
        }
        to {
            opacity: 1;
            transform: scale(1);
        }
    }
    
    @-webkit-keyframes testim-hide {
        from {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        to {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }
    }
    
    @-moz-keyframes testim-hide {
        from {
            opacity: 1;
            -moz-transform: scale(1);
            transform: scale(1);
        }
        to {
            opacity: 0;
            -moz-transform: scale(0);
            transform: scale(0);
        }
    }
    
    @-ms-keyframes testim-hide {
        from {
            opacity: 1;
            -ms-transform: scale(1);
            transform: scale(1);
        }
        to {
            opacity: 0;
            -ms-transform: scale(0);
            transform: scale(0);
        }
    }
    
    @-o-keyframes testim-hide {
        from {
            opacity: 1;
            -o-transform: scale(1);
            transform: scale(1);
        }
        to {
            opacity: 0;
            -o-transform: scale(0);
            transform: scale(0);
        }
    }
    
    @keyframes testim-hide {
        from {
            opacity: 1;
            transform: scale(1);
        }
        to {
            opacity: 0;
            transform: scale(0);
        }
    }
    
    @media all and (max-width: 300px) {
        body {
            font-size: 14px;
        }
    }
    
    @media all and (max-width: 500px) {
        .testim .arrow {
            font-size: 1.5em;
        }
        .testim .cont div p {
            line-height: 25px;
        }
    }
    /*********************************
. Footer
*********************************/
    
    footer {
        position: relative;
        color: #5d5656;
    }
    
    footer.dark .footer-widgets {
        background: #f8f9fa;
        border-top-color: #333;
        border-bottom-color: #444;
    }
    
    .logo_img img {
        width: 100px;
    }
    
    footer .footer-widgets {
        padding: 60px 0;
        background: #f7f8f9;
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
    }
    
    footer .footer-widgets .footer-widget .footer-logo {
        margin-bottom: 10px;
    }
    
    footer .footer-widgets .footer-widget .inner {
        padding-top: 15px;
    }
    
    footer a {
        color: #5d5656;
    }
    
    .logo {
        margin-top: -20px;
    }
    
    footer .footer-widgets .footer-widget h3 {
        color: #333333;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .5px;
    }
    
    footer .footer-widgets .footer-widget .latest-posts,
    footer .footer-widgets .footer-widget .useful-links,
    footer .footer-widgets .footer-widget .contact-details {
        list-style: none;
    }
    
    footer .footer-widgets .footer-widget .latest-posts li,
    footer .footer-widgets .footer-widget .useful-links li,
    footer .footer-widgets .footer-widget .contact-details li {
        padding: 8px 0;
    }
    
    footer .footer-widgets .footer-widget .contact-details li i {
        margin-right: 5px;
    }
    
    footer.dark .subfooter {
        background: #F4A850;
       padding-bottom: 12px;
    }
    
    footer .subfooter .social-media {
        margin-top: 12px;
        float: right;
    }
    
    footer .subfooter .social-media a {
        width: 28px;
        height: 28px;
        line-height: 28px;
        margin-bottom: 0;
        border: none;
        background: 0 0;
        color: #fff;
    }
    
    .social-media .facebook {
        color: #3b5998;
    }
    
    .social-media a {
        background: #fff;
        border: 1px solid #efefef;
        border-radius: 2px;
        display: inline-block;
        height: 40px;
        width: 40px;
        line-height: 40px;
        margin-right: 5px;
        margin-bottom: 5px;
        text-align: center;
    }
    
    footer .subfooter {
        background: #fff;
    }
    
    footer a:hover,
    footer a:focus,
    footer a:active {
        color: #afafaf;
        text-decoration: none;
        outline: none;
        background: 0 0;
    }
    
    .custom-fa {
        margin-top: 7px;
    }
    
    .copyrights {
        color: #fff;
        padding-top: 16px;
        font-size: 12px;
    }
    
    .copyrights a {
        color: #fff;
    }
    /************  INNER PAGES   **************/
    
    .custom-breadcrumb {
        list-style: none;
        margin: 0 auto;
        text-align: center;
        overflow: hidden;
        margin-left: 42%;
        margin-top: 12%;
    }
    
    .custom-breadcrumb li {
        text-decoration: none;
        padding: 2px 10px 3px 30px;
        position: relative;
        display: block;
        float: left;
    }
    
    .custom-breadcrumb li a {
        text-decoration: none;
        color: #fff;
    }
    
    .custom-breadcrumb li:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        left: 100%;
        z-index: 2;
    }
    
    .custom-breadcrumb li:before {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 30px solid white;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        margin-left: 1px;
        left: 100%;
        z-index: 1;
    }
    
    .blue-crumb {
        background-color: #2980b9;
        color: white;
    }
    
    .blue-crumb:after {
        border-left: 30px solid #2980b9;
    }
    
    .gray-crumb {
        background-color: #bdc3c7;
    }
    
    .gray-crumb:after {
        border-left: 30px solid #bdc3c7;
    }
    
    .light-blue-crumb:after {
        border-left: 30px solid #F4A850;
    }
    
    .light-blue-crumb {
        background: #F4A850;
        color: white;
    }
    
    .faded-crumb:after {
        border-left: 30px solid #ecf0f1;
    }
    
    .faded-crumb {
        background: #ecf0f1;
        color: #95a5a6;
    }
    
    .current {}
    /*********************************/
    /*////////////////////////////////////////////////////////////////// 
  [ Contact ]*/
    
    .container-contact100-pop {
        width: 100%;
        min-height: 100vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
        background: transparent;
        position: relative;
        z-index: 1;
    }
    
    .contact100-map-pop {
        position: absolute;
        z-index: -2;
        width: calc(100% - 640px);
        height: 100%;
        top: 0;
        left: 0;
    }
    
    .wrap-contact100-pop {
        width: 379px;
        min-height: 100vh;
        background: #F4A850;
        border-radius: 2px;
        padding: 82px 55px 33px 55px;
        position: relative;
    }
    
    .show-wrap-contact100-pop {
        visibility: visible;
        opacity: 1;
    }
    /*==================================================================
[ Form ]*/
    
    .contact100-form-pop {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .contact100-form-title-pop {
        display: block;
        width: 100%;
        font-size: 28px;
        color: #3c3c3b;
        line-height: 1em;
        font-weight: 600;
        text-align: left;
        padding-bottom: 29px;
    }
    /*------------------------------------------------------------------
[ Input ]*/
    
    .wrap-input100-pop {
        width: 100%;
        position: relative;
        border-bottom: 2px solid #fff;
        margin-bottom: 20px;
    }
    
    .label-input100-pop {
        font-family: Poppins-SemiBold;
        font-size: 14px;
        color: #000000;
        line-height: 1.2;
        padding-left: 2px;
    }
    
    .input100-pop {
        display: block;
        width: 100%;
        background: transparent;
        font-family: Poppins-Regular;
        font-size: 14px;
        color: #fff;
        ;
        line-height: 1.2;
        padding: 0 2px;
    }
    
    .focus-input100-pop {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
    }
    /*---------------------------------------------*/
    
    input.input100-pop {
        height: 38px;
    }
    
    textarea.input100-pop {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    
    .input100-pop:focus+.focus-input100-pop::before {
        width: 100%;
    }
    
    .has-val.input100+.focus-input100::before {
        width: 100%;
    }
    /*------------------------------------------------------------------
[ Button ]*/
    
    .container-contact100-form-btn-pop {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .custom-button-send-pop {
        color: #fff;
        padding: 8px 48px;
        font-size: 20px;
        border-radius: none;
        border-radius: inherit;
        margin-top: 30px;
        font-weight: 600;
        background-color: #335977;
    }
    
    .contact100-form-btn-pop {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
        min-width: 244px;
        height: 50px;
        font-family: Poppins-Medium;
        font-size: 16px;
        color: #fff;
        line-height: 1.2;
    }
    
    .wrap-contact100-form-btn-pop:hover .contact100-form-bgbtn-pop {
        left: 0;
    }
    /*. Contact us
*********************************/
    
    .bg-img {
        background-image: url(../images/bg-steel.jpg);
        background-attachment: fixed;
        height: 60vh;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    
    .bg-color {
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
    }
    
    .bg-img h2 {
        position: relative;
        top: 30%;
        text-align: center;
        color: #fff;
        font-size: 60px;
        font-weight: bolder;
        letter-spacing: 3px;
    }
    
    input {
        outline: none;
        border: none;
    }
    
    input[type="number"] {
        -moz-appearance: textfield;
        appearance: none;
        -webkit-appearance: none;
    }
    
    input[type="number"]::-webkit-outer-spin-button,
    input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }
    
    textarea {
        outline: none;
        border: none;
    }
    
    textarea:focus,
    input:focus {
        border-color: transparent !important;
    }
    
    input:focus::-webkit-input-placeholder {
        color: transparent;
    }
    
    input:focus:-moz-placeholder {
        color: transparent;
    }
    
    input:focus::-moz-placeholder {
        color: transparent;
    }
    
    input:focus:-ms-input-placeholder {
        color: transparent;
    }
    
    textarea:focus::-webkit-input-placeholder {
        color: transparent;
    }
    
    textarea:focus:-moz-placeholder {
        color: transparent;
    }
    
    textarea:focus::-moz-placeholder {
        color: transparent;
    }
    
    textarea:focus:-ms-input-placeholder {
        color: transparent;
    }
    
    input::-webkit-input-placeholder {
        color: #fff;
    }
    
    input:-moz-placeholder {
        color: #fff;
    }
    
    input::-moz-placeholder {
        color: #fff;
    }
    
    input:-ms-input-placeholder {
        color: #fff;
    }
    
    textarea::-webkit-input-placeholder {
        color: #fff;
    }
    
    textarea:-moz-placeholder {
        color: #fff;
    }
    
    textarea::-moz-placeholder {
        color: #fff;
    }
    
    textarea:-ms-input-placeholder {
        color: #fff;
    }
    /*---------------------------------------------*/
    
    button {
        outline: none !important;
        border: none;
        background: transparent;
    }
    
    button:hover {
        cursor: pointer;
    }
    
    iframe {
        border: none !important;
    }
    /*//////////////////////////////////////////////////////////////////
[ Contact ]*/
    
    .container-contact100 {
        width: 100%;
        min-height: 100vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
        background: transparent;
        position: relative;
        z-index: 1;
    }
    
    .contact100-map {
        position: absolute;
        z-index: -2;
        width: calc(100% - 640px);
        height: 100%;
        top: 0;
        left: 0;
    }
    
    .wrap-contact100 {
        width: 640px;
        min-height: 100vh;
        background: #F4A850;
        border-radius: 2px;
        padding: 82px 55px 33px 55px;
        position: relative;
    }
    
    .show-wrap-contact100 {
        visibility: visible;
        opacity: 1;
    }
    /*==================================================================
[ Form ]*/
    
    .contact100-form {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 68px;
    }
    
    .contact100-form-title {
        display: block;
        width: 100%;
        font-size: 50px;
        color: #3c3c3b;
        line-height: 1em;
        font-weight: 600;
        text-align: left;
        padding-bottom: 64px;
    }
    /*------------------------------------------------------------------
[ Input ]*/
    
    .wrap-input100 {
        width: 100%;
        position: relative;
        border-bottom: 2px solid #fff;
        margin-bottom: 45px;
    }
    
    .label-input100 {
        font-family: Poppins-SemiBold;
        font-size: 18px;
        color: #000000;
        line-height: 1.2;
        padding-left: 2px;
    }
    
    .input100 {
        display: block;
        width: 100%;
        background: transparent;
        font-family: Poppins-Regular;
        font-size: 22px;
        color: #fff;
        ;
        line-height: 1.2;
        padding: 0 2px;
    }
    
    .focus-input100 {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
    }
    /*---------------------------------------------*/
    
    input.input100 {
        height: 50px;
    }
    
    textarea.input100 {
        min-height: 140px;
        padding-top: 13px;
        padding-bottom: 13px;
    }
    
    .input100:focus+.focus-input100::before {
        width: 100%;
    }
    
    .has-val.input100+.focus-input100::before {
        width: 100%;
    }
    /*------------------------------------------------------------------
[ Button ]*/
    
    .container-contact100-form-btn {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .custom-button-send {
        color: #fff;
        padding: 8px 48px;
        font-size: 20px;
        border-radius: none;
        border-radius: inherit;
        margin-top: 30px;
        font-weight: 600;
        background-color: #335977;
    }
    
    .custom-button-send-pop {
        color: #fff;
        padding: 8px 48px;
        font-size: 20px;
        border-radius: none;
        border-radius: inherit;
        margin-top: 10px;
        font-weight: 600;
        background-color: #335977;
    }
    
    .contact100-form-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
        min-width: 244px;
        height: 50px;
        font-family: Poppins-Medium;
        font-size: 16px;
        color: #fff;
        line-height: 1.2;
    }
    
    .wrap-contact100-form-btn:hover .contact100-form-bgbtn {
        left: 0;
    }
    /*------------------------------------------------------------------
[ Responsive ]*/
    
    @media (max-width: 576px) {
        .wrap-contact100 {
            padding: 82px 15px 33px 15px;
        }
    }
    /*------------------------------------------------------------------
[ Alert validate ]*/
    
    .validate-input {
        position: relative;
    }
    
    .alert-validate::before {
        content: attr(data-validate);
        position: absolute;
        max-width: 70%;
        background-color: #fff;
        border: 1px solid #c80000;
        border-radius: 2px;
        padding: 4px 30px 4px 10px;
        bottom: calc((100% - 25px) / 2);
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%);
        right: 2px;
        pointer-events: none;
        font-family: Poppins-Medium;
        color: #c80000;
        font-size: 14px;
        line-height: 1.4;
        text-align: left;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.4s;
        -o-transition: opacity 0.4s;
        -moz-transition: opacity 0.4s;
        transition: opacity 0.4s;
    }
    
    .alert-validate::after {
        content: "\f06a";
        font-family: FontAwesome;
        display: block;
        position: absolute;
        color: #c80000;
        font-size: 18px;
        bottom: calc((100% - 25px) / 2);
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%);
        right: 8px;
    }
    
    .alert-validate:hover:before {
        visibility: visible;
        opacity: 1;
    }
    
    @media (max-width: 992px) {
        .alert-validate::before {
            visibility: visible;
            opacity: 1;
        }
    }
    
    .true-validate::after {
        content: "\f26b";
        font-family: Material-Design-Iconic-Font;
        font-size: 22px;
        color: #00ad5f;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: calc((100% - 25px) / 2);
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%);
        right: 5px;
    }
    /*==================================================================
[ Contact more ]*/
    
    .contact100-more i {
        font-size: 20px;
        margin-right: 10px;
    }
    
    @media (max-width: 1200px) {
        .wrap-contact100 {
            width: 440px;
        }
        .contact100-map {
            width: calc(100% - 440px);
        }
        .contact100-more {
            left: calc((100% - 440px) / 2);
        }
    }
    
    @media (max-width: 768px) {
        .wrap-contact100 {
            width: 100%;
        }
        .contact100-map {
            display: none;
        }
        .contact100-more {
            position: absolute;
            background-color: transparent;
            color: #39b54a;
            bottom: 0px;
            top: auto;
            left: 50%;
            z-index: 10;
        }
    }
    /*********************************
. ABOUT-US
*********************************/
    
    .savision-text {
        padding: 65px 0;
        text-align: center;
    }
    
    .about-text h2 {
        font-size: 45px;
        color: #424242;
        line-height: 1em;
        margin-bottom: 30px;
        font-weight: 600;
    }
    
    .about-text p {
        margin-bottom: 40px;
    }
    
    .about-img img {
        width: 100%;
    }
    
    .testimony {
        position: relative;
        padding: 2em;
        background: #fff;
        box-shadow: 3px 3px 5px 6px #ccc;
    }
    
    .testimony .img-user {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        display: block;
        margin: 0 auto;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }
    
    .testimony .user {
        display: block;
        margin-top: 10px;
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .testimony small {
        display: block;
        margin-bottom: 20px;
        font-size: 14px;
        color: #999999;
    }
    
    .testimony blockquote {
        padding: 0;
        margin: 0 0 20px 0;
        border: none;
    }
    
    .testimony blockquote p {
        color: #000;
        font-size: 16px;
    }
    
    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
        margin-bottom: 0;
    }
    
    #about-about {
        margin: 80px 0;
    }
    
    #about-testimony {
        padding: 80px 0;
    }
    
    .about-light-grey {
        background: -webkit-linear-gradient(top, rgb(227, 227, 227) 0%, rgb(255, 255, 255) 100%);
    }
    
    .about-heading span i {
        color: #F7AF1D;
    }
    
    .col-md-6.custom-center.about-heading.animate-box.fadeInUp.animated-fast {
        text-align-last: center;
    }
    
    .mission-u {
        margin-left: 34px;
        margin-top: 10px;
    }
    
    .mission-u li {
        font-weight: 700;
        line-height: 37px;
    }
    
    .Vision {
    margin-top: 10%;
}
    /*********************************
.Resources
*********************************/
    
    .resources-inner {
        margin: 65px 0;
    }
    
    .ressoures-spae {
        margin-top: 40px;
    }
    /*********************************
.Solutions
*********************************/
    
    .md-padding {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    
    .solution-img img {
        width: 100%;
    }
    
    .section-header {
        position: relative;
        margin-bottom: 60px;
    }
    
    .section-header .title {
        text-transform: capitalize;
    }
    
    .title:after {
        content: "";
        display: block;
        height: 4px;
        width: 40px;
        background-color: #6195FF;
        margin-top: 20px;
    }
    
    .service {
        position: relative;
        padding: 40px 20px 40px 70px;
        margin: 15px 0px;
        border: 1px solid #EEE;
    }
    
    .service:hover {
        box-shadow: 3px 3px 5px 6px #ccc;
    }
    
    .service i {
        position: absolute;
        left: 20px;
        text-align: center;
        font-size: 32px;
        color: #6195FF;
        border-radius: 50%;
    }
    
    .service h3 {
        -webkit-transition: 0.2s color;
        transition: 0.2s color;
    }
    
    .service:after {
        content: "";
        background-color: #1C1D21;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 0%;
        z-index: -1;
        -webkit-transition: 0.2s width;
        transition: 0.2s width;
    }
    /*********************************
.Company
*********************************/
    
    section.content-row {
        position: relative;
        overflow: hidden;
        padding: 60px 0;
        background-color: #fff;
    }
    
    .content-header h2 {
        font-size: 50px;
        color: #424242;
        line-height: 1em;
        text-align: center;
        font-weight: 600;
        padding-bottom: 10px;
    }
    
    section.content-row .content-header {
        max-width: 708px;
        margin: 0 auto 60px auto;
        text-align: center;
    }
    
    .column-row,
    .content-row .content-header+.column-row {
        margin: -15px;
    }
    
    .group>* {
        margin: 0 10px 20px 10px!important;
    }
    
    .team img {
        width: 178px;
    }
    
    .team {
        padding: 40px 40px 40px 40px;
        margin: 15px 0px;
        border: 1px solid #EEE;
        text-align: center;
    }
    
    .team:hover {
        box-shadow: 3px 3px 5px 6px #ccc;
    }
    
    .team h3 {
        font-size: 24px;
        color: #a8a8a8;
        padding-top: 20px;
    }
    
    .text-color-gray {
        display: block;
        padding-bottom: 20px;
    }
    
    .company-ser {
        padding: 40px 40px 40px 40px;
        margin: 15px 0px;
        border: 1px solid #EEE;
        text-align: center;
    }
    
    .company-ser:hover {
        box-shadow: 3px 3px 5px 6px #ccc;
    }
    
    .icon-feature {
        height: 64px;
        line-height: 64px;
        font-size: 64px;
        color: #0098ef;
    }
    
    .company-ser h3 {
        font-size: 24px;
        line-height: 34px;
        padding-top: 20px;
    }
    
    .company-ser p {
        padding-bottom: 20px;
    }
    
    .text-color-primary {
        color: #0098ef!important;
    }
    /***********   RESPONSIVE     *************/
    
    @media (max-width: 1024px) {
        .opacity-color h1 {
            margin-top: 40%;
            font-size: 54px;
        }
        .opacity-color span {
            font-size: 36px;
        }
        .slide-inner {
            height: 80vh;
        }
        .bg-savision {
            height: 33vh;
        }
    }
    
    @media (max-width: 768px) {
        .mobil-sty li a {
            text-align: center;
            padding: 30px 0;
        }
        .navbar-expand-lg .navbar-nav .nav-link {
            padding-right: 0;
            padding-left: 0;
        }
        .bg-savision {
            height: 43vh;
        }
        .team img {
            width: 100%;
        }
    }
    
    
    
    @media (max-width: 440px) {
        .opacity-color h1 {
            margin-top: 50%;
            font-size: 54px;
        }
        .bg-savision {
            height: 75vh;
        }
        .custom-nav {
            top: -2px;
            left: -1px;
        }
        footer .subfooter .social-media {
            float: none;
        }
        .wrap-contact100-pop {
            width: 100%;
            min-height: 0vh;
            background: #F4A850;
            border-radius: 2px;
            padding: 82px 55px 33px 55px;
            position: relative;
        }
    }
    
    @media (max-width: 400px) {
        .bg-savision {
            height: 83vh;
        }
    }
    
    @media (max-width: 320px) {
        .bg-savision {
            height: 110vh;
        }
        .slide-inner {
            height: 100vh;
        }
    }
    /****** Products ********/
    
    .main-products {
        margin: 50px 0;
    }
    
    ul.products li,
    ul.products li span:last-child {
        transition: all 500ms;
    }
    
    aside {
        width: 100%;
        background: #f8f9fa;
        z-index: 1111;
    }
    
    ul.products {
        margin: 0;
        padding: 0;
        counter-reset: li;
    }
    
    ul.products li {
        list-style: none;
        border-bottom: 1px solid #b3b0b0;
        height: 52px;
        color: #666;
        position: relative;
        overflow: hidden;
    }
    
    ul.products li a {
        color: #000;
        text-decoration: none;
    }
    
    ul.products li.active {
        background: #F4A850;
        color: #fff !important;
    }
    
    ul.products li a.active {
        color: #fff !important;
    }
    
    ul.products li a:hover {
        color: #fff !important;
        cursor: pointer;
    }
    
    ul.products li span {
        display: block;
        padding: 15px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    
    ul li span:first-child {
        z-index: 2;
    }
    
    ul li span:last-child {
        padding: 0;
        display: block;
        background: #F4A850;
        z-index: 1;
        position: absolute;
        top: 0;
        left: -300px;
        bottom: 0;
        width: 300px;
        height: 52px;
    }
    
    ul li:hover>span:last-child {
        left: 0;
    }
    
    .custom-card a {
        text-decoration: none;
        color: #000;
        line-height: 38px;
        font-weight: 700;
    }
    
    p.custom-card-text {
        font-size: 14px;
    }
    
    .steel-read {
        margin-top: 20px;
    }
    
    .steel-read a {
        text-decoration: none;
        color: #F4A850;
    }
    /**** steel fiber ****/
    
    .custom-steel-text h3 {
        margin-top: 20px;
    }
    
    .custom-steel-text p {
        font-size: 16px;
    }
    
    ul.steel-fiber {
        display: block;
    }
    
    ul.steel-text-2 li {
        margin-left: 30px;
    }
    
    .card {
        font-size: 1em;
        overflow: hidden;
        padding: 0;
        border: none;
        border-radius: .28571429rem;
        box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    }
    
    .card-block {
        font-size: 1em;
        position: relative;
        margin: 0;
        padding: 1em;
        border: none;
        border-top: 1px solid rgba(34, 36, 38, .1);
        box-shadow: none;
    }
    
    .card-img-top {
        display: block;
        width: 100%;
        height: auto;
    }
    /********  modal ******/
    
    .custom-model-dialog {
        max-width: 50% !important;
    }
    
    .custom-model-content {
        background-color: #F4A850 !important;
        border-radius: none !important;
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        width: 413px;
        margin-left: 129px;
    }
    
    .custom-model-header {
        border-bottom: none;
    }
    
    .custom-wrap-m {
        padding-top: 0px !important;
    }
    .img-resp{
        width: 100%;
        height: 100%;
    }
    
    
   
    /***** RESPONSIVE *****/

@media screen and (max-width: 653px) and (min-width: 652px) {
           .affix .custom-brand img {
        width: 56px;
        }   

        .logo_img img {
            width: 56px;
        }
        .slide-inner {
        height: 42vh;
        }
        .opacity-color h1 {
            margin-top: 5%;
            font-size: 54px;
        }

        footer.dark .subfooter {
        text-align: center;
            }
            footer .subfooter .social-media {
            margin-top: 12px;
            float: none;
        }

        .custom-model-content {
        margin-left: -23px;
            }

            .custom-breadcrumb {
            margin-left: 32%;
            margin-top: 11%;
            }
    }


    @media screen and (max-width: 624px) and (min-width: 624px) {
           .affix .custom-brand img {
        width: 56px;
        }   

        .logo_img img {
            width: 56px;
        }
        .slide-inner {
        height: 42vh;
        }
        .opacity-color h1 {
            margin-top: 5%;
            font-size: 54px;
        }

        footer.dark .subfooter {
        text-align: center;
            }
            footer .subfooter .social-media {
            margin-top: 12px;
            float: none;
        }

        .custom-model-content {
        margin-left: -23px;
            }
              .custom-breadcrumb {
            margin-left: 32%;
            margin-top: 11%;
            }
    }



    
    @media screen and (max-width: 600px) and (min-width: 360px) {
        
        .affix .custom-brand img {
            width: 70px;
            }
            .logo_img img {
                width: 70px;
            }
            .navbar-nav .nav-item .custom-nav-link {
                margin-left: 0px;
                font-size: 18px;
            }
            
            .custom-breadcrumb {
            margin-left: 24%;
            margin-top: 51%;
           
            }
            .bg-img h2 {
                font-size: 45px;
             
            }

            footer.dark .subfooter {
        text-align: center;
            }

            .dropdownContain {
                position: absolute;
                left: 56%;
                top: 50%;
                z-index: 0;
                transform: translate(-50%, -50%);
                display: block;
            }
            
            .dropOut .triangle {
                display:none;
            }
        
          
      ul  li.show-on-hover:hover > ul.dropdown-menu {
    display: block;    
        }
        .dropdownContain{
            display:none;
        }
       .mob-dropdown {
    width: 190px;
    height: 227px;
    background: #F4A850;
}
        ul.dropdown-menu.mob-dropdown.show {
        margin: 0 auto;
        display: none;
        }
        
        ul.dropdown-menu.mob-dropdown li {
    text-align: left;
    float: left;
    width: 100%;
    padding: 12px 12px 10px 15px;
    /* margin: 0px 10px; */
    color: #000;
  
}
.ml-auto .dropdown-menu {
  
    width: 200px;
}


    }
    
    @media screen and (max-width: 1024px) and (min-width: 1024px) {
        
        
            .affix .custom-brand img {
             width: 110px;
            }
            .logo_img img {
                width: 110px;
            }
            .custom-breadcrumb {
               
                margin-left: 37%;
                margin-top: 36%;
            }
    }
    
    @media screen and (max-width: 768px) and (min-width: 768px) {
        .custom-model-content {
            margin-left: 0px !important;
        }
        
        .custom-breadcrumb {
            margin-left: 35%;
            margin-top: 32%;
                }
                .affix .custom-brand img {
             width: 83px;
            }
            .logo_img img {
                width: 83px;
            }
    }
    
    @media screen and (max-width: 586px) and (min-width: 586px) {
      .navbar-nav .nav-item .custom-nav-link {
        font-size: 9px !important;
        }
        footer .subfooter .social-media {
         float: none;
        }
        .custom-model-content {
            margin-left: -40px;
        }
        
        .dropdownContain {
            top: 380%;
            left: 77%;
            z-index: 11111;
            }
        .custom-breadcrumb {
            margin-left: 30%;
            margin-top: 31%;
        }
    }
    
    .modal-body {
        /* position: relative; */
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 0rem;
    }
.sol-im {
    margin-bottom: 50px;
}

.ml-auto .dropdown-menu {
 
    
  
    margin: 0 auto;
    text-align: center;
    background: #F4A850;
}
ul .dropdown-menu li a {
    color:#fff;
    
    
}
ul .dropdown-menu li  {
    border-bottom: 1px solid #fff;
    padding: 10px 10px;
    
    
}

