
/** banner-section **/

.banner-section{
  position: relative;
  overflow: hidden;
}

.banner-carousel{
  position: relative;
}

.banner-carousel .slide-item{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding: 235px 0px 150px 0px;
}

.banner-carousel .slide-item:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #1f2327;
  top: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0.5;
}

.banner-carousel .slide-item .image-layer{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}

.banner-carousel .active .slide-item .image-layer{
  -webkit-transform:scale(1.15);
  -ms-transform:scale(1.15);
  transform:scale(1.15);
}

.banner-carousel .content-box{
  position: relative;
  display: block;
  max-width: 750px;
  margin: 0 auto;
  z-index:5;
}

.banner-carousel .content-box h6{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #22272b;
  line-height: 30px;
  font-weight: 500;
  padding: 6.5px 20px;
  margin-bottom: 29px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box h6{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box h1{
  position: relative;
  display: block;
  color: #fff;
  font-size: 90px;
  line-height: 90px;
  font-weight: 700;
  margin-bottom: 26px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1300ms ease;
  -moz-transition: all 1300ms ease;
  -ms-transition: all 1300ms ease;
  -o-transition: all 1300ms ease;
  transition: all 1300ms ease;
}

.banner-carousel .active .content-box h1{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.banner-carousel .content-box .btn-box{
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1600ms ease;
  -moz-transition: all 1600ms ease;
  -ms-transition: all 1600ms ease;
  -o-transition: all 1600ms ease;
  transition: all 1600ms ease;
}

.banner-carousel .active .content-box .btn-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1600ms;
  -moz-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  transition-delay: 1600ms;
}


.banner-carousel .owl-nav .owl-prev{
  position: absolute;
  left: 150px;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  background: #fff;
  text-align: center;
  line-height: 65px;
  font-size: 20px;
  font-weight: 600;
  color: #22272b;
  cursor: pointer;
  opacity: 0.2;
  transition: all 500ms ease;
}

.banner-carousel .owl-nav .owl-next{
  position: absolute;
  right: 120px;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  background: #fff;
  text-align: center;
  line-height: 65px;
  font-size: 20px;
  font-weight: 600;
  color: #22272b;
  cursor: pointer;
  opacity: 0.2;
  transition: all 500ms ease;
}

.banner-carousel:hover .owl-nav .owl-prev,
.banner-carousel:hover .owl-nav .owl-next{
  opacity: 1;
}

.banner-carousel .owl-nav .owl-prev:hover,
.banner-carousel .owl-nav .owl-next:hover{
  color: #fff;
}

/** banner-style-two **/

.banner-section.style-two .slide-item{
  padding: 200px 0px 220px 0px;
}

.banner-section.style-two .slide-item:before{
  background: #fff;
}

.banner-section.style-two .banner-carousel .content-box{
  margin: 0px;
  max-width: 720px;
}

.banner-section.style-two .banner-carousel .content-box h1{
  color: #22272b;
  font-weight: 300;
  margin-bottom: 30px;
}

.banner-section.style-two .banner-carousel .content-box h1 span{
  display: inline-block;
  font-weight: 700;
  border-bottom: 8px solid #22272b;
  line-height: 78px;
}

.banner-carousel .content-box p{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 36px;
  color: #8a8c8c;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 43px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1450ms ease;
  -moz-transition: all 1450ms ease;
  -ms-transition: all 1450ms ease;
  -o-transition: all 1450ms ease;
  transition: all 1450ms ease;
}

.banner-carousel .active .content-box p{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1450ms;
  -moz-transition-delay: 1450ms;
  -ms-transition-delay: 1450ms;
  -o-transition-delay: 1450ms;
  transition-delay: 1450ms;
}
/** feature-section **/

.feature-section{
  position: relative;
}

.feature-section .feature-block-one{
  position: relative;
  float: left;
  width: 33.33333%;
}

.feature-section .feature-block-one .inner-box{
  position: relative;
  padding: 50px 60px 50px 60px;
  z-index: 1;
}

.feature-section .feature-block-one .inner-box:before{
  position: absolute;
  content: '';
  background: #222;
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.feature-section .feature-block-one .inner-box:hover:before{
  height: 100%;
}

.feature-section .feature-block-one:last-child .inner-box{
  background: #f8f7f3;
}

.feature-section .feature-block-one .inner-box .icon-box{
  position: absolute;
  left: 60px;
  top: 0px;
  width: 138px;
  height: 138px;
  line-height: 138px;
  background: #fff;
  text-align: center;
  font-size: 70px;
  color: #22272b;
}

.feature-section .feature-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background: #22272b;
  width: 100%;
  height: 10px;
  left: 0px;
  top: -10px;
}

.feature-section .feature-block-one .inner-box .inner{
  position: relative;
  padding: 4px 0px 0px 178px;
}

.feature-section .feature-block-one .inner-box .inner h4{
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 21px;
  transition: all 500ms ease;
}

.feature-section .feature-block-one .inner-box .inner p{
  color: #645d42;
  font-weight: 500;
  margin-bottom: 21px;
  line-height: 34px;
  transition: all 500ms ease;
}

.feature-section .feature-block-one .inner-box .inner a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #22272b;
}

.feature-section .feature-block-one .inner-box .inner a i{
  margin-right: 4px;
  font-size: 15px;
}

.feature-section .feature-block-one:first-child .inner-box .inner h4,
.feature-section .feature-block-one:first-child .inner-box .inner a,
.feature-section .feature-block-one .inner-box:hover .inner h4,
.feature-section .feature-block-one .inner-box:hover .inner a{
  color: #fff !important;
}


.feature-section .feature-block-one:first-child .inner-box .inner p,
.feature-section .feature-block-one .inner-box:hover .inner p{
  color: rgba(255,255,255,0.7) !important;
}

/** feature-style-two **/

.feature-style-two{
  position: relative;
  padding-top: 120px;
}

.feature-style-two .feature-block-two{
  position: relative;
  float: left;
  width: 33.333%;
}

.feature-style-two .feature-block-two .inner-box{
  position: relative;
  overflow: hidden;
  margin-right: 3px;
  padding: 50px 30px 43px 30px;
}

.feature-block-two .inner-box:before{
  position: absolute;
  content: '';
  background: #22272b;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.7;
  z-index: 1;
}

.feature-block-two:first-child .inner-box:before{
  display: none;
}

.feature-block-two .inner-box .image-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 1500ms ease;
}

.feature-block-two .inner-box:hover .image-layer{
  transform: scale(1.2);
}

.feature-style-two .feature-block-two:last-child .inner-box{
  margin: 0px !important;
}

.feature-block-two .inner-box .content-inner{
  position: relative;
  padding: 0px 30px 7px 30px;
}

.feature-block-two .inner-box .content-inner h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 45px;
}

.feature-block-two .inner-box .content-inner .theme-btn-one{
  color: #22272b !important;
  padding: 12.5px 40px;
}

.feature-block-two .inner-box .content-inner .theme-btn-one:hover{
  color: #fff !important;
}

.feature-block-two .inner-box .count-box{
  position: relative;
  display: inline-block;
  width: 92px;
  height: 92px;
  text-align: center;
  border-radius: 50%;
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.2);
  margin-bottom: 63px;
}

.feature-block-two .inner-box .content-box{
  position: relative;
  z-index: 1;
}

.feature-block-two .inner-box .count-box span{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  font-weight: 500;
  color: #22272b;
  text-align: center;
  border-radius: 50%;
}

.feature-block-two .inner-box .content-box h3{
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 18px;
}

.feature-block-two .inner-box .content-box p{
  font-size: 18px;
  line-height: 34px;
  color: #c8c3bf;
}

.feature-style-two:before{
  position: absolute;
  content: '';
  background: #f8f7f3;
  width: 100%;
  height: 720px;
  left: 0px;
  top: 365px;
  right: 0px;
}
.startup-section {
  position: relative;
  padding-top: 114px;
  padding-bottom: 120px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.startup-section:before {
  position: absolute;
  content: '';
  background: #22272b;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
}

#content_block_3 .single-box .inner {
  position: relative;
  display: block;
  padding-bottom: 34px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 90px;
}

#content_block_3 .single-box .inner:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

#content_block_3 .single-box {
  position: relative;
  margin-bottom: 22px;
}

#content_block_3 .single-box .inner .icon-box {
  position: absolute;
  left: 0px;
  top: 7px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
}

#content_block_3 .single-box .inner h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 23px;
}

#content_block_3 .single-box .inner h4 a {
  display: inline-block;
  color: #fff;
}

#content_block_3 .single-box .inner p {
  font-size: 18px;
  line-height: 30px;
  color: #f1f1f1;
}

#content_block_3 .content-box .inner-box {
  position: relative;
  display: block;
  padding: 41px 50px 45px 145px;
}

#content_block_3 .content-box .inner-box .icon-box {
  position: absolute;
  left: 60px;
  top: 47px;
  font-size: 65px;
  line-height: 60px;
}

#content_block_3 .content-box .inner-box h3 {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}

#content_block_3 .content-box .inner-box h3 span {
  font-weight: 700;
}

#content_block_3 .content-box .sec-title {
  margin-bottom: 40px;
}

#content_block_4 .form-inner {
  position: relative;
  display: block;
  background: #fff;
  margin-top: 6px;
  padding: 0px 50px 80px 50px;
  border-bottom: 1px solid #e2e1de;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

#content_block_4 .form-inner:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 80px;
  left: 0px;
  top: 0px;
  right: 0px;
}

#content_block_4 .form-inner h6 {
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 30.5px 0px;
  font-weight: 500;
  margin-bottom: 30px;
}

#content_block_4 .form-inner p {
  text-align: center;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 33px;
}

#content_block_4 .form-inner .form-group {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

#content_block_4 .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

#content_block_4 .form-inner .form-group input[type='date'],
#content_block_4 .form-inner .form-group input[type='text'],
#content_block_4 .form-inner .form-group input[type='email'],
#content_block_4 .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  background: #f8f7f3;
  border: 1px solid #f8f7f3;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #717577;
  transition: all 500ms ease;
}

#content_block_4 .form-inner .form-group select {
  width: 100%;
  background-color: #f8f7f3;
  border: 1px solid #f8f7f3;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #717577;
  transition: all 500ms ease;
}

#content_block_4 .form-inner .form-group textarea {
  height: 140px;
  resize: none;
}
