﻿@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&amp;display=swap');


.header-area {
    background-color: #313c8c !important;
    height: 100px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}

.header-wrapper--shadow {
    -webkit-box-shadow: transparent !important;
    box-shadow: transparent !important;
}

.header-navigation__nav--style4 nav > ul > li > a {    
    padding: 40px 10px !important;
}

.header-navigation__nav nav > ul > li > a {
    display: block;
    font-size: 16px;
    color: #fff;
	letter-spacing: 1px;
    line-height: 1.21;
    font-weight: 500;
    padding: 46px 16px;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-navigation__nav nav > ul > li:hover > a {
    color: #354c9c;
    background-color: #fff;
}

.submenu li > a:hover {
    color: #354c9c !important;
}

.submenu {
    border-bottom: 3px solid #313c8c !important;
}
/*  NEW SLIDER MAIN CSS START  */

/*****  slider fade start *****/
.carousel-inner {
    background: #fff;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 3;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.filterDiv {
    background-color: transparent;
    color: #ffffff;
    width: 100%;
    text-align: center;
    margin: 0px;
    display: none;
}
/*****  slider fade end *****/


/*   SLIDER SETTING START   */

.carousel-caption {
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding-top: 0px;
    color: #fff;
    text-align: left;
    text-shadow: none !important;
    top: 140px;
    padding-bottom: 0px !important;
}

    .carousel-caption h1 {
        font-size: 92px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        line-height: 74px;
        text-transform: uppercase;
        color: #fff;
    }

    .carousel-caption h2 {
        font-size: 42px;
        font-weight: normal;
        line-height: 0px;
        margin-left: 0px;
        color: #fff;
        margin-top: 42px;
    }

.banner2-small-test-top-spce {
    margin-top: 60px !important;
    line-height: 36px !important;
}

.banner3-small-test-top-spce {
    margin-top: 60px !important;
    line-height: 36px !important;
}

.banner4-small-test-top-spce {
    margin-top: 60px !important;
    line-height: 36px !important;
}

.banner5-small-test-top-spce {
    margin-top: 60px !important;
    line-height: 36px !important;
}






.carousel-caption {
    right: 20%;
    left: 19.5%;
    padding-bottom: 30px;
}


.carousel-indicators {
    left: 20%;
    bottom: 60px;
}

    .carousel-indicators li {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: 0px 2px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        border: transparent;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 15px;
        height: 15px;
        margin: 0;
        background-color: #99adb8;
    }

.nav-circleslide svg.icon {
    fill: rgb(255 255 255 / 44%);
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
    border: 2px solid rgb(255 255 255 / 44%);
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 0px;
}

.home-slider nav a {
    position: absolute;
    bottom: 16%;
    display: block;
    outline: none;
    text-align: left;
    z-index: 1000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .home-slider nav a.prev {
        left: 18.7%;
    }

    .home-slider nav a.next {
        left: 21.3%;
    }

.nav-circleslide svg.icon:hover {
    background-color: #313c8c;
    -webkit-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}

.nav-circleslide .icon-wrap {
    position: relative;
    z-index: 100;
    display: block;
    padding: 0px;
}

.demo-top-spce {
    margin-top: 25px;
}

.section-space--bottom--100 {
}
/*   SLIDER SETTING END   */


.slider-arrow-bottom {
    z-index: 999999999999999999999999999999999999;
    display: inline;
}

    .slider-arrow-bottom img {
        text-align: center;
        margin: 0 auto;
        margin-top: -10%;
        z-index: 0;
        position: absolute;
        left: 23%;
        right: 23%;
    }

/*  NEW SLIDER MAIN CSS END  */

.submenu-drop {
    min-width: 200px !important;
}

.about-tile h2 {
    color: #313c8c;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}


.about-tile p {
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    text-align: justify;
}

.about-title2 {
    margin-left: 30px;
}

    .about-title2 h2 {
        color: #2a2928;
        font-size: 72px;
        line-height: 73px;
        font-weight: normal;
        margin-bottom: 25px;
        text-transform: uppercase;
    }

    .about-title2 ul li {
        display: inline-block;
        margin-right: 10px;
    }



.buttons-about {
    position: absolute;
    bottom: 0;
}




.btn-read-more {
    position: relative;
    -webkite-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-bottom: 2px;
    color: #313c8c;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    width: auto;
    margin-top: 17px;
}

    .btn-read-more::before {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        height: 2px;
        width: 0;
        background: #ff6119;
        z-index: 1;
        -webkite-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .btn-read-more .text-btn {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        left: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
        -webkite-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .btn-read-more i {
        font-size: 14px;
        position: relative;
        top: 1px;
        display: inline-block;
        vertical-align: middle;
        line-height: inherit;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
        -webkite-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        margin: 0;
        right: -2px;
    }

    .btn-read-more::after {
        clear: both;
        display: block;
        width: 100%;
        width: 100%;
        background-color: #d6d6d6;
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
    }

*, ::after, ::before {
    box-sizing: border-box;
}

.btn-read-more:hover {
    color: #ff6119;
}

.btn-read-more:hover {
    color: #ff6119;
}

a, a:hover, a:focus, a:active, button:focus {
    text-decoration: none;
    border: none;
    outline: 0;
    color: #FFF;
}

    a:hover {
        color: #ffeb00;
    }

.btn-read-more {
    position: relative;
    -webkite-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-bottom: 2px;
    color: #313c8c;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    width: auto;
    margin-top: 17px;
}

    .btn-read-more:hover i {
        opacity: 0;
    }

    .btn-read-more i {
        font-size: 14px;
        position: relative;
        top: 1px;
        display: inline-block;
        vertical-align: middle;
        line-height: inherit;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
        -webkite-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        margin: 0;
        right: -2px;
    }

    .btn-read-more:hover::before {
        left: 0;
        width: 100%;
        right: auto;
    }

    .btn-read-more::before {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        height: 2px;
        width: 0;
        background: #ff6119;
        z-index: 1;
        -webkite-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .btn-read-more:hover .text-btn {
        position: relative;
        left: 4px;
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        transform: translateX(4px);
        -webkite-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }








.section-title {
    margin-bottom: 35px;
}

    .section-title h2, .section-title-left h2 {
        padding-left: 60px;
        position: relative;
    }

    .section-title h2, .section-title-left h2 {
        color: #666;
        display: block;
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        letter-spacing: .20px;
        font-size: 14px;
        line-height: 14px;
        margin: 0;
        margin-bottom: 15px;
        font-weight: 600;
    }

        .section-title h2::after, .section-title-left h2::after {
            background: #df2028;
            line-height: 27px;
            position: absolute;
            left: 0;
            content: "";
            top: 5px;
            height: 3px;
            width: 40px;
        }

    .section-title h3 {
        margin-bottom: 20px;
    }

@font-face { font-family: 'oswald'; src: url(fonts/oswald/oswald-webfont.woff) format("woff"), url(fonts/oswald/oswald.ttf) format("truetype"); font-weight: 500; font-style: normal; }
    .section-title h3, .section-title-left h3 {
      color: #ff0018;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 0px;
		letter-spacing: 1px;
    text-align: center;
    /* text-transform: uppercase; */
font-family: oswald;
    }


.ht-swiper-button-next {
    right: 16px !important;
}

.ht-swiper-button-nav {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 0% !important;
    top: 100% !important;
}

.ht-swiper-button-prev {
    left: 95px !important;
}



.section-space--inner--120-new {
    padding-top: 50px !important;
}





.services-item-two:hover .services-box-img,
.services-item-two.active .services-box-img {
    opacity: 1;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    visibility: visible;
}

.services-item-two:hover .content-box h4,
.services-item-two.active .content-box h4,
.services-item-two:hover .content-box p,
.services-item-two.active .content-box p {
    color: #FFF;
    -webkite-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.services-two {
    background: #fff;
}

.services-item-one img {
    transition: 0.4s;
}

.services-item-one:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.services-item-one .img-services {
    position: relative;
    overflow: hidden;
}

.services-item-one .content-box {
    background: #f5f5f5;
    text-align: left;
    padding: 30px;
    transition: 0.4s;
    margin: -30px 20px 0;
    z-index: 2;
    position: relative;
    border: 1px solid #f1f1f1;
    border-bottom: 3px solid #df2028;
    position: relative;
}

    .services-item-one .content-box h4 {
        color: #313c8c;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0px;
        text-transform: capitalize;
        padding-left: 0px;
        padding-top: 3px;
        line-height: 25px;
    }

    .services-item-one .content-box span {
        font-size: 50px;
        color: #ff6119;
        display: block;
        line-height: 50px;
        position: absolute;
        top: 30px;
        left: 30px;
    }

        .services-item-one .content-box span::before {
            margin: 0;
            font-size: 50px;
            color: #ff6119;
            display: block;
            line-height: 50px;
        }

    .services-item-one .content-box p {
        margin-bottom: 0;
        line-height: 24px;
        margin-top: 20px;
    }

    .services-item-one .content-box .read-more {
        color: #898989;
        font-size: 12px;
        display: inline-block;
        font-weight: 700;
        margin-top: 15px;
        border-bottom: 2px solid #898989;
        line-height: 20px;
        text-transform: uppercase;
    }

        .services-item-one .content-box .read-more:hover {
            color: #ff6119;
            border-bottom: 2px solid #ff6119;
        }

.services-carousel .owl-nav {
    position: absolute;
    top: -143px;
    width: 100%;
    z-index: 999;
    transform: translateY(-50%);
}

    .services-carousel .owl-nav div {
        width: 40px;
        height: 40px;
        color: #313c8c;
        text-align: center;
        line-height: 42px;
        font-size: 16px;
        background: #f9f9f9;
        border-radius: 1px;
        border: 1px solid #eee;
        z-index: 999;
    }

        .services-carousel .owl-nav div.owl-prev {
            right: 50px;
            position: absolute;
            transition: all 0.4s ease 0s;
        }

        .services-carousel .owl-nav div.owl-next {
            right: 0px;
            position: absolute;
            transition: all 0.4s ease 0s;
        }

        .services-carousel .owl-nav div:hover {
            background: #ff6119;
            color: #fff;
            border: 1px solid #ff6119;
        }

.services-three {
    background: #f9f9f9;
    position: relative;
}

.services-item-three {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.4s;
    margin-bottom: 30px;
    padding-left: 35px;
}

    .services-item-three:hover .content-box {
        background: #313c8c;
        border: 1px solid #313c8c;
        border-bottom: 3px solid #313c8c;
    }

        .services-item-three:hover .content-box h4,
        .services-item-three:hover .content-box p,
        .services-item-three:hover .btn-read-more {
            color: #FFF;
        }







.industry-six-slider__content {
    background-color: #313c8c !important;
}

.industry-six-slider__single-slide {
    padding-left: 382px !important;
}

.industry-six-slider__content .slider-no {
    font-size: 35px !important;
    font-weight: 400 !important;
    margin-bottom: 40px !important;
}

.industry-six-slider__content .slider-title {
    color: #ffffff;
    font-size: 30px !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.see-more-link {
    font-size: 14px !important;
}

.industry-six-slider__content .see-more-link:hover {
    color: #f03139 !important;
}







.grey-bg {
    background-color: #ffffff !important;
}

/*.swiper-container {
	margin: none !important;
}

.industry-four-slider__container {
	padding: 0px 30px 0px 30px !important;
		margin-right: 50px !important;
	background-color: #fff;
	margin-left: -10px !important;
}*/
/*.industry-four-slider__single-slide {border-right: solid 1px #666 ;
}*/

/*.logo-width {width: 240px !important;}*/


.right-border {
    width: 272px;
    padding-right: 0px !important;
    text-align: center;
}

.industry-four-slider__single-slide:before {
    background-color: transparent !important;
}

.industry-four-slider__single-slide .image {
    margin-bottom: 25px !important;
}

.industry-four-slider__single-slide .content .title {
    font-size: 22px !important;
}

    .industry-four-slider__single-slide .content .title a:hover {
        color: #344c9b !important;
    }


.section-space--inner--120 {
  
}


.dark-bg {
    background-color: #fefefe !important;
}

.footer-widget__title {
    color: #3d3d3d !important;
    font-size: 22px !important;
    border-bottom: solid 1px #3d3d3d;
    padding-bottom: 20px !important;
}

.footer-widget__navigation li a {
    color: #fff !important;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    line-height: 1.2;
}

.footer-widget__navigation--address li {
    color: #aaaaaa !important;
}

    .footer-widget__navigation--address li i {
        font-size: 16px !important;
        color: #aaaaaa !important;
        margin-right: 8px;
    }

.footer-widget__navigation li a:hover {
    text-decoration: none !important;
    color: #ffeb00 !important;
}

.footer-widget__navigation {
    font-size: 15px;
    font-weight: 500;
}

.footer-desc {
    color: #aaaaaa !important;
    margin-bottom: 35px;
    max-width: 370px;
}

.footer-intro-wrapper .social-links li a {
    color: #aaaaaa !important;
    font-size: 26px;
}

    .footer-intro-wrapper .social-links li a:hover {
        color: #313c8c !important;
        font-size: 26px;
    }

.foter-bg {
    background-color: #313c8c;
    padding: 0px 15px;
}


.footer-copyright-left {
    color: #ffffff !important;
    font-size: 14px;
}

a.scroll-top {
    background-color: #ea343a !important;
}



/*####Pramod####*/



.img-colarge2 {
    position: relative;
    height: 100%;
    margin-bottom: 110px;
}


.colarge-2 {
    position: relative;
    margin-right: 180px;
    z-index: 1;
    border: 10px solid #313c8c;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.colarge-2-1 {
    position: absolute;
    left: 160px;
    bottom: 0px;
    max-width: 370px;
    border: 10px solid #313c8c;
}

.since-year-outer2 {
    position: relative;
}

.since-year2 {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

    .since-year2 span {
        color: #00173c;
        font-size: 60px;
        font-weight: 300;
        font-family: 'Teko', sans-serif;
        display: block;
        line-height: 60px;
        position: relative;
    }

    .since-year2 strong {
        color: #ff5e15;
        font-size: 100px;
        font-weight: 500;
        font-family: 'Teko', sans-serif;
        display: block;
        line-height: 50px;
    }




.slide-right {
    -webkit-animation: slide-right 1.5s ease-in-out infinite alternate both;
    animation: slide-right 1.5s ease-in-out infinite alternate both;
}

@-webkit-keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.abt-iner-text p {
    padding-right: 60px;
}

.abt-line {
    border-left: 4px solid #f62e36;
    position: relative;
    padding-left: 25px;
}

    .abt-line .fa-quote-left {
        position: absolute;
        left: 10px;
        top: 0px;
        color: rgb(146 146 146 / 30%);
        font-size: 40px;
    }

.hed-pading-left {
    padding-right: 14px;
}

    .hed-pading-left h2 {
        line-height: 35px;
    }



.section-tp-bt-pading {
    padding-top: 5px;
    padding-bottom: 5px;
}

.mt-50 {
    margin-top: 50px;
}

#vsion-bg {
    background-color: #eff3f6;
}

.bg-white {
    background-color: #fff !important;
}

.animate_line {
    position: relative;
    z-index: 0;
    padding: 15px 15px;
}

    .animate_line:before {
        right: 5px;
        top: 5px;
    }

    .animate_line:after, .animate_line:before {
        content: "";
        height: 4px;
        width: 0px;
        position: absolute;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        z-index: -1;
    }

    .animate_line:hover:after, .animate_line:hover:before {
        width: 50%;
        height: 50%;
        background: #df2028;
    }

    .animate_line:after {
        left: 5px;
        bottom: 5px;
    }

    .animate_line:after, .animate_line:before {
        content: "";
        height: 4px;
        width: 0px;
        position: absolute;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        z-index: -1;
    }

    .animate_line:hover:after, .animate_line:hover:before {
        width: 50%;
        height: 50%;
        background: #f62e36;
    }

.pding-tp-bt {
    padding: 60px 50px;
}

.icon-content {
    text-align: left;
    min-height: 125px;
}

.vis-img img {
    margin-bottom: 15px;
    z-index: 11;
}

/*.bg-white:hover {
	background-color: #313c8c !important;
}

.bg-white:hover h2 {
	color: #fff;
}

.bg-white:hover p {
	color: #fff;
}

.bg-white:hover .vis-img img {
	z-index: 9999;
	color: #fff;
	background-color: #fff;
}*/
/*.team-bg-map {
   background-image:url('../img/team-banner.png');
	background-repeat: repeat-x;
  
}
.team-bg-map {
   
}
.team-bg{
	position: relative;
	z-index: 1;
}
.site-bg-secondry{
		background-color: #00173c;
}*/
/*.team-sect{
	position: absolute;
	width: 100%;
	height: 40%;
	z-index: -1;
	left: 0px;
	bottom: 0px;
}*/
.wt-team-1 .wt-media {
    position: relative;
    overflow: hidden;
    text-align: center;
}

    .wt-team-1 .wt-media img {
        width: 100%;
    }

.wt-team-1 .team-social-center {
    position: absolute;
    top: 100%;
    right: 0px;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    border: 7px solid #ed3239;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    overflow: hidden;
}

    .wt-team-1 .team-social-center ul {
        list-style: none;
        position: absolute;
        top: 50%;
        left: 50%;
        overflow: hidden;
        text-align: left;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

        .wt-team-1 .team-social-center ul li {
            display: inline-block;
            position: relative;
            -webkit-transition: all 0.5s linear;
            -moz-transition: all 0.5s linear;
            -ms-transition: all 0.5s linear;
            -o-transition: all 0.5s linear;
            transition: all 0.5s linear;
        }

            .wt-team-1 .team-social-center ul li a {
                color: #fff;
                font-size: 20px;
                padding: 5px 5px;
                display: inline-block;
            }

.wt-team-1:hover .team-social-center {
    top: 0px;
}

.wt-team-1 .team-social-center ul li a:hover {
    color: #ff5e15;
}

.wt-team-1 .wt-info {
    position: relative;
}

.wt-team-1 .team-position {
    line-height: 20px;
    display: block;
}

.heder-top-bg {
    /*background-image:url('../img/team-banner.png');*/
    position: relative;
    z-index: 1;
}

.hed-team::after {
    background: rgba(0, 0, 0, 0) url('../img/team-banner.png') repeat center;
    content: "";
    height: 400px;
    left: 0;
    opacity: 0.1;
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0px;
}

.team-color {
    background-color: #313c8c;
    min-height: 400px;
    position: relative;
    /* top: -188px; */
    bottom: 100px;
}

.sect-reletive {
    position: relative;
    bottom: 120px;
    z-index: -11;
}

.team-detail {
    padding-top: 30px;
}

.tem-text h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #ed3239;
}

    .tem-text h3 a:hover {
        color: #fff;
    }

.tem-text span {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #313c8c;
}

.tem-hover-tex {
    padding: 12px 25px;
}

    .tem-hover-tex h3 {
        color: #fff;
        font-size: 15px;
        text-align: left;
        line-height: 22px;
        padding-top: 10px;
        text-align: center;
    }

    .tem-hover-tex p {
        color: #fff;
        text-align: left;
        margin-bottom: 2px;
        text-align: center;
        font-weight: 400;
        line-height: 20px;
    }

#owl-carousel-text1 .owl-nav {
    position: absolute;
    top: -70px;
    right: 20px;
    z-index: 100;
    bottom: auto;
    /*margin-top: 50px;*/
}

.owl-theme .owl-nav [class*=owl-] {
    background-color: transparent;
    top: 25%;
    background: #fff;
}

.owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 30px;
}

.our-team-two {
    width: 100%;
    /*background: #02185a;*/
    position: relative;
    /*height: 960px;*/
    margin-bottom: 5%;
}

    .our-team-two .overlay {
        background-image: url(../img/map.png);
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        background-attachment: fixed;
        /*height: 900px;*/
        /*opacity: 0.2;*/
    }

.overlay {
    background: linear-gradient(45deg, rgba(38, 38, 47, 0.95) 0%, rgba(38, 38, 47, 0.95) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.team-hed-text h2 {
    color: #fff;
}

.abt-title1 h2 {
    color: #fff;
}

.team-hed-text h3 {
    color: #fff;
}

.team-hed-text {
    position: relative;
}

.abt-title1 p {
    color: #fff;
}

.slide-team {
    position: relative;
    /*bottom: -60px;*/
}

.text1 .fa-quote-left {
    color: rgb(146 146 146 / 82%);
}

.side-bom {
    /*position: absolute !important;*/
    top: 60px;
}

.foot1 {
    padding-top: 4%;
}

.clients {
    position: relative;
    /*background: #02185a;*/
    padding: 60px 0px;
}

    .clients .overlay {
        background-image: url(../img/group-img.png);
        background-position: center center;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        position: absolute;
        /*opacity: 0.1;*/
    }

.owl-grop {
}

#owl-carousel-text2 .owl-nav .owl-next {
    position: absolute;
    /*top: -70px;*/
    right: -70px;
    z-index: 100;
    bottom: 70px;
    /* margin-top: 50px; */
    line-height: 31px;
}

#owl-carousel-text2 .owl-nav .owl-prev {
    position: absolute;
    /*top: -70px;*/
    left: -70px;
    z-index: 100;
    bottom: 70px;
    /* margin-top: 50px; */
    line-height: 31px;
}

.section-tex-tile h2 {
    color: #fff;
}

.about-img-two {
    position: relative;
    padding-right: 35px;
    padding-left: 35px;
}

    .about-img-two .abt-ceo-text {
        width: 100%;
        position: relative;
        z-index: 55;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    }

    .about-img-two .overlay-about {
        color: #fff;
        position: absolute;
        width: 100%;
        top: 35px;
        bottom: 35px;
        right: 0;
        background: #ea343a;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    }
/*.about-img-two .pos-text {
		position: absolute;
		z-index: 66;
		bottom: -10px;
		left: 55px;
		right: 55px;
		top: -10px;
		border: 2px solid rgba(255, 255, 255, .9);
		background: rgba(14, 27, 62, 0.2);
	}*/
.header-banner {
    background-image: url(../img/banner/about-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    min-height: 400px;
    padding: 140px 0px;
}

.product-banner {
    background-image: url(../img/banner/prodct-detail.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    min-height: 15px;
    padding: 70px 0px;
}

.contct-banner {
    background-image: url(../img/banner/contact-us.png);
}

.client-banner {
    background-image: url(../img/banner/client-banner.png);
}

.group-com-banner {
    background-image: url(../img/banner/group-com-banner.png);
}

.sitemap-banner {
    background-image: url(../img/banner/sitemap-banner.png);
}

.certifi-banner {
    background-image: url(../img/banner/certifi-banner.png);
}

.dealship-banner {
    background-image: url(../img/banner/dealship-banner.png);
}

.enquiry-banner {
    background-image: url(../img/banner/enquiry-banner.png);
}

.download-banner {
    background-image: url(../img/banner/bg_banner.jpg);
}

.career-banner {
    background-image: url(../img/banner/career-banner.png);
}

.gallery-banner {
    background-image: url(../img/banner/gallery-banner.png);
}

.ourteam-banner {
    background-image: url(../img/banner/our-team.png);
}

.qulity-banner {
    background-image: url(../img/banner/quality.png);
}

.infra-banner {
    background-image: url(../img/banner/Infrastructure.png);
}




.anchor {
    display: block;
    position: relative;
    top: -130px;
    visibility: hidden;
}

.abt-ceo-text {
    background-color: #313c8c;
}

.ceo-text h2 {
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    font-style: italic;
    position:relative;
}

.abt-ceo-text img {
    margin-bottom: 15px;
}

.abt-ceo-text .fa-quote-left {
    color: #fff;
    font-size: 50px;
}

.abt-ceo-text {
    padding: 50px 55px;
}

.ceo-text p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.ceo-text h2::before {
    background: #df2028;
    line-height: 27px;
    position: absolute;
    left: 0px;
    right: 0;
    content: "";
    height: 3px;
    width: 40px;
    bottom: -18px;
}

.abt-line p {
    color: #313c8c;
    font-size: 18px;
    font-weight: 500;
}

.abt-cust-text h2 {
    font-size: 30px;
}

.text-bg {
    background-color: #313c8c;
}

    .text-bg p {
        color: #fff;
        padding: 25px 20px;
        line-height: 30px;
    }

.bg-white {
    border-bottom: 3px solid #ea343a;
}

    .bg-white:hover {
        background-color: #313c8c !important;
        border: 1px solid #313c8c;
        border-bottom: 3px solid #ea343a;
    }

        .bg-white:hover .icon-content {
            color: #fff;
        }

            .bg-white:hover .icon-content h2 {
                color: #fff;
            }

            .bg-white:hover .icon-content p {
                color: #fff;
            }

.imgroicon {
    position: absolute;
    left: 70px;
    right: 0;
    z-index: 0;
    top: 55px;
}

.bg-white:hover .imgroicon1 {
    position: relative;
    top: -7px;
    left: 3px;
    right: 0;
    z-index: 999;
    /*opacity: 0;*/
}

.bg-white:hover .imgroicon {
    z-index: -111;
}

.text-bg1 {
    background-color: #fff;
}

    .text-bg1 p {
        padding: 25px 20px;
        padding-right: 110px;
        line-height: 35px;
    }

.team-one-item {
    position: relative;
    overflow: hidden;
}

.our-team .team-one-item img {
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 1000px !important;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.team-one-item .overlay-team {
    position: absolute;
    left: 10px;
    bottom: 10px;
    right: 10px;
    top: 10px;
    z-index: 25;
    opacity: 0;
    display: block;
    background: #1f00ff78;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
}

    .team-one-item .overlay-team .inner-overlay {
        position: absolute;
        left: 0px;
        top: 30px;
        width: 100%;
        height: 100%;
        display: table;
        z-index: 1;
        padding: 10px 10px;
        vertical-align: middle;
        opacity: 0;
        transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -webkit-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
    }

        .team-one-item .overlay-team .inner-overlay .text-team {
            position: relative;
            text-align: center;
            display: table-cell;
            vertical-align: middle;
        }

.item-team:hover .team-one-item img {
    opacity: 0.9;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.item-team:hover .team-one-item .overlay-team {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.item-team:hover .text-team .links-case .zoom-case {
    display: none;
}

    .item-team:hover .team-one-item .overlay-team .inner-overlay {
        opacity: 1;
        top: 0;
        transition-delay: 0.5s;
    }

.footer-team {
    padding: 8px;
    text-align: center;
    background: #0055a3;
    border: 1px solid #f1f1f1;
    border-bottom: 3px solid #0093ff;
}

    .footer-team h4 {
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        text-transform: capitalize;
        display: block;
        line-height: 18px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .footer-team p {
        color: #898989;
        font-size: 14px;
        margin-bottom: 0px;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 22px;
    }

.our-team-two .team-carousel .item-team {
    margin-bottom: 30px;
}

#owl-carousel-text2 .owl-nav {
    display: none;
}

.button2 {
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    border: 1px solid #ea343a;
    overflow: hidden;
    background-color: #ea343a;
    border-radius: 50px;
}

.sim-button {
    line-height: 50px;
    height: 50px;
    text-align: center;
    /*margin-right: auto;*/
    margin-left: auto;
    width: 40%;
    cursor: pointer;
    margin-top: 40px;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}

.button2::after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.button2 span {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.button2:hover {
    background-color: #313c8c;
    border: 1px solid #313c8c;
    color: #fff;
}

    .button2:hover > span {
        opacity: 0;
        -webkit-transform: translate(0px,-40px);
        transform: translate(0px,-40px);
    }

    .button2:hover::after {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.hed-menu {
    background-color: #fff !important;
}

.menu-stsic nav > ul > li > a {
    color: #000000;
}

.menu-stsic nav > ul > li:hover > a {
    color: #ff0000;
    background-color: #fff;
}

.ab-hede-set {
    background-color: #f5f5f5;
}

/*.goup-img img {
	width: 80% !important;
}*/

.abt-bg {
    background-color: #fff;
}

    .abt-bg p {
        padding: 15px 20px;
        line-height: 30px;
    }
	
	
@font-face { font-family: 'muli'; src: url(fonts/muli/mulibold-yzevy-webfont.woff) format("woff"), url(fonts/muli/MuliBold-YzEVy.ttf) format("truetype"); font-weight: bolder; font-style: normal; }
.page-title-heading {
    color: #fff;
    position: relative;
   
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 50px;
	text-align: center;
	font-family: oswald;
	letter-spacing:1px;
}

.page-site-link {
    text-align: left;
    padding: 0;
    background: none;
    display: block;
    margin: 0;
    border: none;
    border-radius: 0;
    margin-top: 20px;
}

    .page-site-link li {
        display: inline-block;
        position: relative;
        padding-right: 5px;
        padding-left: 5px;
        font-size: 16px;
        font-weight: 500;
        color: #eee;
        text-transform: capitalize;
        transition: 0.4s;
        letter-spacing: 0.20px;
        font-family: 'Roboto', sans-serif;
    }

        .page-site-link li a {
            transition: 0.4s;
        }

.left-side-bar {
    max-width: 340px;
}

.widget {
    margin-bottom: 40px;
}

.body-widget {
    position: relative;
    background: #fff;
    padding: 35px 15px;
    border: 2px solid #ccc;
    border-bottom: 3px solid #ea343a;
}

.title-widget h3 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    color: #313c8c;
    margin-bottom: 30px;
}

.links-services {
    padding-left: 0;
    margin-bottom: 0;
    border-top: none;
}

    .links-services li {
        border-bottom: 1px solid #f5f3f3;
        margin-right: 0;
        margin-left: 0;
    }

        .links-services li.active a {
            color: #ff6119;
            padding-left: 10px;
        }

        .links-services li a {
            font-size: 16px;
            font-weight: 500;
            padding-bottom: 15px;
            display: inline-flex;
            line-height: 15px;
            text-transform: capitalize;
            color: #898989;
            padding-top: 15px;
            transition: all .4s;
            line-height: 25px;
        }

            .links-services li a i {
                margin-right: 10px;
            }

            .links-services li a:hover {
                color: #ea343a;
                padding-left: 10px;
            }

.title-widget {
    /*border-bottom: 1px solid #f5f3f3;*/
}

.btn-link .title-widget h3 {
    margin-bottom: 15px;
}
/*.sub-li {
	margin-left: 20px;
}*/

.sub-li li a {
    font-weight: 400;
    font-size: 15px;
}

.our-pro-text {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
}

    .our-pro-text h3 {
        font-size: 17px;
        line-height: 25px;
        text-align: center;
        color: #fff;
        font-weight: 400;
        margin: 0;
        position: absolute;
        width: 100%;
        bottom: 0px;
        padding: 6px 10px;
        background-color: #313c8c;
    }

.our-pro {
    position: relative;
}

.tem-hover-tex span {
    font-size: 13px;
    color: #fff;
}

.ab-list li {
    color: #696969;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    padding-top: 15px;
    transition: all .4s;
    line-height: 25px;
}

    .ab-list li i {
        margin-right: 10px;
    }

    .ab-list li::before {
        content: '\f105';
        /*width: 8px;
	height: 8px;*/
        position: absolute;
        margin-top: 8px;
        margin-left: -20px;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
    }

.ab-list {
    margin-left: 30px;
    margin-right: 30px;
}

.abt-con-text {
    padding: 25px 25px;
}

.pro-text h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0px;
}

.pnel-hed a {
    font-size: 21px;
    font-weight: 500;
    display: block;
    /*color: #313c8c;*/
}

.pnel-hed .activ {
    color: #ea343a;
}

.plusminus {
    float: right;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    position: absolute;
    bottom: 8px;
    right: 25px;
    text-align: center;
    width: 25px;
    line-height: 25px;
    height: 25px;
    background-color: #ea343a;
}

.hed-tbes {
    position: relative;
}

.pnel-hed:hover a {
    color: #ea343a;
}

.links-case {
    position: absolute;
    top: 20px;
    right: 10px;
}

.links-case {
    position: absolute;
    top: 0px;
    right: 0px;
}

    .links-case div {
        display: inline-block;
    }

        .links-case div a {
            margin-right: 5px;
            margin-left: 5px;
            transition: .4s;
            width: 40px;
            height: 40px;
            border-radius: 0px;
            font-size: 14px;
            line-height: 40px;
            text-align: center;
            color: #313c8c;
            border: 1px solid #f1f1f1;
            background: #fff;
            display: block;
        }

#owl-carousel-produt .owl-nav {
    position: absolute;
    top: -70px;
    right: 20px;
    z-index: 100;
    bottom: auto;
    /* margin-top: 50px; */
}

    #owl-carousel-produt .owl-nav .owl-prev {
        border: 1px solid #ccc;
    }

    #owl-carousel-produt .owl-nav .owl-next {
        border: 1px solid #ccc;
    }

.prod-slid-top {
    top: 0;
}

#owl-carousel-produt .owl-stage-outer {
    padding-top: 5%;
}
/*.sub-li li::before {
	content: "\f00c";
	position: absolute;
	margin-top: 8px;
	margin-left: -20px;
	font-weight:300;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
}*/
#tab-hed-prodct .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 35px;
    z-index: 100;
    bottom: 0px;
    line-height: 31px;
    background: none;
    color: #fff;
    font-size: 25px;
}

#tab-hed-prodct .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: 35px;
    z-index: 100;
    bottom: 0px;
    line-height: 31px;
    background: none;
    color: #fff;
    font-size: 25px;
}
.footer-area.section-space--inner--top--120 {
    padding-top: 80px;
}
.fotr-color {
   /* background-color: #000f7e !important;*/
	 background-color: #080f61 !important;
    /*#22285e*/
}
.footer-desc p{margin-bottom:5px;}
.foot-title {
    color: #fff !important;
    border-bottom: solid 1px #fff;
    padding-bottom: 20px !important;
}

.fot-li li a {
    color: #fff !important;
}

.fot-text {
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
}

.fot-cont li {
    color: #fff !important;
}

    .fot-cont li i {
        color: #fff !important;
    }

.foot-soci li a i {
    color: #fff !important;
}

.foot-copy {
    background-image: linear-gradient( 0deg , #0061b9, #0068c7);
}

.hed-brocher h3 {
    font-size: 22px;
    border-bottom: 0px;
}

.hed-brocher {
    border-bottom: 0px;
}

.pdf-down a span {
    background-color: #ea343a;
    float: right;
    font-size: 12px;
    color: #fff;
    padding: 5px 5px;
    width: 35px;
    height: 35px;
    text-align: center;
    position: relative;
    line-height: 25px;
    bottom: 7px;
    left: 40px;
}

.pdf-down {
    border: 1px solid #000;
    padding: 15px 15px;
    color: #313c8c;
    font-weight: 600;
}

    .pdf-down a {
        position: relative;
        top: 5px;
    }

.con-text p {
    background-color: #313c8c;
    padding: 9px 45px;
    color: #fff;
    text-align: center;
    float: left;
    margin-right: 1px;
}

.con-text span {
    background-color: #313c8c;
    font-size: 12px;
    color: #fff;
    padding: 8px 5px;
    width: 40px;
    height: 41px;
    text-align: center;
    position: relative;
    line-height: 25px;
    bottom: 0px;
    left: 0px;
}

.con-text p:hover {
    background-color: #ea343a;
    cursor: pointer;
}

.con-text span:hover {
    background-color: #ea343a;
    cursor: pointer;
}

.con-text p a:hover {
    color: #fff;
}


.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card {
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
    margin-bottom: 5px;
    border: 1px solid #ddd;
}

.card-header {
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
}

    .card-header .btn-link {
        display: block;
        width: 100%;
        text-align: left;
        padding: 15px 20px;
        background: #fff;
        font-size: 18px;
        color: #313c8c;
        font-weight: 500;
        text-decoration: none;
        border-bottom: 1px solid #ddd;
        white-space: inherit;
        padding-right: 40px;
    }

.card .card-header button:after {
    position: absolute;
    right: 30px;
    top: 7px;
    font-weight: 900;
    position: absolute;
    margin-top: 8px;
    margin-left: -20px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f067";
    font-size: 10px;
    height: 25px;
    width: 25px;
    background: transparent;
    line-height: 25px;
    text-align: center;
    color: #313c8c;
    font-size: 16px;
}

.card-body {
    padding: 20px 15px 15px;
    background: #FFF;
    font-family: 'Roboto', sans-serif;
}

.card .card-header button[aria-expanded="true"] {
    margin-bottom: 0;
    color: #ea343a;
}

    .card .card-header button[aria-expanded="true"]:after {
        content: "\f068";
        background: #ea343a;
        color: #FFF;
    }

/*.collapse .text-displ:not(.show){
	display: block;
}*/



.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.card .card-header title-list:after {
    position: absolute;
    right: 30px;
    top: 7px;
    font-weight: 900;
    position: absolute;
    margin-top: 8px;
    margin-left: -20px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f067";
    font-size: 10px;
    height: 25px;
    width: 25px;
    background: transparent;
    line-height: 25px;
    text-align: center;
    color: #313c8c;
    font-size: 16px;
    display: none;
}

.card .card-header div[aria-expanded="true"] {
    margin-bottom: 0;
    color: #ea343a;
}

    .card .card-header div[aria-expanded="true"]:after {
        content: "\f068";
        background: #ea343a;
        color: #FFF;
        display: none;
    }

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.crd-title {
    border: 0px;
}

    .crd-title .btn-link {
        padding: 15px 0;
    }

    .crd-title .pro-list-tb a i {
        margin-right: 10px;
    }

.title-text-body {
    padding: 0px 12px;
}

.border-botm .pro-list-tb {
    border-bottom: 1px solid #f5f3f3;
    margin-bottom: 10px !important;
}

.nav-link {
    padding: 0;
}

.nav > li > a {
    padding: 15px 0px;
}

.text-proafter h2::after {
    background: #df2028;
    line-height: 27px;
    position: absolute;
    left: 20px;
    right: 0;
    content: "";
    height: 3px;
    width: 40px;
    top: 65px;
}

.text-proafter {
    position: relative;
    padding: 25px 20px;
}

.key-border {
    border: 1px solid;
    margin: 0 0px;
}

.text-proafter h3 {
    color: #313c8c;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
}

.text-border {
    border-right: 1px solid;
}

.fl-title {
    background-color: #313c8c;
    color: #fff;
    padding: 10px 10px;
    margin: 0 auto;
    width: 500px;
    text-align: center;
    margin-bottom: 60px;
}

    .fl-title h3 {
        color: #fff;
    }

.fl-title {
    position: relative;
}

    .fl-title i {
        color: #313c8c;
        top: 50px;
        text-align: center;
        margin: 0 auto;
        font-size: 40px;
        position: absolute;
        left: 0;
        right: 0;
    }

.flow-cht {
    position: relative;
}


.flow-tile2 h3 {
    color: #fff;
}

.cht2 {
    background-color: #ea343a;
    width: 400px;
}

.cht3 {
    background-color: #313c8c;
}

.links-services li .active {
    color: #ea343a;
}

.specitme-tble {
    background-color: #313c8c;
    padding: 10px 15px;
}

    .specitme-tble h3 {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }

.pd-0 {
    padding: 0;
    border: 1px solid #313c8c;
}

.specil-text p {
    color: #313c8c;
    font-size: 14px;
    font-weight: 600;
}

.specil-text {
    padding: 10px 15px;
    background-color: transparent;
}

.borfer {
    border-right: 1px solid #fff;
}

.height {
    min-height: 100px;
}

.case-study-text {
    position: relative;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.lin-hed {
    position: relative;
}

.fot-itme p {
    margin-bottom: 10px;
}

.footer-team h4:hover {
    color: #ea343a;
}

.contact-item {
    margin-bottom: 30px;
    background: #ffffff;
    padding: 30px 20px;
    border: 1px solid #eee;
    border-radius: 2px;
	    border-radius: 10px;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 7%);
}

    .contact-item .inner-contact {
        position: relative;
        padding-left: 50px;
        margin-bottom: 20px;
        border-bottom: 1px solid #e6e4e4;
        padding-bottom: 25px;
    }

        .contact-item .inner-contact span {
            position: absolute;
            left: 0;
            top: 0;
            height: 40px;
            width: 40px;
            background: #ea343a;
            border: 1px solid #ea343a;
            text-align: center;
            line-height: 40px;
            font-size: 16px;
            color: #ffffff;
            border-radius: 2px;
        }

        .contact-item .inner-contact h4 {
            font-size: 18px;
            line-height: 18px;
            padding-top: 10px;
            font-weight: 600;
            color: #313c8c;
            padding-bottom: 10px;
            text-transform: capitalize;
        }

    .contact-item p {
        color: #000;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 10px;
        line-height: 15px;
        position: relative;
    }

    .contact-item p {
        margin-bottom: 10px;
    }

.line-contact {
    margin-top: 45px;
    margin-bottom: 80px;
    height: 1px;
    background: #e6e4e4;
    width: 100%;
}

.img-contact {
    position: relative;
}

.title-inner-page {
    color: #313c8c;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 25px;
    margin-top: 0;
}

.form-control {
    height: 50px;
}

.adrecont {
    height: 150px !important;
    padding-top: 20px important;
}




.button3 {
    color: rgba(255,255,255,1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    border: 1px solid #ea343a;
    overflow: hidden;
    background-color: #ea343a;
}

.sim-button {
    line-height: 45px;
    height: 45px;
    text-align: center;
    /* margin-right: auto;
    margin-left: auto;*/
    margin-top: 26px;
    width: 30%;
    cursor: pointer;
    float: left;
    font-size: 16px;
}

.button3 a {
    color: rgba(51,51,51,1);
    text-decoration: none;
    display: block;
}

.button3 span {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 16px;
}

.button3:hover {
    background-color: #313c8c;
    color: #fff;
    border: 1px solid #313c8c;
}

    .button3:hover > span {
        opacity: 0;
        -webkit-transform: translate(0px,40px);
        transform: translate(0px,40px);
    }

.button3::after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.button3:hover::after {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.int-servic {
    height: 70px;
}

.text-height {
    min-height: 65px;
}

.fot-li li a:hover {
    color: #00dcff !important;
}

.page-title-line {
    color: #eee;
    display: block;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: .20px;
    font-size: 18px;
    line-height: 14px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 600;
    position: relative;
}

.form-group {
    margin-bottom: 16px;
}

.title-txt-heding {
    position: absolute;
    z-index: 1;
    top: auto;
    right: 0;
    bottom: 7px;
    left: 0;
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
    font-style: normal;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
    text-align: center;
    padding: 13px !important;
    overflow: hidden;
    transition: 0.3s ease;
    background-color: #313c8c;
    color: #fff;
}

.img-retive {
    position: relative;
}

    .img-retive .title-txt-heding {
        transition: all .5s ease-in-out;
    }

    .img-retive:hover .title-txt-heding {
        opacity: 0;
        transition: all .5s ease-in-out;
    }

.clent-img img {
    transition: 0.4s;
}

.clent-img:hover img {
    webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.client-img img {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-decoration: none !important;
}

.client-img:hover img {
    transition: all .5s ease-in-out;
    text-decoration: none !important;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: rgb(0 0 0 / 0.34) 0px 5px 10px 3px;
}

.owl-carousel-text2 {
    autoplay: none,;
}

.career-item {
    padding: 30px;
    background: #FFF;
    border: 1px solid #eee;
    padding-bottom: 65px;
}

    .career-item .title-item {
        border-bottom: 1px solid #eee;
        padding-bottom: 18px;
        margin-bottom: 15px;
    }

    .career-item h3 {
        color: #313c8c;
        font-size: 20px;
        font-weight: 600;
        text-transform: capitalize;
        display: block;
        line-height: 20px;
        margin-bottom: 10px;
    }

.sub-tile-grop span {
    /*text-transform: uppercase;*/
    color: #2c2c2c !important;
    font-weight: 500;
    font-size: 15px !important;
    letter-spacing: 0.20px;
}
.sociallink ul li{
	  display: inline-block;
	 color: #313c8c;
}

.career-item ul {
    padding-left: 0;
    margin-bottom: 0px;
}

    .career-item ul li {
        margin-bottom: 10px;
        color: #000;
        line-height: 25px;
				font-size: 15px;
				font-weight: 500;
    }

        .career-item ul li span {
            margin-right: 10px;
            color: #ff6119 !important;
        }

.btn-read-more::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #ff6119;
    z-index: 1;
    -webkite-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-read-more .text-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkite-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-read-more::after {
    clear: both;
    display: block;
    width: 100%;
    width: 100%;
    background-color: #d6d6d6;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
}
/*.text-btn{
	text-transform: capitalize;
}*/
.ab-list-compn {
    margin-left: 30px;
    margin-right: 0px;
}

    .ab-list-compn li::before {
       /* content: "\f00c";*/
        position: absolute;
        margin-top: 8px;
        margin-left: -25px;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        color: #ea343a;
    }

.vislink {
    font-size: 14px;
}

.title-item h3 span {
    color: #ea343a;
    font-size: 21px;
}

.group-heigt {
    /*min-height: 365px;*/
}

.career-item {
    margin-bottom: 35px;
}

.mrgin-top-bom {
    margin: 100px 0px;
}

.mobil-show {
    display: none;
}

.datashow > .collapse {
    display: block;
}

.hed-icon button:after {
    visibility: hidden;
}

.foot-title {
    border-bottom: solid 0px #fff;
    padding-bottom: 0px !important;
}

.fotter-list-lik {
    margin-left: 10px;
    margin-top: 5px;
}

    .fotter-list-lik li {
        padding: 8px 0px !important;
    }

        .fotter-list-lik li a {
            font-weight: 400;
        }

.footer-widget__title {
    margin-bottom: 15px !important;
}
.footer-intro-wrapper .social-links{display:none !important;}
.foot-title a:hover {
    color: #ffeb00;
}

.hed-icon > .btn {
    cursor: no-drop !important;
}

.apply-team {
    padding: 80px 50px 100px;
    background: #FFF;
    border: 1px solid #eee;
    margin-right: 0;
    margin-left: 0;
    margin-top: 60px;
    margin-bottom: 30px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}


/*...fileupload....*/

.file-area {
    width: 100%;
    position: relative;
}

    .file-area input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        cursor: pointer;
    }

    .file-area .file-dummy {
        width: 100%;
        padding: 30px;
        background: rgba(255, 255, 255, 0.2);
        border: 1px solid #ced4da;
        text-align: center;
        transition: background 0.3s ease-in-out;
    }

        .file-area .file-dummy .success {
            display: none;
        }

    .file-area:hover .file-dummy {
        background: rgba(255, 255, 255, 0.1);
    }

    .file-area input[type=file]:focus + .file-dummy {
        outline: 2px solid rgba(255, 255, 255, 0.5);
        outline: -webkit-focus-ring-color auto 5px;
    }

    .file-area input[type=file]:valid + .file-dummy {
        border-color: rgba(0, 255, 0, 0.4);
        background-color: rgba(0, 255, 0, 0.3);
    }

        .file-area input[type=file]:valid + .file-dummy .success {
            display: inline-block;
        }

        .file-area input[type=file]:valid + .file-dummy .default {
            display: none;
        }

/* ===================== BASIC STYLING ===================== */

.section-title-left h3 {
    margin-bottom: 10px;
}

.title-inner-page {
    margin-bottom: 10px;
}

.img-galry {
    border: 1px solid #313c8c;
    margin-bottom: 35px;
    padding: 35px 35px;
}

.img-galry {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-decoration: none !important;
}

    .img-galry:hover {
        transition: all .5s ease-in-out;
        text-decoration: none !important;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        box-shadow: rgb(0 0 0 / 34%) 0px 5px 10px 3px;
    }

.cerft-height img {
    /*height: 240px;*/
    height: 224px;
}

.cert-img img {
    transition: all 0.5s ease-in-out;
}

.cert-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}
/*.brouchu-down{
	border: 1px solid #000;
    padding: 25px 15px;
    color: #313c8c;
    font-weight: 600;
    position: relative;
}*/

.brouchu-down li a {
    width: 100%;
    position: relative;
    border: 1px solid #f1f1f1;
    background: #f9f9f9;
    color: #313c8c;
    /* height: 60px;
    line-height: 60px;*/
    display: block;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 15px;
    z-index: 2;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.20px;
    padding: 25px 15px;
}

    .brouchu-down li a span {
        position: absolute;
        right: 35px;
        height: 40px;
        width: 40px;
        background: #ea343a;
        line-height: 40px;
        top: 20px;
        text-align: center;
        font-size: 10px;
        color: #FFF;
    }

.brochr-title {
    position: relative;
}

    .brochr-title h3:after {
        content: "";
        position: absolute;
        width: 250px;
        height: 3px;
        left: 0;
        right: 0;
        background: #ea343a;
        top: 46px;
    }

    .brochr-title h3 {
        margin-bottom: 40px;
    }

.brouchu-down li a:hover {
    background: #313c8c;
    color: #fff;
}

.links-services li a i {
    position: relative;
    top: 5px;
}

.sitemap-link li {
    border-bottom: 0px;
}

.site-title h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    color: #313c8c;
    margin-bottom: 25px;
}

.site-left {
    margin-left: 8px;
}

.bor-top {
    border-bottom: 5px solid #ea343a;
}

.site-title h3 a:hover {
    color: #ea343a;
}



/*...timelinecss...*/



.text {
    display: var(--textDisplay, inline-flex);
    font-size: var(--textFontSize, 1rem);
}

/*
time component
*/

/*
core styles
*/

.time {
    display: inline-flex;
}

/*
extensions
*/

.time__month {
    margin-left: .25em;
}

/*
skin
*/

.time {
    padding: .25rem 1.25rem .25rem;
    background-color: var(--timeBackgroundColor, #f0f0f0);
    font-size: var(--timeFontSize, .75rem);
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

/*
card component
*/

/*
core styles
*/

.time-card {
    padding: 1.5rem 1.5rem 1.25rem;
}

.time-text {
    margin-top: .5rem;
}

/*
skin
*/

.time-card {
    border-radius: 2px;
    border-left: var(--timelineCardBorderLeftWidth, 3px) solid var(--timelineCardBorderLeftColor, var(--uiTimelineMainColor));
    box-shadow: var(--timelineCardBoxShadow, 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24));
    background-color: var(--timelineCardBackgroundColor, #fff);
}

/*
extensions
*/

.timeline-title {
    --rTitleMarginTop: var(--cardTitleMarginTop, 1rem);
    font-size: var(--cardTitleFontSize, 1.25rem);
}

/*
=====
CORE STYLES
=====
*/

.timeline {
    display: var(--timelineDisplay, grid);
    grid-row-gap: var(--timelineGroupsGap, 2rem);
}

/*
1. If timeline__year isn't displaed the gap between it and timeline__cards isn't displayed too
*/

.timeline__year {
    margin-bottom: 1.25rem; /* 1 */
}

.timeline__cards {
    display: grid;
    grid-row-gap: 1.5rem;
}


/*
=====
SKIN
=====
*/

.timeline {
    --uiTimelineMainColor: var(--timelineMainColor, #222);
    --uiTimelineSecondaryColor: var(--timelineSecondaryColor, #fff);
    border-left: var(--timelineLineWidth, 3px) solid var(--timelineLineBackgroundColor, var(--uiTimelineMainColor));
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}

.timeline__year {
    --timePadding: .5rem 1.5rem;
    --timeColor: #fff;
    --timeBackgroundColor: #313c8c;
    --timeFontWeight: 400;
    font-size: 15px;
}

.timeline__card {
    position: relative;
    margin-left: 30px;
    padding: 15px 25px;
    /*border: 1px solid #f5f5f5*/
}

/*
1. Stoping cut box shadow
*/

.timeline__cards {
    overflow: hidden;
    padding-top: .25rem;
    padding-bottom: 30px;
}

.timeline__card::before {
    content: "";
    width: 100%;
    height: var(--timelineCardLineWidth, 2px);
    background-color: var(--timelineCardLineBackgroundColor, var(--uiTimelineMainColor));
    position: absolute;
    top: var(--timelineCardLineTop, 1rem);
    left: -50%;
    z-index: -1;
}

/*
=====
SETTINGS
=====
*/
/**/
.timeline {
    --timelineMainColor: #4557bb;
}

.time-text p {
    font-size: 21px;
    color: #313c8c;
}

.groth-bg {
    background: #f5f5f5;
}

.timeline__group {
    z-index: 99;
}

.slider-text-case {
    position: absolute;
    bottom: 20px;
    right: 10px;
    left: 20px;
    text-align: left;
}

    .slider-text-case .tag-case {
        color: #ff6119;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 12px;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 10px;
    }

    .slider-text-case h5 a {
        color: #fff;
        display: block;
        margin-top: 7px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0px;
        text-transform: capitalize;
        padding-top: 3px;
        line-height: 25px;
    }

.our-team-set p {
    color: #fff;
}

.our-team-set {
    padding: 0 5px;
}

.ourtem {
    float: right;
    padding-top: 30px;
}

.team-bg {
    padding: 80px 110px 0px 110px;
		margin-top: -135px;
}

.testmonail-box {
    background-color: transparent;
    padding: 0;
    position: relative;
    border-radius: 0;
}

.icon-quote span {
    color: #ff6119;
    margin-bottom: 30px;
    line-height: 40px;
    display: block;
}

    .icon-quote span::before {
        margin: 0;
        font-size: 50px;
    }

.flaticon-quote:before {
    content: "\f145";
}

.inner-test p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    color: #313c8c;
    margin-bottom: 20px;
    text-align: left;
}

.authore-client {
    display: block;
    position: relative;
    padding-left: 90px;
    height: 70px;
    padding-top: 12px;
    margin-top: 50px;
}

.text-bg-show {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
		color: black;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.bg-shadow {
    border-radius: 20px;
    /* min-height:100%;*/
    padding: 60px 45px;
    margin-bottom: 60px;
}

.user-picture img {
    position: absolute;
    top: -20%;
    left: 2%;
    background: #f8f9fa !important;
    padding: 10px;
}

.user-content h3 {
    font-size: 22px;
    color: #313c8c;
    font-weight: 600;
    position: relative;
    left: 17%;
}

.user-content {
    margin-bottom: 20px;
}

    .user-content span {
        font-size: 14px;
        color: #ea343a;
        position: relative;
        left: 17%;
    }

.team-iner-text p {
    color: #696969;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    margin-bottom: 15px;
}

.ronnd-cercle {
    border-radius: 20%;
}

.img-qulity {
    margin-bottom: 34px;
    padding: 35px 10px;
}

.qulity-height img {
    border: 1px solid #ccc;
    padding: 30px 30px;
    height: 400px;
}

.flot-right {
    float: right;
}

.goup-img a {
    /*background-color:#313c8c;
	padding: 10px 8px;*/
    float: right;
}

.title-item span {
    color: #ea343a;
    font-size: 12px;
}

.botm-mrgin h3 {
    margin-bottom: 3px;
}

.sub-tile-grop {
    margin-top: 5px;
}




.white-bg-project-box {
    background-color: #fff;
    padding: 30px;
    border: solid 2px #ccc;
}



.ab-list02 li {
    color: #696969;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    padding-top: 4px;
    transition: all .4s;
    line-height: 25px;
}

    .ab-list02 li::before {
        content: '\f105';
        position: absolute;
        margin-top: 5px;
        margin-left: -20px;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
    }


table th {
    padding: 15px;
    background: #313c8c;
    color: #fff;
}

table td {
    padding: 10px 15px;
}

table th:nth-child(2n+1) {
    text-align: center;
}

table td:nth-child(2n+1) {
    text-align: center;
}

table.detai-bales th:nth-child(1) {
    width: 40px;
}

table.detai-bales td:nth-child(1) {
    width: 40px;
}

.slider-text-color {
    position: relative;
    background-color: #313c8c;
}

    .slider-text-color h2 {
        color: #fff;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 0px;
        font-size: 25px;
        font-weight: 600;
        /*position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;*/
    }

    .slider-text-color p {
        text-align: center;
        padding-top: 0px;
        padding-bottom: 15px;
        color: #fff;
        font-size: 18px;
        /*position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        padding: 15px 20px;*/
    }

.about-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    color:#fff;
    left:0;
    font-size:30px;
}
.about-carousel .owl-nav .owl-next  {
    position: absolute;
    top: 40%;
    color:#fff;
    right:0;
    font-size:30px;
}
.item-team:hover .lin-hed .zoom-case {
    display: none;
}
.certi-btn{
    background-color:#ea343a;
    border-radius:50px;
    color:#fff;
    line-height: 15px;
    height: 45px;
    padding: 15px 100px;
   font-size:16px;

}
.certi-btn:hover{
    background-color:#313c8c;
    border-radius:50px;
    color:#fff;
}
.certi-btn a{
    color:#fff;
}
.prod-bottom{
    margin-bottom: 80px;
}
.bottom-pading{
    margin-bottom: 80px;
}
.right-border-none{
    border-right: solid 0px #f6f6f6;
}
/*...slider black shadow...*/
/*.dinner-img-text-title{
height: 1500px;
background-image: linear-gradient(#00000000, black);
z-index: 0;
position: absolute;
width: 100%;
bottom: 0;
transform: rotate(90deg);
right: 37%;
}*/

.dinner-img-text-title {
    height: 100vh;
    /*background-image: linear-gradient(#00000007 30%, #000);*/
    z-index: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 60%;
    background: linear-gradient(90deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,.66) 35%, rgba(0,0,0,0) 100%);
}

.carousel-caption h1{
    padding-left: 20%;
    position: relative;
    bottom: 0px;
    z-index: 9999;
}
.carousel-caption{right:0; left:0; width:100%;}
.dinner-img-text-title h1 .text-slide-simple{transform:rotate(0deg);}

.client-item{padding:30px; background:#FFF; border:1px solid #eee; padding-bottom:30px; margin-bottom:0px; height: 100%;}

.client-item .title-item{border-bottom:1px solid #eee;	border:none; padding-bottom:00px;  margin-bottom:00px;}
.client-text-headline{padding:15px; margin-bottom:30px;}
.client-text-headline h2{font-size:18px; padding:0; margin:0; }

#clientpage section.section-tp-bt-pading.ab-hede-set .row [class*="col"] {
    margin-bottom: 50px;
}
#clientpage section.section-tp-bt-pading.ab-hede-set .row [class*="client-text-headline"] {
    margin-bottom: 30px;
}
.company_title{
    color: #00f3ff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    text-align: center;
    font-family: "Roboto", sans-serif;
}

.news4 a {
 color:#282828;
font-weight:bold;
text-transform: inherit;
font-family:Century Gothic;
}

.latest_news_txt {
 color:#282828;
font-weight:500;
text-transform: inherit;
text-align:justify;
}
.news4 a:hover {
 color:#000000 !important;
}

