.wp-caption {
	margin-bottom: 2px;
}

.wp-caption-text {
	margin-bottom: 5px;
}

.screen-reader-text {
	margin-bottom: 12px;
}

.gallery-caption {
	margin-bottom: 2px;
}

.bypostauthor {
	margin-bottom: 2px;
}

.alignleft {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	max-width: 100%;
}

.alignright {
	float: right !important;
	margin-bottom: 20px;
	margin-left: 20px;
	max-width: 100%;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

.col-md-4 .funfact-meta > i {
	right: 27px;
}

.mycustom-pricing {
	background-color: #090909 !important;
}

.on-hover {
	display: none;
	animation: fadeOut 0.5s;
}

.hver:hover .on-hover {
	display: block;
	animation: fadeIn 0.5s;
}
.sersice_col.single-what-we-do-one a.read-more.fas{
    font-family: 'Font Awesome 5 Pro'!important;
}
.header-navigation .thm-container .right-side-box .social a.fab {
    font-family: 'Font Awesome 5 Brands' !important;
}


.footer-bottom{
    background: #2e2e2e;
}

.blog-details-page .share-box .right-social .post-share .fa {
    font-weight: 900;
    font-family: 'Font Awesome 5 Brands' !important;
}
/************************** 
* 2. miscelnious styles 
***************************/
body {
  font-family: 'Rubik';
  color: #757575;
  font-size: 18px;
  line-height: 32px;
}
a,code {
    color: #ff4328;
}
a:hover,
a:visited,
a:focus,
a:active {
  text-decoration: none !important;
  outline: none !important;
}

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

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

.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0;
}

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

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

.gray-bg {
  background: #F4F9FD;
}

.thm-btn {
  border: none;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  border-radius: 35px;
  color: #fff;
	background: #ff4328;
  font-family: 'Rubik';
  font-weight: 500;
  font-size: 16px;
  padding: 18px 69px;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.thm-btn:hover {
  background: #222 !important;
	color: #fff !important;
}
.thm-btn.yellow-bg {;
  color: #fff;
}
.thm-btn.yellow-bg:hover {
  background: #222 !important;
  color: #fff !important;
}

.sec-title {
  margin-top: -8px;
  margin-bottom: 55px;
}
.sec-title span {
  font-family: 'Pacifico';
  color: #FF4328;
  font-size: 20px;
}
.sec-title h3 {
  margin: 0;
  color: #212121;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 30px;
}
.sec-title p {
  color: #757575;
  font-size: 20px;
  line-height: 32px;
  margin: 0;
}

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

/*
****
only add this classto body
if preloader is on
other wise REMOVE IT.
****
*/
body.active-preloader-ovh {
  overflow: hidden;
}

.preloader {
  background-color: #ffffff;
  height: 100%;
  left: 0;
   position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  background-color: #FF4328;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/************************** 
* 3. header styles 
***************************/
.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}
.header-navigation .thm-container {
  max-width: 100%;
  background: transparent;
  padding: 0 40px;
  position: relative;
}
.header-navigation .thm-container .navbar-header {
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-navigation .thm-container .navbar-brand {
  height: auto;
  padding: 0px 0;
}
.header-navigation .thm-container .main-navigation {
  text-align: center;
  padding: 0;
}
.header-navigation .thm-container .right-side-box {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-navigation .thm-container .right-side-box .social a {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 59px;
  text-align: center;
  line-height: 59px;
}
.header-navigation .thm-container .right-side-box .social a + a {
  margin-left: 10px;
}
.header-navigation .thm-container .right-side-box .social a:nth-child(1) {
  background: #FEC931;
}
.header-navigation .thm-container .right-side-box .social a:nth-child(2){
  background: #2884C6;
}
.header-navigation .thm-container .right-side-box .social a:nth-child(3) {
  background: #212121;
}
.header-navigation .thm-container .right-side-box .social a:nth-child(4) {
  background: #FF4328;
}
.header-navigation .thm-container .right-side-box .social a:nth-child(5) {
  background: #19B8AF;
}
.header-navigation ul.navigation-box {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
    display: none;
}
.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 48.5px 0;
  display: inline-block;
}
.header-navigation ul.navigation-box > li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #C4C4C4;
  margin-left: 20px;
  margin-right:20px;
}
.header-navigation ul.navigation-box > li:first-child:before {
  display: none;
}
.header-navigation ul.navigation-box > li + li {
  margin-left: 0px;
}
.header-navigation ul.navigation-box > li.active > a,
.header-navigation ul.navigation-box > li.current_page_ancestor > a,
.header-navigation ul.navigation-box > li > a:active,
.header-navigation ul.navigation-box > li > a:focus,
.header-navigation ul.navigation-box > li:hover > a {
      color: #ff4328;
    background: none;
}
.header-navigation ul.navigation-box > li > a {
  padding: 0;
  color: #757575;
  font-size: 18px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-weight: 500;
  display: inline-block;
}
.header-navigation ul.navigation-box > li > ul.submenu {
    position: absolute;
    top: 120%;
    left: -15px;
    z-index: 100000;
    float: left;
    min-width: 270px;
    padding: 15px 20px;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.header-navigation ul.navigation-box > li > ul.submenu.right-align {
  left: auto;
  right: 0;
}
.header-navigation ul.navigation-box > li:hover > ul.submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-navigation ul.navigation-box > li > ul.submenu > li {
  display: block;
  position: relative;
}
.header-navigation ul.navigation-box > li > ul.submenu > li > a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 11.5px 0;
  display: block;
  line-height: 26px;
  padding-left: 27px;
  white-space: nowrap;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .submenu li:hover > a {
    background: rgb(255 255 255 / 28%);
    color: #fff;
    position: relative;
}
.shop-one__single {
    margin-bottom: 30px;
}
.header-navigation ul.navigation-box > li > .submenu > li > ul.submenu {
  position: absolute;
  top: 0%;
  left: 120%;
  background: #ff4328;
  z-index: 100000;
  float: left;
  min-width: 239px;
  padding: 15px 20px;
  text-align: left;
  list-style: none;
  background-color: #FF4328;
  background-clip: padding-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}
.header-navigation ul.navigation-box > li > .submenu > li:hover > ul.submenu {
  opacity: 1;
  visibility: visible;
  left: 111%;
}
.header-navigation ul.navigation-box > li > .submenu > li > ul.submenu > li {
  display: block;
  position: relative;
}
.header-navigation ul.navigation-box > li > .submenu > li > ul.submenu > li > a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 11.5px 0;
  display: block;
  line-height: 26px;
  padding-left: 27px;
  white-space: nowrap;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .submenu > li > .submenu li:hover > a {
  background: #FE553D;
  color: #fff;
  position: relative;
}
.header-navigation.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
}
.header-navigation.stricky-fixed .thm-container {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header-navigation.stricky-fixed .thm-container .navbar-brand {
  padding-top: 27px;
  padding-bottom: 27px;
}
.header-navigation.stricky-fixed ul.navigation-box > li {
  padding-top: 30px;
  padding-bottom: 30px;
}




/************************** 
* 4. banner styles 
***************************/
#minimal-bootstrap-carousel {
  margin-top: 0px;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slider-home-one .content {
  text-align: center;
  position: relative;
  z-index: 999;
}
.slider-home-one .content h2,
.slider-home-one .content h3,
.slider-home-one .content p {
  margin: 0;
}
.slider-home-one .content h2 {
  font-family: 'Rubik';
  font-size: 120px;
  font-weight: bold;
  line-height: 120px;
  letter-spacing: -0.06em;
  margin-top: 20px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}



.slider-home-one .content h3 {
  font-family: 'Pacifico';
  font-size: 30px;
  color: #FEC931;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}



.slider-home-one .content h3 {
	opacity: 0;
	-webkit-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
	text-transform: capitalize;
}
.slider-home-one .active .content h3 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}
.slider-home-one .content h2 {
	opacity: 0;
	-webkit-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
	text-transform: capitalize;
}

.slider-home-one .active .content h2 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
	-webkit-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}
.slider-home-one .content a.thm-btn {
  margin-top: 40px;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.slider-home-one .content a.thm-btn {
	opacity: 0;
	-webkit-transform: translateY(80px);
	-ms-transform: translateY(80px);
	transform: translateY(80px);
}

.slider-home-one .active a.thm-btn {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}


.slider-home-one .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}
.slider-home-one .owl-nav .owl-prev {
    background: none;
    width: 70px;
    height: 70px;
    font-size: 20px;
    line-height: 70px;
    border-radius: 50%;
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
    visibility: visible !important;
    opacity: 1;
    margin-top: -20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    z-index: 99;
    position: absolute;
    left: 50px;
    top: 0;
}
.slider-home-one .owl-nav .owl-prev:hover {
    opacity: 1;
    background: #000;
}
.slider-home-one .owl-nav .owl-prev span {}
.slider-home-one .owl-nav .owl-next {
    background: none;
    width: 70px;
    height: 70px;
    font-size: 20px;
    line-height: 70px;
    border-radius: 50%;
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
    visibility: visible !important;
    opacity: 1;
    margin-top: -20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    z-index: 99;
    position: absolute;
    right: 50px;
    top: 0;
}
.slider-home-one .owl-nav .owl-next:hover {
    opacity: 1;
    background: #000;
}
.slider-home-one .owl-nav .owl-next span {}

.slider-home-one .owl-dots {
    display: none !important;
}
.slider-home-one .owl-dots .owl-dot.active {}
.slider-home-one .owl-dots .owl-dot.active span {}
.slider-home-one .owl-dots .owl-dot {}
.slider-home-one .owl-dots .owl-dot span {}
 





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

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

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

/************************** 
* 7. brand styles 
***************************/
.brand-carousel-wrapper {
  background: #FF4328;
  padding: 126px 0;
}
.brand-carousel-wrapper .brand-carousel {
  text-align: center;
}
.brand-carousel-wrapper .brand-carousel img {
  opacity: 0.8;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.brand-carousel-wrapper .brand-carousel img:hover {
  opacity: 1;
}

/************************** 
* 8. footer subscribe styles 
***************************/

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

/************************** 
* 9. footer styles 
***************************/
.footer {
  background: #212121;
}
.footer-widget h3,
.footer-widget p,
.footer-widget ul,
.footer-widget li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget p {
  font-size: 16px;
  line-height: 30px;
  color: #A0A0A0;
}
.footer-widget ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.footer-widget .title {
  margin-bottom: 36px;
}
h3.footertitle {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
}
.footer-widget.links-widget ul.link-list li + li {
  margin-top: 4px;
}
.footer-widget.links-widget ul.link-list a {
  display: block;
  position: relative;
  padding-left: 15px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.footer-widget.links-widget ul.link-list a:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #A0A0A0;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.footer-widget.links-widget ul.link-list a:hover {
  color: #ff4328;
}
.slider-home-one .content a.thm-btn:hover{
	color: #fff !important;
}
.footer-widget.links-widget ul.link-list a:hover:before {
  
}
.footer-widget.contact-widget p {
  line-height: 24px;
}
.footer-widget.contact-widget p + p {
  margin-top: 25px;
}

.footer-widget.services {
  padding-left: 75px;
}

/************************** 
* 10. footer bottom styles 
***************************/

.footer-bottom .thm-container {
  border-top: 1px solid #2e2e2e;
  padding-left: 0;
  padding-right: 0;
  padding: 35px 0;
  max-width: 1170px;
}
.footer-bottom .thm-container .copy-text p {
  margin: 0;
  color: #A0A0A0;
  font-size: 16px;
  line-height: 59px;
}
.footer-bottom .thm-container .copy-text p a {
  color: #fff;
}
.footer-bottom .thm-container .social-box a {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 59px;
  text-align: center;
  line-height: 59px;
}
.footer-bottom .thm-container .social-box a + a {
  margin-left: 10px;
}

.footer-bottom .thm-container .social-box a:nth-child(1) {
  background: #2884C6;
}
.footer-bottom .thm-container .social-box a:nth-child(2) {
  background: #FFFFFF;
  color: #212121;
}
.footer-bottom .thm-container .social-box a:nth-child(3)  {
  background: #FF4328;
}
.footer-bottom .thm-container .social-box a:nth-child(4)  {
  background: #fd5d14;
}
.footer-bottom .thm-container .social-box a:nth-child(5)  {
  background: #FEC931;
}
/************************** 
* 11. recent project styles 
***************************/
.recent-projects .single-recent-project:hover .img-box:before {
  opacity: 1;
}
.recent-projects .single-recent-project:hover .text-box h3,
.recent-projects .single-recent-project:hover .text-box span {
  color: #fff !important;
}
.recent-projects .single-recent-project:hover .text-box a.more {
  background: #222 !important;
}
.recent-projects .single-recent-project:hover .text-box .inner:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.recent-projects .single-recent-project .img-box {
  position: relative;
  overflow: hidden;
}
.recent-projects .single-recent-project .img-box > img {
  width: 100%;
}
.recent-projects .single-recent-project .img-box:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.recent-projects .single-recent-project .text-box {
  position: relative;
  padding-left: 60px;
}
.recent-projects .single-recent-project .text-box .inner {
  background: #F5F6FA;
  padding: 32.5px 0;
  padding-left: 60px;
  display: block;
}
.recent-projects .single-recent-project .text-box .inner:before {
  background: #FF4328;
}
.recent-projects .single-recent-project .text-box h3,
.recent-projects .single-recent-project .text-box span {
  margin: 0;
}
.recent-projects .single-recent-project .text-box span {
  color: #FF4328;
  font-family: 'Pacifico';
  font-size: 16px;
}
.recent-projects .single-recent-project .text-box h3 {
  font-size: 20px;
  color: #212121;
  font-weight: 500;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.recent-projects .single-recent-project .text-box a.more {
  width: 42px;
  height: 42px;
  background: #FF4328;
  color: #fff;
  font-size: 14px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -21px;
  right: 30px;
  z-index: 9;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

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

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

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

.call-to-action-one {
  position: relative;
}
.call-to-action-one .overlay {
  background: #ff4328 url(../img/cta-bg-1-1.html) center center no-repeat fixed;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
}
.call-to-action-one .overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff4328;
  opacity: .9;
}
.call-to-action-one .inner-wrapper {
  background: transparent url(../img/cta-bg-1-2.html) right center no-repeat fixed;
  position: relative;
  z-index: 99;
  padding-top: 115px;
  padding-bottom: 120px;
}
.call-to-action-one .thm-container {
  position: relative;
  z-index: 9;
}
.call-to-action-one .call-to-action-content ul,
.call-to-action-one .call-to-action-content li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.call-to-action-one .call-to-action-content .title {
  margin-bottom: 40px;
}
.call-to-action-one .call-to-action-content .title span,
.call-to-action-one .call-to-action-content .title h2 {
  margin: 0;
}
.call-to-action-one .call-to-action-content .title span {
  font-family: 'Pacifico';
  font-size: 20px;
  color: #212121;
}
.call-to-action-one .call-to-action-content .title h2 {
  color: #FFFFFF;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
}
.call-to-action-one .call-to-action-content ul.list-box li {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 25px;
}
.call-to-action-one .call-to-action-content ul.list-box li + li {
  margin-top: 10px;
}
.call-to-action-one .call-to-action-content ul.list-box li i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.call-to-action-one .call-to-action-content a.thm-btn {
  margin-top: 55px;
}
.call-to-action-one .call-to-action-content a.thm-btn:hover {
  background: #212121;
}

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

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

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

/************************** 
* 15. faq section styles 
***************************/
.faq-content {
  padding-left: 100px;
  padding-top: 115px;
}
.faq-content .title {
  padding-bottom: 30px;
}
.faq-content .title span,
.faq-content .title h2 {
  margin: 0;
}
.faq-content .title span {
  font-family: 'Pacifico';
  font-size: 20px;
  color: #FF4328;
}
.faq-content .title h2 {
  color: #212121;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
}
.faq-content .accrodion-grp .accrodion .accrodion-title {
  border-bottom: 1px solid #ebedf4;
  padding: 25px 0;
  cursor: pointer;
	padding-right: 40px;
}
.faq-content .accrodion-grp .accrodion .accrodion-title h4 {
  margin: 0;
  position: relative;
  font-size: 18px;
  color: #212121;
  font-weight: 500;
}
.faq-content .accrodion-grp .accrodion .accrodion-title h4:before {
  content: '\f067';
 font-family: 'Font Awesome 5 Pro';
  color: #2884C6;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq-content .accrodion-grp .accrodion .accrodion-content {
  padding-top: 20px;
  padding-bottom: 15px;
}
.faq-content .accrodion-grp .accrodion .accrodion-content p {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  color: #757575;
}
.faq-content .accrodion-grp .accrodion .accrodion-content p + p {
  margin-top: 32px;
}
.faq-content .accrodion-grp .accrodion.active {
  background: #fff;
}
.faq-content .accrodion-grp .accrodion.active .accrodion-title h4:before {
  content: '\f068';
  color: #FF4328;
}

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

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

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

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

.single-service-three {
  margin-bottom: 50px;
}
.single-service-three:hover .img-box:before {
  opacity: 1;
}
.single-service-three:hover .text-box h3,
.single-service-three:hover .text-box p {
  color: #fff;
}
.single-service-three:hover .text-box .meta-info p {
  color: #fff;
}
.single-service-three:hover .text-box .meta-info p span {
  color: #fff !important;
}
.single-service-three:hover .text-box a.read-more {
  
}
.single-service-three:hover .text-box:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.single-service-three .img-box {
  position: relative;
  overflow: hidden;
}
.single-service-three .img-box > img {
  width: 100%;
}
.single-service-three .img-box:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-service-three .text-box {
  position: relative;
  background: #F4F5F9;
  margin-top: 10px;
  padding-top: 55px;
  padding-bottom: 50px;
  padding-left: 60px;
  padding-right: 60px;
}
.single-service-three .text-box:before {
  
}
.single-service-three .text-box h3 {
  margin: 0;
  color: #202020;
  font-weight: bold;
  font-size: 24px;
	transition: all 500ms ease;
}
.single-service-three .text-box p {
  color: #747474;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
	transition: all 500ms ease;
}
.single-service-three .text-box .meta-info {
  margin-top: 5px;
  margin-bottom: 30px;
}
.single-service-three .text-box .meta-info p {
  margin: 0;
  font-size: 16px;
  color: #747474;
	transition: all 500ms ease;
}
.single-service-three .text-box .meta-info p span {
  font-weight: bold;
}
.single-service-three .text-box a.read-more {
  width: 42px;
  height: 42px;
  color: #fff;
  font-size: 20px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  bottom: -21px;
  right: 30px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-service-three .text-box a.read-more:hover {
 
}
.service-style-three .pagination {
  margin-bottom: 0;
  margin-top: 30px;
  display: block;
}
.service-style-three .pagination > li + li {
  margin-left: 5px;
}
.service-style-three .pagination > li:last-child {
  margin-left: 0px;
}
.service-style-three .pagination > li > a,
.service-style-three .pagination > li > span {
  padding: 13px 20px;
  float: none;
  display: inline-block;
  color: #212121;
}
.service-style-three .pagination > .active > a,
.service-style-three .pagination > .active > a:focus,
.service-style-three .pagination > .active > a:hover,
.service-style-three .pagination > .active > span,
.service-style-three .pagination > .active > span:focus,
.service-style-three .pagination > .active > span:hover {
  background: #FF4328;
  color: #fff;
  border-color: #FF4328;
}
.service-style-three.service-details-page .single-service-three {
  margin-bottom: 0;
}

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

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

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

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

.video-box .content a.video-btn:after, 
.video-box .content a.video-btn:before {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.video-box .content a.video-btn:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

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

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

.contact-form-content .title {
  margin-bottom: 50px;
}
.contact-form-content .title span,
.contact-form-content .title h2 {
  margin: 0;
}
.contact-form-content .title span {
  font-family: 'Pacifico';
  font-size: 20px;
}
.contact-form-content .title h2 {
  color: #212121;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
}
.contact-form-content {
  background: #F5F6FA;
  padding: 80px 0;
  padding-left: 80px;
  padding-right: 80px;
}
.contact-form-content .contact-info {
  margin-left: -30px;
  border: 2px solid #EBEDF4;
  padding-top: 75px;
  padding-bottom: 80px;
}

.single-contact-info h4,.single-contact-info p {
  margin: 0;
}
.single-contact-info h4 {
  color: #212121;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.single-contact-info p {
  color: #757575;
  font-size: 16px;
  line-height: 28px;
}
.contact-info .social a {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 59px;
  text-align: center;
  line-height: 59px;
  margin-top: 10px;
}
.contact-info .social a + a {
  margin-left: 10px;
}
.contact-info .social a:first-child{
  background: #FEC931;
}
.contact-info .social a:nth-child(2) {
  background: #2884C6;
}
.contact-info .social a:nth-child(3) {
  background: #212121;
}
.contact-info .social a:nth-child(4) {
  background: #FF4328;
}
.contact-form-content input, .contact-form-content textarea {
  border: none;
  outline: none;
  width: 100%;
  height: 68px;
  border-radius: 35px;
  background: #fff;
  color: #757575;
  font-size: 16px;
  padding-left: 50px;
  margin-bottom: 20px;
  display: block;
}
.contact-form-content input::-webkit-input-placeholder,.contact-form-content textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #757575;
}
.contact-form-content input::-moz-placeholder,
.contact-form-content textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #757575;
}
.contact-form-content input:-ms-input-placeholder,
.contact-form-content textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #757575;
}
.contact-form-content input:-moz-placeholder,
.contact-form-content textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #757575;
}
.contact-form-content input.error,
.contact-form-content textarea.error {
  background: rgba(255, 0, 0, 0.5);
}
.contact-form-content textarea {
  height: 182px;
  padding-top: 20px;
}
.contact-form-content label.error {
  display: none !important;
}

/************************** 
* 21. page title styles 
***************************/
.page-title {
  background: #F5F6FA;
  padding: 79px 0;
}
.page-title h3 {
  margin: 0;
  color: #212121;
  font-size: 60px;
  font-weight: bold;
}

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

.breadcumb-wrapper ul.breadcumb li a:hover,
.breadcumb-wrapper ul.breadcumb li span {
  color: #212121;
}
.breadcumb-wrapper ul.breadcumb li span.sep {
  margin-left: 15px;
  margin-right: 15px;
  color: #fff;
}

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

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

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

.blog-details-page .single-blog-post .text-box {
  background: #F5F6FA;
  position: relative;
  margin-bottom: 10px;
  padding: 0 40px;
  padding-top: 45px;
  padding-bottom: 43px;
}

.blog-details-page .single-blog-post .text-box h3 {
  font-size: 30px;
  color: #212121;
  font-weight: bold;
  margin: 0;
  margin-bottom: 32px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-details-page .single-blog-post .text-box p {
  color: #757575;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  margin-bottom:20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-details-page .single-blog-post .img-box {
  position: relative;
}
.blog-details-page .single-blog-post .img-box .meta-info {
  padding: 10.5px 0;
  padding-left: 50px;
  background: #F4F5F9;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-details-page .single-blog-post .img-box .meta-info a {
  font-size: 14px;
  color: #747474;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-details-page .single-blog-post .img-box .meta-info a + a {
  margin-left: 18px;
}
.blog-details-page .single-blog-post .img-box .meta-info a i {
  color: #2984C4;
  margin-right: 5px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-details-page .single-blog-post .img-box .meta-info {
  background: #2984C4;
}
.blog-details-page .single-blog-post .img-box .meta-info a {
  color: #fff;
}
.blog-details-page .single-blog-post .img-box .meta-info a i {
  color: #fff;
}
.blog-details-page .single-blog-post .content-box {
  margin-top: 50px;
}
.blog-details-page .single-blog-post .content-box p {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  color: #747474;
}
.blog-details-page .share-box {
  background: #F4F5F9;
  padding: 40px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.blog-details-page .share-box .left-title h4 {
  margin: 0;
  color: #202020;
  font-size: 20px;
  font-weight: bold;
  line-height: 59px;
}
.blog-details-page .share-box .social a {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 59px;
  text-align: center;
  line-height: 59px;
}
.blog-details-page .share-box .social a + a {
  margin-left: 10px;
}
.blog-details-page .share-box .social a.fa-twitter {
  background: #FEC931;
}
.blog-details-page .share-box .social a.fa-facebook-f {
  background: #2884C6;
}
.blog-details-page .share-box .social a.fa-pinterest {
  background: #212121;
}
.blog-details-page .share-box .social a.fa-youtube {
  background: #FF4328;
}



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

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

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

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

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

/*# sourceMappingURL=style.css.map */
.contact_info .title span {
    font-family: 'Pacifico';
    font-size: 20px;
}
.contact_info .title h2 {
    color: #212121;
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
}
.single-contact-info h4 {
    color: #212121;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.sizex{
	float:right!important;
}
.mrindex .single-blog-post .text-box {
    width: 100%!important;
}
.mrindex .img-box .meta-info {
    border-bottom: 1px solid #eae7e7;
}

/* 8.4. Arrow button */
.arrow-btn-box {
	display: inline-block;
	position: relative;
}

.arrow-btn {
    padding: 6px 60px 6px 0px;
    color: #403ab4;
    -webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
    -o-transition: .5s cubic-bezier(.86, 0, .07, 1);
    transition: .5s cubic-bezier(.86, 0, .07, 1);
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 3px;
}

.text-box.hvr-bounce-to-bottom:hover .arrow-btn{
	color: #fff !important;
}

.arrow-btn-box:hover .arrow-btn {
	padding: 6px 90px 6px 0px;
	letter-spacing: 5px;
}

.arrow-btn:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 40px;
	-webkit-transform: translateY(-50%) scaleX(0);
	    -ms-transform: translateY(-50%) scaleX(0);
	        transform: translateY(-50%) scaleX(0);
	width: 30px;
	height: 2px;
	-webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
		-o-transition: .5s cubic-bezier(.86, 0, .07, 1);
			transition: .5s cubic-bezier(.86, 0, .07, 1);
	-webkit-transform-origin: right;
	    -ms-transform-origin: right;
	        transform-origin: right;
	background: #fff;
}

.arrow-btn:after {
    content: '';
    position: absolute;
    top: 17px;
    right: 40px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #222;
    border-top: 2px solid #222;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
    -o-transition: .5s cubic-bezier(.86, 0, .07, 1);
    transition: .5s cubic-bezier(.86, 0, .07, 1);
}
.arrow-btn-box:hover .arrow-btn:before {
	-webkit-transform: translateY(-50%) scaleX(1);
	    -ms-transform: translateY(-50%) scaleX(1);
	        transform: translateY(-50%) scaleX(1);
}

.arrow-btn-box:hover .arrow-btn:after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
}
.fade-anim-box.fade-anim {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.fade-anim-box {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: 1s cubic-bezier(.77, 0, .175, 1);
    -o-transition: 1s cubic-bezier(.77, 0, .175, 1);
    transition: 1s cubic-bezier(.77, 0, .175, 1);
}
.tr-delay05, .tr-delay05:before, .tr-delay05:after {
    -webkit-transition-delay: .5s !important;
    -o-transition-delay: .5s !important;
    transition-delay: .5s !important;
}
.animated {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.arrow-btn-box {
    display: inline-block;
    position: relative;
}

.arrow-btn-box{
    margin-top: 20px;
}
.arrow-btn-box:hover .arrow-btn {
    color: #fff;
}
 

.mrsidebar {
    margin-bottom: 40px;
    background: #F4F5F9;
    padding: 20px;
}
.mrsidebar .sidebar-title h3 {
    color: #222;
    font-size: 20px;
    padding-bottom: 15px;
}
.search-form .searchform button {
    position: relative;
    /* left: 0px; */
    /* top: 75%; */
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    padding: 0;
    font-weight: 400;
    cursor: pointer;
	background: #ff4328;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: none;
    color: #fff;
    float: right;
    margin-top: -70px;
}

form.subscribe-form .thm-btn.yellow-bg:hover{
	background: #fff !important;
	    color: #222 !important;
}
.search-form .searchform input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    color: #222;
    line-height: 30px;
    padding: 20px 30px;
    padding-right: 75px;
    height: 70px;
    width: 100%;
    border: 1px solid #ddd;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.mrsidebar>ul {
    position: relative;
    padding-left: 0px;
}
.mrsidebar ul li a:before {
    position: absolute;
    content: '';
    height: 6px;
    width: 6px;
    background: #ff4328;
    left: 0;
    top: 12px;
    transition: .5s ease;
    transform: skew(0deg);
    border-radius: 50%;
}
footer .widget-title {
    color: #FFF;
    font-weight: 700;
    font-size: 20px;
    padding-top: 70px;
}
footer #wp-calendar caption {
    color: #fff;
}
footer #wp-calendar thead th {
    padding: 10px;
    background: #ff4328;
    color: #fff;
    border: 1px solid #2d2845;
    text-align: center;
}
footer .rssSummary{
    color: #fff;
}
footer .tagcloud a {
    color: #fff;
}
footer .mrfooter{
    padding-bottom: 40px;
}
.nav-btn .next-btn a,.nav-btn .prev-btn a{
    color: #5c5c5c;
    font-weight: 500;
}
.paginate_links>a{
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 13px 20px;
    float: none;
    display: inline-block;
    color: #403ab4;
    margin-left: 3px;
    line-height: 1.42857143;
    position: relative;
    transition: all 700ms ease;
}
.paginate_links>a:hover{
    border: 1px solid #ddd;
    padding: 13px 20px;
    float: none;
    display: inline-block;
    margin-left: 3px;
    line-height: 1.42857143;
    position: relative;
	background: #ff4328;
    color: #fff;
    transition: all 700ms ease;
}
.paginate_links>span{
    border: 1px solid #ddd;
    padding: 13px 20px;
    float: none;
    display: inline-block;
    margin-left: 3px;
    line-height: 1.42857143;
    position: relative;
	background: #ff4328;
    color: #fff;
    transition: all 700ms ease;
}
 .blog-page .pagination .page-numbers.current,.blog-page .pagination > li > a:hover {
    color: #fff !important;
	 transition: all 700ms ease;
}
p {
    color: #757575;
    font-size: 16px;
    margin-bottom: 20px;
}
.mrindex .tag-sticky-2 .single-blog-post,.mrindex .sticky .single-blog-post{
    border: 1px solid #ff4328;
}
img{
	max-width:100%;
	height:auto;
}
.blog-style-one .single-blog-post .text-box h3 {
    overflow: hidden;
}

.breadcumb-wrapper ul.breadcumb li a:before {
    position: relative;
    content: '-';
    top: 2px;
    transition: .5s ease;
    transform: skew(0deg);
    z-index: 999;
    color: white;
    float: right;
}


.mrmod1 .sersice_col.single-what-we-do-one {
    padding-top: 30px!important;
    padding-bottom: 56px;
}
.mrmod1 .sersice_col.single-what-we-do-one h3 {
      margin-bottom: 15px!important;
}
.service-style-two .service-content span {
    font-family: 'Pacifico';
    font-size: 20px;
    color: #202020;
}
.service-style-two .service-content h2 {
    color: #FFFFFF;
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 40px;
}
.service-style-two .service-content p {
    margin: 0;
    color: #FFFFFF;
    line-height: 30px;
}
.video-box-design-guide .guide-line-img-box{
    margin-top: 30px;
}

.recent-projects .single-recent-project .text-box .inner {

    margin-bottom: 30px;
}
.gridhome .single-blog-post .img-box .meta-info {
    margin-bottom: 50px;
}

.blog-style-one .single-blog-post .img-box img{
	width:100%;
}
.gallery-widget .image img{
    width: 158px!important;
    float: left;
    margin: 3px;
}
.bind {
    margin-left: 110px;
    margin-top: -89px;
    margin-bottom: 30px;
}
.bind h6 a{
    color: #222;
    font-size: 17px;
}
 .bind .post-date{
    font-size: 14px;
    font-weight: 500;
}
.blog-details-page .single-blog-post .img-box img{
	width:100%;
}

.fab {
    font-family: 'Font Awesome 5 Brands' !important;
}

.admin-bar .header-navigation.stricky-fixed {
    top: 32px;
}

#rt .welcome-section {
    text-align: right;
}
#rt .sersice_col.single-what-we-do-one {
    width: 100%;
    text-align: right;
}
#rt .testi-carousel-wrapper .thm-container .single-testimonials .text-box {
    text-align: right;
}
#rt .faq-content {
    text-align: right;
}
#rt .faq-content .accrodion-grp .accrodion .accrodion-title h4:before {
    right: unset;
    left: 0;
}
#rt .call-to-action-one .inner-wrapper .col-md-6 {
    width: 100%;
}
#rt .team-section .single-team-carousel .inner .team-content {
    text-align: right;
}
#rt .about2.service-content {
    text-align: right;
    padding-right: 15px;
}
#rt .footer-widget.about-widget.links-widget.explore.ontact-widget {
    text-align: right;
}
#rt .footer-bottom {
    text-align: right;
}
#rt .footer-bottom .pull-left {
    float: unset !important;
}
#rt .cta-style-two-content {
    text-align: right;
}
#rt .recent-projects .single-recent-project .text-box .inner {
    padding: 30px 35px 30px 0px;
    text-align: right;
}
.cost-calc-form {
    margin-bottom: 20px;
}
.service-style-three.sec-pad.service-details-page.two {
    padding-top: 0;
}









/* New Home style  */

.header.style-two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}

.header.style-two .header-navigation ul.navigation-box > li.active > a, 
.header.style-two .header-navigation ul.navigation-box > li.current > a, 
.header.style-two .header-navigation ul.navigation-box > li > a:active, 
.header.style-two .header-navigation ul.navigation-box > li > a:focus, 
.header.style-two .header-navigation ul.navigation-box > li:hover > a {
  color: #fff;
}

.header.style-two .header-navigation ul.navigation-box > li > a {
  color: #fff;
}

.header.style-two .header-navigation ul.navigation-box > li:before {
  margin: 0 13px;
  opacity: 0;
}

.header.style-two .header-navigation .thm-container .right-side-box .social a.fa-pinterest {
  background-color: #8138f7;
  color: #fff;
}

.header.style-two .header-navigation.stricky-fixed {
  background: #302780;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
  margin: 5px 0;
}

/* slider-home-one style-two */
#minimal-bootstrap-carousel.slider-home-one.style-two:before {
  position: absolute;
  content: '';
  top: -50px;
  left: 0;
  right: 0;
  bottom: 30px;
  background-color: #302780;
  transform: skewY(-2deg);
}

#minimal-bootstrap-carousel.slider-home-one.style-two:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(assets/images/shape-1.html);
  background-repeat: no-repeat;
  background-position: top left;
}

#minimal-bootstrap-carousel.slider-home-one.style-two .carousel-inner .item {
  background: transparent;
  z-index: 9;
}

.slider-home-one.style-two .content {
  text-align: left;
  margin-top: 100px;
}

.slider-home-one.style-two .content h2 {
  font-size: 60px;
  line-height: 80px;
}

.slider-home-one.style-two .content .text {
  margin-top: 30px;
}

.slider-home-one.style-two .image {
  position: relative;
  margin-bottom: -330px;
  margin-left: -55px;
  margin-top: 50px;
  z-index: 99;
}

.slider-home-one.style-two .image img {
  max-width: none;
}

.slider-home-one.style-two .carousel-inner {
  overflow: visible;
}

.slider-home-one.style-two .custom-navigation {
  display: none;
}

.thm-btn.yellow-bg:hover {
  color: #fff !important;
}

/* Features section */

.features-section {
  position: relative;
  padding: 110px 0 90px;
}

.features-section:before {
    position: absolute;
    content: '';
    top: -89px;
    right: 0;
    left: 0;
    bottom: 210px;
    background-color: #f7f4ee;
    transform: skewY(
-4deg
);
}

.sec-title {
  position: relative;
}

.features-block {
  position: relative;
  margin-bottom: 30px;
}

.features-block:nth-child(1) {
  transform: translateY(140px);
}

.features-block:nth-child(2) {
  transform: translateY(70px);
}

.features-block .inner-box {
  background: #fff;
  padding: 20px;
  text-align: center;
  margin-top: 50px;
  padding-bottom: 45px;
  box-shadow: 0px 20px 50px 0px rgba(12, 21, 41, 0.1);
}

.features-block .icon {
  position: relative;
  width: 100px;
  height: 100px;
  line-height: 108px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: -70px;
  margin-bottom: 40px;
  font-size: 35px;
  box-shadow: 0px 25px 60px 0px rgba(210, 70, 50, 0.25);
  transition: .5s;
}

.features-block .icon span {
  position: relative;
}

.features-block .inner-box .icon:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #ed4126;
  transition: .5s;
  transform: scale(0);
  border-radius: 50%;
}

.features-block .inner-box:hover .icon:before {
  transform: scale(1);
}

.features-block h4 {
  position: relative;
  color: #212121;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 22px;
}

.features-block .text {
  position: relative;
  font-size: 16px;
  color: #808080;
  line-height: 28px;
  margin-bottom: 20px;
}

.features-block .read-more a {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #172746;
}

.features-block .read-more a i {
  width: 21px;
  height: 21px;
  line-height: 17px;
  border: 2px solid;
  border-radius: 50%;
  font-size: 13px;
  vertical-align: middle;
  top: -3px;
  position: relative;
  margin-right: 5px;
  transition: .5s;
}

.features-block .read-more a:hover i {
  color: #fff !important;
}

/* about section */

.about-section {
  padding: 150px 0 90px;
}

.about-section .image-block {
  position: relative;
  margin-bottom: 30px;
}

.about-section .image-block .shape-one {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 86px;
  height: 86px;
  background: url(assets/images/shape-2.html);
}

.about-section .image-block .shape-two {
  position: absolute;
  top: 166px;
  right: 55px;
  width: 86px;
  height: 86px;
  background: url(assets/images/shape-3.html);
}

.about-section .image-block .image {
  position: relative;
}

.about-section .video {
  position: absolute;
  right: 30px;
  bottom: 50px;
  width: 280px;
  height: 170px;
  background-color: #302780;
  padding-top: 50px;
  padding-left: 130px;
}

.about-section .video a {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #fff;
	background: #ff4328;
  background-color: rgba(255, 255, 255, 0.26);
  line-height: 80px;
  font-size: 20px;
  position: absolute;
  top: 85px;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  display: inline-block;
  transition: .5s;
}

.about-section .video a:after, 
.about-section .video a:before {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.about-section .video a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.about-section .video h4 {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}

.about-section ul.list-box {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.about-section ul.list-box li {
  color: #808080;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 25px;
}

.about-section ul.list-box li + li {
  margin-top: 5px;
}

.about-section ul.list-box li i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

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

/* services section */

.services-section {
  position: relative;
  padding-bottom: 50px;
}

.service-block {
  margin-bottom: 75px;
}

.service-block .inner-box {
  box-shadow: 0px 20px 50px 0px rgba(12, 21, 41, 0.1);
  padding: 45px 80px;
  padding-right: 50px;
  margin-left: 50px;
  position: relative;
}

.service-block .icon {
  position: absolute;
  top: 50px;
  left: -40px;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  font-size: 30px;
  transition: .5s;
}

.service-block .inner-box:hover .icon {
  background-color: #302780;
	    color: #fff;
}

.service-block .icon:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0px 15px 30px 0px rgba(48, 39, 128, 0.2);
  background-color: #fff;
  transition: .5s;
}

.service-block .inner-box:hover .icon:after {
  background-color: #302780;
}

.service-block .icon:before {
  position: absolute;
  content: '';
  top: 12px;
  left: 12px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #fcddda;
  transition: .5s;
}

.service-block .inner-box:hover .icon:before {
  border-color: #302780;
}

.service-block .icon i {
  position: relative;
  z-index: 9;
}

.service-block h4 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 20px;
}

.service-block .text {
  font-size: 16px;
}

.service-block .read-more {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #212121;
  right: 50px;
  bottom: -25px;
  transition: .5s;
}

.service-block .inner-box .read-more:hover {
  color: #fff;
}

/* why choose us */

.why-choose-us {
  position: relative;
  background: #302780;

}

.fullwidth-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.why-choose-us .left-column {
  width: 50%;
  padding: 120px 0;
}

.why-choose-us .right-column {
  width: 50%;
}

.why-choose-us .inner-container {
  max-width: 600px;
  margin: 0 auto;
  margin-right: 0;
  padding: 0 15px;
}

.why-choose-us .sec-title h3 {
  color: #fff;
}

.why-choose-us .left-column .sec-title span {
  color: #fec931 !important;
  margin-bottom: 10px;
  display: inline-block;
}

.why-choose-us .left-column .text {
  position: relative;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
}


.why-choose-us ul.list-box {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.why-choose-us ul.list-box li {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 25px;
}

.why-choose-us ul.list-box li + li {
  margin-top: 5px;
}

.why-choose-us ul.list-box li i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.why-choose-us:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(assets/images/shape-1.html);
  background-repeat: no-repeat;
  background-position: top left;
}

.why-choose-us .video {
  position: relative;
  height: 551px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-size: cover;
}

.why-choose-us .video .video-btn {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  font-size: 25px;
  transition: .7s;
}

.why-choose-us .video .video-btn:after, 
.why-choose-us .video .video-btn:before {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.why-choose-us .video .video-btn:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.why-choose-us .video .video-btn:hover {
  color: #fff;
}

.why-choose-us .brand-carousel-two {
  background: #fec931;
  text-align: center;
  padding: 82px 100px;
}

/* Team Section */

.team-section-two {
  position: relative;
  padding: 120px 0 90px;
}

.team-section-two .row {
  margin: 0 -37.5px;
}

.team-block {
  padding: 0 37.5px;
}

.team-block .image {
  overflow: hidden;
  position: relative;
}

.team-block img {
  max-width: 100%;
  transition: .5s;
}

.team-block .inner-box:hover .image img {
  transform: scale(1.05);
}

.team-section-two .thm-container {
  max-width: 1200px;
}

.team-block .inner-box {
  position: relative;
  max-width: 340px;
  margin-bottom: 30px;
}

.team-block .content {
    position: relative;
    margin-top: -110px;
    padding: 30px 42px 30px 53px;
}
.team-block .content .shape {
  position: absolute;
  top: -29px;
  left: -24px;
}

.team-block .content h4 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 5px;
}

.team-block .content .designation {
  position: relative;
  font-size: 16px;
  color: #808080;
  margin-bottom: 15px;
}

.team-block .content ul.social-links {
  position: relative;
  padding: 0;
  list-style: none;
}

.team-block .content ul.social-links li {
  display: inline-block;
  margin-right: 5px;
}

.team-block .content ul.social-links a {
  width: 40px;
  height: 40px;
  background: #fff;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  text-align: center;
  line-height: 40px;
  color: #808080;
  font-size: 14px;
  transition: .5s;
}

.team-block .content ul.social-links a:hover {
  color: #fff;
}

.footer .footer-widget .footer-subscribe {
  width: 100%;
  position: relative;
  height: 69px;
  background-color: #171717;
  border-radius: 34.5px;
  margin-top: 30px; 
  max-width: 270px;
}

.footer .footer-widget .footer-subscribe input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  padding-left: 45px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px; 
}

.footer .footer-widget .footer-subscribe input::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: rgba(255, 255, 255, 0.6); }
.footer .footer-widget .footer-subscribe input::-moz-placeholder {
/* Firefox 19+ */
color: rgba(255, 255, 255, 0.6); }
.footer .footer-widget .footer-subscribe input:-ms-input-placeholder {
/* IE 10+ */
color: rgba(255, 255, 255, 0.6); }
.footer .footer-widget .footer-subscribe input:-moz-placeholder {
/* Firefox 18- */
color: rgba(255, 255, 255, 0.6); }

.footer .footer-widget .footer-subscribe button[type=submit] {
  border: none;
  outline: none;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  text-align: center;
  line-height: 59px;
  color: #fff; 
}

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.footer .sec-title h3 {
  color: #fff;
}

.footer .sec-title {
  border-bottom: 1px solid #2e2e2e;
  padding-bottom: 50px;
}

.recent-news-widget {
  position: relative;
}

@media only screen and (min-width:992px) {
  .recent-news-widget {
      margin-left: 30px;
  }
}

.recent-news-widget .date {
  font-size: 14px;
  font-weight: 500;
}

.recent-news-widget h4 a {
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.recent-news-widget .news-post {
  margin-bottom: 20px;
}

.recent-news-widget h4 {
  margin-top: 6px;
}

/* testimonials section */
.testimonials-section {
  position: relative;
  padding: 120px 0 90px;
}

.testimonials-section .shape-one {
  position: absolute;
  bottom: 195px;
  left: 82px;
  width: 68px;
  height: 68px;
  background: url(assets/images/shape-4.html);
}

.testimonials-section .shape-two {
  position: absolute;
  top: 81px;
  right: 168px;
  width: 68px;
  height: 68px;
  background: url(assets/images/shape-4.html);
}

.testimonials-section .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonials-section .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.testimonials-section .owl-item {
  opacity: 0;
  visibility: hidden;
}

.testimonials-section .owl-dots {
  display: none !important;
}

.testimonial-block {
  position: relative;
}

.testimonial-block .inner-box .text {
  position: relative;
  box-shadow: 0px 20px 50px 0px rgba(12, 21, 41, 0.15);
  padding: 52px 50px;
  background: #fff;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 36px;
}

.testimonial-block .author-info {
  padding-top: 5px;
  position: relative;
  padding-left: 80px;
  margin-left: 40px;
  min-height: 60px;
}

.testimonial-block .image {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 60px;
  overflow: hidden;
}

.testimonial-block h4 {
  font-size: 22px;
  font-weight: 500;
  color: #212121;
  margin: 0;
}

.testimonial-block .designation {
  font-size: 16px;
  font-weight: 400;
}

.testimonial-block .inner-box .text:before {
  position: absolute;
  content: '';
  left: 65px;
  bottom: -27px;
  border: 20px solid transparent;
  border-left-color: #fff;
  border-top-color: #fff;
}

.testimonials-section .image-block {
  position: relative;
}

.testimonials-section .image-block img {
  max-width: 100%;
}

.testimonials-section .image-block .image {
  position: relative;
  margin-right: -280px;
  margin-top: -50px;
}

.testimonials-section.style-two .shape-two {
  top: -17px;
  right: 68px;
}

.testimonials-section.style-two .shape-one {
  bottom: 84px;
  left: -19px;
}

/* Pricing section */
.pricing-section {
  position: relative;
  padding: 145px 0 130px;
}

.pricing-block {
  position: relative;
}

.pricing-block .inner-box {
  position: relative;
  background: #fff;
  padding: 55px 40px;
  margin-bottom: 30px;
  transition: .5s;
}

.pricing-block .inner-box:hover {
  box-shadow: 0px 40px 100px 0px rgba(37, 59, 112, 0.1);
}

.pricing-block .icon {
  position: relative;
  font-size: 45px;
  margin-bottom: 35px;
  color: #6d5cfd;
}

.pricing-block .price {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
}

.pricing-block h4 {
  position: relative;
  font-size: 20px;
  color: #212121;
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}

.pricing-block .price sub {
  position: relative;
  font-size: 16px;
  color: #808080;
  font-weight: 400;
}

.pricing-block .list {
  position: relative;
  padding: 0;
  list-style: none;
  margin-bottom: 50px;
}

.pricing-block .list li {
  position: relative;
  color: #212121;
  margin-bottom: 8px;
  font-size: 16px;
}

.pricing-block .list li.unavailable {
  color: #808080;
}

.pricing-block .thm-btn:hover {
  background: #302780;
}

/* CTA */

.cta-section {
  position: relative;
  padding: 150px 0 120px;
  background: #302780;
}

.cta-section:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(assets/images/shape-18.html);
  background-repeat: no-repeat;
  background-position: top left;
}

.cta-section-two .side-image {
  position: absolute;
  top: 20px;
  left: 40px;
}

.cta-section .sec-title h3 {
  color: #fff;
}

.cta-section .image {
  position: relative;
  margin-right: -378px;
  margin-left: -30px;
  margin-top: -210px;
  margin-bottom: -270px;
}

.cta-section img {
  max-width: 100%;
}

/* header style three */

.header.style-three {
  position: relative;
  background-color: #222;
  z-index: 99999;
}

.header.style-three .header-navigation ul.navigation-box > li.active > a, 
.header.style-three .header-navigation ul.navigation-box > li.current > a, 
.header.style-three .header-navigation ul.navigation-box > li > a:active, 
.header.style-three .header-navigation ul.navigation-box > li > a:focus, 
.header.style-three .header-navigation ul.navigation-box > li:hover > a {
  color: #fff;
}

.header.style-three .header-navigation ul.navigation-box > li > a {
  color: #fff;
}

.header.style-three .header-navigation ul.navigation-box > li:before {
  margin: 0 13px;
  opacity: 0;
}

.header.style-three .header-navigation .thm-container .right-side-box .social a.fa-pinterest {
  background-color: #8138f7;
  color: #fff;
}

.header.style-three .header-navigation.stricky-fixed {
  background: #302780;
}


/* CTA section two */

.cta-section-two {
  position: relative;
  padding: 157px 0;
  background-size: cover;
  background-position: center;
}

.cta-section-two .sec-title h3 {
  color: #fff;
}

.cta-section-two .sec-title span {
  color: #fec931 !important;
  margin-bottom: 15px;
  display: inline-block;
}

.cta-section-two .sec-title {
  margin-bottom: 0;
}

.cta-section-two .thm-btn {
  background-color: #212121 !important;
}

/* why choose us style two */
.why-choose-us.style-two .video {
  height: 740px;
}

/* featues section style two */
.features-section.style-two {
  padding: 120px 0 90px;
}

.features-section.style-two .sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
  background-size: cover;
}

.features-section.style-two:before {
  opacity: 0;
}

.features-section.style-two .sec-bg:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(48 39 128 / 85%);
}

.features-section.style-two .features-block:nth-child(2) {
  transform: translateY(0);
}

.features-section.style-two .features-block:nth-child(1) {
  transform: translateY(0);
}

/* about section style two */
.about-section.style-two {
  padding-top: 0;
  position: relative;
  z-index: 9;
}

.about-section.style-two .top-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.about-section.style-two .right-content {
  margin-bottom: 70px;
}

.about-section.style-two .video {
  right: auto;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  padding-left: 0;
  text-align: center;
  height: auto;
  width: auto;
  padding: 50px 52px;
}

.about-section.style-two .video a {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  margin-bottom: 10px;
}

.about-section.style-two .video h4 {
  line-height: 30px;
}

.about-section.style-two .image-block .shape-two {
  top: -27px;
  left: -30px;
}

.about-section.style-two .image-block .shape-one {
  right: -30px;
  bottom: -30px;
  left: auto;
  top: auto;
}

/* services section style two */

.services-section.style-two {
  padding-top: 310px;
  background: #f7f4ee;
  margin-top: -310px;
}

.service-block .inner-box {
  background: #fff;
}

.service-block .read-more {
  box-shadow: 0px 15px 30px 0px rgba(48, 39, 128, 0.2);
	color: #fff;
}

.cta-section-two .thm-btn{
	color: #fff !important;
}

/* slider-home-one style-three */

#minimal-bootstrap-carousel.slider-home-one.style-three .carousel-inner .item {
  background: transparent;
  z-index: 99;
}

.slider-home-one.style-three .content {
  text-align: left;
  margin-top: 50px;
}

.slider-home-one.style-three .content h2 {
  font-size: 60px;
  line-height: 70px;
  color: #212121;
}

.slider-home-one.style-three .content .text {
  margin-top: 20px;
  color: #212121;
  font-size: 20px;
}

.slider-home-one.style-three .image {
  position: relative;
  margin-bottom: -170px;
  margin-left: -100px;
  margin-top: -50px;
  z-index: 99;
  margin-right: -160px;
}

.slider-home-one.style-three .image img {
  max-width: 100%;
}

.slider-home-one.style-three .carousel-inner {
  overflow: visible;
}

.slider-home-one.style-three .custom-navigation {
  display: none;
}

#minimal-bootstrap-carousel .shape-one {
  position: absolute;
  content: '';
  top: -210px;
  left: -210px;
  width: 589px;
  height: 589px;
  border: 135px solid #ebe5db;
  z-index: 9;
  border-radius: 50%;
}

#minimal-bootstrap-carousel .shape-two {
  position: absolute;
  content: '';
  bottom: 120px;
  right: 209px;
  width: 194px;
  height: 194px;
  border: 45px solid #ebe5db;
  z-index: 10;
  border-radius: 50%;
  animation: animationFramesTwo 17s infinite linear;
}

#minimal-bootstrap-carousel .shape-three {
  position: absolute;
  top: 182px;
  right: 350px;
  width: 86px;
  height: 86px;
  background: url(assets/images/shape-2.html);
  transform: rotate(56deg);
  animation: rotatedHalfTwo 7s infinite linear;
}

#minimal-bootstrap-carousel .shape-four {
  position: absolute;
  bottom: 178px;
  left: 48.5%;
  width: 86px;
  height: 86px;
  background: url(../assets/images/shape-3.html);
  animation: rotatedHalfTwo 7s infinite linear;
}

#minimal-bootstrap-carousel .shape-five {
  position: absolute;
  top: 308px;
  left: 110px;
  width: 119px;
  height: 119px;
  background: url(assets/images/shape-5.html);
  z-index: 9;
  animation: animationFramesTwo 17s infinite linear;
}

#minimal-bootstrap-carousel .shape-six {
  position: absolute;
  bottom: 97px;
  right: 44%;
  width: 52px;
  height: 52px;
  background: url(assets/images/shape-16.html);
  animation: rotatedHalfTwo 7s infinite linear;
}

#minimal-bootstrap-carousel .shape-seven {
  position: absolute;
  top: 207px;
  right: 33.5%;
  width: 72px;
  height: 72px;
  background: url(assets/images/shape-17.html);
  animation: rotatedHalfTwo 7s infinite linear;
}

#minimal-bootstrap-carousel .shape-eight {
  position: absolute;
  content: '';
  top: 152px;
  right: 23%;
  width: 210px;
  height: 210px;
  background: #382f8b;
  border-radius: 50%;
  animation: animationFramesTwo 17s infinite linear;
}

#minimal-bootstrap-carousel .shape-eight:before {
  position: absolute;
  content: '';
  left: -35px;
  top: -35px;
  right: -35px;
  bottom: -35px;
  border-radius: 50%;
  border: 1px solid rgb(255 255 255 / 0.15);
}

#minimal-bootstrap-carousel .shape-nine {
  position: absolute;
  content: '';
  bottom: 125px;
  right: 35%;
  width: 320px;
  height: 320px;
  background: #ff6650;
  border-radius: 50%;
}

#minimal-bootstrap-carousel .shape-nine:before {
  position: absolute;
  content: '';
  left: -50px;
  top: -50px;
  right: -50px;
  bottom: -50px;
  border-radius: 50%;
  border: 1px solid rgb(255 255 255 / 0.15);
}

/*** 

====================================================================
  Search Popup
====================================================================

***/

.search-popup {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.90);
  -webkit-transform: translateY(101%);
  -ms-transform: translateY(101%);
  transform: translateY(101%);
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}

.search-popup .overlay-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.search-popup .close-search {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 22px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
}

.search-popup .close-search:hover {
  opacity: 0.70;
}

.search-popup .search-form {
  position: relative;
  padding: 0px 15px 0px;
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 100px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.search-popup .search-form fieldset {
  position: relative;
  border: 7px solid rgba(255, 255, 255, 0.50);
  border-radius: 12px;
}

.search-popup .search-form fieldset input[type="search"] {
  position: relative;
  height: 70px;
  padding: 20px 220px 20px 30px;
  background: #ffffff;
  line-height: 30px;
  font-size: 20px;
  color: #233145;
  border-radius: 4px;
}

.search-popup .search-form fieldset input[type="submit"] {
  position: absolute;
  display: block;
  right: 0px;
  top: 0px;
  text-align: center;
  width: 220px;
  height: 70px;
  padding: 20px 10px 20px 10px;
  color: #ffffff !important;
  line-height: 30px;
  font-size: 20px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 0px 4px 4px 0px;
  outline: none;
  border: none;
}

.search-popup h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-align: center;
  display: none;
}

.search-popup .recent-searches {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  display: none;
}

.search-popup .recent-searches li {
  display: inline-block;
  margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
  display: block;
  line-height: 24px;
  border: 1px solid #ffffff;
  padding: 7px 15px;
  color: #ffffff;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.search-popup .search-form fieldset input[type="search"]:focus {
  border-color: #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* header top */

.header-top {
  position: relative;
  background: #0c1529;
  padding: 11px 0;
}

.header-top .thm-container {
  max-width: 100%;
  padding: 0 70px;
}

.header-top .wrapper-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-top .left {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.header-top ul.contact-info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header-top ul.contact-info li {
  margin-right: 20px;
}

.header-top ul.contact-info a {
  color: #fff;
}

.header-top ul.contact-info a i {
  margin-right: 7px;
}

.header-top .right {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header-top ul.social-links {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}

.header-top .social-links-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header-top .social-links-wrapper span {
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-right: 30px;
}

.header-top ul.social-links li a {
  color: #fff;
  font-size: 15px;
  display: inline-block;
}

.header-top ul.social-links li {
  margin-right: 14px;
}

.header.style-four .header-navigation ul.navigation-box > li:before {
  margin: 0 13px;
  opacity: 0;
}

.header.style-four .header-navigation ul.navigation-box > li > a {
  color: #212121;
}

.header.style-four .header-navigation .thm-container .navbar-header {
  left: 70px;
}

.header.style-four .header-navigation .thm-container .right-side-box {
  right: 70px;
}

.header-top .location {
  position: relative;
  margin-right: 20px;
  padding-right: 10px;
}

.header-top .location:before {
  position: absolute;
  right: -3px;
  top: 50%;
  content: '';
  background: rgb(255 255 255 / 0.30);
  height: 22px;
  width: 1px;
  transform: translateY(-50%);
}

.header-top .location form {
  display: inline-block;
}

.header-top button.btn.dropdown-toggle {
  background: transparent;
  color: #fff;
  border: none;
  padding-left: 7px;
  font-size: 18px;
  font-weight: 500;
  font-size: 15px;
  font-weight: 500;
}

.header-top .btn-light:not(:disabled):not(.disabled).active, 
.header-top .btn-light:not(:disabled):not(.disabled):active, 
.header-top .show>.btn-light.dropdown-toggle {
  color: #fff;
}

.header-top .bootstrap-select .dropdown-toggle:focus, 
.header-top .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
  box-shadow: none;
}

.header-top .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
  min-width: 105px;
}

.header-top button.btn.dropdown-toggle:hover {
  background: transparent;
  color: #fff;
}

.header-navigation .thm-container .right-side-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header-navigation .thm-container .right-side-box .contact-info {
  position: relative;
  color: #fff;
  padding: 10px 30px;
  padding-left: 90px;
  border-radius: 30px;
}

.header-navigation .thm-container .right-side-box .cart-btn {
  position: relative;
  margin-right: 15px;
  background: #f2efe9;
  color: #222;
  border: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: .5s;
  outline: none;
  font-size: 24px;
}

.header-navigation .thm-container .right-side-box .cart-btn:hover {
  color: #fff;
}

.header-navigation .thm-container .right-side-box .search-toggler {
  position: relative;
  margin-right: 15px;
  background: #f2efe9;
  color: #222;
  border: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: .5s;
  outline: none;
  font-size: 22px;
  line-height: 62px;
}

.header-navigation .thm-container .right-side-box .search-toggler:hover {
  color: #fff;
}

.header-navigation .thm-container .right-side-box .contact-info .icon {
  font-size: 25px;
  width: 70px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px 0 0 30px;
  background-color: #ed4126;
}

.header-navigation .thm-container .right-side-box .contact-info h5 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.header-navigation .thm-container .right-side-box .contact-info h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  margin-top: 2px;
}

.header-navigation .thm-container .right-side-box .contact-info h4 a {
  color: #fff;
}

.header-navigation .thm-container {
  padding: 0 70px;
}


/* banner style two */
.banner-style-two.style-two {
  background-color: #f7f4ee;
}

.banner-style-two.style-two .carousel-inner .item {
  background: transparent;
  z-index: 99;
}

.banner-style-two.style-two .single-banner-carousel {
  text-align: left;
  margin: 0 auto;
  margin-right: 0;
  margin-top: 50px;
  max-width: 740px;
}

.banner-style-two.style-two .single-banner-carousel h2 {
  font-size: 60px;
  line-height: 70px;
  color: #212121;
}

.banner-style-two.style-two .single-banner-carousel .text {
  margin-top: 20px;
  color: #212121;
  font-size: 20px;
}


.banner-style-two .image-block {
  position: relative;
}

.banner-style-two .image-one {
  position: absolute;
  top: 50%;
  left: -85px;
  transform: translateY(-50%);
}

.banner-style-two .image-two {
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translateY(-50%);
}

.banner-style-two.style-two .shape-one {
  position: absolute;
  top: 150px;
  left: -200px;
  width: 70px;
  height: 70px;
  background: url(assets/images/shape-6.html) no-repeat;
}

.banner-style-two.style-two .shape-two {
  position: absolute;
  top: 199px;
  left: 265px;
  width: 68px;
  height: 68px;
  background: url(assets/images/shape-7.html);
}

.banner-style-two.style-two .shape-three {
  position: absolute;
  bottom: 162px;
  left: 85px;
  width: 52px;
  height: 52px;
  background: url(assets/images/shape-8.html);
}

.banner-style-two.style-two .owl-dots {
  text-align: left;
  max-width: 740px;
  left: auto;
  right: 0;
  text-align: left;
  bottom: 0;
}

.banner-style-two.style-two .owl-dots .owl-dot span {
  background: #f9bfb2;
  height: 3px;
}

/* Services section style three */

.services-section.style-three {
  padding: 120px 0 90px;
}

.services-section.style-three .service-block .inner-box {
  margin-left: 0;
  padding: 40px;
}

.services-section.style-three .service-block .icon {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 45px;
}

.services-section.style-three .service-block .read-more {
  position: relative;
  left: 0;
  right: auto;
  bottom: 0;
  margin-top: 20px;
}

.services-section.style-three .service-block .read-more:hover {
  color: #fff;
}

/* about section style three */
.about-section.style-three {
  padding-top: 0;
}

.about-section.style-three .image-block .shape-one {
  bottom: 61px;
  top: auto;
}

.about-section.style-three .image-block .shape-two {
  top: 35px;
  right: 119px;
}

.about-section.style-three .video {
  box-shadow: 0px 20px 50px 0px rgba(12, 21, 41, 0.1);
  background: #fff;
  padding: 36px 42px;
  text-align: center;
  width: auto;
  height: auto;
  bottom: -50px;
}

.about-section.style-three .video a {
  position: relative;
  background: #ffe8e5;
  top: 0;
  left: 0;
  transform: translate(0);
}

.about-section.style-three .video a:hover {
  color: #fff;
}

.about-section.style-three .video h4 {
  color: #212121;
  margin-top: 20px;
}

.about-section.style-three .image-block {
  margin-bottom: 80px;
}

.about-section .icon-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.about-section .icon-box .icon {
  position: relative;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  box-shadow: 0px 25px 60px 0px rgba(210, 70, 50, 0.25);
  border-radius: 50%;
  color: #222;
  font-size: 33px;
  margin-right: 20px;
  border: 3px solid;
  transition: .5s;
}

.about-section .icon-box:hover .icon {
  background-color: #fff;
}

.about-section .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  color: #212121;
  line-height: 28px;
}

.about-section .icon-box.style-two .icon {
  background: #fec931;
  border-color: #fec931;
}

.about-section .icon-box.style-two:hover .icon {
  color: #fec931;
  background-color: #fff;
}

/* why choose us style-three */

.why-choose-us.style-three .right-column {
  padding-top: 150px;
  padding-bottom: 120px;
}

.why-choose-us .image-carousel {
  margin-right: -245px;
}

.why-choose-us .owl-dots {
  display: none !important;
}

/* cost calculator */

.cost-calculator {
  position: relative;
  padding: 70px 50px;
  background: #f7f4ee;
  z-index: 9;
  margin-bottom: 30px;
}

.cost-calculator h4 {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 16px;
  margin-top: -6px;
}

.cost-calculator .text {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 28px;
}


.cost-calculator button.btn.dropdown-toggle {
  background: transparent;
  color: #808080;
  border: none;
  padding-left: 7px;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #ddd;
  border-radius: 0;
  margin-bottom: 15px;
  padding: 14px 20px;
}

.cost-calculator .btn-light:not(:disabled):not(.disabled).active, 
.cost-calculator .btn-light:not(:disabled):not(.disabled):active, 
.cost-calculator .show>.btn-light.dropdown-toggle {
  color: #fff;
}

.cost-calculator .bootstrap-select .dropdown-toggle:focus, 
.cost-calculator .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
  box-shadow: none;
}

.cost-calculator .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
  min-width: 100%;
}

.cost-calculator button.btn.dropdown-toggle:hover {
  background: transparent;
  color: #808080;
}

.cost-calculator .btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.cost-calculator h5 {
  font-size: 16px;
  color: #808080;
  font-weight: 400;
  margin-bottom: 15px;
}


/* CTA section three */

.cta-section-three {
  position: relative;
  padding: 157px 0;
  background-size: cover;
}

.cta-section-three .sec-title h3 {
  color: #fff;
}

.cta-section-three .sec-title span {
  color: #fec931 !important;
  margin-bottom: 15px;
  display: inline-block;
}

.cta-section-three .sec-title {
  margin-bottom: 0;
}

.cta-section-three .image {
  position: relative;
  margin-left: -200px;
  margin-top: -105px;
  margin-bottom: -88px;
}

.cta-section-three .image img {
  max-width: 100%;
}

/* Pricing style two */

.pricing-section.style-two .pricing-block {text-align: center;}

.pricing-section.style-two .pricing-block h4 {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 20px;
  margin-top: 0;
}

.pricing-section.style-two .pricing-block .price {
  margin-bottom: 30px;
  color: #212121 !important;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
}

.pricing-section.style-two .pricing-block .image {
  margin-bottom: 30px;
  min-height: 215px;
}

.pricing-section.style-two .pricing-block .inner-box {
  padding: 50px 0;
}

.pricing-section.style-two .pricing-block .list li {
  margin-bottom: 2px;
}

.pricing-section.style-two .pricing-block .list {
  margin-bottom: 35px;
}

/* gallery section */

.gallery-section {
  position: relative;
  padding: 120px 0 90px;
}

.gallery-block {
  position: relative;
}

.gallery-block .inner-box {
  margin-bottom: 30px;
  position: relative;
}

.gallery-block .inner-box .image img {
  width: 100%;
}

.gallery-block a.img-popup {
  color: #fff;
  font-size: 80px;
}

.gallery-block .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: .5s;
  background-color: rgba(24, 28, 82, 0.7);
}

.gallery-block .inner-box:hover .overlay {
  opacity: 1;
}

.testimonials-section .testimonial-outer {
  position: relative;
  overflow: hidden;
  margin: -100px;
  padding: 100px;
}

/* banner style three */
.banner-style-two.style-three {
  background-color: #ff563e;
  position: relative;
}

.banner-style-two.style-three:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(assets/images/bg-6.html);
  background-repeat: no-repeat;
}

.banner-style-two.style-three .carousel-inner .item {
  background: transparent;
  z-index: 99;
}

.banner-style-two.style-three .single-banner-carousel {
  text-align: left;
  margin: 0 auto;
  margin-right: 0;
  margin-top: 65px;
  max-width: 740px;
}

.banner-style-two.style-three .single-banner-carousel h2 {
  font-size: 60px;
  line-height: 70px;
}

.banner-style-two.style-three .single-banner-carousel .text {
  margin-top: 20px;
  color: #212121;
  font-size: 20px;
}

.banner-style-two.style-three .owl-dots {
  text-align: left;
  max-width: 740px;
  left: auto;
  right: 0;
  text-align: left;
  bottom: 0;
}

.banner-style-two.style-three .owl-dots .owl-dot span {
  background: #f9bfb2;
  height: 3px;
}

.banner-style-two.style-three .image-block {
  position: relative;
  text-align: right;
  margin-right: -15px;
}

.banner-style-two.style-three .thm-btn {
  background-color: #0c1529;
}

.banner-style-two.style-three .thm-btn:hover {
  background-color: #fff;
}

.banner-style-two.style-three .owl-dots {
  display: none !important;
}

.banner-style-two.style-three .shape-one {
  position: absolute;
  top: 0;
  left: 70px;
  width: 220px;
  height: 167px;
  background: url(assets/images/shape-10.html) no-repeat;
}

.banner-style-two.style-three .shape-two {
  position: absolute;
  bottom: 0;
  left: 26%;
  width: 266px;
  height: 213px;
  background: url(assets/images/shape-9.html) no-repeat;
}

/* featues section style three */
.features-section.style-three {
  padding: 120px 0 90px;
}

.features-section.style-three .sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
  background-size: cover;
}

.features-section.style-three:before {
  background: #f5f6fa;
  transform: skew(0);
  top: 0;
  left: 0;
  bottom: auto;
  height: 590px;
}

.features-section.style-three .features-block:nth-child(2) {
  transform: translateY(0);
}

.features-section.style-three .features-block:nth-child(1) {
  transform: translateY(0);
}

.features-section.style-three .features-block .icon {
  margin-top: 0;
}

.features-section.style-three .features-block .inner-box {
  margin-top: 0;
  padding-bottom: 28px;
  padding-top: 50px;
}

/* about section style four */
.about-section.style-four {
  padding-top: 0;
}

.about-section.style-four .image-block .shape-one {
  bottom: 61px;
  top: auto;
}

.about-section.style-four .image-block .shape-two {
  top: 35px;
  right: 119px;
}

.about-section.style-four .video {
  box-shadow: 0px 20px 50px 0px rgba(12, 21, 41, 0.1);
  padding: 36px 42px;
  text-align: center;
  width: auto;
  height: auto;
  bottom: -50px;
}

.about-section.style-four .video a {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0);
}

.about-section.style-four .video a:hover {
  color: #fff;
}

.about-section.style-four .video h4 {
  margin-top: 20px;
}

.about-section.style-four .image-block {
  margin-bottom: 80px;
}

/* Services Style One style two */

.service-style-one.style-two .service-right-content .single-service-one:hover i {
  color: #fff;
}

.service-style-one.style-two .service-right-content {
  margin: 7px 0;
}

/* Testimonials section style three */

.testimonials-section.style-three {
  position: relative;
  background-color: #f5f6fa;
}

.testimonials-section.style-three .image-two {
  position: relative;
  right: -50px;
  margin-bottom: -78px;
  bottom: -12px;
}

/* cost calculator */
.cost-calculator.style-two {
  margin: 120px 0 60px;
  background: #313061;
}

.cost-calculator.style-two h4 {
  color: #fff;
}

.cost-calculator.style-two .text {
  color: #fff;
}

.cost-calculator.style-two h5 {
  position: relative;
  color: #fff;
}

.cost-calculator.style-two button.btn.dropdown-toggle {
  color: #fff;
}

.cost-calculator.style-two button.btn.dropdown-toggle:hover {
  color: #fff;
}

.cost-calculator.style-two button.btn.dropdown-toggle .text {
  color: #222;
}

.cost-calculator.style-two .bootstrap-select.btn-group .dropdown-menu li a span.text {
  color: #222;
}

/* style two */
.gallery-section.style-two .thm-container {
  max-width: 100%;
}

.gallery-section.style-two .gallery-block img {
  width: 100%;
}

.gallery-section.style-two .gallery-block h4 {
  position: absolute;
  bottom: 30px;
  color: #fff;
  font-size: 24px;
}

.about-section .image-block .image.style-two {
  left: 40px;
}

.cta-section-three.style-two .image {
  margin-left: 0;
  text-align: right;
  margin-right: -48px;
  margin-bottom: -330px;
  margin-top: -100px;
}

/* Banner section three */
.banner-section-three {
  position: relative;
  background: #473592;
  z-index: 9;
}

.banner-section-three .shape-one {
  position: absolute;
  top: 30%;
  left: 0;
}

.banner-section-three .shape-two {
  position: absolute;
  top: 30%;
  right: 0;
}

.banner-section-three .image-one {
  position: absolute;
  top: 20px;
  left: 17%;
  z-index: 2;
}

.banner-section-three .image-two {
  position: absolute;
  right: 18%;
  top: 50px;
}

.banner-section-three .image-three {
  position: absolute;
  bottom: 0;
  left: 0;
}

.banner-section-three .image-four {
  position: absolute;
  right: 0;
  bottom: 0;
}

.banner-section-three .content {
  position: relative;
  padding: 226px 0;
  text-align: center;
}

.banner-section-three h5 {
  position: relative;
  font-family: 'Pacifico';
  font-size: 24px;
  color: #fec931;
  margin-bottom: 20px;
}

.banner-section-three h2 {
  position: relative;
  margin: 0;
  color: #ffffff;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 30px;
}

.banner-section-three .link {
  position: relative;
}

.banner-section-three .content:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(assets/images/shape-14.html) center no-repeat;
}

/* Products section */

.products-section {
  position: relative;
  padding: 120px 0 90px;
}

.products-section:before {
  position: absolute;
  content: '';
  top: -200px;
  right: 0;
  left: 0;
  bottom: 350px;
  background-color: #f7f4ee;
  transform: skewY(-5deg);
}

.product-block {
  position: relative;
}

.product-block .inner-box {
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 20px 50px 0px rgba(12, 21, 41, 0.1);
  padding: 30px;
}

.product-block:nth-child(2) .inner-box {
  margin-top: 70px;
}

.product-block .image {
  position: relative;
  margin-bottom: 35px;
  overflow: hidden;
}

.product-block .image img {
  width: 100%;
  transition: .5s;
}

.product-block .inner-box:hover .image img {
  transform: scale(1.1);
}

.product-block .content {
  position: relative;
  text-align: center;
}

.product-block h4 {
  position: relative;
  color: #212121;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}

.product-block .price {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #808080;
}


/* Products section */

.products-section-two {
  position: relative;
  padding: 100px 0 70px;
}

.filters .filter-btns {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin-bottom: 40px;
  justify-content: center;
  list-style: none;
}

.filters li {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  color: #808080;
  margin: 0 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  transition: .5s;
  text-align: center;
  cursor: pointer;
}

.filters li:last-child {
  margin-right: 0;
}

.filters li.active {
  color: #212121;
  text-decoration: underline;
}

.product-block .inner-box {
  border: 2px solid #ebebeb;
  text-align: center;
  margin-bottom: 30px;
  background: #f7fbff;
}

.product-block-two .inner-box .image {
  position: relative;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.product-block-two .inner-box:hover .image img {
  transform: rotateY(180deg);
}

.product-block-two .inner-box .image img {
  transition: .5s;
  width: 100%;
}

.product-block-two .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  transition: .5s;
  background: rgb(0 0 0 / 0.30);
  padding-bottom: 20px;
  opacity: 0;
}

.product-block-two .inner-box:hover .overlay {
  opacity: 1;
}

.product-block-two .lower-content {
  position: relative;
  padding: 21px 0;
}

.product-block-two h4 {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  margin: 0;
  margin-bottom: 3px;
}

.product-block-two h4 a {
  transition: .5s;
  color: #1e2843;
}

.product-block-two .price {
  font-size: 16px;
  font-weight: 500;
}

.product-block-two .overlay ul {
  position: relative;
  transform: scaleX(1.2);
  transition: .5s;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.product-block-two .inner-box:hover .overlay ul {
  transform: scaleX(1);
}

.product-block-two .overlay ul li {
  margin: 0;
  vertical-align: middle;
}

.product-block-two .overlay ul li a {
  display: inline-block;
  width: 50px;
  line-height: 55px;
  height: 50px;
  text-align: center;
  background: #fff;
  color: #000;
  transition: .5s;
  opacity: 0;
  border-right: 1px solid #e5e5e5;
}

.product-block-two .overlay ul li a:hover {
  
}

.product-block-two .inner-box:hover .overlay ul li a {
  opacity: 1;
}

/* Services Section two */

.services-section-two {
  position: relative;
  padding: 120px 0 90px;
  background-color: #fec931;
  overflow: hidden;
}

.services-section-two .shape-one {
  position: absolute;
  left: 0;
  bottom: 0;
}

.services-section-two .shape-two {
  position: absolute;
  right: 0;
  top: 0;
}

.services-section-two .shape-three {
  position: absolute;
  right: 0;
  bottom: 0;
}

.services-section-two .shape-four {
  position: absolute;
  right: 0;
  bottom: 0;
}

.services-section-two .shape-four {
  position: absolute;
  left: -32px;
  bottom: 55px;
}

.services-section-two .shape-five {
  position: absolute;
  right: -18px;
  top: -60px;
}

.services-section-two .shape-six {
  position: absolute;
  left: 12px;
  top: 12px;
}

.services-section-two .image {
  position: relative;
}

.services-section-two .image-block {
  position: relative;
}

.services-section-two .sec-title {
  margin-bottom: 30px;
}

.services-section-two .sec-title span {
  margin-bottom: 10px;
  display: inline-block;
}

.services-section-two .text {
  position: relative;
  font-size: 16px;
  color: #212121;
  margin-bottom: 30px;
}

.services-section-two ul.list-box {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.services-section-two ul.list-box li {
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 25px;
}

.services-section-two ul.list-box li + li {
  margin-top: 5px;
}

.services-section-two li i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.services-section-two .image {
  position: relative;
  margin-top: 0;
  margin-right: 0;
  text-align: center;
  margin-bottom: -90px;
}

.testimonials-section.style-two.bg-style-two {
  background: #f7f4ee;
}



/* why choose us */

.why-choose-us-two {
  position: relative;
  background: #302780;
}

.why-choose-us-two .fullwidth-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.why-choose-us-two .left-column {
  width: 50%;
  padding: 120px 0;
}

.why-choose-us-two .right-column {
  width: 50%;
}

.why-choose-us-two .inner-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 15px;
  margin-left: 120px;
}

.why-choose-us-two .sec-title h3 {
  color: #fff;
}

.why-choose-us-two .left-column .sec-title span {
  color: #fec931 !important;
  margin-bottom: 10px;
  display: inline-block;
}

.why-choose-us-two .left-column .text {
  position: relative;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
}


.why-choose-us-two ul.list-box {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.why-choose-us-two ul.list-box li {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 25px;
}

.why-choose-us-two ul.list-box li + li {
  margin-top: 5px;
}

.why-choose-us-two ul.list-box li i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.why-choose-us-two:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(assets/images/shape-15.html);
  background-repeat: no-repeat;
  background-position: top right;
}

.why-choose-us-two .video {
  position: relative;
  height: 544px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
	background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

.why-choose-us-two .video .video-btn {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  font-size: 25px;
}

.why-choose-us-two .video .video-btn:after, 
.why-choose-us-two .video .video-btn:before {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.why-choose-us-two .video .video-btn:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.why-choose-us-two .shape-one {
  position: absolute;
  top: 30%;
  right: 0;
}

.faq-section {
  position: relative;
  overflow: hidden;
}

img {
  max-width: 100%;
}


.why-choose-us.style-three .side-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.why-choose-us.style-three .right-column .image {
  margin-bottom: 30px;
  padding: 0 15px;
}

@media only screen and (max-width:1699px) {
  .why-choose-us.style-three .side-image {
    display: none;
  } 
}

/* banner section */
.banner-section {
  background: #f7f4ee;
}

.banner-section .wrapper-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.banner-section .left-column {
  width: 50%;
}

.banner-section .right-column {
  width: 50%;
  background: #1a1e5d;
  min-height: 730px;
  display: flex;
  align-items: center;
  position: relative;
}

.banner-section .content-box span {
  display: block;
  font-size: 24px;
  font-family: 'Pacifico';
}

.banner-section .content-box h2 {
  color: #222;
  font-weight: bold;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -0.06em;
  margin-top: 30px;
  margin-bottom: 30px;
}

.banner-section .inner-container {
  max-width: 570px;
  margin: 0 auto;
  padding: 0 15px;
}

.banner-section .content-box {
  position: relative;
  padding: 200px 0;
}

.banner-section .right-column .image {
  position: relative;
  line-height: 300px;
}

.banner-section .right-column .image img {
  width: 150px;
}

.banner-section .right-column .swiper-slide-active .image img {
  width: auto;
}

.banner-section .right-column .swiper-container {
  overflow: visible;
}

.banner-section .inner-container-two {
  overflow: hidden;
  margin-left: -100px;
  padding-right: 220px;
}


.banner-section .right-column .shape-one {
  position: absolute;
  top: 150px;
  left: -200px;
  width: 70px;
  height: 70px;
  background: url(assets/images/shape-6.html) no-repeat;
  animation: rotatedHalfTwo 7s infinite linear;
}

.banner-section .right-column .shape-two {
  position: absolute;
  top: 199px;
  left: 265px;
  width: 68px;
  height: 68px;
  background: url(assets/images/shape-7.html);
  animation: animationFramesTwo 17s infinite linear;
}

.banner-section .right-column .shape-three {
  position: absolute;
  bottom: 162px;
  left: 85px;
  width: 52px;
  height: 52px;
  background: url(assets/images/shape-8.html);
}

.banner-style-two.style-two .owl-dots {
  text-align: left;
  max-width: 740px;
  left: auto;
  right: 0;
  text-align: left;
  bottom: 0;
}

.banner-style-two.style-two .owl-dots .owl-dot span {
  background: #f9bfb2;
  height: 3px;
}

.banner-section .swiper-pagination {
  position: relative;
  bottom: 30px;
  width: auto !important;
  margin: 0;
  text-align: left;
  display: inline-block;
}

.banner-section .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  border-radius: 0;
  background: #f9bfb2;
  transform: scale(1);
  opacity: 1;
  margin-right: 2px;
}

.banner-section .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff4328;
}


/* style two */
.banner-section.style-two .left-column:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url(assets/images/bg-6.html);
    background-repeat: no-repeat;
}

.banner-section.style-two .content-box span {
  color: #fec931!important;
}

.banner-section.style-two .content-box h2 {
  color: #fff;
}

.banner-section.style-two .content-box .thm-btn {
  background: #0c1529;
}

.banner-section.style-two .content-box .thm-btn:hover {
  background: #fff;
}

.banner-section.style-two .content-box span {
  color: #fec931;
}

.banner-section.style-two .content-box h2 {
  color: #fff;
}

.banner-section.style-two .content-box .thm-btn {
  background: #0c1529;
}

.banner-section.style-two .content-box .thm-btn:hover {
  background: #fff;
}

.banner-section.style-two .right-column {
  background: #302780;
  width: 48%;
}

.banner-section.style-two .left-column {
  width: 52%;
}

.banner-section.style-two .left-column .shape-one {
  position: absolute;
  top: 0;
  left: 70px;
  width: 220px;
  height: 167px;
  background: url(assets/images/shape-10.html) no-repeat;
}

.banner-section.style-two .left-column .shape-two {
  position: absolute;
  bottom: 0;
  left: 26%;
  width: 266px;
  height: 213px;
  background: url(assets/images/shape-9.html) no-repeat;
}

.banner-section.style-two .swiper-pagination {
  display: none;
}

.banner-section.style-two .inner-container-two {
  padding-right: 0;
	margin-left: 0;
    transform: translateX(-100px);
}

@media only screen and (max-width: 1299px) {
  .slider-home-one.style-two .image {
    display: none;
  }
  #minimal-bootstrap-carousel .shape-nine {
      display: none;
  }
  #minimal-bootstrap-carousel .shape-six {
      display: none;
  }
  #minimal-bootstrap-carousel .shape-seven {
      display: none;
  }
  #minimal-bootstrap-carousel .shape-eight {
      display: none;
  }
}

@media only screen and (max-width:1450px) {
  .banner-section.style-two .left-column,
  .banner-section .left-column {
    width: 100%;
  }
  .banner-section.style-two .right-column,
  .banner-section .right-column {
    display: none;
  }
  .banner-section.style-two .left-column:before {
    background-size: cover;
  }
}

.home-page-one {
    z-index: 99999;
    position: relative;
    background: #fff;
}

.banner-section.style-two .right-column .image img {
	width: auto;
}

.boxed_wrapper {
    position: relative;
    overflow: hidden;
}




.elementor-10 .elementor-element.elementor-element-83d9d72 > .elementor-widget-container .elementor-image{
	position: relative;
	overflow: hidden;
}

.elementor-10 .elementor-element.elementor-element-83d9d72 > .elementor-widget-container .elementor-image:before{
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.elementor-10 .elementor-element.elementor-element-83d9d72 > .elementor-widget-container .elementor-image:hover:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.we-believe-carousel .single-we-believe .img-box{
	position: relative;
	overflow: hidden;
}

.we-believe-carousel .single-we-believe .img-box:before{
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
	z-index: 1;
}

.we-believe-carousel .single-we-believe:hover .img-box:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.team-section .single-team-carousel .inner .img-box{
	overflow: hidden;
}

.team-section .single-team-carousel .inner .img-box:before{
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
	z-index: 1;
}

.team-section .single-team-carousel:hover .inner .img-box:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.recent-projects .single-recent-project .img-box > img{
	transition: all 500ms ease;
}

.recent-projects .single-recent-project:hover .img-box > img{
	transform: scale(1.05);
}

.elementor-element.elementor-element-0372996.elementor-widget.elementor-widget-image .elementor-image{
	position: relative;
	overflow: hidden;
}

.elementor-element.elementor-element-0372996.elementor-widget.elementor-widget-image .elementor-image:before{
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.elementor-element.elementor-element-0372996.elementor-widget.elementor-widget-image .elementor-image:hover:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.video-box-design-guide .guide-line-img-box{
	position: relative;
	overflow: hidden;
}

.video-box-design-guide .guide-line-img-box:before{
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.video-box-design-guide .guide-line-img-box:hover:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.about-section .image-block .image{
	overflow: hidden;
}

.about-section .image-block .image:before{
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.about-section .image-block:hover .image:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.btn-box .phone-btn{
	display: none;
}

.features-block .inner-box{
	position: relative;
}

.features-block .inner-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 0%;
    background: #FEC931;
	transition: all 500ms ease;
}

.features-block .inner-box:hover:before {
    height: 100%;
}

.service-block .inner-box{
	position: relative;
	z-index: 1;
}

.service-block .inner-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 0%;
    background: #FEC931;
	z-index: -1;
	transition: all 500ms ease;
}
.service-block .inner-box:hover:before {
    height: 100%;
}

.gallery-block .inner-box .image{
	overflow: hidden;
}

.gallery-block .inner-box .image img{
	transition: all 500ms ease;
}

.gallery-block .inner-box:hover .image img{
	transform: scale(1.05);
}

.slider-home-one .content a.thm-btn:hover{
	background: #000 !important;
}






.items-sorting select.orderby{
	float: right;
}

.coupons-section .owl-controls{
	display: none;
}

.call-to-action-one .call-to-action-content a.thm-btn{
	background: #fff;
}



.two.features-section:before {
    background-color: unset;
}
.two.services-section.style-two {
    padding-top: 100px;
}

.thm-btn.yellow-bg {
    background: #FEC931 !important;
}
.cta-style-two-content a.thm-btn:hover {
    background: #828282 !important;
    color: #fff !important;
}
.recent-projects .single-recent-project:hover .text-box a.more {
    background: #fff !important;
    color: #fe4328;
}
.cta-style-three a.thm-btn:hover {
    background: #f3f3f3!important;
    color: #000!important;
}

.features-block:hover .text {
    color: #ffffff;

}
.service-block:hover  .inner-box .read-more{
    color: #383737!important;
    background: #fff!important;
}

.cta-section-two .thm-btn {
    background-color: #fec931 !important;
}
.cta-section-two .thm-btn:hover {
    background-color: #222 !important;
}

.why-choose-us .video .video-btn .fa-play{
    color: #fe4328;
}



.service-style-one .service-content .title span {
    font-family: 'Pacifico';
    color: #FF4328;
    font-size: 20px;
}
.service-style-one .service-content .title h2 {
    margin: 0;
    color: #212121;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 30px;
}


.team-block .content ul.social-links {
    display: block !important;
}




.kuk.team-section-two .row {
    display: none;
}
.kuk.features-section:before {
    background-color: unset;
}
.kuk.features-section {
    padding: 100px 0px 200px 0px;
}
.kuk.services-section.style-two {
    background: transparent;
}
.kuk.products-section:before {
    background-color: unset;
}


.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab{
  display:block;  
}

.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}





.kuk.welcome-section.sec-pad .img-box {
    position: relative;
}
.kuk.welcome-section.sec-pad .img-box .welcome-img-box-two {
    position: absolute;
    bottom: -99px;
    right: -15px;
}



.features-block .icon span::before, .service-block .icon i::before {
    /* font-family: 'icomoon' !important; */
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: 'icomoon' !important;
}






.cta-style-two .image-block {
    position: relative;
}
.cta-style-two .image-block .content-block {
    width: 100%;
    max-width: 475px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 400px;
    right: 20px;
    border-style: solid;
    border-width: 10px;
    border-color: white;
    background-color: rgba(33, 33, 33, 0.102);
    padding: 49px 20px;
}
      .cta-style-two .image-block .content-block h3 {
        margin: 0;
        font-family: 'Rubik';
        font-weight: bold;
        color: #FFFFFF;
        font-size: 30px; }

.cta-style-two .cta-style-two-content {
    padding-left: 70px;
    padding-top: 120px;
}





.blog-details-page .single-blog-post .text-box:hover .text p {
	color: #FFFFFF;
}

.pagination {
    padding: 0 !important;
}
.pagination li {
    display: inline !important;
}
.pagination li span {
    padding: 13px 20px;
    float: none;
    display: inline-block;
    color: #fff !important;
}
.pagination li a {
    padding: 13px 20px;
    float: none;
    display: inline-block;
    color: #212121;
}
.slider-home-one .content a.thm-btn{
	  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.slider-home-one .content a.thm-btn:hover{
	background:#222;
	  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.single-service-three .text-box a.read-more:hover {
    background: #222!important;
}


.header-navigation ul.navigation-box > li:before {
    background: #fe4328;
}

.header-navigation ul.navigation-box > li > ul.submenu > li {
    border-bottom: 1px solid #ffffff05;
}

.sersice_col.single-what-we-do-one:hover a.read-more {
    background: #222!important;
}



.design-guideline .childx:nth-child(2) .version {
    border-color: #ED773E;
}
.design-guideline .childx:nth-child(2) .version span,
.design-guideline .childx:nth-child(2) .version i
{
   color: #ED773E;
}
.design-guideline .childx:nth-child(2) .version:hover {
    background: #ED773E;
}



.design-guideline .childx:nth-child(3) .version {
    border-color: #E6498F;
}
.design-guideline .childx:nth-child(3) .version span,
.design-guideline .childx:nth-child(3) .version i
{
   color: #E6498F;
}
.design-guideline .childx:nth-child(3) .version:hover {
    background: #E6498F;
}




.design-guideline .childx:nth-child(4) .version {
    border-color: #FEC931;
}
.design-guideline .childx:nth-child(4) .version span,
.design-guideline .childx:nth-child(4) .version i
{
   color: #FEC931;
}
.design-guideline .childx:nth-child(4) .version:hover {
    background: #FEC931;
}


.footer-subscribe form.subscribe-form input {
    padding: 20px!important;
    margin-bottom: 30px;
}
.products-section-two .sortable-masonry .product-block-two .overlay li:nth-child(1){
	display:none;
}

.resume .info-box ol li:before {
   display:none!important;
  
}
.form_textarea_contact textarea {
    height: 350px!important;
}
.coupons-section .owl-dots .owl-dot span{
	display:none!important;
}

.price-feature-box .price-feature .circle-box .circle{
    border: 1px solid #fb523a!important;
    border-radius: 50%;
}
.mrindex .single-blog-post{
	  margin-bottom: 40px;
	
}
  .blog-details-page .single-blog-post .text-box:hover .text h3 {
    color: #FFFFFF;
	  
}

.product-block-two {
    margin-bottom: 65px!important;
}


.blog-pagev2-area.mr_shop .row {
display: flex;
flex-wrap: wrap;
}


.mr_shop{
	padding-top:100px;
}
.header-navigation ul.navigation-box {
    padding-left: 40px!important;
}

.header.home-page-one.header-lower-style-two .thm-btn:hover{
	background:#222!important;
}

.mr_shop_sorting .woocommerce-form .woocommerce-result-count{
	display:none!important;
}
.header-navigation ul.navigation-box > li > ul.submenu{
	background:#222;
}
.header-contact-info ul li .title .thm_clr1{
	color: #737373!important;
    text-transform: uppercase;
}
.header-navigation ul.navigation-box > li > ul.submenu > li.newhome:before {
    content: 'New*';
    z-index: 111;
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
    left: 180px;
    position: absolute;
    top: 0px;
    background: #fe4328;
    border-radius: 2px;
    padding: 0px 8px;
    top: 8px;
}

.mrsidebar ul li.mini_cart_item a:before {
display:none;
}

.mr_shop .row {
    margin-right: -15px;
    margin-left: -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.product-block-two .inner-box .woocommerce-loop-product__link{
	width:100%;
}

/*** 
=============================================
    Team Single Area Css
=============================================
***/
.team-single-area{
    position: relative;
    display: block;
    padding: 120px 0 80px;
}
.team-singel-image-box{
    position: relative;
    display: block;    
}
.team-singel-image-box img{
    width: 100%;
}

.team-member-info-box{
    position: relative;
    display: block;
    padding: 56px 45px;
    box-shadow: 0 0 20px rgb(0 0 0 / 0.05);
}

.team-member-info-box .title {
    position: relative;
    display: block;
    padding-bottom: 6px;
}

.team-member-info-box .title h3{
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 6px;
}

.team-member-info-box .title span{
    color: #798795;
    font-size: 16px;
    font-weight: 400;
}

.team-member-info-box ul {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 22px;
}
.team-member-info-box ul li {
    color: #798795;
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
}
.team-member-info-box ul li span {
    position: relative;
    display: inline-block;
    padding-right: 5px;
    color: #000000;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.team-member-info-box ul li a{
    color: #798795;
}
.team-member-info-box .social-links-style1 {
    margin-top: 36px;
}
.team-member-info-box .social-links-style1 li a i {
    position: relative;
    display: block;
    background: #ededed;
    width: 40px;
    height: 40px;
    border-radius: 10px 20px 10px 20px;
    color: #798795;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    transition: all 500ms ease;
}
.team-member-info-box .social-links-style1 li a:hover i{
    color: #ffffff;
    background: #ff4328;
}

.team-member-content-box {
    position: relative;
    display: block;
    padding-top: 46px;
    padding-bottom: 60px;
}
.team-member-content-box h3{
    color: #000000;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 30px;
}


/* Project details */

.project-details {
    position: relative;
    padding: 120px 0 90px;
}

.project-details .project-info {
    position: relative;
}

.project-details .project-info .column {
    position: relative;
    margin-bottom: 10px;
    background: #f9f8f7;
    padding: 36px 50px;
    text-align: center;
}

.project-details .project-info h5 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.project-details .project-info p {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.project-details h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 30px;
}

.project-details .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.project-details h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 30px;
}

.project-details .list {
    position: relative;
    margin-bottom: 30px;
}

.project-details .list li {
    position: relative;
    color: #797672;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    padding-left: 27px;
    transition: .5s;
}

.project-details .list li:before {
    font-family: 'fontawesome';
    content: "\f00c";
    position: absolute;
    left: 0;
    top: -1px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 900;
    display: inline-block;
    color: #ff4328;
}


/* faq section */

.faq-section {
    position: relative;
    padding: 100px 0 70px;
}

/* Accordion box */

.accordion-box {
    position: relative;
    margin-bottom: 30px;
}

.accordion-box .block {
    position: relative;
    padding-top: 0px;
    margin-bottom: 30px;
    border: 2px solid #efefef;
    padding: 24px 0;
}

.accordion-box .block:last-child {
    margin-bottom: 0px;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 20px;
    cursor: pointer;
    line-height: 1.2em;
    font-weight: 700;
    padding-right: 28px;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    color: #181614;
    padding-left: 23px;
}

.accordion-box .block .icon-outer {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 14px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    text-align: center;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff;
    line-height: 30px;
}

.accordion-box .block.active-block .icon-outer {
    color: #fff;
    background: #ff4328;
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    font-weight: normal;
    line-height: 1em;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transform: translate(-50%, -50%);
}

.accordion-box .block .active .icon-outer span:before {
    content: "\f068";
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    border-top: 0;
}

.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    font-size: 14px;
    padding: 0 23px;
    padding-right: 30px;
    margin-top: 15px;
}

.accordion-box .block .content .text {
    color: #565872;
    margin-bottom: 0;
    font-size: 16px;
    margin-top: 20px;
}

.accordion-box .block .acc-btn strong {
    font-size: 24px;
    color: #c2c0bb;
    width: 76px;
    text-align: center;
    border-right: 1px solid #e9e5df;
    margin-right: 30px;
    display: inline-block;
    line-height: 75px;
}


.appointment-form {
    max-width: 700px;
    margin: 0 auto;
}

.contact-section .default-form.appointment-form .form-group input[type="text"], 
.contact-section .default-form.appointment-form .form-group input[type="email"], 
.contact-section .default-form.appointment-form .form-group input[type="password"], 
.contact-section .default-form.appointment-form .form-group input[type="tel"], 
.contact-section .default-form.appointment-form .form-group input[type="url"], 
.contact-section .default-form.appointment-form .form-group input[type="file"], 
.contact-section .default-form.appointment-form .form-group input[type="number"], 
.contact-section .default-form.appointment-form .form-group textarea, 
.contact-section .default-form.appointment-form .form-group select {
    border: 1px solid #eee;
    background: #fff;
}

.contact-section .default-form.appointment-form .form-group textarea {
    height: 180px;
}

.appointment-form .form-group {
    margin-bottom: 30px;
}


/* Why choose us section */

.why-choose-us-section {
    position: relative;
    padding: 160px 0 130px;
}

.why-choose-us-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 99;
}

.why-choose-us-block .inner-box {
    position: relative;
    padding: 40px 15px 40px;
    width: 100%;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e9f2;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.why-choose-us-block .inner-box .icon-box {
    position: relative;
    color: #ff4328;
    margin: 0 auto 15px;
    font-size: 60px;
    background-repeat: no-repeat;
    background-position: center;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.why-choose-us-block .inner-box h4 {
    position: relative;
    font-size: 20px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.why-choose-us-block .inner-box h4 a {
    color: #222;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.why-choose-us-block .inner-box h4 a:hover {
    color: #ff4328;
}

.why-choose-us-block .inner-box .text {
    position: relative;
    color: #848484;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6em;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin-bottom: 0;
}

.why-choose-us-block .inner-box .read-more {
    position: relative;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
}

.why-choose-us-block .hvr-bounce-to-bottom:before {
    background-color: #ff4328;
}

.why-choose-us-block .inner-box:hover .icon-box,
.why-choose-us-block .inner-box:hover h4 a,
.why-choose-us-block .inner-box:hover .text {
    color: #fff;
}


/* Pricing Details */

.cart-total-table {
    border: 1px solid #e8e6f4;
    border-radius: 6px;
}

.cart-total-table li {
    border-bottom: 1px solid #e8e6f4
}

.cart-total-table li:last-child {
    border-bottom: none
}

.cart-total-table li span.col.col-title {
    position: relative;
    display: block;
    float: left;
    border-right: 1px solid #e8e6f4;
    color: #282828;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    padding: 10px 18px;
    width: 50%;
}

.cart-total-table li span.col {
    position: relative;
    display: block;
    float: left;
    color: #111;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 18px;
    width: 50%;
}

.billing-information .payment-options {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 30px;
    border: 1px solid #e8e6f4;
    padding: 23px 20px 35px;
    border-radius: 6px;
}

.billing-information .payment-options .option-block {
    margin-bottom: 14px
}

.billing-information .payment-options .option-block .checkbox {
    margin: 0 0 5px;
}

.billing-information .payment-options .option-block .checkbox label {
    display: block;
    font-weight: 500;
    min-height: 20px;
    padding-left: 0px;
    margin: 0;
}

.billing-information .payment-options .option-block .checkbox label input {
    position: relative;
    top: 1px;
}

.billing-information .payment-options .option-block .checkbox label span {
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
}

.billing-information .payment-options .option-block .checkbox label span b {
    color: #222222;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding-left: 25px;
    text-decoration: underline;
}

.billing-information .payment-options .option-block .text {
    padding-left: 30px;
}

.billing-information .payment-options .option-block .text p {
    margin: 0;
    line-height: 28px;
}

.pricing-details {
    position: relative;
    padding: 150px 0;
}

.pricing-details h3 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

.pricing-details .text {
    margin-bottom: 40px;
}

.pricing-details .content {
    position: relative;
}

.pricing-details h4 {
    position: relative;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}

.pricing-details .cart-total-table {
    margin-bottom: 40px;
}

/* Cupon */

.coupons-section {
    position: relative;
    padding: 100px 0 120px;
}

.tt-coupons {
    position: relative;
    border: 5px solid #f3f3f3;
    background-color: #fff
}
.tt-coupons:before,
.tt-coupons:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    z-index: 1;
    border: 1px dashed #ddd;
}
.tt-coupons:after {
    top: 1px
}
.tt-coupons:before {
    bottom: 1px
}
.tt-coupons .tt-coupons__bg {
    height: 251px;
    overflow: hidden;
    position: relative;
}
.tt-coupons .tt-coupons__bg:after,
.tt-coupons .tt-coupons__bg:before {
    content: '';
    display: block;
    position: absolute;
    top: 0
}
.tt-coupons .tt-coupons__bg:after {
    height: 100%;
    width: 1px;
    right: 1px;
    border: 1px dashed #ddd;
    z-index: 1
}
.tt-coupons .tt-coupons__bg:before {
    width: 228px;
    top: -55px;
    left: -68px;
    bottom: -11px;
    z-index: 2;
    background: #303442;
    transform: rotate(22deg);
}
.tt-coupons .btn-custom {
    text-decoration: none;
    text-align: center;
    display: inline-block;
    color: #fff
}
.tt-coupons .btn-custom .tt-icon {
    font-size: 23px;
    line-height: 1
}
.tt-coupons .btn-custom span {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 1;
    top: 3px
}
.tt-coupons .btn-custom span:before {
    display: inline-block;
    position: relative;
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 2px;
    margin: auto;
    left: 0;
    right: 0;
    background-color: #87888e;
    -webkit-transition: width .2s linear;
    transition: width .2s linear
}
.tt-coupons .btn-custom:hover {
    color: #fff
}
.tt-coupons .btn-custom:hover span:before {
    width: 0
}
.tt-coupons .tt-top-left {
    position: absolute;
    top: 22px;
    left: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    z-index: 3
}
.tt-coupons .tt-top-left a {
    color: #fff
}
.tt-coupons .tt-bottom-left {
    position: absolute;
    bottom: 22px;
    left: 22px;
    z-index: 3
}
.tt-coupons .tt-right-top {
    width: 64%;
    float: right;
    padding: 18px 24px 50px 0;
    position: relative;
    z-index: 3
}
.tt-coupons .tt-right-top .tt-title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding-bottom: 14px
}
.tt-coupons .tt-right-top .tt-title+* {
    margin-top: 0;
    letter-spacing: -.5px;
}
.tt-coupons .tt-right-top .tt-title__01 {
    color: #303442;
    font-size: 24px;
    line-height: 34px
}
.tt-coupons .tt-right-top .tt-title__02 {
    color: #ff4328;
    font-size: 36px;
    line-height: 34px;
    margin-top: 8px;
}
.tt-coupons .tt-right-bottom {
    position: absolute;
    padding: 0 24px 0 0;
    width: 70%;
    right: 0;
    bottom: 16px
}
.tt-coupons .tt-right-bottom .tt-row-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    bottom: 0;
    right: 24px;
    width: 100%;
    font-size: 14px;
    color: #252936
}
.tt-coupons .tt-right-bottom .tt-row-bottom .tt-col {
    display: inline-block
}
.tt-coupons .tt-right-bottom .tt-row-bottom .tt-col:not(:last-child) {
    margin-left: 30px
}
.tt-coupons .tt-right-bottom .tt-coupons__logo {
    font-size: 19px;
    line-height: 19px;
    color: #303442;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    display: inline-block;
    position: relative;
    letter-spacing: -.02em
}
.tt-coupons .tt-right-bottom .tt-coupons__logo .tt-icon {
    position: absolute;
    top: -4px;
    left: -11px;
    max-width: 20px
}
.tt-coupons .tt-right-bottom .tt-text {
    display: inline-block;
    position: relative;
    top: -2px
}
.tt-coupons .tt-right-bottom .tt-text .tt-base-color {
    color: #ff4328;
}

@media (max-width: 1229.98px) {
    .tt-coupons {
        max-width:570px;
        margin-left: auto;
        margin-right: auto
    }
    .tt-coupons .tt-right-top {
        width: 58%
    }
}
@media (max-width:575.98px) {
    .tt-coupons .tt-coupons__bg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
    .tt-coupons .tt-top-left {
        position: relative;
        top: inherit;
        left: inherit;
        width: 62%;
        background: #303442;
        overflow: hidden;
        padding: 20px 10px 20px 20px
    }
    .tt-coupons .tt-bottom-left {
        width: 38%;
        position: relative;
        bottom: inherit;
        left: inherit;
        background: #303442;
        overflow: hidden;
        padding: 20px 20px 20px 10px;
        text-align: right
    }
    .tt-coupons .tt-coupons__bg {
        height: inherit
    }
    .tt-coupons .tt-coupons__bg:before {
        display: none
    }
    .tt-coupons .tt-right-top {
        width: 100%;
        padding: 18px 20px 35px
    }
    .tt-coupons .tt-right-top .tt-title__01 {
        font-size: 18px;
        line-height: 28px
    }
    .tt-coupons .tt-right-top .tt-title__02 {
        font-size: 26px;
        line-height: 24px
    }
    .tt-coupons .tt-right-bottom {
        width: 100%;
        position: relative;
        padding: 0;
        text-align: right
    }
    .tt-coupons .tt-right-bottom .tt-row-bottom {
        padding: 0 0;
        position: inherit;
        display: block
    }
    .tt-coupons .tt-right-bottom .tt-row-bottom .tt-col:first-child {
        text-align: right;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .tt-coupons .tt-right-bottom .tt-row-bottom .tt-col:last-child {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        display: none
    }
}
.tt-coupons-wrapper {
    margin-left: -15px;
    margin-right: -15px
}
.tt-coupons-wrapper .tt-item {
    padding-left: 15px;
    padding-right: 15px
}

/* Services Price section */

.services-price {
    position: relative;
    padding: 120px 0 90px 0px;
}

.services-price .table thead th {
    background: #ff4328;
    color: #fff;
}

.services-price .table-striped tbody tr:nth-of-type(odd) {
    background: #fff;
}

.services-price .table-striped tbody tr:nth-of-type(even) {
    background: #f7f7f7;
}

.services-price .table td {
    padding: 16px 25px;
}

/* Owl Dots */
.coupons-section .owl-dots {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.coupons-section .owl-dots .owl-dot{
    position:relative;
    margin:0px 5px;
    width: 30px;
    height: 3px;
    display:inline-block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.coupons-section .owl-dots .owl-dot{
    background:#ddd;
}

.coupons-section .owl-dots .owl-dot:hover,
.coupons-section .owl-dots .owl-dot.active{
    background-color:#ff4328;
}


/* Resume */

.resume h3 {
    color: #000000;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 50px;
}

.resume .info-box{
    position: relative;
    padding-left: 125px;
}

.resume .info-box .inner{
    position: relative;
}

.resume .info-box .date{
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 400;
    padding: 5px 20px;
    background-color: #222222;
    border-radius: 3px 20px 20px 3px;
}

.resume .info-box:hover .date{
    -webkit-transform: rotateX(-360deg);
    -ms-transform: rotateX(-360deg);
    transform: rotateX(-360deg);
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}


.resume .info-box .date:before{
    position: absolute;
    top: 6px;
    right: -6px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #222222;
    content: "";
}

.resume .info-box .inner{
    position: relative;
}

.resume .info-box .title{
    position: relative;
    padding: 20px 25px;
    background-color: #f9f9f9;
    margin-bottom: 25px;
}

.resume .info-box .title:before{
    position: absolute;
    left: -34px;
    top: 22px;
    height: 17px;
    width: 17px;
    border:1px solid #dddddd;
    border-radius: 10px;
    content: "";
    background-color: #ffffff;
}

.resume .info-box .title:after{
    position: absolute;
    top: 26px;
    left: -30px;
    height: 9px;
    width: 9px;
    border-radius: 10px;
    background-color: #ff4328;
    content:"";
}

.resume .info-box .title h4{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #222222;
    font-weight: 600;
}

.resume .info-box .title span{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
}

.resume .info-box h5{
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 10px;
}

.resume .info-box .content{
    position: relative;
    padding: 0 25px;
    margin-bottom: 50px;
}

.resume .info-box .text{
    position: relative;
    margin-bottom: 20px;
}

.resume .info-box .image-box{
    position: relative;
    margin-bottom: 30px;
}

.resume .info-box .image-box img{
    display: block;
    width: 100%;
    height: auto;
}

.resume .info-box ol{
    position: relative;
    counter-reset:count;
    margin-bottom: 50px;
}

.resume .info-box ol li{
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    color: #222222;
    line-height: 32px;
}

.resume .info-box ol li:before{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 32px;
    font-weight: 700;
    color: #222222;
    counter-increment: count;
    content: counter(count);
}

.resume .info-box ol li:after{
    position: absolute;
    left: 10px;
    top: 0;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    color: #222222;
    content: "-";
}

/* Progress Block */

.progress-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 10;
}

.progress-block .inner-box {
    position: relative;
    min-height: 210px;
}

.progress-block .graph-outer {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.progress-block .graph-outer:before {
    position: absolute;
    content: '';
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 2px solid #db8463;
    border-radius: 50%;
}

.progress-block canvas {
    position: relative;
}

.progress-block .counter-title {
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin-top: 30px;
}

.progress-block .graph-outer .count-box {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -4px;
    font-size: 16px;
    color: #222;
    font-weight: 700;
    line-height: 1.4em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.progress-block .graph-outer .count-text {
    position: relative;
    font-size: 60px;
    line-height: 1.2em;
    color: #222;
    font-weight: 700;
}

.skills-area {
    margin-bottom: 50px;
}

.skills-area h3 {
    color: #000000;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 50px;
}



/* Video Section */

.video-section {
    position: relative;
    padding: 145px 0 110px;
    background-size: cover;
    text-align: center;
}

.video-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .65;
}

.video-section .video-btn {
    position: relative;
    margin-bottom: 30px;
}

.video-section .video-btn a {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    line-height: 96px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
}

.video-section .text {
    position: relative;
    color: #fff;
}
.video-section .sec-title.light h2 {
    color: #fff;
}







/* Pricing Section */

.pricing-section {
    position: relative;
    padding: 10px 0 90px;
}

.pricing-section.style-two .pricing-section {
    position: relative;
    padding: 145px 0 90px;
}

.pricing-section.style-two  .row {
    margin: 0 -25px;
}

.pricing-section.style-two .pricing-block {
    padding: 0 25px;
}

.pricing-section.style-two .pricing-block .inner-box {
    position: relative;
    padding: 60px 30px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0px 5px 18.9px 2.1px rgba(0, 0, 0, 0.05);
}

.pricing-section.style-two .pricing-block.active-block .inner-box {
    box-shadow: none;
    border: 5px solid #222;
    padding: 56px 26px;
}

.pricing-section.style-two .pricing-block .wrapper-box {
    position: relative;
    max-width: 200px;
    margin: 0 auto;
}

.pricing-section.style-two .pricing-block .icon {
    position: relative;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 15px;
}

.pricing-section.style-two .pricing-block .category {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.pricing-section.style-two .pricing-block .price-box {
    position: relative;
    padding: 30px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}

.pricing-section.style-two .pricing-block .price {
    font-size: 33px;
    font-weight: 500;
    margin-bottom: 20px;
}

.pricing-section.style-two .pricing-block .price strong {
    font-weight: 700;
}

.pricing-section.style-two .pricing-block .text {
    margin-bottom: 0;
    font-size: 14px;
}

.pricing-section.style-two .pricing-block ul {
    position: relative;
    padding-bottom: 15px;
}

.pricing-section.style-two .pricing-block ul li {
    /* font-size: 12px; */
    /* color: #666; */
    /* opacity: .4; */
    /* margin-bottom: 20px; */
}

.pricing-section.style-two .pricing-block ul li.active {
    opacity: 1;
}

.pricing-section.style-two .pricing-block ul li strong {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    opacity: .4;
}

.pricing-section.style-two .pricing-block ul li.active strong {
    opacity: 1;
}


/* Sec Title */
.pricing-section {
    position: relative;
    padding: 100px 0 90px;
}
.pricing-section.style-two .sec-title {
    position: relative;
    margin-bottom: 0;
}

.pricing-section.style-two .sec-title h2 {
    position: relative;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: -3px;
}

.pricing-section.style-two .sec-title.style-two h2 {
    font-weight: 700;
    letter-spacing: -2px;
}

.pricing-section.style-two .sec-title.light h2 {
    color: #fff;
}

.pricing-section.style-two .sec-title.small {
    margin-bottom: 30px;
}

.pricing-section.style-two .sec-title.small h2 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -2px;
}

.pricing-section.style-two .sec-title .sec-title-dec {
    position: absolute;
    top: 0;
    left: 27px;
    height: 100px;
    width: 2px;
    transform: translate(0, -145px);
}

.pricing-section.style-two .sec-title.text-center .sec-title-dec {
    left: 50%;    
    transform: translate(-50%, -145px);
}

.pricing-section.style-two .sec-title .sec-title-dec:before {
    position: absolute;
    content: '';
    left: -25px;
    top: 25px;
    width: 2px;
    height: 50px;
}

.pricing-section.style-two .sec-title .sec-title-dec:after {
    position: absolute;
    content: '';
    right: -25px;
    top: 25px;
    width: 2px;
    height: 50px;
}

.pricing-section.style-two .sec-title .sec-title-dec-two {
    position: absolute;
    top: 20px;
    left: -75px;
    height: 2px;
    width: 52px;
}

.pricing-section.style-two .sec-title .shape-one {
    position: absolute;
    left: 10px;
    top: 70px;
    width: 100%;
    height: 100px;
    background-image: url(../images/shape/shape-3.html);
}


/* Btn Style Two */
.pricing-section.style-two .btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #222;
    background-color: transparent;
    padding: 13.5px 44px;
    font-weight: 600;
    overflow: hidden;
    text-transform: uppercase;
    border: 1px solid;
	border-color: #ff4328;
	transition: all 700ms ease;
}

.pricing-section.style-two .btn-style-two:hover {
    color: #fff;
    transition: all 700ms ease;
}

.pricing-section.style-two .btn-style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
	background-color: #ff4328;
}

.pricing-section.style-two .btn-style-two:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.pricing-section.style-two .btn-style-two span {
    position: relative;
    z-index: 2;
}


.one.project-details {
    padding-bottom: 0;
}
.two.project-details {
    padding-top: 30px;
}
.three.project-details {
    padding-top: 30px;
}


/* Btn Style Two */
.team-single-area .btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #222;
    background-color: transparent;
    padding: 13.5px 44px;
    font-weight: 600;
    overflow: hidden;
    text-transform: uppercase;
    border: 1px solid;
	border-color: #ff4328;
	transition: all 700ms ease;
}

.team-single-area .btn-style-two:hover {
    color: #fff;
    transition: all 700ms ease;
}

.team-single-area .btn-style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
	background-color: #ff4328;
}

.team-single-area .btn-style-two:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.team-single-area .btn-style-two span {
    position: relative;
    z-index: 2;
}

.one.team-single-area {
    padding-bottom: 0;
}
.two.team-single-area {
    padding-bottom: 0;
}
.three.team-single-area {
    padding: 0;
}
.four.team-single-area {
    padding: 0;
}
.five.team-single-area {
    padding-top: 0;
}


.team-member-info-box ul {
    padding: 0;
}
.service-details-cost-calculator .cost-calc-content .cost-calc-form .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
}


ul.pagination {}
ul.pagination li {}
ul.pagination li a {}
span.page-numbers.current {}


.owl-theme .owl-nav [class*=owl-] {
    border: unset;
}

.core_authot {
	width:30%;
	float:left;
	position:relative;
	left:0px;
}
.corex {
    width: 100%;
    position: inherit;
    right: 0px;
    top: 0px;
	margin-right:15px;
}
.xpost{
    border-bottom: 1px solid #e4e3e3;
    padding-bottom: 25px;
    margin-right: 25px;
}
.xpost .title a{
    font-size: 19px;
    color: #6b6b6b!important;
}
.core_authot img {
    border-radius: 5px;
    height: 75px;
    width: 80px;
    margin-right: 20px;
}
.post-share.pull-right  li{
    list-style: none;
    display: inline-block;
    float: left;
    padding-right: 7px;
}


/* Testimonial Section */

.testimonial-section {
	position: relative;
	padding: 120px 0 90px;
	background-size: cover;
}

.testimonial-section .testimonial-block-new {
    position: relative;
    margin: 0 15px;
    margin-bottom: 30px;
}

.testimonial-section .testimonial-block-new .inner-box {
    position: relative;
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 8px 16px 0px rgb(40 40 40 / 14%);
    box-shadow: 0px 8px 16px 0px rgb(40 40 40 / 14%);
    z-index: 1;
}

.testimonial-section .testimonial-block-new .inner-box:before {
	position: absolute;
	content: '';
	left: 50px;
	bottom: -20px;
	border: 10px solid transparent;
	border-top-color: #fff;
	width: 20px;
	height: 20px;
}

.testimonial-section .testimonial-block-new .icon {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 150px;
    line-height: 150px;
    color: #f3f3f3;
    z-index: -1;
}
.testimonial-section .testimonial-block-new .quote {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 10px;
    background: #ff4328;
}

.testimonial-section .testimonial-block-new .inner-box h4 {
	font-size: 20px;
	margin-bottom: 21px;
	font-weight: 700;
	text-align: right;
	margin-top: -40px;
}

.testimonial-section .testimonial-block-new .inner-box .text {
	position: relative;
	margin-bottom: 0px;
}

.testimonial-section .testimonial-block-new .author-info {
    position: relative;
    padding-left: 75px;
    min-height: 70px;
    /* padding-top: 7px; */
    margin-left: 30px;
}

.testimonial-section .testimonial-block-new .thumb {
	position: absolute;
	left: 0;
	top: 0;
}

.testimonial-section .testimonial-block-new .thumb img {
	position: relative;
	width: auto;
	border-radius: 50%;
}

.testimonial-section .testimonial-block-new .author-info h4 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    color: #212121;
}

.testimonial-section .testimonial-block-new .author-info .designation {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
    color: #ff4328;
}

.testimonial-section .testimonial-section .owl-theme .owl-nav {
	position: absolute;
	top: -90px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
}

.testimonial-section .owl-theme .owl-nav .owl-prev {
	position: absolute;
	right: 70px;
	top: 0;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	border: none;
	text-align: center;
	line-height: 56px;
	font-size: 0px;
	opacity: 1;
	margin-top: -30px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonial-section .owl-theme .owl-nav .owl-prev:before {
	font-family: "Flaticon";
	content: "\f105";
	position: absolute;
	top: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	left: 0;
	border-radius: 50%;
	background: #fff;
	color: #282828;
	font-size: 24px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonial-section .owl-theme .owl-nav .owl-prev:hover:before {
	color: #fff;
}

.testimonial-section .owl-theme .owl-nav .owl-next {
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	border: none;
	text-align: center;
	line-height: 60px;
	color: rgba(0, 0, 0, 0);
	font-size: 0px;
	opacity: 1;
	margin-top: -30px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonial-section .owl-theme .owl-nav .owl-next:before {
	font-family: "Flaticon";
	content: "\f105";
	position: absolute;
	top: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	right: 0;
	color: #282828;
	background: #fff;
	border-radius: 50%;
	font-size: 24px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonial-section .owl-theme .owl-nav .owl-next:hover:before {
	color: #fff;
}


.pricing-section {
    padding: 0 !important;
}
.team-section-two {
 	padding: 0 !important;
}
.services-price {
    padding: 0;
}
.services-section.style-three{
	padding: 0;
}
.gallery-section {
	padding: 0;
}
.features-section,
.features-section.style-three{
	padding: 0 !important;
}
.testimonial-section {
  	padding: 0;
}
.features-section.style-two {
    padding: 120px 0 90px !important;
}
.printify-e-icon .elementor-icon i:before{
    left: 35%;
}


.elementor-text-editor p{
    font-size: inherit; 
	line-height: inherit; 
	letter-spacing: inherit; 
	color: inherit;
   }









.pdoff {
    padding: 0;
}