
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #252a37;
  font-family: 'gilroy', sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 48px;
  line-height: 48px;
}

h2 {
  font-size: 36px;
  line-height: 36px;
}

h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
}

h5 {
  font-size: 14px;
  line-height: 24px;
}


.solid-bg {
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Pricing table
================================================== */
.pricing {
  padding-bottom: 80px;
}

.price-icon-wrapper {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
}

.plan {
  border: 1px solid #eaeaea;
  border-radius: 4px;
}
.plan ul {
  background: #fff;
  padding: 0;
  margin-bottom: 0;
}
.plan li {
  padding: 8px 30px;
  list-style: none;
}
.plan .btn {
  margin: 25px 0 40px;
}
.plan.featured {
  background: #2154cf;
  color: #fff;
  padding: 40px 0;
  margin: -40px 0;
}
.plan.featured ul {
  background: none;
}
.plan.featured .plan-name {
  color: #fff;
}
.plan.featured .plan-price {
  color: #fff;
}
.plan.featured .btn {
  background: #fff;
  color: #2154cf;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

                    .default {
                        background-color: #e9d16f !important;
                        color: #062b1f !important;
                    }

.pricing-footer {
                position: relative;
              }
.pricing-footer .btn {
                display: inline-block;
                padding: 13px 30px;
                font-weight: 600;
                border: 0;
                text-decoration: none !important;
                text-align: center;
                cursor: pointer;
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                transition: all 0.5s ease;
                max-width: 100%;
                color: #FFF;
              }
                    .pricing-footer .round-xxlarge {
                        -moz-border-radius: 32px !important;
                        -webkit-border-radius: 32px !important;
                        border-radius: 32px !important;
                    }
                    .pricing-footer .btn {
                        position: relative;
                        padding: 10px 40px;
                        font-size: 16px;
                        top: -25px;
                    }

.plan.featured .btn:hover {
  background: #1c121d;
  color: #fff;
}
.plan.plan-last {
  margin-bottom: 0;
}

.plan-name {
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  padding: 20px 0;
  color: #ffffff;
  margin-bottom: 0;
}
.plan-name small {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
}

.plan-price {
  font-size: 48px;
  padding: 0 0;
  position: relative;
  color: #ffffff;
  margin: 0 0 25px;
}
.plan-price .currency {
  top: -0.9em;
  font-size: 50%;
  left: -0.01em;
  font-weight: 700;
}
.plan-price sub {
  font-size: 20px;
  left: -0.6em;
  position: relative;
}

.ts-price-box {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: -70px;
}

.pricing-boxed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pricing-boxed:after {
  content: "";
  clear: both;
  display: block;
}

.single-price-box {
  width: 25%;
  text-align: center;
  border-radius: 15px;
}
.single-price-box .pricing-header {
  min-height: 145px;
  padding: 10px 0;
  margin-bottom: 20px;
  background: #000;
  position: relative;
  z-index: 3;
}
.single-price-box .pricing-header h3,
.single-price-box .pricing-header h2 {
  color: #e9d16f;
}
@media screen and (min-width: 992px) {
  .single-price-box .pricing-header.border-left {
    border-top-left-radius: 5px;
  }
  .single-price-box .pricing-header.border-right {
    border-top-right-radius: 5px;
  }
}
.single-price-box.featured {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
  background: #fff;
  margin-top: -30px;
}
.single-price-box.featured .pricing-header {
  margin-bottom: 100px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #FC6B2A;
}
.single-price-box.featured .btn-primary {
  background: #FC6B2A;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-price-box.featured .btn-primary:hover {
  background: #000;
}
.single-price-box .pricing-plan .list-unstyled li {
  padding-bottom: 12px;
      font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    line-height: 30px;
    margin: 10px 0 25px;
    font-family: 'Roboto Slab';
}
.single-price-box .pricing-plan .list-unstyled li:last-child {
  padding-bottom: 10px;
}
.single-price-box .pricing-plan {
  padding-bottom: 40px;
  background: #062b1f;
  margin: 10px;
  border-radius: 15px;
}

/* FAQ Page*/
/* Collapse */
.card {
  border: none;
}

.card-header {
  background: none !important;
  color: #626c84;
  padding: 20px 0 21px;
}

.card-header i {
  background: #2154cf;
  color: #fff;
  border-radius: 5px;
  font-size: 20px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 15px;
}

.card-body {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-top: none;
}

.btn-link {
  color: #626c84;
  padding: 0;
}

.btn-link:hover {
  text-decoration: none;
}

.btn:focus {
  text-decoration: none !important;
}

h5.mb-0 {
  margin-left: 0;
}

h5.mb-0 button {
  position: relative;
  padding-left: 55px;
}

h5.mb-0 button.collapsed {
  color: #333;
}

h5.mb-0 button:before {
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
}

h5.mb-0 button:before,
h5.mb-0 button .collapsed:before {
  font-family: "FontAwesome";
  position: absolute;
  z-index: 0;
  font-size: 16px;
  left: 0px;
  padding: 0 5px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #2154cf;
}

.card-header button p {
  margin-bottom: 0px;
  font-weight: 500;
  color: #626c84;
}

h5.mb-0 button p:hover {
  color: #2154cf;
}

h5.mb-0 button:before {
  content: "\f068";
}

h5.mb-0 button.collapsed:before {
  content: "\f067";
}

.card-header .collapsed .show {
  border-bottom: none;
}

/* Quote area */
.quote-item .quote-text:before {
  content: "\e937";
  font-family: 'iconfont';
  position: absolute;
  font-size: 35px;
  left: 105px;
  color: #2154cf;
  background: none;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Slider pages */
.page-slider.small-bg .item {
  min-height: 330px;
}
.page-slider.small-bg .box-slider-content {
  left: 20%;
}
.page-slider.small-bg .box-slider-text {
  background: #fff;
  padding: 5px 20px;
}
.page-slider.small-bg .box-slide-title {
  font-size: 28px;
  color: #fff;
  font-weight: 900;
}

/*-- Get a quote page --*/
.page-quote-form {
  background: #f2f2f2;
  padding: 30px 50px 50px;
}

.get-a-quote-img {
  margin-bottom: -190px;
}

/*-- Pricing table  --*/
.ts-pricing-box {
  margin: 20px 0;
  padding: 0;
  text-align: center;
  background: #f9f9f9;
}

.ts-pricing-header {
  background: #252525;
  color: #fff;
  position: relative;
  padding: 30px 20px;
}

.ts-pricing-name {
  font-size: 18px;
  line-height: normal;
  margin: 0 0 5px 0;
  color: #fff;
}

.ts-pricing-price {
  font-size: 44px;
  color: #fff;
  margin: 15px 0 0;
  display: inline-block;
}
.ts-pricing-price > small {
  font-size: 16px;
  line-height: 16px;
  display: block;
  margin-top: 15px;
  color: #fff;
}

.ts-pricing-features {
  padding: 15px 0;
}
.ts-pricing-features > ul {
  padding: 0 20px;
}
.ts-pricing-features > ul > li {
  padding: 20px 0;
  border-top: 1px dotted #e5e5e5;
}
.ts-pricing-features > ul > li:first-child {
  border-top: 0;
}

.plan-action {
  padding-bottom: 40px;
}

/* Pricing featured */
.ts-pricing-box.ts-pricing-featured .ts-pricing-header {
  background: #ff9700;
}

section,
.section-padding {
  padding: 40px 0;
  position: relative;
  z-index: 3;
}

.no-padding {
  padding: 0 !important;
}

.no-border {
  border: none !important;
}

.ts-padding {
  padding: 70px 50px;
}

.media > .pull-left {
  margin-right: 20px;
}

@media screen and (max-width: 992px) {
  .single-price-box {
    width: 100%;
    text-align: center;
}
}

a:focus {
  outline: 0;
}

.unstyled,
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-title {
    font-size: 44px;
    margin-top: 0;
    display: inline-block;
    margin-bottom: 90px;
    position: relative;
}
.text-center {
    text-align: center!important;
}

.section-sm {
  padding: 70px 0;
}

.section-sm p {
  font-family: "Roboto", sans-serif;
  color: #9a9a9a;
  font-size: 16px;
}

.section-sm h1, .section-sm h2, .section-sm h3, .section-sm h4, .section-sm h5, .section-sm h6 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
}

.plans-page .cover{
    height:45vh;
    padding:20px;
    position:relative;
    background:url(../img/cover/img-4.png) center fixed;
    background-size:cover
  }

  .plans-page .cover h1 {
    position: relative;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    text-align: center;
    font-size: 40pt;
    font-weight: 700;
}

.landing-page .pane.others .panel.left {
  background: #ffffff;
}

.landing-page .pane.others .panel {
  width: 50%;
  float: left;
  min-height: 100vh;
  padding: 50px;
  position: relative;
}

.landing-page .pane.others .panel.right {
 /* background: url(../img/cover/img-4.png) center;
  background-size: cover;*/
  padding: 100px;
}

.row{
  width: 100%;
}

.col-2{
  width: 50%;
}


/** project-style-four **/

.project-style-four{
  position: relative;
  padding: 103px 0px 100px 0px;
}

.project-block-three .inner-box{
  position: relative;
  display: block;
  margin-bottom: 180px;
}

.project-block-three .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background: #000;
}

.project-block-three .inner-box .image-box img{
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease;
}

.project-block-three .inner-box:hover .image-box img{
  opacity: 0.2;
  transform: scale(1.05);
}

.project-block-three .inner-box .lower-content{
  position: relative;
}

.project-block-three .inner-box .lower-content .inner{
  position: absolute;
  left: 30px;
  top: -150px;
  width: calc(100% - 60px);
  background: #fff;
  padding: 43px 50px 44px 50px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.project-block-three .inner-box .lower-content .inner span{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 22px;
}

.project-block-three .inner-box .lower-content .inner h3{
  margin-bottom: 8px;
}

.project-block-three .inner-box .lower-content .inner p{
  margin-bottom: 20px;
}

.project-block-three .inner-box .lower-content .inner a{
  position: relative;
  display: inline-block;
}

.project-block-three .inner-box .lower-content .inner a i{
  position: relative;
  font-size: 12px;
  margin-right: 10px;
}

.project-block-three .inner-box .lower-content .inner a span{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #222;
  border-bottom: 1px solid #222;
  margin: 0px;
  transition: all 500ms ease;
}

.project-block-three .inner-box .lower-content .inner a:hover span{

}

.project-style-four .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.project-style-four .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 4px;
  background: #dddddd;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.project-style-four .owl-theme .owl-dots .owl-dot.active span,
.project-style-four .owl-theme .owl-dots .owl-dot span:hover{

}

.project-style-four .title-inner{
  position: relative;
  margin-bottom: 30px;
}

.project-style-four .title-inner .btn-box a{
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #222;
  border-radius: 5px;
  padding: 13px 27px;
  text-align: center;
  z-index: 1;
}

.project-style-four .title-inner .btn-box a:hover{
  color: #fff;
}

.project-style-four .title-inner .btn-box a:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: -1;
}

.project-style-four .title-inner .btn-box a:after{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  right: 0px;
  top: 0px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: -1;
}

.project-style-four .title-inner .btn-box a:hover:before,
.project-style-four .title-inner .btn-box a:hover:after{
  width: 100%;
}

.project-style-four .title-inner .btn-box{
  position: relative;
  margin-top: 17px;
}



/** info-section **/

.info-section{
  position: relative;
  padding: 100px 0px;
}

.info-section .title-inner{
  position: relative;
  padding-left: 250px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  min-height: 180px;
}

.info-section .title-inner .year-box{
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  max-width: 220px;
  width: 100%;
  text-align: center;
  padding: 27px 15px 29px 15px;
}

.info-section .title-inner .year-box .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 220px;
  height: 180px;
  overflow: hidden;
}

.info-section .title-inner .year-box h2{
  position: relative;
  font-size: 110px;
  line-height: 94px;
  font-weight: 700;
}

.info-section .title-inner .year-box h3{
  font-size: 22px;
  line-height: 30px;
  color: #1c1e2f;
  text-transform: uppercase;
  font-weight: 400;
}

.info-section .title-inner .title h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  color: #222;
}

.info-section .title-inner .title h2 span{

}

.info-section .text-column .text p{
  margin-bottom: 22px;
}

.info-section .text-column .text a{
  position: relative;
  display: inline-block;
}

.info-section .text-column .text a i{
  position: relative;
  font-size: 12px;
  margin-right: 10px;
}

.info-section .text-column .text a span{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: #222;
  font-weight: 700;
  border-bottom: 1px solid #222;
  transition: all 500ms ease;
}

.info-section .text-column .text a:hover span{

}

.info-section .text-column .text{
  position: relative;
  display: block;
  margin-top: 18px;
}


/** testimonial-style-two **/

.testimonial-style-two{
  position: relative;
  padding: 100px 0px 100px 0px;
}

.testimonial-style-two .testimonial-content .inner-box{
  position: relative;
  display: block;
}

.testimonial-style-two .testimonial-content .inner-box .text{
  position: relative;
  display: block;
  padding: 37px 40px 54px 40px;
  border: 1px solid #cdd8e6;
  border-radius: 10px;
  margin-bottom: 45px;
  transition: all 500ms ease;
}

.testimonial-style-two .testimonial-content .inner-box .text:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 29px;
  height: 29px;
  left: 54px;
  bottom: -14px;
  transform: rotate(45deg);
  box-shadow: 1px 1px #cdd8e6;
}

.testimonial-style-two .testimonial-content .inner-box .text i{
  position: absolute;
  right: 25px;
  bottom: 20px;
  color: #e4ecf3;
  font-size: 50px;
  line-height: 50px;
}

.testimonial-style-two .testimonial-content .inner-box .text p{
  line-height: 28px;
  color: #222;
  margin: 0px;
}

.testimonial-style-two .testimonial-content .inner-box .author-info{
  position: relative;
  margin-left: 30px;
  padding: 14px 0px 20px 100px;
}

.testimonial-style-two .testimonial-content .inner-box .author-info .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-style-two .testimonial-content .inner-box .author-info .image-box img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-style-two .testimonial-content .inner-box .author-info h5{
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #222;
  margin: 0px;
}

.testimonial-style-two .testimonial-content .inner-box .author-info .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}


.testimonial-style-two .sec-title{
  margin-bottom: 60px;
}

.testimonial-style-two .owl-theme .owl-dots{
  display: block;
  text-align: center;
  margin-top: 45px;
}