* {
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h5,
h6 {
    color: #00173c;
    line-height: 1.4;
    font-weight: 300;
}

p {
    color: #313e5b;
    font-size: 14px;
    text-align: justify;
}

a {
    text-decoration: none;
}

.clear_all {
    clear: both;
}

button:focus,
input:focus,
textarea:focus,
a:focus {
    outline: 0;
}

/*header*/
.top_menu {
    width: 100%;
    position: relative;
    z-index: 12;
    background: #405357;
}

.top_menu_left {
    width: 100%;
    padding: 10px 10px
}

.top_menu_left ul {
    margin: 0px;
    text-align: right;
    padding-right: 0px
}

.top_menu_left ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 5px;
    transition: .2s;
}

.top_menu_left ul li a {
    text-decoration: none;
    font-size: 13px;
    color: #fff;
}

.top_menu_left ul li:hover a {
    color: #ccc;
}

.top_menu_left ul li a i {
    font-size: 13px;
}

.top_menu_left ul,
.top_menu_left ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top_menu_left ul {
    position: relative;
    z-index: 500;
    float: left;
}

.top_menu_left ul li {
    min-height: 0.05em;
    line-height: 1em;
    vertical-align: middle;
    position: relative;
}

.top_menu_left ul li.hover,
.top_menu_left ul li:hover {
    position: relative;
    z-index: 510;
    cursor: default;
}

.top_menu_left ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 520;
    width: 100%;
}

.top_menu_left ul ul li {
    float: none;
}

.top_menu_left ul ul ul {
    top: 0;
    right: 0;
}

.top_menu_left ul li:hover>ul {
    visibility: visible;
}

.top_menu_left ul li ul {
    text-align: left;
}

.top_menu_left ul ul li {
    float: none;
    display: block;
}

.top_menu_left ul ul {
    margin-top: 0.05em;
}

.top_menu_left {
    width: 100%;
    zoom: 1;
    float: right;
}

.top_menu_left:before {
    content: '';
    display: block;
}

.top_menu_left:after {
    content: '';
    display: table;
    clear: both;
}

.top_menu_left a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.top_menu_left>ul {
    width: 100%;
}

.top_menu_left>ul>li>a {
    color: #fff;
    text-transform: capitalize;
}

.top_menu_left>ul>li {
    position: relative;
}

.menu-item-has-children a {}

.top_menu_left .menu-item-object-custom a:after {
    content: '';
    position: absolute;
    display: block;
    content: "\eab2";
    color: #4a4d4f;
    font-family: "Icofont";
    top: 16px;
    right: 5%;
}

.top_menu_left ul ul a:after {
    content: "" !important;
}

.top_menu_left ul li ul li {
    margin-bottom: 7px;
}

.top_menu_left li {
    position: relative;
}

.top_menu_left ul ul li.first {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

.top_menu_left ul ul li.last {
    -webkit-border-radius: 0 0 3px 0;
    -moz-border-radius: 0 0 3px 0;
    border-radius: 0 0 3px 0;
    border-bottom: 0;
}

.top_menu_left ul ul {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.top_menu_left ul ul {
    left: 0;
    text-align: left;
    right: 0px;
    padding: 15px 10px 10px 10px;
    width: 200px;
    top: 14px;
    background: #405357;
}

.top_menu_left ul ul a {
    color: #fff;
    line-height: 1.2;
}

.top_menu_left.align-right>ul>li>a {
    border-left: 0.3em solid #34A65F;
    border-right: none;
}

.top_menu_left.align-right {
    float: right;
}

.top_menu_left.align-right li {
    text-align: right;
}

.top_menu_left.align-right ul li.has-sub>a:before {
    content: '+';
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -6px;
}

.top_menu_left.align-right ul li.has-sub>a:after {
    content: none;
}

.top_menu_left.align-right ul ul {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 598;
    width: 100%;
}

.top_menu_left.align-right ul ul li.first {
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
}

.top_menu_left.align-right ul ul li.last {
    -webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
}

.top_menu_left.align-right ul ul {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.top_menu_right {
    width: 100%;
    padding: 10px 10px
}

.top_menu_right ul {
    margin: 0px;
    text-align: left;
}

.top_menu_right ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

.top_menu_right ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    transition: .2s;
}

.top_menu_right ul li a:hover {
    color: #0088d0;
}

.top_menu_right ul li a i {
    padding-right: 5px;
}

.main_menu {
    width: 100%;
    position: relative;
    padding: 5px 0px;
}

.logo {
    position: relative;
    padding: 0px 0px;
    font-size: 18px;
    color: #fff;
    float: left;
    /* width: 16%; */
    z-index: 1;
}

.logo {
    display: block;
}

.logo a {
    color: #fff;
}

.logo img {
    width: 100%;
    max-width: 90px;
}

nav {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #head-mobile {
    display: none
}

#cssmenu {
    background: transparent;
    margin-top: 0px;
}

#cssmenu ul {
    margin-bottom: 0px;
    text-align: right;
}

#cssmenu>ul>li {
    display: inline-block;
    margin-top: 25px;
}

#cssmenu>ul>li>a {
    padding: 18px 15px;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-decoration: none;
    color: #040c17;
    text-transform: capitalize;
    text-align: center;
}

#cssmenu>ul>li>a>i {
    color: #f8b860;
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
}

#cssmenu>ul>li:hover>a,
#cssmenu ul li.active a {
    color: #008ad0;
}

#cssmenu>ul>li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
    background: transparent !important;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
    color: #fff;
}

#cssmenu ul li.active:hover a,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover a {
    color: #fff;
}

#cssmenu ul li.active {
    background: #008ad0 !important;
}

/*#cssmenu > ul > li.has-sub > a{padding-right:30px}*/
/*#cssmenu > ul > li.has-sub > a:after{position:absolute;top:20px;right:11px; display:block; content: "\eab2";color: #4a4d4f;font-family: "Icofont";}*/
#cssmenu>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    text-align: left;
    z-index: 1234;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #fff;
    transition: all .25s ease
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover>ul {
    left: auto
}

#cssmenu li:hover>ul>li {
    height: 35px
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 10px 10px;
    width: 245px;
    font-size: 12.2px;
    text-decoration: none;
    color: #405357;
    word-break: break-all;
    line-height: 1;
    text-transform: capitalize;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
    border-bottom: 0
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: #fff
}

#cssmenu ul ul li:hover,
#cssmenu ul ul li:hover {
    background: #008ad0;
}

#cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: ''
}

#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #008ad0;
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #008ad0
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
    border-top: 1px solid #333
}

@media screen and (max-width:1000px) {
    .logo {
        position: absolute;
        top: -10px;
        left: -42px;
        width: 100%;
        height: 46px;
        text-align: center;
        padding: 10px 0 0 0;
        float: none
    }

    nav {
        width: 100%;
    }

    #cssmenu {
        width: 100%;
    }

    #cssmenu ul {
        width: 100%;
        display: none
    }

    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #ccc
    }

    #cssmenu ul li:hover {
        background: #363636;
    }

    #cssmenu ul ul li,
    #cssmenu li:hover>ul>li {
        height: auto
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }

    #cssmenu>ul>li {
        float: none
    }

    #cssmenu ul ul li a {
        padding-left: 25px
    }

    #cssmenu ul ul li {
        background: #008ad0 !important;
    }

    #cssmenu ul ul li:hover {
        background: #363636 !important
    }

    #cssmenu ul ul ul li a {
        padding-left: 35px
    }

    #cssmenu ul ul li a {
        color: #fff;
        background: none
    }

    #cssmenu ul ul li:hover>a,
    #cssmenu ul ul li.active>a {
        color: #fff
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }

    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before,
    #cssmenu ul ul>li.has-sub>a:after,
    #cssmenu ul ul>li.has-sub>a:before {
        display: none
    }

    #cssmenu #head-mobile {
        display: block;
        padding: 23px;
        color: #1d3857;
        font-size: 12px;
        font-weight: 700
    }

    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 15px;
        cursor: pointer;
        z-index: 12399994;
    }

    .button:after {
        position: absolute;
        top: 22px;
        right: 20px;
        display: block;
        height: 8px;
        width: 15px;
        border-top: 2px solid #1c63b8;
        border-bottom: 2px solid #1c63b8;
        content: '';
    }

    .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 22px;
        background: #1c63b8;
        content: ''
    }

    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #1c63b8;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .button.menu-opened:before {
        top: 23px;
        background: #1c63b8;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #ccc;
        height: 46px;
        width: 46px;
        cursor: pointer
    }

    #cssmenu .submenu-button.submenu-opened {
        background: #008ad0;
    }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #1c63b8;
        content: ''
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #1c63b8
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #1c63b8;
        content: ''
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }

    #cssmenu ul ul ul li.active a {
        border-left: none
    }

    #cssmenu>ul>li.has-sub>ul>li.active>a,
    #cssmenu>ul ul>li.has-sub>ul>li.active>a {
        border-top: none
    }
}

#cssmenu ul {
    margin-bottom: 0px;
}

#cssmenu>ul>li.has-sub>a {
    padding-right: 30px
}

#cssmenu>ul>li.has-sub>a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #000;
    content: ''
}

#cssmenu>ul>li.has-sub>a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0
}





/*slider*/
.slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.slider .owl-demo .item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.slider_caption p {
    font-size: 25px;
    text-transform: capitalize;
}

.slide-caption h1 span {
    position: relative;
    z-index: 123;
    font-weight: 100;
    display: block;
}

.slider .slider_caption p {
    font-size: 19px;
    color: #fff;
    text-align: center;
}

.slider .slider_caption h5 {
    font-family: 'Caveat';
    font-size: 25px;
    color: #fff;
    text-align: center;
}

.slider .owl-item.active .slide-caption__title {
    -webkit-animation: 1s .2s fadeInUp both;
    animation: 1s .2s fadeInUp both;
}

.slider .owl-slide {
    position: relative;
}

.slider .owl-carousel .owl-nav {
    width: 100%;
    position: relative;
}

.slider .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 5%;
    z-index: 12 !important;
    bottom: 220px;
}

.slider .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 5%;
    z-index: 12 !important;
    bottom: 220px;
}

.slider .owl-theme .owl-nav [class*=owl-] {
    background-color: #1c63b8;
    color: #fff;
    font-size: 21px;
    margin: 5px;
    padding: 10px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.slider .owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
    background: #feb612;
}

.slider .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: 45%;
    left: 1%;
    z-index: 12 !important;
}

.slider .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    border: 1px solid #19a4eb;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    position: relative;
}

.slider .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #19a4eb;
}

.slider .owl-theme .owl-dots .owl-dot {
    display: block;
    zoom: 1;
}

.slider .owl-dot span:before {
    content: "";
    width: 20px;
    height: 1px;
    background: rgb(220, 33, 46);
    position: absolute;
    left: 20px;
    top: 5px;
}

.slider .owl-theme .owl-dots:before,
.slider .owl-theme .owl-dots:after {
    content: "";
    width: 1px;
    height: 50px;
    background: rgb(220, 33, 46);
    position: absolute;
    left: 12px;
}

.slider .owl-theme .owl-dots:before {
    top: -50px;
}

.owl-carousel {
    width: 100%;
    z-index: 0;
}

.slider .slider_caption {
    width: 45%;
    margin: auto;
    height: auto;
    position: absolute;
    top: 20%;
    left: 15%;
    z-index: 12;
    text-align: left;
}

.slider .slider_caption h1 {
    color: #00173c;
    font-size: 46px;
    position: relative;
    z-index: 123;
    margin-top: 0px;
    text-align: left;
    right: 0px;
    left: 0%;
    line-height: 1.4;
    margin-bottom: 15px;
}

.slider .slider_caption p {
    color: #00173c;
    font-size: 16px;
    text-align: left;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.slider .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.slider .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.slide {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 0px;
}

.slide_bx {
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 6px solid rgb(238, 238, 238);
    transition: .2s;
    transition: 300ms;
    height: 400px;
    overflow: hidden;
}

.slide_bx img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    opacity: 1;
    transition: 300ms;
}

.slide_bx:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(0 0 0 / 69%);
}


.slide_bx_inn {
    padding: 40px 30px;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0px;
    right: 0px;
    z-index: 12;
}

.slide_bx h3 {
    color: #fff;
    font-size: 32px;
    display: block;
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.2;
    padding-left: 20px;
}

.slide_bx h3:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background: #1c63b8;
    width: 5px;
    height: 100%;
}

.slide_bx p {
    color: #fff;
    padding-left: 20px;
    text-align: left;
}

.slide_bx_btn {
    margin: 10px 0px;
    padding-left: 20px;
}

.slide_bx_btn a {
    color: #fff;
    text-decoration: none;
}

.slide_bx_icon {
    padding: 40px 20px 20px 20px;
    border-top: 1px solid #ccc;
}

.slide_bx_icon i {
    background: #1c63b8;
    color: #fff;
    font-size: 46px;
    padding: 15px;
}

.slide_bx:hover {
    width: 100%;
    background-color: rgb(0 0 0 / 33%);
    border: 6px solid #0089cd;
}

/*about*/
.about {
    width: 100%;
    padding: 50px 0px 30px 0px;
}

.about_left {
    width: 100%;
    position: relative;
    padding-left: 80px;
}

.about_left:before {
    content: "";
    height: 3.75rem;
    width: 2.6875rem;
    background-size: contain;
    background-position: center;
    background-image: url(../images/title-shp1.png);
    position: absolute;
    left: 0;
    opacity: .2;
    top: 0;
}

.about_left h5 {
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about_left h2 {
    color: #000;
    line-height: 1.1;
    font-size: 38px;
}

.about_right h5 {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
}

.about_img {
    width: 100%;
    margin-top: 20px;
}

.about_img img {
    width: 100%;
    height: auto;
}

/*services*/
.services {
    width: 100%;
    padding: 50px 0px;
    background: #feb511;
}

.services_left {
    width: 100%;
    position: relative;
    padding: 0px;
    z-index: 1;
}

.services_left img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.sec_title {
    width: 100%;
    padding: 0px 0px 10px 0px;
}

.sec_title h1 {
    text-align: center;
    color: #000;
    text-transform: capitalize;
}

.services_bx {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding: 20px;
}

.services_bx h3 {
    font-size: 16px;
    color: #000;
    margin: 20px 0px 0px 0px;
    min-height: 55px;
    text-transform: capitalize;
}

.services_bx img,
.services_right img {
    width: 50px;
}

.services_right ul li a h3 {
    font-size: 16px;
    color: #000;
    margin: 20px 0px 0px 0px;
    min-height: 55px;
    text-transform: capitalize;
}

.services_right .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.services_right .nav-tabs .nav-link.active,
.services_right .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: transparent;
    border-color: transparent transparent transparent;
}

.services_right .nav-tabs .nav-link:hover,
.services_right .nav-tabs .nav-link:focus {
    border-color: transparent transparent transparent
}

.services_right ul li {
    width: 30%;
    margin: 10px 1%;
}

.services_right ul {
    text-align: center;
}

.services_right .nav-tabs .nav-link.active h3 {
    color: #333;
}

/*insp_services*/
.insp_services {
    width: 100%;
    position: relative;
    background-image: url(../images/about.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.insp_services:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #1a1f26a8;
    content: '';
}

.project-block-two {
    position: relative;
}

.project-block-two .inner-box {
    position: relative;
    padding: 0 20px;
    padding-top: 450px;
    padding-bottom: 60px;
}

.project-block-two .inner-box:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    border-right: 1px solid rgba(225, 227, 226, .30);
}

.project-block-two:last-child .inner-box:before {
    display: none;
}

.project-block-two .count {
    position: relative;
    display: block;
    font-size: 70px;
    line-height: 1em;
    font-weight: 400;
    color: #ffffff;
    opacity: .30;
    margin-bottom: 45px;
}

.project-block-two h5 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #ffffff;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.project-block-two h5:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background-color: rgba(255, 255, 255, .50);
    content: '';
}

.project-block-two h5 a {
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    transition: all 300ms ease;
}

.project-block-two .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #fefefe;
    margin-bottom: 20px;
}

.project-block-two .btn-box {
    position: relative;
}

.project-block-two .btn-box a {
    text-decoration: none;
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    padding: 10px 28px;
    border: 2px solid rgba(255, 255, 255, .50);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-two .btn-box a:hover {
    color: #1c63b8;
    background-color: #ffffff;
}

.project-block-two .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-color: #1c63b8;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.project-block-two .overlay-box .inner {
    position: absolute;
    left: 0;
    bottom: 20%;
    padding: 35px;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.project-block-two .inner-box:hover .overlay-box,
.project-block-two.active .inner-box .overlay-box {
    opacity: 1;
}

.project-block-two .inner-box:hover .overlay-box .inner,
.project-block-two.active .inner-box .overlay-box .inner {
    bottom: 0;
}

.project-section-two.style-two {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 465px;
}

.project-section-two.style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    content: "";
    opacity: .60;
}

.project-section-two.style-two .projects-outer:before {
    display: none;
}

.project-section-two.style-two .project-block-two .inner-box {
    background-color: rgba(255, 255, 255, .20);
    padding-top: 70px;
    padding-bottom: 30px;
}

.project-section-two.style-two .project-block-two .count {
    opacity: .70;
}

.project-section-two.style-two .project-block-two .overlay-box .inner {
    background-color: #1c63b8;
}

/*counter*/
.counter {
    width: 100%;
    padding: 130px 0px;
    position: relative;
    background-image: url(../images/bgg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.counter:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background: #ffffffde;
    width: 100%;
    height: 100%;
}

.counter h1 {
    text-align: center;
    font-size: 60px;
    position: relative;
    z-index: 12;
    margin-bottom: 25px;
}

.counter h5 {
    text-align: center;
    font-size: 17px;
    position: relative;
    z-index: 12;
}

.counter_btn {
    text-align: center;
    margin-top: 50px;
    position: relative;
    z-index: 12;
}

.counter_btn a {
    text-decoration: none;
    background: transparent;
    color: #00173c;
    border: 2px solid #00173c;
    border-radius: 5px;
    padding: 12px 20px;
    transition: .2s;
}

.counter_btn a:hover {
    background: #00173c;
    color: #fff;
}

/*clients*/
.clients {
    width: 100%;
    position: relative;
    padding: 60px 0 100px;
    background-image: url(../images/dot-map-testimonial.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: #ffffff; /* dark futuristic bg */
    color: white;
}

.clients .sec_title h1 {
    color: rgb(0, 23, 60); /* neon cyan */
    font-size: 2.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-align: center;
}

.clients .sec_title h4 {
    color: rgb(0, 23, 60); /* soft gray */
    font-weight: 300;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 40px;
}

.clients_bx {
    width: 100%;
    background: rgba(255, 255, 255, 0.05); /* glassmorphism */
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 20px;
    margin: 20px 10px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.clients_bx:hover {
    transform: scale(1.05);
    /* box-shadow: 0 12px 32px #0088cf; */
        box-shadow: 1px 1px 10px 0px #0088cf;
}

.clients .owl-carousel .owl-item img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    /* filter: grayscale(100%); */
    transition: filter 0.150s ease;
}

.clients .owl-carousel .owl-item:hover img {
    filter: grayscale(0%);
}

.clients .owl-carousel .owl-nav {
    width: 100%;
    position: relative;
    z-index: 123;
}

.clients .owl-carousel .owl-nav .owl-next,
.clients .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    bottom: 50px;
    z-index: 12 !important;
}

.clients .owl-carousel .owl-nav .owl-next {
    right: 3%;
}

.clients .owl-carousel .owl-nav .owl-prev {
    right: 8%;
}

.clients .owl-carousel .owl-nav i {
    color: #fff;
}

.clients .owl-theme .owl-nav [class*=owl-] {
    color: rgb(255, 208, 0);;
    font-size: 21px;
    margin: 5px;
    padding: 12px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid rgb(255, 208, 0);;
    transition: all 0.3s ease;
}

.clients .owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
    background: rgb(255, 208, 0);
    border: 2px solid rgb(255, 208, 0);
}

.clients .owl-theme .owl-dots {
    text-align: center;
    position: absolute;
    bottom: -12%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 12 !important;
}

.clients .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 3px;
    background: transparent;
    border: 2px solid rgb(255, 208, 0);;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease;
}

.clients .owl-theme .owl-dots .owl-dot.active span,
.clients .owl-theme .owl-dots .owl-dot:hover span {
    background: rgb(255, 208, 0);;
    transform: scale(1.2);
}

@media only screen and (max-width: 768px) {
    .clients {
        padding: 40px 0 60px;
    }

    .clients_bx {
        margin: 10px 5px;
        padding: 1px;
        height: auto; /* Keep default/original height */
        border-radius: 16px;
    }

    .clients .owl-carousel .owl-item img {
        height: 150px; /* Bigger image */
        width: 100%;
        object-fit: contain;
        filter: none; /* Remove grayscale */
    }

    .clients .sec_title h1 {
        font-size: 1.8rem;
    }

    .clients .sec_title h4 {
        font-size: 1rem;
    }

    .clients .owl-theme .owl-nav [class*=owl-] {
        padding: 10px;
        font-size: 20px;
    }

    .clients .owl-theme .owl-dots {
        bottom: -10%;
    }
}



/* Main testimonial section */
.testi2 {
    background-image: url(../images/bgg2.jpg);
    overflow: hidden;
    position: relative;
    padding: 70px 0px;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testi2:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00173cba;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.testi2 .sec_title {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}

.testi2 .sec_title h1 {
    font-size: 36px;
    text-align: center;
    color: #fff;
}

/* Swiper Container */
.testi2 .swiper-container {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 50px;
}

/* Individual Slide Styles */
.testi2 .swiper-slide {
    background: #fff;
    border: 1px solid #46516a;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
}

.testi2 .swiper-slide:hover {
    transform: translateY(-5px);
}

/* Avatar image */
.testi2 .swiper-slide .ImgHolder {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
}

.testi2 .swiper-slide .ImgHolder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Text content */
.testi2 .swiper-slide .ContentHolder h3 {
    margin-bottom: 8px;
    color: #00173c;
    font-weight: bold;
    font-size: 16px;
}

.testi2 .swiper-slide .ContentHolder p {
    font-size: 14px;
    color: #444;
    line-height: 1.5;
}

/* Swiper Pagination (dots) */
.testi2 .swiper-pagination {
    margin-top: 30px;
    text-align: center;
    position: relative;
    z-index: 3;
}

.testi2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.5;
    border-radius: 50%;
    margin: 0 5px;
    transition: 0.3s;
}

.testi2 .swiper-pagination-bullet-active {
    opacity: 1;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .testi2 .swiper-slide {
        padding: 15px;
    }

    .testi2 .swiper-container {
        padding: 0 30px;
    }

    .testi2 .sec_title h1 {
        font-size: 28px;
    }
}

.stars {
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: 2px;
  }
  .star {
    color: gold;
  }
  .star.empty {
    color: #ccc;
  }
  .star.half {
    position: relative;
    display: inline-block;
  }
  .star.half::before {
    content: '★';
    position: absolute;
    left: 0;
    width: 50%;
    overflow: hidden;
    color: gold;
  }
a  



.qk_contact {
    width: 100%;
    padding: 30px 0px;
    background: #1c63b8;
    text-align: center;
}

.qk_contact h1 {
    color: #fff;
    margin: 0px;
    font-size: 28px;
}

.qk_contact a {
    margin-left: 30px;
    text-decoration: none;
    color: #00173c;
    background: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 15px;
    position: relative;
    top: -5px;
}

.qk_contact h1,
.qk_contact a {
    display: inline-block;
}



/*footer*/
.footer {
    width: 100%;
    position: relative;
    padding: 90px 0px 30px 0px;
    background-image: url(../images/footer-bg.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.footer1 {
    width: 100%;
    position: relative;
    border-right: 1px solid #373737;
    min-height: 50px;
}

.border_n {
    border-right: 0px solid #373737;
}

.footer1_inn {
    border-bottom: 1px solid #373737;
    margin-bottom: 40px
}

.footer1_c {
    padding-left: 35px;
}

.footer1_ico {
    position: absolute;
    left: 0px;
    top: 0px;
}

.footer1_ico i {
    color: #0086cd;
    font-size: 24px;
}

.footer1_c h5 {
    color: #fff;
    text-align: left;
    font-size: 17px;
}

.footer1_c p {
    color: #c8c8c8;
    text-align: left;
    font-size: 14px;
}

.footer1 .top_menu_left {
    padding: 0px;
}

.footer1 .top_menu_left ul li {
    border: 1px solid #c8c8c8;
}

.footer1 .top_menu_left ul li a {
    color: #c8c8c8;
}

.footer_bx h3,
.address_bx h3 {
    color: #0086cd;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 400;
}

.footer_bx p {
    color: #fff;
    font-size: 14px;
    text-align: left;
    padding-right: 20px;
}

.footer_bx ul {
    margin: 0px;
    padding-bottom: 20px;
}

.footer_bx ul li {
    list-style: none;
    display: block;
    margin-bottom: 6px;
}

.footer_bx ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.copyrights_inn {
    width: 100%;
    padding: 20px 0px;
    border-top: 1px solid #0086cd;
    background: #0086cd;
}

.copyrights_inn p {
    text-align: center;
    margin: 0px;
    font-size: 14px;
    color: #fff;
}

.copyrights_inn p a {
    text-decoration: none;
    color: #fff;
}

.copyrights_inn img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.address_bx h3 {
    text-align: center;
}

.address_bx p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-right: 20px;
}

.footer1 .top_menu_left ul li {
    padding: 5px;
}

/*page_title*/
.page_title {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.page_title img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.page_title h2 {
    font-size: 40px;
    color: #fff;
    padding: 20px;
    text-transform: uppercase;
    position: absolute;
    bottom: 25%;
    text-align: center;
    left: 0px;
    right: 0px;
    margin: 0;
    z-index: 123;
}

.page_title p {
    font-size: 16px;
    color: #fff;
    padding: 20px;
    text-transform: uppercase;
    position: absolute;
    bottom: 5%;
    text-align: center;
    left: 0px;
    right: 0px;
    margin: 0;
    z-index: 123;
}

/*.page_title_inn span{color:red;}*/
.page_title:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 12;
    height: 100%;
    display: block;
    z-index: 1;
    background: linear-gradient(to bottom, #101010a3 40%, rgb(33 32 33 / 51%) 100%);
}

.page_title_inn_img {
    position: absolute;
    z-index: 12;
    left: 0px;
    right: 0px;
    bottom: -5%;
    text-align: center;
}

.page_title_inn_img img {
    width: 100% !important;
    height: auto !important;
    max-width: 250px;
    object-fit: contain;
}

/*main_about*/
.main_about {
    width: 100%;
    background-image: url(../images/abt-bg.png);
    position: relative;
    padding: 70px 0px;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main_about:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(249 246 246 / 63%);
}

.main_about_left {
    width: 100%;
}

.main_about_left img {
    width: 100%;
    height: auto;
}

.main_about_right h2 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.main_about_right2 {
    margin: 15px 0px;
}

/*main_management*/
.main_management {
    width: 100%;
    position: relative;
    padding: 70px 0px;
}

.main_management_left h5 {
    width: 100%;
    position: relative;
    color: #0086cd;
    padding-left: 50px;
    font-weight: 400;
}

.main_management_left h5:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0px;
    background: #0086cd;
    height: 2px;
    width: 40px;
}

.main_management_left h2 {
    font-size: 38px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: capitalize;
}

.main_management_right ul {
    margin: 5px 0px;
    display: block;
    overflow: hidden;
    padding-top: 10px;
}

.main_management_right ul li {
    color: #222222;
    position: relative;
    padding-left: 15px;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 500;
}

.main_management_right ul li:before {
    position: absolute;
    content: "\ea69";
    top: 0px;
    left: 0px;
    color: #4a4d4f;
    font-family: "Icofont";
    font-weight: 400;
}

.main_management2 {
    padding-bottom: 20px;
}

.main_management2_img {
    width: 100%;
}

.main_management2_img img {
    width: 100%;
    height: auto;
}

.main_management2_img2 {
    margin-top: 40px;
}

.main_management_right h2 {
    font-size: 38px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.main_management3 {
    width: 100%;
    padding: 50px 0px;
    text-align: center;
}

.main_management3_title h2 {
    font-size: 38px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.main_management3_title p {
    text-align: center;
}

.main_management3_bx {
    width: 100%;
    padding: 10px 10px 20px 10px;
    margin-bottom: 20px;
    box-shadow: 0 5px 6px 1px rgb(0 0 0 / 20%);
    background: #fff;
}

.main_management3_bx img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.main_management3_bx h3 {
    text-align: center;
    margin: 10px 0px 5px 0px;
}

.main_management3_bx p {
    text-align: center;
    margin: 0px;
}

/*main_facility*/
.main_facility {
    width: 100%;
    padding: 70px 0px;
}

.main_facility_left h2 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: capitalize;
}

.main_facility_right_bx {
    width: 100%;
    position: relative;
    padding: 30px;
    padding-left: 50px;
}

.main_facility_right_bx img {
    width: 40px;
    position: absolute;
    top: 50px;
    left: 0px;
}

.main_facility_right_bx h3 {
    font-size: 21px;
    margin: 15px 0px 25px 0px;
}

.main_facility_right_bx p {
    text-align: left;
}

/*main_insp_services*/
.main_insp_services {
    width: 100%;
    padding: 70px 0px;
}

.main_insp_services_left {
    width: 100%;
}

.main_insp_services_left_bx1 ul {
    margin: 10px 0px;
}

.main_insp_services_left_bx1 ul li {
    margin-bottom: 6px;
    display: block;
    list-style: none;
}

.main_insp_services_left_bx1 ul li a {
    background-color: #f5f2f2;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    color: #242424;
    padding: 14px 20px;
    display: block;
    text-transform: capitalize;
    transition: .2s
}

.main_insp_services_left_bx1 ul li a:hover {
    background: #feb511;
}

.main_insp_services_left_bx2 {
    margin: 30px 0px;
}

.main_insp_services_left_bx2 ul {
    margin: 0px;
}

.main_insp_services_left_bx2 ul li {
    margin-bottom: 12px;
    display: block;
    list-style: none;
    position: relative;
}

.main_insp_services_left_bx2 ul li a {
    background-color: #feb511;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    color: #242424;
    padding: 14px 20px;
    padding-left: 45px;
    display: block;
    text-transform: capitalize;
    transition: .2s
}

.main_insp_services_left_bx2 ul li a i {
    position: absolute;
    top: 10px;
    left: 0px;
    background: #333;
    color: #fff;
    font-size: 20px;
    padding: 5px;
}

.main_insp_services_left_bx3 {
    margin: 20px 0px;
    padding: 30px 10px;
    background: #0086cd;
    text-align: center;
}

.main_insp_services_left_bx3 img {
    width: 100px;
}

.main_insp_services_left_bx3 h3 {
    position: relative;
    color: #fff;
    line-height: 1.4;
    font-weight: 500;
    margin: 20px 0px 40px 0px;
}

.main_insp_services_left_bx3 h3:before {
    content: '';
    position: absolute;
    background: #fff;
    bottom: -20px;
    left: 0px;
    width: 20%;
    margin: auto 40%;
    height: 2px;
}

.main_insp_services_left_bx3 p {
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    font-size: 17px;
}

.main_insp_services_right {
    width: 100%;
}

.main_insp_services_right_img {
    text-align: center;
    margin-bottom: 15px;
}

.main_insp_services_right img {
    width: 100%;
    margin: 10px auto;
    height: auto;
    object-fit: cover;
    max-width: 400px;
}

.main_insp_services_right h2 {
    font-size: 28px;
    margin: 20px 0px;
}

.p_ico {
    background: #f9fdff;
    padding: 30px;
}

.p_ico p {
    margin-bottom: 6px;
    position: relative;
    padding-left: 15px;
}

.p_ico p:before {
    content: "\f00c";
    color: #000;
    font-size: 10px;
    font-family: "fontawesome";
    font-weight: 400;
    position: absolute;
    left: 0px;
    top: 3px;
}

.main_insp_services_right ul {
    margin: 0px;
}

.main_insp_services_right li {
    list-style: none;
    margin-bottom: 6px;
    position: relative;
    padding-left: 15px;
    color: #313e5b;
    font-size: 14px;
    text-align: justify;
}

.main_insp_services_right li:before {
    content: "\f00c";
    color: #000;
    font-size: 10px;
    font-family: "fontawesome";
    font-weight: 400;
    position: absolute;
    left: 0px;
    top: 3px;
}

.main_insp_services_right ul ul {
    margin: 10px 0px;
    padding-left: 25px;
}

/*main_ut_services*/
.main_ut_services {
    width: 100%;
    padding: 70px 0px;
    background: #f4f6f7;
}

.main_ut_services .tabs_wrapper {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background: transparent;
}

.main_ut_services ul.tabs {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 0;
    width: 25%;
    min-width: 175px;
    list-style: none;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main_ut_services ul.tabs li {
    margin: 0;
    cursor: pointer;
    padding: 10px 10px;
    line-height: 31px;
    color: #000;
    text-align: left;
    font-weight: 500;
    background: #e4eef3;
    transition: all 0.3s ease;
    font-size: 15px;
}

.main_ut_services ul.tabs li:hover {
    background: #0086cd;
    color: white;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main_ut_services ul.tabs li.active {
    background: #fff;
    color: #000;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main_ut_services .tab_container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 20;
    left: 0%;
    width: 70%;
    min-width: 10px;
    text-align: left;
    background: white;
    border-radius: 0px;
}

.main_ut_services .tab_content {
    padding: 20px;
    height: 100%;
    display: none;
}

.main_ut_services .tab_drawer_heading {
    display: none;
}

@media screen and (max-width: 781px) {
    .main_ut_services ul.tabs {
        display: none;
    }

    .main_ut_services .tab_container {
        display: block;
        margin: 0 auto;
        width: 95%;
        border-top: none;
        border-radius: 0;
        box-shadow: 0px 0px 10px black;
    }

    .main_ut_services .tab_drawer_heading {
        background: #0086cd;
        color: #fff;
        margin: 20px 0;
        padding: 10px 20px;
        display: block;
        cursor: pointer;
        text-align: center;
    }

    .main_ut_services .tab_drawer_heading:hover {
        background: #0086cd;
        color: white;
    }

    .main_ut_services .d_active {
        background: #0086cd;
        color: #fff;
    }
}

.tabs_wrapper h3 {
    font-size: 17px;
}

.main_ut_services_bx h2 {
    margin: 0px 0px 20px 0px;
    font-size: 24px;
    font-weight: 400;
}

.main_contact {
    padding: 60px 0px;
    width: 100%;
}

.main_contact_tit h2 {
    color: #222;
}

.main_contact_tit {
    margin-bottom: 40px;
}

.wt-separator {
    display: inline-block;
    height: 3px;
    width: 50px;
    position: relative;
}

.bg-black {
    background-color: #000;
}

.main_contact_left {
    width: 100%;
    background-color: #e7e7e7;
    position: relative;
    padding: 20px;
}

.main_contact_left input {
    width: 90%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #222;
    padding: 10px;
    margin-bottom: 15px;
}

.main_contact_left select {
    width: 90%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #222;
    padding: 10px;
    margin-bottom: 15px;
}

.main_contact_left textarea {
    width: 90%;
    height: 120px;
    resize: none;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #222;
    padding: 10px;
    margin-bottom: 15px;
}

.main_contact_left input::placeholder {
    text-align: left;
}

.main_contact_left textarea::placeholder {
    text-align: left;
}

.contact_enq_btn {
    text-align: left;
}

.contact_enq_btn input[type=submit] {
    width: auto;
    padding: 7px 25px;
    background: #feb511;
    border: none;
    color: #000;
    font-size: 16px;
    border-radius: 0px;
}

.main_contact_right {
    margin-bottom: 60px;
    padding: 60px;
    background: #000;
    position: relative;
    z-index: 1;
}

.main_contact_right h4,
.main_contact_right p {
    color: #fff;
    padding-bottom: 2px;
    text-align: left;
}

.top_menu_right2 ul {
    list-style: none;
    padding: 0;
    text-align: left;
    margin: 0px 0px;
}

.top_menu_right2 ul li {
    display: inline-block;
    margin: 0px 10px;
}

.top_menu_right2 ul li a {
    color: #fff;
    border-radius: 0px;
    display: block;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.top_menu_right2 ul li a:hover {
    color: #ccc;
}

.info-list {
    width: 100%;
    position: relative;
}

.info-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.info-list li {
    display: -webkit-box;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.info-list li:first-child {
    text-transform: capitalize;
}

.info-list i {
    margin-right: 10px;
    color: #fc5a34;
    font-size: 20px;
}

.info-list a {
    margin-left: 8px;
    color: #000;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
}

.main_contact_left h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 15px;
}

.main_contact_right h5 {
    color: #fff;
    margin-bottom: 5px;
}

.main_contact_right p {
    margin-bottom: 2px;
}

.main_contact_right ul {
    margin: 0px;
}

.main_contact_right ul li {
    list-style: none;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 20px;
    border-bottom: 1px solid #504e4e;
}

.map {
    width: 100%;
}

.map iframe {
    width: 100%;
    height: 520px;
}

/*main_career*/
.main_career {
    padding: 60px 0px;
    width: 100%;
}

.main_career .collapse-accordion .card a[data-toggle=collapse] {
    display: block;
    padding: .75rem 1.25rem;
}

.main_career .collapse-accordion .card-header {
    padding: 0;
}

.main_career .card {
    margin-bottom: 30px;
}

.main_career .card-block {
    padding: 20px;
}

.main_career .card-header a {
    text-decoration: none;
    color: #fff;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #333;
    border-bottom: 1px solid #ccc;
}

.card-block {
    border: 1px solid #000;
    border-top: 0px solid #000;
}

.card-header a {
    padding-right: 60px !important;
    position: relative;
}

.card-header span {
    position: absolute;
    right: 25px;
    top: 10%;
    font-size: 20px;
    color: #333;
}

.faq {
    padding: 10px 0px;
}

.career_ul ul {
    margin: 10px 0px;
}

.career_ul ul li {
    list-style: none;
    margin-right: 10px;
    border: 0px solid #0ba84f;
    display: inline-block;
}

.career_btn {
    margin: 15px 0px;
}

.career_btn a {
    text-decoration: none;
    color: #fff;
    background: #333;
    padding: 8px 20px;
    border-radius: 4px;
}

/*main_career2*/
.main_career2 {
    width: 100%;
    position: relative;
    padding: 40px 0px;
}

.main_career_title {
    margin-bottom: 30px;
}

.main_career_title h3 {
    color: #000;
    text-align: center;
}

.main_career2 input {
    width: 100%;
    background: transparent;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
}

.main_career2 input::placeholder {
    color: #000;
}

.main_career2 select {
    width: 100%;
    background: transparent;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    color: #000;
}

.main_career2 option {
    color: #000;
}

.main_career2 p {
    color: #000;
    text-align: left;
}

.main_career2 textarea {
    width: 100%;
    height: 100px;
    resize: none;
    background: transparent;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
}

.main_career2 input[type=file] {
    color: #000;
}

.main_career2 textarea::placeholder {
    color: #000;
}

.cr_btn {
    margin-top: 10px;
    text-align: center;
}

.cr_btn input[type=submit] {
    width: auto;
    background: #000;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 6px 30px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 700;
}

/*main_apply*/
.main_apply {
    padding: 60px 0px;
    background: #e9e9e9;
}

.main_apply_bx {
    background: #fff;
    padding: 30px;
}

.main_apply_bx h3 {
    background: #333;
    padding: 2px 10px;
    color: #fff;
    font-weight: 500;
    margin: 20px 0px;
}

.main_apply_bx h5 {
    margin-bottom: 0px;
}

.main_apply_bx input {
    width: 100%;
    padding: 8px;
    margin-bottom: 8px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #ccc;
}

.main_apply_bx textarea {
    width: 100%;
    height: 120px;
    padding: 8px;
    margin-bottom: 8px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #ccc;
    resize: none;
}

.c_p2 p {
    min-height: 60px;
}

.c_p p {
    min-height: 80px;
}

.c_p3 h5 {
    min-height: 60px;
}

.reg_btn {
    text-align: center;
    margin-top: 30px;
}

.reg_btn input[type=submit] {
    width: 120px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
}



.modal {
    position: fixed;
    top: 5%;
}

.modal-body input {
    width: 100%;
    background-color: transparent;
    border: none;
    border: 1px solid #fff;
    padding: 10px;
    margin-bottom: 15px;
}

.modal-body textarea {
    width: 100%;
    height: 120px;
    resize: none;
    background-color: transparent;
    border: none;
    border: 1px solid #fff;
    padding: 10px;
    margin-bottom: 15px;
}

.modal-body input::placeholder {
    text-align: left;
    color: #fff;
}

.modal-body textarea::placeholder {
    text-align: left;
    color: #fff;
}

.contact_enq_btnq {
    text-align: center;
}

.contact_enq_btnq input[type=submit] {
    width: auto;
    padding: 7px 25px;
    background: #feb511;
    border: none;
    color: #000;
    font-size: 15px;
    border-radius: 2px;
}

.modal-body select {
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    color: #fff;
}

.modal-body option {
    color: #000;
}

.modal-content {
    background-color: #405357;
}

.modal-header h4 {
    color: #fff;
    text-align: center;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

.modal-footer {
    border: none;
}


.services22 {
    width: 100%;
    padding: 50px 0px;
    background: #feb511;
}


.services_right ul li {
    width: 30%;
    margin: 10px 1%;
    list-style: none;
    display: inline-block;
}

.services_right .slick-track {
    width: 100% !important;
}

.services_right .slick-slide {
    width: 100% !important;
}


.services_right .slick-slide img {
    display: inline-block;
}

.services_right ul li a {
    text-decoration: none;
}

.thumbnail-image2 {


    list-style: none;
    /* display: inline-block!important;*/
}

.thumbnail-image2 img {
    width: 50px;
    display: block !important;
    margin: auto !important;
}

.thumbnail-image2 a {
    text-decoration: none;
}

.thumbnail-image2 h3 {
    font-size: 16px;
    color: #000;
    margin: 20px 0px 0px 0px;
    min-height: 55px;
    text-transform: capitalize;
}

.slider-nav .slick-slide {
    float: none !important;
    display: inline-block !important;
    width: 30% !important;
    text-align: center;
    margin: 10px 1%;
}

/*main_engg_solu*/
.main_engg_solu {
    width: 100%;
    padding: 60px 0px;
}

.main_engg_solu_right img {
    width: 100%;
    height: auto;
}

.main_engg_solu_left h2 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.main_engg_solu_inn {
    margin-top: 40px;
}

.main_engg_solu_left2 h3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.main_engg_solu_left2 ul {
    margin: 0px;
    padding-left: 20px;
}

.main_engg_solu_left2 li {
    list-style: none;
    margin-bottom: 6px;
    position: relative;
    padding-left: 15px;

    color: #313e5b;
    font-size: 14px;
    text-align: justify;

}

.thumbnail-image2 {
    text-align: center;
    margin-bottom: 40px;
}

.thumbnail-image2 h3 {
    text-align: center;
}

.main_engg_solu_left2 li:before {
    content: "\f00c";
    color: #000;
    font-size: 10px;
    font-family: "fontawesome";
    font-weight: 400;
    position: absolute;
    left: 0px;
    top: 3px;
}

.main_resources {
    width: 100%;
    padding: 60px 0px;
}

.main_resources .table th,
.main_resources .table td {
    padding: 15px;
    font-size: 14px;
    line-height: 50px;
    text-transform: uppercase;
}

.main_resources_table table {
    margin: 20px 0px;
}

.main_resources_table thead {
    background: #0084cb;
    color: #fff;
}

.main_tm {
    width: 100%;
    padding: 70px 0px;
}

.main_tm_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.main_tm_c h3 {
    text-align: left;
    font-size: 24px;
    margin: 0px 0px 20px 0px;
}

.main_management3_bx_btn {
    text-align: center;
    margin-top: 20px;
}

.main_management3_bx_btn a {
    text-decoration: none;
    color: #fff;
    background: #405357;
    padding: 8px 20px;
    border-radius: 5px;
}

/*main_approval*/
.main_approval {
    width: 100%;
    padding: 70px 0px;
}

.main_approval_bx {
    width: 100%;
    box-shadow: 0 5px 6px 1px rgb(0 0 0 / 20%);
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

.main_approval_bx img {
    width: 100%;
    height: 250px;
    object-fit: contain;
}

.main_approval_bx h3 {
    margin: 0px;
    padding: 10px;
    text-align: center;
    font-size: 21px;
}

/*main_gallery33*/
.main_gallery33 {
    width: 100%;
    padding: 70px 0px;
}

.main_gallery33_bx img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.main_gallery33_bx {
    margin-bottom: 20px;
}

.main_resources .table img {
    width: 100px;
    height: 50px;
    object-fit: cover;
}



.main_approval .clients_bx img {
    width: 100%;
    height: 90px;
    object-fit: contain;
}

.sec_title22 {
    padding: 0px !important;
}

.main_resources p {
    font-size: 15px;
}