/* use font link */

@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Playfair+Display:400,400i,700,700i,900,900i");

/* use style sheet */

@import url(./owl.css);
@import url(./bootstrap.css);
@import url(./jquery.fancybox.min.css);
@import url(./animate.css);
@import url(./jquery-ui.css);
@import url(./jquery.bootstrap-touchspin.css);

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}


body {
  font-size: 15px;
  color: #393836;;
  line-height: 26px;
  font-weight: 400;
  background: #ffffff;
  font-family: "Open Sans", sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
    padding: 0;
  }
}

.container-fluid {
  padding: 0;
}
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.small-container {
  max-width: 680px;
  margin: 0 auto;
}

.boxed_wrapper {
  position: relative;
  overflow-x: hidden;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

a {
  text-decoration: none;
  position: relative;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  color: #8083bd;
  transition: all 500ms ease;
}

a:hover {
  text-decoration: none;
  outline: none;
  color: #f2be00;
}

input,
button,
select,
textarea {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

input {
  transition: all 500ms ease;
}
button:focus,
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p {
  position: relative;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  font-weight: 400;
  color: #727477;;
  margin-bottom: 10px;
  font-style: normal;
  transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  color: #182345;
  transition: all 500ms ease;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  color: #182345;
  transition: all 500ms ease;
}

h1 {
  font-size: 60px;
  line-height: 65px;
  color: #ffffff;
}
h1 span {
  font-weight: 500;
}
h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}
h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

h4 a {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
h5 a {
  font-size: 18px;
  line-height: 26px;
}

h3 a:hover,
h4 a:hover,
h5 a:hover {
  color: #f2be00;
}

.centred {
  text-align: center;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}

figure {
  margin: 0;
}

@keyframes pulse {
  50% {
    box-shadow: 0 0 0 5px rgba(242, 190, 0, 0.5),
      0 0 0 20px rgba(242, 190, 0, 0.5);
  }
}

/** button **/

.theme-btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  padding: 16px 34px 18px 33px;
  background: #f2be00;
  color: #182345;
  border-radius: 5px;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 300ms ease;
  cursor: pointer;
  text-align: center;
  z-index: 1;
}
.theme-btn:hover {
  background: #182345;
  color: #ffffff;
}

.pagination {
  position: relative;
  display: block;
}
.pagination li {
  display: inline-block;
  margin: 0 5px;
}
.pagination li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  height: 50px;
  font-weight: 600;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #e5e5e5;
  color: #848484;
  transition: all 500ms ease;
}
.pagination li a:hover,
.pagination li a.active {
  background: #ff5e14;
  border: 1px solid #ff5e14;
  color: #ffffff;
}

.sec-pad {
  padding: 107px 0 120px 0;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.gif);
}

.scroll-top {
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background: #f2be00;
  transition: 1s ease;
}
.scroll-top .open {
  bottom: 30px;
}
.scroll-top:hover {
  background: #353c51;
}
.scroll-top span {
  color: #fff;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: -webkit-radial-gradient(
    center ellipse,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
}

.top-title {
  position: relative;
  font-size: 20px;
  line-height: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #f2be00;
  margin-bottom: 10px;
}
.sec-title h2 {
  font-size: 40px;
  line-height: 46px;
  color: #182345;
  margin-bottom: 34px;
}
.sec-title h2 span {
  font-weight: 500;
}

/*** 

====================================================================
                        Home-Page
====================================================================

***/

/** main-header **/

.main-header {
  position: relative;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  left: 0;
  top: 0;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  z-index: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/** header-top **/

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  background-color: #fff;
  color: #121a33;
  padding: 0.5rem 5rem;
}

.header-top .social__icons {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.header-top .social__icons .icon {
  max-height: 34px;
  color: #182345;
}
.header-top .social__icons .icon i{
  font-size: 1.5rem;
}
.header-top .top__right {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.header-top .top__right .info-item {
  padding: 0.5rem;
  font-size: smaller;
}

/** header-bottom **/
.navbar-nav{
  gap: 1.5rem;
}
.navbar-nav .nav-item{
  font-size: 1rem;
  font-weight: 600;
  color: #121a33;
}
.header-bottom {
  position: relative;
  background: #121a33;
}
.header-bottom .menu-area {
  position: relative;
  float: left;
}
.header-bottom .outer-box {
  position: relative;
  float: right;
}
.buttons-box a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #182345;
  background: #f2be00;
  padding: 13px 24px 14px 24px;
  transition: all 500ms ease;
}
.header-bottom .outer-box a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #182345;
  background: #f2be00;
  padding: 26px 48px 28px 48px;
  transition: all 500ms ease;
}
.header-bottom .outer-box a:hover {
  background: #ffc800;
}
.header-bottom .active .nav-link {
  color: orange !important;
}
.header-bottom .nav-link {
  font-weight: 600;
}
/** main-menu **/

.main-menu {
  position: relative;
  display: block;
}
.main-menu .navbar-collapse {
  padding: 0;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  margin-right: 42px;
}
.main-header .menu-column {
  padding: 0;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  line-height: 30px;
  font-weight: 600;
  opacity: 1;
  text-transform: capitalize;
  padding: 24px 0 26px 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
  color: #f2be00;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 250px;
  z-index: 100;
  display: none;
  background: #121a33;
  border-bottom: 3px solid #f2be00;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  padding: 7px 30px;
  border-bottom: 1px dashed #333;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  font-family: "Work Sans", sans-serif;
  padding: 6px 0;
  line-height: 24px;
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  text-align: left;
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li:hover {
  background: #f2be00;
  border-bottom: 1px dashed #f2be00;
}
.main-menu .navigation > li > ul > li:last-child:hover {
  border-bottom: none;
}

.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  width: 50px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  cursor: pointer;
  z-index: 5;
  display: none;
}
.navbar-header {
  display: none;
}

/** stricky-header **/

.sticky-header .main-menu .navigation > li {
  margin: 0;
}
.sticky-header .main-menu .navigation > li > a {
  padding: 14px 30px 16px 30px;
}
.sticky-header .main-menu .navigation > li > a {
  color: #222222;
}
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
  background: #f2be00;
  color: #ffffff;
}
.sticky-header .icon-box {
  margin-top: 11px;
}
.sticky-header .menu-area {
  padding: 0;
  margin: 0;
  border: none;
}

/** main slider **/

.main-slider {
  position: relative;
}

.main-slider .slide {
  position: relative;
  padding: 178px 0 227px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.main-slider .slide:before {
  position: absolute;
  content: "";
  background: rgba(18, 25, 48, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.main-slider .content {
  position: relative;
  width: 40%;
}
.main-slider .fl-right {
  float: right;
}
.main-slider .fl-left {
  float: left;
}
.main-slider .fl-center {
  text-align: center;
}

.main-slider h1, .main-slider h2 {
  position: relative;
  opacity: 0;
  margin-bottom: 32px;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  color: wheat;
}

.main-slider .active h1, .main-slider h2  {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1300ms;
}

.main-slider .top-text {
  position: relative;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.main-slider .active .top-text {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1000ms;
}

.main-slider .text {
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.main-slider .active .text {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 2000ms;
}

.main-slider .slider-btn {
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.main-slider .active .slider-btn {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 2500ms;
}

.main-slider .top-text {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  color: #f2be00;
  font-weight: 600;
  margin-bottom: 13px;
}

.main-slider .text {
  position: relative;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: #b2b3ba;
  margin-bottom: 44px;
}

/* slide nav */

.slide-nav .owl-dots {
  display: none !important;
}

.main-slider .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  width: 100%;
  margin-top: -20px;
}

.main-slider .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  position: absolute;
  color: #ffffff;
}

.main-slider .owl-nav .owl-prev {
  position: absolute;
  left: 40px;
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  border-radius: 50%;
  text-align: center;
  transition: all 500ms ease;
}

.main-slider .owl-nav .owl-next {
  position: absolute;
  right: 40px;
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  border-radius: 50%;
  text-align: center;
  transition: all 500ms ease;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover {
  color: #ffffff;
  background-color: #f2be00;
  border: 2px solid #f2be00;
}

/** features-section **/

.features-section {
  position: relative;
  background: #f5f7fa;
  padding: 120px 0;
}
.features-section:before {
  position: absolute;
  content: "";
  background: #eef2ff;
  width: 50%;
  height: 100%;
  left: 60px;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.features-section .feature-title {
  position: relative;
  font-size: 36px;
  line-height: 45px;
  font-family: "Montserrat", sans-serif;
  color: #182345;
  font-weight: 500;
  margin-bottom: 23px;
}
.features-section .features-content {
  position: relative;
  margin-right: 25px;
  margin-top: 12px;
  padding-bottom: 88px;
}
.features-section .features-content .text {
  position: relative;
  font-size: 17px;
  line-height: 28px;
  color: #182345;
}
.features-section .three-column-carousel .content-box {
  position: relative;
  display: block;
  background: #182345;
  text-align: center;
  padding: 110px 10px 88px 10px;
  border-radius: 5px;
  transition: all 500ms ease;
}
.features-section .three-column-carousel .content-box:hover {
  background: #f2be00;
}
.features-section .three-column-carousel .content-box .icon {
  margin-bottom: 20px;
}
.features-section .three-column-carousel .content-box .icon i:before {
  font-size: 70px;
  color: #f2be00;
  margin: 0;
  transition: all 500ms ease;
}
.features-section .three-column-carousel .content-box:hover .icon i:before {
  color: #ffffff;
}
.features-section .three-column-carousel .content-box .text {
  position: relative;
  display: block;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-weight: 500;
}
.features-section .carousel-column {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
}
.features-section .feature-content-box {
  position: relative;
}
.features-section .owl-dots {
  display: none !important;
}
.features-section .owl-theme .owl-controls {
  position: absolute;
  left: -400px;
  bottom: 0;
}
.features-section .owl-theme .owl-controls .owl-nav [class*="owl-"]{
  font-size: 2rem;
}


/** service-section **/

.service-section {
  position: relative;
  background: #f5f7fa;
  padding: 117px 0 152px 0;
}
.service-section:before {
  position: absolute;
  content: "";
  background: #32032c;
  width: 100%;
  height: 432px;
  left: 0;
  bottom: 0;
}
.service-section .top-title {
  margin-bottom: 8px;
}
.service-section .sec-title h2 {
  margin-bottom: 33px;
}
.service-section .title-box {
  margin-bottom: 63px;
}
.single-service-content {
  position: relative;
  display: block;
  background: #182345;
  /* padding: 71px 40px 0 40px; */
  /* padding-bottom: 40px; */
  border-radius: 5px;
}
.single-service-content:before {
  position: absolute;
  content: "";
  background: #60606028;
  width: 100%;
  height: 0%;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  transition: all 900ms ease;
}
.single-service-content:hover:before {
  top: 0;
  height: 100%;
}
.single-service-content .icon {
  margin-bottom: 38px;
}
.single-service-content img {
  border-radius: 5px 5px 0 0 ;
}
.single-service-content .icon i:before {
  position: relative;
  font-size: 70px;
  color: #f2be00;
  margin: 0;
  transition: all 500ms ease;
}
.single-service-content:hover .icon i:before,
.single-service-content:hover .text,
.single-service-content:hover h4 a {
  color: #2a5fff;
}
.single-service-content h4 a {
  display: inline-block;
  color: #ffffff;
  margin-bottom: 24px;
  transition: all 500ms ease;
}
.single-service-content .text {
  position: relative;
  color: #9fa2a6;
  margin-bottom: 19px;
  transition: all 500ms ease;
}
.single-service-content .link a {
  position: relative;
  display: inline-block;
  height: 64px;
  width: 64px;
  line-height: 64px;
  text-align: center;
  background: #f2be00;
  border-radius: 50%;
  transition: all 900ms ease;
}
.single-service-content .link {
  position: relative;
  top: 32px;
}
.single-service-content:hover .link a {
  background: #182345;
}
.single-service-content .link i:before {
  position: relative;
  color: #182345;
  margin: 0;
  transition: all 900ms ease;
}
.single-service-content:hover .link i:before {
  color: #f2be00;
}

/** cta-section **/

.cta-section {
  position: relative;
  width: 100%;
  padding: 113px 0 120px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
.cta-section:before {
  position: absolute;
  content: "";
  background: rgba(21, 30, 59, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.cta-section .cta-title {
  position: relative;
  font-size: 55px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  line-height: 62px;
  margin-bottom: 41px;
}
.cta-section .cta-text {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 53px;
}
.cta-section .link .theme-btn {
  padding: 16px 44px 18px 43px;
}


/** appointment-section **/

.appointment-section {
  position: relative;
  width: 100%;
  padding: 92px 0 100px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.appointment-section:before {
  position: absolute;
  content: "";
  background: rgba(21, 30, 59, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.appointment-section .top-title {
  margin-bottom: 13px;
}
.appointment-section .title-box {
  padding-bottom: 17px;
}
.appointment-section .sec-title h2 {
  color: #ffffff;
}
.form-group {
  position: relative;
  margin-bottom: 0;
}
.appointment-content input[type="text"],
.appointment-content input[type="email"],
.appointment-content input[type="date"],
.appointment-content input[type="phone"] {
  position: relative;
  width: 100%;
  height: 60px;
  padding: 15px 20px;
  background: #ffffff;
  color: #182345;
  margin-bottom: 20px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  transition: all 500ms ease;
}
.appointment-content input:focus {
  border: 2px solid #f2be00;
}
.appointment-content ::-webkit-input-placeholder {
  /* Chrome */
  color: #182345;
}
.appointment-content :-ms-input-placeholder {
  /* IE 10+ */
  color: #182345;
}
.appointment-content ::-moz-placeholder {
  /* Firefox 19+ */
  color: #182345;
  opacity: 1;
}
.appointment-content :-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #182345;
  opacity: 1;
}
.appointment-content .btn-box {
  position: relative;
  padding-top: 40px;
}
.appointment-content .btn-box .theme-btn {
  padding: 16px 54px 18px 53px;
}

/** team-section **/

.team-section {
  position: relative;
  padding: 113px 0 120px 0;
}
.team-section .team-row{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.team-section:before {
  position: absolute;
  content: "";
  background: #32032c;
  width: 100%;
  height: 432px;
  left: 0;
  bottom: 0;
}
.team-section .top-title {
  margin-bottom: 8px;
}
.team-section .title-box {
  padding-bottom: 17px;
}
.single-team-content {
  position: relative;
  width: 350px;
}
.single-team-content .img-box {
  position: relative;
  overflow: hidden;
  background: #fafafa;
}
.single-team-content .img-box img {
  width: 100%;
  transition: all 500ms ease;
  transform: scale(1);
}
.single-team-content:hover .img-box img {
  transform: scale(1.1);
}
.single-team-content .team-content {
  position: relative;
  bottom: -68px;
  background: #0d142bd4;
  padding: 25px 30px 30px 30px;
  /* max-width: 320px; */
  width: 100%;
  text-align: center;
  transition: all 900ms ease;
}
.single-team-content .team-content:before {
  position: absolute;
  content: "";
  background: #f2be00;
  width: 100%;
  height: 0%;
  left: 0;
  right: 0;
  top: 0;
  transition: all 900ms ease;
}
.single-team-content:hover .team-content:before {
  height: 100%;
}
.single-team-content:hover .team-content {
  bottom: 0;
}
.single-team-content .content-box {
  position: absolute;
  overflow: hidden;
  width: 100%;
  left: 0;
  bottom: 30px;
}
.single-team-content .team-content h4 a {
  display: inline-block;
  color: #ffffff;
  margin-bottom: 4px;
  transition: all 500ms ease;
}
.single-team-content:hover .team-content h4 a {
  color: #222222;
}
.single-team-content .team-content .team-social li {
  position: relative;
  display: inline-block;
  margin-right: 7px;
}
.single-team-content .team-content .team-social li:last-child {
  margin-right: 0;
}
.single-team-content .team-content .team-social li a {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  background: #ffffff;
  color: #9ea0a9;
  text-align: center;
  border-radius: 50%;
}
.single-team-content .team-content .team-social li a:hover {
  background: #182345;
  color: #f2be00;
}
.single-team-content .team-content .text {
  position: relative;
  color: #8d9199;
  margin-bottom: 23px;
  transition: all 500ms ease;
}
.single-team-content:hover .team-content .text {
  color: #595130;
}

/** main-footer **/

.main-footer {
  background: #121a33;
  width: 100%;
}
.main-footer .footer-top-content {
  position: relative;
  padding-bottom: 98px;
  border-bottom: 1px solid #353c51;
}
.main-footer .footer-logo {
  position: relative;
  display: block;
  padding-top: 1rem;
  padding-left: 1rem;
  margin-bottom: 34px;
}
.main-footer .logo-widget {
  position: relative;
  margin-right: 8px;
}
.main-footer .text {
  font-size: 14px;
  color: #b2b3ba;
  margin-bottom: 24px;
}
.main-footer .logo-widget .phone {
  position: relative;
  display: block;
}
.main-footer .logo-widget .phone a {
  position: relative;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #f2be00;
  letter-spacing: 2px;
}
.main-footer .logo-widget .phone i:before {
  margin-right: 10px;
}
.main-footer .service-widget {
  padding-top: 94px;
  margin-left: 50px;
}
.main-footer .footer-widget .footer-title h4 {
  color: #ffffff;
  margin-bottom: 26px;
}
.main-footer .service-widget .list li {
  position: relative;
  display: block;
  margin-bottom: 11px;
}
.main-footer .service-widget .list li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #b2b3ba;
  transition: all 500ms ease;
}
.main-footer .service-widget .list li a:hover {
  color: #f2be00;
}
.main-footer .social-widget {
  position: relative;
  padding: 94px 40px 0 40px;
}
.main-footer .social-widget .footer-social li {
  position: relative;
  margin: 10px;
  float: left;
}
.main-footer .social-widget .footer-social {
  position: relative;
  margin: 0 -10px;
}
.main-footer .social-widget .footer-social li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #2e344a;
  color: #9ea0a9;
  border-radius: 50%;
  transition: all 500ms ease;
}
.main-footer .social-widget .footer-social li a:hover {
  background: #f2be00;
  color: #182345;
}
.main-footer .social-widget.footer-widget .footer-title h4 {
  margin-bottom: 24px;
}
.main-footer .newsletter-widget {
  padding-top: 92px;
}
.main-footer .newsletter-widget.footer-widget .footer-title h4 {
  margin-bottom: 29px;
}
.main-footer .newsletter-widget .text {
  margin-bottom: 22px;
}
.main-footer .newsletter-widget .newsletter-form input[type="email"] {
  position: relative;
  width: 100%;
  height: 55px;
  background: #2e344a;
  border: 2px solid #2e344a;
  color: #b2b3ba;
  padding: 10px 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  transition: all 500ms ease;
}
.main-footer .newsletter-widget .newsletter-form input[type="email"]:focus {
  border: 2px solid #f2be00;
}
.main-footer .newsletter-widget .newsletter-form .theme-btn {
  padding: 13px 46px 16px 46px;
}
.main-footer ::-webkit-input-placeholder {
  /* Chrome */
  color: #b2b3ba;
}
.main-footer :-ms-input-placeholder {
  /* IE 10+ */
  color: #b2b3ba;
}
.main-footer ::-moz-placeholder {
  /* Firefox 19+ */
  color: #b2b3ba;
  opacity: 1;
}
.main-footer :-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #b2b3ba;
  opacity: 1;
}

/** footer-bottom **/

.footer-bottom {
  position: relative;
  padding: 23px 0 25px 0;
}
.footer-bottom .footer-nav li {
  position: relative;
  display: inline-block;
  margin-left: 20px;
}
.footer-bottom .footer-nav li:before {
  position: absolute;
  content: "";
  background: #92949f;
  width: 1px;
  height: 13px;
  top: 8px;
  right: -11px;
}
.footer-bottom .footer-nav li:last-child:before {
  display: none;
}
.footer-bottom .footer-nav li:first-child {
  margin-left: 0;
}
.footer-bottom .copyright,
.footer-bottom .copyright a,
.footer-bottom .footer-nav li a {
  color: #b2b3ba;
}
.footer-bottom .copyright a:hover,
.footer-bottom .footer-nav li a:hover {
  color: #f2be00;
}

/*** 

====================================================================
                        About-Page
====================================================================

***/

.page-title {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0 105px 0;
}
.page-title:before {
  position: absolute;
  content: "";
  background: rgba(21, 30, 59, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.page-title .title {
  position: relative;
  font-size: 55px;
  line-height: 62px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.page-title .bread-crumb li {
  position: relative;
  display: inline-block;
  font-weight: 600;
  color: #f2be00;
  padding-right: 10px;
  text-transform: uppercase;
}
.page-title .bread-crumb li:last-child {
  padding-right: 0;
}
.page-title .bread-crumb li:before {
  position: absolute;
  content: "/";
  font-size: 15px;
  color: #b2b3ba;
  top: 0;
  right: 0;
}
.page-title .bread-crumb li:last-child:before {
  display: none;
}
.page-title .bread-crumb li a {
  font-weight: 600;
  color: #ffffff;
}
.page-title .bread-crumb li a:hover {
  color: #f2be00;
}
.about-section .img-column .slideInLeft img{
  max-width: 350px;
}
/** about-style-two **/

.about-style-two {
  padding: 120px 0;
}
.about-style-two .img-box {
  border-radius: 5px;
  float: left;
}
.about-content {
  padding-bottom: 64px;
}

/*** 

====================================================================
                        Gallery-Page
====================================================================

***/

.gallery-section {
  position: relative;
  padding: 113px 0 90px 0;
}
.gallery-section .big-column {
  position: relative;
  float: left;
  width: 66.666666%;
}
.gallery-section .small-column {
  position: relative;
  width: 33.333333%;
  float: left;
}
.gallery-item {
  position: relative;
  padding: 0 15px;
  margin-bottom: 30px;
}
.filter-tabs {
  position: relative;
  margin-bottom: 42px;
}
.filter-tabs li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #182345;
  text-transform: uppercase;
  margin: 0 31px;
  cursor: pointer;
  transition: all 500ms ease;
}
.filter-tabs li.active {
  color: #f2be00;
}

.overlay-item .inner-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.overlay-item .image-box {
  position: relative;
  display: block;
  margin-bottom: 0;
}
.overlay-item .image-box img {
  position: relative;
  display: block;
  width: 100%;
}
.overlay-item .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}
.overlay-item .overlay-box:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-color: rgba(21, 30, 59, 0.8);
  -moz-transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.overlay-item .inner-box .overlay-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 0;
}
.overlay-item .inner-box .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.overlay-item .inner-box:hover .overlay-box:before {
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
}
.overlay-item .inner-box:hover .overlay-box {
  opacity: 1;
}
.gallery-item .inner-box .overlay-inner .content a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #f2be00;
  color: #ffffff;
  text-align: center;
  margin: 0 5px;
  border-radius: 50%;
}
.gallery-item .inner-box .overlay-inner .content a:hover {
  background: #ffffff;
  color: #f2be00;
}

/*** 

====================================================================
                        Team-Page
====================================================================

***/

.team-details {
  position: relative;
  background: #f5f7fa;
  padding: 120px 0;
}
.team-details .img-box {
  position: relative;
  float: left;
  overflow: hidden;
  border-radius: 5px;
}
.team-details .img-box img {
  width: 100%;
}
.team-details .top-title {
  margin-bottom: 18px;
}
.team-details .sec-title h2 {
  margin-bottom: 33px;
}
.team-details .team-details-content {
  margin: 59px 0 0 7px;
}
.team-details .team-details-content .top-text {
  position: relative;
  font-size: 17px;
  line-height: 28px;
  color: #182345;
  margin-bottom: 34px;
}
.team-details .team-details-content .text p {
  margin-bottom: 43px;
}
.team-details .team-details-content .social li {
  position: relative;
  display: inline-block;
  margin-right: 11px;
}
.team-details .team-details-content .social li:last-child {
  margin-right: 0;
}
.team-details .team-details-content .social li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background: #d7dae0;
  text-align: center;
  color: #182345;
  border-radius: 50%;
}
.team-details .team-details-content .social li a:hover {
  background: #f2be00;
}
.team-page {
  padding-bottom: 70px;
}
.team-page:before {
  display: none;
}
.team-page .single-team-content {
  margin-bottom: 50px;
}

.owl-dots {
  display: none !important;
}

/*** 

====================================================================
                        Error-Page
====================================================================

***/

.error-section {
  position: relative;
  padding: 78px 0 97px 0;
}
.error-section .error-title {
  position: relative;
  display: inline-block;
  font-size: 200px;
  line-height: 200px;
  font-family: "Montserrat", sans-serif;
  color: #f2be00;
  font-weight: 700;
  margin-bottom: 30px;
}
.error-section .error-text {
  position: relative;
  font-size: 44px;
  line-height: 52px;
  color: #182345;
  font-weight: 600;
  margin-bottom: 21px;
}
.error-section .text a {
  color: #f2be00;
}
.error-section .text a:hover {
  color: #222222;
}

/*** 

====================================================================
                        Service-Page
====================================================================

***/

.service-style-two {
  padding-bottom: 70px;
}
.service-style-two .single-service-content {
  margin-bottom: 82px;
}

/** service-details **/

.service-details {
  position: relative;
  padding: 120px 0 87px 0;
}
.service-details .service-sidebar .list li {
  position: relative;
  display: block;
  margin-bottom: 5px;
}
.service-details .service-sidebar .list li:before {
  position: absolute;
  content: "";
  background: #9fa2a6;
  width: 6px;
  height: 6px;
  left: 20px;
  top: 26px;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}
.service-details .service-sidebar .list li:after {
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  color: #9fa2a6;
  font-size: 16px;
  right: 19px;
  top: 17px;
  transition: all 500ms ease;
}
.service-details .service-sidebar .list li a {
  position: relative;
  display: block;
  background: #edf0f3;
  font-weight: 600;
  padding: 15px 20px 19px 40px;
}
.service-details .service-sidebar .list li.active a,
.service-details .service-sidebar .list li:hover:after,
.service-details .service-sidebar .list li.active:after {
  color: #f2be00;
}
.service-details .service-sidebar .list li.active:before,
.service-details .service-sidebar .list li:hover:before {
  background: #f2be00;
}
.service-details .service-details-content .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 41px;
}
.service-details .service-details-content .img-box img {
  width: 100%;
  border-radius: 5px;
}
.sub-title {
  position: relative;
  display: block;
  font-size: 34px;
  line-height: 42px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #172245;
  margin-bottom: 13px;
}
.service-details .service-details-content p {
  margin-bottom: 26px;
}
.service-details .service-details-content .content-style-one {
  padding-bottom: 17px;
}
.service-details .service-details-content .content-style-two h3 {
  margin-bottom: 14px;
}
.service-details .service-details-content .content-style-two {
  padding-bottom: 10px;
}
.service-details .service-details-content .content-style-three .list li {
  position: relative;
  display: block;
  color: #182345;
  margin-bottom: 10px;
  padding: 0 0 0 23px;
}
.service-details .service-details-content .content-style-three .list li:before {
  position: absolute;
  content: "";
  background: #f2be00;
  width: 7px;
  height: 7px;
  left: 0;
  top: 11px;
  border-radius: 50%;
}
.service-details .service-details-content .content-style-three .list {
  margin-bottom: 35px;
}

/*** 

====================================================================
                        Shop-Page
====================================================================

***/

.shop-section {
  position: relative;
  padding: 120px 0 71px 0;
}
.default-sidebar-content {
  position: relative;
  background: #edf0f3;
  display: block;
  padding: 70px 30px 71px 30px;
}
.default-sidebar-content .sidebar-search {
  margin-bottom: 64px;
}
.default-sidebar-content .sidebar-search .form-group input[type="search"] {
  position: relative;
  width: 100%;
  height: 60px;
  background: #ffffff;
  border: 2px solid #ffffff;
  padding: 10px 40px 10px 20px;
  transition: all 500ms ease;
}
.default-sidebar-content
  .sidebar-search
  .form-group
  input[type="search"]:focus {
  border: 2px solid #f2be00;
}
.default-sidebar-content
  .sidebar-search
  .form-group
  input[type="search"]:focus
  + button,
.default-sidebar-content .sidebar-search .form-group button:hover {
  color: #f2be00;
}
.default-sidebar-content .sidebar-search .form-group button {
  position: absolute;
  top: 17px;
  right: 18px;
  background: transparent;
  color: #a1a3a7;
  font-size: 18px;
  cursor: pointer;
  transition: all 500ms ease;
}
.default-sidebar-content .sidebar-title {
  position: relative;
  display: block;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 30px;
  color: #182345;
  margin-bottom: 24px;
}
.default-sidebar-content .sidebar-categories .list li {
  position: relative;
  display: block;
}
.default-sidebar-content .sidebar-categories .list li a {
  position: relative;
  display: inline-block;
  color: #182345;
  padding: 0 0 0 20px;
  margin-bottom: 15px;
}
.default-sidebar-content .sidebar-categories .list li a:before {
  position: absolute;
  content: "";
  background: #182345;
  width: 6px;
  height: 6px;
  left: 0;
  top: 11px;
  border-radius: 50%;
  transition: all 500ms ease;
}
.default-sidebar-content .sidebar-categories .list li a:hover:before {
  background: #f2be00;
}
.default-sidebar-content .sidebar-categories .list li a:hover {
  color: #f2be00;
}
.default-sidebar-content .sidebar-categories {
  padding-bottom: 44px;
}
.default-sidebar-content .price-filter .sidebar-title {
  margin-bottom: 39px;
}

.range-slider {
  position: relative;
  min-height: 48px;
}
.range-slider .title {
  position: relative;
  float: left;
  color: #182345;
  font-size: 13px;
  font-weight: 400;
  margin-top: 7px;
}
.range-slider .title:before {
  position: absolute;
  content: "$";
  right: -11px;
  top: 0;
  color: #182345;
  font-size: 13px;
}
.range-slider .input {
  float: right;
  left: 3px;
  color: #182345;
  max-width: 75px;
  font-size: 13px;
  padding-left: 8px;
  margin-top: 7px;
  position: relative;
}
.range-slider .input input {
  background: none;
  color: #182345;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}
.range-slider .ui-widget.ui-widget-content {
  height: 4px;
  border: none;
  margin-bottom: 24px;
  background: #d8d9e0;
}
.range-slider .ui-slider .ui-slider-range {
  top: 0;
  height: 4px;
  background: #f2be00;
}
.range-slider .ui-state-default,
.range-slider .ui-widget-content .ui-state-default {
  top: -7px;
  width: 18px;
  height: 18px;
  border: 5px solid #f2be00;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 0;
}
.range-slider .filter-btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  background: #f2be00;
  padding: 7px 20px;
  border-radius: 5px;
  transition: all 500ms ease;
}
.range-slider .filter-btn:hover {
  background: #182345;
}

.ui-selectmenu-button .ui-icon {
  background: none;
  position: relative;
  top: 0;
  right: 2px;
  text-indent: 0;
  display: block;
  float: right;
}
.ui-selectmenu-button .ui-icon:before {
  font-family: "FontAwesome";
  content: "\f107";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  color: #182345;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
}
.our-shop .items-sorting {
  margin-bottom: 30px;
}
.our-shop .items-sorting .link-column {
  margin-top: 8px;
}
.our-shop .items-sorting .link-column li i:before {
  position: relative;
  font-size: 20px;
  color: #222222;
  margin: 0;
  transition: all 500ms ease;
}
.our-shop .items-sorting .link-column li {
  display: inline-block;
  margin-right: 8px;
}
.our-shop .items-sorting .link-column li:last-child {
  margin-right: 0;
}
.our-shop .items-sorting .link-column li:last-child i:before {
  font-size: 24px;
  top: 1px;
}
.our-shop .items-sorting .link-column li:hover i:before {
  color: #f2be00;
}
.our-shop .items-sorting .select-column .text {
  margin-right: 14px;
  margin-top: 5px;
}
.our-shop .ui-selectmenu-button.ui-button {
  width: 180px;
  border: 1px solid #dddee4;
  background: #ffffff;
  border-radius: 5px;
  height: 40px;
  padding: 8px 11px 10px 13px;
  margin: 0;
  font-size: 14px;
  color: #182345;
  font-family: "Open Sans", sans-serif;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #f2be00;
  background: #f2be00;
}
.overlay-item .single-product .inner-box .content li {
  display: block;
  margin: 10px 0;
}
.overlay-item .single-product .inner-box .content li a {
  position: relative;
  display: inline-block;
  font-weight: 600;
  padding: 11px 39px 13px 39px;
  text-align: center;
  border-radius: 5px;
}
.overlay-item .single-product .inner-box .content li a.view-btn,
.overlay-item .single-product .inner-box .content li a.cart-btn:hover {
  background: #ffffff;
  color: #848484;
}
.overlay-item .single-product .inner-box .content li a.cart-btn,
.overlay-item .single-product .inner-box .content li a.view-btn:hover {
  background: #f2be00;
  color: #182345;
}
.overlay-item .single-product .overlay-box:before {
  background-color: rgba(21, 30, 59, 0.3);
  border-radius: 5px;
}
.single-product .inner-box .image {
  border: 1px solid #dddee4;
  border-radius: 5px;
  background: #ffffff;
  transition: all 1500ms ease;
}
.single-product:hover .image {
  border: 1px solid transparent;
}
.single-product .inner-box .image img {
  border-radius: 5px;
}
.our-shop .single-product {
  position: relative;
  margin-bottom: 45px;
}
.overlay-item .single-product:hover .inner-box .overlay-box:before {
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
}
.overlay-item .single-product:hover .inner-box .overlay-box {
  opacity: 1;
}
.overlay-item .single-product .lower-content {
  position: relative;
  padding: 25px 0 0 0;
}
.overlay-item .single-product .lower-content .price {
  position: relative;
  font-size: 18px;
  color: #182345;
}
.overlay-item .single-product .lower-content h5 a {
  display: inline-block;
  margin-bottom: 7px;
}

/** shop-details **/

.shop-details {
  position: relative;
  padding: 120px 0 115px 0;
}
.shop-details .product-details .img-box {
  position: relative;
  overflow: hidden;
  border: 1px solid #dddee4;
  background: #ffffff;
  border-radius: 5px;
  margin-right: 10px;
}
.shop-details .product-details .img-box img {
  width: 100%;
  border-radius: 5px;
}
.shop-details .product-details .img-box .icon-box i:before {
  font-size: 12px;
  color: #9fa2a6;
  margin: 0;
  transition: all 500ms ease;
}
.shop-details .product-details .img-box .icon-box {
  position: absolute;
  top: 14px;
  right: 14px;
}
.shop-details .product-details .img-box .icon-box:hover i:before {
  color: #ffffff;
}
.shop-details .product-details .img-box .icon-box a {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #ecf0f6;
  border-radius: 50%;
  text-align: center;
  transition: all 500ms ease;
}
.shop-details .product-details .img-box .icon-box a:hover {
  background: #f2be00;
}

.product-details .item-quantity {
  position: relative;
  float: left;
  width: 101px;
  margin-right: 19px;
}
.product-details .item-quantity input[type="text"] {
  position: relative;
  line-height: 46px;
  height: 46px;
  width: 60px;
  font-size: 16px;
  color: #222222;
  background: #ffffff;
  text-align: center;
  border: 1px solid #dddee4;
  border-radius: 5px;
}
.product-details .quantity-spinner {
  font-size: 18px;
  line-height: 24px;
  padding: 10px 30px !important;
  height: 60px !important;
  box-shadow: none !important;
}
.product-details
  .bootstrap-touchspin
  .input-group-btn-vertical
  > .btn.bootstrap-touchspin-up {
  padding: 8px 10px;
  background: transparent;
  border-radius: 0;
  left: -29px;
  top: 21px;
}
.product-details
  .bootstrap-touchspin
  .input-group-btn-vertical
  > .btn.bootstrap-touchspin-down {
  padding: 8px 10px;
  background: transparent;
  border-radius: 0;
  left: -90px;
  top: 4px;
}
.product-details .bootstrap-touchspin .input-group-btn-vertical i {
  line-height: 1.4em;
  left: 6px;
}
.product-details .bootstrap-touchspin .glyphicon-chevron-up:before {
  content: "\f067";
  font-size: 11px;
  font-style: normal;
  color: #9fa2a6;
  font-family: "FontAwesome";
}
.product-details .bootstrap-touchspin .glyphicon-chevron-down:before {
  content: "\f068";
  font-size: 11px;
  font-style: normal;
  color: #9fa2a6;
  font-family: "FontAwesome";
}
.product-details .ui-selectmenu-button.ui-button {
  width: 211px;
  height: 60px;
  padding: 21px 15px;
  background: #ffffff;
  border: 1px solid #dddee4;
  border-radius: 5px;
  color: #182345;
  font-size: 16px;
}
.product-details .ui-selectmenu-button .ui-icon {
  top: -2px;
  right: 4px;
}
.product-details .other-options .select-box {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
.product-details .other-options .theme-btn {
  padding: 16px 52px 18px 51px;
}
.product-details .other-options {
  margin-bottom: 41px;
}
.product-details .product-option strong {
  position: relative;
  font-size: 15px;
  color: #182345;
  font-weight: 400;
  margin-right: 10px;
}
.product-details .product-option li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.product-details .product-option li:last-child {
  margin-bottom: 0;
}
.product-details .product-option li.share a {
  margin: 0 6px;
  font-size: 14px;
}
.product-details .price {
  position: relative;
  display: block;
  font-size: 34px;
  line-height: 44px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #182345;
  margin-bottom: 25px;
}
.product-details .text p {
  margin-bottom: 43px;
}
.product-details .product-details-content {
  position: relative;
  margin: -6px 0 0 10px;
}
.shop-details .product-details {
  margin-bottom: 94px;
}
.shop-details .products-discription .tab-title li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #9fa2a6;
  cursor: pointer;
  margin-right: 44px;
  transition: all 500ms ease;
}
.shop-details .products-discription .tab-title li:last-child {
  margin-right: 0;
}
.shop-details .products-discription .tab-title li.active {
  color: #f2be00;
}
.shop-details .products-discription .tab-title li.active:before {
  position: absolute;
  content: "";
  background: #f2be00;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -16px;
}
.shop-details .custom-tab-title {
  position: relative;
  display: block;
  border-bottom: 1px solid #dddee4;
  padding-bottom: 15px;
  margin-bottom: 32px;
}
.shop-details .products-discription .single-tab-content p {
  margin-bottom: 26px;
}
.shop-details .products-discription {
  margin-bottom: 84px;
}
.shop-details .sub-title {
  margin-bottom: 21px;
}

/*** 

====================================================================
                        cart-page
====================================================================

***/

.cart-section {
  padding: 120px 0 120px 0;
}
.cart-section .table-outer {
  overflow-x: auto;
  position: relative;
  width: 100%;
  border: 1px solid #e5e5e5;
}
.cart-section .cart-table {
  min-width: 1165px;
  width: 100%;
}
.cart-section .cart-table thead tr th {
  line-height: 24px;
  min-width: 110px;
  padding: 21px 45px 18px 45px;
  color: #182345;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.cart-section .cart-table thead tr th.quantity {
  padding: 15px 45px 14px 190px;
  position: relative;
}
.cart-section .cart-table thead tr th.prod-column {
  padding-left: 60px;
}

.cart-section .cart-table tbody tr {
  border-top: 1px solid #e5e5e5;
}
.cart-section .cart-table tbody tr td {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  min-width: 80px;
  padding: 30px 25px 30px 30px;
}
.cart-section .cart-table tbody tr td.prod-column {
  padding: 30px 25px 30px 30px;
}
.cart-section .cart-table tbody tr td.sub-total {
  padding: 27px 50px 27px 48px;
}
.cart-section .cart-table tbody tr .prod-column .column-box {
  min-height: 70px;
  position: relative;
  padding: 28px 0 29px 105px;
}
.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
  border-radius: 5px;
}

.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border: 1px solid #dddee4;
  border-radius: 5px;
  width: 80px;
  height: 80px;
  transition: all 500ms ease;
}
.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb:hover {
  border: 1px solid #f2be00;
}
.cart-section .cart-table tbody tr .prod-column .column-box .title {
  padding-left: 20px;
}
.cart-section .cart-table tbody tr .qty {
  position: relative;
  padding: 27px 30px 27px 150px;
}

.cart-section .cart-table .qty .item-quantity {
  position: relative;
  width: 54px;
  margin: auto;
}
.cart-section .cart-table .qty input.quantity-spinner {
  font-size: 18px;
  line-height: 24px;
  padding: 10px 15px !important;
  height: 40px !important;
  box-shadow: none !important;
  text-align: center;
  color: #273251;
}
.cart-section
  .cart-table
  .qty
  .bootstrap-touchspin
  .input-group-btn-vertical
  > .btn {
  padding: 9px 12px 10px 13px;
  background: #edf0f3;
  border-radius: 0;
}
.cart-section
  .cart-table
  .qty
  .input-group-btn-vertical
  .btn.bootstrap-touchspin-up {
  border-top-right-radius: 5px;
  border-top: 1px solid #dddee4;
  border-right: 1px solid #dddee4;
}
.cart-section
  .cart-table
  .qty
  .input-group-btn-vertical
  .btn.bootstrap-touchspin-down {
  border-bottom-right-radius: 5px;
  border-right: 1px solid #dddee4;
  border-bottom: 1px solid #dddee4;
}
.cart-section .cart-table .qty .input-group-btn-vertical i {
  top: 6px;
  left: 7px;
  line-height: 1.4em;
}
.cart-section .cart-table .qty .bootstrap-touchspin .input-group-btn-vertical {
  left: 1px;
}
.cart-section
  .cart-table
  .qty
  .input-group-btn-vertical
  .bootstrap-touchspin-up
  i {
  top: 13px;
}
.cart-section
  .cart-table
  .qty
  .input-group-btn-vertical
  .bootstrap-touchspin-down
  i {
  top: -4px;
}
.cart-section .cart-table .qty .form-control:focus,
.cart-section .cart-table .qty .form-control {
  border: 1px solid #dddee4;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.cart-section .cart-table .qty .glyphicon-chevron-up:before {
  content: "\f0de";
  color: #898f9f;
  font-size: 18px;
  font-style: normal;
  font-family: "FontAwesome";
}
.cart-section .cart-table .qty .glyphicon-chevron-down:before {
  content: "\f0dd";
  color: #898f9f;
  font-size: 18px;
  font-style: normal;
  font-family: "FontAwesome";
}

.cart-section .cart-table tbody tr td.price {
  color: #9fa2a6;
  font-size: 16px;
  text-align: center;
  position: relative;
  padding: 30px 25px 30px 30px;
}
.cart-section .cart-table tbody tr .sub-total {
  font-size: 16px;
  color: #9fa2a6;
}
.cart-section .cart-table tbody tr td .remove a {
  padding: 0;
}
.cart-section .cart-table tbody tr td .remove i:before {
  position: relative;
  font-weight: 700;
  font-size: 12px;
  color: #898f9f;
  margin: 0;
  transition: all 500ms ease;
}
.cart-section .cart-table tbody tr td .remove i:hover:before {
  color: #f2be00;
}
.cart-section
  .cart-table
  tbody
  tr
  td
  .remove
  .checkbox
  label
  input[type="checkbox"] {
  display: inline-block;
  position: relative;
  top: 1px;
}
.cart-section .cart-table .prod-title {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #182345;
  font-family: "Montserrat", sans-serif;
}
.cart-section .coupon-box {
  position: relative;
  padding: 20px 30px 18px 29px;
  border: 1px solid #e5e5e5;
  border-top: none;
  margin-bottom: 60px;
}
.cart-section .coupon-box input {
  display: inline-block;
  width: 290px;
  margin-right: 7px;
  margin-bottom: 0;
  height: 45px;
  line-height: 45px;
  padding: 10px 15px;
  border: 1px solid #dddee4;
  border-radius: 5px;
}
.cart-section .coupon-box input:focus {
  border: 1px solid #f2be00;
}
.cart-section .coupon-box .cart-btn {
  float: right;
}
.cart-section .coupon-box .theme-btn {
  padding: 7px 37px 12px 37px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}
.cart-section .coupon-box .apply-btn:hover {
  border: 1px solid #ff3c00;
  color: #ff3c00;
  background: transparent;
}
.cart-section .coupon-box .cart-btn {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #f6d373;
  background: transparent;
  border: 1px solid #f2be00;
  border-radius: 5px;
  cursor: pointer;
  padding: 8px 35px 9px 35px;
  transition: all 500ms ease;
}
.cart-section .coupon-box .cart-btn:hover {
  background: #f2be00;
  color: #ffffff;
}
.cart-section .total-cart-box .cart-content {
  position: relative;
  border: 1px solid #dddee4;
  margin-bottom: 30px;
}
.cart-section .total-cart-box .cart-title {
  position: relative;
  display: block;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #182345;
  border-bottom: 1px solid #dddee4;
  padding: 15px 29px 12px 29px;
}
.cart-section .total-cart-box .sub-total,
.cart-section .total-cart-box .order-total,
.cart-section .total-cart-box .button {
  position: relative;
  font-size: 16px;
  line-height: 27px;
  color: #182345;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding: 24px 29px 13px 29px;
}
.cart-section .total-cart-box .sub-total {
  border-bottom: 1px solid #dddee4;
}
.cart-section .total-cart-box span {
  float: right;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: #9fa2a6;
}
.cart-section .total-cart-box span.color {
  color: #182345;
  font-weight: 600;
}
.cart-total .process-button a.theme-btn {
  display: block;
  color: #ffffff;
}

/*** 

====================================================================
                        checkout-page
====================================================================

***/

.checkout-section {
  position: relative;
  padding: 120px 0 120px 0;
}
.checkout-section .customer,
.checkout-section .coupon {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #dddee4;
  font-weight: 500;
  padding: 12px 20px 15px 30px;
  margin-bottom: 30px;
  color: #9fa2a6;
}
.checkout-section .customer a,
.checkout-section .coupon a {
  color: #f2be00;
}
.checkout-section .customer:before,
.checkout-section .coupon:before {
  position: absolute;
  content: "";
  background: #f2be00;
  width: 100%;
  height: 2px;
  left: 0;
  top: -3px;
}
.checkout-section .order-info .title h5 {
  margin-bottom: 0;
}
.checkout-section .top-content {
  padding-bottom: 42px;
}
.checkout-section .create-acc .checkbox {
  margin: 3px 0 0;
}
.checkout-section label {
  color: #182345;
  font-size: 15px;
  z-index: 1;
  margin-bottom: 3px;
}
.checkout-section .checkbox span {
  position: relative;
  font-size: 15px;
  font-family: "Work Sans", sans-serif;
  color: #222222;
  font-weight: 400;
  cursor: pointer;
  margin-left: 6px;
  z-index: 1;
}
.checkout-section .checkbox input {
  position: relative;
  top: 4px;
  width: 17px;
  height: 17px;
  display: inline-block;
}
.checkout-section .title {
  display: block;
  margin-bottom: 15px;
}
.checkout-section .title h4 {
  font-weight: 500;
}
.checkout-section .billing-info {
  position: relative;
  padding: 0 0 23px 0;
  margin-bottom: 41px;
}
.checkout-section .billing-form {
  position: relative;
}
.checkout-section .additional-information .note-box textarea {
  width: 100%;
  height: 120px;
  padding: 7px 17px;
  font-size: 13px;
  border: 1px solid #dddee4;
  color: #9fa2a6;
  border-radius: 5px;
  resize: none;
  transition: all 500ms ease;
}
.checkout-section .additional-information .title {
  margin-bottom: 14px;
}
.checkout-section .order-info {
  margin-bottom: 51px;
}
.checkout-section .order-info .order-item .single-item {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #dddee4;
  padding: 5px 0 12px 0;
}
.checkout-section .order-info .order-item .single-item.sub-total {
  padding: 4px 0 11px 0;
}
.checkout-section .order-info .order-item .single-item.sub-total .item-name,
.checkout-section .order-info .order-item .single-item.order-total .item-name {
  font-weight: 500;
}
.checkout-section .order-info .order-item .single-item.sub-total .price {
  font-size: 18px;
}
.checkout-section .order-info .order-item .single-item.order-total .price {
  font-size: 18px;
  color: #f2be00;
  font-weight: 600;
}
.checkout-section .order-info .order-item .single-item.order-total {
  border-bottom: none;
}
.checkout-section .order-info .title {
  margin-bottom: 11px;
}
.checkout-section .order-info .order-item .item-name {
  position: relative;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #182345;
}
.checkout-section .order-info .order-item .price {
  position: relative;
  font-size: 16px;
}
.checkout-section .payment-info {
  position: relative;
}
.checkout-section .payment-info .title {
  margin-bottom: 19px;
}
.checkout-section .payment-info .payment-option {
  position: relative;
}
.checkout-section .payment-info .payment-option .checkbox span {
  font-size: 16px;
  color: #182345;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-left: 11px;
  margin-bottom: 3px;
}
.checkout-section .payment-info .payment-option .text {
  margin-left: 31px;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 22px;
}
.checkout-section .payment-info .payment-option .order-btn .theme-btn {
  padding: 16px 60px 18px 60px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.checkout-section .payment-info .payment-option .checkbox a {
  color: #f2be00;
  font-size: 13px;
  text-decoration: underline;
  margin-left: 19px;
}
.checkout-section .payment-info .checkbox {
  margin-bottom: 0;
  margin-top: 1px;
}
.checkout-section .payment-info .radio-block .checkbox {
  margin-bottom: 69px;
}
.checkout-section input[type="text"],
.checkout-section input[type="email"],
.checkout-section select {
  width: 100%;
  height: 45px;
  border: 1px solid #dddee4;
  color: #898f9f;
  line-height: 45px;
  padding: 10px 15px;
  margin-bottom: 22px;
  border-radius: 5px;
  transition: all 500ms ease;
}
.checkout-section input.address {
  margin-bottom: 10px;
}
.checkout-section select {
  cursor: pointer;
}
.checkout-section input:focus,
.checkout-section select:focus,
.checkout-section .additional-information .note-box textarea:focus {
  border: 1px solid #f2be00;
}

/*** 

====================================================================
                        Blog-Page
====================================================================

***/

.blog-grid {
  padding: 120px 0 112px 0;
}
.single-news-content .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.single-news-content .img-box img {
  position: relative;
  width: 100%;
  border-radius: 5px;
  transform: scale(1);
  display: block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.single-news-content:hover .img-box img {
  transform: scale(1.05);
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
.single-news-content .lower-content h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  color: #182345;
  font-weight: 500;
  margin-bottom: 2px;
}
.single-news-content .lower-content h3 a {
  position: relative;
  display: inline-block;
  color: #182345;
  font-size: 22px;
  font-weight: 500;
}
.single-news-content:hover .lower-content h3 a {
  color: #f2be00;
}
.single-news-content .lower-content .post-info {
  position: relative;
  display: block;
}
.single-news-content .lower-content .post-info li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #9fa2a6;
  margin-right: 17px;
}
.single-news-content .lower-content .post-info li:before {
  position: absolute;
  content: "/";
  font-size: 14px;
  color: #9fa2a6;
  top: 0;
  right: -14px;
}
.single-news-content .lower-content .post-info li:last-child:before {
  display: none;
}
.single-news-content .lower-content .post-info li:last-child {
  margin-right: 0;
}
.single-news-content .lower-content {
  position: relative;
  background: #ffffff;
  display: block;
  margin-top: -54px;
  margin-right: 50px;
  padding: 25px 15px 25px 30px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all 500ms ease;
}
.single-news-content:hover .lower-content {
  background: #182345;
}
.single-news-content .lower-content:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  background: transparent;
  width: 30px;
  height: 20px;
  box-shadow: 20px 0 100px rgba(24, 35, 69, 0.4);
  z-index: -1;
}
.single-news-content {
  position: relative;
  margin-bottom: 69px;
}
.news-section .load-btn {
  position: relative;
  margin-top: -21px;
}
.news-section .load-btn h4 a {
  position: relative;
  display: inline-block;
  font-weight: 500;
  color: #f2be00;
}
.news-section .load-btn h4 a:hover {
  color: #182345;
}
.news-section .load-btn h4 a i {
  position: relative;
  display: block;
  margin-bottom: 3px;
}
.news-section .load-btn h4 a i:before {
  font-size: 26px;
}

/** blog-details **/

.blog-details {
  padding: 120px 0 120px 0;
}
.blog-details-content .inner-block .img-box {
  position: relative;
  margin-bottom: 42px;
}
.blog-details-content .inner-block .img-box img {
  width: 100%;
}
.blog-details-content .inner-block p {
  margin-bottom: 26px;
}
.blog-details-content .inner-block blockquote {
  position: relative;
  display: block;
  font-size: 17px;
  color: #182345;
  font-style: italic;
  padding: 4px 0 6px 37px;
  margin: 44px 0 42px 0;
  border-left: 4px solid #f2be00;
}
.blog-details-content .post-share-option .social-icon li {
  position: relative;
  display: inline-block;
}
.blog-details-content .post-share-option .social-icon li {
  margin-right: 7px;
}
.blog-details-content .post-share-option .social-icon li:last-child {
  margin-right: 0;
}
.blog-details-content .post-share-option .social-icon li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #848484;
  border: 1px solid #dddee4;
  border-radius: 5px;
  text-align: center;
}
.blog-details-content .post-share-option .social-icon li a:hover {
  background: #f2be00;
  border: 1px solid #f2be00;
  color: #ffffff;
}
.blog-details-content .inner-block {
  padding-bottom: 20px;
}
.blog-details-content .news-block {
  margin-bottom: 92px;
}
.blog-details-content .group-title {
  margin-bottom: 36px;
}
.blog-details-content .comments-area .comment {
  position: relative;
  padding: 0 0 0 106px;
  margin-bottom: 45px;
}
.blog-details-content .comments-area .comment.replay-comment {
  margin: 0 0 0 106px;
}
.blog-details-content .comments-area .comment .thumb-box {
  position: absolute;
  width: 85px;
  height: 85px;
  left: 0;
  top: 5px;
  overflow: hidden;
  border-radius: 5px;
}
.blog-details-content .comments-area .comment .thumb-box img {
  width: 100%;
  border-radius: 5px;
}
.blog-details-content .comments-area .comment .comment-name {
  position: relative;
  display: block;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #182345;
  font-weight: 500;
  margin-bottom: 1px;
}
.blog-details-content .comments-area .comment .time {
  font-size: 13px;
  margin-bottom: 10px;
}
.blog-details-content .comments-area .comment .time i:before {
  font-size: 13px;
  margin-right: 8px;
}
.blog-details-content .comments-area .comment .replay a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #182345;
  border: 1px solid #dddee4;
  border-radius: 5px;
  padding: 7px 22px 8px 22px;
}
.blog-details-content .comments-area .comment .text {
  margin-bottom: 18px;
}
.blog-details-content .comments-area .comment .replay i:before {
  font-size: 12px;
  margin: 0;
  color: #9fa2a6;
  margin-right: 8px;
  transition: all 500ms ease;
}
.blog-details-content .comments-area .comment .replay a:hover {
  background: #f2be00;
  border: 1px solid #f2be00;
  color: #ffffff;
}
.blog-details-content .comments-area .comment .replay a:hover i:before {
  color: #ffffff;
}
.blog-details-content .comments-area {
  margin-bottom: 92px;
}
.blog-details-content .comments-form .form-group {
  position: relative;
  margin-bottom: 30px;
}
.blog-details-content .comments-form .form-group:last-child {
  margin-bottom: 0;
}
.blog-details-content .comments-form .form-group input[type="text"],
.blog-details-content .comments-form .form-group input[type="email"],
.blog-details-content .comments-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #e5e9f2;
  color: #182345;
  border-radius: 5px;
  padding: 10px 15px;
  transition: all 500ms ease;
}
.blog-details-content .comments-form .form-group input:focus,
.blog-details-content .comments-form .form-group textarea:focus {
  border: 1px solid #f2be00;
}
.blog-details-content .comments-form .form-group textarea {
  height: 170px;
  resize: none;
}
.blog-details-content .comments-form .form-group .theme-btn {
  color: #ffffff;
  padding: 16px 43px 18px 42px;
}
.blog-details-content .comments-form ::-webkit-input-placeholder {
  /* Chrome */
  color: #182345;
}
.blog-details-content .comments-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #182345;
}
.blog-details-content .comments-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #182345;
  opacity: 1;
}
.blog-details-content .comments-form :-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #182345;
  opacity: 1;
}
.blog-details-content .comments-form .group-title {
  margin-bottom: 41px;
}

/** blog-sidebar-content **/

.blog-sidebar-content .sidebar-post .post {
  position: relative;
  padding: 0 0 0 104px;
  margin-bottom: 22px;
}
.blog-sidebar-content .sidebar-post .post .thumb {
  position: absolute;
  left: 0;
  top: 3px;
  width: 85px;
  height: 85px;
  overflow: hidden;
  border-radius: 5px;
}
.blog-sidebar-content .sidebar-post .post .thumb img {
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease;
  transform: scale(1);
}
.blog-sidebar-content .sidebar-post .post:hover .thumb img {
  transform: scale(1.1);
}
.blog-sidebar-content .sidebar-post .post .link a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  color: #182345;
  margin-bottom: 0;
}
.blog-sidebar-content .sidebar-post .post .link a:hover {
  color: #f2be00;
}
.blog-sidebar-content .sidebar-post .post .date {
  font-size: 14px;
}
.blog-sidebar-content .sidebar-title {
  margin-bottom: 20px;
  font-size: 24px;
}
.blog-sidebar-content .sidebar-archives .list li {
  position: relative;
  display: block;
  margin-bottom: 9px;
}
.blog-sidebar-content .sidebar-archives .list li a {
  font-size: 14px;
}
.blog-sidebar-content .sidebar-archives .sidebar-title {
  margin-bottom: 14px;
}
.blog-sidebar-content .sidebar-search {
  margin-bottom: 63px;
}
.blog-sidebar-content .sidebar-categories .sidebar-title {
  margin-bottom: 25px;
}
.blog-sidebar-content .sidebar-categories {
  padding-bottom: 42px;
}
.blog-sidebar-content .sidebar-post {
  margin-bottom: 70px;
}
.blog-sidebar-content .sidebar-archives {
  margin-bottom: 58px;
}
.blog-sidebar-content .sidebar-gallery .img-box {
  position: relative;
  width: 50%;
  float: left;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 0 5px;
}
.blog-sidebar-content .sidebar-gallery .img-box a {
  position: relative;
  display: inline-block;
}
.blog-sidebar-content .sidebar-gallery .img-box a:before {
  position: absolute;
  content: "";
  background: rgba(24, 35, 69, 0.8);
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 5px;
}
.blog-sidebar-content .sidebar-gallery .img-box:hover a:before {
  width: 100%;
}
.blog-sidebar-content .sidebar-gallery .img-box img {
  position: relative;
  width: 100%;
  border-radius: 5px;
}
.blog-sidebar-content .sidebar-gallery .outer {
  position: relative;
  margin: 0 -5px;
}
.blog-sidebar-content .sidebar-gallery .sidebar-title {
  margin-bottom: 23px;
}
.blog-sidebar-content {
  padding-bottom: 60px;
}

/*** 

====================================================================
                        Contact-Page
====================================================================

***/

.contact-section {
  position: relative;
  padding: 114px 0 120px 0;
}
.contact-section .contact-info .text {
  font-size: 14px;
  margin-bottom: 34px;
}
.contact-section .contact-info .info-box li {
  position: relative;
  display: block;
  padding: 0 0 0 55px;
  margin-bottom: 21px;
}
.contact-section .contact-info .info-box li i {
  position: absolute;
  left: 0;
  top: 9px;
}
.contact-section .contact-info .info-box li i:before {
  font-size: 25px;
  color: #f2be00;
  margin: 0;
}
.contact-section .contact-info .info-box p {
  margin-bottom: 0;
}
.contact-section .top-title {
  margin-bottom: 4px;
}
.contact-section .sec-title h2 {
  margin-bottom: 35px;
}
.contact-section .contact-info .social-info li {
  position: relative;
  display: inline-block;
  margin-right: 11px;
}
.contact-section .contact-info .social-info li:last-child {
  margin-right: 0;
}
.contact-section .contact-info .info-box {
  padding-bottom: 13px;
}
.contact-section .contact-info .social-info li a {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #9fa2a6;
  border: 1px solid #dfe0e6;
  border-radius: 50%;
  text-align: center;
}
.contact-section .contact-info .social-info li a:hover {
  color: #ffffff;
  background: #f2be00;
  border: 1px solid #f2be00;
}
.contact-section .contact-form-area .form-group {
  position: relative;
  margin-bottom: 30px;
}
.contact-section .contact-form-area .form-group:last-child {
  margin-bottom: 0;
}
.contact-section .contact-form-area .form-group input[type="text"],
.contact-section .contact-form-area .form-group input[type="email"],
.contact-section .contact-form-area .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 15px;
  color: #182345;
  border: 1px solid #e5e9f2;
  border-radius: 5px;
  padding: 10px 20px;
  transition: all 500ms ease;
}
.contact-section .contact-form-area .form-group textarea {
  height: 80px;
  resize: none;
}
.contact-section .contact-form-area .form-group input:focus,
.contact-section .contact-form-area .form-group textarea:focus {
  border: 1px solid #f2be00;
}
.contact-section .contact-form-area .form-group .theme-btn {
  padding: 16px 54px 18px 54px;
  color: #ffffff;
}
.contact-section .contact-form-area .sec-title h2 {
  margin-bottom: 42px;
}
.contact-section .contact-form-area ::-webkit-input-placeholder {
  /* Chrome */
  color: #182345;
}
.contact-section .contact-form-area :-ms-input-placeholder {
  /* IE 10+ */
  color: #182345;
}
.contact-section .contact-form-area ::-moz-placeholder {
  /* Firefox 19+ */
  color: #182345;
  opacity: 1;
}
.contact-section .contact-form-area :-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #182345;
  opacity: 1;
}

/** google-map **/

.google-map-section {
  position: relative;
}
#contact-google-map {
  position: relative;
  height: 420px;
}

#contact > .row{
  padding: 0;
  background: #010616;
  color: #efefee;
}
#contact .form-control{
  /* border-radius:0 !important; */
  background: #ffffff;
  color: #182345;
  margin-bottom: 20px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  transition: all 500ms ease;
}

#clients .client-logos{
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
#clients .client-logos >img:hover{
  transition: all 0.3s ease;
}
#clients .client-logos >img:hover{
  transform: scale(1.1);
}