*{
    font-family: Arial, Helvetica, sans-serif;
}
/* Preloader Styles */
#preloader{
  background-color: #0f2765;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 9999;
}
.preload-img{
  animation: loader 1.3s ease-in-out infinite;
}
body{
  overflow-y: hidden;
}
@keyframes loader {
  0%{
    transform: rotate(90deg);
  }
  25%{
    transform: rotate(180deg);
  }
  50%{
    transform: rotate(270deg);
  }
  100%{
    transform: rotate(360degdeg);
  }
}

/* Preloader styles Ends */
body{
    overflow-x: hidden;
}
.header-section{
    background-color: #f2f2f2;
}
.logo{
    height: 70px;
}

.navbar .nav-item:hover{
    transition: 1s;
    box-shadow: 0 2px 0 0 blueviolet;
    /* border-bottom: 2px solid blueviolet; */
}
.nav-item .nav-link{
    font-size: 14px !important;
    font-weight: bold !important;
}
.nav-item .dropdown-menu{
    background-color: #1c1c24;
    transition: 1s !important;
}
.nav-item .dropdown-item{
    color: #f2f2f2;
}
.nav-item .dropdown-item:hover{
    background: transparent !important;
    color: #ffc107;
}
.move-nav{
    z-index: 99;
    width: 100%;
    position: absolute;
}
.steps div{
    background-size: cover;
    background-position: center;
}
.steps .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 0, 128, 0.499);
}
.steps i{
    font-size: 70px;
}

/* Welcome Tech */
.Welcome-tech{
    color: #ffffff;
    background-image: url(../img/home/parallax1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    padding: 100px 0;
}
.Welcome-tech .overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #1c1c2470;
}
.testimonial img{
    height: 250px;
}

/* Contact Box */
.contact-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    -webkit-box-shadow: 0px 8px 15px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 8px 15px 0px rgb(0 0 0 / 10%);
}
.contact-box.info-box {
    background: url(../images/news/news1.html);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
}
.contact-box {
    min-height: 450px;
    padding: 40px;
}

/* Contact page 2 */
.contact-box.info-box {
    background: url("../images/news/news1.html");
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
  }
  
  .contact-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
  }
  
  .contact-box {
    min-height: 450px;
    padding: 40px;
  }
  .contact-box.form-box {
    width: 60%;
  }
  .contact-box.info-box {
    padding-left: 40px;
    padding-top: 40px;
    width: 40%;
  }
  .contact-box.info-box:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(15, 39, 101, 0.9);
    z-index: -1;
  }
  .contact-box.info-box.form-box {
    padding: 40px;
  }
  .contact-box.info-box .ts-contact-content h3,
  .contact-box.info-box .ts-contact-content p {
    color: #fff;
  }
  .contact-box.info-box .ts-contact-content .ts-contact-info i {
    color: #fff;
    font-size: 40px;
  }
  
  .contact-info-right h3 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 30px;
  }
  .contact-info-right .ts-contact-content {
    padding-bottom: 10px;
  }
  .contact-info-right .ts-contact-content h3 {
    font-size: 20px;
  }
  .contact-info-right .ts-contact-content p {
    font-size: 14px;
  }
  .contact-info-right .ts-contact-info.last .ts-contact-content {
    padding-bottom: 15px;
  }
  .contact-info-right .ts-contact-info i {
    color: #fff;
    font-size: 40px;
  }
  
  .contact-info-social-links {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-left: -40px;
  }
  .contact-info-social-links li {
    display: inline-block;
  }
  .contact-info-social-links li a {
    display: block;
    color: #fff;
    padding: 10px;
  }

  /* Footer */
  /* News large */
/* Footer
================================================== */
footer .row{
    position: relative;
    z-index: 99999;
}
footer .overlay{
    width: 100%;
    height: 100%;
    background-color: #0f2765d7;
    position: absolute;
    top: 0 !important;
    z-index: 9;
}
.footer {
    position: relative;
    z-index: 4;
  }
  
  /*-- Footer top --*/
  .footer-top {
    position: absolute;
    top: -60px;
    z-index: 999;
    margin: 0 auto;
    width: 100%;
  }
  
  .footer-top-bg {
    background: #0f2765;
    margin: 0;
    color: #fff;
  }
  
  .footer-top .footer-box {
    padding: 30px 45px 20px;
    min-height: 120px;
  }
  .footer-top .footer-box i {
    float: left;
    font-size: 28px;
    margin-top: 0px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 100%;
  }
  .footer-top .footer-box .footer-box-content {
    margin-left: 90px;
  }
  .footer-top .footer-box .footer-box-content h3 {
    margin-top: 6px;
    margin-bottom: 2px;
    font-size: 20px;
    color: #fff;
  }
  .footer-top .footer-box .footer-box-content p {
    margin: 0;
    font-size: 14px;
  }
  
  /*-- Footer main --*/
  .footer-main {
    background: url(../img/home/footer-bg.jpg);
    background-size: cover;
    background-position: 100%;
    color: #8c93a5;
    position: relative;
    padding: 120px 0 20px;
  }
  .footer-main.bg-overlay:after {
    background-color: rgba(0, 8, 29, 0.9);
  }
  
  .footer-widget {
    padding-bottom: 10px;
    position: relative;
    z-index: 99;
  }
  
  .footer .widget-title {
    color: #fff;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 30px;
  }
  
  /* Footer about */
  .footer-about {
    padding-right: 40px;
  }
  
  .footer-logo {
    margin: 20px 0 25px;
  }
  
  /* Footer social */
  .footer-social {
    margin-top: 25px;
  }
  .footer-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .footer-social ul li {
    margin: 0 10px 0 0;
    display: inline-block;
  }
  .footer-social ul li a {
    -webkit-transition: 400ms;
    transition: 400ms;
    transition: 400ms;
    color: #fff;
  }
  .footer-social ul li a:hover {
    color: #2154cf;
  }
  .footer-social ul li a i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    text-align: center;
    -webkit-transition: 400ms;
    transition: 400ms;
    transition: 400ms;
  }
  .footer-social ul li a i:hover {
    color: #fff;
  }
  .footer-social ul li a i.fa-facebook:hover {
    background: #3b5998;
  }
  .footer-social ul li a i.fa-twitter:hover {
    background: #70c2e9;
  }
  .footer-social ul li a i.fa-google-plus:hover {
    background: #c53942;
  }
  .footer-social ul li a i.fa-pinterest:hover {
    background: #d8545d;
  }
  .footer-social ul li a i.fa-linkedin:hover {
    background: #3daccf;
  }
  .footer-social ul li a i.fa-instagram:hover {
    background: #3f729b;
  }
  
  /* Links */
  .footer-widget ul{
      list-style: square;
  }
  .footer-widget ul.list-dash li {
    width: 50%;
    float: left;
    line-height: normal;
    padding-bottom: 25px;
    font-size: 15px;
  }
  .footer-widget ul.list-dash li a {
      text-decoration: none;
    color: #fff;
  }
  .footer-widget ul.list-dash li a:hover {
    color: #fc6a2a;
  }
  
  /* Newsletter */
  .newsletter-widget {
    border: 0;
    padding-top: 0;
  }
  .newsletter-widget .widget-title {
    margin-top: 0;
    line-height: 40px;
    margin-bottom: 25px;
  }
  .newsletter-widget .widget-title span {
    font-size: 36px;
    display: block;
    text-transform: uppercase;
  }
  
  .newsletter-form {
    position: relative;
  }
  .newsletter-form input {
    width: 80%;
    margin: 15px 0;
    background: #fff;
    color: #333;
    font-size: 14px;
    height: 50px;
    font-style: italic;
    border: 0;
    border-radius: 25px 0 0 25px;
  }
  .newsletter-form .btn.btn-primary {
    position: absolute;
    right: 13px;
    top: 0;
    border-radius: 0 25px 25px 0;
    padding: 13px 20px;
    height: 50px;
  }
  
  /* Copyright */
  .copyright {
    background: #00081d;
    color: #8c93a5;
    padding: 30px 0;
    font-size: 15px;
  }
  
  .footer-menu {
    float: right;
  }
  .footer-menu ul{
      list-style: none;
  }
  .footer-menu ul li {
    display: inline-block;
    padding-left: 8px;
  }
  .footer-menu ul li a {
      text-decoration: none;
    color: #8c93a5;
    padding: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 10px;
    padding-right: 10px;
    margin-right: 5px;
  }
  .footer-menu ul li a:hover {
    color: #fc6a2a;
  }
  .footer-menu ul li:last-child a {
    border-right: 0;
  }
  footer p,
  footer div{
      color: #b0abab !important;
  }



  /* ABOUT */
  .about-hero h1{
      font-size: 100px;
  }
@media (max-width: 992px){
    #carrImg{
        height: 100vh !important;    
    }
    .navbar .navbar-collapse{
        background-color: #1c1c24 !important;
        color: #ffc107;
    }
    .navbar .nav-link{
        color: #ffc107 !important;
        text-align: center;
    }
    .about-hero img{
      height: 450px !important;
  }
}
@media (max-width: 600px){
    #carrImg{
        height: 72vh !important;
        zoom: 95%;   
    }
    .about-hero h1{
        font-size:50px;
    }
    .about-hero img{
        height: 350px !important;
    }

}
