@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

.eco_header {
    padding: 10px 30px;
    color: #fff;
    position: absolute;
    z-index: 99;
    width: 1300px;
    left: 50%;
    margin-left: -650px;
    top: 30px;
    transition: 0.6s ease-in-out;
  }
  .eco_header .nav-item
  .navbar-toggler {
    border: none;
  }
  .navbar-toggler:focus {
    box-shadow:none;
  }
  .main-slider{width: 100%;
  padding: 0;
  margin: 0;
  }
 
.menu_active{
  color:#042dc5;
}
.bread_crumbs{ position: relative;
}
.bread_crumbs img{ width: 100%;
}
.bread_crumb_box{
  position: absolute;
  top:50%;
  left: 0;
  right: 0;
}
.bread_crumb_box h1{
  font-family: "Raleway", sans-serif;
  font-weight:400;
  font-size: 16px;
  text-transform: uppercase;
}
.bread_crumb_box h1 a{
  font-family: "Raleway", sans-serif;
  font-weight:400;
  font-size: 16px;
  text-decoration: none;
  color:#ff7900;
  position: relative;
  padding-left:7px;
  margin-right: 30px;
}
/*
.bread_crumb_box h1 a::before {
  content: "";
  width: 60px;
  height: 1px;
  background: #000;
  position: absolute;
  margin-right: 6px;
  display: block;
  top: 8px;
  left: -65px;
}
*/
.bread_crumb_box h1 a::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  margin-right: 6px;
  display: block;
  top: 8px;
  right: -32px;
}
.bread_crumb_box h1 span{
  font-family: "Raleway", sans-serif;
  font-weight:700;
  font-size:45px;
  letter-spacing: -1px;
  display: block;
  text-transform: capitalize;
  color:#042dc5;
}
  .main-slider img{width: 100% !important;}
  .slick-dots {
    width: auto;
  }
  .main-slider .slick-dots {
    bottom: 50%;
    /*
    width: 50px;
        */
    right: 25px;

  }
  .slick-dots li {
    padding: 0;
    margin: 0px;
  }

  .slick-prev::before, .slick-next::before {
    opacity: 1;
  }
  .slick-dots li button::before {
    font-size: 70px;
    opacity: 1;
    color:#ff7900;
  }
  .slick-dots li.slick-active button::before {
    opacity: 1;
    color:#042dc5;
  }

  .slick-next {
    left: 20%;
    bottom:3px;
    right: inherit;
    top: inherit;
    margin-left:35px;
  }
  .slick-prev {
    left:20%;
    margin-right: 20px;
    bottom: -58px;
    top: inherit;
    width: 60px;
    height: 60px;
    z-index: 22;
  }
  .slick-next::before {
    content: '';
    background: url(../imgs/next_arrow.png) no-repeat;
    width: 60px;
    height: 60px;
    display: block;
    background-size: contain;
  }
  .slick-prev::before {
    content: '';
    background: url(../imgs/prev_arrow.png) no-repeat;
    width: 60px;
    height: 60px;
    display: block;
    background-size: contain;
  }
  .silder_position{position: relative;}
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    transition: 0.5s ease-in-out;
    font-weight: 500;
    position: relative;
  }
  .navbar-expand-lg .navbar-nav .nav-link::before {
    content: "";
    width:0px;
    height: 2px;
    display: block;
    background:#042dc5;
    position: absolute;
    left: 50px;
    top: 19px;
    transition: 0.5s ease-in-out;
  }
  .navbar-expand-lg .navbar-nav .nav-link:hover::before {
    content: "";
    width: 31px;
    height: 2px;
    display: block;
    background:#042dc5;
    position: absolute;
    left: 5px;
    top: 19px;
    transition: 0.5s ease-in-out;
  }
  .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #ff7900;
    transition: 0.5s ease-in-out;
  }
  .slick-dots li button::before {
    font-size: 70px;
  }
  .eco_header .nav-link {
    font-family: "Raleway", sans-serif;
    font-weight:400;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
  .navbar-brand img {
    width: 160px;
    font-family: "Raleway", sans-serif;
  }
  .eco_header .navbar-brand {
    background: #fff;
    padding:4px 20px;
    margin-right: 0;
    position: relative;
  }
  .eco_header .navbar-brand::after {
    height: 40px;
    width:1px;
    content: "";
    display: block;
    background: #ccc;
    right: 0;
    position: absolute;
    bottom: 15px;
    transition: cubic-bezier;
    transform: translateX;
  }
  .eco_header .navbar-nav {
    background: #fff;
    padding: 17px 30px 17px 40px;
  }
  .whatsapp_header {
    background-color: #fff;
    padding: 22px 30px 22px 10px;
    position: relative;
  }
  .whatsapp_header::before {
    height: 40px;
    width:1px;
    background: #ccc;
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    left: -16px;
  }
  .whatsapp_header a{
    font-size: 20px;
    font-family: "Raleway", sans-serif;
    text-decoration: none;
    color: #333;
    font-weight:700;

  }
  .whatsapp_header i {
    background: #042dc5;
    color: #fff;
    border-radius: 50px;
    height: 25px;
    width: 25px;
    line-height: 24px;
    text-align: center;
  }
  .info_header ul{
    display: flex;
    margin: 0;
    padding: 0px;
  }
  .info_header li{
list-style: none;

  }
  .info_header li a {
    padding: 5px;
    height: 40px;
    width: 40px;
    line-height: 29px;
    text-align: center;
    color: #042dc5;
    background: #fff;
    display: block;
    margin-left: 5px;
    border-radius: 50px;
    transition: 0.5s ease-in-out;
  }
  .info_header li a:hover{
    color:#fff;
    background: #042dc5;
    transition: 0.5s ease-in-out;
  }
  .slider_data{
    position: absolute;
    left:17%;
    bottom: 20%;
  }
  .slider_data h3{
    font-family: "Raleway", sans-serif;
    font-size:75px;
    font-weight:800;
    color:#ff7900;
    position: relative;
    letter-spacing: -4px;
    line-height: 70px;
  }
  .slider_data h3::before {
    content: "";
    background: url(../imgs/doted.png) no-repeat center;
    width: 82px;
    height: 28px;
    display: block;
    background-size: contain;
    margin-left: -90px;
    margin-top: 52px;
    position: absolute;
    top: -8px;
  }
  .slider_data p {
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    font-weight:500;
    color: #fff;
    letter-spacing: -1px;
  }
  .slider_data a{
  background: #042dc5;
  color: #fff;
  padding:15px 20px;
  display: block;
  max-width: 180px;
  font-weight: 500;
  text-align: center;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
  text-decoration: none;
  transition: 0.5s ease-in-out;
  position: relative;

  }
  .slider_data a:hover{
    background:#ff7900;
    transition: 0.5s ease-in-out;
    }
    .slider_data a::after {
      content: "";
      height: 3px;
      width: 0%;
      bottom: -3px;
      background:#ff7900;
      display: block;
      position: absolute;
      left: 0;
      transition: 0.5s ease-in-out;
    }
    .slider_data a:hover::after {
      content: "";
      height: 3px;
      width: 100%;
      bottom: -3px;
      background:#042dc5;
      display: block;
      position: absolute;
      transition: 0.5s ease-in-out;
    }
  .slider_data a span{
    letter-spacing: -5px;
    margin-left: 5px;
    transition: 0.5s ease-in-out;
  }
  .slider_data a:hover span{
    letter-spacing: -4px;
    margin-left: 15px;
    transition: 0.5s ease-in-out;
    left: 100%;
  }
  .home_about{
    padding-top:100px;
    padding-bottom:100px;
  }
  .home-about_tittle h1 span{
    font-family: "Raleway", sans-serif;
    font-size:14px;
    font-weight:600;
    color:#ff7900;
    display: block;
    text-transform: uppercase;
  }
  .home-about_tittle h1 b{font-family: "Raleway", sans-serif;
    font-size:40px;
    font-weight: 800;
    color:#042dc5;
    letter-spacing: -2px;
    position: relative;
    margin-left:0px;
  }
    .home-about_tittle h1 b::before {
      content: "";
      background: url(../imgs/doted.png) no-repeat center;
      width: 61px;
      height: 20px;
      display: block;
      background-size: contain;
      margin-left: -60px;
      position: absolute;
      top: 14px;
    }
    .home-about_tittle a{
      color: #fff;
      text-decoration: none;
      font-family: "Raleway", sans-serif;
      display:block;
      margin-top: 30px;
      letter-spacing: -1px;
      margin-left: 30px;
      transition: 0.5s ease-in-out;
    }
    .home-about_tittle a span{
      background: #eee;
      padding: 10px 15px;
      color: #333;
      text-decoration: none;
      text-align: center;
      font-family: "Raleway", sans-serif;
      position: relative;
      transition: 0.5s ease-in-out;
    }
    .home-about_tittle a:hover span{
      color: #fff;
      transition: 0.5s ease-in-out;
    }
    .home-about_tittle a span::after {
      content: "";
      width:0%;
      background: #042dc5;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      transition: 0.5s ease-in-out;
    }
    .home-about_tittle a:hover span::after {
      content: "";
      width: 100%;
      background: #042dc5;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      transition: 0.5s ease-in-out;
    }
    .home-about_tittle a span b {
      z-index:2;
      position: relative;
    }
    .home-about_tittle a i{
      color:#042dc5;
      text-decoration: none;
      margin-left: -5px;
      transition: 0.5s ease-in-out;
    }
    .home-about_tittle a:hover i{
      color:#042dc5;
      text-decoration: none;
      margin-left:0px;
      transition: 0.5s ease-in-out;
    }
    .ser_tittle_home img{
      width: 60px;
      height: 60px;
    }
    .home-about_tittle {
      padding-left: 60px;
      padding-top: 25px;
    }
    .home-about_tittle p {
      font-family: "Raleway", sans-serif;
      color: #3b277c;
      font-weight: 500;
      padding-bottom: 0px;
      margin-bottom: 5px;
      letter-spacing: -.8px;
      margin-left: 30px;
    }
  /*
  .home-about_vission {
    padding-left: 60px;
    padding-right: 60px;
  }
  */
  .home-about_vission img{width: 100%;}
  .home-about_vission h2 {
    background: #eee;
    width: auto;
    color: #042dc5;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 50px;
  }
  .home-about_vission p{
    font-family: "Raleway", sans-serif;
    color: #3b277c;
    font-weight:600;
    margin-top: 25px;
  }
  .home-about_vission a{
    width: auto;
    color: #042dc5;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    padding: 5px 0px;
    display: inline-block;
    text-decoration: none;
    border-radius: 50px;
    letter-spacing: -1px;
    font-weight: 600;
    display: flex;
    transition: 0.5s ease-in-out;
  }
  .home-about_vission:hover a{
    color:#ff7900;
    letter-spacing:1px;
    transition: 0.5s ease-in-out;
  }
  .home-about_vission a i {
    margin-top: 6px;
    margin-left: 12px;
    transition: 0.5s ease-in-out;
  }
.home-about_vission:hover a i {
  margin-top: 6px;
  margin-left:2px;
  transition: 0.5s ease-in-out;
}
  .home-bt-services{
    background:#f9f9f9 url(../imgs/hatteras_it_services_bg.png) no-repeat right;
    background-size: cover;
    background-attachment: fixed;
  }
  .home-bt-services_bg_two{
    background: url(../imgs/hatteras_it_services_bg_2.png) no-repeat center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
    padding-bottom: 305px;
  }
.ser_tittle_home{display:flex}
.ser_tittle_home h3{font-family: "Raleway", sans-serif;
  font-size:20px;
font-weight:700;
color: #ff7900;
margin-left: 20px;
transition: 0.5s ease-in-out;
}
.ser_tittle_home h3:hover{
  color: #333;
  transition: 0.5s ease-in-out;
}
.ser_tittle_home h3 span{
  display: block;
}
.ser_tittle_home a{width: 100%;
  display: flex;
  text-decoration: none;
}
.ser_box{
  margin-bottom: 60px;
}
.ser_box p{font-family: "Raleway", sans-serif;
  font-size:16px;
font-weight:500;
padding-left: 80px;
}
.ser_box b{
padding-left: 80px;
}
.ser_box b a{
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #042dc5;
}
.ser_box b span{
  background: #fff;
  margin-right: 10px;
  padding: 8px 20px  8px 15px;
  transition: 0.5s ease-in-out;
}
.ser_box:hover b span {
  background: #042dc5;
  color: #fff;
  transition: 0.5s ease-in-out;

}
.ser_box b i{
  margin-left: -15px;
  transition: 0.5s ease-in-out;
}
.ser_box:hover b i{
  margin-left:0px;
  transition: 0.5s ease-in-out;
}
.ser_box p a{
  text-decoration: none;
  color: #333;
  letter-spacing: -1px;
}
.ser_tittle{font-family: "Raleway", sans-serif;
  font-size:30px;
  font-weight: 800;
  color: #042dc5;
  margin-bottom:60px ;
  letter-spacing: -2px;
  position: relative;
  margin-left: 35px;
  width:100%;
}
.ser_tittle::before {
  content: "";
  height: 3px;
  width: 20px;
  background: #042dc5;
  display: block;
  position: absolute;
  left: -20px;
  top: 23px;
}

.section_sepert {
  background: url(../imgs/doted.png) no-repeat center;
  height: 45px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
  margin-top: -172px;
}
.more_btn{
  margin-top: -65px;
  background: #042dc5;
  display: block;
  padding: 15px 25px;
  width:200px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-align: center;
  transition: 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
}
.more_btn:hover{
  background: #ff7900;
  transition: 0.5s ease-in-out;
}
.more_btn::after{content: "";
  position: absolute;
  background: #ff7900;
  width:0%;
  display: block;
  height: 100%;
  left: 0px;
  right: 0;
  bottom: 0;
  top: 0;
  transition: 0.5s ease-in-out;
}
.more_btn:hover::after{content: "";
  position: absolute;
  background: #000;
  width:100%;
  height: 100%;
  left:200px;
  display: block;
  bottom: 0;
  top: 0;
  transition: 0.5s ease-in-out;
}
.home_vendors {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: -250px;
  padding: 40px;
  position: relative;
  z-index: 22;
  margin-bottom: -225px;
}
.home_vendors h2 {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #042dc5;
  margin-bottom: 50px;
  letter-spacing: -2px;
  position: relative;
  margin-left: 60px;
  margin-top: 30px;
}
.home_vendors h2 span {
  font-weight:200;
  color: #ff7900;
  padding-right: 10px;

}
.home_vendors h2::before {
  content: "";
  background: url(../imgs/doted.png) no-repeat center;
    width: 55px;
    height: 18px;
  display: block;
  background-size: contain;
  margin-left: -60px;
  position: absolute;
  top: 9px;
}
.home_vendors ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
}

.home_vendors ul li{
  width:20%;
  padding:20px 40px;
  list-style: none;
  border-right: solid 1px #eee;
  border-bottom: #eee solid 1px;
  position: relative;
  font-family: "Raleway", sans-serif;
}

.home_vendors ul li::after {
  content: "+";
  position: absolute;
  font-size: 100px;
  font-weight: 100;
  color: #ccc;
  right: -21px;
  bottom: -77px;
  z-index: 1;
}
.home_vendors ul li:nth-of-type(5)::after{content: "";}
.home_vendors ul li:nth-of-type(6)::after{content: "";}
.home_vendors ul li:nth-of-type(7)::after{content: "";}
.home_vendors ul li:nth-of-type(8)::after{content: "";}
.home_vendors ul li:nth-of-type(9)::after{content: "";}
.home_vendors ul li:nth-of-type(10)::after{content: "";}

.home_vendors ul li:nth-of-type(5){
  border-right:none;
}
.home_vendors ul li:nth-of-type(6){
  border-bottom:none;
}
.home_vendors ul li:nth-of-type(7){
  border-bottom:none;
}
.home_vendors ul li:nth-of-type(8){
  border-bottom:none;
}
.home_vendors ul li:nth-of-type(9){
  border-bottom:none;
}
.home_vendors ul li:nth-of-type(10){
  border-bottom:none;
  border-right:none;
}
.home_vendors ul li img{
  width: 100%;
}
.home_vendors ul li img:hover {
  filter: grayscale(1);
}
.second_footer {
  background: #ff7900 url(../imgs/footer_second_bg.png) no-repeat right bottom;
  padding-top: 280px;
  padding-bottom: 50px;
}
.second_footer-left h2 {
  font-family: "Raleway", sans-serif;
  font-size: 60px;
  font-weight: 800;
  color: #fff;
  position: relative;
  letter-spacing: -3px;
}
.second_footer-left h2 span {
  font-size:14px;
  font-weight:400;
  color: #042dc5;
  display: block;
  letter-spacing:0px;
}
.second_footer-left_bottom p{
  font-size:16px;
  font-weight:400;
  font-family: "Raleway", sans-serif;
  color: #fff;
}
.second_footer-right a{
  background: #042dc5;
  display: block;
  padding: 15px 25px;
  text-align: center;
  width:175px;
  margin-top:50px;
  color: #fff;
  border: solid 2px transparent;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.5s ease-in-out;
}
.second_footer-right a:hover{
  border: solid 2px #fff;
  background: transparent;
  color: #042dc5;
  transition: 0.5s ease-in-out;
}
.footer{
  background: #042dc5 url(../imgs/footer__bg.png) right top no-repeat;
  padding-top: 100px;
  padding-bottom: 20px;
}
.footer_about{
  padding-right:80px;
}
.footer_about h3{
  font-family: "Raleway", sans-serif;
  font-size: 60px;
  font-weight: 800;
  color: #fff;
  position: relative;
  letter-spacing: -3px;
  margin-left: 61px;
}
.footer_about h3 span{
  display:block ;
  font-weight: 100;
  color: #ff7900;
  line-height: 30px;
}
.footer_about h3::before {
  content: "";
  background: url(../imgs/doted.png) no-repeat center;
  width: 61px;
  height: 20px;
  display: block;
  background-size: contain;
  margin-left: -60px;
  position: absolute;
  top: 38px;
}
.footer_about p{
  font-family: "Raleway", sans-serif;
  font-weight:400;
  color:#6f8dec;
}
.footer_contact h3{
  font-family: "Raleway", sans-serif;
  font-weight:400;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 30px;
}
.footer_contact ul{
  padding: 0;
  margin: 0;
}
.footer_contact ul li{
list-style: none;
margin-bottom: 20px;
}
.footer_contact ul li a{color:#6f8dec;
text-decoration: none;
display: block;
font-family: "Raleway", sans-serif;
  font-weight:600;
}
.footer_contact ul li a span{
  display: block;
}
.footer_serv{}
.footer_serv h3{
  font-family: "Raleway", sans-serif;
  font-weight:400;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 30px;
}
.footer_serv ul{
  padding: 0;
  margin: 0;
}
.footer_serv ul li{
  list-style: none;
  margin-bottom:5px;
  }
.footer_serv ul li a{color:#6f8dec;
  text-decoration: none;
  display: block;
  letter-spacing: -1px;
  font-family: "Raleway", sans-serif;
    font-weight:500;
    transition: 0.5s ease-in-out;
  }
  .footer_serv ul li a:hover{color:#fff;
    transition: 0.5s ease-in-out;
    letter-spacing:1px;
  }
  .copyrights{
    padding-top: 30px;
  }
.footer_copyrights_left h3 {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -2px;
}
.footer_copyrights_left p{color:#6f8dec;
  text-decoration: none;
  display: block;
  font-family: "Raleway", sans-serif;
    font-weight:500;
  }
.footer_copyrights_left a{color:#6f8dec;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
    font-weight:500;
    font-size: 14px;
  }
  .footer_copyrights_right{
text-align: right;
  }
  .footer_copyrights_right ul {
    display: flex;
    margin: 0;
    padding: 0px;
    list-style: none;
    flex-direction: row-reverse;
    margin-top:40px;
  }
  .footer_copyrights_right li a {
    padding: 5px;
    text-align: center;
    color:#6f8dec;
    display: block;
    margin-left: 5px;
  }
  .wapp_chat {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    line-height: 60px;
    right: 10px;
    background: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
  }
  .my_nav:nth-of-type(2) {
    width: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .my_nav {
    width: 25px;
    height: 2px;
    background:#042dc5;
    display: block;
  }
  .navbar-toggler {
    border: none;
    margin-top: 8px;
    padding: 0px;
  }
  .contact_section{background:#042dc5;
  padding-top: 80px;
  padding-bottom: 80px;
  }
  .contact_title{
    font-family: "Raleway", sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -2px;
    position: relative;
  }
  .cont_details_box{
    padding-top: 30px;
    position: relative;
  }
  .cont_details_box::after {
    content: "";
    height: 30px;
    width: 1px;
    background: #1d49ea;
    display: block;
    position: absolute;
    top: 42px;
    right: 0;
  }
  .cont_details_box:last-child:after {
    content: "";
    display: none;
  }
  .cont_details_box h2{color: #b7bdd4;
    font-family: "Raleway", sans-serif;
    font-size:16px;
    font-weight:400;
    position: relative;
    margin-left: 40px;
  }
  .cont_details_box h2::after {
    content: "";
    height: 1px;
    width: 30px;
    background: #1d49ea;
    display: block;
    position: absolute;
    top: 10px;
    left: -40px;
  }
  .cont_details_box a{color: #b7bdd4;
    font-family: "Raleway", sans-serif;
    font-size:18px;
    font-weight: 800;
    text-decoration: none;
}
  .cont_details_box a span{display: block;}
  .contact-form {
    padding:80px 40px;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);
    background: transparent;
  }
  .cont-for {
    width: 49%;
    display: inline-block;
  }
  .form-control {
    height: calc(2.80rem + 3px);
    font-size: 1rem;
    font-weight: 400;
    color: #333;
    border: none;
    padding-left: 0px;
    background-color:transparent;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 30px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    position: relative;
  }
  .form-control::placeholder {
    color: #999;
  }
  .cont-padding{
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .cont-padding_50{
    padding-top:80px;
    padding-bottom:50px;
  }
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color:#fff;
    opacity:1;
    background:#1d49ea;
    border: none;
    border-radius: 0px;
    padding: 10px 25px;
    font-weight:700;
  }
  .vendorpagemargin{margin-top: -292px;}
  .about_box{
    padding-top: 40px;
  }
  .about_box p{
    font-family: "Raleway", sans-serif;
    font-weight:500;
    color: #6686ea;
  }
  .v_m_text_box{
padding-left: 50px;
padding-top: 40px;
padding-bottom: 30px;
  }
  .v_m_text_box h2{
    font-family: "Raleway", sans-serif;
    font-size: 40px;
    font-weight: 800;
    color:#1d49ea;
    letter-spacing: -2px;
  }
  .v_m_text_box p{
    font-family: "Raleway", sans-serif;
    font-size:16px;
    font-weight:400;
    color: #333;
    letter-spacing: -1px;
  }
  .v_m_text_box p span{
    font-family: "Raleway", sans-serif;
    font-size:28px;
    font-weight: 800;
    color: #ff7900;
    letter-spacing: -2px;
    display: block;
  } 
  .v_m_img_box img{
    width: 100%;
  }
  .v_m_text_box-padding{
    padding-left:15px;
    padding-right: 50px;
  }
  .white_color{
    color: #fff;
  }
.white_color h1 span{
    color: #fff;
  }
 .white_color h1 a{
    color: #fff;
  }
  .serv_details_box {
    margin-top: 20px;
  }
  .serv_details_box img{
    width: 100%;
  }
  .serv_details_box p{
    font-family: "Raleway", sans-serif;
    font-size:16px;
    font-weight:400;
    color:#fff;
    letter-spacing: -1px;
  }
  .serv_details_box_gry {
    background: rgba(256,256,256,.7);
    padding: 40px;
  }
  .serv_details_box_gry p{
    font-family: "Raleway", sans-serif;
    font-size:16px;
    font-weight:400;
    color:#333;
    letter-spacing: -1px;
  }
  .icon_ser_boxs{
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
  }
  .icon_ser_boxs ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-evenly;
    align-items: self-start;
    justify-content: space-between !important;
  }
  .icon_ser_boxs ul li{ width: 24%;
  display: flex;
  }
  .icon_ser_boxs ul li {background: rgba(256,256,256,.7);
    padding: 40px 30px;
    margin-bottom:10px;
  }
  .icon_ser_boxs ul li h3 {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    letter-spacing: -1px;
    margin-left: 20px;
    padding-top: 20px;
  }
  .icon_ser_boxs ul li img{width: 60px;}
  .cyber_list_tittle{}
  .cyber_list_tittle h2 {
    font-family: "Raleway", sans-serif;
    font-size:22px;
    font-weight: 800;
    color: #1d49ea;;
    position: relative;
    letter-spacing: -1px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .cyber_list_box{}
  .cyber_list_box ul {
    color: #666;
    list-style-type: none;
    list-style-position: outside;
    padding-left: 0px;
  }
  .cyber_list_box li{
    margin: 0;
    padding: 0;
    display: table-row;
    font-size: 15px;
    font-family: "Raleway", sans-serif;
    font-size:16px;
    line-height: 30px;
  }
  .cyber_list_box ul li::before {
    content: "–";
    margin-right: 3em;
    display: table-cell;
    text-align: right;
    padding-right: 10px;
  }
  .cyber_list_box h2 {
    font-family: "Raleway", sans-serif;
    font-size:22px;
    font-weight: 800;
    color: #1d49ea;;
    position: relative;
    letter-spacing: -1px;
    margin-top:0px;
    margin-bottom:10px;
  }
  .cyber_list_box p{
    font-family: "Raleway", sans-serif;
    font-size:16px;
  }
  .footer_serv_activ {
    color: #02165f !important;
    font-weight: 700 !important;
  }
  .pading_t_b{padding-top: 50px;
  padding-bottom: 50px;}
  @media screen and (min-width:0px) and (max-width:767px) {
  .eco_header {
    padding: 10px 10px;
    position: fixed;
    z-index: 99;
    width: 100%;
    left: inherit;
    margin-left: inherit;
    top:0px;
    background: #fff;
  }
  .eco_header .navbar-brand::after {
    display: none;
  }
  .whatsapp_header::before {
    display: none;
  }
  .eco_header .nav-item{
    border-bottom: #eee dashed 1px;
  }
  .eco_header .navbar-brand {
    padding: 4px 0px;
  }
  .bread_crumbs {
    margin-top: 66px;
    background: #ff7900;
  }
  .bread_crumb_box h1 {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    color: #fff;
  }
  .bread_crumb_box h1 span {
    font-weight:700;
    font-size:18px;
    letter-spacing: 0px;
    color: #fff;
  }
  .bread_crumb_box {
    position: inherit;
    padding:10px 15px;
  }
  .bread_crumb_box h1 a {
    font-size: 14px;
    padding-left: 0px;
    color: #fff;
  }
  .v_m_text_box {
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .v_m_text_box h2 {
    font-size: 30px;
    letter-spacing: -1px;
  }
  .v_m_text_box p span {
    font-size: 18px;
    letter-spacing: 0px;
  }
  .v_m_text_box-padding {
    padding-left:0px;
    padding-right: 0px;
  }
  .v_m_img_box{padding: 0;}
  .icon_ser_boxs ul li {
    padding:20px 10px;
    width: 48%;
    display: block;
    text-align: center;
  }
  .icon_ser_boxs ul li h3 {
    margin-left: inherit;
    padding-top: 10px;
  }
  .icon_ser_boxs {
    width: 111%;
    margin-left: -15px;
    margin-right: -15px;
  }
  .contact_section {
    padding-top: 50px;
    padding-bottom: 41px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .contact_title {
    font-size: 25px !important;
    letter-spacing: -1px;
  }
  .footer_about {
    padding-right: 0px;
  }
  .eco_header .navbar-nav {
    padding: 17px 30px 17px 0px;
  }
  .slider_data h3 {
    font-size: 30px;
    font-weight:700;
    letter-spacing: -1px;
  line-height: 30px;
  }
  .info_header li a {
    color: #fff;
    background: #042dc5;
  height: 28px;
  width: 28px;
  line-height: 17px;
  background: #042dc5;
  font-size: 13px;
  }
  .whatsapp_header {
    padding: 0px 10px 15px 8px;
  }
  .ser_tittle_home img {
    width: 60px;
    height: 60px;
  }
  .slider_data p {
    font-size: 14px;
    font-weight: 400;
    text-transform: inherit;
  }
  .slider_data h3::before {
    content: "";
    width: 39px;
    height: 20px;
    margin-left: -46px;
    margin-top: 52px;
    top: -40px;
  }
  .slider_data a {
   display: none;
  }
  .navbar-brand img {
    width: 90px;
  }
  .main-slider {
    margin-top: 64px;
  }
  .home_about {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .revers-home{
    flex-direction: column-reverse;
  }
  .home-about_vission {display: none;}
  .home-about_tittle h1 {
    margin-left: 60px;
  }
  .home-about_tittle h1 b {

  }
  .home-about_tittle h1 b::before {
    content: "";
    width: 40px;
    height: 15px;
    display: block;
    margin-left:-45px;
    top: 17px;
  }
  .home-about_vission {
    padding-top: 40px;
  }
  .home-about_vission p {
    margin-top: 10px;
  }
  .home-bt-services_bg_two {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .contact-form {
    padding: 25px 25px;
  }
  .cont-for {
    width: 100%;
    display:block;
  }
  .ser_tittle_home a{
    text-decoration: none;
  }
  .ser_box b a {
    font-size: 14px;
    font-weight:400;
    color: #042dc5;
    text-decoration: none;
  }
  .section_sepert {
    margin-top: -62px;
  }
  .home_vendors {
    margin-top: 0;
    margin-bottom: 0;
  }
  .home_vendors ul li {
    width: 50%;
    padding: 20px 27px;
    list-style: none;
  }
  .home_vendors ul li:nth-of-type(2) {
border-right: 0;
  }
.home_vendors ul li:nth-of-type(4) {
    border-right: 0;
}
.home_vendors ul li:nth-of-type(5) {
  border-right: solid 1px #eee;
 }
.home_vendors ul li:nth-of-type(6) {
border-right: 0;
border-bottom: solid 1px #eee;

 }
 .home_vendors ul li:nth-of-type(7) {
  border-bottom: solid 1px #eee;
 }
 .home_vendors ul li:nth-of-type(8) {
  border-right:none;
  border-bottom: solid 1px #eee;
 }
 .home_vendors ul li:nth-of-type(2)::after {
  content: "";
}
.home_vendors ul li:nth-of-type(4)::after {
  content: "";
}

.home_vendors ul li:nth-of-type(6)::after {
  content: "";
}
.home_vendors ul li:nth-of-type(8)::after {
  content: "";
}
.home_vendors ul li:nth-of-type(10)::after {
  content: "";
}

.home_vendors ul li:nth-of-type(5)::after {
  content: "+";
}
.home_vendors ul li:nth-of-type(7)::after {
  content: "+";
}

.home_vendors ul li:nth-of-type(9)::after {
  content: "";
}
.second_footer {
  padding-top:80px;
  padding-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
}.second_footer-right a {
  padding: 10px 20px;
  width: 170px;
  margin-top: 8px;
}
.second_footer-left_bottom p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
}
.footer {
  background: #042dc5 url(../imgs/footer__bg.png) right top no-repeat;
  padding-top:70px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
.footer_about h3 {
  font-size: 40px;
}
.footer_about h3::before {
  content: "";
  width: 40px;
  height: 16px;
  margin-left: -44px;
  top: 23px;
}
.footer_copyrights_right ul {
  flex-direction: row;
  margin-top: 0px;
}
.footer_contact ul li {
  margin-bottom: 10px;
}
.footer_contact {
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-top:30px;
}
.footer_contact::after {
  width: 20%;
  height: 1px;
  content: "";
  display: block;
  background:#6f8dec;
  display: block;
  margin-top: 30px;
}
.footer_contact h3 {
  margin-bottom: 10px;
}
.footer_serv h3 {
  margin-bottom: 10px;
}
.more_btn {
  padding: 15px 15px;
  width: 150px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -1px;
}
.ser_tittle{font-family: "Raleway", sans-serif;
  width:auto;
}
.info_header{width:38%;
    display: inline-block;
}
 .whatsapp_header {
    padding: 0px 10px 15px 8px;
    width:60%;
    display: inline-block;
}
.navbar-collapse {
  border-bottom: dashed 1px #ccc;
  padding-bottom: 20px;
} 
}
