body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 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;
}

.heading_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.heading_container h2 {
  position: relative;
  font-weight: bold;
}
.heading_container h2 span {
  color: #0062a6;
}
.heading_container.heading_center {
  align-items: center;
  text-align: center;
}

 
a:hover,
a:focus {
     
    color: #ffc00f !important;
    font-weight: bolder;
}

 

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

/*header section*/
.hero_area {
  position: relative;
  height: calc(100vh - 35px);
  display: flex;
  flex-direction: column;
  background-image: url(../images/hero-bg.jpg);
  background-size: cover;
}

.sub_page .hero_area {
  height: auto;
}
.sub_page .header_section .header_bottom {
    background-color: #ffffff;
}

.header_section {
  /* border-top: 15px solid #0062a6; */
}
.header_section .header_top {
  padding: 15px 0;
  background-color: #159ec0;
}
.header_section .header_top .header_top_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_section .header_top .contact_nav {
  display: flex;
  flex: 1;
}
.header_section .header_top .contact_nav a {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.header_section .header_top .contact_nav a i {
  margin-right: 5px;
  background-color: #159ec0;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border-radius: 100%;
}
.header_section .header_top .contact_nav a:hover i {
  background-color: #0062a6;
}
.header_section .header_top .social_box {
  display: flex;
}
.header_section .header_top .social_box a i {
  margin-right: 5px;
  background-color: #159ec0;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border-radius: 100%;
}
.header_section .header_top .social_box a:hover i {
  background-color: #0062a6;
}
.header_section .header_bottom {
  background-color: rgb(255 255 255);
  /* padding: 15px 0; */
  position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999999;
    border-bottom: 3px solid #000;
}
.header_section .header_bottom .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand {
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
}
.navbar-brand span {
  color: #0062a6;
}
.navbar-brand:hover {
  color: inherit;
}

.navbar_brand_mobile {
  display: none;
}

.custom_nav-container {
  padding: 0;
}
.custom_nav-container .navbar-nav {
  margin: auto;
}
    .custom_nav-container .navbar-nav .nav-item .nav-link {
      padding: 0px 30px;
      color: #0a0a0a;
      text-align: center;
      text-transform: uppercase;
      border-radius: 5px;
      font-size: 17px;
      transition: all 0.3s;
       font-weight: bolder;  
    }
.custom_nav-container .navbar-nav .nav-item .nav-link:hover {
  color: #000;
  font-weight: bold;
}
.custom_nav-container .navbar-nav .nav-item .nav-link i {
  margin-right: 5px;
}
.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  color: #000;
  font-weight: 500;
}

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

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

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000;
  margin: 7px 0;
  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: #000;
  top: -10px;
  border-radius: 5px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] {
  transform: rotate(360deg);
}
.custom_nav-container .navbar-toggler[aria-expanded=true] span {
  transform: rotate(45deg);
}
.custom_nav-container .navbar-toggler[aria-expanded=true] span::before, .custom_nav-container .navbar-toggler[aria-expanded=true] span::after {
  transform: rotate(90deg);
  top: 0;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] .s-1 {
  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 {
  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 {
  transform: none;
}

/*end header section*/
/* slider section */
.slider_section {
  flex: 1;
  display: flex;
  align-items: center;
}
.slider_section .dot_design {
  position: absolute;
  width: 450px;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
  z-index: 1;
}
.slider_section .dot_design img {
  width: 100%;
}
.slider_section .row {
  align-items: center;
}
.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}
.slider_section .detail-box {
  color: #0062a6;
}
.slider_section .detail-box h1 {
  font-weight: 600;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 3rem;
}
.slider_section .detail-box p {
  color: #6d6d6d;
}
.slider_section .detail-box .btn-box {
  display: flex;
  margin: 0 -5px;
  margin-top: 45px;
  flex-wrap: wrap;
}
.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;
  transition: all 0.3s;
  border: 1px solid #ffffff;
}
.slider_section .detail-box .btn-box .btn1:hover {
  background-color: transparent;
  color: #ffffff;
}
.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #0062a6;
  color: #ffffff;
  border-radius: 0;
  transition: all 0.3s;
  border: 1px solid #0062a6;
}
.slider_section .detail-box .btn-box .btn2:hover {
  background-color: transparent;
  color: #0062a6;
}
.slider_section .img-box img {
  width: 100%;
}
.slider_section .carousel_btn-box {
  position: absolute;
  right: 25px;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  width: 105px;
  height: 50px;
  transform: translateY(50%);
}
.slider_section .carousel_btn-box a {
  position: unset;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  opacity: 1;
  border-radius: 100%;
  color: #fbe116;
  font-size: 14px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
}
.slider_section .carousel_btn-box a:hover {
  background-color: #0062a6;
  color: #ffffff;
}

.about_section .row {
  align-items: center;
}
.about_section .img-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_section .img-box img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.about_section .detail-box p {
  color: #1f1f1f;
  margin-top: 15px;
}
.about_section .detail-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #0062a6;
  color: #ffffff;
  border-radius: 0px;
  transition: all 0.3s;
  border: 1px solid #0062a6;
  margin-top: 15px;
}
.about_section .detail-box a:hover {
  background-color: transparent;
  color: #0062a6;
}

.portfolio_section {
  background-color: #fbe116;
  color: #ffffff;
  padding-top: 45px;
}
.portfolio_section .heading_container {
  margin-bottom: 25px;
}
.portfolio_section .filter_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio_section .filter_box .owl-filter-bar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.portfolio_section .filter_box .owl-filter-bar a {
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 2px;
  margin: 5px 0;
}
.portfolio_section .filter_box .owl-filter-bar a.active {
  color: #000000;
  background-color: #ffffff;
}
.portfolio_section .box {
  position: relative;
}
.portfolio_section .box .img-box {
  position: relative;
}
.portfolio_section .box .img-box img {
  width: 100%;
}
.portfolio_section .box .img-box .btn_overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: all 0.3s;
}
.portfolio_section .box .img-box .btn_overlay a {
  padding: 10px 45px;
  border: 1px solid #0062a6;
  color: #0062a6;
}
.portfolio_section .box .img-box .btn_overlay a:hover {
  background-color: #0062a6;
  color: #ffffff;
}
.portfolio_section .box .img-box:hover .btn_overlay {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.portfolio_section .owl-item.active.center .box .detail-box {
  opacity: 1;
  visibility: visible;
}
.portfolio_section .portfolio_carousel {
  margin-top: 35px;
}
.portfolio_section .portfolio_carousel .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.portfolio_section .portfolio_carousel .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  outline: none;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  color: #000000;
}
.portfolio_section .portfolio_carousel .owl-nav button:hover {
  background-color: #fbe116;
  color: #ffffff;
}
.portfolio_section .portfolio_carousel .owl-nav button.owl-prev {
  left: 25px;
}
.portfolio_section .portfolio_carousel .owl-nav button.owl-next {
  right: 25px;
}

.service_section {
  position: relative;
}
.service_section .box {
  margin-top: 30px;
  text-align: center;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  padding: 25px 15px;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service_section .box .img-box {
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service_section .box .img-box img {
  max-height: 100%;
  max-width: 100%;
  transition: all 0.3s;
}
.service_section .box .detail-box {
  margin-top: 15px;
}
.service_section .box .detail-box h5 {
  font-weight: bold;
}
.service_section .box .detail-box p {
  margin: 0;
}
.service_section .box:hover {
  background-color: #0062a6;
  color: #ffffff;
}
.service_section .box:hover .img-box img {
  filter: brightness(0) invert(1);
}
.service_section .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #0062a6;
  color: #ffffff;
  border-radius: 0;
  transition: all 0.3s;
  border: 1px solid #0062a6;
}
.service_section .btn-box a:hover {
  background-color: transparent;
  color: #0062a6;
}

.contact_section {
  position: relative;
}
.contact_section .heading_container {
  margin-bottom: 45px;
}
.contact_section .row {
  align-items: stretch;
}
.contact_section .form_container {
  background-color: #fbe116;
  padding: 45px;
}
.contact_section .form_container .form-control {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 15px;
  outline: none;
  color: #101010;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.contact_section .form_container .form-control::-moz-placeholder {
  color: #565554;
}
.contact_section .form_container .form-control:-ms-input-placeholder {
  color: #565554;
}
.contact_section .form_container .form-control::placeholder {
  color: #565554;
}
.contact_section .form_container .form-control.message-box {
  height: 95px;
}
.contact_section .form_container .btn_box {
  display: flex;
}
.contact_section .form_container .btn_box button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: #0062a6;
  color: #ffffff;
  border-radius: 0px;
  transition: all 0.3s;
  border: 1px solid #0062a6;
}
.contact_section .form_container .btn_box button:hover {
  background-color: transparent;
  color: #0062a6;
}
.contact_section .map_container {
  height: 100%;
  min-height: 375px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  padding: 0;
}
.contact_section .map_container .map {
  height: 100%;
  flex: 1;
}
.contact_section .map_container .map #googleMap {
  height: 100%;
}

.client_section .heading_container {
  margin-bottom: 45px;
}
.client_section .row {
  align-items: center;
}
.client_section .client_id {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.client_section .client_id h5 {
  margin-top: 10px;
  margin-bottom: 0;
}
.client_section .box {
  display: flex;
  align-items: center;
}
.client_section .box .img-box {
  width: 145px;
  min-width: 145px;
  position: relative;
  border: 10px solid #0062a6;
}
.client_section .box .img-box img {
  width: 100%;
}
.client_section .box .detail-box {
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 15px;
  margin-bottom: 34px;
  margin-left: 1px;
}
.client_section .box .detail-box p {
  margin: 0;
}
.client_section .carousel-indicators {
  position: unset;
  margin: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.client_section .carousel-indicators li {
  background-color: #0062a6;
  width: 20px;
  height: 20px;
  border: none;
  background-clip: unset;
  margin: 5px;
  border-radius: 100%;
  opacity: 1;
}
.client_section .carousel-indicators li.active {
  background-color: #fbe116;
}

/* info section */
.info_section {
  position: relative;
  background-color: #0062a6;
  color: #ffffff;
}
.info_section h5 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}
.info_section .info_logo {
  display: flex;
  justify-content: center;
  /* margin-bottom: 45px; */
}
.info_section .info_logo .navbar-brand {
  font-size: 28px;
}
.info_section .social_box {
  display: flex;
  align-items: center;
}
.info_section .social_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  width: 30px;
  height: 30px;
  background-color: #0062a6;
  border-radius: 100%;
  margin-right: 5px;
}
.info_section p {
  margin-bottom: 0;
  color: #000;
}
.info_section a {
  text-transform: none;
}
.info_section ul {
  padding: 0;
}
.info_section ul li {
  list-style-type: none;
  margin: 3px 0;
}
.info_section ul li a {
  color: #000;
}
.info_section ul li a:hover {
  color: #fff;
}
.info_section .info_link-box {
  display: flex;
  flex-direction: column;
}
.info_section .info_bottom .row {
  align-items: center;
}
.info_section .info_contact {
  margin: 15px 0;
}
.info_section .info_contact .link-box {
  display: flex;
  align-items: center;
  margin: 15px 0;
  color: #ffffff;
}
.info_section .info_contact .link-box i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #0062a6;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  margin-right: 10px;
}

.info_form form {
  display: flex;
}
.info_form form input {
  flex: 1;
  height: 45px;
  border: none;
  padding-left: 10px;
}
.info_form form button {
  width: 45px;
  height: 45px;
  background-color: #0062a6;
  color: #ffffff;
  border: none;
  outline: none;
  font-size: 12px;
  margin: 0;
}

/* end info section */
/* footer section*/
.footer_section {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}
.footer_section p {
  color: #252525;
  padding: 25px 0;
  margin: 0;
}
.footer_section p a {
  color: inherit;
}


/*********************************/
.container-alt {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* width: 900px;
  height: 600px;
  background: #fff;
  margin: 20px; */
}

.container-alt .imgBx {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  /* background: #212121; */
  transition: .3s linear;
}

/* .container-alt .imgBx:before {
  content: 'Nike';
  position: absolute;
  top: 0px;
  left: 24px;
  color: #000;
  opacity: 0.2;
  font-size: 8em;
  font-weight: 800;
} */

.container-alt .imgBx img {
  position: relative;
  width: 400px;
  /* transform: rotate(-30deg); */
  left: 0px;
  transition: .9s linear;
}

.container-alt .details {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  box-sizing: border-box;
  padding: 40px;
}

.container-alt .details h2{
  margin: 0;
  padding: 0;
  font-size: 1.8em;
  line-height: 1em;
  color: #444;
}

.container-alt .details h2 span {
  font-size: 0.4em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999;
}

.container-alt .details p {
  max-width: 85%;
  margin-left: 15%;
  color: #333;
  font-size: 15px;
  margin-bottom: 36px;
}

.container-alt .details h3 {
  margin: 0;
  padding: 0;
  font-size: 2.5em;
  color: #a2a2a2;
  float: left;
}
.container-alt .details button {
  background: #000;
  color: #fff;
  border: none;
  outline: none;
  padding: 15px 20px;
  margin-top: 5px;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 40px;
  float: right;
}

.product-colors span {
  width: 26px;
  height: 26px;
  top: 7px;
  margin-right: 12px;
  left: 10px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.black {
  background: #000;
}

.red {
  background: #D5212E;
}

.orange {
  background: #F18557;
}

.product-colors .active:after{
  content: "";
  width: 36px;
  height: 36px;
  border: 2px solid #000;
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
  left: -5px;
  top: -5px;
}

/* responsive */
@media (max-width: 1080px) {
  .container-alt {
      height: auto;
  }
  .container-alt .imgBx {
      padding: 40px;
      box-sizing: border-box;
      width: 100% !important;
      height: auto;
      text-align: center;
      overflow: hidden;
  }
  .container-alt .imgBx img {
      left: initial;
      max-width: 100%;
      transform: rotate(0deg);
  }
  .details {
      width: 100% !important;
      height: auto;
      padding: 20px;
  }
  .container-alt .details p {
      margin-left: 0;
      max-width: 100%;
  }
}

footer {
  position: fixed;
  right: 16px;
  bottom: 12px;
}

footer a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
.list-none {
 
}
.list-none ul {
 
}
.list-none ul li {
 padding: 5px 0px;
}
#customers {
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #fbe116;
  color: #000;
}
.form_container {

}
.form_container iframe {
  width: 500px !important;
  height: 310px !important;
}
@media only screen and (min-width:320px) and (max-width:426px) {
  .navbar-brand {
    font-size: 14px;
  }
  .form_container iframe {
    width: 300px !important;
    height: 350px !important;
  }
}


.social-links {

}
.social-links ul {
  
}
.social-links ul li {
  display: inline-block;
  padding: 0px 5px;
}
.social-links ul li a {
  background: #fff;
  color: #000;
  padding: 3px 8px;
  border-radius: 50%;
  width: 18px;

}

.social-links ul li a:hover {
  background: #000;
  color: #fff;
 }
