/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/
@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);

@import url(meanmenu.css);
@import url(owl.carousel.min.css);

@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);
@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');
@font-face {
font-family: "Righteous";
src: url("../fonts/Righteous-Regular.ttf");
src: url("../fonts/Lato-Regular.ttf");
}
/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/



/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
     transition: ease all 0.5s;
}

html {
     scroll-behavior: smooth;
     overflow-x: hidden;
}

body {
     color: #666666;
     font-size: 12px;
     font-family:Helvetica;
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden;
}

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;
}
hr.yellow-line {
    border: none;
    height: 20px;
    background-color:  #F0B202; 
    margin:auto; 
}
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: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     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: #212121;
     text-decoration: none!important;
     opacity: 1
}


button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 20px;
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     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;
}

 :focus {
     outline: 0;
}

.paddind_bottom_0 {
     padding-bottom: 0 !important;
}

.btn-custom {
     margin:auto;
     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;
}






.logo {
    width: 7%;
    float: left;
    margin-left: 20%;
    max-width: 150px;
}
.navbar {
    padding: 20px 50px;
}
.service{

    background-color: #DBDBDB;
}
.services {
    padding-left: 230px;
    padding-right: 230px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
    display: flex;
}
.service-item {
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: 3%;
}
.service-item h3 {
    margin-top: 8%;
    font-size: 16px;
    margin-bottom: 4px;
}
.service-item img {
    margin:auto;
}
.service-item p {
    margin-bottom: 25%;
    margin-left: 15%;
    line-height: 1.5;
    text-align: justify;
    font-size: 14px;
    width : 70%;
}
.apply-form{
    margin-top: 1%;
}
.work{
    padding: 30px;
    background-color: #c4c4c4;
}

.work h1{
    font-size: 35px;
    margin-left: 42%;
    
}
form {
    display: flex;
    flex-direction: column;
    width: 300px;
    margin-top: 30px;
    margin-left: 42%;
    margin-bottom: 30px;
    
  }
  
  label {
    margin-bottom: 5px;
  }
  .input-container {
    display: flex;
    flex-wrap: wrap;
  }
  
  .input-row {
    width: 50%; /* Two columns */
    padding-right: 30px; /* Adjust spacing between columns */
    margin-bottom: 0px; /* Adjust spacing between rows */
  }
  
  .input-row label {
    display: block;
    margin-bottom: 20px; /* Adjust spacing between label and input */
  }
  
  .input-row input {
    width: 100%;
  }

  input,
  select,
  textarea {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    
  }
  .nav-item{
    margin:5%;
  }
  .collapse{
    margin:auto;
  }
  button {
    background-color: #4e644f;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
}
.bg-light {
    background-color: #fefeff !important;
    box-shadow: 0px 0px 10px 0px;
    border-top: 0px solid #333a44;
}
.navbar-light .navbar-nav .nav-link {
    color: #24292f;
    font-weight: 500;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #4f99e5;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #4f99e5;
}
.navbar-nav{
    margin-left: 60%;
    
}

.image_1 {
    width: 100%;
    float: left;
    padding-top: 40px;
}

.controller_text {
    width: 100%;
    float: left;
    font-size: 70px;
    color: #599ee9;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 50px;
}
.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefeff;
    font-weight: 500;
    margin: auto;
    padding-top: 50px;
}
.email p{
    margin: auto;
    padding: 50px;
}
.contact{
    padding: 30px;
    background-color: #c4c4c4;
  }
  .contact p{
    margin: auto;
    font-size: 16px;
    margin-left: 20%;
  }
  .contact-p{
    margin-left: 20%;
    font-size: 15px;
    text-align: left;
    width: 50%;
  }
  .contact-p p{
    font-size: 14px;
  }

  .contact-p span{
    margin-left: 2%;
    font-size: 14px;
    text-align: center;
 
  }

.video_section{
    width: 100%;
    background-color: #191718;
    height: 700px;
    
}
.contact-form {
    width: 10%;
    margin-left: 19.5%;
    
     
}

.form-group {
    text-align: left;

}
label {
    display: block;
    font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="url"],
textarea {
    width: 250px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
button[type="submit"] {
    background-color: #F0B202;
    color: #ffffff;
    border: none;
    font-size: 14px;
    padding: 10px 100px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 400;
    margin-top: 20px;
}

.video_text_2{
    width: 90%;
    text-align: center;
    font-size: 35px;
    color: #ffffff;
    font-weight: 600;
    margin-left: 7%;
    margin-top: 25%;

}
.positions {
   margin-top: 50px;
    width: 100%;
    margin-left: 20%;
   
   
}
.positions p{
    font-size: 14px;
}

  
.email span {
    font-weight: 800;
    margin-left: 10px;
    
  }
.controller_text_2 {
    width: 100%;
    float: left;
    font-size: 58px;
    color: #fefeff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 50px;
}
.banner_text_2 {
    width: 75%;
    font-size: 15px;
    color: #fefeff;
    font-weight: 500;
    margin-left: 14%;
    text-align: justify;
}

.testimonial_section{
    width: 100%;
    float: left;
}
.testimonial_text{
    width: 100%;
    float: left;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #191919;
    text-transform: uppercase;
    margin-left: 2%;
    margin-top: 5%;
}

.why_section{
    width: 100%;
    float: left;
    background: #DBDBDB;
}
.why_text{
    width: 100%;
    float: left;
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
    color: #191919;
    text-transform: uppercase;
    margin-left: 2%;
    margin-top: 10%; 
}

.ipsum_text{
    width: 70%;
    float: left;
    font-size: 14px;
    color: #191919;
    text-align: center;
    margin-left: 15%;
    text-align: justify;
    
}

.box_main {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    border: 2px solid #424242;
    padding: 40px;
    border-radius: 20px;
    display: flow-root;
}



.ipsum_text_2 {
    width: 80%;
    float: left;
    font-size: 14px;
    color: #ffffff;
    margin-left: 17%;
    text-overflow: ellipsis; 
}

.section_footer {
    width: 100%;
    float: left;
    background-color: #1a4770;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.account_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: rgb(235, 235, 235);
    font-weight: bold;
    padding: 20px 0px;
    margin-left: 17%;
   
}



.subscribr_bt {
    width: 30%;
    float: left;
    font-size: 14pt;
    color: #fefeff;
    background-color: #F0B202;
    padding: 5px 0px;
    border: 0px;
    text-align: center;
    margin-top: 15%;
   margin-left: 50%;
    font-weight: 400;
}


.footer_section_2 {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}

.social_icon {
    width: 19%;
    margin: 0 auto;
    text-align: center;
    margin:auto;
}

.social_icon ul{
    margin: 0px;
    padding: 0px;
}

.social_icon li {
    float: left;
    padding-right: 20px;
    padding-top: 40px;
}

.copyright_section{
    width: 100%;
    float: right;
    background-color: #2F2E2E;
    height: auto;
  
}

.copyright_text{
    width: 60%;
    float: left;
    font-size: 10px;
    color: #ffffff;
    text-align: center;
    margin-left: 40%;
    margin-top: 5%;
    height: 80px;

}

.copyright_text a{
    color: #ffffff;
}

.copyright_text a:hover{
    color: #000;

}
.apply_form{
    margin-top: 1%;
}
.form_group{
    margin-bottom: 0px;  
}
#form1{
    display: flex;
    flex-direction: column;
    width: 250px;
    margin-left: 21%;
    margin-bottom: 30px;
    
}
.account_text3{
    width: 100%;
    float: left;
    font-size: 26px;
    color: rgb(235, 235, 235);
    font-weight: bold;
    margin-left: 25%;
    padding: 20px 0px;
   
    
}
.ipsum_text_3{
    width: 60%;
    float: left;
    font-size: 15px;
    color: #ffffff;
   margin-left: 25%;
    text-overflow: ellipsis; 
}
.subscribr_btn {
    width: 25%;
    float: left;
    font-size: 14pt;
    color: #fefeff;
    background-color: #F0B202;
    padding: 5px 0px;
    border: 0px;
    text-align: center;
    margin-top: 10%;
    margin-left:50%;
    font-weight: 400;
}

.video-section{
    width: 100%;
    background-color: #ffffff;
    height: 700px;
    
}
.video-text_2{
    width   : 90%;
    text-align: center;
    font-size: 26px;
    color: #000000;
    font-weight: 600;
    margin-left: 7%;
    margin-top: 25%;

}


.main-background {
    width: 100%;
    background-color: #191718;
    padding-bottom: 100px;
    
}
.main-text {
    width: 75%;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    margin-left: 14%;
    text-align: justify;
}
.first-yellow-header {
    border: none;
    background-color:  #F0B202; 
    margin-top: 40px; 
    padding-top: 15px;
    padding-bottom: 5px;
}
@media (max-width: 768px) {
    .first-yellow-header {
        margin-top: 0;
    }
}
.yellow-header {
    border: none;
    background-color:  #F0B202; 
    margin-top: 40px; 
    padding-top: 15px;
    padding-bottom: 5px;
}
.schedule-section {
    margin-top: 40px;
}
.white-line {
    border: none;
    height: 60px;
    background-color:  #ffffff; 
    color: black;
    margin-top: 40px; 
    padding-top: 15px;
    padding-bottom: 5px;
}
.logo-row {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.logo-item img {
    display: block;
    margin: auto;
}
.svg-white {
    fill: white !important;
}
.three-logo-row {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.three-logo-item img {
    display: block;
    margin: auto;
}
@media (max-width: 768px) {
    .service-item {
        margin-top: 20px;
    }
}