/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  background-color: #ffffff;
}

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

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

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

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

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

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

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.heading_container.heading_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

/*header section*/
.header_section {
  /* position: sticky; */
  top: 0;
  left: 0;
  z-index: 9;
  background: #ffffff;
}

.header_section .container {
  padding: 0;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 12px;
  text-align: center;
  /* text-transform: uppercase; */
  font-size: 15px;
  color: #607d8b;
}
.custom_nav-container .navbar-nav .nav-item .nav-link:hover {
  color: #000;
}

.custom_nav-container .navbar-nav .nav-item .nav-link.last-link {
  padding-right: 0;
}

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;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand span {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}

.custom_nav-container {
  z-index: 99999;
}

.navbar-expand-lg .navbar-collapse {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

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

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  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: #000000;
  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;
}

/*end header section*/
/* slider section */
.slider_section {
  position: relative;
  z-index: 2;
  /* color: #3b3a3a; */
  /* background-color: #ffc107; */
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail_container {
  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;
}

.slider_section .detail_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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #ffffff;
}

.slider_section .detail_box h1 {
  font-weight: bold;
}

.slider_section .detail_box p {
  margin-top: 20px;
}

.slider_section .detail_box a {
  display: inline-block;
  padding: 10px 45px;
  border: 1px solid #eb4b6b;
  border-radius: 5px;
  background-color: #002768;
  color: #ffffff;
  margin-top: 15px;
}

.slider_section .detail_box a:hover {
  background-color: transparent;
  color: #eb4b6b;
}

.slider_section .img-box img {
  width: 100%;
  object-fit: contain;
  object-position: top;
  max-height: 600px;
}

.slider_section .slider_number-container {
  position: absolute;
  top: 8%;
  left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about_section {
  background-color: #4834b7;
  color: #ffffff;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.about_section .detail-box {
  padding-left: 15px;
}

.about_section .detail-box h2 {
  margin-bottom: 20px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #eb4b6b;
  color: #ffffff;
  border: 1px solid #eb4b6b;
  border-radius: 5px;
  margin-top: 25px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #eb4b6b;
}

.service_section .heading_container {
  margin-bottom: 45px;
}

.service_section .service_container {
  padding: 15px 45px 45px;
  /* -webkit-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.08); */
}

.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.service_section .box .img-box {
  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;
  width: 90px;
  min-width: 90px;
  height: 90px;
  border-radius: 100%;
  background-color: #eb4b6b;
  margin-right: 15px;
}

.service_section .box .img-box img {
  width: 40px;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.service_section .box .detail-box h5 {
  color: #4834b7;
  font-weight: 600;
  position: relative;
}

.service_section .box .detail-box h6 {
  font-size: 15px;
  color: #444;
}

.service_section .box .detail-box a {
  display: inline-block;
  padding: 8px 35px;
  border: 1px solid #e7c357;
  border-radius: 5px;
  background-color: #e7c357;
  color: #000000;
  margin-top: 25px;
}

.service_section .box .detail-box a:hover {
  background-color: transparent;
  color: #e7c357;
}

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

.skill_section .progress_box {
  margin-top: 25px;
}

.skill_section .progress-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.skill_section .progress {
  border-radius: 15px;
  height: 10px;
}

.skill_section .progress-bar {
  background-color: #4834b7;
}

.portfolio_section {
  background-color: #f8f8f8;
}

.portfolio_section .heading_container {
  margin-bottom: 45px;
}

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

.client_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .client_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 75px;
}

.client_section .box {
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px;
  margin-top: 45px;
  text-align: center;
  min-width: 285px;
}

.client_section .box .img-box {
  margin-bottom: -60px;
  position: relative;
  z-index: 2;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  overflow: hidden;
  border: 5px solid #ffffff;
}

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

.client_section .box .detail-box {
  color: #212529;
  /* background-color: #4834b7; */
  padding: 90px 20px 35px;
}

.client_section .box .detail-box h5 {
  font-weight: 600;
}

.client_section .swiper-pagination {
  position: unset;
  margin-top: 30px;
}

.client_section .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.client_section .carousel-indicators {
  bottom: 0;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .carousel-indicators li {
  opacity: 1;
  background-color: #d5d6d7;
  width: 18px;
  height: 18px;
  border-radius: 100%;
}

.client_section .carousel-indicators li.active {
  background-color: #e4c156;
}

/* contact section */
.contact_section .heading_container {
  margin-bottom: 25px;
}

.contact_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_section .detail-box {
  width: 250px;
}

.contact_section .detail-box p {
  margin-top: 5px;
}

.contact_section .contact-form h5 {
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}

.contact_section .contact-form .top_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact_section .contact-form .top_input input {
  width: 48%;
}

.contact_section .contact-form input {
  width: 100%;
  margin: 10px 0;
  height: 45px;
  padding-left: 15px;
  border: none;
  outline: none;
  background-color: #f9f9f9;
}

.contact_section .contact-form input.message_input {
  height: 125px;
}

.contact_section .contact-form input::-webkit-input-placeholder {
  color: #acabab;
}

.contact_section .contact-form input:-ms-input-placeholder {
  color: #acabab;
}

.contact_section .contact-form input::-ms-input-placeholder {
  color: #acabab;
}

.contact_section .contact-form input::placeholder {
  color: #acabab;
}

.contact_section .contact-form .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}

.contact_section .contact-form .btn-box button {
  display: inline-block;
  padding: 10px 65px;
  background-color: #4834b7;
  color: #ffffff;
  border: 1px solid #4834b7;
  border-radius: 0;
}

.contact_section .contact-form .btn-box button:hover {
  background-color: transparent;
  color: #4834b7;
}

/* end contact section */
.info_section {
  background-color: #4834b7;
  color: #ffffff;
}

.info_section .info_social {
  padding-top: 35px;
  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;
}

.info_section .info_social h3 {
  text-transform: uppercase;
  font-weight: bold;
}

.info_section .info_social .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_social .social_box a {
  color: #ffffff;
  font-size: 18px;
  margin: 0 10px;
}

.info_section .info_contact .link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
  color: #ffffff;
}

.info_section .info_contact .link-box .img-box {
  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;
  min-width: 60px;
  min-height: 60px;
  border-radius: 5px;
  margin-right: 20px;
  color: #000000;
  font-size: 18px;
}

/* footer section*/
.footer_section {
  background-color: #4834b7;
  position: relative;
}

.footer_section p {
  border-top: 1px solid #ffffff;
  color: #ffffff;
  margin: 0;
  text-align: center;
  padding: 15px;
  margin: 0;
}

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


#fixed-rcb {
  position: fixed;
  bottom: 4%;
  right: 2%;
  z-index: 99999;
  font-size: 14px;
}
#fiexed-rcb i {
  margin-right: 10px;
}

/* popup */
    /* The Modal (background) */
    .modal {
      display: none; /* Hidden by default */
      position: fixed; /* Stay in place */
      z-index: 99999; /* Sit on top */
      left: 0;
      top: 0;
      width: 100%; /* Full width */
      height: 100%; /* Full height */
      overflow: auto; /* Enable scroll if needed */
      background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }
    
    .quick-popup {
        left: 50%;
        top: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        padding: 25px;
        min-width: 300px;
        /* background: url(assets/images/bck-gradient2.jpg); */
        background-color: white;
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;
        border-radius: 25px;
        border-top: 5px solid #ffc107;
        border-left: 5px solid #ff4c4c;
        border-right: 5px solid #007bff;
        border-bottom: 5px solid blue;
    }
    .quick-popup form button {
        margin: 10px auto !important;
    }
    .quick-popup form .form-control {
        margin: 10px 0;
    }
    
    .quick-popup form, .quick-popup form > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .quick-popup form > div {
      width: 100%;
    }
    
    /* Modal Content/Box */
    .modal-content {
      background-color: #fefefe;
      margin: 15% auto; /* 15% from the top and centered */
      padding: 20px;
      border: 1px solid #888;
      width: 80%; /* Could be more or less, depending on screen size */
    }
    
    /* The Close Button */
    .close {
      color: #aaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
    }
    
    .close:hover,
    .close:focus {
      color: black;
      text-decoration: none;
      cursor: pointer;
    }
    /* Modal Header */
    .modal-header {
      padding: 2px 16px;
      background-color: #5cb85c;
      color: white;
    }
    
    /* Modal Body */
    .modal-body {padding: 2px 16px;}
    
    /* Modal Footer */
    .modal-footer {
      padding: 2px 16px;
      background-color: #5cb85c;
      color: white;
    }
    
    /* Modal Content */
    .modal-content {
      position: relative;
      background-color: #fefefe;
      margin: auto;
      padding: 0;
      border: 1px solid #888;
      width: 80%;
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
      animation-name: animatetop;
      animation-duration: 0.4s
    }
    
    /* Add Animation */
    @keyframes animatetop {
      from {top: -300px; opacity: 0}
      to {top: 0; opacity: 1}
    }
    
    
    .quick-popup form {
      position: relative;
    }
    #close-quick-popup {
      position: absolute;
      font-size: 32px;
        top: -75px;
        right: -60px;
        color: #dae0e5;
    
    }

    /* end popup */

    .feature-cust h3 {
      display: inline;
      margin-left: 10px;

    }
    .feature-cust > div div:last-child {
     flex-grow:1;
    }

    h5 {
      color: #212529;
      font-size: 18px;
      font-weight: 600;
    }

    #conversion-last-fix {
      flex-grow: 1!important;
    max-width: 500px!important;
    }

    #wrapper > div{max-height:550px;}



   /* custom form  */
   #custom-form {
    /* background: #007bff;
    background: linear-gradient(to right, #0062E6, #33AEFF); */
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  #custom-form .bg-image {
    background-image: url('https://images.pexels.com/photos/8867475/pexels-photo-8867475.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
   /* custom form  */


   .pkg-includes i {
    font-size: 25px;
    margin-right: 15px;

   }

   /* footer ul>li>a::before {
    content: "<i class="fa-solid fa-angle-right"></i>";
    display: inline;
   } */

   h2.display-4.fw-bold, h1 {
    text-transform: uppercase;
   }

   .stars-wrapper > span{
      color: gold;
   }

   #owl-3 img {
    width: 100%;
    /*height: 450px;*/
   }

   .topnav {
    font-size: 14px;
    background: #000;
   }
   .topnav > a {
    color: #ffffffb8;
  }

  footer h5 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}

#hanging-icons > div > div {
  min-width: 50%;
  margin: 25px 0;
}

#hanging-icons .col.d-flex.align-items-start > div:first-child {
  margin-top: 6px;
  opacity: 0.6;
}

html {
  scroll-behavior: smooth;
}

@media only screen and (max-width: 1050px) { 
 .header_section > div > div:first-child > a span {display: none !important;}
}
@media only screen and (max-width: 991px) { 
  #pay-pg-header {background-image: unset !important;filter: unset !important}
}

.img-header-sp {
  /* filter: grayscale(1); */
  opacity: 0.7;
}

/* .parallax {
  background: url(../../images/main-img.png);
   min-height: 500px;

   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
} */

#pay-pg-header {
  height: 250px;
  background: url(https://cdn.pixabay.com/photo/2015/02/12/05/11/idea-633315_960_720.png);
  background-size: contain;
  color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #002768;
  /* filter: grayscale(1); */
}


.fixed-cta-br {
  position: fixed;
    bottom: 15px;
    left: 15px;
    padding: 10px;
    background: #10341e;
    text-transform: uppercase;
    color: black;
    z-index: 999;

}
.fixed-cta-br a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}