@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'ebrimabold';
    src: url('../css/font/ebrimabd-webfont.woff2') format('woff2')
}

@font-face {
    font-family: 'ebrimaregular';
    src: url('../css/font/ebrima-webfont.woff2') format('woff2')
}
a{
    text-decoration: none;
}

/* font */
.ebrimabold {
    font-family: 'ebrimabold';
}

.ebrimaregular {
    font-family: 'ebrimaregular';
}

.Archivo {
    font-family: 'Archivo', sans-serif;

}
.archivo-black{
    font-family: 'Archivo Black', sans-serif;
}

/* color */
.sub-color {
    color: #3a3a3a;
}

.title-color {
    color: #000000;
}

.color-f8991d {
    color: #f8991d;
}

.para-color {
    color: #3a3a3a;
}
.color-82898f{
    color: #82898f;
}

/* font-weight */

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.semibold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.extrabold {
    font-weight: 800;
}

.black {
    font-weight: 900;
}
/* font-size */
.font-16{
    font-size: 16px;
}
.font-18{
    font-size: 18px;
}
.font-20{
    font-size: 20px;
}
.font-22{
    font-size: 22px;
}
.font-24{
    font-size: 24px;
}
.font-26{
    font-size: 26px;
}
.font-32{
    font-size: 32px;
}
.font-36{
    font-size: 36px;
}
.font-48{
    font-size: 48px;
}
 .navbar-nav .nav-link:hover{
 color: #f8991d;   
}
.menu_links ul li a:hover{
    color: #f8991d;   

}
.contact_info  a:hover{
    color: #f8991d;
}

.py-80{
    padding-top: 100px;
    padding-bottom: 100px;
}
.py-30{
    padding-top: 75px;
    padding-bottom: 75px;

}
.py-100{
    padding-top: 100px;
}
.py-40{
    padding-top: 70px;
    padding-bottom: 50px;
}
.lineheight{
    line-height: 1.875;
}
.lineheight2{
    line-height: 1.35;
}
.text-justify{
    text-align: justify;
}

.footer-bottom .web_logic a:hover{
    color: #f8991d;
}

/* header */
.header {
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: 9;
}

.banner_bg_video {
    position: relative;
}
/* banner */
.main_banner{
    position: relative;
}
.banner_overlay {
    position: absolute;
    background-image: url(../images/back.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color: #D9D9D9; */
    opacity: 0.99;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.banner_content {
    position: absolute;
    width: 100%;
    top: 0;
    padding-top: 300px;
}
.start_btn{
background-color: #f8991d;
border-radius: 50px;
padding: 15px 60px;
color: #ffffff;
      
}
.start_btn:hover{
    background-color: transparent;
    border: 1px solid #f8991d !important;
    color: #f8991d;
}
.follow-links{
    position: absolute;
    right: -15px;
    left: auto;
    top: 45%;
    transform: rotate(-90deg);  
}
/* focus */
.focus{
    background-image: url(../images/focus_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.focus_right_con{
    padding-left: 20%;
}
/* achivements section  */
.achivement{
    position: relative;
} 
/* service */
.service{
    background-image: url(../images/service_bg_image.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;   
}
.service_right_con{
    padding-left: 30%;
   
}
.call{
    background-color: #f8991d;
}
.call_btn{
        background-color:#ffffff;
        color: #f8991d;
        border-radius: 50px;
        padding: 15px 60px;
}
.call_btn:hover{
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}
/* contact us section  */

.contact{
    background-image: url(../images/contact-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;    
}
.contact_info{
    padding-left: 40px;
}
.login_field {
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #80817f;
    padding-bottom: 30px;
    color: #878582;
    font-size: 16px;
    border-radius: 0px;
  }
  
  .login_field:focus {
    background-color: transparent;
    box-shadow: unset;
    border-color: #f8991d;
  }
  
  .login_form_btn {
    background-color: #f8991d;
    width: 100%;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 0px;
  }
  .icon{
    width: 30px;
    height: 40px;
  }
  .icon2{
    width: 25px;
    height: 23px;

  }
  .icon3{
    width: 30px;
    height: 30px;
  }
  /* slider */
  .com_img{
    width: 80% !important;
  }
  /* footer */
  .footer{
    background-image: url(../images/footer-background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;    
  }
  .copy_right{
    border-top: 1px solid #8b8a8a;
  }
  .web_logic a:hover{color:#f8991d !important;
  }
  .error{
    color: red;
  }
  
  .address a{
      color: black;
  }
  
  .address a:hover{
      color: #f8991d;
  }