/********** General **********/
.layout_padding-bottom {
   padding-top: 90px;
   padding-bottom: 90px;
}
/********** General End **********/


/********** Header **********/
body .header_section {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 99999;
   margin: auto;
   float: unset;
   transition: all .3s ease-in-out;
}
body .logo {
   width: 35%;
}
body .header_left {
   width: 100%;
   margin: auto;
   float: unset;
}
body .navbar {
   padding: 0.5rem 0;
}
body .navbar-collapse {
   justify-content: flex-end;
}
body .navbar-nav {
   margin-right: 0 !important;
}
body .banner_main {
   width: 100%;
   margin: auto;
   padding-left: 15px;
   display: flex;
   align-items: center;
   float: unset;
   padding-top: 50px;
}
body .banner_main > div {
   width: 50%;
}
body .more_bt a:hover {
   border: 2px solid #4aafff;
}
body .header_section.sticky-active {
   background-color: #ffffff;
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
body .custom_nav-container .navbar-nav {
   padding-top: 0;
}
/********** Header End **********/


/********** What We Do **********/
body .what_we_do_section .box_main {
   padding: 20px;
}
body .what_we_do_section_2 > .row > div {
   margin-bottom: 30px;
}
body .what_we_do_section_2 > .row > div > div {
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
}
body .what_we_do_section .box_main {
   margin-top: 0;
}
/********** What We Do End **********/


/********** Our Team **********/
body .what_text_1 {
   width: 100%;
}
/********** Our Team End **********/


/********** Our Client **********/
body .image_11 {
   max-width: 190px;
}
body .carousel-indicators li {
   cursor: pointer;
}
/********** Our Client End **********/


/********** Contact Us **********/
.contact_section {
   padding-top: 120px;
}
.send_bt button {
   width: 100%;
   float: left;
   font-size: 20px;
   color: #ffffff;
   text-align: center;
   background-color: #ff5a58;
   border: 1px solid #ff5a58;
   padding: 10px 0px;
   text-transform: uppercase;
   border-radius: 30px;
}
.send_bt button:hover {
   background-color: #ffffff;
   color: #ff5a58;
}
.amet_text {
   max-width: 1100px;
   margin: auto;
   float: unset;
}
/********** Contact Us End **********/


/********** Footer **********/
.subscribe_bt button {
   width: 170px;
   float: left;
   font-size: 18px;
   color: #ffffff;
   background-color: #ff5a58;
   border: 1px solid #ff5a58;
   height: auto;
   padding: 5px 0px;
   text-align: center;
   text-transform: uppercase;
   margin-top: 22px;
}
.subscribe_bt button:hover {
   background-color: #ff5b5800;
   color: #ff5a58;
}
.quick-link {
   display: flex;
   flex-direction: column;
}
.quick-link p {
   display: flex;
   flex-direction: column;
   margin: 0;
}
.quick-link p a {
   color: #ffffff;
}
.quick-link p a:hover {
   color: #ff5a58;
}
.quick-link p a:not(:last-child) {
   margin-bottom: 5px;
}
/********** Footer End **********/


@media (min-width: 992px) and (max-width: 1199px) {
   /********** Header **********/
   body .navbar-nav .nav-link {
      padding-right: 13px !important;
      padding-left: 13px !important;
      font-size: 18px !important;
   }
   /********** Header End **********/
}

@media (max-width: 992px) {
   /***** Banner *****/
   /***** Banner End *****/
}

@media (max-width: 991px) {
   /********** Header **********/
   body .banner_main {
      flex-direction: column;
      padding-top: 100px;
   }
   body .banner_main > div {
      width: 100%;
   }
   body .banner_main > div:first-child {
      order: 1;
   }
   body .banner_main > div:last-child {
      display: flex;
      justify-content: center;
   }
   body .banner_main > div:last-child img {
      max-width: 350px;
   }
   body .logo {
      width: unset;
   }
   /********** Header End **********/

   /***** Header *****/
   body .header_section {
      background-color: #ffffff;
   }
   body .navbar-collapse {
      background-color: #ffffff;
   }
   body .custom_nav-container .navbar-nav {
      padding-top: 15px;
   }
   /***** Header End *****/
}

@media (max-width: 767px) {
   /********** Header **********/
   body .logo img {
      max-width: 230px;
   }
   body .banner_main {
      padding-top: 80px;
   }
   /********** Header End **********/
}

@media (max-width: 575px) {
   /********** About Us - Our Team **********/
   .team_section_2 > .row > div {
      display: flex;
      flex-direction: column;
   }
   .team_section_2 .image_7 {
      max-width: 150px;
      margin: auto;
   }
   /********** About Us - Our Team End **********/
}