/*================================================
            BASE CSS
==================================================*/

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');


@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

html,
body {
  font-family: "Montserrat", sans-serif;
  height: 100%;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}
a:focus {
  outline: 0 solid;
}
img {
  height: auto;
}
a {
  transition: 0.4s;
  text-decoration: none;
  color: #000;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a:focus,
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0 solid;
}
address {
  margin: 0;
}
ul {
  list-style: none;
  color: #777;
}
a:hover {
  text-decoration: none;
}



/*====================== Header style Top nav =========================================*/
a.navbar-brand:before {
  content: '';
  height: 125px;
  width: 700px;
  position: absolute;
  bottom: 14px;
  left: -305px;
  background-color: #fff;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, calc(100% - 100px) 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, calc(100% - 100px) 0, 100% 100%, 0% 100%);
}
a.navbar-brand {
  position: relative;
  z-index: 2;
  padding: 0px 170px 20px 0px;
  margin-top: 0px;
  -webkit-filter: drop-shadow(8px -4px 20px rgba(7, 36, 95, 0.04));
  filter: drop-shadow(8px -4px 20px rgba(7, 36, 95, 0.04));
}

#nav.sticky a.navbar-brand {padding: 0 100px 15px 0;margin-top: 0;}
.navbar-brand::after {
  display: none;
}
.top-text-left {
  padding: 10px 0px;
  margin-left: 345px;
}

.top-header {
  background: #ef4c23;
  padding: 0;
  position: relative;
  z-index: 1;
}
.top-text-left a {
  padding-right: 10px;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  border-right: 1px solid #fff;
  padding-left: 3px;
}
.top-text-left a:last-child {
  border-right: none !important;
  border: 0;
}
.last-link-a {border-right: 0 !important;}
.top-text-left a svg {
  padding-right: 5px;
  height: 20px;
  width: 20px;
}
.top-text-left a svg, .top-bar-social-text a svg {
  fill: #fff;
}

.top-text-left a:nth-child(3) {border-right: 0;}
.top-bar-social {height: 69px;display: flex;justify-content: center;align-items: self-end;flex-direction: column;}
.top_socail_icon_area {}
.top_socail_icon_area .list-inline {padding: 0;margin: 0;}
.top_socail_icon_area .list-inline li {display: inline-block;padding-left: 5px;list-style: none;position: relative;height: 30px;width: 30px;margin-right: 2px;}
.top_socail_icon_area .list-inline li a {display: inline-block;text-align: center;line-height: 30px;cursor: pointer;}
.top_socail_icon_area .list-inline li a .cube-top svg {color: #4e4e4e;font-size: 17px;line-height: 20px;text-align: center;}
.cube,.cube span {width: 100%;height: 100%;top: 0;left: 0;position: absolute;transform-style: preserve-3d;transition: transform 0.5s ease-in-out;text-align: center;}
.cube-top {background: transparent;background-size: 100%;}
.cube-front {background-size: 100%;transform: translate(0, -100%) rotateX(90deg);transform-origin: bottom;border-radius: 50px;}
.top_socail_icon_area .list-inline li a .cube-front svg {line-height: 30px;fill: #fff;}
.top_socail_icon_area .list-inline li:hover .cube {transform: translate(0, 50%) rotateX(-90deg);}
.top_socail_icon_area .list-inline li .facebook .cube-top {background: #3b5998;}
.top_socail_icon_area .list-inline li .twitter .cube-top {background: #1da1f2;}
.top_socail_icon_area .list-inline li .instagram .cube-top {background: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);}
.top_socail_icon_area .list-inline li .linkedin .cube-top {background: #007bb5;}
.top_socail_icon_area .list-inline li .youtube .cube-top {background: #ff0000;}
.top_socail_icon_area .list-inline li .pinterest .cube-top {background: #cb2027;}
.top_socail_icon_area .list-inline li .rss .cube-top {background: #f26522;}
.top_socail_icon_area .list-inline li .cube-top {border-radius: 50%;}
.top_socail_icon_area .list-inline li .cube-top svg {fill: #fff;}
.top_socail_icon_area .list-inline li .facebook .cube-front {background: #3b5998;}
.top_socail_icon_area .list-inline li .twitter .cube-front {background: #1da1f2;}
.top_socail_icon_area .list-inline li .instagram .cube-front {background: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);}
.top_socail_icon_area .list-inline li .linkedin .cube-front {background: #007bb5;}
.top_socail_icon_area .list-inline li .youtube .cube-front {background: #ff0000;}
.top_socail_icon_area .list-inline li .pinterest .cube-front {background: #cb2027;}
.top_socail_icon_area .list-inline li .rss .cube-front {background: #f26522;}
@-webkit-keyframes animationTop {
  49% {-webkit-transform: translateY(100%);}
  50% {opacity: 0;-webkit-transform: translateY(-100%);}
  51% {opacity: 1;}
}
@keyframes animationTop {
  49% {transform: translateY(100%);}
  50% {opacity: 0;transform: translateY(-100%);}
  51% {opacity: 1;}
}
.top-bar-social-text a {padding-right: 5px;}
.top-search .btn {border-radius: 50%;border: 1px solid #d0dbe9;height: 45px;width: 45px;background: transparent;-webkit-transition: 0.4s;transition: 0.4s;position: relative;}
.header-style3_right__btn {margin-left: 20px;}
.header-style3_right__btn .sec-th-btn {padding: 15px 30px;}
.top-bar-date-wrapper {height: 69px;display: flex;justify-content: center;align-items: self-start;flex-direction: column;}
.top-bar-date {display: inline-block;}
.middle-header {padding-bottom: 10px;padding-top: 10px;background: var(--white-color);}
.top-search .btn svg {fill: #000}
.en-link-wrapper-main {float: right;margin-top: 30px;margin-right: 15px;}
.en-link-wrapper {content: '';position: absolute;inset: 0;opacity: 0.1;background: var(--white-color);z-index: -1;}
.en-link {color: var(--white-color);background-color: #000;padding: 4px 10px;border: 1px solid #000;transition: 0.3s;border: 1px solid #000;}
.en-link:hover {color: #000;background: transparent;}
.top-nav-container {background: #fff;padding: 0;-webkit-transition: 0.4s ease-in-out;transition: 0.4s ease-in-out;box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);}
.top-nav-container .container {position: relative;padding: 10px 20px !important;padding-top: 0 !important;padding-left: 12px !important;padding-bottom: 0 !important;}
/* .top-nav-container .container:after {content: '';position: absolute;inset: 0;opacity: 0.8;background: #878787;z-index: -1;margin-left: 12px;margin-right: 12px;} */
ul.navbar-nav.top-nav-main {margin-left: auto;margin-right: 30px;}
.dropdown-menu li {position: relative;transition: .5s;border-bottom: 1px solid #ddd;}
.dropdown-menu li a {background-color: #fff;border: none;font-size: 15px;transition: .5s;line-height: 28px;}
.dropdown-menu li:last-child {border-bottom: 0;}
.top-nav-main li.nav-item a.nav-link {font-size: 16px;padding: 9px 15px !important;color: #000 !important;font-weight: 600;text-transform: uppercase;}
.top-nav-main li.nav-item a.nav-link:hover, .top-nav-main li.nav-item a.active {color: var(--primary-color) !important;fill: var(--primary-color)}
.right-menu-link .btn {padding: 3px 5px;}
.right-menu-link .btn svg {fill: #000;height: 25px;width: 25px;}
.offcanvas-top-height {height: 100% !important;}

/*====================== For Search style =========================*/
.offcanvas-body {
  overflow-y: unset;
}
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.95);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: #ef4c23;
  background-color: transparent;
  font-size: 22px;
  border-radius: 50%;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  color: #ef4c23;
}
.popup-search-box button.searchClose svg {
  width: 20px;
  height: 20px;
  fill: #ef4c23;
}
.popup-search-box button.searchClose:hover svg {
  width: 20px;
  height: 20px;
  fill: #000;
}
.popup-search-box button.searchClose:hover {
  color: var(--body-color);
  background-color: #fff;
  border-color: transparent;
  border-color: transparent;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}
@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}
.popup-search-box form input {
  font-size: 18px;
  height: 70px;
  width: 100%;
  border: 2px solid #ef4c23;
  background-color: transparent;
  padding-left: 30px;
  color: #fff;
  border-radius: 50px;
}
.popup-search-box form input:focus {
  outline: none;
}
.popup-search-box form input::-moz-placeholder {
  color: #fff;
}
.popup-search-box form input::-webkit-input-placeholder {
  color: #fff;
}
.popup-search-box form input:-ms-input-placeholder {
  color: #fff;
}
.popup-search-box form input::-ms-input-placeholder {
  color: #fff;
}
.popup-search-box form input::placeholder {
  color: #fff;
}
.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  right: 12px;
  color: var(--white-color);
  cursor: pointer;
  width: 70px;
  height: 70px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
}
.popup-search-box form button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-radius: 0;
}
.popup-search-box.show form {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
#nav.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: stickyAni 0.4s ease-in-out;
  animation: stickyAni 0.4s ease-in-out
}
#nav.sticky a.navbar-brand:before {
  display: none;
}

@-webkit-keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1
  }
}

@keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1
  }
}
#nav.sticky.top-nav-main .navbar-brand {margin: 0;padding: 0;}
#nav.sticky.top-nav-main .navbar-brand img {height: 55px;}
#nav.sticky .container:after {opacity: 0;}
/* #nav.sticky li.nav-item a.nav-link {padding: 9px 11px !important;} */
.dropdown.dropdown-mega {position: static;}
.nav-item.dropdown.dropdown-mega .dropdown-menu {top: auto;left: 50%;transform: translateX(-50%);}
.dropdown-new:hover .dropdown-menu-new {display: block;--bsb-animation-duration: 500ms;
  animation-duration: 500ms;
  animation-fill-mode: both;
  animation-name: bsb-zoomIn}
.right-menu-link {display: none !important;}
.dropdown-menu-new {border: 0;border-radius: 0;-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);box-shadow: 0 6px 12px rgba(0,0,0,.175);}
.dropdown-toggle::after {transition: transform 0.15s linear; }
.show.dropdown .new-dropdown-toggle::after {transform: rotate(-180deg);transition: all 0.3s ease-in;}
.dropdown-menu {margin-top: 0;}
/* .dropdown-toggle::after {margin-top: 0;border-top: 0;border-right: 0;border-bottom: 0;border-left: 0;
    content: "\f107";font-family: fontawesome;vertical-align: top;} */
.new-dropdown-toggle::after {margin-top: 3px;border-top: 0;border-right: 0;border-bottom: 0;border-left: 0;content: "";vertical-align: top;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="block" viewBox="0 0 448 512"><path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"/></svg>');height: 16px;width: 14px;margin-left: 4px;}
.top-nav-main li.nav-item a.new-dropdown-toggle:hover::after {background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="black" viewBox="0 0 448 512"><path d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"/></svg>');transform: rotate(-180deg);transition: all 0.3s ease-in;}
.navbar-expand-lg .navbar-nav .dropdown-menu li.dropend:hover .dropdown-new-sub-ul {display: block !important; top: 0;left: 98.5% !important;margin-top: 0;-webkit-animation: fadeIn 0.3s alternate;animation: fadeIn 0.3s alternate;border-radius: 0;}
.sub-dropdown-toggle::after {transition: transform 0.15s linear; }
/* .show1.dropend .sub-dropdown-toggle::after {transform: rotate(-450deg);transition: all 0.3s ease-in;} */
.show1.dropend .sub-dropdown-toggle::after {transform: rotate(-90deg);transition: all 0.3s ease-in;}
.dropend .sub-dropdown-toggle::after {margin-top: 3px;border-top: 0;border-right: 0;border-bottom: 0;border-left: 0;content: "";vertical-align: top;background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');height: 16px;width: 15px;margin-left: 5px;}
.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover::after {background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="black" viewBox="0 0 448 512"><path fill-rule="evenodd" d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');height: 15px;width: 14px;margin-top: 5px;}
@keyframes bsb-zoomIn {
  0% {opacity: 0;transform: scale3d(.3, .3, .3)}
  50% {opacity: 1}
}
.bsb-zoomIn {animation-name: bsb-zoomIn}
/*====================== START FOR MENU =========================================*/
.dropdown-new:hover .dropdown-menu-new {display: block;}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
.dropdown-menu-new {border: 0;border-radius: 0;border-bottom: 3px solid var(--primary-color);-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);box-shadow: 0 6px 12px rgba(0,0,0,.175);background: var(--white-color);}
.navbar-expand-lg .navbar-nav .dropdown-menu {padding: 0 !important;}
.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {color: var(--primary-color);-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;-ms-transition: all 0.5s ease-out;-o-transition: all 0.5s ease-out;transition: all 0.5s ease-out;background: #fff;}
.other-list-group a {border: 0;padding: 4px 0;font-size: 17px;transition: 0.3s;}
.other-list-group a:hover {color: #EE323B;}

/*==========================================  COMMON STYLE =================================================*/
.top-bar-social-text {
  float: right;
  display: flex;
  position: relative;
}
.top-bar-social-text a {
  border: none;
}
.top-bar-social-text a svg {
  transition: 0.4s;
}
.top-bar-social-text p {
  margin: 0;
  margin-right: 5px;
  color: #fff;
}
.right-preview button svg {
  width: 25px;
  height: 25px;
}
.navbar-brand img {
  width: 235px;
  position: relative;
  top: -22px;
}

a.navbar-brand {
  height: 90px;
  z-index: 2;
  padding: 0 0 0 0;
}

a.navbar-brand:before {
  height: 125px;
  top: -35px;
  bottom: 0;
  background: #fff;
  width: 775px;
  left: -380px;
}

#nav.sticky .navbar-brand img {
  width: 180px;
  top: 5px;
}

#nav.sticky a.navbar-brand {
  padding: 0;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .navbar-brand img {
    width: 180px;
    top: 0;
  }


}

/*========================================== MINI VERSION STYLE =================================================*/
@media (min-width: 1200px) and (max-width: 1400px) {
  a.navbar-brand {
    padding: 0px 20px 40px 0px;
  }
  .top-nav-main li.nav-item a.nav-link {
    padding: 8px 10px !important;
  }
  a.navbar-brand:before {
    width: 670px;
    left: -320px;
  }
  .top-text-left {
    margin-left: 280px;
  }
  .solution-space {
    padding-top: 60px;
  }
  .solution-box {
    padding: 30px 15px 60px 15px;
  }
}

@media (min-width: 1050px) and (max-width: 1200px) {
    .top-nav-main li.nav-item a.nav-link {
        padding: 8px 7px !important;
        font-size: 15px;
      }
      .navbar-brand img {
        width: 160px;
        top: -10px;
      }
      .navbar-brand:before {
        width: 625px !important;
        left: -368px !important;
      }
}




/*================================================
             SLIDER SECTION
==================================================*/
.hero-section {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}
.hero-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  position: relative;
}
.hero-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
span.hero-subtitle {
  color: #f6f6f6;
  font-size: 16px;
}
.hero-content h1 {
  font-size: 80px;
  line-height: 80px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 18px;
}
.hero-content p {
  color: #f6f6f6 !important;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 34px;
}
.hero-btn {
  background-color: #f9461d;
  color: #fff;
  font-size: 16px;
  padding: 16px 30px;
  text-transform: uppercase;
  font-weight: 500;
}
.hero-btn:hover {
  opacity: .9;
}


/*================================================
             FOOTER SECTION
==================================================*/
/*footer.footer {*/
/*  position: relative;*/
/*  padding: 80px 0 40px;*/
  /*background-image: url(../image/footer-bg-img.jpg);*/
/*  background-size: cover;*/
/*  background-position: center;*/
/*  overflow: hidden;*/
/*}*/
/*footer.footer::after {*/
/*  position: absolute;*/
/*  content: "";*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: #212121;*/
/*  opacity: 0.95;*/
/*  z-index: 0;*/
/*}*/
/*footer.footer * {*/
  /* position: relative; */
/*  z-index: 1;*/
/*}*/
/*.footer-social-icon ul li a svg {*/
/*  width: 24px;*/
/*  height: 24px;*/
/*  fill: #fff;*/
/*}*/
/*.footer-social-icon ul {*/
/*  display: flex;*/
/*}*/
/*.footer-social-icon ul li a {*/
/*  padding: 8px 6px;*/
/*  border-radius: 50%;*/
/*}*/
/*.footer-social-icon ul li a {*/
/*  border: 1px solid #fff;*/
/*}*/
/*.footer-social-icon ul li {*/
/*  margin: 8px;*/
/*}*/
/*.footer-about-text p {*/
/*  color: #fff;*/
/*  margin-top: 18px;*/
/*}*/
/*.footer-list h4 {*/
/*  color: #fff;*/
/*  font-family: 'Montserrat', Helvetica, Arial, sans-serif;*/
/*  font-weight: 600;*/
/*  font-size: 22px;*/
/*  margin-bottom: 16px;*/
/*  text-transform: capitalize;*/
/*  position: relative;*/
/*}*/
/*.footer-list h4:after {*/
/*  position: absolute;*/
/*  content: "";*/
/*  left: 0;*/
/*  bottom: -6px;*/
/*  background: #ef4c23;*/
/*  width: 40px;*/
/*  height: 2px;*/
/*}*/
/*.footer-about-text img {*/
/*  max-width: 15rem;*/
/*  max-height: 5rem;*/
/*}*/
/*.footer-list ul li {*/
/*  position: relative;*/
/*  line-height: 34px;*/
/*  color: #fff;*/
/*  padding-left: 5px;*/
/*}*/
/*.footer-list ul li a {*/
/*  display: block;*/
/*  color: #fff;*/
/*  font-weight: 400;*/
/*  font-size: 16px;*/
/*}*/
/*ul.footer-contact-info li:before {*/
/*  display: none;*/
/*}*/
/*ul.footer-contact-info {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: flex-start;*/
/*  justify-content: left;*/
/*  text-align: left;*/
/*  padding: 0;*/
/*  margin: 0;*/
/*  list-style: none;*/
/*  margin-bottom: 15px;*/
/*}*/
/*ul.footer-contact-info li {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  gap: 20px;*/
/*  padding-left: 0;*/
/*}*/
/*.footer-contact-info {*/
/*  width: 100%;*/
/*  justify-content: center;*/
/*}*/
/*ul.footer-contact-info li svg {*/
/*  fill: #ef4c23;*/
/*  width: 24px;*/
/*  height: 24px;*/
/*}*/
/*li.info-extra-li svg {*/
/*  width: 45px !important;*/
/*  height: 45px !important;*/
/*}*/
/*ul.footer-contact-info li p {*/
/*  margin: 0;*/
/*}*/

.footer-bottom {
  background: #212121;
  padding: 15px 0px 0px;
}
.copy-right-left p {
  text-align: left;
  color: #fff;
  font-size: 14px;
}
.copy-right-right p {
  text-align: right;
  color: #fff;
  font-size: 14px;
}
.copy-right-right p a:hover {
  color: #ef4c23;
}
.copy-right-right p a {
  color: #fff;
}
.footer-list ul li:hover a {
  color: #ef4c23;
}
.map-area {
  overflow: hidden;
}
.map-area iframe {
  height: 260px;
  width: 100%;
  margin-bottom: -10px;
}




/*================================================
             ABOUT SECTION
==================================================*/
.about-section {
  position: relative;
  padding: 80px 0px 130px;
  overflow: hidden;
}
.about-img-large {
  width: 420px;
  height: 580px;
  border-radius: 250px 250px 0px 235px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.about-img-large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-img-small {
  width: 340px;
  height: 450px;
  border-radius: 170px;
  overflow: hidden;
  position: absolute;
  bottom: -150px;
  right: -45px;
  z-index: 3;
  border: 15px solid #fff;
}
.about-img-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-badge {
  position: absolute;
  top: 100px;
  right: -30px;
  background: #fff;
  padding: 12px 25px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  font-weight: 600;
  z-index: 10;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}
span.badge-icon img {
  width: 25px;
  height: 25px;
  margin-right: 10px;}
.about-images {position: relative;width: 470px;height: 520px;}
.about-content {
  padding-left: 20px;
  margin-top: 35px;}
.about-subtitle {
  font-size: 18px;
  letter-spacing: 3px;
  color: #ef4c23;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;}
.about-title {
  font-size: 44px;
  font-weight: 700;
  color: #0d1b2a;
  line-height: 1.2;
  margin-bottom: 20px;}
.about-desc {
  font-size: 16px;
  color: #444;
  border-left: 3px solid #ef4c23;
  padding-left: 15px;
  margin-bottom: 20px;}
.about-call {
  color: #ef4c23;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 25px;}
.about-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;}
.about-list li {
  font-size: 17px;
  color: #333;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.icon-circle {
  width: 28px;
  height: 28px;
  background: #ef4c23;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}



.about-btn {
  display: flex;
  width: 165px;
  height: 50px;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
  line-height: 35px;
  border: 1px solid;
  border-radius: 6px;
  text-align: center;
  font-size: 17px;
  color: #ef4c23;
  text-decoration: none;
  transition: all 0.35s;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.about-btn::before {
  content: "";
  width: 20%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #ef4c23;
  transform: rotate(-45deg) translate(-50%, -50%);
  transition: all 0.3s;
  z-index: -1;
}
.about-btn:hover {
  color: #fff;
  border-color: #ef4c23;
}
.about-btn:hover::before {
  width: 100%;
  top: 0;
  transform: none;
}


/*================================================
             SERVICES SECTION
==================================================*/
.service-section {
  padding: 50px 0px 50px;
  background: #eff3f4;
}
.section-title {
  text-align: center;
}
.section-title h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 10px;
}
.section-title p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 18px;
  line-height: 26px;
}
.services-image-box {
  position: relative;
  overflow: hidden;
  margin: 15px 0px 0px;
}
.services-thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.services-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
  transform: scale(1);
}
.services-thumbnail:after {
  content: '';
  background-color: rgba(0, 5, 7, 1);
  opacity: 0.4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.4s ease;
}
.services-content {
  margin-top: 10px;
}
.services-title h3 {
  text-align: center;
  position: absolute;
  bottom: auto;
  top: 75%;
  left: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
  transition: 0.4s;
}
.services-image-box:hover .services-thumbnail img {
  transform: scale(1.5);
}
.services-title h3 a {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}
.services-image-box:hover .services-thumbnail:after {
  opacity: 0.1;
}
.services-image-box:hover .services-title h3 {
  top: 65%;
}


/*================================================
             CHOOSE SECTION
==================================================*/
.choose-section {
  padding: 60px 0px 60px;
}
.choose-box-wrapper {
  padding: 60px 30px 24px;
  text-align: center;
  border: 1px solid #dddddd;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 4px;
  margin-top: 30px;
  max-height: 280px;
  min-height: 280px;
}
.choose-box-wrapper img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}
.choose-box-content h4 {
  color: #051036;
  font-size: 18px;
  font-weight: 700;
}
.choose-box-content p {
  color: #2c2f34;
  font-weight: 500;
}
.choose-box-wrapper svg {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  fill: #000;
}
.choose-box-wrapper:hover {
  background-color: #ef4c23 !important;
  transform: translateY(-10px);
}
.choose-box-wrapper:hover svg {
  fill: #fff;
}
.choose-box-wrapper:hover .choose-box-content h4 {
  color: #fff;
}
.choose-box-wrapper:hover .choose-box-content p {
  color: #fff;
}


/*================================================
    12. TESTIMONIALS SECTION
==================================================*/
.testimonial-section {
  padding: 80px 0;
  background: #eff3f4;
}
.testimonial-card {
  background: #ffffff;
  padding: 30px 50px 25px;
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(28, 30, 35, 0.15);
  text-align: center;
  margin: 30px;
}
.quote-icon {
  margin-bottom: 5px;
}
.testimonial-text {
  font-style: italic;
  line-height: 32px;
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 17px;
}
.client-info img {
  width: 105px !important;
  height: 105px !important;
  border-radius: 50%;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
  margin: 0 auto 15px;
  display: block;
}
.client-info h4 {
  font-size: 18px;
  color: #ef4c23;
  font-weight: 700;
}
.testimonial-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.testimonial-slider .owl-prev,
.testimonial-slider .owl-next {
  position: absolute;
  background: #f9461d !important;
  border: 2px solid #ef4c23 !important;
  padding: 8px;
  width: 42px;
  height: 42px;
  border-radius: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
.testimonial-slider .owl-prev {
  left: -60px;
}
.testimonial-slider .owl-next {
  right: -60px;
}
.testimonial-slider .owl-prev:hover,
.testimonial-slider .owl-next:hover   {
  background: #fff !important;
}
.testimonial-slider .owl-prev svg,
.testimonial-slider .owl-next svg {
  width: 22px;
  fill: #fff;
}
.testimonial-slider .owl-prev:hover svg,
.testimonial-slider .owl-next:hover svg {
  fill: #ef4c23;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important;
}


/*================================================
   Blog SECTION
==================================================*/
.breadcrumb-section {
  padding-top: 95px;
  padding-bottom: 70px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;}
.breadcrumb-section::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  background-color: #212121;
  z-index: -1;}
.breadcrumb-title h1 {
  color: #fff;
  text-align: center;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 45px;
  font-weight: 700;}
ul.thm-breadcrumb {
  display: flex;
  justify-content: center;}
ul.thm-breadcrumb li {
  color: #fff;
  padding: 0px 8px;
  font-size: 18px;
  font-weight: 500;}
ul.thm-breadcrumb li a {
  color: #fff;}
ul.thm-breadcrumb li a:hover {
  color: #ef4c23;}

.blog-section-wrapper {padding: 120px 0 40px;overflow: hidden;}
.blog-single {margin-bottom: 0;position: relative;background: #f8f8f8;}
.blog-single .blog-img {position: relative;overflow: hidden;background-color: #f8f8f8;line-height: 0;}
.blog-single .blog-img img {width: 100%;-webkit-transition: 0.4s ease-in-out;transition: 0.4s ease-in-out;}
.blog-content {padding: 30px;position: relative;margin: 0;background: #eff3f4;}
.blog-date span {font-size: 36px;display: block;font-weight: 700;margin-bottom: 7px;line-height: 1;}
.blog-single .blog-date {
  position: absolute;
  top: 0;
  right: 20px;
  background: #ef4c23;
  padding: 20px 8px 15px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  -webkit-transform: translate(0, -80%);
  -ms-transform: translate(0, -80%);
  transform: translate(0, -80%);
}
.box-title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  margin-top: -0.32em;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.box-title a {color: #0e121d;}
.link-btn {
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
  color: #ef4c23;
}
.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #ef4c23;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  width: 100%;
  height: 1px;
}
.link-btn:hover:before {width: 40%;} 
.link-btn svg {fill: #ef4c23;}
.blog-single:hover img {-webkit-transform: scale(1.08);-ms-transform: scale(1.08);transform: scale(1.08);}
.blog-page .blog-single {margin-bottom: 50px;}
.blog-page {padding-top: 40px;}
.team-member-title {
  margin-bottom: 40px;
}
.team-member-title h2 {
  font-size: 40px;
  color: #0e121d;
  font-weight: 700;
  text-transform: capitalize;
}
.sub-title6 {
  font-size: 16px;
  font-weight: 700;
  color: #0e121d;
  text-transform: uppercase;
  margin-top: -0.41em;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 5px;
}
.sub-title6 .shape {
  display: inline-block;
  height: 3px;
  width: 40px;
  background-color: #ef4c23;
  border-radius: 99px;
  position: relative;
}
.sub-title6 .dots {
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: inherit;
  border-radius: 99px;
  position: absolute;
  top: 0;
}
.sub-title6 .dots:before,
.sub-title6 .dots:after {
  content: '';
  height: inherit;
  width: inherit;
  background-color: inherit;
  border-radius: inherit;
  display: inline-block;
  position: absolute;
  top: 0;
}
.sub-title6 .shape.left .dots {
  left: -6px;
}
.sub-title6 .shape.left .dots:before {
  left: -6px;
}
.sub-title6 .shape.left .dots:after {
  left: -12px;
}
.sub-title6 .shape.right .dots {
  right: -6px;
}
.sub-title6 .shape.right .dots:before {
  right: -6px;
}
.sub-title6 .shape.right .dots:after {
  right: -12px;
}



/*================================================
   SERVICE SECTION
==================================================*/
.service-section-page {
  padding: 60px 0px 50px;
}
.single-service-style2 {
  position: relative;
  border: 1px solid #ddd;
  display: block;
  background: #ffffff;
  padding-left: 25px;
  margin-bottom: 40px;
  margin-top: 30px;
  box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.09);
  z-index: 2;
  transition: 0.5s;
  transform: translateY(0px);
}
.single-service-style2::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  transition: all 700ms linear;
  transition-delay: 0.1s;
  background: #db282d;
}
.single-service-style2 .inner_box {
  position: relative;
  display: block;
  padding-left: 180px;
  min-height: 210px;
  z-index: 2;
}
.single-service-style2 .inner_box .img-holder {
  position: absolute;
  left: 0;
  width: 180px;
  margin-top: -40px;
}
.single-service-style2 .inner_box .img-holder img {
  width: 100%;
}
.single-service-style2 .inner_box .text-holder {
  position: relative;
  display: block;
  padding-top: 35px;
  padding-left: 30px;
  padding-right: 25px;
}
.single-service-style2 .inner_box .text-holder h3 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 8px;
}
.single-service-style2 .inner_box .text-holder h3 a {
  color: #222222;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-service-style2 .inner_box .text-holder p {
  margin: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  text-align: justify;
  line-height: 1.8;
  min-height: 145px;
  max-height: 145px;
  overflow: hidden;
}
.single-service-style2:hover {
  transform: translateY(-10px);
}
/*================================================
   SERVICE CONTACT PAGE STYLE
==================================================*/
.contact-one {
  padding-top: 60px;
  padding-bottom: 70px;
}
.contact-one__content {
  padding-bottom: 10px;
}
.contact-one__content .one-section-title {
  text-align: left;
  margin-bottom: 20px;
}
.contact-one__content .one-section-title .sub-title {
  text-transform: capitalize;
}
.sub-title {
  font-size: 22px;
  margin-bottom: 0;
  display: inline-block;
  font-weight: 600;
  background: linear-gradient(90deg, #1e1f1e 23%, #020202 64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  text-transform: uppercase;
}
.contact-one__content .one-section-title h2 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.contact-one__box {
  display: flex;
  align-items: center;
  text-align: left;
}
.contact-one__box_svg {
  width: 65px;
  height: 65px;
  background: #ef4c23;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 500ms ease;
  border-radius: 50%;
}
.contact-one__box_svg svg {
  height: 30px;
  width: 30px;
}
.contact-one__box-content {
  margin-left: 20px;
}
.contact-one__box-content h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.contact-one__box-content a {
  color: #000;
  line-height: 1.5;
}
.contact-one__box-content a {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  display: block;
  color: #6c757d;
  transition: all 500ms ease;
}
.contact-one__box+.contact-one__box {
  border-top: 1px solid #c5c5c5;
}
.contact-one__box+.contact-one__box {
  margin-top: 25px;
  padding-top: 25px;
}
.contact-one__box {
  display: flex;
  align-items: center;
  text-align: left;
}
.contact-one__form-input {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #eff2f6;
  color: #555c63;
  height: 67px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
  font-size: 15px;
}
.contact-page-btn {
  color: #fff;
  position: relative;
  background-color: #0d1820;
  z-index: 1;
  padding: 10px 16px 12px;
  border-radius: 5px;
  border: 0;
}
.contact-page-btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ef4c23;
  z-index: -1;
  border-radius: 5px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.contact-one__form textarea {
  height: 155px;
  padding-top: 20px;
}
.contact-page-btn:hover:before {
  width: 0;
}
.google-map__home-two {
  width: 100%;
}
.google-map__home-two iframe {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  height: 450px;
}


/*========================================== Valuable Clients SECTION STYLE =================================================*/
.about-creative {
  padding: 70px 0 40px;
}
.about-images-two {
  display: flex;
  gap: 25px;
}
.about-images-two img {
  width: 50%;
  border-radius: 10px;
}
.about-images-two .img-left,
.about-images-two .img-right {
  height: 420px;
  object-fit: cover;
}
.about-text h2 {
  font-size: 42px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.3;
}
.about-text .subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
  line-height: 28px;
}
.about-text .desc {
  font-size: 16px;
  color: #555;
  line-height: 28px;
  margin-bottom: 30px;
}
.about-text {
  padding-left: 40px;
  padding-top: 20px;
}
.valuable-clients {padding: 50px 0px 40px;background-color: #f2f2f2;}
.valuable-clients-item img {width: 100%;padding: 0px 25px;}
.valuable-clients .owl-carousel .owl-nav.disabled {display: none;}
.valuable-clients .owl-carousel .owl-nav button.owl-next,
.valuable-clients .owl-carousel .owl-nav button.owl-prev,
.valuable-clients .owl-carousel button.owl-dot {display: none;}
.vision-section {
  background-image: linear-gradient(-90deg, #fff 30%, #f2f2f2 0%);
  padding: 60px 0px;
  margin-top: 70px;
  margin-bottom: 30px;
}
.mission-section {
  background-image: linear-gradient(90deg, #fff 30%, #f2f2f2 0%);
  padding: 60px 0px;
  margin-top: 70px;
  margin-bottom: 60px;
}
.vision-title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  line-height: 44px;
  text-transform: capitalize;
  text-align: left;
  margin-bottom: 10px;
}
.vision-title p {
  text-align: justify;
  color: #000;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;
}
.vision-title {
  margin-top: 60px;
}
.vision-img {
  text-align: center;
}


/*================================================
             SERVICE DETAILS
==================================================*/
.service-details-left-img img {
  width: 100%;
}
.service-details-left-text {
  padding: 30px;
  background: #f2f2f2;
}
.service-details-left-text ul {
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 8px;
}
.service-details-left-text ul li {
    color: #000;
}
.service-details-section {
  margin-top: 60px;
  margin-bottom: 50px;
}
.service-details-left-text h2 {
  font-size: 28px;
  font-weight: 700;
}
.service-details-left-text p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.service-details-right-title h3 {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #c2cedc;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.service-details-right-title h3:after {
  content: '';
  width: 60px;
  height: 4px;
  background: #ef4c23;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.service-details-right-ul ul li {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.service-details-right-ul ul li a {
  display: inline-block;
  overflow: hidden;
}
.service-details-right-ul-img {
  float: left;
  width: 45%;
}
.service-details-right-ul-text {
  padding-top: 3px;
  padding-left: 12px;
  float: left;
  width: 55%;
  background: #f2f2f2;
  height: 115px;
}
.service-details-right-ul-text h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  margin-top: 10px;
  padding-right: 10px;
}
.service-details-right-ul ul li a:hover h4 {
  color: #ef4c23;
}
.service-sidebar__call {
  position: relative;
  border-radius: 4px;
  padding: 50px 30px;
  margin: 0px 20px 50px 20px;
  background-color: #565656;
  z-index: 0;
  text-align: center;
}
.service-sidebar__call-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-blend-mode: hard-light;
  background-size: cover;
  background-position: center center;
  opacity: 0.1;
  z-index: -1;
}
.service-sidebar__call svg {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  padding: 10px;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 30px;
}
.service-sidebar__call h3 {
  font-size: 28px;
  line-height: 1;
  margin: 0;
  max-width: 250px;
  margin-bottom: 15px;
}
.service-sidebar__call h3 a {
  color: #fff;
}
.pylon-mail a {
  font-size: 18px;
  color: #ef4c23;
}
.service-sidebar__call p {
  margin: 0;
  color: #fff;
  margin-top: 10px;
}



/*================================================
   SERVICE CLIENTS PAGE
==================================================*/
.client-section {
  padding: 60px 0px 40px;
}
.client-box-wrapper {
  margin: 0;
  padding: 20px 20px 10px;
  background: #fff;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 4px 2px #00000040;
  border-radius: 15px;
  margin-bottom: 35px;
}
.client-box-wrapper ul li svg {
  width: 20px;
  height: 20px;
  fill: #000;
  transition: 0.4s;
  margin-right: 5px;
}
.client-box-wrapper ul li {
  font-size: 16px;
  color: #585858;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  transition: 0.4s;
}
.client-box-wrapper h4 {
  font-size: 26px;
  color: #ef4c23;
  line-height: 30px;
  text-align: left;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.client-box-wrapper ul li:hover {
  color: #ef4c23;
}
.client-box-wrapper ul li:hover svg {
  fill: #ef4c23;
}



/*================================================
             Responsive
==================================================*/
/* Responsive adjustments */
@media (max-width: 767px) {
.footer-common-title {margin-bottom: 20px;display: inline-block;}
.custom-container {padding-left: 10px;padding-right: 10px;max-width: 100%}
.custom-row {margin-right: -5px;margin-left: -5px}
.custom-padding {padding-left: 7px;padding-right: 7px}
.middle-header {display: none;}
.top-nav-container {border: none !important;}
#nav {box-shadow: 0 3px 7px 1px rgba(144, 161, 180, .2);border-top: 1px solid #e2e2e2;border-bottom: 1px solid #e2e2e2;}
#nav.sticky .top-nav-container {border: none !important;}
.top-nav-main .navbar-brand {display: block;padding: 0;}
.right-menu-link {display: block !important;}
.top-nav-main .navbar-brand img {height: 45px;width: 100%;margin: 5px 0;}
.mobile-side-logo-wrapper {padding-top: 5px;padding-bottom: 5px;}
.mobile-side-logo img {height: 40px; margin: 8px 0px;}
.mobile-nav-ul-body {padding-top: 0;}
.navbar-nav-mobile-sub-body {padding: 0;}
.mobile-menu-sub-text:focus {border: 0;box-shadow: none;}
.mobile-menu-social {text-align: center;padding-top: 20px;}
.mobile-menu-social .top_socail_icon_area {float: unset;width: 100%;margin: 0;}
.mobile-nav-ul {margin-bottom: 0 !important;padding-left: 0 !important;}
.mobile-nav-ul li a {padding-left: 10px;padding-right: 10px;font-size: 17px;}
.mobile-menu-sub-text {padding-left: 10px;padding-right: 10px;font-size: 17px;color: #000;}
.navbar-nav-mobile-sub li a {font-size: 16px;}
#back_to_top {right: 15px;}
#nav.sticky.top-nav-main .navbar-brand img {height: 45px;}
.top-header {padding: 3px 0;}
.footer-wiget-one-text {margin-bottom: 35px;}
.copyright-right {float: none;}
.footer-copyright-section {text-align: center;}
.d-lg-block {display: block !important;}
.popup-search-box button.searchClose {top: 20px;right: 20px;}
.offcanvas-body {overflow-y: auto;}
.top-bar-social-text {display: none;}
.top-text-left a {padding-left: 0;display: inline-block;width: 100%;border-right:0;padding-right: 0;}
.contact-one__box_svg_responsive {width: 108px;height: 64px;}
.carousel-single-item .slider-overlay .title h1 {font-size: 36px;}
.carousel-single-item .slider-overlay .title p {
  width: 100%;
  font-size: 16px;
}
.slider-section .owl-nav {
  display: none;
}
.slider-section .owl-carousel .owl-nav button.owl-next,
.slider-section .owl-carousel .owl-nav button.owl-prev {
  margin-right: 10px;
}
a.slider-btn-1 {
  padding: 15px;
  font-size: 14px;
}
a.slider-btn-2 {
  padding: 15px;
  font-size: 14px;
  margin-left: 10px;
}
.top-text-left {
  text-align: center;
  margin-left: 0;
  padding: 3px 0px;
}
.shape1.shape-mockup.jump {
  display: none;
}
.shape2.shape-mockup.movingX {
  display: none;
}
.img-box4 {
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  margin-right: 0;
}
.counter-card {
  margin-bottom: 25px;
}
.why_you_work_section .what_we_do_tiitle h2 {
  color: #000;
  font-size: 36px;
}
.why_you_work_section .shadow-title {
  display: none;
}
.project-container .owl-nav {
  position: absolute;
  top: -14%;
  right: auto;
  transform: none;
  width: 100%;
  text-align: center;
}
.project-title h2 {
  font-size: 36px;
  margin-bottom: 25px;
  margin-top: 5px;
}
.project-title {
  margin-left: 0;
  text-align: center;
}
.project-container {
  padding-left: 12px;
  padding-right: 12px;
}
.project-container .owl-nav button svg {
  width: 30px;
  height: 30px;
}
.project-container .owl-carousel .owl-nav button {
  padding: 5px !important;
}
.team-member-section-carousel button.owl-prev svg {
  left: 0;
  margin-left: 0px;
  bottom: 0;
}
.team-member-section-carousel button.owl-next svg {
  right: 0;
  margin-right: 0px;
  bottom: 0;
}
.team-member-social {
  right: 180px;
  top: 320px;
}
.blog-section-slider button.owl-prev svg {
  left: 0;
  margin-left: 0px;
}
.blog-section-slider button.owl-next svg {
  right: 0;
  margin-right: 0px;
}
.chairman-img:after {
  display: none;
}
.hotline-link {
  margin-top: 18px;
  margin-left: 0px;
  display: block;
}
.project-details-main .owl-nav {
  left: -10px;
}
.project-details-main .owl-next {
  float: right;
  position: relative;
  right: 5px;
}
.project_details_challenges_text h1 {
  font-size: 30px;
  line-height: 40px;
}
.project_details_challenges_right_box {
  margin-top: 60px;
  min-height: unset;
  max-height: unset;
}
.project-recent-work-main .owl-nav {
  left: -8px;
}
.project-recent-work-main .owl-next {
  right: 5px;
}
a.navbar-brand:before {
  display: none;
}
a.navbar-brand {
  padding-top: 6px;
}
#nav.sticky a.navbar-brand {
  padding: 0px 22px 10px 0px;
  margin-top: 0;
}
.counter-section .overlay {
  padding: 30px 0;
}
.why_you_work_section_img {
  margin-top: 50px;
}
section.project-section {
  padding-top: 30px;
}
section.valuable-clients {
  padding: 60px 0px 30px;
}
.team-member-title h2 {
  font-size: 30px;
}
.message-section {
  padding: 0 0 20px 0;
}
.footer-wiget-one-text p {
  margin-bottom: 20px;
}
.about-hospital .about-image {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
}
.about-hospital .title {
  font-size: 30px;
}
.sub-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.message-text-wrapper {
  margin-left: 25px;
  margin-top: 70px;
}
.page-header .container h2 {
  font-size: 35px;
  line-height: 40px;
}
.project_details_challenges_wrapper {
  padding: 25px 20px 10px;
  max-height: unset;
  min-height: unset;
}
section.project-recent-work-main {
  padding-top: 10px;
  padding-bottom: 0;
}
footer.footer-section {
  padding-bottom: 25px;
}
.hotline-link {
  padding: 10px 14px;
}
.main-project-heading h2 {
  font-size: 35px;
}
.main-project-heading {
  padding-top: 20px;
  margin-bottom: 30px;
}
.cheakout_section_item {
  margin-bottom: 35px;
}
.thm-breadcrumb {
  padding: 11px 5px 9px 0px;
  display: inline-table;
}
.top-search .btn {
  margin-top: -22px;
  float: right;
  position: absolute;
  margin-left: -30px;
}
.product-details-right-text {
  color: #000;
  padding: 10px 5px;
}
.navbar-nav .accordion-item:first-of-type .accordion-button {
  background: #ffffff;
  font-size: 17px;
  font-weight: 500;
  color: #212529;
}
.navbar-nav .accordion-item .accordion-button {
  margin-top: 0px;
}




.testimonial-slider .owl-nav {
  position: absolute;
  top: 100%;
  width: 0%;
  left: 50%;
}
.about-img-large {
  width: 230px;
  height: 360px;
}
.about-img-small {
  width: 235px;
  height: 300px;
  bottom: 15px;
  right: 120px;
}
.about-badge {
  top: 50px;
  right: 110px;
}
.about-images {
  height: 450px;
}
.hero-content h1 {
  font-size: 40px;
  line-height: 50px;
  margin-top: 6px;
  margin-bottom: 10px;
}
.about-title {
  font-size: 30px;
}
.about-section {
  padding: 80px 0px 70px;
}
.section-title h3 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
}
.copy-right-left p {
  text-align: center;
  margin-bottom: 5px;
}
.copy-right-right p {
  text-align: center;
}
.testimonial-card {
  padding: 30px 15px 25px;
  margin: 20px;
}
.vision-img img {
  width: 100%;
}
.about-images-two {
  display: flex;
  gap: 5px;
}
.about-images-two .img-left,
.about-images-two .img-right {
  height: 265px;
}
.about-creative {
  padding: 50px 0 0px;
}
.about-text {
  padding-left: 10px;
  padding-top: 20px;
}
.about-text .subtitle {
  margin-bottom: 5px;
}
.about-text h2 {
  margin-bottom: 10px;
}
.vision-section {
  margin-top: 0px;
}
.vision-title {
  margin-top: 25px;
  margin-bottom: 25px;
}
.vision-section {
  background: #f2f2f2;
  padding: 15px 0px 45px;
  margin-top: 0px;
}
.mission-section {
  background: #fff;
  padding: 0px;
  margin-top: 70px;
  margin-bottom: 50px;
}
.single-service-style2 .inner_box .text-holder {
  padding-top: 185px;
  padding-left: 0px;
  padding-right: 25px;
}
.single-service-style2 .inner_box .img-holder {
  left: 60px;
  width: 180px;
  margin-top: -40px;
}
.single-service-style2 .inner_box {
  padding-left: 0;
}
.contact-one__content .one-section-title h2 {
  font-size: 34px;
}
.service-details-right-wrapper {
  margin-top: 30px;
}
.service-details-section {
  margin-bottom: 10px;
}



}




