/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700,700i,800&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

.container {
     max-width: 1170px;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #000000;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-family: 'Raleway', sans-serif;
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #000000;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #000000;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
     width: auto;
     margin-top: 0px;
     margin-bottom: 0%;
     margin: auto;
}
.logo {
     max-width: 70%;
     height: auto;
     width: auto;
     margin-top: 0px;
     margin-bottom: 0%;
     margin: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}

.text_align_center {
     text-align: center;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}


/**-- heading section --**/


/*end header section*/
/* slider section */
.slider_section {
     -webkit-box-flex: 1;
         -ms-flex: 1;
             flex: 1;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     background-image: url(../images/banner2.jpg);
     background-size: cover;
   }
   
   .slider_section .dot_design {
     position: absolute;
     width: 450px;
     right: 0;
     bottom: 0;
     -webkit-transform: translateY(50%);
             transform: translateY(50%);
     z-index: 1;
   }
   
   .slider_section .dot_design img {
     width: 100%;
   }
   
   .slider_section .row {
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
   }
   
   .slider_section #customCarousel1 {
     width: 100%;
     position: unset;
   }
   
   .slider_section .detail-box {
     color: #252525;
   }
   
   .slider_section .detail-box h1 {
     font-weight: bold;
     text-transform: uppercase;
     margin-bottom: 0;
     color: #fcfcfc;
   }
   
   .slider_section .detail-box p {
     color: #6d6d6d;
   }
   
   .slider_section .detail-box .btn-box {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     margin: 0 -5px;
     margin-top: 45px;
   }
   
   .slider_section .detail-box .btn-box a {
     margin: 5px;
     text-align: center;
     width: 165px;
   }
   
   .slider_section .detail-box .btn-box .btn1 {
     display: inline-block;
     padding: 10px 15px;
     background-color: #f07b26;
     color: #ffffff;
     border-radius: 0;
     -webkit-transition: all .3s;
     transition: all .3s;
     border: none;
   }
   
   .slider_section .detail-box .btn-box .btn1:hover {
     background-color: #bc570d;
   }
   
   .slider_section .detail-box .btn-box .btn2 {
     display: inline-block;
     padding: 10px 15px;
     background-color: #000000;
     color: #ffffff;
     border-radius: 0;
     -webkit-transition: all .3s;
     transition: all .3s;
     border: none;
   }
   
   .slider_section .detail-box .btn-box .btn2:hover {
     background-color: black;
   }
   
   .slider_section .img-box img {
     width: 100%;
   }
   
   .slider_section .carousel-indicators {
     position: unset;
     margin: 0;
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     margin-top: 45px;
   }
   
   .slider_section .carousel-indicators li {
     background-color: #ffffff;
     width: 15px;
     height: 15px;
     border-radius: 100%;
     opacity: 1;
   }
   
   .slider_section .carousel-indicators li.active {
     width: 23px;
     height: 23px;
     background-color: #f07b26;
   }
/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fdf9f9;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- header --*/

.header {
     width: 100%;
     height: 116px;
}

.header_top {
     background-color: #05093b;
     padding: 12px 0;
     padding: 13px 0;
}

ul.contat_infoma {
     display: block ruby;
}

ul.contat_infoma li {
     color: #fff;
     font-size: 15px;
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

ul.contat_infoma li i {
     font-size: 17px;
     padding-right: 14px;
}

ul.contat_infoma li a {
     color: #fff;
}

ul.contat_infoma li a:hover {
     color: #fe9901;
}

ul.social_icon {
     margin-left: 15px;
     padding-top: 15px;
     width: 100%;
     float: left;
     text-align: left;
}

ul.social_icon_top li {
     display: inline-block;
}

ul.social_icon_top li a {
     display: flex;
     align-items: center;
     justify-content: center;
     flex-wrap: wrap;
     font-size: 17px;
     border-radius: 30px;
     margin: 0 1px;
     color: #161825;
     background: #fff;
     width: 26px;
     height: 26px;
}

ul.social_icon_top li a:hover {
     color: #fe9901;
}

.header_bottom {
     background-color: #ffffff;
     height: 115px;
     padding: 30px 30px;
     width: auto;;
}

.logo {
     padding-top: 0%;
}

.logo a {
     font-size: px;
     line-height: px;
     color: #161825;
     font-weight: bold;
     text-transform: uppercase;
}


/*-- navigation--*/

.navigation.navbar {
     float: right;
     padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 15px 25px;
     color: #161825;
     font-size: 16px;
     line-height: 20px;
     font-weight: 500;
     text-transform: uppercase;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     background: #fe9901;
     color: #fff;
     border-radius: 6px;
     height: ;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     background: #fe9901;
     color: #fff;
     border-radius: 6px;
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

ul.search {
     padding-left: 10px;
}

ul.search li a {
     color: #161825;
}

ul.search li a:hover {
     color: #161825;
}


/** banner section **/

.full_bg {
     background: url(../images/banner2.jpg);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     background-attachment:initial ;
}

.banner_main {
     position: relative;
     padding-bottom: 212px;
}

.build_box {
     text-align: left;
     padding-top: 20%;
}

.banner_po {
     position: inherit;
}

.build_box p {
     color: #fff;
     font-size: 16px;
     line-height: 25px;
     font-weight: normal;
     margin-bottom: 55px;
}

.build_box h1 {
     font-size: 100px;
     font-weight: bold;
     color: #ffffff;
     line-height: 90px;
     padding-bottom: 20px;
     display: block;
}

.build_box .conatct_btn {
     font-size: 17px;
     padding: 15px 0;
     text-transform: uppercase;
     font-weight: normal;
     max-width: 230px;
     background: #fc9701;
}

.build_box .conatct_btn:hover {
     background: #1b1b1a;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
     width: 75px;
     height: 75px;
     background: #161825;
     opacity: 1;
     font-size: 42px;
     color: #fff;
     top: 134%;
     border-radius: 40px;
}

#myCarousel .carousel-control-prev:hover,
#myCarousel .carousel-control-next:hover,
#myCarousel .carousel-control-prev:focus,
#myCarousel .carousel-control-next:focus {
     background: #fd9801;
     color: #fff;
}

#myCarousel .carousel-control-prev {
     right: 15%;
     left: inherit;
}

#myCarousel .carousel-control-next {
     right: 9%;
}

.banner .carousel-indicators {
     display: none;
}


/** end banner section **/

.titlepage {
     text-align: center;
     padding-bottom: 40px;
}

.titlepage h2 {
     font-size: 40px;
     color: #1c1c1c;
     line-height: 40px;
     font-weight: 700;
     padding: 0;
}

.titlepage span {
     font-size: 17px;
     line-height: 25px;
     color: #0a0a0a;
     padding-top: 30px;
     display: block;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background-color: #1b1b1a;
     color: #fff;
     padding: 17px 0px;
     width: 100%;
     max-width: 186px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
     border-radius: 5px;
     height: 60px;
     text-transform: uppercase;
}

.read_more:hover {
     background: #f4a111;
     color: #fff;
     transition: ease-in all 0.5s;
}


/* three_box */

.three_box {
     margin-top: -90px;
    
}

.const {
     padding: 40px 0 25px 0;
     background: #fff;
     box-shadow: 0 0 250px rgba(3, 3, 3, 0.16);
     transition: ease-in all 0.5s;
}

.const span {
     transition: ease-in all 0.5s;
     display: block;
     font-size: 16px;
     font-weight: 700;
     text-transform: uppercase;
     font-family: 'Raleway', sans-serif;
     color: #090a0b;
     padding-top: 35px;
     line-height: 20px;
}

#text_hover:hover.const {
     background-color: #f89501;
     transition: ease-in all 0.5s;
     cursor: pointer;
}

#text_hover:hover.const span {
     color: #fff;
     transition: ease-in all 0.5s;
}


/* end three_box */


/** about section **/

.about {
     background-color: #fff;
     padding-top: 90px;
}

.about .titlepage {
     max-width: px;
     float: right;
     width: 100%;
     text-align: left;
     padding-bottom: 0;
}

.about .titlepage span {
     font-family: 'Raleway', sans-serif;
     padding-bottom: 60px;
     padding-top: 40px;
}

.about_img {
     padding-right: 40px;
     padding-left: 55px;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
}


/** end about section **/


/** projects section **/
.projects .titlepage {

     font-size: 48px;
}
.projects {
     padding-top: 25px;
margin-bottom: 0px;
padding-bottom: 0px;
     background: #fff;
}

.relative3 {
     position: inherit;
     padding-bottom: 10px;
     margin-bottom: 0px;
     

}

.projects_ban {
     padding: 0 20px;
}

.project_img figure {
     margin: 0;
      margin-bottom: 0px;
}

.project_img figure img {
     width: 100%;
     height: 
      margin-bottom: 0px;
     
}

.project_text {
     position: absolute;
     bottom: 0;
     height: 123px;
     overflow: hidden;
     padding: 20px 20px 20px 20px;
     margin-right: 15px;
     transition: ease-in all 0.5s;
}


/*
.project_text::before {
     position: absolute;
     content: "";
     background: url(../images/link.png);
     width: 77px;
     height: 77px;
     top: 0;
     background-repeat: no-repeat;
     right: 10px;
}
*/

.project_text:hover {
     cursor: pointer;
     background-color: #fffffff2;
     height: 303px;
     transition: ease-in all 0.5s;
}

#pro_ho:hover.project_text h3 {
     color: #1b1a1a;
     transition: ease-in all 0.5s;
     padding-top: 20px;
}

.project_text h3 {
     transition: ease-in all 0.5s;
     color: #fff;
     text-align: left;
     display: block;
     font-size: 24px;
     font-weight: 500;
     padding-bottom: 38px;
     font-family: 'Raleway', sans-serif;
}

.project_text p {
     color: #1b1a1a;
     font-size: 15px;
     text-align: left;
     line-height: 16px;
     font-family: 'Raleway', sans-serif;
     font-weight: normal;
}

#proj .carousel-control-prev,
#proj .carousel-control-next {
     width: 47px;
     height: 47px;
     background: #252525;
     opacity: 1;
     font-size: 19px;
     color: #fff;
     top: 88%;
     border-radius: 40px;
}

#proj .carousel-control-prev:hover,
#proj .carousel-control-next:hover,
#proj .carousel-control-prev:focus,
#proj .carousel-control-next:focus {
     background: #fe9901;
     color: #fff;
}

#proj .carousel-control-prev {
     left: 46%;
}

#proj .carousel-control-next {
     right: 46%;
}

.carousel-indicators {
     position: center;
    margin: 0;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    padding-top: 0PX;
}
.project_be h5 { 
     color: #000000;
     margin-top: 0px;
     padding-top: 0px;
     font-size: 18px;
     text-align: center;
      line-height: 30px;
}
/** end projects section **/


/** choose section **/



.choose .titlepage {
     text-align: left;
     color: #ffffff;
}

.choose .titlepage h2 {
     padding-bottom: 20px;
     color: #000000;
     font-size: 48px;
}

.choose .titlepage p {
     color: #000000;
     font-weight:500 ;
     font-family: 'Raleway', sans-serif;
     font-size: 20px;
     line-height: 32px;
     padding-bottom: 85px;
     text-align: ;
     text-decoration: solid;
     text-shadow: #000000;
     
}

.award {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.award_icon {
     width: 33%;
}

#awa_ho:hover.award_icon i {
     background-color: #fe9901;
     transition: ease-in all 0.5s;
}

.award_icon i {
     background-color: #fff;
     transition: ease-in all 0.5s;
     width: 147px;
     height: 129px;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 8px;
     flex-wrap: wrap;
     margin: 0 auto;
}

.award_icon strong {
     color: #ffffff;
     font-family: 'Raleway', sans-serif;
     text-transform: uppercase;
     font-weight: 700;
     padding-top: 12px;
     display: block;
     font-size: 17px;
}


/** end choose section **/


/** staff section **/

.container_staff {
     max-width: 1340px;
     width: 100%;
     padding-right: 15px;
     padding-left: 15px;
     margin-right: auto;
     margin-left: auto;
}

.staff_main {
     background-color: #fff;
     padding-top: 90px;
}

.staff_main .titlepage span {
     font-family: 'Raleway', sans-serif;
}

.staff {
     text-align: center;
}

.man {
     background-color: #fff;
     box-shadow: 0 0 250px rgba(3, 3, 3, 0.15);
     margin: 0 25px;
     padding-top: 50px !important;
     padding: 0px 15px;
}

.social_icon_main {
     background-color: #fe9901;
     border-radius: 5px;
     padding: 20px;
}

.social_icon_main h4 {
     color: #fff;
     font-size: 20px;
     line-height: 20px;
     font-weight: bold;
     padding-bottom: 15px;
}

ul.social_icon_staff li {
     display: inline-block;
}

ul.social_icon_staff li a {
     display: flex;
     align-items: center;
     justify-content: center;
     flex-wrap: wrap;
     font-size: 22px;
     border-radius: 30px;
     margin: 0 1px;
     color: #fe9901;
     background: #fff;
     width: 40px;
     height: 40px;
}

ul.social_icon_staff li a:hover {
     color: #fff;
     background: #1b1b1a;
}

.staff_main .read_more {
     margin: 0 auto;
     display: block;
     margin-top: 60px;
}


/** end staff section **/


/** contact section **/

.contact {
     background: #fff;
     margin-top: 90px;
}

.contact .titlepage {
     text-align: left;
}

.main_form {
     padding: 40px 80px;
     background: #fff;
     box-shadow: 0 0 250px rgba(3, 3, 3, 0.15);
}

.main_form .contactus {
     border: #fff solid 1px;
     padding: 0px 20px;
     margin-bottom: 25px;
     width: 100%;
     height: 44px;
     background: #fff;
     color: #000000;
     font-size: 17px;
     font-weight: normal;
     box-shadow: 0px 0px 18px rgba(22, 22, 23, 0.11);
}

.main_form .textarea {
     border: #fff solid 1px;
     margin-bottom: 25px;
     width: 100%;
     background: #fff;
     color: #000000;
     font-size: 17px;
     font-weight: normal;
     padding: 25px 20px 0 20px;
     box-shadow: 0px 0px 18px rgba(22, 22, 23, 0.11);
     height: 86px;
}

.main_form .send_btn {
     font-size: 20px;
     transition: ease-in all 0.5s;
     background-color: #1b1b1a;
     text-transform: uppercase;
     color: #fff;
     padding: 8px 0px;
     max-width: 144px;
     width: 100%;
     display: block;
     margin-top: 10px !important;
     font-weight: 500;
}

.main_form .send_btn:hover {
     background-color: #fe9901;
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #dadada;
     opacity: 1;
}

.padding_right0 {
     padding-right: 0;
}

.padding_left0 {
     padding-left: 0;
}


/** end contact section **/


/** clients section **/

.client_section {
     background-image: url(../images/TRU.jpg);
     background-size: cover;
     background-attachment: ;
     
   }
   .i
   .client_section .heading_container {
     margin-bottom: 45px;
     color: #fffefe;
   
   }
   
   .client_section .heading_container h2 {
     text-transform: uppercase;
     margin: 0;
   }
   
   .client_section .box {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     padding-bottom: 45px;
     size: ;
   }
   
   .client_section .box .img-box {
     width: 50px;
     height: 60px;
     min-width: 100px;
     border-radius: 17px;
     overflow: hidden;
     margin-right: -90px;
     margin-top: 15px;
    
   }
   
   .client_section .box .img-box img {
     width: 130%;
     position: center;
   }
   
   .client_section .box .client_info {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
         -ms-flex-pack: justify;
             justify-content: space-between;
   }
   
   .client_section .box .client_info .client_name h5 {
     font-weight: bolder;
     font-size: 25px;
     color: #252525;
     margin-bottom: 0;
     text-transform: uppercase;
     text-align: left;
     position: left;
   }
   
   .client_section .box .client_info .client_name h6 {
     margin-bottom: 1px;
     margin-top: 10px;
     color: #f07b26;
     font-weight: normal;
     font-size: 16px;
     text-transform: uppercase;
     text-align: left;
   }
  
   .client_section .box .client_info i {
     font-size: 24px;
     color: #f07b26;
     text-align: right;
   }
   
   .client_section .box p {
     margin-top: 10px;
   }
   
   .client_section .box .detail-box {
     background-color: #ffffff;
     padding: 45px 45px 45px 85px;
     size: 100%;
     margin-bottom: 0px;
     margin-top: 45px;
   }
   
   .client_section .carousel-indicators {
     position: unset;
     margin: 0;
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     margin-top: 0px;
   }
   
   .client_section .carousel-indicators li {
     background-color: #f07b26;
     width: 10px;
     height: 10px;
     border-radius: 100%;
     opacity: 1;
     
   }
   
   .client_section .carousel-indicators li.active {
     width: 20px;
     height: 20px;
     background-color: #ffffff;
   }
/** end clients section **/
/** teams section **/
.teams .titlepage {
padding-bottom: 0px;
     font-size: 25px;
     
}
.teams {
     padding-top: 50px;
 ;
     background: #F5F5F5 ;
}

.relative3 {
     position: inherit;
     padding-bottom: 130px;
}

.teams_ban {
     padding: 0 20px;
}

.teams_img figure {
     margin: 0;
}

.teams_img figure img {
     width: 100%;
     height: 
     
}

.teams_text {
     position: absolute;
     bottom: 0;
     height: 120px;
     overflow: hidden;
     padding: 20px 20px 20px 20px;
     margin-right: 15px;
     transition: ease-in all 0.5s;
}


/*
.project_text::before {
     position: absolute;
     content: "";

     background: url(../images/link.png);
     width: 77px;
     height: 77px;
     top: 0;
     background-repeat: no-repeat;
     right: 10px;
}
*/

.teams_text:hover {
     cursor: pointer;
     background-color: #fffffff2;
     height: 345px;
     transition: ease-in all 0.5s;
}

#tea_ho:hover.teams_text h3 {
     color: #1b1a1a;
     transition: ease-in all 0.5s;
     padding-top: 14px;
}

.teams_text h3 {
     transition: ease-in all 0.5s;
     color: #000000;
     text-align: left;
     display: block;
     font-size: 17px ;
     font-weight: bolder;
     padding-bottom: 9px;
     font-family: 'Raleway', sans-serif;
}

.teams_text p {
     color: #1b1a1a;
     font-size: 15px;
     text-align: left;
     line-height: 22px;
     font-family: 'Raleway', sans-serif;
     font-weight: normal;
}

#teaj .carousel-control-prev,
#teaj .carousel-control-next {
     width: 47px;
     height: 47px;
     background: #252525;
     opacity: 1;
     font-size: 19px;
     color: #fff;
     top: 88%;
     border-radius: 40px;
}

#teaj .carousel-control-prev:hover,
#teaj .carousel-control-next:hover,
#teaj .carousel-control-prev:focus,
#teaj .carousel-control-next:focus {
     background: #fe9901;
     color: #fff;
}

#teaj .carousel-control-prev {
     left: 46%;
}

#teaj .carousel-control-next {
     right: 46%;
}

.carousel-indicators {
     position: center;
    margin: 0;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    padding-top: 0PX;
}


/** footer **/

.footer {
     background: #161825;
     padding-top: 90px;
     text-align: left;
}

.border_top1 {
     border-top: #fff solid 3px;
     padding-bottom: 60px;
}

.newslatter {
     padding-bottom: 120px;
}

.newslatter h4 {
     font-weight: 600;
     font-size: 35px;
     line-height: 25px;
     text-align: left;
     color: #fff;
}

.newslatter h4::before {
     position: relative;
     content: "";
     background-color: #fff;
     width: 213px;
     height: 4px;
     top: 44px;
     border-radius: 7px;
     display: flex;
     margin: 0 auto;
}

.footer h3 {
     font-family: 'Open Sans', sans-serif;
     font-weight: bold;
     font-size: 17px;
     line-height: 24px;
     border-bottom: #fff solid 1px;
     text-align: left;
     color: #fff;
     margin-bottom: 15px;
     display: table;
}

.logo_bottom {
     float: left;
     padding-bottom: 24px;
}

ul.link_menu li {
     display: block;
     text-align: left;
}

ul.link_menu li.active a {
     color: #ff0909;
}

ul.link_menu li a {
     color: #fff;
     font-size: 17px;
     line-height: 32px;
     display: block;
     width: -moz-max-content;
}

ul.link_menu li a:hover {
     color: #f4a111;
}

ul.insta {
     margin-top: 24px;
}

ul.insta li {
     display: inline-block;
     padding: 0 9px 9px 0px;
}

.bottom_form {
     margin-top: 23px;
}

.bottom_form .enter {
     border: inherit;
     padding: 0px 19px;
     width: 100%;
     height: 40px;
     background-color: transparent;
     color: #fff;
     font-size: 15px;
     font-weight: 300;
     float: center;
     margin-bottom: 20px;
     border: #fff solid 1px;
}

.sub_btn {
     font-size: 16px;
     transition: ease-in all 0.5s;
     background-color: transparent;
     color: #fff;
     padding: 5px 0px;
     max-width: 270px;
     width: 100%;
     height: 40px;
     border: #fff solid 1px;
}

.sub_btn:hover {
     background-color: #f4a111;
     transition: ease-in all 0.5s;
     color: #fff;
}

.copyright {
     margin-top: 60px;
}

.many {
     display: inline-block;
     color: #fff;
     font-size: 17px;
     line-height: 32px;
     font-weight: normal;
     text-align: left;
}

.copyright p {
     color: #fff;
     font-size: 17px;
     line-height: 22px;
     text-align: center;
     padding-top: 26px;
     font-weight: normal;
     padding-bottom: 20px;
     border-top: #fff solid 1px;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #f4a111;
}


/** end footer **/


/** endinner page css **/

.inner_page .full_bg {
     background-color: #fff !important;
     background: transparent;
}

.back_re {
     background-color: #c97a05;
}

.back_re .title {
     text-align: center;
}

.back_re .title h2 {
     color: #fff;
     font-size: 40px;
     padding: 40px 0;
     font-weight: 600;
     text-transform: uppercase;
     line-height: 35px;
     padding-top: 69px;
}

.margin_0 {
     margin: 0 !important;
}

.inner_page .footer {
     margin-top: 90px;
}


/*truck*/

.truck {
     padding-top: 0px;
}

.truck_img1 {
     width: 244px;
     height: 147px;
     position: relative;
     position: relative;
     -webkit-animation: myfirst 15s linear 0s infinite alternate;
     /* Safari 4.0 - 8.0 */
     animation: myfirst 15s linear 0s infinite alternate;
}
.mb-4 {

     font-size: 18px;
     color: #1d1b1b;
     font-family: 'Raleway', sans-serif;
     line-height: 25px;
}
.mb-0 {
     font-size: 45px;  
     font-family: 'Raleway', sans-serif;
     font-weight: bolder;
     padding-bottom: 0px;
     line-height: 50px;
     padding-top: 0px;
     margin-top: 0px;
     color: #1d1b1b;
     text-align: center
}
.mb-1 {
     font-size: 45px;  
     font-family: 'Raleway', sans-serif;
     font-weight: bolder;
     padding-bottom: 0px;
     line-height: 50px;
     padding-top: 0px;
     margin-top: 0px;
     color: #1d1b1b;
     text-align: left
}

/* Safari 4.0 - 8.0 */

@-webkit-keyframes myfirst {
     0% {
          left: 0px;
          top: 0;
     }
     20% {
          left: 10%;
          top: 0;
     }
     40% {
          left: 20%;
          top: 0;
     }
     60% {
          left: 30%;
          top: 0;
     }
     80% {
          left: 40%;
          top: 0;
     }
     100% {
          left: 50%;
          top: 0;
          ;
     }
     /* Standard syntax */
     @keyframes myfirst {
          0% {
               left: 0px;
               top: 0;
          }
          20% {
               left: 10%;
               top: 0;
          }
          40% {
               left: 20%;
               top: 0;
          }
          60% {
               left: 30%;
               top: 0;
          }
          80% {
               left: 40%;
               top: 0;
          }
          100% {
               left: 50%;
               top: 0;
               transform: rotateY(180deg)
          }
     }
     /* end truck*/
     
       /* General styling for the leadership section */
.leadership-section-about-us {
     padding: 40px 0;
     background-color: #f9f9f9; /* Background color for the section */
 }
 
 .container {
     max-width: 1200px;
     margin: 0 auto;
 }
 
 /* Styling for the section title */
 .section-title {
     font-size: 2.5rem;
     font-weight: bold;
     text-align: center;
     margin-bottom: 20px;
     color: #000000;
 }
 
 .leadership-section-about-us {
     padding: 40px 0;
     background-color: #f9f9f9; /* Background color for the section */
 }
 
 .container {
     max-width: 1200px;
     margin: 0 auto;
 }
 
 /* Styling for the section title */
 .section-title {
     font-size: 2.5rem;
     font-weight: bold;
     text-align: center;
     margin-bottom: 20px;
     color: #000000;
 }
 
 /* Styling for the paragraph under the title */
 .about-leaderpship {
     font-size: 1.125rem;
     line-height: 1.6;
     text-align: center;
     margin-bottom: 30px;
     color: #000000;
 }
 
 /* Accordion card styling */
 .card-holder {
     background-color: #fff;
     border: 1px solid #000000;
     border-radius: 5px;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
     position: center;
 }
 
 /* Card header styling */
 .card-header {
     background-color: #007bff; /* Background color for the header */
     color: #000000;
     padding: 15px;
     cursor: pointer;
 }
 
 .card-header p {
     margin: 0;
     font-size: 1.125rem;
     color: #000000;
     font-weight: bold;
 }
 
 /* Board of directors section styling */
 .structure {
     padding: 20px;
 }
 
 /* Individual member styling */
 .b-members {
     border: 2px solid #000000;
     border-radius: 5px;
     overflow: hidden;
     background-color: #fff;
     text-align: center;
 }
 
 .b-members .img {
     width: 100%;
     height: auto;
     display: block;
     object-fit: cover;
 }
 
 .b-members .mt-2 {
     padding: 10px;
 }
 
 .span-tag {
     font-weight: bolder; /* Ensure the text is bold */
     font-size: 1rem;
     color: #007bff;
 }
 
 .name-label-text span {
     font-size: 15px;
     color: #000000;
     font-weight: bolder; /* Ensure the text is bold */
 }
 
 /* Responsive styling */
 @media (max-width: 992px) {
     .col-lg-3 {
         flex: 0 0 50%;
         max-width: 50%;
     }
 }
 
 @media (max-width: 576px) {
     .col-md-6, .col-sm-6 {
         flex: 0 0 100%;
         max-width: 100%;
     }
 }
 
 .card-body {
     padding: 15px;
 }
 
 .h-divider-1 {
     border-top: 1px solid #000000;
     margin: 10px 0;
 }
 

 /* Container Fluid */
.container-fluid {
     padding-top: 80px;
     padding-bottom: 80px;
     background-color: #ffffff;
 }
 
 /* Container */
 .container {
     padding-top: 80px;
     padding-bottom: 80px;
 }
 
 .py-5 {
     padding-bottom: 3rem !important;
   }
 /* Image */
 .col-lg-5 .position-relative {
     min-height: 0px;
 }
 
 .position-relative img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }
 
 /* Section Title */
 .section-title {
     position: relative;
     margin-bottom: 64px;
 }
 
 .section-title h6 {
     display: inline-block;
     position: relative;
     color: #6c757d;
     text-transform: uppercase;
     padding-bottom: 8px;
     margin-bottom: 0;
     font-weight: bolder;
     font-size: 20px;
 }
 
 .section-title h1 {
     font-size: 48px;
     font-weight: 700;
 }
 
 /* Paragraph */
 p {
     color: #6c757d;
     line-height: 1.7;
     font-size: 16px;
 }
 
 /* Stats Boxes */
 .row.pt-3 {
     margin-right: 0;
     margin-left: 0;
 }
 
 .col-3 {
     padding-right: 0;
     padding-left: 0;
 }
 
 .bg-success,
 .bg-primary,
 .bg-secondary,
 .bg-warning {
     padding: 16px;
     text-align: center;
 }
 
 .bg-success h1,
 .bg-primary h1,
 .bg-secondary h1,
 .bg-warning h1 {
     color: #ffffff;
     margin-bottom: 8px;
     font-size: 32px;
 }
 
 .bg-success h6,
 .bg-primary h6,
 .bg-secondary h6,
 .bg-warning h6 {
     color: #ffffff;
     text-transform: uppercase;
     margin-bottom: 0;
     font-size: 20px;
 }
 
 .bg-success span,
 .bg-primary span,
 .bg-secondary span,
 .bg-warning span {
     display: block;
     font-size: 14px;
 }
 
 /* Counter Up */
 [data-toggle="counter-up"] {
     font-size: 32px;
     font-weight: 700;
 }
 .col-xl-7 {
     flex: 0 0 58.33333%;
     max-width: 58.33333%;
}
.display-4 {
     font-size: 1.5rem;
     font-weight: 300;
     line-height: 1.2;
   }
   
   @media (max-width: 1200px) {
     .display-4 {
       font-size: calc(1.475rem + 2.7vw) ;
     }

     /* Job Cards Styling */
.job-card {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.job-card:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.job-card h3 {
    color: #05093b;
    font-weight: 700;
    border-bottom: 2px solid #fe9901;
    padding-bottom: 10px;
}

.job-card h4 {
    color: #05093b;
    font-weight: 600;
    margin-top: 20px;
}

.job-card ul {
    padding-left: 20px;
}

.job-card ul li {
    margin-bottom: 8px;
    color: #555;
}

.btn-primary {
    background-color: #05093b;
    border-color: #05093b;
}

.btn-primary:hover {
    background-color: #fe9901;
    border-color: #fe9901;
}

.btn-outline-secondary {
    border-color: #05093b;
    color: #05093b;
}

.btn-outline-secondary:hover {
    background-color: #05093b;
    color: #fff;
}
/* Job Cards Styling */
.job-card {
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px !important;
    transition: all 0.3s ease;
    border: none !important;
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.job-card h3 {
    color: #05093b;
    font-weight: 700;
    font-size: 1.5rem;
}

.job-card p {
    color: #555;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.btn-primary {
    background-color: #05093b;
    border-color: #05093b;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 5px;
}

.btn-primary:hover {
    background-color: #fe9901;
    border-color: #fe9901;
}

.btn-outline-secondary {
    border-color: #05093b;
    color: #05093b;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 5px;
}

.btn-outline-secondary:hover {
    background-color: #05093b;
    color: #fff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .d-flex.justify-content-between {
        flex-direction: column;
    }
    
    .btn {
        width: 100%;
        margin-bottom: 10px;
    }
}