:root {
  --primary: #5259f6;
  --secondary: #151b3f;
  --lightSecondary: #FFB48F;
  --extralightSecondary: #F5E6CC;
  --darksecondary: #e8488e;
  --primarytext: #FFFFFF;
  --secondarytext: #1A1A1A;
  --grey:#e4e5e2;
  --extra1:#FF85B3;
  --extra2:#b4b3b8;
  --extra3:#f2bbab;
  --extra4:#9900F0;
--neoncolor:#ccff00;
--pinkcolor:#ff2f9d;
--orangecolor:#ff7f00;

}
body {
  font-family: "Roboto", Arial, sans-serif;
  color: #0c0c0c;
  background-color: #16FF00;
  overflow-x: hidden;
  font-size: 14px;
}
img {
  max-width: 100%;
  height: auto;
}
.layout_padding {
  padding: 40px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.padding-none{
  padding: 0 !important;
}
.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(21, 82, 99, 0.65)), to(rgba(21, 82, 99, 0.55)));
  background: linear-gradient(to right, rgba(21, 82, 99, 0.65), rgba(21, 82, 99, 0.55));
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .header_section {
  margin-top: 0;
   -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15); 
          background: #ffffff;
          position: fixed;
          width: 100%;
          z-index: 2;
}

.header_section {
  /* padding: 10px 0; */
  background: #16FF00;
    position: fixed;
    width: 100%;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15); 
    z-index: 2;
}
.header-text{
  width: 42%;
  position: absolute;
    left: 10%;
    top: 10%;
}
.header-text h1{
  font-style: oblique;
  font-weight: bold;
  font-size: 42px;
  color: var(--secondarytext);
}
.header-text.one p{
  font-weight: bold;
  padding: 5px 40px;
  font-size: 18px;
  color: var(--primarytext);
  background: rgb(241,90,37);
  background: linear-gradient(90deg, rgba(241,90,37,1) 0%, rgba(255,255,255,0) 100%);
}
.header-text.two{
  width: 100%;
  top: 6%;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.header-text.two h1{
  color: var(--secondarytext);
}
.header-text.two p{
   font-weight: normal;
    padding: 5px 21px;
    font-size: 16px;
    color: var(--secondarytext);
    background: var(--primarytext);
    text-align: left;
    width: 86%;
    border-radius: 25px;
}
.header-text.three{
  width: 50%;
  top: 20%;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.header-text.three h1{
  color: var(--primarytext);
}
.header-text.three p{
  font-weight: bold;
  padding: 5px 40px;
  font-size: 18px;
  color: var(--primarytext);
  background: rgb(255,61,229);
  background: linear-gradient(135deg, rgba(114,209,255,1) 0%, rgba(255,61,229,0.5) 100%);
  border-radius: 25px;
}
.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 7px 20px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

.header_section .header_top {
  padding: 15px 0;
  background-color: #0F6292;
}

.top_nav_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
    justify-content: flex-end;
}

.contact_nav a {
  color: #ffffff;
  margin-left: 15px;
}

.contact_nav a i {
  color: #ff3300;
}

.contact_nav a:hover {
  color: #ff3300;
}
.custom_nav-container .navbar-nav .nav-item{
  margin: 0 2px;
}
.custom_nav-container .navbar-nav .nav-item.active .nav-link ,
.custom_nav-container .navbar-nav .nav-item:hover .nav-link{
  background-color: #ff3300;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #ff3300;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #333;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #333;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container a {
  color: #000000;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-left: 5px;
}

.quote_btn-container a:hover {
  color: #1A1A1A;
}

.quote_btn-container .quote_btn {
  display: inline-block;
  padding: 5px 25px;
  background-color: #ff3300;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.quote_btn-container .quote_btn:hover {
  background-color: #ff3300;
}

/*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; */
          padding-top: 100px;
          /* padding-bottom: 100px; */
          padding-bottom: 13rem;
  position: relative;
}
.top_section{
  padding-top: 135px;
  padding-bottom: 135px;
  background: url('../images/bg1.jpg');
}
.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .find_form_container {
  /* nice select */
  /* end nice select */
}

.slider_section .find_form_container .form-group {
  margin: 15px;
  position: relative;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
}

.slider_section .find_form_container .input-group-text {
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f7f8f3;
  border: none;
}

.slider_section .find_form_container label {
  color: #fff;
}

.slider_section .find_form_container .form-control {
  height: 50px;
  outline: none;
  border: none;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #f7f8f3;
}

.slider_section .find_form_container .form-control::-webkit-input-placeholder {
  font-size: 14px;
}

.slider_section .find_form_container .form-control:-ms-input-placeholder {
  font-size: 14px;
}

.slider_section .find_form_container .form-control::-ms-input-placeholder {
  font-size: 14px;
}

.slider_section .find_form_container .form-control::placeholder {
  font-size: 14px;
}

.slider_section .find_form_container .form-control.nice-select {
  line-height: 39px;
}

.slider_section .find_form_container .nice-select ul {
  width: 100%;
  padding: 0;
}

.slider_section .find_form_container .nice-select::after {
  right: 15px;
  border: none;
  border-top: 5px solid #ccc;
  border-right: 5px solid transparent;
  border-bottom: 0;
  border-left: 5px solid transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.slider_section .find_form_container .nice-select.open::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.slider_section .find_form_container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.slider_section .find_form_container .btn-box button {
  display: inline-block;
  padding: 12px 50px;
  background-color: #ff3300;
  color: #ffffff;
  border-radius: 45x;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.slider_section .find_form_container .btn-box button:hover {
  background-color: #ff3300;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: relative;
}

.slider_section .detail-box {
  color: #1A1A1A;
  text-align: center;
}
.slider_section .detail-box h2 {
  color: #ff3300;
}
.slider_section .detail-box h3 {
  color: #ffffff;
}
.slider_section .detail-box h1 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #ffffff;
}

.slider_section .detail-box p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 30px;
}

.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: #ffffff;
  color: #000000;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: #d9d9d9;
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #ff3300;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}
.slider_section .carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus{
  color: #ffffff;
}
.slider_section .detail-box .btn-box .btn2:hover {
  background-color: #ff3300;
}

.slider_section .img-box img {
  width: 100%;
}
.slider_section .carousel-item img{
  width: 100%;
  height: 560px;
}
.slider_section .carousel-indicators {
  position: absolute;
  bottom: 18%;
  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;
          z-index: 1;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
  border: 1px solid #ffffff;
  text-indent: unset;
  background-clip: unset;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  border: 1px solid #ff3300;
  background-color: #ff3300;
}

.about_section .heading_container {
  margin-bottom: 30px;
}

.about_section .row {
  
}

.about_section .img-box img {
  max-width: 100%;
}

.about_section .detail-box h3 {
  font-weight: bold;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a,.btn-primary {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ff3300;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover,.btn-primary:hover {
  background-color: #ff3300;
}

.why_section .box {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 45px;
  background: #0F6292 ;
  color: #ffffff;
  padding: 25px;
  min-height: 404px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  /* border-bottom: 10px solid #1A1A1A; */
}

.why_section .box.oragne{
  background: #ff3300 ;
}
.why_section .box .img-box {
  /* width: 105px;
  height: 105px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* background-color: #ffffff;
  border-radius: 100%; */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.why_section .box .img-box img {
  width: 100%;
}

.why_section .box .detail-box {
  margin-top: 20px;
  text-align: center;
 
}

.why_section .box .detail-box h4 {
  font-weight: bold;
  font-size: 22px;
  color: #fff;
}

.why_section .box .detail-box p {
  margin-bottom: 0;
}

.why_section .box.active .img-box, .why_section .box:hover .img-box {
  /* -webkit-transform: scale(1.2);
          transform: scale(1.2); */
}
.why_section .box:hover{
  /* border-color: #FFA600; */
} 
.why_section .box:hover .detail-box h4{
  /* color: #FFA600; */
} 
.pricing_section {
  position: relative;
}

.pricing_section .heading_container {
  color: #ffffff;
}

.pricing_section .box {
  background: #ffffff;
  text-align: center;
  padding: 25px;
  border-radius: 15px;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.pricing_section .box * {
  position: relative;
  z-index: 1;
}

.pricing_section .box::before {
  /* content: ""; */
  position: absolute;
  top: -100px;
  left: 50%;
  width: 400px;
  height: 400px;
  background: #ff3300;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pricing_section .box .price {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 15px;
  /* margin-bottom: 65px; */
}

.pricing_section .box a {
  color: #1A1A1A;
}

.pricing_section .box.box-center {
  margin-top: 45px;
}

.client_section .heading_container {
  margin-bottom: 25px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px;
}

.client_section .box .detail-box {
  margin-bottom: 15px;
  position: relative;
}

.client_section .box .detail-box p {
  position: relative;
  z-index: 1;
}

.client_section .box .detail-box::before, .client_section .box .detail-box::after {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;
  position: absolute;
  font-size: 68px;
  color: #e0e0e0;
}

.client_section .box .detail-box::before {
  content: "\f10d";
  top: -25px;
  left: -10px;
}

.client_section .box .detail-box::after {
  content: "\f10e";
  bottom: -25px;
  right: 0;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .box .client_id .img-box {
  position: relative;
  width: 100px;
  height: 100px;
}

.client_section .box .client_id .img-box img {
  width: 100%;
  border-radius: 100%;
  border: 5px solid #1A1A1A;
}

.client_section .box .client_id .name {
  margin-left: 15px;
}

.client_section .box .client_id .name h6 {
  color: #23242a;
  font-size: 18px;
  margin-bottom: 0;
}

.client_section .box .client_id .name p {
  margin-bottom: 0;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  padding: 0 15px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  background-color: #ff3300;
  color: #ffffff;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  margin-right: 10px;
}
.owl-carousel .owl-nav .owl-prev.disabled, 
.owl-carousel .owl-nav .owl-next.disabled{
  opacity: 0.5;
}
.info_section {
  background-color: #0F6292;
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 25px;
}

.info_section .info_col {
  margin-bottom: 35px;
}

.info_section .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.info_section .contact_nav a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  margin-bottom: 10px;
}

.info_section .contact_nav a i {
  font-size: 22px;
  margin-right: 10px;
}

.info_section .contact_nav a:hover {
  color: #ff3300;
}

.info_section h4 {
  /* text-transform: uppercase; */
  position: relative;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 600;
}

.info_section .social_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.info_section .social_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 18px;
  margin-right: 10px;
}

.info_section .social_box a:hover {
  color: #ff3300;
  border-color: #ff3300;
}

.info_section .info_form input {
  width: 100%;
  border: none;
  height: 45px;
  margin-bottom: 10px;
  padding-left: 25px;
  background-color: #eaeaea;
  outline: none;
  color: #101010;
}

.info_section .info_form button {
  width: 100%;
  display: inline-block;
  padding: 10px 45px;
  background-color: #ff3300;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.info_section .info_form button:hover {
  background-color: #ff3300;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: #16FF00;
  text-align: center;
}

.footer_section p {
  color: #1A1A1A;
  padding: 10px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */


.why_us_section {
  position: relative;
}

.why_us_section .heading_container {
  margin-bottom: 20px;
}

.why_us_section .box {
  margin-top: -130px;
  text-align: center;
  padding: 25px 15px;
  /* -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  border-bottom: 10px solid #1A1A1A; */
  -webkit-transition: all .2s;
  transition: all .2s;
  min-height: 560px;
  color: #fff;
  background: #1A1A1A;
  position: relative;
}
.why_us_section .box.oragne{
  background: #ff3300;
}
.why_us_section .box .img-box {
  height: 65px;
    /* position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: #1A1A1A; */
}

.why_us_section .box .img-box i {
  font-size: 70px;
  color: #ff3300;
  /* height: 100%; */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.why_us_section .box.oragne .img-box i{
  color: #fff;
}
.why_us_section .box .detail-box {
  margin-top: 15px;
}

.why_us_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.why_us_section .box .detail-box a {
  color: #1A1A1A;
  font-weight: 600;
}

.why_us_section .box .detail-box a:hover {
  color: #ff3300;
}

.why_us_section .box:hover {
  /* border-color: #FFA600; */
}
.why_us_section .box:hover i,.why_us_section .box:hover h5{
  /* color: #FFA600; */
}

/* why us section */
.why_us_section_two {
  position: relative;
  color: #ffffff;
  background: #1A1A1A;
}

.why_us_section_two .why_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.why_us_section_two .why_bg_box img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

.why_us_section_two .why_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 66, 91, 0.65)), to(rgba(51, 66, 91, 0.9)));
  background: linear-gradient(to bottom, rgba(51, 66, 91, 0.65), rgba(51, 66, 91, 0.9));
}

.why_us_section_two .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 45px auto 0 auto;
}

.why_us_section_two .box .num-box {
  width: 145px;
  height: 145px;
  background-color: #ffffff;
  border: 1.5px solid #33425b;
  border-radius: 100%;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: bold;
}

.why_us_section_two .box h5 {
  margin: 0;
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  /* text-transform: uppercase; */
}

.why_us_section_two .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.why_us_section_two .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #f33535;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #f33535;
}

.why_us_section_two .btn-box a:hover {
  background-color: transparent;
  color: #f33535;
}

/* end why us section */


/** home section **/

.home {
  background: #fff;
  padding: 40px 0;
}

.home .titlepage span {
  font-size: 17px;
  line-height: 30px;
  color: #0e0b0a;
  font-weight: 501;
  display: block;
  padding-top: 20px;
}

.mw {
  background: #6c8ca9 !important;
}

.mm {
  background: #b4b3b8 !important;
}

.home .Our_box {
  text-align: center;
  margin-bottom: 30px;
  /* padding: 60px 25px; */
  padding: 25px;
  background: #f2bbab;
}

.weight {
  font-size: 20px;
  /* text-transform: uppercase; */
  line-height: 30px;
  font-weight: 501;
  padding-bottom: 0;
  margin-bottom: 0px;
  text-align: left;
}
p.weight{
  font-size: 14px;
    font-style: italic;
    font-weight: normal;
}
.home .Our_box figure {
  margin: 0;
}


/** end home section **/


.banner_section_2_container{
    position: absolute;
    bottom: 0%;
    padding: 0 10%;
}
.banner_section_2{
  width: 100%;
  float: left;
  padding-top: 0px;
  padding-bottom: 0px;
}
.box_main {
  width: 100%;
  float: left;
  background-color: #ff3300;
  height: auto;
  padding: 30px;
  text-align: center;
  min-height: 260px;
}
.box_main.active {
  background-color: #0F6292;
}

.box_main:hover {
  /* background-color: #1A1A1A; */
}
.box_main a{
  color: #fff;
  font-size: 14px;
  float: right;
}
.internet_icon {
  width: 70px;
  margin: 0 auto;
  text-align: center;
  background-color: #ffffff;
  color: #000;
  font-size: 30px;
  color: #000;
  border-radius: 100%;
  padding: 12px 0px;
}


.broadband_text {
  width: 100%;
  float: left;
  font-size: 1.5rem;
  color: #ffffff;
  text-align: center;
  padding-top: 15px;
  text-transform: capitalize;
}
.box_main h4.active{ color: #ffffff ; }
.box_main:hover h4{ color: #ffffff ; }
.box_main:hover .many_text{
   color: #ffffff ;
}
.box_main .many_text.active{
   color: #ffffff ;
}

.many_text {
  width: 100%;
  margin: 20px auto;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
.slider_section .carousel-control-prev{
  left: 38%;
  bottom: 15%;
  height: 50px;
  top: auto;
}
.slider_section .carousel-control-next{
  right: 38%;
  bottom: 15%;
  height: 50px;
  top: auto;
}
.fixed-button{
  position: fixed;
  z-index: 10;
  right: -9%;
  top: 50%;
  background-color: #ff3300;
  color: #fff;
  padding: 6px;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fixed-button:hover{
  right: 0%;
  color: #fff !important;
}

.progress {
  width: 150px;
  height: 150px !important;
  float: left; 
  line-height: 150px;
  background: none;
  margin: 20px;
  box-shadow: none;
  position: relative;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}
.progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #000;
  font-size: 24px;
  color: #fff;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}
.progress.blue .progress-bar {
  border-color: #049dff;
}
.progress.blue .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}
.progress.yellow .progress-bar {
  border-color: #fdba04;
}
.progress.yellow .progress-right .progress-bar {
  animation: loading-3 1.8s linear forwards;
}
.progress.yellow .progress-left .progress-bar {
  animation: none;
}
@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.form-control{
  border-radius: 0 !important;
}
/** our products section **/

.products {
  padding: 60px 0 30px 0;
  margin-bottom: 90px;
  background-color: #f4f4f4;
}

.products .titlepage {
  text-align: left;
}

.our_products {
  padding: 0 15px 15px 15px;
  transition: ease-in all 0.3s;
  margin-bottom: 30px;
}

#ho_bo:hover.our_products {
  box-shadow: 0px 0px 9px rgba(255, 166, 0, 0.33);
  transition: ease-in all 0.3s;
  margin-top: -10px;
  cursor: pointer;
  background-color: #fff;
}

.our_products h3 {
  margin-top: 15px;
  font-size: 22px;
  line-height: 31px;
  color: #000;
  font-weight: 500;
  padding-bottom: 10px;
  color: #fdba04;
}

.our_products span {
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
 
}

.our_products p {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #000000;
}

.product {
  background-color: #fff;
  text-align: center;
  margin: 0 -15px 0px -15px !important;
}

.product figure{
  margin: 0;
  min-height: 190px;
}
.product figure img {
  height: 190px;
}
.padding_left0 {
  padding-left: 0;
}

.our_products a{
  text-align: right;
}
.products-details{

}
.products-details .product-color h3{
  color: #ff3300;
}

.products-details .product-color ul{
  list-style: square;
}
/** end our products section **/

.nav-item.dropdown:hover .dropdown-menu{
 display: block !important;
}
.blog_section .heading_container h2{
  color: #ff3300;
}

.why_section.news_and_events .box{
  min-height: 478px;
}


.ftco-counter {
  overflow-x: hidden;
  position: relative;
}
.ftco-no-pb {
  padding-bottom: 0 !important;
}
.ftco-no-pt {
  padding-top: 0 !important;
}

.ftco-section {
  padding: 3em 0;
  position: relative;
  
}
.ftco-section h3{
  text-align: center;
  color: var(--neoncolor);
  background:#1A1A1A;
  margin: auto;
  border-radius: 50px;
  display: inline-block;
    padding: 5px 40px;
    position: absolute;
    right: 10%;
    top: 5%;
}
.ftco-counter .image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.aside-stretch {
  background: #0F6292;
}
.aside-stretch:after {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  content: '';
  width: 360%;
  background: #0F6292;
}
.heading-section h2 {
  line-height: 1.2;
  font-size: 40px;
  font-weight: 700;
  color: var(--primarytext);
}

.ftco-counter .subheading,.ftco-counter .detail-box p,.ftco-counter .detail-box h4{
color: #ffffff;
}

.ftco-counter .block-18 {
  display: block;
  width: 60%;
  margin-bottom: 5px;
  background: #ff3300 !important;
  opacity: 0.9;
  padding: 10px 20px;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ftco-counter .block-18 .text .number {
  color: #ffffff;
}
.ftco-counter .block-18:hover{
  opacity: 1;
}
.ftco-counter .text strong.number {
  font-weight: 700;
  font-size: 30px;
  color: #ffffff;
  display: block;
}
.ftco-counter .text {
  width: calc(100% - 80px);
}
.ftco-counter .icon {
  width: 70px;
  height: 100px;
}
.ftco-counter .icon i{
  font-size: 42px;
}
.ftco-counter .block-18 .text span {
  color: #ffffff;
}
.ftco-counter .text span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color:#ffffff;
  letter-spacing: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ftco-counter .why_bg_box{
  display: none;
}

.offer-box{
 
}
.client_section {
  position: relative;
}
.client_section .image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  width: 50%;
}