@import url('https://fonts.googleapis.com/css?family=Pacifico|Roboto:300,400,400i,500,700,900&subset=cyrillic');
@import url(/templates/popechataem/css/bootstrap.min.css);
@import url(/templates/popechataem/css/bootstrap-select.min.css);
@import url(/templates/popechataem/plugins/fontawesome-5/css/fontawesome-all.min.css);
@import url(/templates/popechataem/css/owl.carousel.css);
@import url(/templates/popechataem/css/owl.theme.default.min.css);
@import url(/templates/popechataem/css/nouislider.css);
@import url(/templates/popechataem/css/nouislider.pips.css);
@import url(/templates/popechataem/css/jquery.bootstrap-touchspin.css);
@import url(/templates/popechataem/css/magnific-popup.css);
@import url(/templates/popechataem/css/animate.min.css);
@import url(/templates/popechataem/css/hover-min.css);
@import url(/templates/popechataem/css/custom.css);
@import url(/templates/popechataem/css/engine.css);
@import url(/templates/popechataem/css/jquery.fancybox.min.css);
@import url(/templates/popechataem/cart/assets/style-1.css);
@import url(/templates/popechataem/css/header-new.css);
@import url(/templates/popechataem/uniform/css/uniform.css);



body {
  font-family: 'Roboto' , sans-serif;
  color: #757575;
  font-size: 18px;
  line-height: 32px;
}

a:hover,
a:visited,
a:focus,
a:active {
  text-decoration: none !important;
  outline: none !important;
}

.thm-container {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sec-pad {
  padding: 60px 0px 30px 0;
}

.sec-pad-2 {
  padding: 60px 0;
}

.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.gray-bg {
  background: #F4F9FD;
}

.thm-btn {
  border: none;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  background: #ff2858;
  border-radius: 35px;
  color: #fff;
  font-family: 'Roboto' , sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 30px;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.thm-btn:hover {
  background: #fff;
  color: #ff2858;
}
.thm-btn.yellow-bg {
  background: #FEC931;
  color: #212121;
}
.thm-btn.yellow-bg:hover {
  background: #ff2858;
  color: #fff;
}

.sec-title {
  margin-top: -15px;
  margin-bottom: 45px;
}
.sec-title span {
  font-family: 'Pacifico';
  color: #ff2858;
  font-size: 18px;
}
.sec-title h3 {
  margin: 0;
  color: #212121;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}

.sec-title h1 {
  margin: 0;
  color: #212121;
  font-size: 26px;
  font-weight: bold;
}

.sec-title p {
  color: #757575;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}


.korz {

}
.korz span {
  font-family: 'Pacifico';
  color: #ff2858;
  font-size: 18px;
}
.korz h3 {
  margin: 0;
  color: #212121;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}
.korz p {
  color: #757575;
  font-size: 20px;
  line-height: 32px;
  margin: 0;
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #ff2858;
  color: #fff;
  font-size: 17px;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.scroll-to-top:hover {
  background: #FEC931;
  color: #212121;
}


/**************************
* 3. header styles
***************************/
.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}
.header-navigation .thm-container {
  max-width: 1260px;
  background: transparent;
  padding: 0 40px;
  position: relative;
}
.header-navigation .thm-container .navbar-header {
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-navigation .thm-container .navbar-brand {
  height: auto;
  padding: 0px 0;
}
.header-navigation .thm-container .main-navigation {
  text-align: center;
  padding: 0;
  margin-top: -15px;
}
.header-navigation .thm-container .right-side-box {
  position: absolute;
  top: 60%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-navigation .thm-container .right-side-box .social a {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 59px;
  text-align: center;
  line-height: 59px;
}
.header-navigation .thm-container .right-side-box .social a + a {
  margin-left: 10px;
}
.header-navigation .thm-container .right-side-box .social a.fa-twitter {
  background: #FEC931;
}
.header-navigation .thm-container .right-side-box .social a.fa-facebook-f {
  background: #2884C6;
}
.header-navigation .thm-container .right-side-box .social a.fa-pinterest {
  background: #212121;
}
.header-navigation .thm-container .right-side-box .social a.fa-youtube {
  background: #ff2858;
}
.header-navigation ul.navigation-box {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}
.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 35px 0;
  display: inline-block;
}
.header-navigation ul.navigation-box > li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #C4C4C4;
  margin-left: 35px;
  margin-right: 35px;
}
.header-navigation ul.navigation-box > li:first-child:before {
  display: none;
}
.header-navigation ul.navigation-box > li + li {
  margin-left: 0px;
}
.header-navigation ul.navigation-box > li.active > a,
.header-navigation ul.navigation-box > li.current > a,
.footer-widget ul.link-list > li.current > a,
.header-navigation ul.navigation-box > li > a:active,
.header-navigation ul.navigation-box > li > a:focus,
.header-navigation ul.navigation-box > li:hover > a {
  color: #2884C6;
}
.header-navigation ul.navigation-box > li > a {
  padding: 0;
  color: #757575;
  font-size: 18px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-weight: 400;
  display: inline-block;
}
.header-navigation ul.navigation-box > li > ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100000;
  float: left;
  min-width: 239px;
  padding: 15px 20px;
  text-align: left;
  list-style: none;
  background-color: #ff2858;
  background-clip: padding-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
}
.header-navigation ul.navigation-box > li > ul.sub-menu.right-align {
  left: auto;
  right: 0;
}
.header-navigation ul.navigation-box > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li {
  display: block;
  position: relative;
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li > a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 11.5px 0;
  display: block;
  line-height: 26px;
  padding-left: 27px;
  white-space: nowrap;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu li:hover > a {
  background: #FE553D;
  color: #fff;
  position: relative;
}
.header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 100000;
  float: left;
  min-width: 239px;
  padding: 15px 20px;
  text-align: left;
  list-style: none;
  background-color: #ff2858;
  background-clip: padding-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu > li {
  display: block;
  position: relative;
}
.header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu > li > a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 11.5px 0;
  display: block;
  line-height: 26px;
  padding-left: 27px;
  white-space: nowrap;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu > li > .sub-menu li:hover > a {
  background: #FE553D;
  color: #fff;
  position: relative;
}
.header-navigation.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
}
.header-navigation.stricky-fixed .thm-container {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header-navigation.stricky-fixed .thm-container .navbar-brand {
  padding-top: 27px;
  padding-bottom: 27px;
}
.header-navigation.stricky-fixed ul.navigation-box > li {
  padding-top: 30px;
  padding-bottom: 30px;
}

/**************************
* 4. banner styles
***************************/
#minimal-bootstrap-carousel {
  margin-top: 0px;
  position: relative;
  z-index: 999;
  background: #2e2e2e;
}

#minimal-bootstrap-carousel .carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  text-align: right;
  text-shadow: none;
}

.carousel-inner {
    max-width: 1300px;
    margin: 0 auto;
}


#minimal-bootstrap-carousel .carousel-caption .thm-container {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box {
  display: table-cell;
  text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-top {
  vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-bottom {
  vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-middle {
  vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box .content {
  display: block;
}

#minimal-bootstrap-carousel .carousel-control {
  background: none;
  width: 70px;
  height: 70px;
  font-size: 20px;
  line-height: 70px;
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  visibility: visible !important;
  opacity: 1;
  margin-top: -20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 45%;
  z-index: 99;
}
@media (max-width: 667px) {
  #minimal-bootstrap-carousel .carousel-control {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
  }
}

#minimal-bootstrap-carousel .carousel-control.left {
  left: 1%;
}

#minimal-bootstrap-carousel .carousel-control.right {
  right: 1%;
}

#minimal-bootstrap-carousel .carousel-control:hover {
  opacity: 1;
  background: #000;
}

/* processing for fadeing effect styles */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* fixing slider height */
#minimal-bootstrap-carousel .custom-navigation {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 999;
  margin: 0;
}
#minimal-bootstrap-carousel .custom-navigation, #minimal-bootstrap-carousel .custom-navigation li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#minimal-bootstrap-carousel .custom-navigation li {
  border: 0;
  border-radius: 0;
  text-indent: 0;
  width: 30px;
  height: 2px;
  background: #fff;
  opacity: .3;
  cursor: pointer;
}
#minimal-bootstrap-carousel .custom-navigation li + li {
  margin-left: 10px;
}
#minimal-bootstrap-carousel .custom-navigation li.active {
  opacity: 1;
}

#minimal-bootstrap-carousel.slider-home-one .carousel-inner .item {
  min-height: 600px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
      background-color: #2e2e2e;
}

.slider-home-one .content {
  text-align: center;
  position: relative;
  z-index: 999;
}
.slider-home-one .content h2,
.slider-home-one .content h3,
.slider-home-one .content p {
  margin: 0;
}
.slider-home-one .content h2 {
  font-family: 'Roboto' , sans-serif ;
  font-size: 120px;
  font-weight: bold;
  line-height: 120px;
  letter-spacing: -0.06em;
  margin-top: 20px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.slider-home-one .content h3 {
  font-family: 'Pacifico';
  font-size: 30px;
  color: #FEC931;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.slider-home-one .content a.thm-btn {
  margin-top: 40px;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.banner-style-two {
  background: #212121;
  overflow: hidden;
}
.banner-style-two .thm-container-fluid {
  max-width: 100%;
}
.banner-style-two .owl-dots {
  margin-bottom: 0;
  width: 100%;
  margin-top: 0px;
  position: absolute;
  bottom: 50px;
  left: 0;
  text-align: center;
  z-index: 999;
}
.banner-style-two .owl-dots .owl-dot + .owl-dot {
  margin-left: 10px;
}
.banner-style-two .owl-dots .owl-dot span {
  width: 30px;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0;
  margin: 0;
}
.banner-style-two .owl-nav {
  display: none;
}
.banner-style-two .owl-dots .owl-dot.active span {
  background: white;
}
.banner-style-two .single-banner-carousel {
  padding: 150px 0;
}
.banner-style-two .single-banner-carousel span {
  display: block;
  color: #FEC931;
  font-size: 24px;
  font-family: 'Pacifico';
}
.banner-style-two .single-banner-carousel h2 {
  margin: 0;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 130px;
  line-height: 110px;
  letter-spacing: -0.06em;
  margin-top: 30px;
  margin-bottom: 50px;
}

/**************************
* 5. welcome styles
***************************/
.welcome-section {
 background: #F4F5F9;
}
.welcome-section .welcome-content {
  padding-left: 56px;
}
.welcome-section .welcome-content p {
  margin: 0;
  text-align: justify;
}
.welcome-section .welcome-content .title {
  margin-bottom: 38px;
}
.welcome-section .welcome-content .title p,
.welcome-section .welcome-content .title h3 {
  margin: 0;
}
.welcome-section .welcome-content .title p {
  color: #ff2858;
  font-family: 'Pacifico';
  font-size: 20px;
}
.welcome-section .welcome-content .title h3 {
  font-size: 36px;
  font-weight: bold;
  color: #212121;
}
.welcome-section .welcome-content p {
  color: #757575;
}
.welcome-section .welcome-content p + p {
  margin-top: 20px;
}
.welcome-section .welcome-content a.thm-btn {
  margin-top: 55px;
}

/**************************
* 6. what we do styles
***************************/
.what-we-do {
  padding-bottom: 140px;
}
.what-we-do .single-what-we-do .text-box {
  background: #F5F6FA;
  position: relative;
  margin-top: 10px;
  padding: 0 40px;
  padding-top: 45px;
  padding-bottom: 43px;
}
.what-we-do .single-what-we-do .text-box:before {
  background: #ff2858;
}
.what-we-do .single-what-we-do .text-box:hover h3, .what-we-do .single-what-we-do .text-box:hover p {
  color: #fff;
}
.what-we-do .single-what-we-do .text-box:hover a.read-more {
  background: #fff;
  color: #ff2858;
}
.what-we-do .single-what-we-do .text-box h3 {
  font-size: 30px;
  color: #212121;
  font-weight: bold;
  margin: 0;
  margin-bottom: 32px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.what-we-do .single-what-we-do .text-box p {
  color: #757575;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.what-we-do .single-what-we-do .text-box a.read-more {
  width: 42px;
  height: 42px;
  background: #ff2858;
  color: #fff;
  font-size: 20px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  bottom: -21px;
  right: 30px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.what-we-do .single-what-we-do .text-box a.read-more:hover {
  background: #fff;
  color: #ff2858;
}
.what-we-do .single-what-we-do-one {
  background: #F5F6FA;
  position: relative;
  padding: 0 40px;
  padding-top: 50px;
  padding-bottom: 43px;
}
.what-we-do .single-what-we-do-one:before {
  background: #ff2858;
}
.what-we-do .single-what-we-do-one:hover i, .what-we-do .single-what-we-do-one:hover h3, .what-we-do .single-what-we-do-one:hover p {
  color: #fff;
}
.what-we-do .single-what-we-do-one:hover a.read-more {
  background: #fff;
  color: #ff2858;
}
.what-we-do .single-what-we-do-one i {
  font-size: 65px;
  color: #2E8ED2;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.what-we-do .single-what-we-do-one h3 {
  font-size: 30px;
  color: #212121;
  font-weight: bold;
  margin: 0;
  line-height: 30px;
  margin-top: 22px;
  margin-bottom: 35px;
  line-height: 36px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.what-we-do .single-what-we-do-one p {
  color: #757575;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.what-we-do .single-what-we-do-one a.read-more {
  width: 42px;
  height: 42px;
  background: #ff2858;
  color: #fff;
  font-size: 20px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  bottom: -21px;
  right: 30px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.what-we-do .single-what-we-do-two {
  padding-left: 30px;
}
.what-we-do .single-what-we-do-two + .single-what-we-do-two {
  margin-top: 30px;
}
.what-we-do .single-what-we-do-two .img-box {
  float: right;
}
.what-we-do .single-what-we-do-two .text-box {
  float: left;
  width: 50%;
}
.what-we-do .single-what-we-do-two .text-box h3, .what-we-do .single-what-we-do-two .text-box p {
  margin: 0;
}
.what-we-do .single-what-we-do-two .text-box h3 {
  color: #202020;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.what-we-do .single-what-we-do-two .text-box p {
  font-size: 16px;
  line-height: 30px;
  color: #747474;
}
.what-we-do.service-page .single-what-we-do .text-box {
  padding: 0 60px;
  padding-top: 55px;
  padding-bottom: 53px;
}

/**************************
* 7. brand styles
***************************/
.brand-carousel-wrapper {
     background: #ffffff;
    padding: 50px 0;
    border-top: 1px solid #eee;
}
.brand-carousel-wrapper .brand-carousel {
  text-align: center;
}
.brand-carousel-wrapper .brand-carousel img {
  opacity: 0.6;
  -webkit-transition: all .4s;
  transition: all .4s;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.brand-carousel-wrapper .brand-carousel img:hover {
  opacity: 1;
      -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

/**************************
* 8. footer subscribe styles
***************************/
/*.footer-subscribe {
  background: #212121;
  }*/
  .footer-subscribe .thm-container {
    border-bottom: 1px solid #2e2e2e;
    padding-left: 0;
    padding-right: 0;
    max-width: 1170px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer-subscribe .title {
    text-align: center;
  }
  .footer-subscribe .title span, .footer-subscribe .title h3 {
    margin: 0;
  }
  .footer-subscribe .title span {
    font-family: 'Pacifico';
    color: #ff2858;
    font-size: 18px;
  }
  .footer-subscribe .title h3 {
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 4px;
  }
  .footer-subscribe .subscribe-form {
    text-align: center;
    margin-top: 40px;
  }
  .footer-subscribe .subscribe-form input {
    border: none;
    outline: none;
    min-width: 615px;
    height: 50px;
    background: #2E2E2E;
    border-radius: 35px;
    color: rgba(255, 255, 255, 0.6);
    padding-left: 50px;
    margin-right: 10px;
    display: inline-block;
    text-align: left;
  }
  .footer-subscribe form.subscribe-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.6);
  }
  .footer-subscribe form.subscribe-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.6);
  }
  .footer-subscribe form.subscribe-form input:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.6);
  }
  .footer-subscribe form.subscribe-form input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.6);
  }

/**************************
* 9. footer styles
***************************/
.footer {
  padding-top: 40px;
  padding-bottom: 30px;
}

.footer .footer-widget h3,
.footer .footer-widget p,
.footer .footer-widget ul,
.footer .footer-widget li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footer-widget p {
  font-size: 16px;
  line-height: 30px;
  color: #A0A0A0;
}
.footer .footer-widget ul li a {
  color: #A0A0A0;
  font-size: 16px;
  line-height: 30px;
}
.footer .footer-widget .title {
  margin-bottom: 36px;
}
.footer .footer-widget .title h3 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
}
.footer .footer-widget.links-widget ul.link-list li + li {
  margin-top: 4px;
}
.footer .footer-widget.links-widget ul.link-list a {
  display: block;
  position: relative;
  padding-left: 15px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.footer .footer-widget.links-widget ul.link-list a:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #A0A0A0;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.footer .footer-widget.links-widget ul.link-list a:hover {
  color: #ff2858;
}
.footer .footer-widget.links-widget ul.link-list a:hover:before {
  background: #ff2858;
}
.footer .footer-widget.contact-widget p {
  line-height: 24px;
}
.footer .footer-widget.contact-widget p + p {
  margin-top: 25px;
}
.footer .footer-widget.explore {
  padding-left: 40px;
}
.footer .footer-widget.services {
  padding-left: 75px;
}

/**************************
* 10. footer bottom styles
***************************/
.footer-bottom {
  background: #1b1b1b;
}
.footer-bottom .thm-container {
  border-top: 1px solid #2e2e2e;
  padding-left: 0;
  padding-right: 0;
  padding: 15px 0;
  max-width: 1170px;
  margin-top: -1px;
}
.footer-bottom .thm-container .copy-text p {
  margin: 0;
  color: #A0A0A0;
  font-size: 15px;
  line-height: 59px;
}
.footer-bottom .thm-container .copy-text p a {
  color: #fff;
}
.footer-bottom .thm-container .social-box a {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  line-height: 59px;
  text-align: center;
  line-height: 59px;
}
.footer-bottom .thm-container .social-box a + a {
  margin-left: 10px;
}
.footer-bottom .thm-container .social-box a.fa-twitter {
  background: #FEC931;
}
.footer-bottom .thm-container .social-box a.fa-facebook-f {
  background: #2884C6;
}
.footer-bottom .thm-container .social-box a.fa-pinterest {
  background: #FFFFFF;
  color: #212121;
}
.footer-bottom .thm-container .social-box a.fa-youtube {
  background: #ff2858;
}

/**************************
* 11. recent project styles
***************************/
.recent-projects .single-recent-project:hover .img-box:before {
  opacity: 1;
}
.recent-projects .single-recent-project:hover .text-box h3,
.recent-projects .single-recent-project:hover .text-box span {
  color: #fff;
}
.recent-projects .single-recent-project:hover .text-box a.more {
  background: #fff;
  color: #ff2858;
}
.recent-projects .single-recent-project:hover .text-box .inner:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.recent-projects .single-recent-project .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.recent-projects .single-recent-project .img-box > img {
  width: 100%;
}
.recent-projects .single-recent-project .img-box:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.recent-projects .single-recent-project .text-box {
  position: relative;
  padding-left: 30px;
  margin-top: -90px;
}
.recent-projects .single-recent-project .text-box .inner {
  background: rgba(245, 246, 250, 0.85);
  padding: 15px 30px;
  padding-left: 30px;
  padding-top: 10px;
  display: block;
  height: 90px;
  border-radius: 20px 0px 20px 0px;
}
.recent-projects .single-recent-project .text-box .inner:before {
  background: #ff2858;
  border-radius: 20px 0px 20px 0px;
}
.recent-projects .single-recent-project .text-box h3,
.recent-projects .single-recent-project .text-box span {
  margin: 0;
}
.recent-projects .single-recent-project .text-box span {
  color: #ff2858;
  font-family: 'Pacifico';
  font-size: 16px;
}
.recent-projects .single-recent-project .text-box h3 {
  font-size: 16px;
  color: #212121;
  font-weight: 500;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.recent-projects .single-recent-project .text-box a.more {
  width: 42px;
  height: 42px;
  background: #ff2858;
  color: #fff;
  font-size: 14px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -21px;
  right: 30px;
  z-index: 9;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.project-page .single-recent-project {
  margin-bottom: 30px;
}
.project-page .pagination {
  margin-bottom: 0;
  margin-top: 50px;
  display: block;
}
.project-page .pagination > li + li {
  margin-left: 5px;
}
.project-page .pagination > li:last-child {
  margin-left: 0px;
}
.project-page .pagination > li > a,
.project-page .pagination > li > span {
  padding: 13px 20px;
  float: none;
  display: inline-block;
  color: #212121;
}
.project-page .pagination > .active > a,
.project-page .pagination > .active > a:focus,
.project-page .pagination > .active > a:hover,
.project-page .pagination > .active > span,
.project-page .pagination > .active > span:focus,
.project-page .pagination > .active > span:hover {
  background: #ff2858;
  color: #fff;
  border-color: #ff2858;
}

.project-details-page .project-details-content h3, .project-details-page .project-details-content p {
  margin: 0;
}
.project-details-page .project-details-content h3 {
  margin: 0;
  color: #202020;
  font-size: 24px;
  font-weight: bold;
}
.project-details-page .project-details-content p {
  margin: 0;
  color: #747474;
  font-size: 16px;
  line-height: 30px;
}
.project-details-page .project-details-content .project-details-table {
  background: #F4F5F9;
  padding: 39px 0;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 10px;
}
.project-details-page .project-details-content .project-details-table .single-project-details-table + .single-project-details-table {
  margin-top: 7px;
}
.project-details-page .project-details-content .project-details-table .single-project-details-table span.title {
  color: #202020;
  font-size: 16px;
  font-weight: bold;
  float: left;
}
.project-details-page .project-details-content .project-details-table .single-project-details-table span.name {
  color: #747474;
  font-size: 16px;
  float: right;
}
.project-details-page .img-box-wrapper .row + .row {
  margin-top: 30px;
}

/**************************
* 12. cta styles
***************************/
.cta-style-two {
  background: #212121;
  overflow: hidden;
}
.cta-style-two .cta-style-two-content {
  padding-top: 115px;
}
.cta-style-two .cta-style-two-content .title {
  margin-bottom: 40px;
}
.cta-style-two .cta-style-two-content .title span,
.cta-style-two .cta-style-two-content .title h2 {
  margin: 0;
}
.cta-style-two .cta-style-two-content .title span {
  font-family: 'Pacifico';
  font-size: 20px;
  color: #FEC931;
}
.cta-style-two .cta-style-two-content .title h2 {
  color: #FFFFFF;
  font-size: 45px;
  line-height: 60px;
  font-weight: bold;
}
.cta-style-two .cta-style-two-content p {
  margin: 0;
  color: #A0A0A0;
  font-size: 18px;
  line-height: 36px;
}
.cta-style-two .cta-style-two-content a.thm-btn {
  margin-top: 50px;
}

.call-to-action-one {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  border-radius: 20px;
}
.call-to-action-one .overlay {
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
}
.call-to-action-one .overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .5;
  border-radius: 20px;
}
.call-to-action-one .inner-wrapper {
  position: relative;
  z-index: 99;
  padding-top: 80px;
  padding-bottom: 80px;
}
.call-to-action-one .thm-container {
  position: relative;
  z-index: 9;
}
.call-to-action-one .call-to-action-content ul,
.call-to-action-one .call-to-action-content li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.call-to-action-one .call-to-action-content .title {
  margin-bottom: 40px;
}
.call-to-action-one .call-to-action-content .title span,
.call-to-action-one .call-to-action-content .title h2 {
  margin: 0;
}
.call-to-action-one .call-to-action-content .title span {
  font-family: 'Pacifico';
  font-size: 18px;
  color: #ff2858;
}
.call-to-action-one .call-to-action-content .title h2 {
  color: #FFFFFF;
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
}
.call-to-action-one .call-to-action-content ul.list-box li {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 25px;
}
.call-to-action-one .call-to-action-content ul.list-box li + li {
  margin-top: 10px;
}
.call-to-action-one .call-to-action-content ul.list-box li i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.call-to-action-one .call-to-action-content a.thm-btn {
  margin-top: 55px;
}
.call-to-action-one .call-to-action-content a.thm-btn:hover {
  background: #212121;
}

.cta-style-three {
  background: #FFB50A url(/templates/popechataem/img/cta-bg-2-1.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}
.cta-style-three span,
.cta-style-three h2 {
  margin: 0;
}
.cta-style-three span {
  font-family: 'Pacifico';
  font-size: 20px;
  color: #212121;
}
.cta-style-three h2 {
  color: #FFFFFF;
  font-size: 45px;
  line-height: 60px;
  font-weight: bold;
}
.cta-style-three a.thm-btn {
  background: #212121;
  color: #fff;
  margin-top: 50px;
}
.cta-style-three a.thm-btn:hover {
  background: #ff2858;
  color: #fff;
}

/**************************
* 13. testimonials styles
***************************/
.testi-carousel-wrapper {
  position: relative;
  margin-bottom: 60px;
}
.testi-carousel-wrapper .overlay {
  background: #212121 url(/templates/popechataem/img/testi-bg-1-1.jpg) center center no-repeat fixed;
  background-size: cover;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
}
.testi-carousel-wrapper .overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #212121;
  opacity: .9;
}
.testi-carousel-wrapper .thm-container {
  position: relative;
  z-index: 9;
}
.testi-carousel-wrapper .thm-container .owl-carousel .owl-stage-outer {
  padding-top: 60px;
}
.testi-carousel-wrapper .thm-container .owl-theme .owl-dots {
  margin-bottom: 0;
  width: 270px;
  margin-top: 20px;
  position: absolute;
  bottom: 25%;
  left: 0;
}
.testi-carousel-wrapper .thm-container .owl-theme .owl-dots .owl-dot + .owl-dot {
  margin-left: 10px;
}
.testi-carousel-wrapper .thm-container .owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0;
  margin: 0;
}
.testi-carousel-wrapper .thm-container .owl-theme .owl-nav {
  display: none;
}
.testi-carousel-wrapper .thm-container .owl-theme .owl-dots .owl-dot.active span {
  background: white;
}
.testi-carousel-wrapper .thm-container .single-testimonials {
  position: relative;
}
.testi-carousel-wrapper .thm-container .single-testimonials .img-box {
  width: 270px;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 99;
}
.testi-carousel-wrapper .thm-container .single-testimonials .text-box {
  padding-left: 328px;
  padding-top: 108px;
  padding-bottom: 50px;
}
.testi-carousel-wrapper .thm-container .single-testimonials .text-box h3 {
  margin: 0;
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  line-height: 50px;
}
.testi-carousel-wrapper .thm-container .single-testimonials .text-box p {
  margin: 0;
  color: #FEC931;
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
}

/**************************
* 14. we belive carousel styles
***************************/
.we-believe-carousel {
  position: relative;
  padding-right: 70px;
  padding-bottom: 120px;
  padding-top: 120px;
}
.we-believe-carousel:before {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  background: #F5F6FA;
  width: 10000000px;
  height: 100%;
}
.we-believe-carousel .owl-dots {
  margin-bottom: 0;
  width: 100%;
  margin-top: 0px;
  position: absolute;
  bottom: 8.5%;
  left: 0;
  text-align: center;
  z-index: 999;
  padding-right: 70px;
}
.we-believe-carousel .owl-dots .owl-dot + .owl-dot {
  margin-left: 10px;
}
.we-believe-carousel .owl-dots .owl-dot span {
  width: 30px;
  height: 2px;
  background: rgba(33, 33, 33, 0.3);
  border-radius: 0;
  margin: 0;
}
.we-believe-carousel .owl-nav {
  display: none;
}
.we-believe-carousel .owl-dots .owl-dot.active span {
  background: #212121;
}
.we-believe-carousel .single-we-believe .text-box {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 43px;
}
.we-believe-carousel .single-we-believe .text-box h3, .we-believe-carousel .single-we-believe .text-box p {
  margin: 0;
}
.we-believe-carousel .single-we-believe .text-box h3 {
  color: #212121;
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
}
.we-believe-carousel .single-we-believe .text-box p {
  color: #757575;
  font-size: 16px;
  line-height: 30px;
  margin-top: 32px;
}
.we-believe-carousel .single-we-believe .text-box a.thm-btn {
  margin-top: 50px;
}

/**************************
* 15. faq section styles
***************************/
.faq-content {
 padding-left: 0px;
 padding-top: 60px;
 padding-bottom: 45px;

}
.faq-content .title {
  padding-bottom: 30px;
}
.faq-content .title span,
.faq-content .title h2 {
  margin: 0;
}
.faq-content .title span {
  font-family: 'Pacifico';
  font-size: 20px;
  color: #ff2858;
}
.faq-content .title h2 {
  color: #212121;
  font-size: 45px;
  line-height: 60px;
  font-weight: bold;
}
.faq-content .accrodion-grp .accrodion .accrodion-title {
  padding: 25px 0;
  cursor: pointer;
}
.faq-content .accrodion-grp .accrodion .accrodion-title h4 {
  margin: 0;
  position: relative;
  font-size: 16px;
  color: #212121;
  font-weight: 500;
}
.faq-content .accrodion-grp .accrodion .accrodion-title h4:before {
  content: '\f067';
  font-family: 'FontAwesome';
  color: #2884C6;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-content .accrodion-grp .accrodion .accrodion-content {
  padding-top: 20px;
  padding-bottom: 15px;
}

.accrodion-content {
  border-top: 1px solid #f4f5f9;
}


.faq-content .accrodion-grp .accrodion.active .accrodion-title h4:before {
  content: '\f068';
  color: #ff2858;
}

/**************************
* 16. team styles
***************************/
.team-section {
  padding-bottom: 150px;
}
.team-section .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  bottom: -29.5px;
  right: 30px;
}
.team-section .owl-theme .owl-nav [class*=owl-] {
  width: 59px;
  height: 59px;
  color: #212121;
  background: #fff;
  font-size: 24px;
  line-height: 59px;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  margin-left: 10px;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.team-section .owl-theme .owl-nav [class*=owl-]:last-child, .team-section .owl-theme .owl-nav [class*=owl-]:hover {
  background: #ff2858;
  color: #fff;
}
.team-section .single-team-carousel {
  padding-left: 60px;
  position: relative;
  padding-top: 0px;
}
.team-section .single-team-carousel .inner {
  margin-top: 60px;
  background: #F5F6FA;
}
.team-section .single-team-carousel .inner .img-box {
  position: absolute;
  top: -60px;
  left: 0;
}
.team-section .single-team-carousel .inner .team-content {
  padding-left: 470px;
  padding-top: 55px;
  padding-bottom: 80px;
  padding-right: 67px;
  width: 100%;
}
.team-section .single-team-carousel .inner .team-content .title {
  margin-bottom: 42px;
}
.team-section .single-team-carousel .inner .team-content .title span,
.team-section .single-team-carousel .inner .team-content .title h3 {
  margin: 0;
}
.team-section .single-team-carousel .inner .team-content .title span {
  font-family: 'Pacifico';
  font-size: 20px;
  color: #ff2858;
}
.team-section .single-team-carousel .inner .team-content .title h3 {
  color: #212121;
  font-size: 36px;
  font-weight: bold;
}
.team-section .single-team-carousel .inner .team-content p {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  color: #757575;
}
.team-section .single-team-carousel .inner .team-content p + p {
  margin-top: 30px;
}

/**************************
* 17. services styles
***************************/
.service-style-one {
  background: #F5F6FA;
  position: relative;
}
.service-style-one img.background-right {
  position: absolute;
  top: 0;
  right: 0;
}
.service-style-one .service-content {
  padding-right: 60px;
}
.service-style-one .service-content .title {
  margin-bottom: 40px;
}
.service-style-one .service-content .title span,
.service-style-one .service-content .title h2 {
  margin: 0;
}
.service-style-one .service-content .title span {
  font-family: 'Pacifico';
  font-size: 20px;
  color: #ff2858;
}
.service-style-one .service-content .title h2 {
  color: #212121;
  font-size: 45px;
  line-height: 60px;
  font-weight: bold;
}
.service-style-one .service-content p {
  margin: 0;
  color: #757575;
}
.service-style-one .service-content p + p {
  margin-top: 35px;
}
.service-style-one .service-content .btn-box {
  margin-top: 50px;
}
.service-style-one .service-content .btn-box a.thm-btn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.service-style-one .service-content .btn-box .phone-btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  font-weight: 500;
  color: #212121;
}
.service-style-one .service-content .btn-box .phone-btn i {
  font-size: 24px;
  border: 2px solid #2884C6;
  color: #2884C6;
  line-height: 55px;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}
.service-style-one .service-right-content {
  background: #fff;
  padding: 60px;
}
.service-style-one .service-right-content .inner {
  position: relative;
}
.service-style-one .service-right-content .divider {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2px;
  height: 100%;
  background: #ebedf4;
}
.service-style-one .service-right-content .divider.ver {
  width: 100%;
  height: 2px;
}
.service-style-one .service-right-content .single-service-one {
  text-align: center;
  padding: 50px 0;
  margin-left: -15px;
  margin-right: -15px;
  display: block;
}
.service-style-one .service-right-content .single-service-one i {
  font-size: 58px;
  color: #2884C6;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.service-style-one .service-right-content .single-service-one h3 {
  margin: 0;
  color: #212121;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-style-one .service-right-content .single-service-one:before {
  background: #ff2858;
}
.service-style-one .service-right-content .single-service-one:hover i,
.service-style-one .service-right-content .single-service-one:hover h3 {
  color: #fff;
}


.service-tab-box .tab-title ul,
.service-tab-box .tab-title li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-tab-box .tab-title ul {
  margin-left: -1px;
  margin-right: -1px;
}
.service-tab-box .tab-title li {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  padding: 0 1px;
}
.service-tab-box .tab-title li.active a:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.service-tab-box .tab-title li.active a i,
.service-tab-box .tab-title li.active a h3 {
  color: #fff;
}
.service-tab-box .tab-title li a {
  text-align: center;
  padding: 50px 0;
  background: #F5F6FA;
  display: block;
}
.service-tab-box .tab-title li a i {
  font-size: 58px;
  color: #2884C6;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.service-tab-box .tab-title li a h3 {
  margin: 0;
  color: #212121;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-tab-box .tab-title li a:before {
  background: #ff2858;
}
.service-tab-box .tab-title li a:hover i,
.service-tab-box .tab-title li a:hover h3, .service-tab-box .tab-title li a:focus i,
.service-tab-box .tab-title li a:focus h3, .service-tab-box .tab-title li a:active i,
.service-tab-box .tab-title li a:active h3 {
  color: #fff;
}

.service-style-two {
  position: relative;
  padding-top: 120px;
}
.service-style-two img.background-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}
.service-style-two .overlay {
  background: #ff2858 url(/templates/popechataem/img/cta-bg-1-1.jpg) center center no-repeat fixed;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
}
.service-style-two .overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff2858;
  opacity: .9;
}
.service-style-two .thm-container {
  position: relative;
  z-index: 99;
}
.service-style-two .service-content {
  padding-right: 65px;
}
.service-style-two .service-content span,
.service-style-two .service-content h2 {
  margin: 0;
}
.service-style-two .service-content span {
  font-family: 'Pacifico';
  font-size: 20px;
  color: #202020;
}
.service-style-two .service-content h2 {
  color: #FFFFFF;
  font-size: 45px;
  line-height: 60px;
  font-weight: bold;
  margin-bottom: 40px;
}
.service-style-two .service-content p {
  margin: 0;
  color: #FFFFFF;
  line-height: 30px;
}
.service-style-two .unique-feature {
  position: relative;
  display: inline-block;
  margin-top: 35px;
}
.service-style-two .unique-feature .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.service-style-two .unique-feature .content i {
  color: #2884C6;
  font-size: 63px;
  margin-top: 45px;
  margin-bottom: 20px;
  display: block;
}
.service-style-two .unique-feature .content h3 {
  margin: 0;
  color: #202020;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-style-two .unique-feature .content h3:hover {
  color: #ff2858;
}
.service-style-two.about-page {
  padding-top: 125.5px;
  padding-bottom: 125.5px;
}

.service-style-three .single-service-three {
  margin-bottom: 30px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.single-service-three:hover {
  transform: translate(0,-10px);
  -webkit-transform: translate(0,-10px);
  -ms-transform: translate(0,-10px);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.service-style-three .single-service-three:hover .img-box:before {
  opacity: 1;
}
.service-style-three .single-service-three:hover .text-box h3,
.service-style-three .single-service-three:hover .text-box p {
  color: #fff;
}
.service-style-three .single-service-three:hover .text-box .meta-info p {
  color: #fff;
}
.service-style-three .single-service-three:hover .text-box .meta-info p span {
  color: #212121;
}
.service-style-three .single-service-three:hover .text-box a.read-more {
  background: #fff;
  color: #ff2858;
}
.service-style-three .single-service-three:hover .text-box:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.service-style-three .single-service-three .img-box {
  position: relative;
  overflow: hidden;
}
.service-style-three .single-service-three .img-box > img {
  width: 100%;
  border-radius: 5px 5px 0px 0px;
}
.service-style-three .single-service-three .img-box:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 5px 5px 0px 0px;
}
.service-style-three .single-service-three .text-box {
  position: relative;
  background: #ececec;
  /*margin-top: 10px;*/
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  border-radius: 0px 0px 5px 5px;
  background-image: linear-gradient(to top, #dddddd 0%, #ececec 100%);
}
.service-style-three .single-service-three .text-box:before {
  background: #ff2858;
  border-radius: 0px 0px 5px 5px;
}
.service-style-three .single-service-three .text-box h3 {
  margin: 0;
  color: #202020;
  font-weight: 500;
  font-size: 16px;
  height: 30px;
}
.service-style-three .single-service-three .text-box p {
  color: #747474;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.service-style-three .single-service-three .text-box .meta-info {
  margin-bottom: 0px;
}
.service-style-three .single-service-three .text-box .meta-info p {
  top: 14px;
  margin: 0;
  font-size: 16px;
  color: #747474;
  position: relative;
}
.service-style-three .single-service-three .text-box .meta-info p span {
  color: #ff2858;
  font-weight: bold;
}
.service-style-three .single-service-three .text-box a.read-more {
  height: 40px;
  background: #ff2858;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  border-radius: 5px 0 5px 0;
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 5px 10px 0px 25px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-style-three .single-service-three .text-box a.read-more:hover {
  background: #fff;
  color: #ff2858;
}
.service-style-three .pagination {
  margin-bottom: 0;
  margin-top: 30px;
  display: block;
}
.service-style-three .pagination > li + li {
  margin-left: 5px;
}
.service-style-three .pagination > li:last-child {
  margin-left: 0px;
}
.service-style-three .pagination > li > a,
.service-style-three .pagination > li > span {
  padding: 13px 20px;
  float: none;
  display: inline-block;
  color: #212121;
}
.service-style-three .pagination > .active > a,
.service-style-three .pagination > .active > a:focus,
.service-style-three .pagination > .active > a:hover,
.service-style-three .pagination > .active > span,
.service-style-three .pagination > .active > span:focus,
.service-style-three .pagination > .active > span:hover {
  background: #ff2858;
  color: #fff;
  border-color: #ff2858;
}
.service-style-three.service-details-page .single-service-three {
  margin-bottom: 0;
}

.service-details-design-option .single-service-details-design-option:hover .img-box:before {
  opacity: 1;
}
.service-details-design-option .single-service-details-design-option .img-box {
  position: relative;
  overflow: hidden;
}
.service-details-design-option .single-service-details-design-option .img-box > img {
  width: 100%;
}
.service-details-design-option .single-service-details-design-option .img-box:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-details-design-option .single-service-details-design-option .text-box h3,
.service-details-design-option .single-service-details-design-option .text-box ul,
.service-details-design-option .single-service-details-design-option .text-box li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-details-design-option .single-service-details-design-option .text-box h3 {
  color: #202020;
  font-size: 24px;
  font-weight: 500;
  margin-top: 30px;
}
.service-details-design-option .single-service-details-design-option .text-box ul.list-box {
  margin-top: 40px;
}
.service-details-design-option .single-service-details-design-option .text-box ul.list-box li {
  display: block;
  position: relative;
  padding-left: 15px;
  color: #747474;
  font-size: 16px;
  line-height: 30px;
}
.service-details-design-option .single-service-details-design-option .text-box ul.list-box li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #747474;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.service-details-cost-calculator {
  background: #F4F5F9;
}
.service-details-cost-calculator .cost-calc-content {
  padding-right: 30px;
  padding-top: 10px;
}
.service-details-cost-calculator .cost-calc-content .sec-title {
  margin-bottom: 25px;
}
.service-details-cost-calculator .cost-calc-content .sec-title h3 {
  font-size: 36px;
  margin: 0;
}
.service-details-cost-calculator .cost-calc-content .cost-calc-form {
  margin-bottom: 20px;
}
.service-details-cost-calculator .cost-calc-content .cost-calc-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  outline: none;
}
.service-details-cost-calculator .cost-calc-content .cost-calc-form .bootstrap-select + .bootstrap-select {
  margin-top: 30px;
}
.service-details-cost-calculator .cost-calc-content .cost-calc-form .bootstrap-select > .dropdown-toggle {
  display: inline-block;
  border: none;
  outline: none;
  background: #FFFFFF;
  color: #747474;
  border-radius: 35px;
  font-size: 16px;
  padding: 23px 50px;
  outline: none;
  border: none;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-details-cost-calculator .cost-calc-content .cost-calc-form .bootstrap-select.btn-group .dropdown-toggle .caret {
  border: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  width: auto;
  height: auto;
}
.service-details-cost-calculator .cost-calc-content .cost-calc-form .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  content: '\f107';
  font-family: 'FontAwesome';
  color: #202020;
  font-size: 16px;
}
.service-details-cost-calculator .cost-calc-content .cost-calc-form .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0px;
}
.service-details-cost-calculator .cost-calc-content .cost-calc-form .dropdown-menu > li > a {
  font-size: 16px;
  padding: 9px 25px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-details-cost-calculator .cost-calc-content .cost-calc-form .dropdown-menu > li > a:hover {
  background: #ff2858;
  color: #fff;
  cursor: pointer;
}
.service-details-cost-calculator .cost-calc-content p {
  color: #747474;
  font-size: 18px;
  line-height: 1.5em;
  margin: 0;
  border-top: 2px solid #fec834;
  padding-top: 15px;
}
.service-details-cost-calculator .cost-calc-content a {
  color: #ff2858;
  font-size: 16px;
  line-height: 32px;
  text-decoration: underline !important;
}
.service-details-cost-calculator .pricing-table {
  margin-top: 0px;
  position: relative;
  background: #fff;
  padding: 20px;
  overflow: hidden;
  border-radius: 10px;
}
.service-details-cost-calculator .pricing-table .table {
  margin-bottom: 0;
}
.service-details-cost-calculator .pricing-table .table > thead {
  background: #EAECF3;
  margin-left: -2px;
  margin-right: -2px;
}
.service-details-cost-calculator .pricing-table .table > thead > tr > th {
  color: #202020;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 0;
  padding: 23px 0;
}
.service-details-cost-calculator .pricing-table .table > thead > tr > th:first-child {
  padding-left: 60px;
}
.service-details-cost-calculator .pricing-table .table > tbody > tr:last-child td {
  border-bottom: 2px solid #EBEDF4;
  padding-bottom: 11px;
}
.service-details-cost-calculator .pricing-table .table > tbody > tr > td {
  color: #747474;
  font-size: 16px;
  padding: 0;
  border-top: 0;
}
.service-details-cost-calculator .pricing-table .table > tbody > tr > td .inner {
  padding: 15px 0;
}
.service-details-cost-calculator .pricing-table .table > tbody > tr > td:first-child .inner {
  border-left: 2px solid #EBEDF4;
  padding-left: 60px;
}
.service-details-cost-calculator .pricing-table .table > tbody > tr > td:last-child .inner {
  border-right: 2px solid #EBEDF4;
  padding-right: 60px;
}
.service-details-cost-calculator .pricing-table .table > tbody > tr:first-child td .inner {
  padding-top: 57px;
}
.service-details-cost-calculator .pricing-table .table > tbody > tr:last-child td .inner {
  padding-bottom: 47px;
}

.design-sizes {
  border: 2px solid #d9dad9;
  border-radius: 10px;
}
.design-sizes .title {
 background: #d9dad9;
 padding: 26px 0;
}
.design-sizes .title h3 {
  margin: 0;
  color: #202020;
  font-weight: 500;
  font-size: 18px;
}
.design-sizes .design-sizes-name-box {
  padding: 64px 0;
  padding-left: 60px;
  padding-right: 60px;
}
.design-sizes .design-sizes-name-box .single-design-sizes-name-box + .single-design-sizes-name-box {
  margin-top: 20px;
}
.design-sizes .design-sizes-name-box .single-design-sizes-name-box span.name {
  color: #747474;
  font-size: 16px;
  float: left;
}
.design-sizes .design-sizes-name-box .single-design-sizes-name-box span.size {
  color: #747474;
  font-size: 16px;
  float: right;
}

/**************************
* 18. video box styles
***************************/
.video-box {
  position: relative;
}
.video-box .content {
  width: 325px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 55px 0;
  padding-left: 60px;
}
.video-box .content h3 {
  margin: 0;
  color: #212121;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}
.video-box .content a.video-btn {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #ff2858;
  color: #fff;
  line-height: 74px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: -37px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

/**************************
* 19. video box styles
***************************/
.design-guideline {
 background: #F5F6FA;
 padding: 50px 50px 30px 60px;
 margin-bottom: 30px;
 border-radius: 10px;

}
.design-guideline .guide-content h3 {
  color: #212121;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 30px;
}
.design-guideline .guide-content ul.list-box, .design-guideline .guide-content ul.list-box li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.design-guideline .guide-content ul.list-box li {
  font-size: 16px;
  color: #757575;
  position: relative;
  padding-left: 15px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.design-guideline .guide-content ul.list-box li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff2858;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.design-guideline .guide-content ul.list-box li span {
  color: #212121;
}
.design-guideline .version-row {
  margin-top: -15px;
}
.design-guideline .single-version {
  text-align: center;
  margin-top: 15px;
}
.design-guideline .single-version .version {
  width: 63px;
  height: 63px;
  border: 2px solid #1BA0E0;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 15px 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.design-guideline .single-version .version span {
  display: block;
  color: #1BA0E0;
  font-size: 14px;
  line-height: 1em;
  font-weight: 500;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.design-guideline .single-version .version i {
  font-size: 16px;
  color: #1BA0E0;
  line-height: 1em;
  display: block;
  margin-top: 3px;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.design-guideline .single-version .version:hover {
  background: #1BA0E0;
}
.design-guideline .single-version .version:hover span, .design-guideline .single-version .version:hover i {
  color: #fff !important;
}
.design-guideline .single-version .version.ai {
  border-color: #ED773E;
}
.design-guideline .single-version .version.ai:hover {
  background: #ED773E;
}
.design-guideline .single-version .version.ai i, .design-guideline .single-version .version.ai span {
  color: #ED773E;
}
.design-guideline .single-version .version.indesign {
  border-color: #E6498F;
}
.design-guideline .single-version .version.indesign:hover {
  background: #E6498F;
}
.design-guideline .single-version .version.indesign i, .design-guideline .single-version .version.indesign span {
  color: #E6498F;
}
.design-guideline .single-version .version.jpg {
  border-color: #456E7F;
}
.design-guideline .single-version .version.jpg:hover {
  background: #456E7F;
}
.design-guideline .single-version .version.jpg i, .design-guideline .single-version .version.jpg span {
  color: #456E7F;
}
.design-guideline .single-version h4 {
  color: #757575;
  font-size: 14px;
  font-weight: normal;
}

/**************************
* 20. contact styles
***************************/
#contact-google-map {
  width: 100%;
  height: 580px;
}

.contact-section .title {
  margin-bottom: 20px;
}
.contact-section .title span,
.contact-section .title h2 {
  margin: 0;
}
.contact-section .title span {
  font-family: 'Pacifico';
  font-size: 20px;
  color: #ff2858;
}
.contact-section .title h2 {
  color: #212121;
  font-size: 28px;
  line-height: 35px;
  font-weight: bold;
}
.contact-section .contact-form-content {
  background: #F5F6FA;
  padding: 20px 0;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 5px 5px 0px 0px;
  padding-bottom: 25px;
}
.contact-section .contact-info {
  margin-left: -30px;
  border: 2px solid #EBEDF4;
  padding-top: 30px;
  padding-bottom: 34px;
}
.contact-section .contact-info .single-contact-info + .single-contact-info {
  margin-top: 31.5px;
}
.contact-section .contact-info .single-contact-info h4, .contact-section .contact-info .single-contact-info p {
  margin: 0;
}
.contact-section .contact-info .single-contact-info h4 {
  color: #212121;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact-section .contact-info .single-contact-info p {
  color: #757575;
  font-size: 16px;
  line-height: 28px;
}
.contact-section .contact-info .social a {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 59px;
  text-align: center;
  line-height: 59px;
  margin-top: 10px;
}
.contact-section .contact-info .social a + a {
  margin-left: 10px;
}
.contact-section .contact-info .social a.fa-twitter {
  background: #FEC931;
}
.contact-section .contact-info .social a.fa-facebook-f {
  background: #2884C6;
}
.contact-section .contact-info .social a.fa-pinterest {
  background: #212121;
}
.contact-section .contact-info .social a.fa-youtube {
  background: #ff2858;
}
.contact-section .contact-form input, .contact-section .contact-form textarea {
  outline: none;
  width: 100%;
  height: 50px;
  border-radius: 35px;
  background: #fff;
  color: #757575;
  font-size: 16px;
  padding-left: 50px;
  margin-bottom: 20px;
  display: block;


}
.contact-section .contact-form input::-webkit-input-placeholder, .contact-section .contact-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #757575;
}
.contact-section .contact-form input::-moz-placeholder, .contact-section .contact-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #757575;
}
.contact-section .contact-form input:-ms-input-placeholder, .contact-section .contact-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #757575;
}
.contact-section .contact-form input:-moz-placeholder, .contact-section .contact-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #757575;
}
.contact-section .contact-form input.error, .contact-section .contact-form textarea.error {
  background: rgba(255, 0, 0, 0.5);
}
.contact-section .contact-form textarea {
  height: 182px;
  padding-top: 20px;
}
.contact-section .contact-form label.error {
  display: none !important;
}

/**************************
* 21. page title styles
***************************/
.page-title {
  padding: 10px 0px 10px 0px;
}
.page-title h3 {
  margin: 0;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  float: right;
  left: -5px;
  position: relative;
}

.breadcumb-wrapper {
  overflow: hidden;
  margin-top: -34px;
  z-index: 99;
}
.breadcumb-wrapper .thm-container {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  max-width: 1170px;
}
.breadcumb-wrapper ul.breadcumb,
.breadcumb-wrapper ul.breadcumb li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcumb-wrapper ul.breadcumb {
  background: #ff2858;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  padding-left: 70px;
  padding-right: 100px;
  position: relative;
  display: inline-block;
  float: right;
}
.breadcumb-wrapper ul.breadcumb:after {
  content: '';
  width: 1000000px;
  height: 100%;
  background: #ff2858;
  position: absolute;
  top: 0;
  left: 100%;
}
.breadcumb-wrapper ul.breadcumb li {
  display: inline-block;
  vertical-align: middle;
}
.breadcumb-wrapper ul.breadcumb li a,
.breadcumb-wrapper ul.breadcumb li span {
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  padding: 18px 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.breadcumb-wrapper ul.breadcumb li a:hover,
.breadcumb-wrapper ul.breadcumb li span {
  color: #212121;
}
.breadcumb-wrapper ul.breadcumb li span.sep {
  margin-left: 15px;
  margin-right: 15px;
  color: #fff;
}

/**************************
* 22. about styles
***************************/
.about-section .single-about .text-box {
  background: #F5F6FA;
  position: relative;
  margin-top: 10px;
  padding: 0 40px;
  padding-top: 45px;
  padding-bottom: 43px;
}
.about-section .single-about .text-box:before {
  background: #ff2858;
}
.about-section .single-about .text-box:hover h3,
.about-section .single-about .text-box:hover p {
  color: #fff;
}
.about-section .single-about .text-box:hover a.read-more {
  background: #fff;
  color: #ff2858;
}
.about-section .single-about .text-box h3 {
  font-size: 30px;
  color: #212121;
  font-weight: bold;
  margin: 0;
  margin-bottom: 32px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.about-section .single-about .text-box p {
  color: #757575;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.about-section .single-about .text-box a.read-more {
  width: 42px;
  height: 42px;
  background: #ff2858;
  color: #fff;
  font-size: 20px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  bottom: -21px;
  right: 30px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.about-section .single-about .text-box a.read-more:hover {
  background: #fff;
  color: #ff2858;
}

/**************************
* 23. blog styles
***************************/
.blog-style-one .single-blog-post .text-box {
  background: #F5F6FA;
  position: relative;
  margin-bottom: 10px;
  padding: 0 40px;
  padding-top: 45px;
  padding-bottom: 43px;
}
.blog-style-one .single-blog-post .text-box:before {
  background: #ff2858;
}
.blog-style-one .single-blog-post .text-box:hover h3,
.blog-style-one .single-blog-post .text-box:hover p {
  color: #fff;
}
.blog-style-one .single-blog-post .text-box h3,
.blog-style-one .single-blog-post .text-box p {
  margin: 0;
  padding: 0;
}
.blog-style-one .single-blog-post .text-box h3 {
  font-size: 30px;
  color: #212121;
  font-weight: bold;
  margin: 0;
  margin-bottom: 32px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-style-one .single-blog-post .text-box p {
  color: #757575;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-style-one .single-blog-post .img-box {
  position: relative;
}
.blog-style-one .single-blog-post .img-box:hover .meta-info {
  background: #2984C4;
}
.blog-style-one .single-blog-post .img-box:hover .meta-info a {
  color: #fff;
}
.blog-style-one .single-blog-post .img-box:hover .meta-info a i {
  color: #fff;
}
.blog-style-one .single-blog-post .img-box .meta-info {
  padding: 10.5px 0;
  padding-left: 50px;
  background: #F4F5F9;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-style-one .single-blog-post .img-box .meta-info a {
  font-size: 14px;
  color: #747474;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-style-one .single-blog-post .img-box .meta-info a + a {
  margin-left: 18px;
}
.blog-style-one .single-blog-post .img-box .meta-info a i {
  color: #2984C4;
  margin-right: 5px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-style-one .single-blog-post .img-box a.read-more {
  width: 42px;
  height: 42px;
  background: #ff2858;
  color: #fff;
  font-size: 20px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  bottom: -21px;
  right: 30px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-style-one .single-blog-post .img-box a.read-more:hover {
  background: #fff;
  color: #ff2858;
}

.blog-page .single-blog-post {
  margin-bottom: 80px;
}
.blog-page .pagination {
  margin-bottom: 0;
  margin-top: 0px;
  display: block;
}
.blog-page .pagination > li + li {
  margin-left: 5px;
}
.blog-page .pagination > li:last-child {
  margin-left: 0px;
}
.blog-page .pagination > li > a,
.blog-page .pagination > li > span {
  padding: 13px 20px;
  float: none;
  display: inline-block;
  color: #212121;
}
.blog-page .pagination > .active > a,
.blog-page .pagination > .active > a:focus,
.blog-page .pagination > .active > a:hover,
.blog-page .pagination > .active > span,
.blog-page .pagination > .active > span:focus,
.blog-page .pagination > .active > span:hover {
  background: #ff2858;
  color: #fff;
  border-color: #ff2858;
}

.blog-details-page .single-blog-post .text-box {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: justify;
}

.blog-details-page .single-blog-post .text-box h3,
.blog-details-page .single-blog-post .text-box p {
  margin: 0;
  padding: 0;
}
.blog-details-page .single-blog-post .text-box h3 {
  font-size: 30px;
  color: #212121;
  font-weight: bold;
  margin: 0;
  margin-bottom: 32px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-details-page .single-blog-post .text-box p {
  color: #747474;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-details-page .single-blog-post .img-box {
  position: relative;
}
.blog-details-page .single-blog-post .img-box .meta-info {
  padding: 10.5px 0;
  padding-left: 50px;
  background: #F4F5F9;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-details-page .single-blog-post .img-box .meta-info span {
  font-size: 14px;
  color: #747474;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-details-page .single-blog-post .img-box .meta-info span + span {
  margin-left: 18px;
}
.blog-details-page .single-blog-post .img-box .meta-info span i {
  color: #2984C4;
  margin-right: 5px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-details-page .single-blog-post .img-box .meta-info {
  background: #1a1a1a;
}
.blog-details-page .single-blog-post .img-box .meta-info span {
  color: #fff;
}
.blog-details-page .single-blog-post .img-box .meta-info span i {
  color: #fff;
}
.blog-details-page .single-blog-post .content-box {
  margin-top: 50px;
}
.blog-details-page .single-blog-post .content-box p {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  color: #747474;
}
.blog-details-page .share-box {
  background: #F4F5F9;
  padding: 40px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.blog-details-page .share-box .left-title h4 {
  margin: 0;
  color: #202020;
  font-size: 20px;
  font-weight: bold;
  line-height: 59px;
}
.blog-details-page .share-box .social a {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 59px;
  text-align: center;
  line-height: 59px;
}
.blog-details-page .share-box .social a + a {
  margin-left: 10px;
}
.blog-details-page .share-box .social a.fa-twitter {
  background: #FEC931;
}
.blog-details-page .share-box .social a.fa-facebook-f {
  background: #2884C6;
}
.blog-details-page .share-box .social a.fa-pinterest {
  background: #212121;
}
.blog-details-page .share-box .social a.fa-youtube {
  background: #ff2858;
}
.blog-details-page .comment-box .sec-title,
.blog-details-page .leave-a-comment .sec-title {
  margin-bottom: 30px;
  margin-top: 0px;
}
.blog-details-page .comment-box .sec-title h3,
.blog-details-page .leave-a-comment .sec-title h3 {
  margin-bottom: 0;
  font-size: 36px;
}
.blog-details-page .comment-box {
  margin-bottom: 60px;
      margin-top: 30px;
}
.blog-details-page .single-comment-box {
  padding-bottom: 40px;
}
.blog-details-page .single-comment-box + .single-comment-box {
  margin-top: 60px;
}
.blog-details-page .single-comment-box .img-box,
.blog-details-page .single-comment-box .text-box {
  display: table-cell;
  vertical-align: top;
}
.blog-details-page .single-comment-box .img-box {
  width: 113px;
}
.blog-details-page .single-comment-box .text-box {
  padding-left: 30px;
  padding-right: 70px;
  position: relative;
}
.blog-details-page .single-comment-box .text-box h3,
.blog-details-page .single-comment-box .text-box p {
  margin: 0;
}
.blog-details-page .single-comment-box .text-box h3 {
  font-size: 20px;
  color: #202020;
  font-weight: bold;
}
.blog-details-page .single-comment-box .text-box span.date-box {
  color: #ff2858;
  font-size: 14px;
  line-height: 1em;
}
.blog-details-page .single-comment-box .text-box span.date-box span.sep {
  margin-left: 15px;
  margin-right: 15px;
}
.blog-details-page .single-comment-box .text-box p {
  color: #747474;
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
}
.blog-details-page .single-comment-box .text-box a.reply {
  background: #FDC836;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #202020;
  padding: 5px 28px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-details-page .single-comment-box .text-box a.reply:hover {
  color: #fff;
  background: #ff2858;
}
.blog-details-page .leave-a-comment .contact-form input,
.blog-details-page .leave-a-comment .contact-form textarea {
  border: none;
  outline: none;
  width: 100%;
  height: 50px;
  border-radius: 35px;
  background: #F4F5F9;
  color: #747474;
  font-size: 16px;
  padding-left: 50px;
  margin-bottom: 20px;
  display: block;
}
.blog-details-page .leave-a-comment .contact-form input::-webkit-input-placeholder,
.blog-details-page .leave-a-comment .contact-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #757575;
}
.blog-details-page .leave-a-comment .contact-form input::-moz-placeholder,
.blog-details-page .leave-a-comment .contact-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #757575;
}
.blog-details-page .leave-a-comment .contact-form input:-ms-input-placeholder,
.blog-details-page .leave-a-comment .contact-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #757575;
}
.blog-details-page .leave-a-comment .contact-form input:-moz-placeholder,
.blog-details-page .leave-a-comment .contact-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #757575;
}
.blog-details-page .leave-a-comment .contact-form input.error,
.blog-details-page .leave-a-comment .contact-form textarea.error {
  background: rgba(255, 0, 0, 0.5);
}
.blog-details-page .leave-a-comment .contact-form textarea {
  height: 182px;
  padding-top: 20px;
}
.blog-details-page .leave-a-comment .contact-form label.error {
  display: none !important;
}

/**************************
* 24. error 404 styles
***************************/
.header-404 {
  background: #F4F5F9;
  padding: 80px 0;
}

.content-404 h2, .content-404 p {
  margin: 0;
}
.content-404 h2 {
  color: #202020;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 5px;
}
.content-404 p {
  font-size: 16px;
  color: #747474;
}
.content-404 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  margin-bottom: 80px;
}
.content-404 .thm-btn:hover {
  background: #212121;
  color: #fff;
}

/**************************
* 25. pricing styles
***************************/
.single-pricing {
  background: #F4F5F9;
  padding-top: 30px;
  padding-bottom: 35px;
  border-radius: 10px;
  margin-bottom: 30px;  
}

.single-pricing h3,
.single-pricing ul,
.single-pricing li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-pricing span.price-label {
  font-family: 'Pacifico';
  color: #ff2858;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
.single-pricing h3 {
  margin: 0;
  color: #202020;
  font-size: 18px;
  display: inline-block;
  position: relative;
  font-weight: 500;
  padding: 0 30px;
}
.single-pricing h3 .price-currency {
  font-size: 35px;
  position: absolute;
  top: 5px;
  right: 100%;
  margin-right: 5px;
}
.single-pricing i {
  color: #2884C6;
  font-size: 85px;
  display: block;
  margin-bottom: 25px;
}
.single-pricing .line {
  width: 230px;
  height: 2px;
  background: #ebedf4;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 30px;
  margin-top: 30px;
}
.single-pricing ul.list-box {
  margin-bottom: 20px;
  margin-top: 10px;
}
.single-pricing ul.list-box li {
  color: #747474;
  font-size: 18px;
  line-height: 1em;
}
.single-pricing ul.list-box li + li {
  margin-top: 15px;
}

.price-feature-box {
  background: #FFFFFF;
  padding: 60px;
}
.price-feature-box .row {
  margin-left: -30px;
  margin-right: -30px;
}
.price-feature-box .row [class*='col-sm'] {
  padding-left: 30px;
  padding-right: 30px;
}
.price-feature-box .price-feature .circle-box {
  position: relative;
}
.price-feature-box .price-feature .circle-box canvas {
  width: 100%;
  display: block;
}
.price-feature-box .price-feature .circle-box .text-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.price-feature-box .price-feature .circle-box .text-box .inner {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.price-feature-box .price-feature .circle-box .text-box .inner .content {
  display: table-cell;
  vertical-align: middle;
}
.price-feature-box .price-feature .circle-box .text-box .inner .content p {
  margin: 0;
  color: #2984C4;
  font-size: 30px;
  font-weight: bold;
}
.price-feature-box .price-feature h3 {
  margin: 0;
  color: #202020;
  font-size: 18px;
  font-weight: 500;
  margin-top: 26px;
}

/**************************
* 26. sidebar styles
***************************/
.sidebar {
  background: #F4F5F9;
  padding-top: 40px;
  padding-bottom: 40px;
}
.sidebar .single-sidebar {
  padding-left: 40px;
  padding-right: 40px;
}
.sidebar .single-sidebar ul,
.sidebar .single-sidebar li,
.sidebar .single-sidebar p,
.sidebar .single-sidebar h3,
.sidebar .single-sidebar h4 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .single-sidebar .title {
  margin-bottom: 30px;
}
.sidebar .single-sidebar .title h3 {
  margin: 0;
  color: #202020;
  font-weight: 500;
  font-size: 18px;
}
.sidebar .single-sidebar + .single-sidebar {
  border-top: 2px solid #ebedf4;
  padding-top: 40px;
  margin-top: 40px;
}
.sidebar .single-sidebar.search-sidebar form.search-from input {
  border: none;
  outline: none;
  width: 100%;
  height: 50px;
  border-radius: 35px;
  background: #fff;
  color: #757575;
  font-size: 16px;
  padding-left: 50px;
  display: block;
}
.sidebar .single-sidebar.search-sidebar form.search-from input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #757575;
}
.sidebar .single-sidebar.search-sidebar form.search-from input::-moz-placeholder {
  /* Firefox 19+ */
  color: #757575;
}
.sidebar .single-sidebar.search-sidebar form.search-from input:-ms-input-placeholder {
  /* IE 10+ */
  color: #757575;
}
.sidebar .single-sidebar.search-sidebar form.search-from input:-moz-placeholder {
  /* Firefox 18- */
  color: #757575;
}
.sidebar .single-sidebar.recent-post ul.post-list li + li {
  margin-top: 30px;
}
.sidebar .single-sidebar.recent-post h4 {
  color: #747474;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.sidebar .single-sidebar.recent-post h4:hover {
  color: #ff2858;
}
.sidebar .single-sidebar.img-sidebar h4 {
  color: #202020;
  font-weight: 500;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 25px;
}
.sidebar .single-sidebar.img-sidebar p {
  color: #747474;
  font-size: 16px;
  line-height: 26px;
}
.sidebar .single-sidebar.tags-sidebar ul.tags-list {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -10px;
}
.sidebar .single-sidebar.tags-sidebar ul.tags-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  margin-top: 10px;
}
.sidebar .single-sidebar.tags-sidebar ul.tags-list a {
  display: block;
  position: relative;
  padding-left: 15px;
  color: #747474;
  background: #FFFFFF;
  font-size: 14px;
  padding: 5px 17px;
  border-radius: 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar .single-sidebar.tags-sidebar ul.tags-list a:hover {
  color: #ffffff;
  background: #ff2858;
}
.sidebar .single-sidebar.category-sidebar ul.category-list li + li {
  margin-top: 4px;
}
.sidebar .single-sidebar.category-sidebar ul.category-list a {
  display: block;
  position: relative;
  padding-left: 15px;
  color: #747474;
  font-size: 16px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar .single-sidebar.category-sidebar ul.category-list a:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #A0A0A0;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar .single-sidebar.category-sidebar ul.category-list a:hover {
  color: #ff2858;
}
.sidebar .single-sidebar.category-sidebar ul.category-list a:hover:before {
  background: #ff2858;
}

.thm-container li{
  list-style: none;
}

.bgrlog ul {
  margin-left: 0;
  padding-left: 0;
}

.bgrlog li {
  list-style: none;
  font-size: 16px;
  line-height: 1.5;
}

.priceone-cart, .priceone-cart-2, .priceone-cart-3 {
  font-size: 11px;
  line-height: 5px;
  margin-right: 18px;
  color: #757575;
}

#docselect, #fizur, #terminal {
  border: 1px solid rgba(255, 255, 255, 0);
  outline: none;
  width: 100%;
  height: 48px;
  border-radius: 35px;
  background: #f4f5f9;
  color: #1a1a1a;
  font-size: 16px;
  padding-left: 30px;
  margin-bottom: 0px;
  display: inline-block;
  margin-top: 5px;
  transition: 0.2s linear 0s;
  margin-right: 15px;
  font-size: 14px;;
}

.checkbox-ios {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  user-select: none;	
  margin-left: 0px !important;
  margin-top: 10px;
  width: 260px;
}
.checkbox-ios .checkbox-ios-switch {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 56px;
  height: 28px;
  border: 1px solid rgb(244 245 249);
  border-radius: 25%/50%;
  vertical-align: top;
  background: #f4f5f9;
  transition: .2s;
}
.checkbox-ios .checkbox-ios-switch:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;	
	display: inline-block;
	width: 24px;	
	height: 24px;
	border-radius: 50%;
	background: white;
	box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
	transition: .15s;
}
.checkbox-ios input[type=checkbox] {
	display: block;	
	width: 0;
	height: 0;	
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.checkbox-ios input[type=checkbox]:not(:disabled):active + .checkbox-ios-switch:before {
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch {
	background: #fec930;
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch:before {
	transform:translateX(28px);
}

/* Hover */
.checkbox-ios input[type="checkbox"]:not(:disabled) + .checkbox-ios-switch {
  cursor: pointer;
  border-color: rgb(244 245 249);
}

/* Disabled */
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch {
	filter: grayscale(70%);
	border-color: rgba(0, 0, 0, .1);
}
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch:before {
	background: #eee;
}

/* Focus */
.checkbox-ios.focused .checkbox-ios-switch:before {
	box-shadow: inset 0px 0px 4px #ff5623;
}

span.info-noi {
  font-size: 14px;
  font-weight: 400;
  color: #b1b1b1; 
  margin-left: 10px;
  position: relative;
  bottom: 1px;
}

.product-cart-wrap {
  position: relative;
  background-color: #f3f3f3;
  border: 1px solid #ffffff;
  border-radius: 25px;
  margin-bottom: 30px;
  overflow: hidden;
  transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
}

.product-cart-wrap:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
          transform: translate(0,-10px);
    -webkit-transform: translate(0,-10px);
    -ms-transform: translate(0,-10px);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.product-cart-wrap .product-img-action-wrap {
  position: relative;
  padding: 10px 12px;
  overflow: hidden;
  max-height: 320px;
}

.product-cart-wrap .product-img-action-wrap .product-img {
  position: relative;
  overflow: hidden;
}

.product-cart-wrap .product-img-action-wrap .product-img a {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-cart-wrap .product-img-action-wrap .product-img a img {
  width: 100%;
  border-radius: 10px;
}

.product-cart-wrap .product-img-action-wrap .product-img a img.hover-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s opacity, 0.25s visibility, transform 1.5s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.product-cart-wrap .product-img-action-wrap .product-img-zoom a img {
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);
}

.product-cart-wrap .product-action-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  z-index: 9;
}

.product-cart-wrap .product-action-1.show {
  visibility: visible;
  opacity: 1;
  bottom: 26px;
  left: unset;
  right: 20px;
  top: unset;
  -webkit-transform: none;
          transform: none;
}

.product-cart-wrap .product-action-1 button, .product-cart-wrap .product-action-1 a.action-btn {
  width: 40px;
  height: 40px;
  line-height: 44px;
  border-radius: 50px;
  background-color: #fe2858;
  text-align: center;
  margin-right: 3px;
  position: relative;
  display: inline-block;
}

.product-cart-wrap .product-action-1 button.small, .product-cart-wrap .product-action-1 a.action-btn.small {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.product-cart-wrap .product-action-1 button.small i, .product-cart-wrap .product-action-1 a.action-btn.small i {
  font-size: 12px;
}

.product-cart-wrap .product-action-1 button:after, .product-cart-wrap .product-action-1 a.action-btn:after {
  bottom: 100%;
  left: 50%;
  position: absolute;
  white-space: nowrap;
  border-radius: 5px;
  font-size: 11px;
  padding: 7px 10px;
  color: #fe2758;
  background-color: #ffffff;
  content: attr(aria-label);
  line-height: 1.3;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(0px);
  transform: translateX(-50%) translateY(0px);
}

.product-cart-wrap .product-action-1 button:before, .product-cart-wrap .product-action-1 a.action-btn:before {
  content: '';
  position: absolute;
  left: calc(50% - 7px);
  bottom: 100%;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  border: 7px solid transparent;
  border-top-color: #fff;
  z-index: 9;
  margin-bottom: -13px;
  transition-delay: .1s;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  opacity: 0;
  visibility: hidden;
}

.product-cart-wrap .product-action-1 button:last-child, .product-cart-wrap .product-action-1 a.action-btn:last-child {
  margin-right: 0;
}

.product-cart-wrap .product-action-1 button i, .product-cart-wrap .product-action-1 a.action-btn i {
  font-size: 15px;
  margin-left: 1px;
  position: relative;
  top: -2px;
  color: #fff;
}

.product-cart-wrap .product-action-1 button:hover, .product-cart-wrap .product-action-1 a.action-btn:hover {
  background-color: #ff2858;
  border: 1px solid transparent;
}

.product-cart-wrap .product-action-1 button:hover:after, .product-cart-wrap .product-action-1 a.action-btn:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

.product-cart-wrap .product-action-1 button:hover:before, .product-cart-wrap .product-action-1 a.action-btn:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.product-cart-wrap .product-action-1 button:hover i, .product-cart-wrap .product-action-1 a.action-btn:hover i {
  color: #fff;
}

.product-cart-wrap .product-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-cart-wrap .product-badges.product-badges-mrg {
  margin: 0 0 10px;
}

.product-cart-wrap .product-badges.product-badges-position {
  position: absolute;
  left: 20px;
  top: 19px;
  z-index: 9;
}

.product-cart-wrap .product-badges span {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  border-radius: 40px;
  color: #fff;
  padding: 5px 10px;
}

.product-cart-wrap .product-badges span:last-child {
  margin-right: 0px;
}

.product-cart-wrap .product-badges span.hot {
  background-color: #fec930;
}

.product-cart-wrap .product-badges span.new {
  background-color: #99bbad;
}

.product-cart-wrap .product-badges span.sale {
  background-color: #a1cae2;
}

.product-cart-wrap .product-badges span.best {
  background-color: #ffab73;
}

.product-cart-wrap .product-content-wrap {
  padding: 0 20px 15px 20px;
}

.product-cart-wrap .product-content-wrap .product-category {
  margin-bottom: 0px;
  margin-top: -5px;
}

.product-cart-wrap .product-content-wrap .product-category span {
  color: #90908e;
  font-size: 12px;
}

.product-cart-wrap .product-content-wrap .product-category a:hover {
  color: #ff2858;
}

.product-cart-wrap .product-content-wrap h2 {
  font-size: 17px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  height: 35px;
}

.product-cart-wrap .product-content-wrap h2 a {
  color: #1a1a1a;
}

.product-cart-wrap .product-content-wrap h2 a:hover {
  color: #ff2858;
}

.product-cart-wrap .product-content-wrap .product-price {
  padding-top: 5px;
}

.product-cart-wrap .product-content-wrap .product-price span {
  font-size: 18px;
  font-weight: bold;
  color: #ff2858;
}

.product-cart-wrap .product-content-wrap .product-price span.new-price {
  color: #ff2858;
}

.product-cart-wrap .product-content-wrap .product-price span.old-price {
  font-size: 14px;
  font-weight: 400;
  color: #90908e;
  margin: 0 0 0 7px;
  text-decoration: line-through;
}

.product-cart-wrap .product-content-wrap .rating-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-cart-wrap .product-content-wrap .rating-result > span {
  display: block;
  overflow: hidden;
  margin-left: 5px;
}

.product-cart-wrap .product-content-wrap .rating-result::before {
  font-family: "Font Awesome 5 Free"  !important;
  font-size: 11px;
  letter-spacing: 2px;
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  color: #ffb300;
  font-weight: 900;
}

.product-cart-wrap .product-content-wrap .add-to-cart {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 5px;
  background-color: #f5f5f5;
  text-align: center;
  display: block;
  color: #1a1a1a;
  font-size: 16px;
  position: absolute;
  bottom: 25px;
  right: 20px;
  font-weight: 300;
}

.product-cart-wrap .product-content-wrap .add-to-cart:hover {
  background-color: #ff2858;
  color: #fff;
}

.product-cart-wrap .product-content-wrap .add-to-cart img {
  width: 20px;
  display: inline-block;
  margin-top: 11px;
}

.product-cart-wrap .product-stock .status-bar {
  background-color: #ededed;
  margin: 0px 0 10px;
  border-radius: 5px;
}

.product-cart-wrap .product-stock .status-bar .sold-bar {
  background-image: linear-gradient(235deg, #ff2858 0%, #77ccfd 100%);
  border-radius: 4px;
  height: 8px;
}

.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-33 {
  width: 33.333333333333%;
}

.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-10 {
  width: 10%;
}

.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-40 {
  width: 40%;
}

.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-6 {
  width: 6.6666666666667%;
}

.product-cart-wrap .product-stock .status-bar .sold-bar.sold-bar-width-42 {
  width: 42.857142857143%;
}

.product-cart-wrap .product-stock .product-stock-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-cart-wrap .product-stock .product-stock-status .sold {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 20px;
}

.product-cart-wrap .product-stock .product-stock-status .available {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.product-cart-wrap .product-stock .product-stock-status .stock-status-same-style span {
  font-size: 15px;
}

.product-cart-wrap .product-stock .product-stock-status .stock-status-same-style span.label {
  color: #1a1a1a;
}

.product-cart-wrap .product-stock .product-stock-status .stock-status-same-style span.value {
  font-weight: 700;
  color: #333;
}

.product-cart-wrap:hover .product-img-action-wrap .product-img a img.hover-img {
  opacity: 1;
  visibility: visible;
}

.product-cart-wrap:hover .product-img-action-wrap .product-action-1 {
  opacity: 1;
  visibility: visible;
}

/* .product-cart-wrap:hover .product-img-zoom a img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05) translateZ(0);
  transform: scale3d(1.05, 1.05, 1.05) translateZ(0);
} */

.product-cart-wrap.small {
  border: 0;
  text-align: center;
}

.product-cart-wrap.small .rating-result {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-cart-wrap.small .product-content-wrap {
  padding: 5px 15px 0 15px;
}

.product-cart-wrap.small .product-price {
  padding-top: 0;
}

.product-cart-wrap.small:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-cart-wrap.small h2 {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
}

.product-cart-wrap.small .product-badges span {
  font-size: 10px;
}

.product-list-small article:not(:last-child) {
  margin-bottom: 20px;
}

.product-list-small .title-small {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}

.product-list-small .title-small a {
  color: #1a1a1a;
}

.product-list-small .product-price {
  font-size: 14px;
  margin-left: 1px;
  position: relative;
  top: -2px;
}

.product-list-small .product-price span.old-price {
  font-size: 14px;
  font-weight: 400;
  color: #90908e;
  margin: 0 0 0 7px;
  text-decoration: line-through;
}

.range .list-group-item {
  position: relative;
  display: block;
  padding: 0;
  background: none;
  border: 0;
}


.product-cart-wrap:hover .product-content-wrap .product-category span, 
.product-cart-wrap:hover .product-content-wrap h2 a,
.product-cart-wrap:hover .product-content-wrap .product-price span {
  color: #fff;
}

.product-cart-wrap:hover .product-action-1 a.action-btn i {
  color: #fe2858;
}

.product-cart-wrap:hover .product-action-1 button, 
.product-cart-wrap:hover .product-action-1 a.action-btn {
  background: #fff;
}

.banner-img.style-2 {
  border: 1px solid #e2e9e1;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  height: 377px;
}

.banner-img .banner-text {
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px 23px;
}

.banner-img img {
  max-height: 100%;
}

.banner-img .banner-text span {
  color: #fec930;
  font-size: 12px;
}

.banner-img.style-2 h4 {
  color: #fff;
}
.banner-img .banner-text h4 {
  font-weight: 600;
  margin-bottom: 15px;
}
.mt-5 {
  margin-top: 5px !important;
}

.banner-img a {
  font-size: 14px;
  color: #fff;
}

.banner-img a:hover {
  font-size: 14px;
  color: #337ab7;
}

.page_form__form .info {
  font-size: 14px;
  background: #f4f5f9;
  padding: 0px 10px;
  border-radius: 5px;
}

.page_form__form .info span {
 font-weight: 600;
}

/*# sourceMappingURL=style.css.map */@media (max-width: 1366px) {
	.header-navigation ul.navigation-box > li::before {margin-left: 20px;margin-right: 20px;}

    .prod-menu li {
        padding: 15px 15px;
    }

    .signal {
   display: none;
}

    .prod-menu li a {
    font-size: 17px;
}


@media (max-width: 1168px) {

.main-menu ul > li > a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 10px;
}

    .prod-menu li {
        padding: 15px 10px;
    }

    .prod-menu li a {
    font-size: 16px;
}


.box .header-navigation ul.navigation-box > li:before {
    margin-left: 10px;
    margin-right: 10px;
}

.header-navigation ul.navigation-box > li > a {
    font-size: 16px;
}

.top-box-lang ul li.language {
    display: none;
}

.top-box-lang ul > li.currency {
    margin-right: 0px;
    padding-right: 0px;
}

.top-box-lang ul > li.currency:after {
    display: none;
}

}

@media(max-width: 1024px) {
.pcinfo .portw {
    width: 70%;
}


.main-menu ul > li > a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
}

    .header-navigation {margin-bottom: 0;}
    .navbar-header {
        width: 100%;
        float: none;
        margin: 0 !important;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-default .navbar-toggle {
        display: block;
        margin-right: 0;
        border-color: #212121;
        background-color: transparent !important;
        margin: 40px 0;
    }
    .navbar-default .navbar-toggle:hover {border-color: #ff2758;}
    .navbar-default .navbar-toggle .icon-bar {background: #212121;}
    .navbar-default .navbar-toggle:hover .icon-bar {background: #ff2758;}
    .navbar-collapse.collapse {
        display: none!important;
        height: 0!important;
        padding-bottom: 0;
        overflow: auto!important;
        width: 100%;
    }
    .navbar-default .navbar-collapse {
        background: transparent;
        padding: 0px 0px !important;
        padding-bottom: 0px !important;
        border: 0px solid #838ca3;
        margin: 0;
        background: #F5F6FA;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
        height: auto !important;
        max-height: 70vh;
    }
    .navbar-collapse.in {
        overflow-y: auto;
    }
    .header-navigation.navbar .nav {
        width: 100%;
        text-align: left;
    }
    .header-navigation.navbar .nav > li {
        display: block;
        padding: 0 !important;
        width: 100%;
        float: none;
    }
    .header-navigation.navbar .nav > li + li {margin-left: 0;}
    .header-navigation.navbar .nav > li > a {
        padding: 8px 0;
    }
    .header-navigation.navbar .right-box.nav {
        width: 100%;
        margin: 0;
    }
    .header-navigation.navbar .right-box.nav > li > a {
        border: none !important;
        padding: 8px 0;
        color: #fff;
    }
    .header-navigation.navbar .nav > li > a:after {
        display: none;
    }
    .header-navigation.navbar .nav.navigation-box + .nav {
        border-top: 1px dashed #282828;
    }
    .header-navigation.navbar .navbar-nav > li > .sub-menu,
    .header-navigation.navbar .navbar-nav > li > .sub-menu > li > .sub-menu {
        position: relative !important;
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        left: auto;
        right: auto;
        top: auto;
        transition: none;
        display: none;
        float: none;
        margin: 0;
    }
    .header-navigation.navbar .navbar-nav > li > .sub-menu > li > a::after {
        display: none;
    }
    .header-navigation.navbar .nav > li + li {
        padding: 0 !important;
        border-top: 1px solid rgba(255,255,255,.1);
        display: block;
        float: none;
    }
    .header-navigation.navbar .nav > li.show-mobile {display: none;}
    .header-navigation.navbar .nav > li > a,
    .header-navigation.navbar .right-box.nav > li > a {
        padding: 0;
        display: block;
        padding: 16px 0 16px 20px !important;
        transition: background 0.4s ease 0s;
        text-transform: capitalize;
    }
    .header .stricky-fixed.header-navigation.navbar .nav > li {
        padding: 0 !important;
    }
    .header-navigation.navbar .navbar-nav .sub-nav-toggler {
        background-color: transparent;
        background-image: none;
        border: 1px solid #212121;
        border-radius: 4px;
        padding: 9px 9px;
        position: absolute;top:0;right:0;margin-top: 11px;
        margin-right: 10px;
        display: block;
    }
    .header-navigation.navbar .navbar-nav .sub-nav-toggler .icon-bar {
        background-color: #212121;
        border-radius: 1px;
        display: block;
        height: 1px;
        width: 20px;
    }
    .header-navigation.navbar .navbar-nav .sub-nav-toggler .icon-bar + .icon-bar {
        margin-top: 4px;
    }
    .header .header-navigation.navbar .nav > li + li {margin-left: 0;}
    .header .header-navigation .navbar-form {width: 100%;max-width: 100%;}
    .header-navigation .thm-container {padding-right: 15px;padding-left: 15px;}
    .navbar-header {padding-right: 0px;}
    .header-navigation ul.navigation-box > li > ul.sub-menu > li > a .sub-nav-toggler {border-color: #F5F6FA}
    .header-navigation ul.navigation-box > li > ul.sub-menu > li > a .sub-nav-toggler .icon-bar {background-color: #F5F6FA}
    .header-navigation .thm-container .navbar-brand {padding: 25px 0;}
    .header-navigation ul.navigation-box > li:hover > a,
    .header-navigation ul.navigation-box > li.current > a {background: #ff2758;color: #fff;}
    .header-navigation .thm-container {padding-right: 15px;}
    .header-navigation .thm-container .navbar-header {padding-right: 300px;}
    .header-navigation .thm-container .right-side-box {top:30px;-webkit-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0);right: 15px;}
    .header-navigation .thm-container .navbar-header {position: static;-webkit-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0);}
    .header-navigation ul.navigation-box > li::before {display: none;}
}

@media (max-width: 1024px) {
    img {max-width: 100%;}
    .welcome-section .welcome-content {padding-left: 0;}
    .welcome-section .welcome-content .title h3 {font-size: 55px;}
    .welcome-section .welcome-content p br,
    .footer .footer-widget.contact-widget p br,
    .sec-title p br,
    .sidebar .single-sidebar.img-sidebar p br,
    .we-believe-carousel .single-we-believe .text-box p br {display: none;}
    .we-believe-carousel {padding-right: 20px;}
    .we-believe-carousel .owl-dots {padding-right: 20px;}
    .faq-content {padding-left: 50px;}
    .what-we-do .single-what-we-do {
    	max-width: 570px;margin-left: auto;margin-right: auto;
    	margin-bottom: 50px;
    }
    .team-section .single-team-carousel {padding-left: 0;}
    .team-section .single-team-carousel .inner {margin-top: 0;}
    .team-section .single-team-carousel .inner .img-box {top:50px;}
    .team-section .single-team-carousel .inner .team-content {padding-left: 510px;padding-right: 40px;}
    .service-style-one img.background-right,
    .service-style-two img.background-right {display: none;}
    .service-style-one .service-content .btn-box .phone-btn {margin-top: 20px;}
    .banner-style-two img.pull-left,
    .cta-style-two img.pull-left {max-width: none;}
    .footer .footer-widget.services,
    .footer .footer-widget.explore {padding-left: 0;}
    .service-style-two .service-content h2 {font-size: 52px;}
    .about-section .single-about .text-box h3 {font-size: 28px;}
    .sec-title.text-center p {max-width: 70%;margin-left: auto;margin-right: auto;}
    .recent-projects .single-recent-project .text-box .inner {padding-left: 30px;}
    .footer-bottom .thm-container {padding-left: 15px;padding-right: 15px;}
}

@media (max-width: 768px) {

    .pcinfo {
    position: relative;
}

 .header-cart-box {
   display: block;
   margin: 0;
   float: right;
   padding-top:12px;
}

.setting-account {
    display: inline-block;
}

.navbar-brand {

 height: auto;

}

.logo {
    width: 210px;
}

.contact {
    display: inline-block;
}

a.tel {
    font-size: 18px;
}

.contact i {
    font-size: 22px;
}

.btn-group .dropdown-menu {
    right: 15px;
}


	.faq-section {overflow: hidden;}
	.welcome-section .welcome-content {margin-top: 60px;}
	.we-believe-carousel {padding-right: 0;}
	.we-believe-carousel .owl-dots {padding-right: 0;}
	.team-section .single-team-carousel .inner .img-box {position: static;}
	.team-section .single-team-carousel .inner .team-content {padding-left: 30px;}
	.service-style-one .service-content .btn-box {margin-bottom: 60px;}
	.video-box {max-width: 570px;margin-left: auto;margin-right: auto;margin-bottom: 30px;}
	.guide-line-img-box {max-width: 570px;margin-left: auto;margin-right: auto;}
	.banner-style-two img.pull-left, .cta-style-two img.pull-left {max-width: 100%;margin-top: 60px;margin-bottom: 120px;}
	.faq-content {padding-bottom: 120px;padding-left: 0;}
	.call-to-action-one .inner-wrapper {background-image: none;}
	.recent-projects {padding-bottom: 70px;}
	.recent-projects .single-recent-project {margin-bottom: 50px;}
	.footer-subscribe form.subscribe-form input {min-width: 340px;}
	.footer {padding-bottom: 20px;}
	.footer .footer-widget {margin-bottom: 50px;}
	.banner-style-two img.pull-left {display: none;}
	.pricing-section {padding-bottom: 70px;}
	.single-pricing {margin-bottom: 50px;}
	.blog-style-one {padding-bottom: 70px;}
	.blog-style-one .single-blog-post {max-width: 570px;margin-left: auto;margin-right: auto;margin-bottom: 50px;}
	.about-section {padding-bottom: 70px;}
	.about-section .single-about {margin-bottom: 50px;}
	.testi-carousel-wrapper .overlay {top: 0px;}
	.testi-carousel-wrapper .thm-container .single-testimonials .img-box {top:60px;}
	.testi-carousel-wrapper .thm-container .single-testimonials .text-box {padding-top: 40px; padding-bottom: 70px;}
	.testi-carousel-wrapper .thm-container .owl-theme .owl-dots {bottom: 13%;}
	.price-feature-box {margin-top: 60px;}
	.service-details-design-option {padding-bottom: 70px;}
	.service-details-design-option .single-service-details-design-option {margin-bottom: 50px;}
	.service-details-cost-calculator .pricing-table {margin-top: 50px;}
	.design-sizes {margin-bottom: 50px;}
	.service-style-three.service-details-page {padding-bottom: 70px;}
	.service-style-three.service-details-page .single-service-three {margin-bottom: 50px;}
	.project-details-page .img-box-wrapper {margin-top: 50px;}
	.project-details-page .img-box-wrapper img {width: 100%;}
	.sidebar {margin-top: 50px;}
	.contact-section .contact-info {
		border: 2px solid #EBEDF4 !important;
		margin-left: 0;
	}
    .slider-home-one .content h2 {font-size: 90px;line-height: 100px;}
}

@media (max-width: 736px) {



	.what-we-do {padding-bottom: 70px;}
	.what-we-do .single-what-we-do-one {margin-bottom: 50px;}
	.service-style-one .service-right-content .divider {display: none;}
	.recent-projects .single-recent-project {max-width: 370px;margin-left: auto;margin-right: auto;}
	.service-style-two .col-sm-4 {width: 33.33333%;float: left;}
	.about-section .single-about {max-width: 370px;margin-left: auto;margin-right: auto;}
	.price-feature-box .row [class*="col-sm"],
	.service-style-three .row [class*="col-sm"],
	.pricing-section .row [class*="col-sm"],
	.recent-projects .row [class*="col-sm"],
	.about-section .row [class*="col-sm"],
	.project-details-page .img-box-wrapper .row [class*="col-sm"],
	.recent-projects.project-page .row [class*="col-sm"],
	.service-details-design-option .row [class*="col-sm"] {width: 50%;float: left;}
	.design-guideline .guide-content {text-align: center;}
	.design-guideline .guide-content ul.list-box {display: inline-block;}
	.testi-carousel-wrapper {margin-bottom: 0;}
	.service-style-one .service-content .btn-box .phone-btn {margin-top: 0;}
}

@media (max-width: 667px) {
	.slider-home-one .content h2 {font-size: 80px;line-height: 90px;}
	.testi-carousel-wrapper .thm-container .single-testimonials .img-box {position: static;}
	.testi-carousel-wrapper .thm-container .single-testimonials .text-box {padding-left: 0;}
	.testi-carousel-wrapper .thm-container .owl-theme .owl-dots {width: 100%;bottom: 7%;}
    .header-cart-box { float: right; }

    #top-shopoing-cart {
        display: none;
    }

    .after-2:after {
    display: none;
}

.footer-subscribe .subscribe-form input {
    min-width: auto;
}

.setting-account {
    margin-right: 5px;
    padding-right: 10px;
}

}

@media (max-width: 568px) {

.header-cart-box {
    float: left;
    width: 100%;
    padding-top: 0;
}

.top-box-lang ul {
padding-left: 0;
margin-right: 0 !important;
}

.contact {
    padding-top: 0px !important;
    position: relative;
    margin-bottom: -15px;
    display: block;
}

 .page-title {
    height: 52px;
}   
    
    .info-dr {
   display: none;
}
    
.mail {
    font-size: 13px;
    position: relative;
    bottom: 5px;
    text-align: center;
    display: block;
    right: auto;
}

.page-title h3 {

    font-size: 20px;
    font-weight: 500;
}
    
    
    #tabs>a {
    bottom: -50px;
    position: relative;
}

.lleft {
   text-align: left;
}

.lleft h3{
  padding-bottom: 5px;
}

.dostavka {
display: none;
}

.button {
    padding: 15px 20px;
}

.w150 {
    width: 125px;
}

.service-style-three.service-details-page {
    padding-bottom: 0px;
}

.thm-btn.yellow-bg {
    margin-top: 20px;
}

.sec-pad-2 {
    padding: 30px 0;
}

.table-responsive {
    border: 2px solid #fdc933;
}

.service-details-cost-calculator .cost-calc-content .sec-title {
    margin-bottom: 0px;
}

.sec-title h1 {
    margin: 0;
    color: #212121;
    font-size: 20px;
    font-weight: 500;
}

.mtm-30 {
    margin-top: -30px;
}

.logo {
    width: 275px;
    margin: 0 auto;
}

.btn-group .dropdown-menu {
    right: -30px;
}

.setting-account:after {
  display: none;
}

.contact {
    display: block;
}

.setting-account {
    display: block;
}

.setting-account.after-2 {
    padding-top: 5px;
}

.header-area {
    text-align: center;
}


.sec-pad {
    padding: 30px 0px 0px 0;
}

.sec-title {
    margin-bottom: 10px;
    margin-top: 10px;
}

.recent-projects .single-recent-project {
    margin-bottom: 10px;
}

.recent-projects.sec-pad .thm-btn {
    margin-bottom: 10px;
    margin-top: 10px;
}

.call-to-action-one {
    margin: 0px 10px;
}

.service-details-cost-calculator .cost-calc-content {
    padding-top: 0px;
}

.product-action-1 a {
display: none !important;
}

.sec-title span {
    font-size: 14px;
}

.product-cart-wrap {
    margin-bottom: 10px;
}

.col-sm-6 {
    padding-right: 5px;
    padding-left: 5px;
}

.product-cart-wrap .product-content-wrap h2 {
    font-size: 12px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    height: 30px;
}

.product-cart-wrap .product-content-wrap .product-category span {
    color: #90908e;
    font-size: 10px;
}

.product-cart-wrap .product-content-wrap .product-price span {
    font-size: 14px;
}

.product-cart-wrap .product-content-wrap .product-price {
    padding-top: 0px;
}

.product-cart-wrap .product-content-wrap .product-category {
    margin-bottom: 10px;
    margin-top: 0px;
    line-height: 0;
}

	.price-feature-box .row [class*="col-sm"],
	.service-style-three .row [class*="col-sm"],
	.pricing-section .row [class*="col-sm"],
	.recent-projects .row [class*="col-sm"],
	.about-section .row [class*="col-sm"],
	.project-details-page .img-box-wrapper .row [class*="col-sm"],
	.recent-projects.project-page .row [class*="col-sm"],
	.service-details-design-option .row [class*="col-sm"] {width: 50%;float: left;}
	.footer-bottom .pull-left,
	.footer-bottom .pull-right {width: 100%;text-align: center;}
	.price-feature-box {padding-bottom: 0px;}
	.price-feature-box .price-feature {margin-bottom: 60px;}
	.service-tab-box .tab-title li {width: 33.333333%;}
	.sec-title.text-center p {max-width: 85%;}
	.contact-section .contact-form-content {padding-left: 30px;padding-right: 30px;padding-top: 50px;padding-bottom: 50px;}
	.service-style-two .service-content {padding-right: 0;}
	.service-style-two .service-content h2 br {display: none;}
	.we-believe-carousel .single-we-believe .text-box h3 br {display: none;}
}

@media (max-width: 480px) {
	.header-navigation .thm-container .navbar-header {padding-right: 15px;}
	.header-navigation .thm-container .right-side-box {display: none;}
	.header-navigation .thm-container .navbar-brand,
	.header-navigation.stricky-fixed .thm-container .navbar-brand {padding: 15px 0;}
	.navbar-default .navbar-toggle {margin: 35px 0;}
	.service-style-one .service-content .btn-box .phone-btn {margin-top: 20px;}
	.banner-style-two .single-banner-carousel h2 {font-size: 90px;line-height: 90px;}
	.what-we-do .single-what-we-do-two .img-box,
	.what-we-do .single-what-we-do-two .text-box {float: none;width: 100%;}
	.what-we-do .single-what-we-do-two .img-box {margin-bottom: 30px;}
	.breadcumb-wrapper ul.breadcumb {padding-left: 40px;padding-right: 50px;}
	.faq-content .accrodion-grp .accrodion .accrodion-title h4 {line-height: 1.8em;}
    .slider-home-one .content h2 {font-size: 60px; line-height: 70px; }
    .slider-home-one .content h3 {font-size: 26px;line-height: 45px;}
    .sec-title.text-center h1 {
        display: none;
    }
    .service-style-three .row [class*="col-sm"], .recent-projects .row [class*="col-sm"] {
        width: 50%;
        float: left;
    }
    .read-more {
        display: none;
    }

    .service-style-three .single-service-three .text-box h3 {
        font-size: 14px;
    }

    .service-style-three .single-service-three .text-box h3.bumag {
        font-weight: 500 !important;
        font-size: 14px !important;
        height: 55px;
    }

    .service-style-three .single-service-three .img-box {
        position: relative;
        overflow: hidden;
        height: 115px;
    }

    section.service-style-three.sec-pad.service-details-page {
        display: none;
    }

    section.blog-details-page {
        display: none;
    }

    .brand-carousel-wrapper {
        display: none;
    }

    .single-recent-project .inner span {
        display: none;
    }

    a.more {
        display: none;
    }

    .recent-projects .single-recent-project .text-box h3 {
        font-size: 14px;
    }


    .recent-projects .single-recent-project .text-box .inner {
        padding: 10px;
    }

    .recent-projects .single-recent-project .text-box .inner {
        height: 55px;
    }

    .recent-projects .single-recent-project .text-box {
        margin-top: -55px;
    }

    section.footer-subscribe {
        display: none;
    }
}

@media (max-width: 414px) {
	.blog-style-one .single-blog-post .img-box .meta-info {padding-left: 15px;padding-right: 15px;}
}
@media (max-width: 375px) {
	.we-believe-carousel::before {right: -15px;}
	.video-box .content a.video-btn {right: -25px;}
	.footer-bottom .thm-container .copy-text p {line-height: 30px;margin-bottom: 15px;}
	.service-style-two .unique-feature .content i {margin-top: 10px;margin-bottom: 8px;}
	.service-tab-box .tab-title li {width: 50%;}
	.footer-subscribe form.subscribe-form {padding-left: 20px;padding-right: 20px;}
	.footer-subscribe form.subscribe-form input {min-width: 100%;margin-right: 0;margin-bottom: 25px;}
    .service-style-one .service-content .btn-box a.thm-btn {margin-right: 0;}
}
@media (max-width: 320px) {
	.thm-btn {padding-left: 65px;padding-right: 65px;}
	.slider-home-one .content h3 {line-height: 40px;}
	.slider-home-one .content h2 {font-size: 50px;line-height: 60px;}
	.video-box .content {position: static;width: 100%;padding-bottom: 0;padding-left: 20px;padding-top: 30px;}
	.video-box .content a.video-btn {position: static;display: block;margin-top: 50px;}
	.faq-content .title h2 {font-size: 50px;}
	.banner-style-two .single-banner-carousel h2 {font-size: 50px;line-height: 60px;}
	.service-style-two .unique-feature > img {visibility: hidden;}
	.contact-section .contact-form input, .contact-section .contact-form textarea {padding-left: 30px;}
	.testi-carousel-wrapper .thm-container .owl-theme .owl-dots {bottom: 35px;}
    .contact-section .title h2 {font-size: 46px; line-height: 46px; }
}

@media (max-width: 1199.98px) { 
    .none-mob {
        display: none;
    }
 }