/*
|----------------------------------------------------------------------------
| CSS INDEX
|----------------------------------------------------------------------------
	1.0 - General Styles
		1.1 - Alignments
		1.2 - Galleries
		1.3 - Fixed margin
		1.4 - Fixed padding
		1.5 - Fixed Button Style
		1.6 - page header
	2.0 - Main navbar
	3.0 - Banner Style
	4.0 - about-us-section
	5.0 - intro-section
	6.0 - counter-up-section
	7.0 - how-to-work-section
	8.0 - price-section
	9.0 - skill-section
	10.0 - video-section
	11.0 - team-section
	12.0 - contact-us-section
	13.0 - footer-section
*/
body {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #1d2532;
  position: relative; }

p {
  font-family: "Maven Pro", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  color: #4f4f4f; }

h1 {
  font-family: "Oswald", sans-serif;
  font-size: 90px;
  line-height: 90px; }

h2 {
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  line-height: 60px; }

h3 {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  line-height: 36px; }

h4 {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  line-height: 30px; }

h5 {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  line-height: 24px; }

h6 {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  line-height: 22px; }

.no-padding {
  padding: 0; }

.btn-sky {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 66px;
  height: 70px;
  padding: 0 35px 0 35px;
  display: inline-block;
  color: #ffffff;
  background-color: #34cdfa;
  text-transform: uppercase; }
  .btn-sky:hover {
    color: #f6fafd; }
  .btn-sky:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.section-title .title {
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  color: #1d2532;
  text-transform: uppercase;
  margin-bottom: 97px; }

@media all and (min-width: 1600px) {
  .container {
    max-width: 1485px; } }

a {
  text-decoration: none; }

@media all and (max-width: 991px) {
  .mg-bottom-0 {
    margin-bottom: 0 !important; } }

@media all and (max-width: 767px) {
  .btn-sky {
    font-size: 20px;
    font-weight: 400;
    line-height: 53px;
    height: 55px;
    padding: 0 25px 0 25px; } }

.nice-select.open .list {
  width: 100%; }

/* -----------------------------------
** Start Padding Space
-------------------------------------*/
.pdt5 {
  padding-top: 5px; }

.pdt10 {
  padding-top: 10px; }

.pdt12 {
  padding-top: 12px; }

.pdt15 {
  padding-top: 15px; }

.pdt17 {
  padding-top: 17px; }

.pdt20 {
  padding-top: 20px; }

.pdt25 {
  padding-top: 25px; }

.pdt30 {
  padding-top: 30px; }

.pdt35 {
  padding-top: 35px; }

.pdt40 {
  padding-top: 40px; }

.pdt45 {
  padding-top: 45px; }

.pdt50 {
  padding-top: 50px; }

.pdb5 {
  padding-bottom: 5px; }

.pdb10 {
  padding-bottom: 10px; }

.pdb12 {
  padding-bottom: 12px; }

.pdb15 {
  padding-bottom: 15px; }

.pdb17 {
  padding-bottom: 17px; }

.pdb20 {
  padding-bottom: 20px; }

.pdb25 {
  padding-bottom: 25px; }

.pdb30 {
  padding-bottom: 30px; }

.pdb35 {
  padding-bottom: 35px; }

.pdb40 {
  padding-bottom: 40px; }

.pdb45 {
  padding-bottom: 45px; }

.pdb50 {
  padding-bottom: 50px; }

.pdl0 {
  padding-left: 0; }

.pdl5 {
  padding-left: 5px; }

.pdl10 {
  padding-left: 10px; }

.pdl15 {
  padding-left: 15px; }

.pdl20 {
  padding-left: 20px; }

.pdl25 {
  padding-left: 25px; }

.pdl30 {
  padding-left: 30px; }

.pdr0 {
  padding-right: 0; }

.pdr5 {
  padding-right: 5px; }

.pdr10 {
  padding-right: 10px; }

.pdr15 {
  padding-right: 15px; }

.pdr20 {
  padding-right: 20px; }

.pdr25 {
  padding-right: 25px; }

.pdr30 {
  padding-right: 30px; }

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

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

/* -----------------------------------
** End Padding Space
-------------------------------------*/
/* -----------------------------------
** Start Margin Space
-------------------------------------*/
.mt0 {
  margin-top: 0px; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px; }

.mt30 {
  margin-top: 30px; }

.mt35 {
  margin-top: 35px; }

.mt40 {
  margin-top: 40px; }

.mt45 {
  margin-top: 45px; }

.mt50 {
  margin-top: 50px; }

.mt100 {
  margin-top: 100px; }

.mt80 {
  margin-top: 80px; }

.mt120 {
  margin-top: 120px; }

.mb0 {
  margin-bottom: 0px; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.mb35 {
  margin-bottom: 35px; }

.mb40 {
  margin-bottom: 40px; }

.mb45 {
  margin-bottom: 45px; }

.mb50 {
  margin-bottom: 50px; }

.mb100 {
  margin-bottom: 100px; }

.mt0 {
  margin-top: 0 !important; }

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

.ml-auto {
  margin-left: auto; }

.mr-auto {
  margin-right: auto; }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.ml15 {
  margin-left: 15px; }

.ml20 {
  margin-left: 20px; }

.ml25 {
  margin-left: 25px; }

.ml30 {
  margin-left: 30px; }

.ml35 {
  margin-left: 35px; }

.ml40 {
  margin-left: 40px; }

.mr10 {
  margin-right: 10px; }

.mr15 {
  margin-right: 15px; }

.mr20 {
  margin-right: 20px; }

.mr25 {
  margin-right: 25px; }

.mr30 {
  margin-right: 30px; }

.mr35 {
  margin-right: 35px; }

/* -----------------------------------
** End Margin Space
-------------------------------------*/
/* -----------------------------------
** Start font size Space
-------------------------------------*/
.fs12 {
  font-size: 12px; }

.fs13 {
  font-size: 13px; }

.fs14 {
  font-size: 14px; }

.fs15 {
  font-size: 15px; }

.fs16 {
  font-size: 16px; }

.fs17 {
  font-size: 17px; }

.fs18 {
  font-size: 18px; }

.fs19 {
  font-size: 19px; }

.fs20 {
  font-size: 20px; }

.fs21 {
  font-size: 21px; }

.fs22 {
  font-size: 22px; }

.fs23 {
  font-size: 23px; }

.fs24 {
  font-size: 24px; }

.fs25 {
  font-size: 25px; }

.fs30 {
  font-size: 30px; }

.fs35 {
  font-size: 35px; }

.fs40 {
  font-size: 40px; }

.fs45 {
  font-size: 45px; }

.fs50 {
  font-size: 50px; }

/* -----------------------------------
** End Font Size Space
-------------------------------------*/
.max-width-630 {
  max-width: 630px; }

.max-width700 {
  max-width: 700px; }

/*
|---------------------------------------------
| 4.0 - Header-section
|---------------------------------------------
*/
.nav-menubar {
  padding-bottom: 0; }
  .nav-menubar .navbar-brand {
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    margin-top: -75px;
    color: #1d2532; }
    .nav-menubar .navbar-brand img {
      margin-right: 20px; }
  .nav-menubar .navbar-collapse {
    margin-top: -60px; }
    .nav-menubar .navbar-collapse .navbar-nav .nav-item a {
      font-family: "Oswald", sans-serif;
      font-size: 24px;
      font-weight: 400;
      line-height: 24px;
      color: #1d2532;
      margin-right: 20px;
      text-transform: uppercase;
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .nav-menubar .navbar-collapse .navbar-nav .nav-item a:hover {
        color: #34cdfa; }

.header-contact {
  z-index: 9999;
  margin: -8px -31px 0 0;
  padding: 42px 100px 50px 45px;
  background-color: #1d2532; }
  .header-contact ul {
    list-style: none;
    padding-left: 0; }
    .header-contact ul li {
      display: inline-block; }
      .header-contact ul li a {
        font-family: "Oswald", sans-serif;
        font-weight: 400;
        line-height: 36px;
        color: #ffffff;
        margin-right: 20px; }
        .header-contact ul li a i {
          font-size: 25px; }
    .header-contact ul .float-right {
      font-family: "Oswald", sans-serif;
      font-size: 36px;
      font-weight: 600;
      line-height: 36px;
      color: #34cdfa; }
  .header-contact span {
    font-family: "Maven Pro", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff; }
    .header-contact span .email {
      font-weight: 500; }

@media all and (max-width: 1400px) {
  .header-contact span {
    font-size: 18px;
    line-height: 24px; }
  .header-contact ul li a i {
    font-size: 22px; }
  .header-contact ul .float-right {
    font-size: 26px;
    line-height: 26px; }
  .header-contact {
    padding: 47px 100px 50px 45px; }
  .nav-menubar .navbar-collapse {
    margin-top: -50px; }
  .nav-menubar .navbar-brand {
    margin-top: -65px; } }

@media (min-width: 1400px) and (max-width: 1450px) {
  .header-contact span {
    font-size: 20px; } }

@media all and (max-width: 1024px) {
  .header-contact {
    display: none; }
  .nav-menubar .navbar-brand {
    margin: 0; }
  .banner-section-two {
    margin-top: 0 !important; }
  .banner-section {
    margin-top: 0 !important; }
  .nav-menubar .navbar-collapse {
    margin-top: 15px; }
  .navbar.nav-menubar {
    padding-bottom: 25px; } }

@media all and (max-width: 992px) {
  .navbar.sm-navbar .navbar-brand {
    margin: 0 0 10px 0; }
  .nav-menubar .navbar-collapse {
    margin-top: 0px; }
  .navbar.nav-menubar {
    padding-bottom: 5px; }
  .navbar.sm-navbar .navbar-toggler {
    background: #34cdfa; }
  .nav-menubar .navbar-collapse .navbar-nav .nav-item a {
    font-size: 20px; } }

@media all and (max-width: 767px) {
  .nav-menubar .navbar-brand img {
    width: 61%; }
  .navbar.sm-navbar .navbar-toggler {
    margin-right: 0 !important; }
  .navbar.sm-navbar .navbar-toggler {
    width: 40px;
    height: 40px; }
  .navbar.sm-navbar .navbar-toggler .line {
    width: 20px; }
  .banner-section-two .bn-section-title {
    padding: 120px 0 0 0 !important; }
  .banner-section-two {
    padding-bottom: 80px; } }

/*
|---------------------------------------------
| 5.0 - Banner-section
|---------------------------------------------
*/
.banner-section {
  margin-top: -65px;
  padding-bottom: 140px;
  position: relative; }
  .banner-section .owl-banner .item {
    background-image: url(../images/banner/01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .banner-section .owl-banner .item .bn-section-title {
      padding: 410px 0 361px 0; }
      .banner-section .owl-banner .item .bn-section-title .title {
        font-family: "Oswald", sans-serif;
        font-size: 90px;
        font-weight: 400;
        line-height: 90px;
        margin-bottom: 25px;
        text-transform: uppercase;
        text-shadow: 3px 2px #34cdfa; }
      .banner-section .owl-banner .item .bn-section-title P {
        font-family: "Maven Pro", sans-serif;
        font-size: 24px;
        font-weight: 400;
        line-height: 24px;
        color: #4f4f4f; }
  .banner-section .owl-banner .owl-dots {
    position: absolute;
    top: 88%;
    left: 50%;
    text-align: center; }
    .banner-section .owl-banner .owl-dots .owl-dot {
      height: 10px;
      width: 10px;
      background: #e5e6e3;
      margin-right: 10px; }
      .banner-section .owl-banner .owl-dots .owl-dot.active {
        background: #34cdfa; }
      .banner-section .owl-banner .owl-dots .owl-dot:focus {
        outline: none; }
    .banner-section .owl-banner .owl-dots .disabled {
      display: inherit; }
  .banner-section .intro-select {
    bottom: 16%;
    z-index: 999;
    position: absolute; }
    .banner-section .intro-select a {
      text-decoration: none; }
      .banner-section .intro-select a span {
        font-family: "Oswald", sans-serif;
        font-size: 22px;
        font-weight: 400;
        line-height: 22px;
        color: #ffffff;
        text-transform: uppercase; }
        .banner-section .intro-select a span i {
          margin-right: 10px;
          color: #ffffff; }

.banner-section-two {
  margin-top: -65px;
  padding-bottom: 100px;
  background-image: url(../images/banner/01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .banner-section-two .bn-section-title {
    padding: 188px 0 68px 0; }
    .banner-section-two .bn-section-title .title {
      font-family: "Oswald", sans-serif;
      font-size: 90px;
      font-weight: 400;
      line-height: 90px;
      margin-bottom: 25px;
      text-transform: uppercase;
      text-shadow: 3px 2px #34cdfa; }

.breadcrumb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: transparent; }
  .breadcrumb .breadcrumb-item {
    font-family: "Maven Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    color: #1d2532; }
    .breadcrumb .breadcrumb-item a {
      color: #4f4f4f;
      text-decoration: none; }

.breadcrumb-item + .breadcrumb-item::before {
  color: #4f4f4f;
  content: '\f105';
  font-family: fontawesome; }

@media (min-width: 1400px) and (max-width: 1450px) {
  .banner-section-two .bn-section-title .title {
    font-size: 70px;
    line-height: 70px; } }

@media all and (max-width: 1024px) {
  .banner-section-two .bn-section-title .title {
    font-size: 66px;
    line-height: 78px; } }

@media all and (max-width: 992px) {
  .banner-section {
    padding-bottom: 100px; }
  .banner-section-two .bn-section-title .title {
    font-size: 66px !important;
    line-height: 78px !important; }
  .banner-section .owl-banner .item .bn-section-title {
    padding: 120px 0 150px 0; }
  .banner-section .intro-select {
    bottom: 23% !important; } }

@media all and (max-width: 768px) {
  .banner-section .intro-select {
    bottom: 20%; }
  .banner-section-two .bn-section-title {
    padding: 138px 0 22px 0; }
  .banner-section-two .bn-section-title .title {
    font-size: 56px !important;
    line-height: 68px !important; }
  .banner-section .owl-banner .item .bn-section-title .title {
    font-size: 68px;
    line-height: 74px; }
  .banner-section .owl-banner .item .bn-section-title P {
    font-size: 22px;
    line-height: 22px; } }

@media all and (max-width: 767px) {
  .banner-section .owl-banner .item .bn-section-title .title {
    font-size: 45px;
    line-height: 50px; }
  .banner-section .owl-banner .item .bn-section-title P {
    font-size: 17px;
    line-height: 19px; }
  .banner-section-two .bn-section-title .title {
    font-size: 37px !important;
    line-height: 46px !important; } }

.e-banner-section.banner-section-two {
  padding: 0 0 42px 0;
  background: none; }
  .e-banner-section.banner-section-two .bn-section-title {
    padding-top: 130px; }

@media all and (max-width: 992px) {
  .e-banner-section.banner-section-two .bn-section-title {
    padding-top: 105px; }
  .e-banner-section.banner-section-two {
    padding: 0px 0 64px 0;
    background: none; } }

@media all and (max-width: 767px) {
  .e-banner-section.banner-section-two .bn-section-title .title {
    font-size: 42px !important;
    line-height: 58px !important; } }

@media all and (max-width: 424px) {
  .e-banner-section.banner-section-two .bn-section-title .title {
    font-size: 36px !important;
    line-height: 46px !important; } }

/*
|---------------------------------------------
| 5.0 - about-section
|---------------------------------------------
*/
.about-section2 {
  padding: 140px 0 20px 0; }

.about-section {
  padding-bottom: 20px; }

.about-detail .title {
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 72px;
  color: #1d2532;
  text-transform: uppercase;
  margin-bottom: 85px; }

.about-detail p {
  font-family: "Maven Pro", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  color: #1d2532;
  margin-bottom: 29px; }

.about-detail .mb {
  margin-bottom: 52px; }

.thumb-left img {
  margin-bottom: 40px;
  width: 100%; }

.thumb-left.mr img {
  margin-right: 40px; }

@media all and (max-width: 1400px) {
  .about-detail .title {
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 30px; }
  .about-detail p {
    font-size: 20px;
    line-height: 22px; }
  .about-detail {
    margin-bottom: 0; } }

@media (min-width: 1400px) and (max-width: 1450px) {
  .about-detail .title {
    margin-bottom: 50px; } }

@media all and (max-width: 1024px) {
  .about-detail .title {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 30px; }
  .about-detail p {
    font-size: 20px;
    line-height: 22px; }
  .about-detail {
    margin-bottom: 50px; } }

@media all and (max-width: 992px) {
  .about-section {
    padding-bottom: 59px; }
  .about-section2 {
    padding: 82px 0 54px 0; } }

@media all and (max-width: 767px) {
  .about-detail .title {
    font-size: 32px;
    line-height: 44px; }
  .thumb-left.mr img {
    margin-right: 0; } }

@media all and (max-width: 424px) {
  .about-detail .title {
    font-size: 26px;
    line-height: 38px; }
  .about-detail p {
    font-size: 18px;
    line-height: 20px; } }

/*
|---------------------------------------------
| 6.0 - service-section
|---------------------------------------------
*/
.service-section {
  overflow: hidden; }

.video-img {
  margin-top: 131px;
  position: relative; }
  .video-img img {
    width: 100%; }
  .video-img .play-button {
    top: 50%;
    position: absolute;
    left: 50%; }
    .video-img .play-button .play-video {
      height: 100px;
      width: 100px;
      border-radius: 50%;
      line-height: 100px;
      text-align: center;
      position: absolute;
      margin: -50px 0 0 -50px;
      opacity: 0.62;
      background-color: #ffffff; }
      .video-img .play-button .play-video i {
        color: #1d2532;
        z-index: 999; }

.service-details {
  padding: 138px 100px 105px 75px;
  background-color: #1d2532; }
  .service-details h2 {
    font-family: TimesNewRoman;
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
    color: #ffffff;
    margin-bottom: 85px; }
  .service-details .service-skill h3 {
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 35px; }
    .service-details .service-skill h3 img {
      margin-right: 24px; }
  .service-details .service-skill p {
    font-family: "Maven Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 30px; }

.feature-button .btn-sky {
  margin-top: 30px; }

@media all and (max-width: 1400px) {
  .service-details .service-skill h3 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 30px; }
  .service-details .service-skill p {
    font-size: 20px;
    line-height: 26px; } }

@media (min-width: 1400px) and (max-width: 1450px) {
  .service-details .service-skill h3 {
    font-size: 32px; } }

@media all and (max-width: 1024px) {
  .video-img {
    margin: 0 0 100px 0;
    text-align: center; } }

@media all and (max-width: 992px) {
  .service-details h2 {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 57px; }
  .service-details {
    padding: 92px 100px 67px 75px; }
  .service-skill {
    margin-bottom: 50px; } }

@media all and (max-width: 767px) {
  .service-details h2 {
    font-size: 38px;
    line-height: 50px; }
  .service-details {
    padding: 92px 50px 67px 75px; }
  .service-details .service-skill h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px; }
  .service-details .service-skill p {
    font-size: 20px;
    line-height: 26px; }
  .service-details {
    padding: 92px 50px 50px 75px; }
  .video-img .play-button .play-video {
    height: 80px;
    width: 80px;
    line-height: 80px; }
    .video-img .play-button .play-video i {
      margin-left: 4px; }
  .service-main .no-padding {
    padding: 15px; }
  .owl-deal-carousel .deal-single {
    margin: 15px 15px 1px 15px !important; } }

@media all and (max-width: 374px) {
  .service-details h2 {
    font-size: 34px;
    line-height: 46px; }
  .service-details {
    padding: 92px 50px 50px 50px; } }

/*
|---------------------------------------------
| 7.0 - feature-section
|---------------------------------------------
*/
.feature-section {
  background-color: #f6fafd;
  padding: 131px 0 140px 0; }
  .feature-section .section-title .title {
    margin-bottom: 38px; }

.feature-detail {
  padding: 60px 40px 29px 51px;
  background-color: #ffffff;
  border: 1px solid #f3f3f3; }
  .feature-detail img {
    margin-bottom: 30px; }
  .feature-detail h3 {
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    color: #1d2532;
    margin-bottom: 42px;
    text-transform: uppercase; }
  .feature-detail p {
    font-family: "Maven Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    color: #4f4f4f; }

/*
|---------------------------------------------
| 7.0 - gallery-isotope-section
|---------------------------------------------
*/
.gallery-section {
  padding: 140px 0 140px 0; }

.gallery-section-2 {
  padding: 131px 0 140px 0; }

.gallery-isotope-btn {
  margin-bottom: 100px; }
  .gallery-isotope-btn .button {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    height: 55px;
    color: #34cdfa;
    font-weight: 400;
    margin-right: 20px;
    padding: 0 14px 0 14px;
    cursor: pointer;
    border-radius: 5px;
    border: 3px solid #34cdfa;
    background: none;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .gallery-isotope-btn .button.active {
      background-color: #34cdfa;
      color: #ffffff; }
    .gallery-isotope-btn .button:focus {
      outline: none; }
    .gallery-isotope-btn .button:hover {
      background-color: #34cdfa;
      color: #ffffff; }

.gallery-isotope .gallery-item {
  width: 33.333333%;
  height: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .gallery-isotope .gallery-item .thumb {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 45px 30px; }
    .gallery-isotope .gallery-item .thumb img {
      width: 100%;
      height: auto; }
    .gallery-isotope .gallery-item .thumb .btn-tag {
      font-size: 18px;
      line-height: 57px;
      color: #34cdfa;
      font-weight: 600;
      height: 70px;
      cursor: pointer;
      border-radius: 5px;
      padding: 0 25px 0 23px;
      border: 3px solid #34cdfa;
      background-color: #ffffff;
      position: absolute;
      z-index: 999;
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px);
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      visibility: hidden;
      opacity: 0; }
      .gallery-isotope .gallery-item .thumb .btn-tag:focus {
        outline: none; }
  .gallery-isotope .gallery-item:hover .thumb {
    -webkit-box-shadow: 0px 0px 15px 10px rgba(71, 71, 71, 0.1);
    box-shadow: 0px 0px 15px 10px rgba(71, 71, 71, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .gallery-isotope .gallery-item:hover .btn-tag {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    opacity: 1;
    visibility: visible; }

@media (min-width: 1400px) and (max-width: 1450px) {
  .gallery-section-2 {
    padding: 136px 0 145px 0; } }

@media all and (max-width: 992px) {
  .gallery-section-2 {
    padding: 93px 0 100px 0; }
  .section-title .title {
    margin-bottom: 44px; }
  .gallery-section {
    padding: 100px 0 0 0; }
  .gallery-isotope-btn {
    margin-bottom: 50px; } }

@media all and (max-width: 767px) {
  .gallery-isotope-btn .button {
    font-size: 20px;
    height: 50px;
    margin: 0 0 15px 15px;
    padding: 0px 12px 0 12px; }
  .gallery-isotope .gallery-item {
    width: 100%; }
  .gallery-isotope .gallery-item .thumb {
    margin: 0 0 30px 0; }
  .feature-detail {
    padding: 35px 20px 20px 20px; } }

/*
|---------------------------------------------
| 7.0 - client-review-testimonial
|---------------------------------------------
*/
.client-review-testimonial {
  position: relative;
  overflow-x: hidden; }
  .client-review-testimonial:before {
    content: '';
    display: block;
    background-image: url(../images/about/06.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    top: -50px; }

.cl-testimonial-carousel {
  margin-top: 100px; }
  .cl-testimonial-carousel .item .testimonial-content {
    padding: 125px 110px 148px 220px; }
    .cl-testimonial-carousel .item .testimonial-content .title {
      font-family: "Oswald", sans-serif;
      font-size: 60px;
      font-weight: 400;
      line-height: 71px;
      color: #ffffff;
      margin-bottom: 85px;
      text-transform: uppercase; }
    .cl-testimonial-carousel .item .testimonial-content p {
      font-family: "Maven Pro", sans-serif;
      font-size: 22px;
      font-weight: 500;
      line-height: 26px;
      color: #ffffff;
      margin-bottom: 31px; }
    .cl-testimonial-carousel .item .testimonial-content .author .author-name {
      display: inline-block; }
      .cl-testimonial-carousel .item .testimonial-content .author .author-name a {
        font-family: "Oswald", sans-serif;
        font-size: 30px;
        font-weight: 400;
        line-height: 30px;
        color: #34cdfa;
        text-decoration: none;
        text-transform: uppercase; }
      .cl-testimonial-carousel .item .testimonial-content .author .author-name p {
        font-family: "Maven Pro", sans-serif;
        font-size: 22px;
        font-weight: 400;
        line-height: 26px;
        color: #ffffff; }
    .cl-testimonial-carousel .item .testimonial-content .author ul {
      padding-top: 27px;
      display: inline-block; }
      .cl-testimonial-carousel .item .testimonial-content .author ul li {
        display: inline-block; }
        .cl-testimonial-carousel .item .testimonial-content .author ul li a {
          color: #34cdfa; }
        .cl-testimonial-carousel .item .testimonial-content .author ul li .star {
          color: #297996; }

.cl-testimonial-carousel .owl-dots {
  position: absolute;
  z-index: 999;
  left: 24%;
  top: 80%;
  display: block !important; }
  .cl-testimonial-carousel .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    margin-right: 10px;
    background-color: #878c92;
    border-radius: 2px; }
    .cl-testimonial-carousel .owl-dots .owl-dot:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
    .cl-testimonial-carousel .owl-dots .owl-dot.active {
      background-color: #34cdfa; }

@media all and (max-width: 1400px) {
  .cl-testimonial-carousel .item .testimonial-content {
    padding: 50px 50px 100px 56px !important; }
  .cl-testimonial-carousel .owl-dots {
    left: 9%;
    top: 84%; } }

@media (min-width: 1400px) and (max-width: 1450px) {
  .client-review-testimonial .cl-testimonial-carousel .item .testimonial-content {
    padding: 100px 100px 100px 106px !important; }
  .client-review-testimonial .cl-testimonial-carousel .item .testimonial-content .title {
    font-size: 56px;
    line-height: 67px; }
  .cl-testimonial-carousel .owl-dots {
    left: 15%;
    top: 84%; } }

@media all and (max-width: 1024px) {
  .client-review-testimonial .cl-testimonial-carousel .item .testimonial-content .title {
    font-size: 42px;
    line-height: 53px;
    margin-bottom: 61px; }
  .cl-testimonial-carousel .owl-dots {
    left: 12%;
    top: 83%; } }

@media all and (max-width: 992px) {
  .cl-testimonial-carousel {
    margin-top: 0; }
  .client-review-testimonial:before {
    display: none; }
  .cl-testimonial-carousel .owl-dots {
    left: 8%;
    top: 78%; }
  .client-review-testimonial .cl-testimonial-carousel .item .testimonial-content .title {
    font-size: 40px;
    line-height: 51px;
    margin-bottom: 35px; } }

@media all and (max-width: 767px) {
  .cl-testimonial-carousel .item .testimonial-content .author ul {
    padding: 30px 0 0 0;
    margin: 0; }
  .cl-testimonial-carousel .owl-dots {
    left: 50%;
    top: 91%;
    margin-left: -25px; }
  .client-review-testimonial .cl-testimonial-carousel .item .testimonial-content .title {
    font-size: 35px;
    line-height: 45px; } }

@media all and (max-width: 424px) {
  .cl-testimonial-carousel .item .testimonial-content .author ul {
    padding: 0;
    margin: 0;
    float: left !important; }
  .cl-testimonial-carousel .item .testimonial-content .author .author-name p {
    margin-bottom: 10px; }
  .cl-testimonial-carousel .item .testimonial-content {
    padding: 30px 30px 130px 30px !important; } }

@media all and (max-width: 374px) {
  .client-review-testimonial .cl-testimonial-carousel .item .testimonial-content .title {
    font-size: 24px;
    line-height: 36px; }
  .cl-testimonial-carousel .item .testimonial-content p {
    font-size: 18px;
    line-height: 24px; } }

/*
|---------------------------------------------
| 7.0 - counter section
|---------------------------------------------
*/
.counter-section {
  padding: 132px 0 140px 0; }

.counter-border {
  padding: 51px 70px 49px 73px;
  border: 1px solid #ebebeb; }
  .counter-border .count .digit {
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
    color: #34cdfa;
    padding-bottom: 39px;
    display: inline-block; }
  .counter-border .count h4 {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    color: #1d2532;
    text-transform: uppercase; }
  .counter-border .count.right-border {
    position: relative; }
    .counter-border .count.right-border:after {
      content: '';
      display: block;
      top: 0;
      right: -17px;
      bottom: 0;
      position: absolute;
      height: 145px;
      width: 1px;
      background-color: #ebebeb; }

@media all and (max-width: 1400px) {
  .counter-border .count h4 {
    font-size: 28px;
    line-height: 30px; } }

@media all and (max-width: 1024px) {
  .counter-border .count .digit {
    font-size: 55px;
    line-height: 55px; }
  .counter-border .count h4 {
    font-size: 22px;
    line-height: 28px; } }

@media all and (max-width: 992px) {
  .counter-section {
    padding: 85px 0 90px 0; }
  .counter-border .count.right-border:after {
    display: none; }
  .counter-border .count .digit {
    padding-bottom: 30px; }
  .counter-border .count.right-border {
    margin-bottom: 60px; }
  .counter-border {
    padding: 53px 70px 0px 73px; } }

@media all and (max-width: 767px) {
  .counter-section {
    padding: 88px 0 105px 0; }
  .counter-border {
    padding: 53px 70px 55px 73px; }
  .section-title .title {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 43px; } }

/*
|---------------------------------------------
| 7.0 - team section
|---------------------------------------------
*/
.team-section {
  padding: 131px 0 140px 0;
  background-color: #f6fafd; }

.team-single img {
  width: 100%; }

.team-single .degingnation {
  padding: 39px 0 44px 0;
  background-color: #1d2532; }
  .team-single .degingnation a {
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    text-decoration: none; }
  .team-single .degingnation span {
    font-family: "Maven Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff; }

@media all and (max-width: 992px) {
  .team-section {
    padding: 86px 0 64px 0; }
  .team-single {
    margin-bottom: 30px; } }

@media all and (max-width: 767px) {
  .team-section {
    padding: 92px 0 70px 0; } }

/*
|---------------------------------------------
| 7.0 - team section
|---------------------------------------------
*/
.contact-section {
  padding: 131px 0 140px 0; }

.all-contact {
  padding: 49px 45px 53px 37px;
  border: 1px solid #ebebeb; }
  .all-contact .contact-us h3 {
    font-family: "Oswald", sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 55px;
    color: #34cdfa;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .all-contact .contact-us span {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    color: #1d2532;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 16px; }
  .all-contact .contact-us.right-border {
    position: relative; }
    .all-contact .contact-us.right-border:after {
      content: '';
      top: 11px;
      right: 0;
      bottom: 0;
      height: 180px;
      width: 1px;
      position: absolute;
      background-color: #ebebeb; }

.contact-form-section {
  position: relative; }

.contact-form-wrap {
  position: absolute;
  top: -80px;
  right: 0;
  overflow: hidden; }

.contact-map .embed-responsive {
  height: 925px; }

.contact-form {
  padding: 140px 100px 140px 80px;
  overflow: hidden;
  background-color: #1d2532; }
  .contact-form .section-title .title {
    color: #ffffff; }
  .contact-form .form-group input {
    height: 70px;
    border: 0;
    color: #ffffff;
    margin-bottom: 45px;
    padding: 0 30px 0 30px;
    background-color: #343b47; }
    .contact-form .form-group input:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .contact-form .form-group input::-webkit-input-placeholder {
    font-size: 22px;
    font-family: "Maven Pro", sans-serif;
    font-weight: 400;
    color: #a3a6a9; }
  .contact-form .form-group input::-moz-placeholder {
    font-size: 22px;
    font-family: "Maven Pro", sans-serif;
    font-weight: 400;
    color: #a3a6a9; }
  .contact-form .form-group textarea {
    border: 0;
    color: #ffffff;
    margin-bottom: 45px;
    height: 150px !important;
    padding: 10px 0 0 30px;
    background-color: #343b47; }
    .contact-form .form-group textarea:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .contact-form .form-group textarea::-webkit-input-placeholder {
    font-size: 22px;
    font-family: "Maven Pro", sans-serif;
    font-weight: 400;
    color: #a3a6a9; }
  .contact-form .form-group textarea::-moz-placeholder {
    font-size: 22px;
    font-family: "Maven Pro", sans-serif;
    font-weight: 400;
    color: #a3a6a9; }

@media all and (max-width: 1400px) {
  .all-contact .contact-us h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 1px; } }

@media all and (max-width: 1024px) {
  .all-contact .contact-us h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 1px; }
  .all-contact .contact-us.right-border:after {
    top: -21px; }
  .all-contact .contact-us span {
    font-size: 25px; }
  .contact-form {
    padding: 80px 45px 80px 45px; }
    .contact-form .section-title .title {
      margin-bottom: 60px; }
  .contact-map .embed-responsive {
    height: 700px; } }

@media all and (max-width: 992px) {
  .contact-section {
    padding: 92px 0 100px 0; }
  .all-contact .contact-us.right-border:after {
    display: none; }
  .all-contact .contact-us {
    margin-bottom: 70px; }
  .all-contact .contact-us.mb {
    margin-bottom: 0; }
  .contact-map .embed-responsive {
    height: 400px; }
  .contact-form-wrap {
    position: inherit;
    top: 0;
    right: 0;
    border-bottom: 1px solid #a3a6a9; } }

@media all and (max-width: 767px) {
  .all-contact .contact-us {
    margin-bottom: 50px; }
  .contact-section {
    padding: 90px 0 100px 0; }
  .contact-form {
    padding: 100px 50px 100px 60px; }
  .contact-form .form-group input {
    margin-bottom: 30px; }
  .contact-map .embed-responsive {
    height: 300px; }
  .contact-form .form-group input {
    height: 55px !important;
    line-height: 55px;
    padding: 0 25px 0 25px;
    font-size: 21px;
    margin-bottom: 20px; }
  .contact-form {
    padding: 80px 30px 80px 30px; }
  .all-contact .contact-us h3 {
    font-size: 20px !important;
    line-height: 25px !important; } }

@media all and (max-width: 374px) {
  .all-contact .contact-us h3 {
    font-size: 27px;
    line-height: 37px;
    margin-bottom: 1px; }
  .contact-form {
    padding: 100px 35px 100px 42px; } }

/*
|---------------------------------------------
| 7.0 - faq section
|---------------------------------------------
*/
.faq-section {
  padding: 130px 0 110px 0;
  background-color: #f6fafd; }

.accordion .card {
  margin-bottom: 30px;
  padding: 17px 21px 21px 50px;
  border-radius: 5px !important;
  border: 3px solid #e8e6e6 !important; }
  .accordion .card .card-header {
    border: 0;
    background-color: #ffffff; }
    .accordion .card .card-header .btn-link {
      font-family: "Oswald", sans-serif;
      font-size: 30px;
      font-weight: 400;
      padding-left: 40px;
      line-height: 34px;
      color: #34cdfa;
      text-align: left;
      text-decoration: none;
      text-transform: uppercase;
      white-space: inherit; }
      .accordion .card .card-header .btn-link .plus {
        display: none;
        color: #34cdfa;
        margin: 0 35px 0 0;
        margin: 0;
        position: absolute;
        left: -26px; }
      .accordion .card .card-header .btn-link .minus {
        color: #34cdfa;
        margin: 0 35px 0 0;
        display: inline-block;
        margin: 0;
        position: absolute;
        left: 45px; }
      .accordion .card .card-header .btn-link.collapsed {
        color: #1d2532;
        position: relative; }
        .accordion .card .card-header .btn-link.collapsed .minus {
          display: none;
          margin: 0 35px 0 0;
          margin: 0;
          position: absolute;
          left: 45px; }
        .accordion .card .card-header .btn-link.collapsed .plus {
          display: inline-block;
          margin: 0 35px 0 0;
          margin: 0;
          position: absolute;
          left: -26px; }
        .accordion .card .card-header .btn-link.collapsed:before {
          content: '';
          left: -39px;
          top: -1px;
          bottom: 0;
          height: 50px;
          width: 50px;
          border-radius: 3px;
          border: 3px solid #34cdfa;
          position: absolute; }
  .accordion .card .card-body {
    font-family: "Maven Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    color: #4f4f4f;
    margin-left: 45px !important; }

@media all and (max-width: 1024px) {
  .accordion .card .card-header .btn-link.collapsed .plus {
    top: 10px; }
  .accordion .card .card-header .btn-link .minus {
    top: 40px; }
  .accordion .card .card-header .btn-link.collapsed:before {
    top: 5px; } }

@media all and (max-width: 992px) {
  .faq-section {
    padding: 90px 0 70px 0;
    background-color: #f6fafd; }
  .faq-section .section-title .title {
    font-size: 58px;
    line-height: 60px; }
  .accordion .card .card-header .btn-link.collapsed .plus {
    top: 20px; }
  .accordion .card .card-header .btn-link .minus {
    top: 50px; }
  .accordion .card .card-header .btn-link.collapsed:before {
    top: 12px; } }

@media all and (max-width: 767px) {
  .faq-section .section-title .title {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 60px; }
  .faq-section {
    padding: 90px 0 70px 0;
    background-color: #f6fafd; }
  .accordion .card .card-header .btn-link.collapsed .plus {
    top: 21px;
    left: -23px; }
  .accordion .card .card-header .btn-link .minus {
    top: 51px;
    left: 48px; }
  .accordion .card .card-header .btn-link.collapsed {
    font-size: 24px;
    line-height: 28px; }
  .accordion .card .card-header .btn-link {
    font-size: 24px;
    line-height: 28px; }
  .accordion .card .card-body {
    font-size: 20px;
    line-height: 24px; }
  .accordion .card {
    padding: 5px 10px 10px 30px !important; }
  .accordion .card .card-header .btn-link {
    font-size: 20px !important;
    line-height: 28px;
    padding-left: 25px;
    padding-right: 0; }
  .accordion .card .card-header .btn-link .minus {
    left: 28px;
    top: 38px; }
  .accordion .card .card-header .btn-link.collapsed:before {
    content: '';
    left: -38px;
    top: 12px;
    bottom: 0;
    height: 46px;
    width: 45px; }
  .accordion .card .card-header {
    padding-right: 0; } }

@media all and (max-width: 424px) {
  .accordion .card .card-header .btn-link.collapsed {
    font-size: 18px;
    line-height: 22px; }
  .accordion .card .card-header .btn-link {
    font-size: 18px;
    line-height: 22px; }
  .accordion .card .card-body {
    font-size: 16px;
    line-height: 20px; }
  .accordion .card {
    padding: 15px 16px 18px 25px; }
  .accordion .card .card-header .btn-link.collapsed .plus {
    top: 25px;
    left: -22px; }
  .accordion .card .card-header .btn-link .minus {
    top: 53px;
    left: 24px; } }

/*
|---------------------------------------------
| 7.0 - free-consultation
|---------------------------------------------
*/
.free-consultation {
  padding: 130px 0 140px 0; }

.book-form .form-group input {
  height: 70px;
  font-family: "Maven Pro", sans-serif;
  color: #a3a6a9;
  padding: 0 30px 0 40px;
  border-color: #d7d7d7;
  border-radius: 10px;
  margin-bottom: 50px;
  background-color: #f6fafd;
  -webkit-box-shadow: 0px 1.732px 0px 1px rgba(81, 81, 81, 0.1);
  box-shadow: 0px 1.732px 0px 1px rgba(81, 81, 81, 0.1); }
  .book-form .form-group input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.book-form .form-group input::-webkit-input-placeholder {
  font-size: 22px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  color: #a3a6a9; }

.book-form .form-group input::-moz-placeholder {
  font-size: 22px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  color: #a3a6a9; }

.book-form .form-group label {
  font-family: "Maven Pro", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  color: #4f4f4f;
  padding-bottom: 55px; }

.book-form .form-group .custom-control {
  margin-right: 87px; }

.book-form .form-group .textarea {
  font-family: "Maven Pro", sans-serif;
  padding: 23px 0 0 42px;
  height: 218px;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 50px;
  border-color: #d7d7d7;
  background-color: #f6fafd;
  -webkit-box-shadow: 0px 1.732px 0px 1px rgba(81, 81, 81, 0.1);
  box-shadow: 0px 1.732px 0px 1px rgba(81, 81, 81, 0.1); }
  .book-form .form-group .textarea:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.book-form .form-group .textarea::-webkit-input-placeholder {
  font-size: 22px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  color: #a3a6a9; }

.book-form .form-group .textarea::-moz-placeholder {
  font-size: 22px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  color: #a3a6a9; }

.book-form .btn-sky {
  padding: 0 79px 0 78px; }

.form-control, .form-group .form-control {
  height: 70px !important;
  width: 100%;
  line-height: 70px;
  font-family: "Maven Pro", sans-serif;
  color: #34cdfa;
  margin-bottom: 56px;
  padding: 0 30px 0 40px;
  border-color: #d7d7d7;
  border-radius: 10px;
  background-color: #f6fafd;
  -webkit-box-shadow: 0px 1.732px 0px 1px rgba(81, 81, 81, 0.1);
  box-shadow: 0px 1.732px 0px 1px rgba(81, 81, 81, 0.1); }
  .form-control .current, .form-group .form-control .current {
    font-size: 22px;
    font-family: "Maven Pro", sans-serif;
    font-weight: 400;
    color: #a3a6a9; }
  .form-control:focus, .form-group .form-control:focus {
    outline: none;
    -webkit-box-shadow: 0px 1.732px 0px 1px rgba(81, 81, 81, 0.1);
    box-shadow: 0px 1.732px 0px 1px rgba(81, 81, 81, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none; }

.colorfull-radio-button-wrap label {
  color: #6b6b6b;
  font-size: 22px;
  position: relative;
  font-weight: 300;
  padding-left: 30px;
  z-index: 5;
  padding-right: 35px; }

.colorfull-radio-button-wrap input[type="radio"] {
  display: none !important; }

.colorfull-radio-button-wrap {
  display: inline-block; }

.consult-area .form-group h4 {
  font-family: "Maven Pro", sans-serif;
  font-size: 22px;
  color: #4f4f4f;
  font-weight: 500; }

.colorfull-radio-button-wrap label:before {
  position: absolute;
  left: -2px;
  top: 3px;
  width: 25px;
  height: 25px;
  border: 3px solid #6b6b6b;
  border-radius: 100%;
  content: '';
  background: #fef9f4; }

.colorfull-radio-button-wrap input[type="radio"]:checked + label::before {
  border-width: 3px;
  border-color: #34cdfa; }

.colorfull-radio-button-wrap input[type="radio"]:checked + label::after {
  position: absolute;
  left: 5px;
  top: 10px;
  width: 10px;
  height: 10px;
  background: #34cdfa;
  border-radius: 100%;
  content: ''; }

@media all and (max-width: 1024px) {
  .free-consultation .form-control .current, .free-consultation .form-group .form-control .current {
    font-size: 21px; } }

@media all and (max-width: 992px) {
  .free-consultation {
    padding: 90px 0 100px 0; }
  .book-form .form-group label {
    padding-bottom: 25px; } }

@media all and (max-width: 767px) {
  .book-form .form-group input {
    margin-bottom: 30px; }
  .form-control, .form-group .form-control {
    margin-bottom: 30px; }
  .book-form .form-group .textarea {
    margin-bottom: 30px; }
  .free-consultation .book-form .form-group input {
    margin-bottom: 30px;
    height: 55px !important;
    padding: 0 25px;
    line-height: 55px;
    font-size: 21px;
    margin-bottom: 20px !important; }
  .free-consultation .form-group .form-control {
    height: 55px !important;
    line-height: 55px !important;
    padding: 0 25px;
    margin-bottom: 20px !important; } }

/*
|---------------------------------------------
| 7.0 - service-section
|---------------------------------------------
*/
.service-single {
  padding: 140px 0 140px 0; }

.servive-details .logo {
  margin-bottom: 82px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .servive-details .logo h2 {
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 64px;
    margin: 30px 0 0 27px; }

.service-sidebar .widget-catagory {
  margin-top: 35px; }

.service-catagory img {
  margin-bottom: 53px;
  width: 100%; }

.service-catagory .title {
  font-family: "Oswald", sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 48px;
  color: #1d2532;
  text-transform: uppercase;
  margin-bottom: 49px; }

.service-catagory p {
  font-family: "Maven Pro", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  color: #4f4f4f;
  margin-bottom: 35px; }

.service-catagory .mb {
  margin-bottom: 52px; }

.service-catagory .team-single {
  margin: 7px 0 60px 0; }

@media (min-width: 1400px) and (max-width: 1450px) {
  .service-single {
    padding: 145px 0 145px 0; } }

@media all and (max-width: 992px) {
  .service-single {
    padding: 65px 0 100px 0; }
  .servive-details .logo h2 {
    font-size: 50px;
    line-height: 54px; } }

@media all and (max-width: 767px) {
  .service-catagory .team-single {
    margin: 7px 0 30px 0; }
  .service-catagory .title {
    font-size: 32px;
    line-height: 38px; }
  .service-catagory p {
    font-size: 20px;
    line-height: 24px; } }

@media all and (max-width: 424px) {
  .service-catagory .title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px; }
  .servive-details .logo h2 {
    font-size: 30px;
    line-height: 47px;
    margin-left: 17px; }
  .team-single .degingnation a {
    font-size: 32px;
    line-height: 36px; }
  .team-single .degingnation span {
    font-size: 20px;
    line-height: 22px; } }

/*
|---------------------------------------------
| 7.0 - deal section
|---------------------------------------------
*/
.deal-section {
  padding: 130px 0 140px 0; }

.owl-deal-carousel .deal-single {
  margin: 2px;
  border-radius: 5px;
  border: 1px solid #efeded;
  background-color: #f6fafd;
  -webkit-box-shadow: 0px 6.732px 3px 1px rgba(81, 81, 81, 0.1);
  box-shadow: 0px 6.732px 3px 1px rgba(81, 81, 81, 0.1); }
  .owl-deal-carousel .deal-single .thumb img {
    margin-bottom: 26px; }
  .owl-deal-carousel .deal-single .content {
    padding: 0 25px 32px 25px; }
    .owl-deal-carousel .deal-single .content a {
      font-family: "Oswald", sans-serif;
      font-size: 30px;
      font-weight: 400;
      line-height: 34px;
      color: #1d2532;
      margin-bottom: 19px;
      display: inline-block;
      text-transform: uppercase;
      text-decoration: none; }
    .owl-deal-carousel .deal-single .content p {
      font-family: "Maven Pro", sans-serif;
      font-size: 22px;
      font-weight: 400;
      line-height: 26px;
      color: #4f4f4f;
      margin-bottom: 15px; }
    .owl-deal-carousel .deal-single .content span {
      font-family: "Maven Pro", sans-serif;
      font-size: 19px;
      font-weight: 400;
      line-height: 24px;
      color: #1d2532; }
      .owl-deal-carousel .deal-single .content span button {
        border: 0;
        height: 40px;
        border-radius: 5px;
        padding: 0 17px 0 17px;
        color: #ffffff;
        background-color: #34cdfa; }

.owl-deal-carousel .owl-nav {
  display: block !important; }
  .owl-deal-carousel .owl-nav button img {
    margin-top: -5px; }
  .owl-deal-carousel .owl-nav .owl-next {
    top: 50%;
    right: -110px;
    float: right;
    position: absolute;
    border: 3px solid #34cdfa !important;
    height: 70px;
    width: 70px;
    border-radius: 10px;
    margin-top: -35px; }
    .owl-deal-carousel .owl-nav .owl-next i {
      color: #34cdfa; }
    .owl-deal-carousel .owl-nav .owl-next:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .owl-deal-carousel .owl-nav .owl-prev {
    top: 50%;
    left: -110px;
    position: absolute;
    border: 3px solid #34cdfa !important;
    height: 70px;
    width: 70px;
    border-radius: 10px;
    margin-top: -35px; }
    .owl-deal-carousel .owl-nav .owl-prev i {
      color: #34cdfa; }
    .owl-deal-carousel .owl-nav .owl-prev:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }

@media all and (max-width: 1400px) {
  .feature-detail h3 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 39px; }
  .owl-deal-carousel .deal-single .content span {
    font-size: 17px;
    line-height: 22px; }
  .owl-deal-carousel .deal-single .content p {
    font-size: 20px;
    line-height: 24px; }
  .owl-deal-carousel .deal-single .content span button {
    height: 35px;
    padding: 0 15px 0 15px; }
  .owl-deal-carousel .deal-single .content {
    padding: 0 25px 27px 25px; }
  .owl-deal-carousel .owl-nav .owl-prev {
    left: -100px; }
  .owl-deal-carousel .owl-nav .owl-next {
    right: -100px; }
  .owl-deal-carousel button img {
    width: 20px; }
  .owl-deal-carousel .owl-nav .owl-next {
    right: -90px;
    height: 60px;
    width: 60px;
    margin-top: -30px; }
  .owl-deal-carousel .owl-nav .owl-prev {
    left: -90px;
    height: 60px;
    width: 60px;
    margin-top: -30px; } }

@media (min-width: 1400px) and (max-width: 1450px) {
  .feature-section {
    padding: 136px 0 141px 0; }
  .deal-section {
    padding: 135px 0 145px 0; } }

@media all and (max-width: 1024px) {
  .feature-detail h3 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 25px; }
  .feature-detail p {
    font-size: 20px;
    line-height: 22px; }
  .owl-deal-carousel .owl-nav .owl-next {
    bottom: -80px;
    top: auto;
    right: 50%;
    float: inherit;
    margin-right: -75px; }
  .owl-deal-carousel .owl-nav .owl-prev {
    bottom: -80px;
    top: auto;
    left: 50%;
    float: inherit;
    margin-left: -75px; }
  .deal-section {
    padding: 130px 0 180px 0; } }

@media all and (max-width: 992px) {
  .feature-section {
    padding: 92px 0 100px 0; }
  .deal-section {
    padding: 93px 0 150px 0; }
  .owl-deal-carousel .owl-nav .owl-next {
    bottom: -50px; }
  .owl-deal-carousel .owl-nav .owl-prev {
    bottom: -50px; } }

@media all and (max-width: 767px) {
  .deal-section {
    padding: 93px 0 125px 0; }
  .deal-section .section-title .title {
    margin-bottom: 45px; } }

/*
|---------------------------------------------
| 7.0 - testimonial section
|---------------------------------------------
*/
.testimonial-single {
  padding: 140px 0; }

.testimonial-content {
  padding: 93px 100px 66px 100px;
  background-color: #1d2532; }
  .testimonial-content p {
    font-family: "Maven Pro", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 33px; }
  .testimonial-content .author-review .author {
    display: inline-block; }
    .testimonial-content .author-review .author a {
      font-family: "Oswald", sans-serif;
      font-size: 30px;
      font-weight: 400;
      line-height: 36px;
      color: #34cdfa;
      margin-bottom: 5px;
      display: inline-block;
      text-decoration: none; }
    .testimonial-content .author-review .author p {
      font-family: "Maven Pro", sans-serif;
      font-size: 22px;
      font-weight: 400;
      line-height: 26px;
      color: #ffffff; }
  .testimonial-content .author-review .rating {
    display: inline-block; }
    .testimonial-content .author-review .rating ul {
      padding: 35px 0 0 0; }
      .testimonial-content .author-review .rating ul li {
        margin-right: 2px;
        display: inline-block; }
        .testimonial-content .author-review .rating ul li a {
          color: #34cdfa; }
        .testimonial-content .author-review .rating ul li .star {
          color: #297996; }

/*
|---------------------------------------------
| 7.0 - insurance patient
|---------------------------------------------
*/
.insurance-patient {
  padding: 140px 0 130px 0; }

.insurance-plan {
  padding-bottom: 140px; }

.patient-thumbnail img {
  width: 100%; }

.patient-thumbnail .quote {
  padding: 25px 25px 47px 35px;
  background-color: #1d2532; }
  .patient-thumbnail .quote h3 {
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    color: #ffffff;
    margin-top: 13px;
    display: inline-block;
    text-transform: uppercase; }
  .patient-thumbnail .quote a {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 70px;
    height: 70px;
    padding: 0 53px 0 53px;
    border-radius: 5px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #34cdfa; }

.patient-services {
  padding-left: 43px; }
  .patient-services .section-title .title {
    margin-bottom: 91px; }
  .patient-services p {
    font-family: "Maven Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    color: #4f4f4f;
    margin-bottom: 27px; }

.all-facilitis {
  padding-bottom: 111px; }
  .all-facilitis .section-title .title {
    margin-bottom: 90px; }
  .all-facilitis .section-title p {
    font-family: "Maven Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    color: #4f4f4f;
    margin-bottom: 27px; }
  .all-facilitis .section-title .mb {
    margin-bottom: 52px; }

.insurance-method .single-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .insurance-method .single-method p {
    font-family: "Maven Pro", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    width: 252px;
    color: #4f4f4f;
    margin-bottom: 18px; }
  .insurance-method .single-method span {
    font-family: "Maven Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    color: #4f4f4f; }

.insurance-condition a {
  font-family: "Maven Pro", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  color: #4f4f4f;
  margin: 29px 0 0 23px;
  text-decoration: none;
  display: inline-block;
  border-bottom: 2px solid #a7a7a7; }

@media all and (max-width: 1400px) {
  .patient-services {
    padding-left: 23px; }
  .patient-thumbnail .quote h3 {
    font-size: 30px;
    line-height: 35px;
    margin-top: 13px; }
  .patient-thumbnail .quote a {
    font-size: 24px;
    line-height: 65px;
    height: 65px;
    padding: 0 45px 0 45px; }
  .insurance-patient {
    padding: 140px 0 105px 0; } }

@media (min-width: 1400px) and (max-width: 1450px) {
  .insurance-patient {
    padding: 140px 0 135px 0; }
  .all-facilitis {
    padding-bottom: 117px; }
  .insurance-plan {
    padding-bottom: 145px; } }

@media all and (max-width: 1024px) {
  .insurance-patient {
    padding: 140px 0 103px 0; }
  .patient-services {
    padding-left: 0; }
  .patient-services .section-title .title {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 43px; }
  .patient-services p {
    font-size: 18px;
    line-height: 22px; }
  .patient-thumbnail .quote a {
    font-size: 19px;
    line-height: 50px;
    height: 50px;
    padding: 0 40px 0 40px; }
  .patient-thumbnail .quote h3 {
    font-size: 22px;
    line-height: 40px;
    margin-top: 5px; }
  .patient-thumbnail .quote {
    padding: 25px 25px 20px 35px; }
  .all-facilitis .section-title .title {
    margin-bottom: 45px; }
  .all-facilitis {
    padding-bottom: 122px; } }

@media all and (max-width: 991px) {
  .insurance-patient {
    padding: 100px 0 62px 0; }
  .insurance-plan {
    padding-bottom: 100px; }
  .all-facilitis {
    padding-bottom: 82px; }
  .patient-services p {
    font-size: 22px;
    line-height: 26px; }
  .patient-services .section-title .title {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 45px; }
  .patient-thumbnail {
    margin-bottom: 45px; } }

@media all and (max-width: 767px) {
  .patient-services .section-title .title {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 25px; }
  .patient-services p {
    font-size: 20px;
    line-height: 24px; }
  .all-facilitis .section-title .title {
    margin-bottom: 20px; }
  .all-facilitis .section-title p {
    font-size: 20px;
    line-height: 24px; }
  .all-facilitis .insurance-method .single-method span {
    font-size: 18px;
    line-height: 22px; }
  .all-facilitis .insurance-method .single-method p {
    font-size: 18px;
    line-height: 26px;
    width: 200px; }
  .patient-thumbnail .quote {
    padding: 25px 25px 30px 35px;
    text-align: center; }
  .patient-thumbnail .quote h3 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 19px 0;
    display: block; }
  .patient-thumbnail .quote .float-right {
    float: inherit !important;
    padding: 12px 40px 12px 40px; } }

@media all and (max-width: 424px) {
  .all-facilitis .insurance-method .single-method span {
    font-size: 15px;
    line-height: 19px; }
  .all-facilitis .insurance-method .single-method p {
    font-size: 15px;
    line-height: 19px;
    width: 155px; } }

/*
|---------------------------------------------
| 7.0 - testimonial section
|---------------------------------------------
*/
.testimonial-section {
  padding: 130px 0 140px 0; }

.testimonial-review {
  margin-bottom: 30px;
  padding: 94px 100px 69px 100px;
  background-color: #1d2532; }
  .testimonial-review p {
    font-family: "Maven Pro", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 31px; }
  .testimonial-review .author .author-name {
    display: inline-block; }
    .testimonial-review .author .author-name a {
      font-family: "Oswald", sans-serif;
      font-size: 30px;
      font-weight: 400;
      line-height: 30px;
      color: #34cdfa;
      text-decoration: none;
      text-transform: uppercase; }
    .testimonial-review .author .author-name p {
      font-family: "Maven Pro", sans-serif;
      font-size: 22px;
      font-weight: 400;
      line-height: 26px;
      color: #ffffff; }
  .testimonial-review .author ul {
    padding-top: 32px;
    display: inline-block; }
    .testimonial-review .author ul li {
      display: inline-block; }
      .testimonial-review .author ul li a {
        color: #34cdfa; }
      .testimonial-review .author ul li .star {
        color: #297996; }

@media all and (max-width: 1024px) {
  .testimonial-review {
    margin-bottom: 30px;
    padding: 55px 40px 23px 40px; }
  .testimonial-review p {
    font-size: 20px;
    line-height: 24px; }
  .testimonial-review .author .author-name a {
    font-size: 28px;
    line-height: 28px; }
  .testimonial-review .author .author-name p {
    font-size: 20px;
    line-height: 24px; } }

@media all and (max-width: 992px) {
  .testimonial-section {
    padding: 90px 0 100px 0; } }

@media all and (max-width: 767px) {
  .testimonial-review .author .float-right {
    float: inherit !important;
    padding: 0;
    margin: 0; }
  .testimonial-review .author ul {
    padding: 0 0 33px 0 !important;
    margin: 0; } }

@media all and (max-width: 424px) {
  .testimonial-review .author .author-name p {
    margin-bottom: 10px; } }

/*
|---------------------------------------------
| 7.0 - blog-section
|---------------------------------------------
*/
.blog-section {
  padding: 0 0 140px 0; }

.blog-detail {
  border: 1px solid #efeded; }
  .blog-detail .blog-thumb {
    position: relative; }
    .blog-detail .blog-thumb:before {
      content: '';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.2);
      z-index: 0;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .blog-detail .blog-thumb .dot {
      position: absolute;
      top: 50%;
      text-align: center;
      left: 50%;
      margin-top: -5px;
      margin-left: -24px;
      font-size: 10px;
      color: #34cdfa;
      z-index: 0;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .blog-detail .blog-thumb .dot i {
        margin-right: 8px; }
    .blog-detail .blog-thumb img {
      max-width: 100%; }
    .blog-detail .blog-thumb .thumb-content {
      top: 80%;
      left: 30px;
      position: absolute; }
      .blog-detail .blog-thumb .thumb-content span {
        font-family: "Maven Pro", sans-serif;
        font-size: 19px;
        font-weight: 400;
        line-height: 19px;
        color: #ffffff;
        margin-right: 24px; }
        .blog-detail .blog-thumb .thumb-content span img {
          margin-right: 10px; }
      .blog-detail .blog-thumb .thumb-content a {
        font-family: "Maven Pro", sans-serif;
        font-size: 19px;
        font-weight: 400;
        line-height: 19px;
        color: #ffffff;
        text-decoration: none; }
        .blog-detail .blog-thumb .thumb-content a i {
          margin-right: 10px;
          color: #34cdfa; }
  .blog-detail .entry-content {
    padding: 36px 20px 24px 45px; }
    .blog-detail .entry-content a {
      font-family: "Oswald", sans-serif;
      font-size: 36px;
      font-weight: 400;
      line-height: 43px;
      color: #1d2532;
      margin-bottom: 33px;
      display: inline-block;
      text-decoration: none;
      text-transform: uppercase; }
    .blog-detail .entry-content p {
      font-family: "Maven Pro", sans-serif;
      font-size: 22px;
      font-weight: 400;
      line-height: 26px;
      color: #4f4f4f; }
  .blog-detail:hover .blog-thumb:before {
    visibility: visible;
    opacity: 1; }
  .blog-detail:hover .blog-thumb .dot {
    visibility: visible;
    opacity: 1; }

@media all and (max-width: 992px) {
  .blog-section {
    padding: 0 0 70px 0; }
  .blog-detail {
    margin-bottom: 30px; }
  .blog-detail .blog-thumb .thumb-content a {
    font-size: 16px;
    line-height: 16px; }
  .blog-detail .blog-thumb .thumb-content span {
    font-size: 16px;
    line-height: 16px; } }

/*
|---------------------------------------------
| 7.0 - main blog section 
|---------------------------------------------
*/
.main-blog {
  padding: 140px 0 123px 0; }

.blog-post .blog-detail {
  margin-bottom: 30px; }

.pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .pagination .page-item .page-link {
    border: 0;
    margin: 70px 20px 0 0;
    height: 70px;
    width: 70px;
    line-height: 52px;
    text-align: center;
    border-radius: 3px;
    color: #1d2532;
    background-color: #f6fafd;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .pagination .page-item .page-link.active {
      color: #ffffff;
      background-color: #34cdfa; }
    .pagination .page-item .page-link:hover {
      color: #ffffff;
      background-color: #34cdfa; }
    .pagination .page-item .page-link:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
  .pagination .page-item:last-child .page-link {
    margin-right: 0 !important; }

@media all and (max-width: 1400px) {
  .blog-detail .entry-content a {
    font-size: 32px;
    line-height: 40px; } }

@media all and (max-width: 1024px) {
  .blog-detail .entry-content {
    padding: 25px 20px 24px 30px; }
  .blog-detail .entry-content a {
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 28px; }
  .blog-detail .entry-content p {
    font-size: 20px;
    line-height: 24px; }
  .blog-detail .blog-thumb .thumb-content {
    top: 76%; } }

@media all and (max-width: 992px) {
  .main-blog {
    padding: 100px 0 54px 0; }
  .pagination {
    margin-bottom: 100px; }
  .pagination .page-item .page-link {
    margin: 20px 15px 0 0;
    height: 60px;
    width: 60px;
    line-height: 44px; } }

@media all and (max-width: 767px) {
  .blog-post .blog-detail {
    margin-bottom: 0; }
  .main-blog {
    padding: 100px 0px; } }

@media all and (max-width: 424px) {
  .pagination .page-item .page-link {
    margin: 20px 15px 0 0;
    height: 50px;
    width: 50px;
    line-height: 32px;
    font-size: 20px; } }

@media all and (max-width: 374px) {
  .pagination .page-item .page-link {
    margin: 40px 10px 0 0;
    height: 50px;
    width: 50px;
    line-height: 30px; } }

/*
|---------------------------------------------
| 7.0 - blog post section
|---------------------------------------------
*/
.blog-post-details {
  padding: 140px 0 140px 0; }

.blog-info .blog-thumb {
  margin-bottom: 17px; }

.blog-info .post-info {
  list-style: none;
  padding-left: 0; }
  .blog-info .post-info li {
    font-family: "Maven Pro", sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
    color: #4f4f4f;
    display: inline-block;
    margin-right: 25px;
    position: relative; }
    .blog-info .post-info li:before {
      content: '';
      display: block;
      right: -15px;
      top: 3px;
      bottom: 0;
      height: 18px;
      width: 1px;
      position: absolute;
      background-color: #b7b7b7; }
    .blog-info .post-info li i {
      color: #34cdfa;
      margin-right: 7px; }
    .blog-info .post-info li a {
      font-family: "Maven Pro", sans-serif;
      font-size: 19px;
      font-weight: 400;
      line-height: 23px;
      color: #4f4f4f;
      text-decoration: none; }
      .blog-info .post-info li a span {
        color: #34cdfa; }
    .blog-info .post-info li:last-child:before {
      display: none; }

.blog-info p {
  font-family: "Maven Pro", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  color: #4f4f4f;
  margin-bottom: 30px; }

.blog-social {
  margin-bottom: 55px; }
  .blog-social .button {
    display: inline-block; }
    .blog-social .button a {
      font-family: "Oswald", sans-serif;
      font-size: 24px;
      font-weight: 400;
      height: 50px;
      color: #34cdfa;
      padding: 0 19px 0 19px;
      margin-right: 2px;
      line-height: 40px;
      border-radius: 10px;
      border: 3px solid #34cdfa;
      text-decoration: none;
      text-transform: uppercase;
      display: inline-block; }
    .blog-social .button .deck {
      padding: 0 14px 0 14px; }
  .blog-social .share-area {
    float: right;
    margin-top: -15px;
    display: inline-block; }
    .blog-social .share-area ul {
      list-style: none;
      padding-left: 0; }
      .blog-social .share-area ul li {
        margin-right: 6px;
        display: inline-block; }
        .blog-social .share-area ul li span {
          font-family: "Oswald", sans-serif;
          font-size: 24px;
          font-weight: 400;
          line-height: 26px;
          color: #1d2532;
          margin-right: 31px; }
        .blog-social .share-area ul li a {
          height: 70px;
          width: 70px;
          line-height: 70px;
          text-align: center;
          border-radius: 5px;
          display: inline-block;
          background-color: #f6fafd; }
          .blog-social .share-area ul li a i {
            color: #1d2532; }
        .blog-social .share-area ul li:last-child {
          margin-right: 0; }

.author-info {
  margin-bottom: 54px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ebebeb; }
  .author-info .media {
    padding: 61px 20px 48px 40px;
    background-color: #f6fafd;
    width: 100%; }
    .author-info .media img {
      margin-right: 35px; }
    .author-info .media .media-body {
      margin-top: -11px; }
      .author-info .media .media-body span {
        font-family: "Maven Pro", sans-serif;
        font-size: 22px;
        font-weight: 500;
        line-height: 24px;
        color: #4f4f4f;
        display: inline-block;
        margin-bottom: 6px; }
      .author-info .media .media-body h5 {
        font-family: "Oswald", sans-serif;
        font-size: 30px;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 17px;
        color: #1d2532;
        text-transform: uppercase; }
      .author-info .media .media-body p {
        font-family: "Maven Pro", sans-serif;
        font-size: 22px;
        font-weight: 400;
        line-height: 24px;
        color: #4f4f4f; }

.comment-section {
  margin-bottom: 30px;
  padding-bottom: 39px;
  border-bottom: 1px solid #ebebeb; }
  .comment-section h3 {
    font-family: "Oswald", sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 61px;
    color: #1d2532;
    text-transform: uppercase; }
  .comment-section .media img {
    margin-right: 20px; }
  .comment-section .media .media-body {
    margin-top: -13px; }
    .comment-section .media .media-body span {
      font-family: "Maven Pro", sans-serif;
      font-size: 19px;
      font-weight: 400;
      line-height: 22px;
      color: #4f4f4f; }
      .comment-section .media .media-body span i {
        margin-right: 11px;
        color: #34cdfa; }
      .comment-section .media .media-body span .color {
        color: #34cdfa; }
      .comment-section .media .media-body span .post-author {
        margin-left: 28px;
        position: relative; }
        .comment-section .media .media-body span .post-author:before {
          content: '';
          display: block;
          left: -18px;
          top: 3px;
          bottom: 0;
          position: absolute;
          height: 18px;
          width: 1px;
          background-color: #b7b7b7; }
    .comment-section .media .media-body p {
      font-family: "Maven Pro", sans-serif;
      font-size: 22px;
      font-weight: 400;
      line-height: 26px;
      color: #4f4f4f;
      margin: 17px 0 17px 0; }
    .comment-section .media .media-body a {
      font-family: "Oswald", sans-serif;
      font-size: 24px;
      font-weight: 400;
      line-height: 26px;
      color: #34cdfa;
      text-transform: uppercase;
      text-decoration: none; }
  .comment-section.mb {
    margin-bottom: 53px; }

.comment-area h3 {
  font-family: "Oswald", sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 61px;
  color: #1d2532;
  text-transform: capitalize; }

.comment-area .blog-contact-form input {
  padding: 0 30px 0 27px;
  height: 70px;
  margin-bottom: 50px;
  border: 1px solid #d7d7d7;
  background-color: #f6fafd; }
  .comment-area .blog-contact-form input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.comment-area .blog-contact-form input::-webkit-input-placeholder {
  font-size: 22px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  color: #a3a6a9; }

.comment-area .blog-contact-form input::-moz-placeholder {
  font-size: 22px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  color: #a3a6a9; }

.comment-area .blog-contact-form textarea {
  height: 180px !important;
  padding: 20px 0 0 30px;
  margin-bottom: 51px;
  border: 1px solid #d7d7d7;
  background-color: #f6fafd; }
  .comment-area .blog-contact-form textarea:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.comment-area .blog-contact-form textarea::-webkit-input-placeholder {
  font-size: 22px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  color: #a3a6a9; }

.comment-area .blog-contact-form textarea::-moz-placeholder {
  font-size: 22px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  color: #a3a6a9; }

@media all and (max-width: 1400px) {
  .blog-info .post-info li a {
    font-size: 17px;
    line-height: 20px; }
  .blog-info .post-info li {
    font-size: 17px;
    line-height: 20px; } }

@media all and (max-width: 992px) {
  .blog-post-details {
    padding: 100px 0 100px 0 !important; }
  .blog-contact-form {
    padding-bottom: 100px; } }

@media all and (max-width: 767px) {
  .blog-info .post-info li {
    font-size: 16px;
    line-height: 20px; }
  .blog-info .post-info li a {
    font-size: 16px;
    line-height: 20px; }
  .blog-info p {
    font-size: 19px;
    line-height: 21px; }
  .blog-social .share-area {
    float: left;
    margin: 20px 0 40px 0; }
  .author-info .media {
    padding: 50px 20px 41px 30px;
    display: inherit; }
  .author-info .media img {
    margin-right: 25px;
    margin-bottom: 20px; }
  .author-info .media .media-body p {
    font-size: 18px;
    line-height: 20px; }
  .comment-section .media .media-body span {
    font-size: 17px;
    line-height: 20px; }
  .comment-section .media .media-body p {
    font-size: 20px;
    line-height: 24px; }
  .comment-section .media .media-body a {
    font-size: 22px; }
  .comment-section h3 {
    font-size: 38px;
    line-height: 42px; }
  .comment-area h3 {
    font-size: 38px;
    line-height: 42px; }
  .comment-area .blog-contact-form input {
    margin-bottom: 30px; }
  .comment-section .media {
    display: inherit; }
    .comment-section .media img {
      margin-bottom: 30px; }
  .comment-area .blog-contact-form input {
    height: 55px !important;
    line-height: 55px;
    margin-bottom: 20px;
    font-size: 21px; }
  .comment-area .blog-contact-form textarea {
    height: 140px !important;
    padding: 0 0 0 30px; }
  .widget-search .form-control {
    height: 55px !important; }
  .widget-search .input-group-addon .btn-submit {
    height: 55px !important;
    line-height: 55px !important; }
  .blog-social .share-area ul li a {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 16px; }
  .comment-section h3 {
    font-size: 35px;
    margin-bottom: 40px; } }

@media all and (max-width: 424px) {
  .author-info .media {
    display: inline-block; }
  .author-info .media .media-body {
    margin-top: 10px !important; }
  .comment-section .media .media-body span {
    font-size: 16px;
    line-height: 20px; }
  .comment-section .media .media-body p {
    font-size: 18px;
    line-height: 22px; } }

/*
|---------------------------------------------
| 7.0 - property blog section
|---------------------------------------------
*/
.property-blog {
  padding: 140px 0 110px 0; }

.property-blog-details {
  margin-bottom: 30px;
  border-radius: 5px;
  border: 3px solid #ebebeb; }
  .property-blog-details .blog-thumb {
    position: relative; }
    .property-blog-details .blog-thumb img {
      width: 100%; }
    .property-blog-details .blog-thumb .thumb-content {
      bottom: -15px;
      left: 30px;
      right: 0;
      position: absolute; }
      .property-blog-details .blog-thumb .thumb-content p {
        font-family: "Maven Pro", sans-serif;
        font-size: 19px;
        font-weight: 400;
        margin-top: -23px;
        color: #ffffff;
        display: inline-block; }
        .property-blog-details .blog-thumb .thumb-content p i {
          margin-right: 10px;
          color: #34cdfa; }
      .property-blog-details .blog-thumb .thumb-content .float-right {
        font-family: "Oswald", sans-serif;
        font-size: 36px;
        font-weight: 400;
        height: 70px;
        line-height: 70px;
        padding: 0 48px 0 48px;
        color: #ffffff;
        background-color: #1d2532; }
    .property-blog-details .blog-thumb .thumb-icon {
      top: 22px;
      left: 30px;
      right: 0;
      position: absolute; }
      .property-blog-details .blog-thumb .thumb-icon i {
        color: #34cdfa;
        height: 40px;
        line-height: 35px;
        padding: 0 8px 0 8px;
        margin-right: 3px;
        border-radius: 10px;
        border: 3px solid #34cdfa;
        background-color: #ffffff; }
  .property-blog-details .blog-content {
    padding: 27px 20px 10px 45px; }
    .property-blog-details .blog-content a {
      font-family: "Oswald", sans-serif;
      font-size: 36px;
      font-weight: 400;
      line-height: 43px;
      color: #1d2532;
      margin-bottom: 13px;
      display: inline-block;
      text-transform: uppercase;
      text-decoration: none; }
    .property-blog-details .blog-content p {
      font-family: "Maven Pro", sans-serif;
      font-size: 19px;
      font-weight: 400;
      line-height: 23px;
      color: #4f4f4f; }
      .property-blog-details .blog-content p i {
        margin-right: 10px;
        color: #34cdfa; }
  .property-blog-details ul {
    padding: 28px 0 13px 45px;
    list-style: none;
    border-top: 1px solid #ebebeb; }
    .property-blog-details ul li {
      color: #4f4f4f;
      margin-right: 27px;
      display: inline-block; }
      .property-blog-details ul li img {
        margin-right: 13px; }

.property-sidebar .form-group .form-control {
  border: 0;
  width: 100%;
  font-family: "Maven Pro", sans-serif;
  font-size: 22px;
  line-height: 70px;
  color: #ffffff;
  margin-bottom: 45px;
  padding: 0 20px 0 30px;
  background-color: #333a46; }

.nice-select.open .list {
  color: #34cdfa;
  background-color: #333a46; }

.nice-select:after {
  border-bottom: 2px solid #34cdfa;
  border-right: 2px solid #34cdfa;
  width: 10px;
  height: 10px;
  right: 30px;
  top: 50%; }

@media (min-width: 1400px) and (max-width: 1450px) {
  .property-blog-details ul li {
    margin-right: 25px; } }

@media all and (max-width: 1500px) {
  .property-blog-details .blog-content p {
    font-size: 16px; }
  .property-blog-details ul li {
    margin: 0 9px 0px 0;
    font-size: 16px; }
  .property-blog-details ul li img {
    margin-right: 9px;
    width: 30%; }
  .property-blog-details ul li {
    margin: 0 10px 0px 0 !important; } }

@media all and (max-width: 1400px) {
  .property-blog-details .blog-thumb .thumb-icon i {
    height: 31px;
    line-height: 30px;
    padding: 0 8px 0 8px;
    border: 2px solid #34cdfa;
    font-size: 18px; }
  .property-blog-details .blog-thumb .thumb-content .float-right {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0px 30px 0 30px; }
  .property-blog-details .blog-thumb .thumb-content p {
    font-size: 16px;
    margin-top: -7px; }
  .property-blog-details .blog-content a {
    font-size: 28px;
    line-height: 35px; }
  .property-blog-details ul {
    padding: 28px 0 13px 37px; }
  .property-blog-details .blog-content {
    padding: 27px 20px 10px 33px; }
  .property-blog-details ul li {
    margin: 0 17px 22px 0; } }

@media all and (max-width: 992px) {
  .property-sidebar {
    margin-top: 70px; }
  .property-blog-details ul li {
    margin-right: 15px; }
  .property-blog {
    padding: 100px 0 100px 0; }
  .property-blog-details .blog-content {
    padding: 27px 20px 10px 20px; }
  .property-blog-details ul {
    padding: 28px 0 13px 20px; } }

@media all and (max-width: 767px) {
  .property-blog {
    padding: 100px 0 100px 0; } }

/*
|---------------------------------------------
| 7.0 - poperty-single-section
|---------------------------------------------
*/
.poperty-single-section {
  padding: 140px 0 140px 0; }

.poperty-testimonial-carousel .owl-dots {
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 81%;
  margin-left: -25px;
  display: block !important; }
  .poperty-testimonial-carousel .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    margin-right: 10px;
    border-radius: 2px;
    background-color: #878c92; }
    .poperty-testimonial-carousel .owl-dots .owl-dot:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
    .poperty-testimonial-carousel .owl-dots .owl-dot.active {
      background-color: #34cdfa; }

.poperty-testimonial-carousel .owl-next {
  top: 50%;
  right: 30px;
  float: right;
  height: 70px;
  width: 70px;
  line-height: 55px !important;
  margin-top: -44px;
  position: absolute;
  border-radius: 10px;
  border: 3px solid #34cdfa !important;
  background-color: #ffffff !important; }
  .poperty-testimonial-carousel .owl-next i {
    color: #34cdfa; }
  .poperty-testimonial-carousel .owl-next img {
    margin-top: -5px; }
  .poperty-testimonial-carousel .owl-next:focus {
    outline: none; }

.poperty-testimonial-carousel .owl-prev {
  top: 50%;
  left: 30px;
  height: 70px;
  width: 70px;
  line-height: 55px !important;
  margin-top: -44px;
  position: absolute;
  border-radius: 10px;
  border: 3px solid #34cdfa !important;
  background-color: #ffffff !important; }
  .poperty-testimonial-carousel .owl-prev i {
    color: #34cdfa; }
  .poperty-testimonial-carousel .owl-prev img {
    margin-top: -5px; }
  .poperty-testimonial-carousel .owl-prev:focus {
    outline: none; }

.poperty-info .section-title {
  margin-bottom: 23px; }
  .poperty-info .section-title .title {
    margin: 30px 0 10px 0; }
  .poperty-info .section-title span {
    font-family: "Maven Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    color: #4f4f4f;
    margin-top: 10px; }
    .poperty-info .section-title span img {
      margin-right: 10px; }

.poperty-info p {
  line-height: 27px;
  margin-bottom: 22px !important; }

.poperty-info .mb {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 55px !important;
  margin-bottom: 52px !important; }

.poperty-price {
  margin-bottom: 40px; }
  .poperty-price ul {
    padding-left: 0; }
    .poperty-price ul li {
      font-family: "Maven Pro", sans-serif;
      font-size: 22px;
      font-weight: 500;
      line-height: 26px;
      margin-right: 20px;
      color: #4f4f4f;
      display: inline-block; }
      .poperty-price ul li img {
        margin-right: 10px; }
      .poperty-price ul li span {
        font-family: "Oswald", sans-serif;
        font-size: 36px;
        font-weight: 400;
        height: 70px;
        line-height: 70px;
        padding: 0 45px 0 46px;
        margin-right: 10px;
        color: #ffffff;
        display: inline-block;
        background-color: #1d2532; }

.poperty-title .title {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 48px;
  margin-bottom: 49px;
  color: #1d2532;
  text-transform: uppercase; }

.poperty-details {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 33px !important;
  margin-bottom: 52px !important; }
  .poperty-details .insurance-method .single-method p {
    width: 221px; }

.poperty-feature {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 36px !important;
  margin-bottom: 52px !important; }
  .poperty-feature ul {
    padding-left: 0;
    list-style: none; }
    .poperty-feature ul li {
      font-family: "Maven Pro", sans-serif;
      font-weight: 400;
      font-size: 22px;
      line-height: 22px;
      color: #4f4f4f;
      margin: 0 0 25px 37px;
      position: relative; }
      .poperty-feature ul li:before {
        content: '';
        top: 7px;
        left: -37px;
        bottom: 0;
        height: 10px;
        width: 10px;
        position: absolute;
        border-radius: 2px;
        background-color: #34cdfa; }

.floor-plan {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 33px !important;
  margin-bottom: 60px !important; }
  .floor-plan .accordion .card .card-body img {
    width: 100%; }

.poperty-social {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 58px !important;
  margin-bottom: 62px !important; }

@media all and (max-width: 1500px) {
  .poperty-price ul li {
    font-size: 18px;
    margin-right: 5px; }
    .poperty-price ul li span {
      font-size: 24px;
      height: 55px;
      line-height: 55px;
      padding: 0 30px 0 30px;
      margin-right: 0px; }
    .poperty-price ul li img {
      width: 20%; } }

@media all and (max-width: 1024px) {
  .poperty-price ul li {
    margin-bottom: 20px; }
  .section-title .title {
    font-size: 42px;
    line-height: 46px; }
  .insurance-method .single-method p {
    font-size: 18px;
    width: 150px !important; }
  .insurance-method .single-method span {
    font-size: 18px; }
  .widget-author h6 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 22px; } }

@media all and (max-width: 992px) {
  .poperty-single-section {
    padding: 100px 0 55px 0; }
  .floor-plan .accordion .card .card-header .btn-link.collapsed:before {
    top: 0px; }
  .floor-plan .accordion .card .card-header .btn-link.collapsed .plus {
    top: 7px; }
  .floor-plan .accordion .card .card-header .btn-link .minus {
    top: 37px; }
  .poperty-testimonial-carousel .owl-prev {
    top: 50%;
    left: 20px;
    height: 50px;
    width: 50px;
    line-height: 35px !important;
    margin-top: -44px;
    border: 0 !important;
    background-color: #ffffff !important; }
  .poperty-testimonial-carousel .owl-next {
    top: 50%;
    right: 20px;
    height: 50px;
    width: 50px;
    line-height: 35px !important;
    margin-top: -44px;
    border: 0 !important;
    background-color: #ffffff !important; }
  .poperty-testimonial-carousel .owl-dots {
    top: 86%; }
  .poperty-price ul li {
    font-size: 16px;
    margin-right: 0; }
    .poperty-price ul li img {
      margin-right: 8px;
      width: 18%; }
  .poperty-price ul li span {
    font-size: 20px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    padding: 0 25px 0 25px; } }

@media all and (max-width: 767px) {
  .poperty-testimonial-carousel .owl-dots {
    top: 86%; }
  .section-title .title {
    font-size: 32px;
    line-height: 36px; }
  .insurance-method .single-method p {
    font-size: 18px;
    width: 180px !important; }
  .floor-plan .accordion .card .card-header .btn-link.collapsed:before {
    top: -3px; }
  .blog-info .blog-thumb {
    margin-bottom: 0; }
  .poperty-testimonial-carousel .owl-prev img,
  .poperty-testimonial-carousel .owl-next img {
    width: 35%; }
  .floor-plan .accordion .card .card-header .btn-link .minus {
    top: 25px; }
  .poperty-social {
    overflow: hidden;
    padding-bottom: 10px !important; }
    .poperty-social .share-area {
      float: left;
      margin: 50px 0 40px 0; }
  .poperty-testimonial-carousel .owl-dots {
    top: 75%; }
  .poperty-info .section-title span {
    font-size: 17px;
    line-height: 24px; } }

@media all and (max-width: 424px) {
  .poperty-price ul li {
    font-size: 20px;
    line-height: 24px; }
  .poperty-title .title {
    font-size: 38px;
    line-height: 46px; }
  .banner-section-two.style .bn-section-title .title {
    font-size: 34px !important;
    line-height: 44px !important;
    margin-bottom: 15px; }
  .banner-section-two .bn-section-title .title {
    margin-bottom: 15px; }
  .floor-plan .accordion .card .card-header .btn-link.collapsed:before {
    top: -6px; } }

@media all and (max-width: 374px) {
  .breadcrumb .breadcrumb-item {
    font-size: 17px;
    line-height: 22px; } }

.widget.widget-sidebar {
  background-color: #ffffff; }

.e-widget {
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 4px 4px #e8e6e6;
  box-shadow: 0px 0px 4px 4px #e8e6e6; }
  .e-widget .widget-title {
    font-family: "Oswald", sans-serif;
    font-size: 45px;
    line-height: 45px;
    font-weight: 400;
    color: #1d2532;
    text-transform: uppercase; }

.e-bg-color {
  background-color: #f6fafd; }

.cart-section {
  padding-bottom: 140px; }

.cart-table {
  padding: 40px 45px 50px 45px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 2px 2px #e8e6e6;
  box-shadow: 0px 0px 2px 2px #e8e6e6; }

.cart-section-title .title {
  font-family: "Oswald", sans-serif;
  font-size: 90px;
  text-transform: uppercase;
  text-shadow: 2px 2px #34cdfa; }

.table thead th {
  border-bottom: 0; }

.table th {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 400;
  border-top: 0;
  text-transform: uppercase; }

.table tr {
  border-bottom: #ebebeb;
  margin-bottom: 50px; }

.table td {
  font-family: "Maven Pro", sans-serif;
  font-size: 22px;
  font-weight: 400;
  border-top: 0;
  color: #4f4f4f; }

.table .main-table-tr td {
  padding: 45px 0; }

.table .price {
  font-size: 1.5rem;
  font-weight: 800; }

.table .delete .icon {
  font-size: 1.5rem;
  font-weight: 400;
  color: #1d2532;
  margin-right: 43px; }

.table h6 {
  font-family: "Maven Pro", sans-serif;
  font-size: 22px !important;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 19px; }

.table.px-0 th:first-child, .table.px-0 td:first-child {
  padding-left: 0; }

.table.px-0 th:last-child, .table.px-0 td:last-child {
  padding-right: 0; }

.table .form-button {
  padding: 45px 0 80px; }

.table .table.table-borderless .table-title {
  padding-bottom: 20px; }

.table .table.table-borderless .cost {
  padding: 25px; }

.table .table-checkout-btn {
  padding-top: 35px; }

.quantity {
  position: relative; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.quantity input {
  width: 100%;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  width: 80px;
  padding-left: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1d2532;
  background-color: #ffffff; }

.quantity input:focus {
  outline: 0; }

.quantity-nav {
  float: left;
  position: relative;
  height: 68px; }

.quantity-button {
  position: relative;
  cursor: pointer;
  background-color: #34cdfa;
  color: #ffffff;
  width: 30px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 0.9;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  padding-top: 7px;
  border-radius: 0 8px 0 0; }

.quantity-button.quantity-down {
  position: absolute;
  bottom: -2px;
  height: 50%;
  padding-top: 3px;
  border-radius: 0 0 8px 0; }

.table.table-borderless {
  background-color: transparent; }
  .table.table-borderless .form-button input {
    border: 0;
    font-size: 22px;
    margin-right: 17px;
    border-radius: 10px;
    height: 70px;
    width: 209px;
    line-height: 70px;
    padding: 0 20px 0 20px;
    border: 1px solid #d7d7d7;
    color: #a3a6a9;
    background-color: #f6fafd;
    -webkit-box-shadow: 2px 4px 3px 0px rgba(81, 81, 81, 0.1);
    box-shadow: 2px 4px 3px 0px rgba(81, 81, 81, 0.1); }
    .table.table-borderless .form-button input:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
  .table.table-borderless .form-button input::-webkit-input-placeholder {
    font-size: 22px;
    font-family: "Maven Pro", sans-serif;
    font-weight: 400;
    color: #a3a6a9; }
  .table.table-borderless .form-button input:-ms-input-placeholder {
    font-size: 22px;
    font-family: "Maven Pro", sans-serif;
    font-weight: 400;
    color: #a3a6a9; }
  .table.table-borderless .form-button input::-ms-input-placeholder {
    font-size: 22px;
    font-family: "Maven Pro", sans-serif;
    font-weight: 400;
    color: #a3a6a9; }
  .table.table-borderless .form-button input::placeholder {
    font-size: 22px;
    font-family: "Maven Pro", sans-serif;
    font-weight: 400;
    color: #a3a6a9; }
  .table.table-borderless .form-button .btn-sky {
    padding: 0 29px 0 29px;
    border-radius: 10px; }
  .table.table-borderless .table-title {
    font-family: "Oswald", sans-serif;
    font-size: 45px;
    line-height: 45px;
    font-weight: 400;
    color: #1d2532;
    text-transform: uppercase; }
  .table.table-borderless .cost {
    font-family: "Maven Pro", sans-serif;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    color: #4f4f4f;
    border-bottom: 1px solid #ebebeb; }

/* Customize the label (the container) */
.payment-box {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.payment-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 14px;
  left: 0;
  border-radius: 3px;
  height: 25px;
  width: 25px;
  border: 3px solid #34cdfa; }

/* On mouse-over, add a grey background color */
.payment-box:hover input ~ .checkmark {
  background-color: #ffffff; }

/* When the checkbox is checked, add a blue background */
.payment-box input:checked ~ .checkmark {
  background-color: #34cdfa; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.payment-box input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.payment-box .checkmark:after {
  left: 5px;
  top: 0px;
  width: 9px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.payment-box .box-content {
  font-family: "Maven Pro", sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  margin-left: 10px;
  color: #4f4f4f;
  display: inline-block; }

.checkout-section {
  padding-bottom: 145px; }

.shipping-form {
  padding: 54px 47px 39px 46px;
  margin-bottom: 50px;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 3px 3px #e8e6e6;
  box-shadow: 0px 0px 3px 3px #e8e6e6; }
  .shipping-form .title {
    font-family: "Oswald", sans-serif;
    font-size: 45px;
    line-height: 45px;
    font-weight: 400;
    text-transform: uppercase;
    color: #1d2532;
    margin-bottom: 59px; }
  .shipping-form .blog-contact-form input {
    font-size: 22px;
    margin-bottom: 45px; }
    .shipping-form .blog-contact-form input:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none;
      border-color: #d7d7d7; }
  .shipping-form .blog-contact-form .mb {
    margin-bottom: 25px; }
  .shipping-form .blog-contact-form input::-webkit-input-placeholder {
    color: #a3a6a9;
    font-size: 22px;
    font-family: "Maven Pro", sans-serif;
    font-weight: 400; }
  .shipping-form .blog-contact-form input:-ms-input-placeholder {
    color: #a3a6a9;
    font-size: 22px;
    font-family: "Maven Pro", sans-serif;
    font-weight: 400; }
  .shipping-form .blog-contact-form input::-ms-input-placeholder {
    color: #a3a6a9;
    font-size: 22px;
    font-family: "Maven Pro", sans-serif;
    font-weight: 400; }
  .shipping-form .blog-contact-form input::placeholder {
    color: #a3a6a9;
    font-size: 22px;
    font-family: "Maven Pro", sans-serif;
    font-weight: 400; }

.card-area {
  margin-bottom: 35px; }
  .card-area .payment-box {
    display: inline-block; }
  .card-area .payment-card {
    display: inline; }
    .card-area .payment-card ul {
      float: right;
      padding-left: 0;
      list-style: none; }
      .card-area .payment-card ul li {
        display: inline-block;
        margin-right: 2px; }

.btn-sky.mt {
  margin-top: 11px; }

@media all and (max-width: 767px) {
  .shipping-form {
    padding: 44px 37px 29px 36px; }
  .shipping-form .title {
    font-size: 30px;
    line-height: 30px; }
  .shipping-form .blog-contact-form input {
    height: 60px !important;
    line-height: 60px;
    margin-bottom: 30px;
    padding: 0 20px 0 20px; }
  .shipping-form .form-control,
  .form-group .form-control {
    height: 60px !important;
    line-height: 60px;
    padding: 0 20px 0 20px; }
  .nice-select,
  .nice-select .current,
  input,
  textarea,
  textarea::-webkit-input-placeholder,
  input::-webkit-input-placeholder {
    font-size: 16px !important; }
  .nice-select,
  .nice-select .current,
  input,
  textarea,
  textarea:-ms-input-placeholder,
  input:-ms-input-placeholder {
    font-size: 16px !important; }
  .nice-select,
  .nice-select .current,
  input,
  textarea,
  textarea::-ms-input-placeholder,
  input::-ms-input-placeholder {
    font-size: 16px !important; }
  .nice-select,
  .nice-select .current,
  input,
  textarea,
  textarea::placeholder,
  input::placeholder {
    font-size: 16px !important; }
  .e-commerce-widget .total span {
    font-size: 22px !important; } }

.shop-section {
  padding: 140px 0 78px 0; }
  .shop-section .title {
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    line-height: 66px;
    font-weight: 400;
    margin-bottom: 94px;
    text-transform: uppercase;
    color: #1d2532; }
  .shop-section.style-two {
    padding: 140px 0 78px 0; }

.shop-single {
  margin-bottom: 58px; }
  .shop-single .thumbnail {
    margin-bottom: 38px;
    position: relative; }
    .shop-single .thumbnail .tag {
      top: 50%;
      left: 50%;
      position: absolute;
      background-color: transparent;
      border: 0;
      height: 70px;
      line-height: 0;
      margin: -35px 0 0 -35px;
      padding: 0 23px 0 23px;
      border: 3px solid #34cdfa;
      background-color: #ffffff;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      z-index: 1;
      opacity: 0;
      visibility: hidden; }
    .shop-single .thumbnail img {
      width: 100%; }
  .shop-single h3 {
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 11px;
    color: #1d2532;
    text-transform: uppercase; }
  .shop-single .price {
    color: #34cdfa; }
  .shop-single:hover .thumbnail .tag {
    opacity: 1;
    visibility: visible; }

.e-sidebar .widget.widget-search {
  padding-bottom: 130px; }

.e-sidebar .input-group {
  margin-bottom: 45px; }

.e-sidebar .form-group.select .form-control {
  border-radius: 5px; }

.nice-select .option.selected {
  font-weight: 400; }

.nice-select.open .list {
  width: 100%; }

.widget-range {
  padding-bottom: 85px;
  overflow: hidden; }
  .widget-range .range-slider-title {
    margin-bottom: 4px; }
  .widget-range .filter {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    color: #34cdfa;
    text-transform: uppercase; }
  .widget-range .single-range-slide {
    margin-bottom: 30px; }

@media (min-width: 1400px) and (max-width: 1450px) {
  .shop-single h3 {
    font-size: 30px;
    line-height: 34px; } }

@media all and (max-width: 1400px) {
  .shop-single h3 {
    font-size: 30px;
    line-height: 34px; } }

@media all and (max-width: 1024px) {
  .shop-single h3 {
    font-size: 24px;
    line-height: 28px; } }

@media all and (max-width: 992px) {
  .shop-section.style-two {
    padding: 120px 0 68px 0; }
  .e-sidebar {
    margin-top: 38px; }
  .e-sidebar.style-two {
    margin-top: 70px; }
  .payment-box .box-content {
    font-size: 17px;
    line-height: 21px; }
  .card-area .payment-card ul {
    margin-bottom: 20px; }
  .card-area {
    margin-bottom: 15px;
    display: inline-block; }
  .checkout-section {
    padding-bottom: 125px; }
  .blog-contact-form {
    padding-bottom: 50px; } }

@media all and (max-width: 767px) {
  .widget-search .form-control {
    font-size: 16px; }
    .widget-search .form-control::-webkit-input-placeholder {
      font-size: 16px !important; }
    .widget-search .form-control:-ms-input-placeholder {
      font-size: 16px !important; }
    .widget-search .form-control::-ms-input-placeholder {
      font-size: 16px !important; }
    .widget-search .form-control::placeholder {
      font-size: 16px !important; } }

@media all and (max-width: 424px) {
  .card-area .payment-card ul li {
    display: inline-block;
    margin: 0 30px 15px 0; }
  .shipping-form .title {
    font-size: 24px;
    line-height: 24px; } }

.poster-area {
  margin-bottom: 93px; }
  .poster-area .title {
    font-family: "Oswald", sans-serif;
    font-size: 45px;
    line-height: 45px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #1d2532;
    text-transform: uppercase; }
  .poster-area .rating {
    margin-bottom: 33px; }
    .poster-area .rating ul {
      list-style: none;
      padding-left: 0; }
      .poster-area .rating ul li {
        margin-right: 0px;
        display: inline-block; }
        .poster-area .rating ul li a {
          color: #ffc002; }
      .poster-area .rating ul .reviewer {
        font-family: "Maven Pro", sans-serif;
        font-size: 20px;
        line-height: 20px;
        font-weight: 400;
        color: #4f4f4f;
        margin-left: 18px; }
  .poster-area .price {
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: 400px;
    color: #34cdfa;
    margin-bottom: 33px;
    display: inline-block; }
  .poster-area p {
    font-family: "Maven Pro", sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #4f4f4f;
    margin-bottom: 54px; }
  .poster-area .quantity {
    margin-bottom: 38px; }
    .poster-area .quantity .btn-sky {
      margin-left: 30px; }
  .poster-area .category {
    font-weight: 500;
    margin-bottom: 17px; }
    .poster-area .category span {
      font-weight: 400;
      margin-left: 24px; }
    .poster-area .category .tag {
      margin-left: 14px; }

.shop-single-tab {
  margin-bottom: 111px; }
  .shop-single-tab .nav-tabs {
    padding-bottom: 1px;
    margin-bottom: 22px;
    border-bottom: 2px solid #ebebeb; }
    .shop-single-tab .nav-tabs .nav-item .nav-link {
      font-family: "Oswald", sans-serif;
      font-size: 36px;
      font-weight: 400;
      line-height: 36px;
      color: #1d2532;
      text-transform: uppercase;
      padding: 0;
      margin-right: 35px;
      border: 0; }
      .shop-single-tab .nav-tabs .nav-item .nav-link.active {
        padding-bottom: 24px;
        outline: 0;
        border-bottom: 6px solid #1d2532; }
  .shop-single-tab .tab-content .tab-pane .table thead tr {
    height: 75px;
    line-height: 75px;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6; }
    .shop-single-tab .tab-content .tab-pane .table thead tr th {
      font-family: "Maven Pro", sans-serif;
      font-size: 22px;
      font-weight: 500;
      line-height: 26px;
      color: #4f4f4f;
      vertical-align: middle;
      padding: 0 30px 0 20px; }
    .shop-single-tab .tab-content .tab-pane .table thead tr .content {
      font-weight: 400;
      padding-left: 35px; }
  .shop-single-tab .tab-content .tab-pane .table tbody tr {
    height: 75px;
    line-height: 75px; }
    .shop-single-tab .tab-content .tab-pane .table tbody tr td {
      font-family: "Maven Pro", sans-serif;
      font-size: 22px;
      font-weight: 500;
      line-height: 26px;
      color: #4f4f4f;
      padding: 0 30px 0 20px; }
    .shop-single-tab .tab-content .tab-pane .table tbody tr .color {
      padding-left: 35px;
      font-weight: 400; }

@media all and (max-width: 1024px) {
  .poster-area .rating ul .reviewer {
    font-size: 15px;
    line-height: 15px;
    margin-left: 7px; }
  .poster-area .rating {
    margin-bottom: 16px; }
  .poster-area .price {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 23px; }
  .poster-area .quantity .btn-sky {
    font-size: 20px;
    height: 70px;
    line-height: 69px;
    padding: 0px 30px 0 30px;
    margin-left: 20px; }
  .poster-area p {
    margin-bottom: 34px; }
  .table th {
    font-size: 18px; }
  .table .delete .icon {
    margin-right: 10px;
    font-size: 16px; }
  .table td,
  .table h6 {
    font-size: 16px !important; }
  .table.table-borderless .form-button input {
    height: 55px;
    line-height: 55px;
    font-size: 16px; }
    .table.table-borderless .form-button input::-webkit-input-placeholder {
      font-size: 16px; }
    .table.table-borderless .form-button input:-ms-input-placeholder {
      font-size: 16px; }
    .table.table-borderless .form-button input::-ms-input-placeholder {
      font-size: 16px; }
    .table.table-borderless .form-button input::placeholder {
      font-size: 16px; }
  .table-checkout-btn .btn-sky,
  .table.table-borderless .form-button .btn-sky {
    height: 55px;
    line-height: 55px;
    font-size: 18px; } }

@media all and (max-width: 767px) {
  .poster-area {
    margin-top: 50px; }
  .shop-single-tab .nav-tabs .nav-item .nav-link {
    font-size: 16px;
    line-height: 20px; }
  .shop-single-tab .tab-content .tab-pane .table thead tr th {
    font-size: 15px;
    line-height: 20px; }
  .shop-single-tab .tab-content .tab-pane .table tbody tr td {
    font-size: 20px; }
  .shop-section .title {
    font-size: 38px;
    line-height: 44px; }
  .shop-single-tab .tab-content .tab-pane .table thead tr th {
    padding: 0 10px 0 10px; }
  .shop-single-tab .tab-content .tab-pane .table thead tr .content {
    padding-left: 10px; }
  .shop-single-tab .tab-content .tab-pane .table tbody tr .color {
    padding-left: 10px; }
  .table h6 {
    margin-left: 0;
    margin-top: 15px;
    font-size: 13px !important; }
  .table .delete .icon {
    margin-right: 10px;
    font-size: 16px;
    margin-left: 23px;
    margin-bottom: 12px; }
  .cart-table {
    padding: 30px 20px 30px 20px; }
  .table .main-table-tr td {
    padding: 18px 0; }
  .table.table-borderless .form-button .btn-sky {
    margin-top: 10px !important; }
  .table .form-button {
    padding: 45px 0 45px; } }

.thanks-shopping {
  padding-bottom: 140px; }

.thanks-shopping-details {
  margin-bottom: 60px;
  padding: 53px 50px 54px 45px;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 1px 1px #e8e6e6;
  box-shadow: 0px 0px 1px 1px #e8e6e6; }
  .thanks-shopping-details .card-title {
    font-family: "Oswald", sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 50px;
    color: #1d2532;
    text-transform: uppercase; }
  .thanks-shopping-details .contex {
    margin-bottom: 35px; }
  .thanks-shopping-details p {
    font-family: "Maven Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    color: #4f4f4f; }
    .thanks-shopping-details p strong {
      font-weight: 500; }
  .thanks-shopping-details .order-id {
    margin-bottom: 33px; }
  .thanks-shopping-details .shipping {
    margin-bottom: 10px; }
  .thanks-shopping-details .actions {
    margin-top: 31px; }
    .thanks-shopping-details .actions a {
      font-family: "Oswald", sans-serif;
      font-size: 24px;
      font-weight: 400;
      line-height: 28px;
      color: #34cdfa;
      text-transform: uppercase;
      text-decoration: none; }

@media all and (max-width: 1500px) {
  .thanks-shopping-details .card-title {
    font-size: 38px;
    line-height: 40px; }
  .thanks-shopping-details {
    padding: 33px 30px 34px 24px; } }

.e-commerce-widget {
  padding: 53px 50px 54px 45px;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 2px 2px #e8e6e6;
  box-shadow: 0px 0px 2px 2px #e8e6e6; }
  .e-commerce-widget .card-title {
    font-family: "Oswald", sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 48px;
    color: #1d2532;
    text-transform: uppercase;
    margin-bottom: 54px; }
  .e-commerce-widget .cart-single-price {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb; }
    .e-commerce-widget .cart-single-price img {
      margin-right: 18px; }
    .e-commerce-widget .cart-single-price span {
      font-family: "Maven Pro", sans-serif;
      font-size: 22px;
      font-weight: 500;
      line-height: 26px;
      color: #4f4f4f; }
    .e-commerce-widget .cart-single-price .item-price {
      font-weight: 400;
      margin-top: 22px; }
  .e-commerce-widget .cart-price-total span {
    font-family: "Maven Pro", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    color: #4f4f4f;
    text-transform: uppercase; }
  .e-commerce-widget .cart-price-total .total-price {
    font-size: 30px;
    margin-top: 5px; }
  .e-commerce-widget .cart-price-total .price {
    font-weight: 400;
    margin-top: 5px; }
  .e-commerce-widget .cart-price-total .subtotal {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb; }

@media all and (max-width: 1500px) {
  .e-commerce-widget .card-title {
    font-size: 38px;
    line-height: 40px; }
  .e-commerce-widget {
    padding: 33px 30px 34px 24px; }
  .e-commerce-widget .cart-single-price span {
    font-size: 18px; }
  .e-commerce-widget .cart-single-price img {
    margin-right: 10px; }
  .e-commerce-widget .cart-single-price .item-price {
    margin-top: 25px; } }

@media all and (max-width: 1024px) {
  .e-commerce-widget .card-title {
    font-size: 35px;
    line-height: 38px; }
  .e-commerce-widget .cart-single-price img {
    margin-right: 0;
    width: 19%; }
  .e-commerce-widget .cart-single-price span {
    font-size: 15px; }
  .e-commerce-widget .cart-single-price .item-price {
    margin-top: 15px; }
  .e-commerce-widget .cart-price-total span {
    font-size: 20px;
    line-height: 24px; }
  .e-commerce-widget .cart-price-total .total-price {
    font-size: 26px;
    margin-top: 6px; } }

@media (min-width: 768px) and (max-width: 992px) {
  .e-commerce-widget .card-title {
    font-size: 35px;
    line-height: 38px; }
  .e-commerce-widget .cart-single-price img {
    margin-right: 18px;
    width: auto; }
  .e-commerce-widget .cart-single-price span {
    font-size: 22px; }
  .e-commerce-widget .cart-single-price .item-price {
    margin-top: 24px; }
  .e-commerce-widget {
    margin-top: 100px; }
  .thanks-shopping {
    padding-bottom: 120px; } }

@media all and (max-width: 767px) {
  .e-commerce-widget .cart-single-price .item-price {
    margin-top: 28px; }
  .thanks-shopping-details .card-title {
    font-size: 26px;
    line-height: 30px; }
  .thanks-shopping-details .card-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 27px; }
  .thanks-shopping-details p {
    font-size: 20px;
    line-height: 24px; }
  .e-commerce-widget .card-title {
    font-size: 26px;
    line-height: 30px; }
  .e-commerce-widget .card-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 35px; }
  .thanks-shopping {
    padding-bottom: 120px; }
  .e-commerce-widget {
    margin-top: 100px; }
  .thanks-button .btn-sky {
    font-size: 20px;
    line-height: 60px;
    height: 60px;
    padding: 0 30px 0 30px; }
  .thanks-shopping-details {
    margin-bottom: 30px; } }

@media all and (max-width: 424px) {
  .e-commerce-widget .cart-single-price .item-price {
    margin-top: 22px; } }

@media all and (max-width: 375px) {
  .e-commerce-widget .cart-single-price .item-price {
    margin-top: 16px; } }

/*
|---------------------------------------------
| 7.0 - sidebar section
|---------------------------------------------
*/
.widget {
  padding: 54px 60px 60px 60px;
  margin-bottom: 45px;
  border-radius: 3px;
  background-color: #1d2532; }
  .widget .widget-title {
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 42px;
    text-transform: uppercase; }

.widget-search .form-control {
  border: 0;
  height: 70px;
  padding: 0 0 0 28px;
  color: #ffffff;
  background-color: #333a46;
  border-radius: 5px 0 0 5px !important; }
  .widget-search .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .widget-search .form-control input {
    color: #ffffff; }

.widget-search input::-webkit-input-placeholder {
  font-size: 22px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  color: #ffffff; }

.widget-search input::-moz-placeholder {
  font-size: 22px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  color: #ffffff; }

.widget-search input:-ms-input-placeholder {
  font-size: 22px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  color: #ffffff; }

.widget-search input::-ms-input-placeholder {
  font-size: 22px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  color: #ffffff; }

.widget-search input::placeholder {
  font-size: 22px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  color: #ffffff; }

.widget-search .input-group-addon .btn-submit {
  border: 0;
  height: 70px;
  color: #34cdfa;
  padding: 0 25px 0 0;
  background-color: #333a46;
  border-radius: 0 5px 5px 0 !important; }
  .widget-search .input-group-addon .btn-submit:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.upcoming-event ul {
  padding-left: 0; }
  .upcoming-event ul li {
    margin: 0 0 13px 35px; }
    .upcoming-event ul li a {
      font-family: "Maven Pro", sans-serif;
      font-size: 22px;
      font-weight: 500;
      line-height: 26px;
      color: #ffffff;
      text-decoration: none;
      position: relative; }
      .upcoming-event ul li a:before {
        content: '';
        display: block;
        top: 9px;
        left: -33px;
        bottom: 0;
        height: 10px;
        width: 10px;
        position: absolute;
        background-color: #34cdfa; }

.recent-post .post {
  margin-bottom: 34px; }
  .recent-post .post a {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    color: #ffffff;
    margin-bottom: 18px;
    display: block;
    text-decoration: none;
    text-transform: uppercase; }
  .recent-post .post p {
    font-family: "Maven Pro", sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff; }
    .recent-post .post p i {
      margin-right: 10px; }
    .recent-post .post p img {
      margin-right: 15px; }

.upcoming-event-tags .event-tags a {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  color: #34cdfa;
  height: 50px;
  margin: 0 8px 8px 0;
  padding: 0 20px 0 20px;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
  border: 3px solid #34cdfa;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .upcoming-event-tags .event-tags a:hover {
    color: #ffffff;
    background-color: #34cdfa; }

.select-place .form-check-label .checkmark {
  font-family: "Maven Pro", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff; }

.container:hover input ~ .checkmark {
  background-color: #ccc; }

@media all and (max-width: 1400px) {
  .widget {
    padding: 44px 50px 50px 50px; }
  .widget .widget-title {
    font-size: 29px;
    line-height: 33px; }
  .recent-post .post a {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 16px; }
  .upcoming-event-tags .event-tags a {
    font-size: 18px;
    margin: 0 8px 8px 0;
    padding: 0 16px 0 16px; } }

@media all and (max-width: 1024px) {
  .widget {
    padding: 25px 25px 30px 30px; }
  .widget-advisor input {
    margin-bottom: 30px !important; }
  .widget-advisor textarea {
    margin-bottom: 40px !important;
    color: #ffffff; }
  .upcoming-event ul li a {
    font-size: 20px;
    line-height: 24px; }
  .recent-post .post a {
    font-size: 20px;
    line-height: 30px; }
  .upcoming-event-tags .event-tags a {
    font-size: 16px;
    line-height: 35px;
    height: 40px;
    margin: 0 8px 8px 0;
    padding: 0 15px 0 15px; } }

@media all and (max-width: 992px) {
  .blog-post-details .widget.upcoming-event-tags {
    margin-bottom: 0; } }

@media all and (max-width: 767px) {
  .widget.upcoming-event-tags {
    margin-bottom: 0; } }

@media all and (max-width: 374px) {
  .recent-post .post a {
    font-size: 20px;
    line-height: 25px; } }

/*
|---------------------------------------------
| 7.0 - poperty sidebar
|---------------------------------------------
*/
.widget-author img {
  margin-bottom: 39px; }

.widget-author a {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  color: #ffffff;
  margin-bottom: 27px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase; }

.widget-author p {
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 24px; }

.widget-author h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #34cdfa;
  margin-bottom: 22px; }

.widget-advisor input {
  border: 0;
  margin-bottom: 45px;
  padding: 0 20px 0 25px;
  background-color: #343b47;
  color: #ffffff !important; }
  .widget-advisor input:focus {
    background-color: #343b47; }

.widget-advisor input::-webkit-input-placeholder {
  font-size: 22px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  color: #ffffff; }

.widget-advisor input::-moz-placeholder {
  font-size: 22px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  color: #ffffff; }

.widget-advisor textarea {
  border: 0;
  margin-bottom: 60px;
  padding: 0 20px 0 23px;
  height: 140px !important;
  background-color: #343b47;
  color: #ffffff !important; }
  .widget-advisor textarea:focus {
    background-color: #343b47; }

.widget-advisor textarea::-webkit-input-placeholder {
  font-size: 22px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  color: #ffffff; }

.widget-advisor textarea::-moz-placeholder {
  font-size: 22px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  color: #ffffff; }

.widget-advisor .btn-sky {
  width: 100%; }

@media all and (max-width: 1024px) {
  .widget-author h6 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 22px; }
  .widget-author p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px; }
  .widget .widget-title {
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 42px; } }

/*
|---------------------------------------------
| 7.0 - poperty sidebar
|---------------------------------------------
*/
.property-sidebar {
  padding: 54px 60px 60px 60px;
  background-color: #1d2532; }
  .property-sidebar .sidebar-title .title {
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 42px;
    text-transform: uppercase; }
  .property-sidebar .form-group input {
    font-family: "Maven Pro", sans-serif;
    font-size: 22px;
    line-height: 70px;
    color: #ffffff; }
  .property-sidebar .btn-sky {
    width: 100%; }

.property-sidebar .single-range-slide {
  margin-top: 30px; }

.property-sidebar .btn-sky {
  margin-top: 30px; }

@media all and (max-width: 1440px) {
  .property-sidebar .form-control .current, .property-sidebar .form-group .form-control .current {
    font-size: 18px; }
  .property-sidebar .nice-select .option {
    font-size: 16px; }
  .property-sidebar .nice-select:after {
    width: 8px;
    height: 8px; }
  .property-sidebar .form-group .form-control {
    font-size: 20px; }
  .property-sidebar .range-slider-title {
    font-size: 16px; }
  .property-sidebar .btn-sky {
    font-size: 20px;
    font-weight: 400;
    line-height: 56px;
    height: 55px; }
  .property-sidebar .single-range-slide {
    margin-top: 30px; } }

@media all and (max-width: 1024px) {
  .property-sidebar {
    padding: 34px 40px 40px 40px; }
  .property-sidebar .sidebar-title .title {
    font-size: 29px;
    line-height: 33px; }
  .property-sidebar .form-group .form-control {
    font-size: 16px; }
  .form-control .current, .form-group .form-control .current {
    font-size: 16px; }
  .form-control .current, .form-group .form-control {
    margin-bottom: 30px !important; } }

@media all and (max-width: 767px) {
  .property-sidebar .form-control,
  .property-sidebar .form-group .form-control {
    height: 55px !important;
    line-height: 55px;
    margin-bottom: 20px !important; } }

@media all and (max-width: 320px) {
  .property-sidebar .form-group .form-control {
    padding: 0 14px 0 20px; } }

.range-slider-title {
  font-size: 22px;
  font-family: "Maven Pro", sans-serif;
  color: #ffffff;
  margin-bottom: 17px; }

.slider.slider-horizontal {
  width: 100%; }

.slider.slider-horizontal .slider-track {
  height: 5px;
  background-color: #343b47;
  background-image: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-repeat: no-repeat;
  margin-top: -0.45rem; }

.slider.slider-horizontal .slider-selection {
  background-color: #ffffff;
  background-image: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
  margin-left: -5px; }

.slider-handle {
  background-color: #34cdfa;
  background-image: none;
  width: 12px;
  height: 12px;
  margin-top: -1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }

.slider-handle.round {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }

.slider-handle.min-slider-handle {
  margin-left: -3px !important; }

.slider-handle.max-slider-handle {
  margin-left: -3px !important; }

/*
|---------------------------------------------
| 7.0 - footer section
|---------------------------------------------
*/
.footer-section {
  padding: 120px 0 0 0;
  background-color: #1d2532;
  position: relative; }
  .footer-section .footer-logo {
    top: -31px;
    left: 0;
    position: absolute; }
    .footer-section .footer-logo img {
      display: block;
      margin-bottom: 22px; }
    .footer-section .footer-logo span {
      font-family: "Maven Pro", sans-serif;
      font-size: 21px;
      font-weight: 400;
      line-height: 24px;
      color: #ffffff; }

.footer-social-area h4 {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 35px; }

.footer-social-area ul {
  list-style: none; }
  .footer-social-area ul li {
    display: inline-block;
    margin-right: 41px; }
    .footer-social-area ul li a {
      font-size: 26px;
      color: #ffffff; }

.newalatter h4 {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 29px; }

.newalatter .input-group {
  border-bottom: 1px solid #ffffff; }
  .newalatter .input-group .form-control {
    border: 0;
    height: 26px !important;
    padding: 0 30px 6px 0;
    color: #ffffff;
    background-color: transparent; }
    .newalatter .input-group .form-control:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .newalatter .input-group .input-group-addon {
    position: relative; }
    .newalatter .input-group .input-group-addon .btn-submit {
      right: -8px;
      top: -11px;
      position: absolute;
      border-radius: 0;
      background-color: transparent; }
      .newalatter .input-group .input-group-addon .btn-submit i {
        color: #34cdfa; }
      .newalatter .input-group .input-group-addon .btn-submit:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none; }

.copyright {
  margin-top: 137px;
  border-top: 1px solid #20394a; }
  .copyright p {
    font-family: "Maven Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    color: #787c7f;
    margin: 0;
    padding: 17px 0 20px 0; }

@media all and (max-width: 1024px) {
  .newalatter h4 {
    float: left; }
  .newalatter {
    margin-top: 55px; }
  .footer-section .footer-logo {
    left: 15px; } }

@media all and (max-width: 767px) {
  .footer-social-area {
    text-align: left !important;
    margin-top: 171px; }
  .footer-social-area ul {
    padding-left: 0; }
  .copyright p {
    font-size: 16px; }
  .copyright {
    margin-top: 100px; }
  .footer-section {
    padding: 98px 0 0 0; }
  .footer-social-area h4 {
    margin-bottom: 28px; } }
