@import url(https://db.onlinewebfonts.com/c/2fc665f3118f89e3eb1cbc9c1639a0bb?family=Questrial);
*{
    padding:0;
    margin:0;
    }
    a, p, h1, h2, h4, h5, h6, body{
/*    font-family: "Questrial", sans-serif;*/
    font-family: "Questrial"; 
    }
    body{
    overflow-x:hidden;
    }
    h3{
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    }
/*
1.1 Header Area
****************************************************/
/*Bootstrap Reset*/
.navbar-brandLogo{
    width: 171px;
}
.navbar-brandLogo img{
    width: 100%;
}
.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
}
.mainmenu {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
    border: 0 !important;
}
.navbar-nav > li:last-child > a {
    padding-right: 0;
    margin-right: 0;
}
.dropdown-menu {
    padding: 0;
    margin: 0;
    border: 0 solid transition !important;
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.navbar-nav .show .dropdown-menu > li > a {
    padding: 16px 15px 16px 25px;
}
.header_area{
    height: 59px;
}
.header_bottom {
    background: #ffff;
    padding: 0px 0px;
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    box-shadow: 0px 0px 9px 1px #cccccc6b
}
.header_area .header_bottom .mainmenu a,
.navbar-default .navbar-nav > li > a,
.header_area .header_bottom .mainmenu ul li a {
    color: #000;
    font-size: 16px;
    font-family: 'Questrial', sans-serif;
    text-transform: capitalize;
    padding: 7px 9px;
    display: block !important;
    text-decoration: none;
}
.header_area .mainmenu .active a,
.header_area .mainmenu .active a:focus,
.header_area .mainmenu .active a:hover,
.header_area .mainmenu li a:hover,
.header_area .mainmenu li a:focus,
.navbar-default .navbar-nav > .show > a,
.navbar-default .navbar-nav > .show > a:focus,
.navbar-default .navbar-nav > .show > a:hover {
    color: #000;
/*    background: #4caf50;*/
    outline: 0;
}
/*-----./ Main Menu-----*/

.navbar-default .navbar-toggle {
    border-color: #fff;
} /*Toggle Button*/
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
} /*Toggle Button*/

/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li:hover > a {
/*    background: #4caf50;*/
}
.mainmenu .collapse ul ul > li:hover > a,
.navbar-default .navbar-nav .show .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .show .dropdown-menu > li > a:hover {
    background: #f4f4f4;
    color:#142D6A;
    border-radius: 5px;
}
.mainmenu .collapse ul ul ul > li:hover > a {
/*    background: #4caf50;*/
}

.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
    background: #0000;
    padding-top: 16px;
}
.mainmenu .collapse ul ul li{
    background: #fff;
}
.mainmenu .collapse ul ul li:last-child{
    border-radius: 0px 0px 5px 5px;
}
.mainmenu .collapse ul ul li:first-child{
    border-radius: 5px 5px 0px 0px;
}

.mainmenu .collapse ul ul ul,
.mainmenu .collapse ul ul ul.dropdown-menu {
    background: #fff;
}
.mainmenu .collapse ul ul ul ul,
.mainmenu .collapse ul ul ul ul.dropdown-menu {
    background: #64b5f6;
}

/******************************Drop-down menu work on hover**********************************/
.mainmenu {
    background: none;
    border: 0 solid;
    margin: 0;
    padding: 0;
    min-height: 20px;
    width: 100%;
}
.mainmenu .collapse ul ul li a{
    color:#4D4D4D !important;
}
.mainmenu .collapse ul ul li a:hover{
    color:#142D6A !important;
}
.mainmenu .collapse ul ul li a i{
    position: absolute;
    top: 50%;
    left: 94%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    font-size: 23px;
}
.mainmenu .collapse ul ul li a:hover i{
    visibility: visible;
}
.mainmenu .collapse ul li:hover > ul{
    box-shadow: 0 29px 21px -12px rgba(0, 0, 0, .1) !important;
}
.lidwn .dropdown-toggle::after{
    float: right;
    margin-top: 9px;
    transform: rotate(-90deg);
}
.mainmenu .collapse ul ul li:hover > ul{
    border-radius: 5px;
}

/* hover support */

/* keyboard focus open */
/*.dropdown:focus-within .dropdown-menu {*/
/*    display: block;*/
/*}*/
.dropdown-menu {
    display: none;
}

@media only screen and (min-width: 767px) {
    .mainmenu .collapse ul li:hover > ul {
        display: block;
    }
    .mainmenu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 270px;
        display: none;
    }
    /*******/
    .mainmenu .collapse ul ul li {
        position: relative;
    }
    .mainmenu .collapse ul ul li:hover > ul {
        display: block;
    }
    .mainmenu .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 250px;
        display: none;
    }
    /*******/
    .mainmenu .collapse ul ul ul li {
        position: relative;
    }
    .mainmenu .collapse ul ul ul li:hover ul {
        display: block;
    }
    .mainmenu .collapse ul ul ul ul {
        position: absolute;
        top: 0;
        left: -100%;
        min-width: 250px;
        display: none;
        z-index: 1;
    }
}
@media only screen and (max-width: 767px) {
    .navbar-nav .show .dropdown-menu .dropdown-menu > li > a {
        padding: 16px 15px 16px 35px;
    }
    .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
        padding: 16px 15px 16px 45px;
    }
}
.navbar-expand-sm .navbar-collapse{
    justify-content: end;
}
.active1{
/*    border-bottom:2px solid #000;*/
    border: 3px solid;
    border-image: linear-gradient(to left, #73d139, #00018b) 1 0;
    border-top:0;
}
.mainmenu .collapse ul ul li:hover > ul{
    background: #0000;
}
/*navbar-nav css*/

.inner_banner{
    position: relative;
}
.inner_banner_overley{
    position: absolute;
    width: 100%;
    top:0;
    height: 100%;
    /* background: #0005; */
}
.inner_banner img{
    width: 100%;
    /*height: 550px;*/
}
.innerBox {
    position: absolute;
    top: 50%;
    left: 29%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.imgBx h2{
    color:#fff;
    font-family: Georgia, "Times New Roman", Times, serif;
    /* text-align: center; */
    font-size: 55px;
    text-shadow: 2px 2px 5px black;
    text-align: center;
}
.imgBx p{
    color:#fff;
    /* text-align: center; */
    font-size: 28px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-shadow: 2px 2px 5px black;
}
.imgBx button{
    background: #002a67;
    /* color: white; */
    padding: 13px;
    border-radius: 6px;
    border: none;
}
.imgBx button a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 0.5px;
}
/*owl carousel css*/
.bannerCarousel{
    position: relative;
}
.bannerCarousel .owl-carousel .owl-nav button.owl-prev{
    background: #fff;
    border: 1px solid #fff;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    left: 4%;
    transform: translate(-50%, -50%);
    display: none;
}
.bannerCarousel .owl-carousel .owl-nav button.owl-prev span{
    position: absolute;
    font-size: 41px;
    top: -15px;
    left: 11px;
    color:#142D6A;
;
}
.bannerCarousel .owl-carousel .owl-nav button.owl-next{
    background: #fff;
    border: 1px solid #fff;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    right: 2%;
    transform: translate(-50%, -50%);
    display: none;
}

.bannerCarousel .owl-theme .owl-dots, .owl-theme .owl-nav{
    display: none;
}
.bannerCarousel .owl-carousel .owl-nav button.owl-next span{
    position: absolute;
    font-size: 41px;
    top: -15px;
    right: 11px;
    color:#142D6A;
}
.bannerCarousel .owl-carousel .owl-nav button.owl-prev:hover{
    background: #142D6A;
}
.bannerCarousel .owl-carousel .owl-nav button.owl-prev:hover span{
    color:#fff;
}
.bannerCarousel .owl-carousel .owl-nav button.owl-next:hover{
    background: #142D6A;
}
.bannerCarousel .owl-carousel .owl-nav button.owl-next:hover span{
    color:#fff;
}
.bannerCarousel .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #142D6A;
    width: 27px;
}
/*owl carousel css*/

.aboutBox{
    background: #F9F9F9;
    padding: 51px 0px;
    /* padding-bottom: 80px; */
}
.abt_img{
    padding:0px 27px 0px 0px;
}
.abt_img img{
    width:100%;
}
/* .abtBx{
    padding-top: 39px;
} */
.abtBx h3{
    font-size: 29px;
    letter-spacing: 1px;
    color:#142d6a;
}
.abtBx p{
    font-size: 18px;
    font-weight: 400;
    color: #3F3F3F;
}
.bgLine{
    border: 3px solid;
    border-image: linear-gradient(to left, #73d139, #00018b) 1 0;
    border-top:0;
    width: 25%;
}
.know_more a{
    display: inline-block;
    background: #142D6A;
    height: 40px;
    width: 179px;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    border-radius: 32.5px;
    margin-top: 15px;
    text-align: center;
}
.advisory_approach{
    display:flex;
    justify-content:space-between;
}
.advisory_approach1{
    width:32%;
    background-color: #ffffff;
    border-radius: 0.75rem;
    box-shadow: 0 5px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    margin:20px 0px;
}
.service_ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    gap: 10px;
}
.service_ul li{
    font-size: 18px;
    font-weight: 400;
    color: #3F3F3F;
    font-family: "Questrial";
    list-style-type: disclosure-closed;
    padding-right: 10px;
}
.service_ul li::marker{
    color:#142d7b;
}
.abtBx h4{
    font-size:20px;
    letter-spacing: 1px;
    font-weight: 600;
}
.abtBx h5{
    letter-spacing: 1px;
    color: #142d6a;
}
.footerP{
    padding-bottom:10px;
}
.footerP p{
    font-size:11px;
    color:#fff;
    margin-bottom:2px;
}


.bgLine1{
    border: 3px solid;
    border-image: linear-gradient(to left, #73d139, #00018b) 1 0;
    border-top:0;
    width: 20%;
    margin: auto;
    margin-top:21px;
    transition: .7s;
}

.sr_btn img{
    width: 70%;
    animation: showbtn 2s;
}

.getInTuchBx{
    background: #F9F9F9;
    border: 1px solid #E2E2E2;
    padding:30px 90px;
    margin: 83px 0px;
    border-radius: 10px;
}
.getInTuchHeading{
    font-size: 32px;
    font-weight: 500;
    color:#142D6A;
}
.formBx{
    margin-top: 37px;
}
.formBx input{
    width:100%;
    border: 0;
    border-bottom: 1px solid #ccc;
    background: 0;
    outline: none;
}
.formBx select{
    width:100%;
    border:0;
    border-bottom: 1px solid #ccc;
    background: 0;
    outline: none;
    padding: 2.5px;
    color:#777;
    font-size: 14px;
}
.formBx textarea{
    width:100%;
    padding: 20px;
    outline: none;
    border-radius: 10px;
    border:1px solid #ccc;
    margin-top:9px;
    background: 0;
}
.formBx input::placeholder{
    font-size: 14px;
}
.formBx textarea::placeholder{
    font-size: 14px;
}
.formBtn{
    float: right;
}
.formBtn button{
    background: #142D6A;
    width: 209px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    color:#fff;
    font-weight: 400;
    font-size: 18px;
    border-radius: 27.5px;
    border:0;
}

.bg-footer{
    background: #2d3740;
}
.bg-footerBx{
    padding:51px 10px;
    padding-bottom: 21px;
}
.footer-item h2{
    color:#D1D1D1;;
    font-size: 20px;
    font-weight: 400;
    font-family: Helvetica ;


}
.company-name{
    color: #2f9620;
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 24px;
}
/* default hidden */
.dropdown-menu {
    display: none;
}
.ulBox{
    margin-top: 10px;
    padding-left: 0;
}
.ulBox li{
    list-style-type: none;
    padding: 4px 0px;
}
.ulBox li a{
    color:#D1D1D1;;
    text-decoration: none;
    font-size: 15px;
    transition: .7s;
}
.ulBox li a:hover{
    margin-left:5px;
    color:#fff;
}
.footerLogo{
    margin-bottom: 17px;
}
.footerLogo img{
    width:53%;
}
.footer-item-box p{
    color:#D1D1D1;
    font-size:15px;
    /*padding-right: 51px;*/
}
.margin-footer-top-box{
    margin-top:31px;
}
 .fitem-box{
    display: flex;
}
.fitem-box i{
    color: #D1D1D1;;
    font-size: 21px;
    padding-right: 11px;
    position: relative;
    top: 2px;
}
.social_link{
    padding-left: 0;
}
.social_link li{
    list-style: none;
    float: left;
    padding-right: 18px;
    font-size: 27px;
}
.social_link li a{
    color:#D1D1D1;;
    transition: .7s;
}
.social_link li a:hover{
    color:#e81d24;
}
.footerInpt{
    width: 100%;
    position: relative;
}
.footerInpt input{
    width: 100%;
    border: 0;
    background: #D9D9D9;
    height: 39px;
    padding: 11px;
    border-radius: 5px;
    margin-top: 13px;
    padding-right: 107px;
    outline: none;
}
.footerInpt button{
    background: #2A4892;
    font-size: 14px;
    font-weight: 600;
    padding: 9px 48px;
    border: 0;
    margin-top: 14px;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    position: absolute;
    right: 0px;
    top: -1px;
}
.footer-bottom{
    background: #29333c;
}
.footer-bottom p{
    color:#D1D1D1;;
    margin-top: 5px;

}
.ftr_btm{
    text-align: right;
    margin-top: 11px !important;
}
.ftr_btm a{
    color:#fff;
    text-decoration: none;
    margin-left: 13px;
}


/* service css */
.ServiceBx{
    padding-top:91px;
}
.serviceHeading{
    font-size: 40px;
    font-weight: 400;
}
.ulTabBx{
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    margin-top: 51px;
}
.ulTabBx li{
    list-style-type: none;
}
.ulTabBx li a{
    text-decoration: none;
    color:#2B2B2B;;
    font-size: 18px;
    font-weight: 400;
}
.ulTabBx li a span{
    color: #B3B3B3;

}
.ulTabBx_active{
    border: 3px solid;
    border-image: linear-gradient(to left, #d10037, #00018b) 1 0;
    border-top: 0;
    padding-bottom: 17px;
}
.ulTabBx_active a{
    color: #181818 !important;
    -webkit-text-stroke: 0.3px #181818;
}
.ulTabBx_active a span{
    color: #181818 !important;
}
.serviceDtl p{font-size: 18px;color: #7D7D7D;}
.serviceCount1{
    margin-top: 31px;
}
.spara1{
    font-size: 128px;
    font-weight: 400;
    margin-bottom: 0;
    -webkit-text-stroke: 4px #fff;
}
.spara1 sup{
    top:-32px;
    color: #8B8B8B;
}
.spara2{
    font-weight: 400;
    font-size: 18px;
    position: relative;
    top:-21px;
    margin-bottom: 0;
}
.service_customer{
    padding-top:31px;
}
.service_customer h3{
    font-size: 24px;
    color: #142D6A;
}
.service_customer1{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 21px;
}
.service_customer2{
    width: 14%;
}
.service_customer2 img{
    width: 70%;
}
.assemblyLine{margin-top: 71px}
.assemblyLine h3{
    font-size: 24px;
    color: #142D6A;
}
.assemblyLine1{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 10px;
    align-items: baseline;
    margin-top: 21px;
    margin-bottom: 31px;
}
.assemblyLine2{
    width: 27%;
}
.assemblyBx{
    background: #D9D9D9;
    height: 210px;
}
.assmblyBx1{
    display: flex;
    gap:10px;
    margin-top: 10px;
}
.assmblyBx1a{
    width: 50%;
     background: #D9D9D9;
     height: 141px;
}
.assmblyBx1b{
    width: 50%;
    background: #D9D9D9;
}
.assemblyLine3{
    width: 19%;
    background: #D9D9D9;
    height: 361px;
}
.assemblyLine4{
    width: 19%;
}
.assemblyBx2a{
    background: #D9D9D9;
    height: 121px;
}
.assemblyBx2b{
    background: #D9D9D9;
    margin-top: 10px;
    height: 230px;
}
.assemblyLine5{
    width: 32%;
}
.assembly5a{
   background: #D9D9D9; 
   height: 230px;
}
.assembly5b{
    display: flex;
    gap:10px;
    margin-top: 10px;
}
.assembly5c{
    height: 121px;
    background: #D9D9D9;
    width: 60%;
}
.assembly5d{
    background: #D9D9D9;
    width: 40%;
}
.assemblyLine p{
    font-size: 18px;
    color: #7D7D7D;
    margin-top: 21px;
}
.capabilityBx{
    margin-top: 71px;
}
.capabilityBx h3{
    font-size: 24px;
    color: #142D6A;
}
.capabilityBx p{
    font-size: 18px;
    color: #7D7D7D;
    margin-top: 21px;
}
.capabilityBx1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1%;
}
.capabilityBx2{
    background: #D9D9D9;
    height: 283px;
    width: 49%;
    position: relative;
    margin-top: 21px;
    transition: .5s;
}
.arrow_icn{
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 13px;
    right: 17px;
    border: 1px solid #000;
    transition: .5s;
    display: none;
}
.arrowBx img{
    width: 100%;
    height: 283px;
}
.capabilityBx2:hover .arrow_icn{
    display: block;
}
.arrow_icn img{
    width: 100%;
    padding: 3px;
    transform: rotate(-45deg);
}
.manufactureBx{
    margin-top: 71px;
}
.manufactureBx h3{
    font-size: 24px;
    color: #142D6A;
}
.manufacture_innner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 21px;
}
.manufacture_innner_product{
    background: #F4F4F4;;
    width: 32.2%;
    margin-bottom: 31px;
    transition: .5s;
    border-radius: 16px;
    padding:20px;

}
.manufacture_innner_product h4{
    font-size: 24px;
    color:#000;
    margin-top: 21px;
}
.manufacture_innner_product_img_h{
    height: 37px;
}
.manufacture_innner_product_img img{
    width: 37px;
}

/* tabs css */

/* /tabs css */
.serviceTabNav{
    border-bottom: 1px solid #ccc;
    align-items: stretch;
    margin-top: 43px;
    gap:70px;
}
.serviceTabNav .nav-link{
    border:0;
    width: 19%;
    text-align: left;
    color: #2D2D2D;
    font-size: 18px;
    padding-left: 0;
}
.serviceTabNav .nav-link span{
    color: #B3B3B3;
    display: inline-block;
    margin-bottom:21px;

}
.serviceTabNav .nav-item.show .nav-link, .serviceTabNav .nav-link.active{
    border: 4px solid;
    border-image: linear-gradient(to left, #d10037, #00018b) 1 0;
    border-top: 0;
    background-color: #fff;
    color:#000;
}
.serviceTabNav .nav-item.show .nav-link, .serviceTabNav .nav-link.active span{
    color:#000;
}
.left_map_box{
    margin-top: 41px;
}
.left_map_box-line{
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 100px;
}
.left_map_box1 h4{
    font-size: 48px;
    font-weight: 400;
    color:#181818;
}
.left_map_box1 p{
    text-align: right;
    font-size: 24px;
    color:#0B0A0A;
}
.map_img{
    width: 100%;
}
.map_img img{
    width: 100%;
}
.srTab2p{
    font-size: 18px;
}
.warehousing-box{
    margin-top: 51px;
}
.warehousing_heading{
    font-size: 24px;
    color: #142D6A;
    margin-top: 21px;
    margin-bottom: 21px;
}
.warehousing_heading1{
    font-size: 104px;
    font-weight: 500;
    margin-bottom: 0;
}
.warehousing1{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 10px;
    align-items: baseline;
    margin-top: 21px;
    margin-bottom: 31px;
}
.warehousing2{
    width: 40%;
}
.warehousingBx{
    background: #D9D9D9;
    height: 210px;
}
.warehousingBx1{
    display: flex;
    gap:10px;
    margin-top: 10px;
}
.warehousingBx1a{
    width: 50%;
     background: #D9D9D9;
     height: 141px;
}
.warehousingBx1b{
    width: 50%;
    background: #D9D9D9;
}
.warehousingLine3{
    width: 19%;
    background: #D9D9D9;
    height: 361px;
}
.warehousingLine4{
    width: 19%;
}
.warehousingBx2a{
    background: #D9D9D9;
    height: 121px;
}
.warehousingBx2b{
    background: #D9D9D9;
    margin-top: 10px;
    height: 230px;
}
.warehousing3 {
    width: 27%;
    background: #D9D9D9;
    height: 361px;
}
.warehousing4 {
    width: 27%;
}
.warehousingBx2a {
    background: #D9D9D9;
    height: 121px;
}
.warehousingBx2b {
    background: #D9D9D9;
    margin-top: 10px;
    height: 230px;
}
.expo-box1{
    display: flex;
    justify-content: space-between;
}
.expo-box p{
    font-size: 18px;
}
.expo-box2{
    width: 24%;
}
.expo-box2 h4{
    font-size: 18px;
    font-weight: 400;
    margin-top: 21px;
    margin-bottom: 3px;
}
.expo-box2 p{
    font-size: 18px;
    color:#A7A7A7;
}
.expo-box2BX{
    position: relative;
}
.expo-box2BX img{
    width: 100%;
}
.arrow_icn1{
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 13px;
    right: 17px;
    border: 1px solid #000;
    transition: .5s;
    display: none;
}
.expo-box2BX:hover .arrow_icn1{
    display: block;
}
.arrow_icn1 img{
    width: 100%;
    padding:5px;
    transform: rotate(-45deg);
}
.digital_marketing{
    margin-bottom: 93px;
}
.digital_marketing p{
    font-size: 18px;
}
.digital_setup{
    display: flex;
    gap: 17px;
}
.digital_setup1{
    background: #D9D9D9;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-top: 21px;
}
.join_venture{
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 31px;
}
.join_venture_inner1{
    background: #F0F0F0;
    padding: 10px;
    border-radius: 13px;
    width: 20%;
}
.join_venture_inner2{
    width: 78%;
}
.join_venture_inner1 h4{
    font-size: 17.8px;
    font-weight: 700;
    text-align: center;
}
.join_venture_inner1 img{
 width: 100%;
}
.srv_cust{
    margin-top: 51px;
}
.capabilitiesBox{
    display: flex;
    justify-content: space-between;
    margin-top: 37px;
    margin-bottom: 31px;
}
.capabilitiesInnerBox{
    background: #F5F5F5;
    border-radius: 14px;
    padding: 30px;
    width: 32.3%;
}
.capabilitiesInnerBox h4{
    font-size: 24px;
    font-weight: 500;
    color:#181818;
    height: 113px;
}
.capabli_line{
    width: 30%;
    border: 4px solid;
    border-image: linear-gradient(to left, #d10037, #00018b) 1 0;
    border-top: 0;
}
.capabilitiesInnerBox p{
    font-size: 18px;
    color:#010101;
}
.nav-srTab3p{
    font-size: 18px;
    text-align: right;
}
.nav-srTab3p a{
    color:#142D6A;
    text-decoration: none;
}
.nav-srTab3p span{
    display: inline-block;
    width: 25px;
    height: 25px;
    border:1px solid #142D6A;
    border-radius: 5px;
}
.nav-srTab3p span img{
    width: 100%;
    padding: 3px;
    padding-top: 0;
    transform: rotate(-45deg);
}
.map_imgstep4{
    border:1px solid #E1E1E1;
    border-radius: 16px;
}
.map_imgstep4 img{
    border-radius: 16px;
}
.scope-box{
    margin-top: 93px;
}
.scope-box h3{
    font-size: 24px;
    font-weight: 500;
    color:#142D6A;
}
.scope-box1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.scope-box-inner{
    width: 49%;
    background: #F5F5F5;
    padding: 30px;
    border-radius: 16px;
    margin-top: 20px;
}
.scope-box-inner h4{
    color: #181818;
    font-size: 24px;
    height: 83px;
}
.scope-box-inner p{
    font-size: 18px;
    color:#010101;
}
.matrix-box{
    margin-top: 71px;
}
.matrix-box h3{
    font-size: 24px;
    font-weight: 500;
    color:#142D6A;
}
.matrix-box p{
    font-size: 18px;
    color: #484848;
}
.martrix-box1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 2px solid #EFEFEF;
    border-radius: 14px;
    padding: 30px;
}
.martrix-box2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.martrixa{
    border-left:1px solid #E8E8E8;
    padding-left: 17px;
}
.martrix-box1a{
    width: 33%;
}
.martrix-box1a h3{
    font-size: 24px;
    color:#181818;
}
.martrix-box1a p{
    color:#000;
    font-size: 18px;
}
.martrix-box1-bottom{
    margin-top: 51px;
}
.martrix-box1-bottom p{
    color:#3E3E3E;
    margin-bottom: 0;
    font-size: 16px;
}
.ourPro p{
    font-size: 18px;
    color:#484848;
}
.ourPro h4{
    font-size: 18px;
    color: #000;
}
.outPro_img{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #D9D9D9;
}
.outPro_img img{
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.upskillBx{
    margin: 51px 0px;
}
/* service css */


.padding-box-services{
    padding: 51px 0px;
}

.headeing{
    /* padding: 40px; */
    text-align: center;
    margin: 0px 0px 77px 0px;
}

.headeing2{
    /* padding: 40px; */
    text-align: center;
}
.headeing2 p{
    margin: 18px 0px 30px 0px;
   
}
.featured-item-box{
    position: relative;
    padding: 15px 2%;
    border-radius: 4px;
    height: 250px;
    min-height: 240px;
    background: rgb(247, 247, 247);

    
}
.featured-item-box .icon{
    position: absolute;
    top: -40px;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 5px #f6f6f6;
    line-height: 80px;
}
.featured-item-box .icon i {
    color: #003b70 ;
    font-size: 40px;
    padding-top: 20px;
}
/*.featured-item-box .icon i:hover {*/
/*    color: #5ca343 ;*/
    
/*}*/
.featured-item-box .title {
    display: inline-block;
    margin-top: 40px;
}
.featured-item-box .title h4 {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #007C27;
}
.services-box{
    /*box-shadow: 1px 1px 3px 1px gray;*/
    padding: 10px;
    background: #ffff;
    border-radius: 10px;
    margin-bottom: 20px;
    transition:.5s;
}
.services-box:hover{
    transform:scale(1.05);
}
.services-box:hover i{
    color: #2f9620;
}
.service-center-box{
    display: flex;
    /*justify-content: center;*/
}
.services-left-box i{
    font-size: 37px;
    margin-top: 43px;
    transition:0.5s;
    
}
.testimonial-box{
    text-align: center;
    width: 60%;
    margin: auto;
}
.test-boxes .owl-nav{
    margin-top: -101px;
}
.test-boxes .owl-nav .owl-next{
    margin-left: 1006px;
    font-size: 54px;
    position: absolute;
}
/* .test-boxes .owl-nav .owl-next{
    margin-left: 1106px;
    
} */
.test-boxes .owl-nav .owl-prev span{
    
   font-size: 54px;
    position: relative;
    background: #142D6A;
    color: white;
    padding: 0px 20px 2px 20px;
    border-radius: 30px;
}
.test-boxes .owl-nav .owl-next span{
   
    font-size: 54px;
     background: #142D6A;
    color: white;
    padding: 0px 20px 2px 20px;
    border-radius: 30px;
}
.testimonial-box img{
    width: 13%!important;
    margin: auto;
}
.services-right-box h4{
    font-weight:600;
    /*color:#2f9620;*/
}
.headeing2 {
    /* padding: 40px; */
    text-align: center;
    margin: 0px 0px 44px 0px;
}
/*.abtBx h3 span{*/
/*    font-size: 53px;*/
/*    font-family: Georgia, "Times New Roman", Times, serif;*/
/*    text-shadow: 3px 3px 3px;*/
/*}*/
.icon:hover i{
    color:#2f9620;
}















/* ----------------about section css design  */

.about_banner{
    position: relative;
    background-color: #102046;
    height: 250px;
}


.about_banner img{
    width: 100%;
    height: 250px;
}
.innerBox1 {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.bread-box-content{
    justify-content: center;
}
.bread-box-content .bread-item-content{
    color: white;
}
.bread-box-content .bread-home-content a{
    color: #2f9620!important;
    font-weight: 600;
    
}
.abtBx1 h3{
    font-size: 29px;
    letter-spacing: 1px;
    /*text-align: center;*/
    color:#142d6a;
    /* margin-top: 30px; */
}
.abtBx1 h4{
    font-size: 20px;
    color: #2f9620;
    /* font-weight: 600; */
    /*text-align: center;*/
}
.social-links{
    /*width: 34%;*/
    /*display: flex;*/
    justify-content: space-between;
    margin: auto;
}
.social-links i{
    font-size: 30px;
    background: #2f9620;
    padding: 11px;
    color: white;
    border-radius: 17px;
    transition: 0.5s;
    box-shadow: 1px 1px 5px 2px #a19898f2;
    gap: 20px;
}
.social-links i:hover{
    font-size: 30px;
    background: #142d6a;
    padding: 11px;
    color: white;
    border-radius: 17px;
    transform: scale(1.1);
}







/* ------------------faq page design css */




.faq_container { border-bottom: 2px solid #ddd; }
.faq_question {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.answer {
  padding: 0 10px 20px;
  line-height: 1.5rem;
}
.fqa_headline_container h2 span { font-weight: 700; }
.faq_question-text h3 { font-size: 20px;
    font-family: "Questrial";
    color: #001257; }

.icon.active {
  background: transparent;
  border: 2px solid #fff;
}
.icon:hover { cursor: pointer; }
.icon-shape { position: relative; width: 50px; height: 50px; }
.icon .icon-shape::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 3px;
  background: #009327;
  border-radius: 3px;
  transition: all 0.5s ease;
}
.icon .icon-shape::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  height: 20px;
  background: #009327;
  border-radius: 3px;
  transition: all 0.5s ease;
}
.icon .icon-shape.active::before {
  transform: translate(-50%, -50%) rotate(180deg);
  transition: all 0.5s ease;
}
.icon .icon-shape.active::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.5s ease;
}




/* invester chart page css */
.investor_content_heading{
    margin-top: 20px;
    font-weight: 600;
    font-size: 20px;
    color: #007C27;
}
/*.invester-chart-para p{*/
/*     text-align: center; */
/*    padding: 10px;*/
/*    border: 1px solid #80808054;*/
/*    transition: 0.5s;*/
/*}*/
/*.invester-chart-para p:hover{*/
/*    transform: scale(1.03);*/
       
/*}*/
.invester-chart-para p i{
    margin-right: 16px;
    font-size: 22px;
    color: #009226;
}
.red-cross i{
    color: red!important;
}


/*.single-box{*/
/*     padding: 10px;*/
/*    border: 1px solid #80808054;*/
/*    transition: 0.5s;*/
/*}*/
/*.single-box:hover{*/
/*    transform: scale(1.03);*/
       
/*}*/
.single-box p i{
    margin-right: 16px;
    font-size: 22px;
    color: #009226;
}





/*.contact-us page design css*/






.contact_us{
    padding: 51px 0px;
  }
  .box{
    border: 1px solid #80808047;
    padding: 20px;
    height: 194px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
  .box i{
    font-size: 39px;
    color: #002a67;
    padding-bottom: 10px;
    transition: 0.5s;
  }
  .box:hover i{
   
    color: #029327;
   transform: scale(1.3);
  }
  .contact_us-links-box {
    padding-top: 51px;
  }
  
  
  
  
  /*.investre chart complain css design*/
  
  
    table {
    width: 100%;
    border-collapse: collapse; /* Ensures borders don't double up */
    background-color: white;
}
th, td {
    border: 1px solid #000; /* Black border around cells */
    padding: 8px;
    text-align: center;
}


.superMedia .owl-carousel .owl-dots.disabled, .superMedia .owl-carousel .owl-nav.disabled{
    display: block !important;
}

/*owl carousel css*/
.superMediaCarousel{
    position: relative;
}

.superMediaCarousel .owl-carousel .owl-nav button.owl-prev{
    background: #fff;
    border: 1px solid #142D6A;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    position: absolute;
    top: 44%;
    left: 0%;
    transform: translate(-50%, -50%);
}
.superMediaCarousel .owl-carousel .owl-nav button.owl-prev span{
    position: absolute;
    font-size: 41px;
    top: -11px;
    left: 15px;
    color:#142D6A;
;
}
.superMediaCarousel .owl-carousel .owl-nav button.owl-next{
    background: #fff;
    border: 1px solid #142D6A;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    position: absolute;
    top: 44%;
    right: -4%;
    transform: translate(-50%, -50%);
}

.superMediaCarousel .owl-theme .owl-dots, .owl-theme .owl-nav{
    display: none;
}
.superMediaCarousel .owl-carousel .owl-nav button.owl-next span{
    position: absolute;
    font-size: 41px;
    top: -10px;
    right: 15px;
    color:#fff;
}
.superMediaCarousel .owl-carousel .owl-nav button.owl-prev{
    background: #142D6A;
}
.superMediaCarousel .owl-carousel .owl-nav button.owl-prev span{
    color:#fff;
}
.superMediaCarousel .owl-carousel .owl-nav button.owl-next{
    background: #142D6A;
}
.superMediaCarousel .owl-carousel .owl-nav button.owl-next span{
    color:#fff;
}
.superMediaCarousel .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #142D6A;
    width: 27px;
}











.superMediaCarousel{
    margin-top: 37px;
}


.smediabx{
    background: #f4f4f4;
    text-align: center;
    border-radius: 18px;
    transition: .5s;
}


.smedia_title{
    padding:21px 103px;
}
.smedia_title h4{
    font-size: 24px;
    color:#6C6C6C;
}
.smedia_title a {
    font-size: 22px;
    color:#142D6A;
    text-decoration: none;
}
.smedia_title p{
    font-size: 18px;
    color:#6B6B6B;
}
.superMedia{
    padding: 51px 0px;
}
.bannerCarousel .owl-theme .owl-nav{
    margin-top: 0px!important;
}




@media (max-width: 786px) {
  .innerBox {
   
    width: 100%;
    top: 50%;
    left: 56%;
   
}

.abt_img {
    width: 100%;
    padding: 0px 0px 0px 0px;
}

.featured-item-box {
   
    margin-bottom: 69px;
    
}
.smedia_title {
    padding: 21px 31px;
}
.testimonial-box img {
    width: 38% !important;
   
}
.imgBx h2 {
    font-size:41px;
}
.social-links {
    width: 50%;
    
}
.navbar-brandLogo img {
    width: 90%;
}
.navbar-brandLogo {
    width: 145px;
}
.navbar-header{
    margin-left:20px;
   
}
}

.abtBx1 p{
    font-size:17px;
    
}

.card_box {
    margin-bottom: 20px;
}
.card_box p{
    font-size: 18px;
    font-weight: 400;
    color: #3F3F3F;
}
.card_box ul li{
    font-size: 18px;
    font-weight: 400;
    color: #3F3F3F;
}
.section-title {
    color: #142d6a;
    letter-spacing: 1px;
    font-weight: 600;
}
.card_box h5 {
    color: #142d6a;
    letter-spacing: 1px;
    font-weight: 600;
}






