/*--------------------------sm-banner-section----------------------------------*/


/** banner-section **/

.sm-banner-section {
    position: relative;
    width: 100%;
    padding: 248px 0px 340px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sm-banner-section .content-box{
  position: relative;
  display: block;
  margin-right: -15px;
}

.sm-banner-section .content-box:before{
  position: absolute;
  content: '';
  background: url(../img/icons/shap-1.png);
  width: 288px;
  height: 280px;
  left: -130px;
  top: -100px;
  background-repeat: no-repeat;
}

.sm-banner-section .content-box:after{
  position: absolute;
  content: '';
  background: url(../img-2/icons/shap-2.png);
  width: 150px;
  height: 137px;
  left: -60px;
  top: -30px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}

.sm-banner-section .content-box h1{
  position: relative;
  display: block;
  font-size: 65px;
  line-height: 65px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 43px;
}

.sm-banner-section .content-box .text{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 54px;
}

.sm-banner-section .image-box{
  position: relative;
  margin-top: -90px;
  padding-left: 50px;
}

.sm-banner-section .image-box img{
  position: relative;
  max-width: none;
  float: left;
}

.float-bob-y{
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: float_up_down_two;
    animation-name: float_up_down_two;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.float-bob-x{
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: float_up_down_two;
    animation-name: float_up_down_two;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.anim-icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.anim-icon .icon{
  position: absolute;
  background-repeat: no-repeat;
}

.sm-banner-section .anim-icon .icon-1 {
    background: url(../img-2/Shape-3-1.png) no-repeat;
    width: 186px;
    height: 81px;
    left: 30%;
    top: 0px;
    animation-name: float_left_right_two;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_left_right_two;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_left_right_two;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_left_right_two;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right_two;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.sm-banner-section .anim-icon .icon-2 {
  background: url(../img-2/icons/anim-icon-2.png);
  width: 86px;
  height: 82px;
  right: 80px;
  top: 70px;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.sm-banner-section .anim-icon .icon-3 {
  background: url(../img-2/Shape-2-1.png) no-repeat;
  width: 137px;
  height: 132px;
  right: 80px;
  bottom: 170px;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.sm-banner-section .anim-icon .icon-4 {
    background: url(../img-2/Shape-1-1.png) no-repeat;
    width: 170px;
    height: 165px;
    left: 80px;
    bottom: 170px;
    animation: animationFramesFour 5s alternate infinite cubic-bezier(0.37, 0.35, 0.71, 0.73);
}
.sm-banner-section .btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    padding: 15px 30px 14px 31px;
    background: #fe721d;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 3px;
    text-transform: capitalize;
    transition: all 500ms ease;
    cursor: pointer;
    text-align: center;
    z-index: 1;
}


.sm-banner-section.style-two{
  position: relative;
  background: #fff;
  padding: 333px 0px 165px 0px;
}

.sm-banner-section.style-two:before{
  position: absolute;
  content: '';
  background: url(../img-2/background/banner-shap.png);
  width: 1316px;
  height: 983px;
  top: 0px;
  right: 0px;
  background-repeat: no-repeat;
}

.sm-banner-section.style-two .content-box:before{
  background: url(../img-2/icons/shap-9.png);
  width: 288px;
  height: 267px;
}

.sm-banner-section.style-two .content-box h1{
  color: #3b3b3b;
  margin-bottom: 28px;
  line-height: 75px;
}

.sm-banner-section.style-two .content-box .text{
  color: #09092b;
}

.sm-banner-section.style-two .image-box{
  padding-left: 80px;
  margin-top: -50px;
}

.sm-banner-section.style-two .content-box{
  position: relative;
  z-index: 1;
}

.sm-banner-section .anim-icon .icon-5 {
  background: url(../img-2/icons/shap-11.png);
  width: 178px;
  height: 363px;
  left: 0px;
  top: 250px;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.sm-banner-section.style-two .anim-icon .icon-6 {
  background: url(../img-2/icons/anim-icon-15.png);
  width: 28px;
  height: 28px;
  left: 30%;
  top: 240px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.sm-banner-section.style-two .anim-icon .icon-7 {
  background: url(../img-2/icons/anim-icon-16.png);
  width: 28px;
  height: 28px;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.sm-banner-section.style-two .anim-icon .icon-8 {
  background: url(../img-2/icons/anim-icon-17.png);
  width: 20px;
  height: 20px;
  top: 190px;
  right: 37%;
  background-repeat: no-repeat;
}

.sm-banner-section.style-two .anim-icon .icon-9 {
  background: url(../img-2/icons/anim-icon-18.png);
  width: 16px;
  height: 16px;
  top: 235px;
  right: 280px;
  background-repeat: no-repeat;
}

.sm-banner-section.style-two .anim-icon .icon-10 {
  background: url(../img-2/icons/anim-icon-19.png);
  width: 28px;
  height: 28px;
  top: 290px;
  right: 190px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.sm-banner-section.style-two .anim-icon .icon-11 {
  background: url(../img-2/icons/anim-icon-20.png);
  width: 19px;
  height: 31px;
  top: 40%;
  right: 360px;
  background-repeat: no-repeat;
}

.sm-banner-section.style-two .anim-icon .icon-12 {
  background: url(../img-2/icons/anim-icon-20.png);
  width: 19px;
  height: 31px;
  left: 250px;
  bottom: 150px;
  background-repeat: no-repeat;
}

.sm-banner-section.style-two .anim-icon .icon-13 {
  background: url(../img-2/icons/anim-icon-18.png);
  width: 16px;
  height: 16px;
  left: 100px;
  bottom: 35%;
  background-repeat: no-repeat;
}







/** feature-section **/





/** feature-section **/

.sm-feature-section{
  position: relative;
  display: block;
  background: #fff;
  padding: 40px 0px 175px 0px;
}

.sm-feature-section:before{
  position: absolute;
  content: '';
  background: url(../img-2/background/feature-bg.png);
  width: 100%;
  height: 1652px;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.sm-feature-section .feature-block-one{
  position: relative;
  display: block;
  z-index: 1;
}

.sm-feature-section .feature-block-one .inner-box{
  position: relative;
  display: block;
  padding: 70px 30px;
  background: transparent;
  transition: all 500ms ease;
}

.sm-feature-section .feature-block-one .inner-box:hover{
  background: #fff;
  box-shadow: 0 23px 50px rgba(176,176,176,.35);
}

.sm-feature-section .feature-block-one .inner-box .icon-box{
  position: relative;
  display: block;
  min-height: 130px;
  margin-bottom: 37px;
}

.sm-feature-section .feature-block-one .inner-box .icon-box img{
  position: relative;
  display: inline-block;
  width: auto;
  transition: all 500ms ease;
  background: #8b49be;
  padding: 20px;
  border-radius: 5px;
}

.sm-feature-section .feature-block-one:hover .inner-box .icon-box img{
  transform: rotateY(180deg);
}

.sm-feature-section .feature-block-one .inner-box h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #09092b;
  font-weight: 600;
  margin-bottom: 37px;
}

.sm-feature-section .feature-block-one .inner-box h2 a{
  position: relative;
  display: inline-block;
  color: #09092b;
}

.sm-feature-section .feature-block-one .inner-box h2 a:hover{
  color: #fe721d;
}

.sm-feature-section .feature-block-one .inner-box .text{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 43px;
}
.sm-feature-section .feature-block-one .icon-box:before {
	display: none;
}


/** sm-about-section **/

.sm-about-section{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 160px 0px 150px 0px;
}

.sm-about-section .content-box .sec-title{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.sm-about-section .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 27px;
}

.sm-about-section .content-box .list{
  position: relative;
  display: block;
  margin-bottom: 42px;
}

.sm-about-section .content-box .list li{
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
  padding: 0px 0px 0px 34px;
}

.sm-about-section .content-box .list li:last-child{
  margin-bottom: 0px;
}
.sm-about-section .content-box .list li:before {
    position: absolute;
    content: "\f00c";
    font-family: 'fontawesome';
    font-size: 20px;
    color: #fe721d;
    font-weight: 300;
    left: 0px;
    top: 0px;
}

.sm-about-section .image-box{
  position: relative;
  display: block;
  margin-left: 300px;
  margin-top: -62px;
}

.sm-about-section .image-box:before{
  position: absolute;
  content: '';
  width: 348px;
  height: 360px;
  left: -185px;
  bottom: -54px;
}

.sm-about-section .image-box img{
  position: relative;
  max-width: none;
  float: left;
  box-shadow: 0 23px 50px rgba(176,176,176,.35);
}


/** sm-service-section **/

.sm-service-section{
  position: relative;
  display: block;
  padding: 110px 0px 110px 0px;
  background: #3b04db;
  background: url(../img-2/bg-2-1.png);
}

.sm-service-section:after{
  position: absolute;
  content: '';
  width: 396px;
  height: 245px;
  left: 100px;
  top: -47px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.sm-service-section .anim-icon .icon-1 {
  background: url(../img-2/icons/anim-icon-8.png);
  width: 19px;
  height: 32px;
  left: 80px;
  top: 350px;
  background-repeat: no-repeat;
}

.sm-service-section .anim-icon .icon-2 {
  background: url(../img-2/icons/anim-icon-9.png);
  width: 28px;
  height: 28px;
  left: 30%;
  top: 160px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.sm-service-section .anim-icon .icon-3 {
  background: url(../img-2/icons/anim-icon-10.png);
  width: 16px;
  height: 16px;
  left: 25%;
  top: 400px;
  background-repeat: no-repeat;
}

.sm-service-section .anim-icon .icon-4 {
  background: url(../img-2/icons/anim-icon-10.png);
  width: 16px;
  height: 16px;
  left: 40%;
  top: 200px;
  background-repeat: no-repeat;
}

.sm-service-section .anim-icon .icon-5 {
  background: url(../img-2/icons/anim-icon-11.png);
  width: 16px;
  height: 16px;
  right: 19%;
  top: 350px;
  background-repeat: no-repeat;
}

.sm-service-section .anim-icon .icon-6 {
  background: url(../img-2/icons/anim-icon-12.png);
  width: 28px;
  height: 28px;
  right: 15%;
  top: 450px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.sm-service-section .anim-icon .icon-7 {
  background: url(../img-2/icons/anim-icon-8.png);
  width: 19px;
  height: 32px;
  right: 17%;
  top: 57%;
  background-repeat: no-repeat;
}

.sm-service-section .anim-icon .icon-8 {
  background: url(../img-2/icons/anim-icon-10.png);
  width: 16px;
  height: 16px;
  right: 10%;
  bottom: 200px;
  background-repeat: no-repeat;
}

.sm-service-section .anim-icon .icon-9 {
  background: url(../img-2/icons/anim-icon-9.png);
  width: 28px;
  height: 28px;
  right: 42%;
  bottom: 200px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.sm-service-section .anim-icon .icon-10 {
  background: url(../img-2/icons/anim-icon-10.png);
  width: 16px;
  height: 16px;
  left: 48%;
  bottom: 250px;
  background-repeat: no-repeat;
}

.sm-service-section .anim-icon .icon-11 {
  background: url(../img-2/icons/anim-icon-10.png);
  width: 16px;
  height: 16px;
  left: 70px;
  bottom: 300px;
  background-repeat: no-repeat;
}

.sm-service-section .anim-icon .icon-12 {
  background: url(../img-2/icons/anim-icon-13.png);
  width: 19px;
  height: 32px;
  left: 320px;
  bottom: 380px;
  background-repeat: no-repeat;
}

.sm-service-section .anim-icon .icon-13 {
  background: url(../img-2/icons/anim-icon-12.png);
  width: 28px;
  height: 28px;
  left: 260px;
  top: 50%;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.sm-service-section .sec-title h4{
  color: #b19bf1;
}

.sm-service-section .sec-title h1{
  color: #fff;
}

.sm-service-section .sec-title{
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.sm-service-section .service-block-one{
  position: relative;
  display: block;
  background: #1b5ed4;
  padding: 82px 30px 70px 65px;
  margin-bottom: 30px;
  border-radius: 10px;
  transition: all 500ms ease;
}

.sm-service-section .service-block-one:before{
  position: absolute;
  content: '';
  background: url(../img-2/icons/icon-8.png);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  border-radius: 10px;
  transform: scale(0,0);
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 500ms ease;
}

.sm-service-section .service-block-one:hover:before{
  transform: scale(1,1);
}

.sm-service-section .service-block-one .inner-box{
  position: relative;
  display: block;
  padding-left: 97px;
}

.sm-service-section .service-block-one .inner-box .icon-box{
  position: absolute;
  left: 0px;
  top: -7px;
}

.sm-service-section .service-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background: #663be3;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  left: -25px;
  bottom: -18px;
  transition: all 900ms ease;
}

.sm-service-section .service-block-one:hover .inner-box .icon-box:before{
  background: #e8e8e8;
}

.sm-service-section .service-block-one .inner-box .icon-box img{
  position: relative;
  width: auto;
  transition: all 500ms ease;
}

.sm-service-section .service-block-one:hover .inner-box .icon-box img {
  -webkit-filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(1);
  filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(1);
}

.sm-service-section .service-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  transition: all 500ms ease;
}

.sm-service-section .service-block-one:hover .inner-box h3,
.sm-service-section .service-block-one:hover .inner-box h3 a{
  color: #09092b;
}

.sm-service-section .service-block-one .inner-box h3 a{
  position: relative;
  display: inline-block;
  color: #fff;
}

.sm-service-section .service-block-one .inner-box h3 a:hover,
.sm-service-section .service-block-one .inner-box .link-box a:hover{
  color: #fe721d;
}

.sm-service-section .service-block-one .inner-box .text{
  position: relative;
  display: block;
  color: #fff;
  margin-bottom: 16px;
  transition: all 500ms ease;
}

.sm-service-section .service-block-one:hover .inner-box .text{
  color: #848484;
}

.sm-service-section .service-block-one .inner-box .link-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.sm-service-section .service-block-one:hover .inner-box .link-box a{
  color: #fe721d;
}


/** sm-work-section **/

.sm-work-section{
  position: relative;
  display: block;
  padding: 230px 0px 150px 0px;
}

.sm-work-section:before{
  position: absolute;
  content: '';
  background: url(../img-2/background/work-shap.png);
  width: 100%;
  height: 1090px;
  left: 0px;
  top: -140px;
  background-repeat: no-repeat;
  background-size: cover;
}

.sm-work-section .anim-icon .icon-1 {
  background: url(../img-2/icons/anim-icon-3.png);
  width: 137px;
  height: 132px;
  left: 100px;
  top: -180px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.sm-work-section .content-box .count-number{
  position: relative;
  display: inline-block;
  background: url(../img-2/icons/icon-10.png);
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  background-repeat: no-repeat;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}

.sm-work-section .content-box h1{
  position: relative;
  display: block;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 22px;
}

.sm-work-section .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 27px;
}

.sm-work-section .content-box .list li {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
  padding: 0px 0px 0px 34px;
}

.sm-work-section .content-box .list li:last-child{
  margin-bottom: 0px;
}

.sm-work-section .content-box .list li:before {
  position: absolute;
    content: "\f00c";
    font-family: 'fontawesome';
  font-size: 20px;
  color: #fe721d;
  font-weight: 500;
  left: 0px;
  top: 0px;
}

.sm-work-section .inner-box{
  position: relative;
  display: block;
  margin-bottom: 240px;
}

.sm-work-section .inner-box:last-child{
  margin-bottom: 0px;
}

.sm-work-section .image-box{
  position: relative;
  display: block;
  margin-left: 80px;
  margin-top: -70px;
}

.sm-work-section .image-box img{
  position: relative;
  max-width: none;
  float: left;
}

.sm-work-section .inner-box:nth-child(2) .image-box{
  margin-left: 0px;
  margin-right: 80px;
  margin-top: -10px;
}

.sm-work-section .inner-box:nth-child(2) .image-box img{
  float: right;
}

.sm-work-section .inner-content{
  position: relative;
  display: block;
}

.sm-work-section .inner-content:before{
  position: absolute;
  content: '';
  background: url(../img-2/icons/shap-3.png);
  width: 773px;
  height: 904px;
  top: 380px;
  right: 195px;
  background-repeat: no-repeat;
}



/** sm-testimonial-section **/

.sm-testimonial-section {
    position: relative;
    display: block;
    width: 100%;
    padding: 270px 0px 125px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.sm-testimonial-section:before{
  position: absolute;
  content: '';
  background: url(../img-2/icons/shap-4.png);
  width: 410px;
  height: 313px;
  left: 60px;
  top: 35px;
  background-repeat: no-repeat;
}

.sm-testimonial-section:after{
  position: absolute;
  content: '';
  background: url(../img-2/Leaf-1.png);
  width: 292px;
  height: 423px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}

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

.sm-testimonial-section .nav-style-one .owl-nav .owl-prev {
  width: 60px;
  height: 50px;
  position: relative;
  display: inline-block;
  background: transparent;
  top: 0;
  left: 15px !important;
  cursor: pointer;
  transition: all 500ms ease;
}

.sm-testimonial-section .nav-style-one .owl-nav .owl-prev:before {
  left: auto;
  content: '';
  position: absolute;
  top: 18.5px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #cccccc;
  border-left: 2px solid #cccccc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .7s cubic-bezier(.2, .96, .34, 1);
  -o-transition: .7s cubic-bezier(.2, .96, .34, 1);
  transition: .7s cubic-bezier(.2, .96, .34, 1);
  right: 6px;
}

.sm-testimonial-section .nav-style-one .owl-nav .owl-prev:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%) scaleX(1);
  -ms-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  width: 25px;
  height: 2px;
  background: #cccccc;
  -webkit-transition: .7s cubic-bezier(.2, .96, .34, 1);
  -o-transition: .7s cubic-bezier(.2, .96, .34, 1);
  transition: .7s cubic-bezier(.2, .96, .34, 1);
}

.sm-testimonial-section .nav-style-one .owl-nav .owl-next {
  width: 60px;
  height: 50px;
  position: relative;
  display: inline-block;
  background: transparent;
  top: 0;
  left: -15px !important;
  cursor: pointer;
  transition: all 500ms ease;
}

.sm-testimonial-section .nav-style-one .owl-nav .owl-next:before {
  left: auto;
  content: '';
  position: absolute;
  top: 18.5px;
  right: 3px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .7s cubic-bezier(.2, .96, .34, 1);
  -o-transition: .7s cubic-bezier(.2, .96, .34, 1);
  transition: .7s cubic-bezier(.2, .96, .34, 1);
  border-top: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
}

.sm-testimonial-section .nav-style-one .owl-nav .owl-next:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 3px;
  -webkit-transform: translateY(-50%) scaleX(1);
  -ms-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  width: 25px;
  height: 2px;
  background: #cccccc;
  -webkit-transition: .7s cubic-bezier(.2, .96, .34, 1);
  -o-transition: .7s cubic-bezier(.2, .96, .34, 1);
  transition: .7s cubic-bezier(.2, .96, .34, 1);
}

.sm-testimonial-section .nav-style-one .owl-nav .owl-prev:hover {
  left: 0px !important;
}

.sm-testimonial-section .nav-style-one .owl-nav .owl-prev:hover:before {
  border-color: #fe721d;
}

.sm-testimonial-section .nav-style-one .owl-nav .owl-prev:hover:after {
  width: 45px;
  background: #fe721d;
}

.sm-testimonial-section .nav-style-one .owl-nav .owl-next:hover {
  left: 0px !important;
}

.sm-testimonial-section .nav-style-one .owl-nav .owl-next:hover:before {
  border-color: #fe721d;
}

.sm-testimonial-section .nav-style-one .owl-nav .owl-next:hover:after {
  width: 45px;
  background: #fe721d;
}

.sm-testimonial-section .carousel-content .content-box .client-thumb{
  position: relative;
  display: inline-block;
  width: 133px;
  height: 133px;
  border-radius: 50%;
  margin-bottom: 50px;
}

.sm-testimonial-section .carousel-content .content-box .client-thumb:before{
  position: absolute;
  content: "\f10e";
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #fe721d;
  width: 50px;
  height: 50px;
  right: 0px;
  bottom: -7px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}

.sm-testimonial-section .carousel-content .content-box .client-thumb img{
  position: relative;
  display: inline-block;
  width: 100%;
}

.sm-testimonial-section .sec-title{
  margin-bottom: 62px;
}

.sm-testimonial-section .inner-content{
  position: relative;
  display: block;
  margin: 0px 170px;
}

.sm-testimonial-section .inner-content:before{
  position: absolute;
  content: '';
  background: url(../img-2/icons/shap-5.png);
  width: 845px;
  height: 374px;
  left: 0px;
  top: 30px;
  background-repeat: no-repeat;
}

.sm-testimonial-section .carousel-content .content-box .text{
  position: relative;
  display: block;
  font-style: italic;
  margin-bottom: 36px;
}

.sm-testimonial-section .carousel-content .content-box .author-info h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 4px;
}

.sm-testimonial-section .carousel-content .content-box .author-info span{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
}

.sm-testimonial-section .sec-title h4{
  margin-bottom: 13px;
}

.sm-testimonial-section .carousel-content .content-box .author-info{
  position: relative;
  display: block;
  margin-bottom: 5px;
}




/** sm-pricing-section **/

.sm-pricing-section{
  position: relative;
  display: block;
  padding: 142px 0px 150px 0px;
}

.sm-pricing-section:before{
  position: absolute;
  content: '';
  background: url(../img-2/icons/shap-6.png);
  width: 825px;
  height: 425px;
  left: 0px;
  top: 10px;
  background-repeat: no-repeat;
}

.sm-pricing-section:after{
  position: absolute;
  content: '';
  background: url(../img-2/background/pricing-bg.png);
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.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);
}

.sm-pricing-section .top-content{
  position: relative;
  display: block;
  margin-bottom: 59px;
}

.sm-pricing-section .top-content .text{
  position: relative;
  display: block;
  padding-top: 52px;
}

.sm-pricing-section .tabs-content {
    position: relative;
    display: block;
    margin: 0px 15px;
    text-align: center;
}

.sm-pricing-section .tabs-content .pricing-column{
  padding: 0px 0px;
}

.sm-pricing-section .pricing-table{
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-right: none;
}

.sm-pricing-section .pricing-column:last-child .pricing-table{
  border-right: 1px solid #e5e5e5;
}

.sm-pricing-section .pricing-table .table-header h1 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 55px;
    font-weight: 500;
    margin-bottom: 19px;
    padding: 0px;
    border: none;
    margin: 0px 0px 19px 0px;
}

.sm-pricing-section .pricing-table .table-header a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  background: #f2f3f6;
  color: #09092b;
  text-align: center;
  width: 157px;
  height: 55px;
  line-height: 55px;
  border-radius: 3px;
  margin-bottom: 19px;
}

.sm-pricing-section .pricing-table .table-header a:hover{
  color: #fff;
  background: #fe721d;
}

.sm-pricing-section .pricing-table .table-header h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #848484
}

.sm-pricing-section .pricing-table .table-header{
  position: relative;
  display: block;
  padding: 46px 15px 43px 15px;
}

.sm-pricing-section .pricing-table .table-content li {
    position: relative;
    display: block;
    padding: 20px 15px;
    height: 71px;
    font-size: 20px;
    color: #2bd55c;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 0;
}

.sm-pricing-section .tab-btn-box{
  position: relative;
  display: block;
  height: 100%;
}

.sm-pricing-section .tab-btn-box .tab-btns {
    position: absolute;
    display: block;
    background: #f2f3f6;
    bottom: 110px;
    width: 100%;
    left: 0px;
    padding-top: 0;
    margin-bottom: 0;
}

.sm-pricing-section .tab-btn-box .tab-btn {
    position: relative;
    display: block;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #848484;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 15px 20px 30px;
    cursor: pointer;
    transition: all 500ms ease;
    margin-left: 0;
    margin-bottom: 0;
}

.sm-pricing-section .tab-btn-box .tab-btn.active-btn,
.sm-pricing-section .tab-btn-box .tab-btn:hover{
  background: #fe721d;
  color: #fff;
}

.sm-pricing-section .tab-btn-box .tab-btn:last-child{
  border-bottom: none;
}

.sm-pricing-section .lower-content{
  position: relative;
  display: block;
  margin: 0px 15px;
}

.sm-pricing-section .lower-content:before{
  position: absolute;
  content: '';
  background: url(../img-2/Leaf-2.png);
  width: 348px;
  height: 360px;
  left: -398px;
  bottom: -47px;
  background-repeat: no-repeat;
}

.sm-pricing-section .lower-content .btn-column,
.sm-pricing-section .lower-content .content-column{
  padding: 0px 0px;
}


/** sm-subscribe-section **/

.sm-subscribe-section{
  position: relative;
  display: block;
  width: 100%;
  padding: 143px 0px 365px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sm-subscribe-section .sec-title h1 {
    color: #fff;
    margin-bottom: 50px;
    text-align: center;
}

.sm-subscribe-section .inner-content{
  position: relative;
  display: block;
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
}

.sm-subscribe-section .inner-content .form-group{
  position: relative;
  display: inline-block;
  margin: 0px;
  max-width: 305px;
  width: 100%;
  float: left;
}

.sm-subscribe-section .inner-content .form-group input[type='text'],
.sm-subscribe-section .inner-content .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding: 10px 30px;
  border-right: 1px solid #e5e5e5;
}

.sm-subscribe-section .inner-content .form-group:first-child input{
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.sm-subscribe-section .inner-content .form-group:nth-child(2) input{
  border-right: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.sm-subscribe-section .inner-content .form-group:last-child{
  position: absolute;
  right: 0px;
  top: 0px;
  max-width: 200px;
  width: 100%;
}

.sm-subscribe-section .inner-content .form-group .btn-style-two{
  width: 100%;
  padding: 17px 30px 17px 31px;
}

.sm-subscribe-section .anim-icon .icon-1 {
  background: url(../img-2/Shape-5.png) no-repeat;
  width: 100px;
  height: 175px;
  right: 0px;
  bottom: 120px;
}

.sm-subscribe-section .anim-icon .icon-2 {
  background: url(../img-2/Shape-4.png) no-repeat;
  width: 170px;
  height: 165px;
  left: 100px;
  bottom: 10px;
}

.sm-subscribe-section .anim-icon .icon-3 {
  background: url(../img-2/icons/anim-icon-14.png);
  width: 30px;
  height: 21px;
  left: 130px;
  top: 160px;
  background-repeat: no-repeat;
}

.sm-subscribe-section .anim-icon .icon-4 {
  background: url(../img-2/icons/anim-icon-10.png);
  width: 16px;
  height: 16px;
  left: 130px;
  top: 50%;
  background-repeat: no-repeat;
}

.sm-subscribe-section .anim-icon .icon-5 {
  background: url(../img-2/icons/anim-icon-12.png);
  width: 28px;
  height: 28px;
  left: 19%;
  top: 65%;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.sm-subscribe-section .anim-icon .icon-6 {
  background: url(../img-2/icons/anim-icon-13.png);
  width: 19px;
  height: 32px;
  top: 30%;
  left: 20%;
  background-repeat: no-repeat;
}

.sm-subscribe-section .anim-icon .icon-7 {
  background: url(../img-2/icons/anim-icon-10.png);
  width: 16px;
  height: 16px;
  top: 180px;
  left: 30%;
  background-repeat: no-repeat;
}

.sm-subscribe-section .anim-icon .icon-8 {
  background: url(../img-2/icons/anim-icon-12.png);
  width: 28px;
  height: 28px;
  top: 80px;
  left: 38%;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.sm-subscribe-section .anim-icon .icon-9 {
  background: url(../img-2/icons/anim-icon-11.png);
  width: 16px;
  height: 16px;
  left: 62%;
  top: 70px;
  background-repeat: no-repeat;
}

.sm-subscribe-section .anim-icon .icon-10 {
  background: url(../img-2/icons/anim-icon-10.png);
  width: 16px;
  height: 16px;
  top: 190px;
  right: 20%;
  background-repeat: no-repeat;
}

.sm-subscribe-section .anim-icon .icon-11 {
  background: url(../img-2/icons/anim-icon-9.png);
  width: 28px;
  height: 28px;
  right: 100px;
  top: 40%;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.sm-subscribe-section .anim-icon .icon-12 {
  background: url(../img-2/icons/anim-icon-10.png);
  width: 16px;
  height: 16px;
  right: 140px;
  bottom: 30%;
  background-repeat: no-repeat;
}

.sm-subscribe-section .anim-icon .icon-13 {
  background: url(../img-2/icons/anim-icon-8.png);
  width: 19px;
  height: 32px;
  right: 350px;
  bottom: 150px;
  background-repeat: no-repeat;
}

.sm-subscribe-section .anim-icon .icon-14 {
  background: url(../img-2/icons/anim-icon-9.png);
  width: 28px;
  height: 28px;
  right: 38%;
  bottom: 200px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.sm-subscribe-section .anim-icon .icon-15 {
  background: url(../img-2/icons/anim-icon-10.png);
  width: 16px;
  height: 16px;
  right: 48%;
  bottom: 300px;
  background-repeat: no-repeat;
}


/*** 

====================================================================
                        Home-Page-Four
====================================================================

***/


/** banner-style-four **/

.sm-banner-section-two.style-four {
    position: relative;
    display: block;
    padding: 278px 0px 0px 0px;
    margin-bottom: 0px;
    background-repeat: no-repeat;
}

.sm-banner-section-two.style-four:before{
  position: absolute;
  content: '';
  background: #f7f8fc;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.sm-banner-section-two.style-four .content-box:before,
.sm-banner-section-two.style-four .content-box:after{
  display: none;
}

.sm-banner-section-two.style-four .content-box h1{
  font-size: 70px;
  line-height: 80px;
  margin-bottom: 27px;
}

.sm-banner-section-two.style-four .content-box .text {
    line-height: 30px;
    margin-bottom: 41px;
    position: relative;
    display: block;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
}

.sm-banner-section-two.style-four .content-box .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  background: transparent;
  text-align: left;
  width: 208px;
  line-height: 20px;
  padding: 11px 20px 15px 65px;
  border: 2px solid #fff;
  border-radius: 3px;
	z-index: 1;
	transition: all 900ms ease;
}

.sm-banner-section-two.style-four .content-box .btn-box a:before{
	position: absolute;
	content: '';
	background-color: #47c1ff;
	border-radius: 3px;
	width: 0%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
	transition: all 500ms ease;
}

.sm-banner-section-two.style-four .content-box .btn-box a:hover:before{
	width: 100%;
}

.sm-banner-section-two.style-four .content-box .btn-box a:hover{
  border-color: #47c1ff;
  background: #47c1ff;
}

.sm-banner-section-two.style-four .content-box .btn-box a:first-child{
  margin-right: 25px;
}

.sm-banner-section-two.style-four .content-box .btn-box a i{
  position: absolute;
  left: 28px;
  top: 18px;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
}

.sm-banner-section-two.style-four .content-box .btn-box a span{
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #fff;
}

.sm-banner-section-two.style-four .image-box{
  position: relative;
  display: block;
  padding: 0px;
  margin: -110px 0px -40px -145px;
}
.sm-banner-section-two.style-four .content-box h1 {
    position: relative;
    display: block;
    font-size: 59px;
    line-height: 65px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 43px;
}
.sm-banner-section-two.style-four .image-box img {
    position: relative;
    max-width: none;
    float: left;
}


/** sm-service-style-three **/

.sm-service-style-three {
    position: relative;
    display: block;
    padding: 110px 0px 130px 0px;
    text-align: center;
    background: #f7f8fc;
}

.owl-nav-none .owl-nav{
  display: none !important;
}

.sm-service-style-three .sec-title{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.sm-service-style-three .service-block-three{
  position: relative;
  display: block;
  background: #fff;
  padding: 90px 30px 60px 30px;
  border-radius: 10px;
}

.sm-service-style-three .service-block-three .icon-box{
  position: relative;
  display: inline-block;
  font-size: 60px;
  color: #5d87ff;
  line-height: 60px;
  margin-bottom: 36px;
  transition: all 500ms ease;
  z-index: 1;
}

.sm-service-style-three .service-block-three .icon-box:before{
  position: absolute;
  content: '';
  background-image: -webkit-linear-gradient( 45deg, #fefeff 0%, #eae5fd 100%);
  width: 80px;
  height: 80px;
  top: -40px;
  right: -40px;
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
}

.sm-service-style-three .service-block-three:hover .icon-box:before{
  width: 60px;
  height: 60px;
}

.sm-service-style-three .owl-item:nth-child(2n+1) .inner-box .icon-box{
  color: #ff8b45;
}

.sm-service-style-three .owl-item:nth-child(3n+1) .inner-box .icon-box{
  color: #29f7ce;
}

.sm-service-style-three .owl-item:nth-child(2n+1) .inner-box .icon-box:before{
  background-image: -webkit-linear-gradient( 45deg, #fefeff 0%, #fff0e6 100%);
}

.sm-service-style-three .owl-item:nth-child(3n+1) .inner-box .icon-box:before{
  background-image: -webkit-linear-gradient( 45deg, #fefeff 0%, #e2fef8 100%);
}

.sm-service-style-three .service-block-three h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: #3b3b3b;
  font-weight: 600;
  margin-bottom: 29px;
}

.sm-service-style-three .service-block-three h4 a{
  position: relative;
  display: inline-block;
  color: #3b3b3b;
}

.sm-service-style-three .service-block-three h4 a:hover{
  color: #fe721d;
}

.sm-service-style-three .service-block-three .text{
  position: relative;
  display: block;
  font-size: 15px;
}

.owl-theme .owl-dots .owl-dot span{
  position: relative;
  background: #e4e9f5;
  border: none;
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin: 7px 7px 0px 7px;
  transition: all 500ms ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot span:hover{
  background: #fe721d;
  border: none;
}

.sm-service-style-three .owl-dots{
  margin-top: 50px;
}

.sm-service-style-three .anim-icon .icon-1 {
  background: url(../img-2/icons/anim-icon-16.png);
  width: 28px;
  height: 28px;
  top: 100px;
  left: 190px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.sm-service-style-three .anim-icon .icon-2 {
  background: url(../img-2/icons/anim-icon-17.png);
  width: 20px;
  height: 20px;
  top: 130px;
  left: 30%;
  background-repeat: no-repeat;
}

.sm-service-style-three .anim-icon .icon-3 {
  background: url(../img-2/icons/anim-icon-23.png);
  width: 19px;
  height: 32px;
  left: 250px;
  top: 50%;
  background-repeat: no-repeat;
}

.sm-service-style-three .anim-icon .icon-4 {
  background: url(../img-2/icons/anim-icon-23.png);
  width: 19px;
  height: 32px;
  top: 100px;
  right: 190px;
  background-repeat: no-repeat;
}

.sm-service-style-three .anim-icon .icon-5 {
  background: url(../img-2/icons/anim-icon-15.png);
  width: 28px;
  height: 28px;
  right: 420px;
  top: 250px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.sm-service-style-three .anim-icon .icon-6 {
  background: url(../img-2/icons/anim-icon-18.png);
  width: 16px;
  height: 16px;
  right: 250px;
  top: 45%;
  background-repeat: no-repeat;
}


/** counter-style-two **/

.sm-counter-style-two {
    position: relative;
    display: block;
    text-align: center;
}

.sm-counter-style-two .inner-box{
  position: relative;
  display: block;
  padding: 70px 30px 79px 30px;
  margin-top: -125px;
  margin-bottom: 55px;
  background: url(../img-2/bg-2.png);
  border-radius: 10px;
}

.sm-counter-style-two .counter-block-two .count-outer span{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
}

.sm-counter-style-two .counter-block-two .text{
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

/** sm-feature-style-three **/

.sm-feature-style-three.home-4 .image-box .image-3{
  top: 105px;
  right: 60px;
}

.sm-feature-style-three.home-4 .image-box .image-2{
  left: -55px;
  bottom: 310px;
}

.sm-feature-style-three.home-4 .image-box:before{
  left: -130px;
  top: 25%;
}

.sm-feature-style-three.home-4{
  padding-bottom: 0px;
}

.sm-feature-style-three .anim-icon .icon-1 {
  background: url(../img-2/icons/anim-icon-18.png);
  width: 16px;
  height: 16px;
  top: 50px;
  left: 360px;
  background-repeat: no-repeat;
}

.sm-feature-style-three .anim-icon .icon-2 {
  background: url(../img-2/icons/anim-icon-15.png);
  width: 28px;
  height: 28px;
  left: 70px;
  top: 35%;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.sm-feature-style-three .anim-icon .icon-3 {
  background: url(../img-2/icons/anim-icon-23.png);
  width: 19px;
  height: 32px;
  left: 260px;
  top: 30%;
  background-repeat: no-repeat;
}

/** sm-feature-style-three **/

.sm-feature-style-three{
  position: relative;
  display: block;
  padding: 90px 0px 274px 0px;
}

.sm-feature-style-three .image-box{
  position: relative;
  display: block;
}

.sm-feature-style-three .image-box:before{
  position: absolute;
  content: '';
  background: #fe721d;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  left: 100px;
  top: 35%;
}

.sm-feature-style-three .image-box img{
  width: 100%;
}

.sm-feature-style-three .image-box .image-1{
  position: relative;
  float: left;
  margin-left: -130px;
}

.sm-feature-style-three .image-box .image-2{
  position: absolute;
  left: -155px;
  bottom: 220px;
  box-shadow: 0 23px 50px rgba(176,176,176,.35);
}

.sm-feature-style-three .image-box .image-3{
  position: absolute;
  top: 130px;
  right: 30px;
  box-shadow: 0 23px 50px rgba(176,176,176,.35);
}

.sm-feature-style-three .content-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 30px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  background: #fe721d;
  color: #fff;
  border-radius: 50%;
  margin-bottom: 30px;
}

.sm-feature-style-three .inner-box:last-child .content-box .icon-box{
  background: #6275fd;
}

.sm-feature-style-three .content-box .sec-title{
  margin-bottom: 22px;
}

.sm-feature-style-three .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 27px;
}

.sm-feature-style-three .content-box .list{
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.sm-feature-style-three .content-box .list li {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
  padding: 0px 0px 0px 34px;
}

.sm-feature-style-three .content-box .list li:last-child{
  margin-bottom: 0px;
}

.sm-feature-style-three .content-box .list li:before {
  position: absolute;
    content: "\f00c";
    font-family: 'fontawesome';
  font-size: 20px;
  color: #fe721d;
  font-weight: 500;
  left: 0px;
  top: 0px;
}

.sm-feature-style-three .content-box{
  position: relative;
  display: block;
  padding-top: 132px;
}

.sm-feature-style-three .inner-box{
  position: relative;
  display: block;
  margin-bottom: 106px;
}

.sm-feature-style-three .inner-box:last-child{
  margin-bottom: 0px;
}

.sm-feature-style-three .inner-box:last-child .image-box:before{
  display: none;
}

.sm-feature-style-three .inner-box:last-child .image-box .image-1{
  float: none;
  margin: 0px -275px 0px 40px;
  top: -112px;
  box-shadow: 0 23px 50px rgba(176,176,176,.35);
}

.sm-feature-style-three .inner-box:last-child .image-box .image-2{
  bottom: 0px;
  right: -375px;
  left: inherit;
  margin-left: 180px;
}

.sm-feature-style-three .inner-box:last-child .image-box{
  margin-top: 147px;
}


/** sm-feature-style-five **/

.sm-feature-style-five{
  position: relative;
  display: block;
  padding: 30px 0px 113px 0px;
}

.extra.sm-feature-style-five:after{
  position: absolute;
  content: '';
  background: url(../img-2/icons/shap-34.png);
  width: 555px;
  height: 1280px;
  top: -300px;
  right: 0px;
  background-repeat: no-repeat;
  z-index: -1;
}

.sm-feature-style-five .sec-title{
  margin-bottom: 120px;
}

.sm-feature-style-five .inner-box .single-item{
  position: relative;
  display: block;
  padding: 0px 0px 0px 150px;
  margin-bottom: 104px;
}

.sm-feature-style-five .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.sm-feature-style-five .inner-box .single-item .icon-box {
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 80px;
  color: #5d87ff;
  line-height: 80px;
  margin-bottom: 36px;
  transition: all 500ms ease;
  z-index: 1;
}

.sm-feature-style-five .inner-box .single-item:nth-child(2) .icon-box{
  color: #29f7ce;
}

.sm-feature-style-five .inner-box .single-item:last-child .icon-box{
  color: #ff8b45;
}

.sm-feature-style-five .inner-box .single-item .icon-box:before {
  position: absolute;
  content: '';
  background-image: -webkit-linear-gradient( 45deg, #fefeff 0%, #eae5fd 100%);
  width: 90px;
  height: 90px;
  top: -40px;
  right: -40px;
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
}

.sm-feature-style-five .inner-box .single-item:hover .icon-box:before{
  width: 70px;
  height: 70px;
}

.sm-feature-style-five .inner-box .single-item:nth-child(2) .icon-box:before{
  background-image: -webkit-linear-gradient( 45deg, #fefeff 0%, #e2fef8 100%);
}

.sm-feature-style-five .inner-box .single-item:last-child .icon-box:before{
  background-image: -webkit-linear-gradient( 45deg, #fefeff 0%, #fff0e6 100%);
}

.sm-feature-style-five .inner-box .single-item h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #3b3b3b;
  margin-bottom: 11px;
}

.sm-feature-style-five .inner-box .single-item h3 a{
  position: relative;
  display: inline-block;
  color: #3b3b3b;
}

.sm-feature-style-five .inner-box .single-item h3 a:hover{
  color: #fe721d;
}

.sm-feature-style-five .inner-box .single-item .text{
  position: relative;
  display: block;
  font-size: 14px;
  color: #666;
}

.sm-feature-style-five .image-box{
  position: relative;
  display: block;
  right: 100px;
  margin-top: 157px;
}

.sm-feature-style-five .image-box:before{
  position: absolute;
  content: '';
  width: 464px;
  height: 497px;
  right: -390px;
  bottom: 160px;
  background-repeat: no-repeat;
}

.sm-feature-style-five .image-box img{
  position: relative;
  max-width: none;
  float: left;
}

.sm-feature-style-five .anim-icon .icon-1 {
  background: url(../img-2/icons/anim-icon-18.png);
  width: 16px;
  height: 16px;
  top: 30px;
  right: 30%;
  background-repeat: no-repeat;
}

.sm-feature-style-five .anim-icon .icon-2 {
  background: url(../img-2/icons/anim-icon-15.png);
  width: 28px;
  height: 28px;
  right: 330px;
  top: 170px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.sm-feature-style-five .anim-icon .icon-3 {
  background: url(../img-2/icons/anim-icon-23.png);
  width: 19px;
  height: 32px;
  top: 100px;
  right: 70px;
  background-repeat: no-repeat;
}


/** sm-feature-style-six **/

.sm-feature-style-six{
  position: relative;
  display: block;
  padding: 70px 0px;
}

.sm-feature-style-six:before{
  position: absolute;
  content: '';
  background: url(../img-2/icons/shap-53.png);
  width: 1626px;
  height: 1323px;
  left: 0px;
  top: -100px;
  background-repeat: no-repeat;
}

.sm-feature-style-six .image-box{
  position: relative;
  display: block;
  margin-left: -375px;
  margin-right: 130px;
}

.sm-feature-style-six .image-box .image-1 img{
  width: 100%;
}

.sm-feature-style-six .image-box .image-2{
  position: absolute;
  right: -180px;
  bottom: -150px;
}

.sm-feature-style-six .content-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 30px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  background: #fe721d;
  color: #fff;
  border-radius: 50%;
  margin-bottom: 30px;
}

.sm-feature-style-six .content-box .sec-title {
  margin-bottom: 22px;
}

.sm-feature-style-six .content-box .text {
  position: relative;
  display: block;
  margin-bottom: 27px;
}

.sm-feature-style-six .content-box .list {
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.sm-feature-style-six .content-box .list li {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
  padding: 0px 0px 0px 34px;
}

.sm-feature-style-six .content-box .list li:before {
  position: absolute;
    content: "\f00c";
    font-family: 'fontawesome';
  font-size: 20px;
  color: #fe721d;
  font-weight: 500;
  left: 0px;
  top: 0px;
}

.sm-feature-style-six .content-box{
  position: relative;
  display: block;
  margin-left: 30px;
  margin-top: 60px;
}

.sm-feature-style-six .anim-icon .icon-1 {
  background: url(../img-2/icons/anim-icon-18.png);
  width: 16px;
  height: 16px;
  top: 200px;
  right: 450px;
  background-repeat: no-repeat;
}

.sm-feature-style-six .anim-icon .icon-2 {
  background: url(../img-2/icons/anim-icon-15.png);
  width: 28px;
  height: 28px;
  right: 130px;
  top: 200px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.sm-feature-style-six .anim-icon .icon-3 {
  background: url(../img-2/icons/anim-icon-23.png);
  width: 19px;
  height: 32px;
  top: 0px;
  right: 40%;
  background-repeat: no-repeat;
}

.sm-feature-style-six .anim-icon .icon-4 {
  background: url(../img-2/icons/anim-icon-18.png);
  width: 16px;
  height: 16px;
  right: 300px;
  bottom: 50px;
  background-repeat: no-repeat;
}


/** sm-testimonial-style-four **/

.sm-testimonial-style-four{
  position: relative;
  display: block;
  padding: 30px 0px 50px 0px;
}

.sm-testimonial-style-four .sec-title{
  margin-bottom: 48px;
}

.sm-testimonial-style-four .inner-box{
  position: relative;
  display: block;
  margin-right: -600px;
}

.sm-testimonial-style-four .three-column-carousel-two .owl-stage-outer .active + .active + .active .content-box {
  opacity: .4;
}

.sm-testimonial-style-four .blog-carousel-two .owl-stage-outer .active .content-box {
  opacity: 1;
}

.sm-testimonial-style-four .content-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 0px 30px 49px 60px;
  margin: 50px 30px 50px 0px;
  border-radius: 15px;
  box-shadow: 0 10px 50px rgba(176,176,176,.35);
}

.sm-testimonial-style-four .content-box:before{
  position: absolute;
  content: '';
  background: url(../img-2/icons/shap-36.png);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 15px;
  background-repeat: no-repeat;
}

.sm-testimonial-style-four .content-box .client-thumb {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 38px;
  margin-top: -35px;
  top: -15px;
  transition: all 500ms ease;
}

.sm-testimonial-style-four .content-box:hover .client-thumb{
  transform: rotateY(180deg);
}

.sm-testimonial-style-four .content-box .client-thumb img {
  position: relative;
  display: inline-block;
  width: 100%;
}

.sm-testimonial-style-four .content-box .text {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #3b3b3b;
  margin-bottom: 24px;
  z-index: 1;
}

.sm-testimonial-style-four .content-box .text:before{
  position: absolute;
  content: "\f10d";
  font-family: 'Font Awesome 5 Free';
  font-size: 40px;
  font-weight: 600;
  left: 20px;
  top: -3px;
  color: #f0f2f5;
  z-index: -1;
}

.sm-testimonial-style-four .content-box .author-info h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #09092b;
  margin-bottom: 4px;
}

.sm-testimonial-style-four .content-box .author-info span {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #fe721d;
}

.sm-testimonial-style-four .owl-nav{
  position: absolute;
  top: -95px;
  left: 1040px;
}

.gray-bg{
  background: #f7f8fc;
}

.sm-testimonial-style-four .anim-icon .icon-1 {
  background: url(../img-2/icons/anim-icon-23.png);
  width: 19px;
  height: 32px;
  left: 50px;
  top: 250px;
  background-repeat: no-repeat;
}

.sm-testimonial-style-four .anim-icon .icon-2 {
  background: url(../img-2/icons/anim-icon-16.png);
  width: 28px;
  height: 28px;
  top: 50px;
  left: 150px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.sm-testimonial-style-four .anim-icon .icon-3 {
  background: url(../img-2/icons/anim-icon-15.png);
  width: 28px;
  height: 28px;
  right: 30%;
  top: 80px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.sm-testimonial-style-four .anim-icon .icon-4 {
  background: url(../img-2/icons/anim-icon-23.png);
  width: 19px;
  height: 32px;
  top: 30px;
  right: 160px;
  background-repeat: no-repeat;
}


/** sm-pricing-style-three **/

.sm-pricing-style-three{
  position: relative;
  display: block;
  padding-top: 110px;
}

.sm-pricing-style-three .sec-title{
  margin-bottom: 49px;
}

.sm-pricing-style-three .tabs-box{
  position: relative;
  display: block;
  z-index: 1;
}

.sm-pricing-style-three .tab-btn-box{
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.sm-pricing-style-three .tab-btn-box li{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 55px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #3b3b3b;
  width: 186px;
  height: 55px;
  text-align: center;
  border: 2px solid #e0e1e4;
  border-radius: 5px;
  cursor: pointer;
  margin: 0px 13px;
  transition: all 500ms ease;
}

.sm-pricing-style-three .tab-btn-box li.active-btn,
.sm-pricing-style-three .tab-btn-box li:hover{
  background: #fe721d;
  border-color: #fe721d;
  color: #fff;
}

.sm-pricing-style-three .anim-icon .icon-4 {
  background: url(../img-2/icons/anim-icon-16.png);
  width: 28px;
  height: 28px;
  top: 100px;
  left: 130px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.sm-pricing-style-three .anim-icon .icon-5 {
  background: url(../img-2/icons/anim-icon-17.png);
  width: 20px;
  height: 20px;
  top: 180px;
  left: 30%;
  background-repeat: no-repeat;
}

.sm-pricing-style-three .anim-icon .icon-6 {
  background: url(../img-2/icons/anim-icon-23.png);
  width: 19px;
  height: 32px;
  top: 150px;
  right: 250px;
  background-repeat: no-repeat;
}

/** sm-pricing-style-two **/

.sm-pricing-style-two {
    position: relative;
    display: block;
    /* padding: 85px 0px 200px 0px; */
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding-bottom: 80px;
}

.sm-pricing-style-three .tabs-box .tab-btns .tab-btn.active-btn,
.sm-pricing-style-three .tabs-box .tab-btns .tab-btn:hover{
  background: #fe721d;
  border-color: #fe721d;
  color: #fff;
}

.sm-pricing-style-three .tabs-box .tab-btns .tab-btn {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 55px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #3b3b3b;
    width: 186px;
    height: 55px;
    text-align: center;
    border: 2px solid #e0e1e4;
    border-radius: 5px;
    cursor: pointer;
    margin: 0px 13px;
    transition: all 500ms ease;
}

.sm-pricing-style-two:after {
  position: absolute;
  content: '';
  background: url(../img-2/background/price-patten.png);
  width: 100%;
  height: 977px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.sm-pricing-style-two .sec-title{
  position: relative;
  display: block;
  margin-bottom: 57px;
}

.sm-pricing-style-two .pricing-table{
  position: relative;
  display: block;
  background: #fff;
  padding: 63px 60px 55px 60px;
  box-shadow: 0 23px 50px rgba(176,176,176,.35);
  border-radius: 15px;
  min-height: 631px;
}

.sm-pricing-style-two .pricing-table:before{
  position: absolute;
  content: '';
  background: #3b04db;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  transform: scale(0,0);
  border-radius: 15px;
  transition: all 500ms ease;
}

.sm-pricing-style-two .pricing-table:hover:before{
  transform: scale(1,1);
}

.sm-pricing-style-two .pricing-table .table-header h1 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 60px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #3b3b3b;
    margin-bottom: 17px;
    transition: all 500ms ease;
    padding: 0px 0px;
    border: none;
    margin: 0px 0px 17px 0px;
}

.sm-pricing-style-two .pricing-table:hover .table-header h1{
  color: #fff;
}

.sm-pricing-style-two .pricing-table .table-header a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  background: transparent;
  border: 2px solid #fe721d;
  color: #3b3b3b;
  text-align: center;
  width: 157px;
  height: 55px;
  line-height: 55px;
  border-radius: 3px;
  margin-bottom: 19px;
}

.sm-pricing-style-two .pricing-table:hover .table-header a{
  color: #fff;
  background: #fe721d;
}

.sm-pricing-style-two .pricing-table .table-header h4{
  position: relative;
  display: block;
  font-size: 27px;
  line-height: 38px;
  /* font-family: 'Montserrat', sans-serif; */
  font-weight: 800;
  color: #0eaf96;
  transition: all 500ms ease;
}

.sm-pricing-style-two .pricing-table:hover .table-header h4{
  color: #fff;
}

.sm-pricing-style-two .pricing-table .table-header{
  position: relative;
  display: block;
  padding-bottom: 47px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 36px;
  transition: all 500ms ease;
}

.sm-pricing-style-two .pricing-table:hover .table-header{
  border-color: #4f65c5;
}

.sm-pricing-style-two .pricing-table .table-content li{
  position: relative;
  display: block;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #848484;
  padding: 10px 0px;
  margin-bottom: 5px;
  transition: all 500ms ease;
}

.sm-pricing-style-two .pricing-table:hover .table-content li{
  color: #fff;
}

.sm-pricing-style-two .pricing-table .table-content li:last-child{
  margin-bottom: 0px;
}

.sm-pricing-style-two .inner-content{
  position: relative;
}

.sm-pricing-style-two .inner-content:before{
  position: absolute;
  content: '';
  background: url(../img-2/icons/leaf.png);
  width: 348px;
  height: 360px;
  left: -160px;
  bottom: -47px;
  background-repeat: no-repeat;
}

.sm-pricing-style-two .anim-icon .icon-1 {
  background: url(../img-2/icons/anim-icon-19.png);
  width: 28px;
  height: 28px;
  right: 140px;
  top: 150px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.sm-pricing-style-two .anim-icon .icon-2 {
  background: url(../img-2/icons/anim-icon-18.png);
  width: 16px;
  height: 16px;
  right: 290px;
  top: 60%;
  background-repeat: no-repeat;
}

.sm-pricing-style-two .anim-icon .icon-3 {
  background: url(../img-2/icons/anim-icon-23.png);
  width: 19px;
  height: 32px;
  left: 180px;
  top: 40%;
  background-repeat: no-repeat;
}
.sm-pricing-style-two .tabs-box .tab-btns {
    padding-top: 0;
}


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

.nav-style-one .owl-nav .owl-prev {
  width: 60px;
  height: 50px;
  position: relative;
  display: inline-block;
  background: transparent;
  top: 0;
  left: 15px !important;
  cursor: pointer;
  transition: all 500ms ease;
}

.nav-style-one .owl-nav .owl-prev:before {
  left: auto;
  content: '';
  position: absolute;
  top: 18.5px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #cccccc;
  border-left: 2px solid #cccccc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .7s cubic-bezier(.2, .96, .34, 1);
  -o-transition: .7s cubic-bezier(.2, .96, .34, 1);
  transition: .7s cubic-bezier(.2, .96, .34, 1);
  right: 6px;
}

.nav-style-one .owl-nav .owl-prev:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%) scaleX(1);
  -ms-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  width: 25px;
  height: 2px;
  background: #cccccc;
  -webkit-transition: .7s cubic-bezier(.2, .96, .34, 1);
  -o-transition: .7s cubic-bezier(.2, .96, .34, 1);
  transition: .7s cubic-bezier(.2, .96, .34, 1);
}

.nav-style-one .owl-nav .owl-next {
  width: 60px;
  height: 50px;
  position: relative;
  display: inline-block;
  background: transparent;
  top: 0;
  left: -15px !important;
  cursor: pointer;
  transition: all 500ms ease;
}

.nav-style-one .owl-nav .owl-next:before {
  left: auto;
  content: '';
  position: absolute;
  top: 18.5px;
  right: 3px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .7s cubic-bezier(.2, .96, .34, 1);
  -o-transition: .7s cubic-bezier(.2, .96, .34, 1);
  transition: .7s cubic-bezier(.2, .96, .34, 1);
  border-top: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
}

.nav-style-one .owl-nav .owl-next:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 3px;
  -webkit-transform: translateY(-50%) scaleX(1);
  -ms-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  width: 25px;
  height: 2px;
  background: #cccccc;
  -webkit-transition: .7s cubic-bezier(.2, .96, .34, 1);
  -o-transition: .7s cubic-bezier(.2, .96, .34, 1);
  transition: .7s cubic-bezier(.2, .96, .34, 1);
}

.nav-style-one .owl-nav .owl-prev:hover {
  left: 0px !important;
}

.nav-style-one .owl-nav .owl-prev:hover:before {
  border-color: #fe721d;
}

.nav-style-one .owl-nav .owl-prev:hover:after {
  width: 45px;
  background: #fe721d;
}

.nav-style-one .owl-nav .owl-next:hover {
  left: 0px !important;
}

.nav-style-one .owl-nav .owl-next:hover:before {
  border-color: #fe721d;
}

.nav-style-one .owl-nav .owl-next:hover:after {
  width: 45px;
  background: #fe721d;
}


/** sm-cta-section **/

.sm-cta-section {
    position: relative;
    display: block;
    padding: 140px 0px 150px 0px;
    background: url(../img-2/bg-3.png);
    text-align: center;
}

.sm-cta-section .inner-box .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  background: transparent;
  text-align: left;
  width: 208px;
  margin: 0px 12px;
  line-height: 20px;
  padding: 11px 20px 15px 65px;
  border: 2px solid #fff;
  border-radius: 3px;
	z-index: 1;
	transition: all 900ms ease;
}

.sm-cta-section .inner-box .btn-box a:before{
	position: absolute;
	content: '';
	background-color: #47c1ff;
	border-radius: 3px;
	width: 0%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
	transition: all 500ms ease;
}

.sm-cta-section .inner-box .btn-box a:hover:before{
	width: 100%;
}

.sm-cta-section .inner-box .btn-box a:hover{
  border-color: #47c1ff;
	background-color: #47c1ff;
}

.sm-cta-section .inner-box .btn-box a i{
  position: absolute;
  left: 28px;
  top: 18px;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
}

.sm-cta-section .inner-box .btn-box a span{
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #fff;
}

.sm-cta-section .inner-box h1{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 29px;
}

.sm-cta-section .inner-box .text{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 41px;
}

.sm-cta-section .anim-icon .icon-1 {
  background: url(../img-2/icons/Shape-4-1.png) no-repeat;
  width: 170px;
  height: 165px;
  left: 70px;
  top: -68px;
}

.sm-cta-section .anim-icon .icon-2 {
  background: url(../img-2/icons/Shape-5-1.png) no-repeat;
  width: 100px;
  height: 175px;
  right: 0px;
  bottom: 30px;
}


/** sm-news-section **/

.sm-news-section {
    position: relative;
    display: block;
    padding: 110px 0px 08px 0px;
    text-align: center;
}

.sec-title h1 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: #3b3b3b;
}
.sec-title h4 {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #0eaf96;
    text-transform: uppercase;
    margin-bottom: 21px;
}

.sm-news-section:after {
  position: absolute;
  content: '';
  background: url(../img-2/icons/shap-21.png);
  width: 410px;
  height: 410px;
  left: 100px;
  top: -200px;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}


.sm-news-section .top-content{
  position: relative;
  display: block;
  margin-bottom: 57px;
}

.sm-news-section .top-content .btn-box{
  position: relative;
  margin-top: 40px;
}

.sm-news-section .news-block-one{
  position: relative;
  display: block;
}

.sm-news-section .news-block-one .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.sm-news-section .news-block-one .lower-content {
    position: relative;
    display: block;
    padding: 33px 10px 20px 0px;
    text-align: left;
    box-shadow: none;
}

.sm-news-section .news-block-one .lower-content .post-date{
  position: relative;
  display: block;
  margin-bottom: 8px;
}

.sm-news-section .news-block-one .lower-content h3{
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #3b3b3b;
  margin-bottom: 21px;
}

.sm-news-section .news-block-one .lower-content h3 a{
  position: relative;
  display: inline-block;
  color: #3b3b3b;
}

.sm-news-section .news-block-one .lower-content h3 a:hover{
  color: #fe721d;
}

.sm-news-section .news-block-one .lower-content .text{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
}

.sm-news-section .overlay-style{
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  z-index: 2;
  opacity: 0;
  transition: all 900ms ease;    
}

.sm-news-section .overlay-style:before{
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  display: block;
  opacity: 0;
  text-align: center;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: top;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.80);
}

.sm-news-section .overlay-style:after{
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  display: block;
  opacity: 0;
  text-align: center;
  transform: perspective(400px) rotateX(90deg);
  transform-origin: bottom;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.80);
}

.sm-news-section .news-block-one:hover .overlay-style{
  opacity: 1;
}

.sm-news-section .news-block-one:hover .overlay-style:before{
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
  transition: all 700ms ease 100ms; 
}

.sm-news-section .news-block-one:hover .overlay-style:after{
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
  transition: all 700ms ease 300ms; 
}

.sm-news-section .news-block-one img {
  width: 100%;
  transform: scale(1.01);
  transition: all 700ms ease;
}

.sm-news-section .news-block-one:hover img {
  transform:scale(1.2) rotate(2deg);  
}

.sm-news-section .news-block-one .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 10;
    transform: translate3d(0px, -100%, 0px);
    transition: all 700ms ease 300ms;
}

.sm-news-section .news-block-one:hover .overlay{
  transition: all 700ms ease 500ms;
  transform: translate3d(0px, 0px, 0px);      
}

.sm-news-section .news-block-one .overlay .box{
  display: table;
  width: 100%;
  height: 100%;
}
.sm-news-section .news-block-one .overlay .box .link-icon{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.sm-news-section .news-block-one .overlay .box .link-icon a i:before{
  display: inline-block;
  color: #ffffff;
  font-size: 35px;
  line-height: 35px;
  transition: all 500ms ease;
}

.sm-news-section .news-block-one .overlay .box .link-icon a:hover i:before{
  color: #fe721d;    
}

.sm-news-section .anim-icon .icon-1 {
  background: url(../img-2/icons/anim-icon-23.png);
  width: 19px;
  height: 32px;
  left: 230px;
  top: 160px;
  background-repeat: no-repeat;
}

.sm-news-section .anim-icon .icon-2 {
  background: url(../img-2/icons/anim-icon-17.png);
  width: 20px;
  height: 20px;
  left: 50%;
  top: 80px;
  background-repeat: no-repeat;
}

.sm-news-section .anim-icon .icon-3 {
  background: url(../img-2/icons/anim-icon-18.png);
  width: 16px;
  height: 16px;
  right: 70px;
  top: 280px;
  background-repeat: no-repeat;
}

.sm-news-section .anim-icon .icon-4 {
  background: url(../img-2/icons/anim-icon-19.png);
  width: 28px;
  height: 28px;
  right: 260px;
  top: 50%;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.sm-news-section .anim-icon .icon-5 {
  background: url(../img-2/icons/anim-icon-16.png);
  width: 28px;
  height: 28px;
  left: 50px;
  top: 50%;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}











.sm-service-style-three .owl-theme .owl-dots .owl-dot span{
  position: relative;
  background: #e4e9f5;
  border: none;
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin: 7px 7px 0px 7px;
  transition: all 500ms ease;
}

.sm-service-style-three .owl-theme .owl-dots .owl-dot.active span,
.sm-service-style-three .owl-theme .owl-dots .owl-dot span:hover{
  background: #fe721d;
  border: none;
}

.sm-service-style-three .owl-dots{
  margin-top: 50px;
}
.owl-dot {
    display: inline-block;
}
.sm-service-style-three .owl-dots {
    margin-top: 50px;
    overflow: visible;
    z-index: 900000000000;
    display: none;
}
.sm-testimonial-style-four .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: block !important;
}




/* style two */
.filter-tabs {
    margin: 0;
    margin-bottom: 40px;
}

.filter-tabs li {
    padding: 0;
    margin: 0px 7px 10px;
}

.filter-tabs li.active {}

.filter-tabs li span {
    color: #464646;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 8px 40px;
    border-radius: 21px;
    font-family: 'Poppins', sans-serif;
    display: block;
    cursor: pointer;
    transition: .5s ease;
}

.filter-tabs li:last-child span {
    border-right: 0px;
}

.filter-tabs li:hover span,
.filter-tabs li.active span {
    color: #000000;
    background: #f7f7f7;
    border-color: #0a0a0a;
    transition: .5s ease;
}

.filter-tabs li span i {
    font-size: 14px;
    margin-right: 5px;
}

.projects-block-one.mix {
    display: none;
}


/* projects block one */

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

.projects-block-one .inner-box {
    position: relative;
}

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

.projects-block-one .image img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}

.projects-block-one:hover .image img {
    transform: scale(1);
}

.projects-block-one .image::before {
    background: #1e2125;
    bottom: 0px;
    content: "";
    left: 0px;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    transition: all 0.4s ease-in-out 0s;
}

.projects-block-one:hover .image::before {
    opacity: 0.8;
}

.projects-block-one .overlay a {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 60px;
    margin: 0 5px;
    line-height: 60px;
    opacity: 0;
    display: inline-block;
    text-align: center;
    transform: translateX(0%) translateY(-30%) scale(0.5);
    transition: all 0.4s ease 0s;
    width: 60px;
}

.projects-block-one .overlay a:hover {
    background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
    color: #000;
}

.projects-block-one:hover .overlay a {
    opacity: 1;
    transform: translateX(0) translateY(0%) scale(1);
}

.projects-block-one .overlay {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    z-index: 10;
}

.projects-block-one:hover .overlay {
    opacity: 1;
}

.projects-block-one .caption-title {
    bottom: 20px;
    left: 20px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    z-index: 12;
}

.projects-block-one:hover .caption-title {
    opacity: 1;
}

.projects-block-one .caption-title h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
    font-family: 'Poppins', sans-serif;
}

.projects-block-one .caption-title h4 a {
    color: #fff;
}

.projects-block-one:hover .caption-title h4,
.projects-block-one:hover .caption-title span {
    transform: translateX(0px);
}

.projects-block-one .caption-title span {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
    text-transform: capitalize;
}

.projects-block-one .caption-title-two {
    padding-top: 20px;
    padding-left:  30px;
    padding-bottom:  20px;
    border: 1px solid #ecf0f6;
}

.projects-block-one .caption-title-two h4 {
    font-family: 'Poppins', sans-serif;
}

.projects-block-one .caption-title-two h4 a {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.projects-block-one .caption-title-two span {
    font-size: 15px;
    line-height: 16px;
    font-weight: 500;
    text-transform: capitalize;
}



/* projects block two */

.projects-block-two {
    position: relative;
    padding: 0;
}

.projects-block-two .inner-box {
    position: relative;
}

.projects-block-two .image img {
    width: 100%;
}

.projects-block-two .image::before {
    background: #1e2125;
    bottom: 0px;
    content: "";
    left: 0px;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    transition: all 0.4s ease-in-out 0s;
}

.projects-block-two:hover .image::before {
    opacity: 0.8;
}

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

.projects-block-two .image img {
    transition: .5s ease;
}

.projects-block-two:hover .image img {
    transform: translateX(0%) translateY(-90px) scale(1);
}

.projects-block-two .overlay a {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 60px;
    margin: 0 5px;
    line-height: 60px;
    opacity: 0;
    display: inline-block;
    text-align: center;
    transform: translateX(0%) translateY(-30%) scale(0.5);
    transition: all 0.4s ease 0s;
    width: 60px;
}

.projects-block-two .overlay a:hover {
    background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
    color: #000;
}

.projects-block-two:hover .overlay a {
    opacity: 1;
    transform: translateX(0) translateY(0%) scale(1);
}

.projects-block-two .overlay {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    margin-top: -46.5px;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    z-index: 10;
}

.projects-block-two:hover .overlay {
    opacity: 1;
}

.projects-block-two .caption-title {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    z-index: 12;
    background-color: white;
    width:  100%;
    padding: 16px 30px 20px;
}

.projects-block-two:hover .caption-title {
    opacity: 1;
}

.projects-block-two .caption-title h4 {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
    font-family: 'Poppins', sans-serif;
}

.projects-block-two .caption-title h4 a {
    color: #222;
}

.projects-block-two:hover .caption-title h4,
.projects-block-two:hover .caption-title span {
    transform: translateX(0px);
}

.projects-block-two .caption-title span {
    color: #848484;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
    text-transform: capitalize;
}


/* projects block three */

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

.projects-block-three .inner-box {
    position: relative;
}

.projects-block-three .image img {
    width: 100%;
    transition:  .5s ease;
}

.projects-block-three:hover .image img {
    transform: scale(1.1);
}

.projects-block-three .image::before {
    background: #1e2125;
    bottom: 0px;
    content: "";
    left: 0px;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    transition: all 0.4s ease-in-out 0s;
}

.projects-block-three:hover .image::before {
    opacity: 0.8;
}

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

.projects-block-three .overlay a {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 60px;
    margin: 0 5px;
    line-height: 60px;
    opacity: 0;
    display: inline-block;
    text-align: center;
    transform: translateX(0%) translateY(-30%) scale(0.5);
    transition: all 0.4s ease 0s;
    width: 60px;
}

.projects-block-three .overlay a:hover {
    background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
    color: #000;
}

.projects-block-three:hover .overlay a {
    opacity: 1;
    transform: translateX(0) translateY(0%) scale(1);
}

.projects-block-three .overlay {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    margin-top: -40px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    z-index: 10;
}

.projects-block-three:hover .overlay {
    opacity: 1;
}

.projects-block-three .caption-title {
    bottom: 50%;
    margin-bottom: -65px;
    left: 0;
    width:  100%;
    text-align:  center;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    z-index: 12;
}

.projects-block-three:hover .caption-title {
    opacity: 1;
}

.projects-block-three .caption-title h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
    font-family: 'Poppins', sans-serif;
}

.projects-block-three .caption-title h4 a {
    color: #fff;
}

.projects-block-three:hover .caption-title h4,
.projects-block-three:hover .caption-title span {
    transform: translateX(0px);
}

.projects-block-three .caption-title span {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
    text-transform: capitalize;
}


/* projects block four */

.projects-block-four {
    position: relative;
    margin-bottom: 35px;
}

.projects-block-four .inner-box {
    position: relative;
}

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

.projects-block-four .image img {
    width: 100%;
    transition: .5s ease;
}

.projects-block-four:hover .image img {
    transform: rotateX(20deg) scale(1.1);
}

.projects-block-four .image::before {
    background: #1e2125;
    bottom: 0px;
    content: "";
    left: 0px;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    transition: all 0.4s ease-in-out 0s;
}

.projects-block-four:hover .image::before {
    opacity: 0.8;
}

.projects-block-four .overlay a {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 60px;
    margin: 0 5px;
    line-height: 60px;
    opacity: 0;
    display: inline-block;
    text-align: center;
    transform: translateX(0%) translateY(-30%) scale(0.5);
    transition: all 0.4s ease 0s;
    width: 60px;
}

.projects-block-four .overlay a:hover {
    background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
    color: #000;
}

.projects-block-four:hover .overlay a {
    opacity: 1;
    transform: translateX(0) translateY(0%) scale(1);
}

.projects-block-four .overlay {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    z-index: 10;
}

.projects-block-four:hover .overlay {
    opacity: 1;
}

.projects-block-four .caption-title {
    bottom: 20px;
    left: 20px;
    width: 100%;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    z-index: 12;
}

.projects-block-four:hover .caption-title {
    opacity: 1;
}

.projects-block-four .caption-title h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
    font-family: 'Poppins', sans-serif;
}

.projects-block-four .caption-title h4 a {
    color: #fff;
}

.projects-block-four:hover .caption-title h4,
.projects-block-four:hover .caption-title span {
    transform: translateX(0px);
}

.projects-block-four .caption-title span {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
    text-transform: capitalize;
}

.projects-block-four .read-more {
    position:  absolute;
    right: 50px;
    bottom: 10px;
}


/* projects block five */

.projects-block-five {
    position: relative;
}

.projects-block-five .inner-box {
    position: relative;
}

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

.projects-block-five .image img {
    position: relative;
    width: 100%;
    transition: .5s ease;
}

.projects-block-five:hover .image img {
    transform: rotateY(20deg) scale(1.1) translate(-10px, -10px);
}

.projects-block-five .caption-title {
    bottom: 70px;
    left: 75px;
    position: absolute;
    z-index: 12;
}

.projects-block-five .caption-title h4 a {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    display:  inline-block;
}

.projects-block-five .caption-title .text {
    color: #fff;
    margin-bottom: 10px;
    max-width: 580px;
}

.projects-block-five .read-more span {
    color: #fff;
}



/* projects block six */

.projects-block-six {
    position: relative;
    padding: 0px;
}

.projects-block-six .inner-box {
    position: relative;
}

.projects-block-six .image img {
    width: 100%;
    transition:  .5s ease;
}

.projects-block-six:hover .image img {
    transform: scale(1.1);
}

.projects-block-six .image::before {
    background: #1e2125;
    bottom: 0px;
    content: "";
    left: 0px;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    transition: all 0.4s ease-in-out 0s;
}

.projects-block-six:hover .image::before {
    opacity: 0.8;
}

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

.projects-block-six .overlay a {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 60px;
    margin: 0 5px;
    line-height: 60px;
    opacity: 0;
    display: inline-block;
    text-align: center;
    transform: translateX(0%) translateY(-30%) scale(0.5);
    transition: all 0.4s ease 0s;
    width: 60px;
}

.projects-block-six .overlay a:hover {
    background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
    color: #000;
}

.projects-block-six:hover .overlay a {
    opacity: 1;
    transform: translateX(0) translateY(0%) scale(1);
}

.projects-block-six .overlay {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    margin-top: -40px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    z-index: 10;
}

.projects-block-six:hover .overlay {
    opacity: 1;
}

.projects-block-six .caption-title {
    bottom: 50%;
    margin-bottom: -65px;
    left: 0;
    width:  100%;
    text-align:  center;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    z-index: 12;
}

.projects-block-six:hover .caption-title {
    opacity: 1;
}

.projects-block-six .caption-title h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
    font-family: 'Poppins', sans-serif;
}

.projects-block-six .caption-title h4 a {
    color: #fff;
}

.projects-block-six:hover .caption-title h4,
.projects-block-six:hover .caption-title span {
    transform: translateX(0px);
}

.projects-block-six .caption-title span {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
    text-transform: capitalize;
}





/* owl nav style one */

.owlnav-style-one .owl-nav {
    position:  absolute;
    right:  0;
    font-size: 20px;
}

.owlnav-style-one .owl-nav .owl-prev {
    display:  inline-block;
    padding: 0 10px;
    border-right: 1px solid #a4a4a4;
}

.owlnav-style-one .owl-nav .owl-next {
    display:  inline-block;
    padding: 0 10px;
}






/* portfolio style two */

.portfolio-style-two .row {
    margin: 0 -1px;
}

.portfolio-style-two .projects-block-one {
    padding: 1px;
    margin: 0;
}


/*** 

====================================================================
    Gallery Section
====================================================================

***/

.gallery-section .filter-list{
    position:relative;
    display:block;
    min-height:100px;   
}

.gallery-section .outer-box{
    position:relative;  
}

.gallery-section .filters{
    position:relative;
    margin-bottom:40px;
}

.gallery-section .filters li{
    position:relative;
    display:inline-block;
    padding:0px 0px;
    line-height:24px;
    color:#333333;
    cursor:pointer;
    text-transform:uppercase;
    letter-spacing:1px;
    background:none;
    font-size:14px;
    font-weight:700;
    margin:0px 20px 10px;
    transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
}

.gallery-section .filters li:first-child {
    margin-left: 0px;
}

.gallery-section .filters li:before{
    content:'';
    position:absolute;
    left: 0;
    top: 11px;
    width: 0%;
    height: 2px;
    background: #000000;
    opacity:0;
	transition: all 500ms ease;
}

.gallery-section .filters li.active:before,
.gallery-section .filters li:hover:before{
    opacity: 0.5;
	width: 100%;
}

.default-portfolio-item{
    position:relative;
    margin-bottom:30px;
}

.default-portfolio-item.mix{
    display:none;
}

.masonry-gallery .items-container{
    position:relative;
}

.masonry-gallery .masonry-item{
    position:relative;
}

.default-portfolio-item .inner-box{
    position:relative;
    display:block;
    width:100%;
    overflow:hidden;
}

.default-portfolio-item .image-box{
    position:relative;
    display:block;  
}

.default-portfolio-item .image-box img{
    position:relative;
    display:block;
    width:100%;
}

.default-portfolio-item .overlay-box{
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    padding:0px;
    opacity:0;
    text-align:center;
    color:#333333;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transform:scaleX(0);
    -ms-transform:scaleX(0);
    -o-transform:scaleX(0);
    -moz-transform:scaleX(0);
    transform:scaleX(0);
    z-index:10;
}

.default-portfolio-item:hover .overlay-box{
    top:0px;
    opacity:1;
    -webkit-transform:scaleX(1);
    -ms-transform:scaleX(1);
    -o-transform:scaleX(1);
    -moz-transform:scaleX(1);
    transform:scaleX(1);    
}

.default-portfolio-item .overlay-inner{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:table;
    vertical-align:middle;
    padding: 20px 20px;
    background: rgba(0, 0, 0, 0.65);
}

.default-portfolio-item .overlay-inner .overlay-content{
    position:relative;
    display:table-cell;
    vertical-align:middle;
    box-shadow: 0 0 20px #00000014;
}

.default-portfolio-item .overlay-inner .content-box{
    position:relative;
    padding: 15px 15px;
}

.default-portfolio-item .overlay-inner h3{
    position:relative;
    font-size:16px;
    font-weight:700;
    text-transform:uppercase;
    color:#333333;
    line-height:1.4em;
}

.default-portfolio-item .overlay-inner h3 a{
    color: #ffffff;
}

.default-portfolio-item .overlay-inner .text{
    position:relative;
    line-height:1.8em;
    font-size:13px;
    margin-top:5px;
    color: #eee;
}

.gallery-section .view-all{
    position:relative;
    text-align:center;  
}

.gallery-section .view-all .theme-btn{
    padding-left:50px;
    padding-right:50px;
    font-weight: 600;
}

.fancybox-next span,
.fancybox-prev span{
    background-image:none !important;
    width:44px !important;
    height:44px !important;
    line-height:44px !important;
    text-align:center;
}

.fancybox-next span:before,
.fancybox-prev span:before{
    content:'';
    position:absolute;
    font-family: 'FontAwesome';
    left:0px;
    top:0px;
    font-size:12px;
    width:44px !important;
    height:44px !important;
    line-height:44px !important;
    background-color:rgba(28,28,28,0.40) !important;
    color:#ffffff;
    visibility:visible;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.fancybox-next span:before{
    content:'\f178';
}

.fancybox-prev span:before{
    content:'\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before{
    background-color:#ffffff !important;
    color:#000000;  
}

.fancybox-type-image .fancybox-close{
    right:0px;
    top:0px;
    width:45px;
    height:45px;
    background:url(../images/icons/icon-cross.png) center center no-repeat;
    background-color:rgba(17,17,17,0.50) !important;    
}

.fancybox-type-image .fancybox-close:hover{
    background-color:#000000 !important;    
}

.fancybox-type-image .fancybox-skin {
    padding:0px !important; 
}


.gallery-section .outer-box {
    max-width: 1500px;
    margin: 0 auto;
}


/* project details */

.project-information {
    position: relative;
    border: 1px solid #e5e9f2;
    padding: 40px 30px;
}

.project-information h4 {
    font-size: 22px;
    color: #222;
    margin-bottom: 30px;
}

.project-information ul li {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #848484;
    margin-bottom: 12px;
}

.project-information ul li b {
    color: #222;
}

.sm-pricing-section .pricing-table .table-content ul {
    margin-bottom: 0;
}







/***

==================================================================
	Service Details
==================================================================

***/

.sm-service-details {
	position: relative;
}

.sm-service-details h1 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 20px;
}

.sm-service-details h3 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}

.sm-service-details img {
	width: 100%;
}

.sm-service-details .top-content {
	position: relative;
	margin-bottom: 60px;
}

.sm-service-details .middile-content {
	position: relative;
	margin-bottom: 60px;
}

/* Rquest callback Widget*/

.sm-service-details .sidebar .request-callback-widget {
	position: relative;
	background-color: #3648b2;
}

.sm-service-details .sidebar .request-callback-widget:before {
	position: absolute;
	content: '';
	bottom: 0px;
	right: 0;
	width: 164px;
	height: 292px;
	background: url(../img/pattern-4.png) no-repeat center;
}

.sm-service-details .sidebar .request-callback-widget .inner-box {
    position: relative;
    padding: 30px 30px 40px;
    margin-bottom: 0;
}

.sm-service-details .sidebar .request-callback-widget .text {
	color: rgba(255, 255, 255, .7);
	margin-bottom: 15px;
	line-height: 26px;
}

.sm-service-details .sidebar .request-callback-widget ul {
	margin-bottom: 25px;
}

.sm-service-details .sidebar .request-callback-widget ul li {
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	font-family: 'Muli', sans-serif;
	margin-bottom: 5px;
}

.sm-service-details .sidebar .request-callback-widget ul li span {
	margin-right: 10px;
	position: relative;
	top: 1px;
	color: #0faa97;
}

/* Brochure Widget*/

.sm-service-details .sidebar .brochure-widget {
	position: relative;
	border: 1px solid #f2f2f2;
	padding: 20px 30px 5px;
}

.sm-service-details .sidebar .brochure-widget a {
	position: relative;
	padding: 0px 40px;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Muli', sans-serif;
	color: #222;
	line-height: 18px;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 12px;
	border-bottom: 1px solid #f2f2f2;
}

.sm-service-details .sidebar .brochure-widget a:last-child {
	border-bottom: 0px;
}

.sm-service-details .sidebar .brochure-widget a strong {
	font-size: 16px;
	font-weight: 600;
}

.sm-service-details .sidebar .brochure-widget a span {
	position: absolute;
	left: 0;
	top: 2px;
	margin-right: 20px;
	color: #0eaf96;
	font-size: 32px;
}

/* category widget two */

.sm-service-details .sidebar .category-widget-two {
}

.sm-service-details .sidebar .category-widget-two li {
	position: relative;
	margin-bottom: 10px;
}

.sm-service-details .sidebar .category-widget-two li:last-child {
	margin-bottom: 0px;
}

.sm-service-details .sidebar .category-widget-two li a {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Muli', sans-serif;
	display: block;
	color: #1a224d;
	background: #fff;
	border: 1px solid #e6e6e6;
	padding: 13px 22px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sm-service-details .sidebar .category-widget-two li.active a {
    border-color: #3648b2;
    border-left: 3px solid #ff4747;
    background: #3648b2;
    color: #fff !important;
}

.sm-service-details .sidebar .category-widget-two li a:hover {
	color: #ff4747;
}

/* Author Widget */

.sm-service-details .sidebar .author-widget {
	position: relative;
}

.sm-service-details .sidebar .author-widget .inner-box {
	position: relative;
	border: 1px solid #e6e6e6;
	padding: 50px 30px;
	text-align: center;
}

.sm-service-details .sidebar .author-widget .inner-box:before {
	position: absolute;
	content: '';
	background: #3648b2;
	left: 0;
	top: 0;
	width: 100%;
	height: 120px;
}

.sm-service-details .sidebar .author-widget .image {
	margin-bottom: 30px;
}

.sm-service-details .sidebar .author-widget .image img {
	position: relative;
	border-radius: 50%;
}

.sm-service-details .sidebar .author-widget h4 {
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 8px;
}

.sm-service-details .sidebar .author-widget .text {
	margin-bottom: 5px;
}

/* News widget */

.sm-service-details .sidebar .news-widget {
	position: relative;
}

.sm-service-details .sidebar .news-widget .inner-box {
	position: relative;
	padding-left: 120px;
	padding-bottom: 40px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}

.sm-service-details .sidebar .news-item:last-child .inner-box {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px;
}

.sm-service-details .sidebar .news-widget .inner-box .image {
	position: absolute;
	left: 0;
	top: 0;
}

.sm-service-details .sidebar .news-widget .inner-box .date {
	font-size: 14px;
	position: relative;
	margin-top: 5px;
	display: inline-block;
}

.sm-service-details .sidebar .news-widget .inner-box h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
}

.sm-service-details .sidebar .news-widget .inner-box h4 a {
	color: #1a224d;
	transition: .5s ease;
}

.sm-service-details .sidebar .news-widget .inner-box h4 a:hover {
	color: #ff4747;
}

/* Call Out widget */
.sm-service-details .sidebar .call-out-widget .inner-box {
	position: relative;
	padding: 110px 40px;
	background-size: cover;
}

.sm-service-details .sidebar .call-out-widget .inner-box h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
}

/* Social link widget */
.sm-service-details .sidebar .social-link-widget {
	position: relative;
}

.sm-service-details .sidebar .social-icon-one {
	margin: 0 -4px;
}

.sm-service-details .sidebar .social-icon-one li {
	margin: 0 4px 10px;
}

.sm-service-details .sidebar .social-link-widget li a {
	font-size: 18px;
	color: #1a224d;
	border: 1px solid #e6e6e6;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	display: inline-block;
}

.sm-service-details .mb-50 {
    margin-bottom: 50px !important;
}

.sm-service-details .text {
    font-size: 15px;
    color: #808080;
}
.sm-service-details .mb-80 {
    margin-bottom: 80px !important;
}
.sm-service-details .mb-30 {
    margin-bottom: 30px !important;
}
/*
================================== 
3.list style
==================================
*/

.sm-service-details .list-style-one {
	position: relative;
}

.sm-service-details .list-style-one li {
	position: relative;
	color: #111;
	font-size: 18px;
	font-weight: 400;
	padding-left: 28px;
	margin-bottom: 15px;
}

.sm-service-details .list-style-one li:before {
	position: absolute;
	content: "\f058";
	left: 0px;
	top: 0px;
	font-size: 16px;
	color: #3648b2;
	font-family: 'Font Awesome 5 Free';
}


.sidebar-widget.category-widget {
    background: #f5f5f7;
    padding: 30px;
}


.category-widget ul li {
    position: relative;
    margin-bottom: 10px;
}

.category-widget ul li a {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    display: block;
    color: #1a224d;
    background: #fff;
    border-left: 3px solid #fff;
    padding: 13px 22px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.category-widget ul li.active a {
    border-color: #0eaf96;
    background: #3648b2;
    color: #fff !important;
}

.theem-btn.ex_btn-style-two {
    position: relative;
    padding: 16px 55px;
    border-radius: 0px;
    line-height: 24px;
    color: #403ab4;
    text-align: center;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    background: #ffffff;
    letter-spacing: 1px;
    text-transform: capitalize;
    border: 2px solid #ffffff;
}

.theem-btn.ex_btn-style-two:hover {
    color: #ffffff;
    background: #101010 !important;
    border-color: #101010 !important;
    outline: 1px dashed #ffffff;
    outline-offset: -5px;
}
.sidebar-title.light h3 {
    color: #fff;
}

.up{
    padding: 0px 0 80px!important;
}
.dw {
    padding: 110px 0 0px!important;
}
.mr{
    padding: 0px 0 0px!important;
}
.darkpricing .pricing-table {
    position: relative;
    display: block;
    padding: 63px 60px 55px 60px;
    box-shadow: 0 23px 50px rgba(34, 34, 34, 0.35);
    border-radius: 15px;
    min-height: 631px;
}













@media screen and (max-width: 1600px) {
.banner-section-two_ex .content-column .inner-column {
    padding-bottom: 300px !important;
}
.banner-section-one .content-box {
    max-width: 100% !important;
    padding: 250px 0 200px !important;
}
.banner-section-one .layer-outer {
    top: 0 !important;
    width: 100% !important;
}
.banner-section-one .video-box .video-link {
    right: unset !important;
    left: 0 !important;
    z-index: 1;
}
.banner-section-one .layer-outer {
    right: -40px !important;
    bottom: 120px !important;
    width: 100% !important;
}
.sm-banner-section-two.style-four .image-box {
    margin: 0;
}

}








@media screen and (max-width: 991px) {


#text-4 {
    left: 0 !important;
}
#text-5 {
    left: 0 !important;
}
.fluid-section-two .image-column {
    position: relative;
    width: 100%;
}
.fluid-section-two .content-column {
    width: 100%;
}
.fluid-section-two .content-column .content-box {
    max-width: 100%;
    padding-top: 0 !important;
}
.fluid-section-two {
    padding-bottom: 0;
    padding-top: 0;
}
.pricing-section.style-three .pricing-tabs .tabs-content .tab .price-block:nth-child(2) {
    transform: translateY(-0px) !important;
}
.faq-fluid-section .image-column {
    position: relative;
    width: 100%;
    padding: 0px 15px;
}
.faq-fluid-section .content-column {
    width: 100%;
}
.faq-fluid-section .content-column .content-box {
    max-width: 100%;
}
.faq-fluid-section .image-column .image {
    margin-left: 0;
}
.faq-fluid-section .image-column .inner-column {
    padding-right: 0;
}
.faq-fluid-section .image-column .image img {
    max-width: 100%;
}
.features-section-ten .sec-title {
	text-align: left !important;
}
.anim-icon, .banner-section .content-box:before, .banner-section .content-box:after, .testimonial-style-three:before {
    display: none !important;
}
.sm-banner-section-two {
    padding-bottom: 200px !important;
}
.sm-banner-section-two .image-box {
    display: none !important;
}
.sm-feature-style-three.home-4 .image-box .image-2 {
    left: 0;
    bottom: 0;
    position: relative;
}
.sm-feature-style-three.home-4 .image-box .image-3 {
    top: 0;
    right: 0;
    position: relative;
}
.sm-feature-style-three .image-box {
    margin-bottom: 50px;
}
.sm-feature-style-three .image-box .image-1 {
    float: none !important;
}
.sm-feature-style-three .image-box:before {
    display: none;
}
.sm-feature-style-five .image-box img {
    float: none !important;
    max-width: 100%;
}
.sm-feature-style-six .image-box {
    margin: 0px;
}
.sm-feature-style-five .image-box {
    right: 0 !important;
}
.sm-feature-style-six .image-box .image-2 {
    position: relative;
    right: 0px;
    bottom: 0px;
    margin-top: 30px;
    text-align: center;
}
.sm-feature-style-six {
    padding-top: 0;
}
.sm-about-section .image-box {
    margin-left: 0;
    margin-top: 50px;
}
.sm-about-section .image-box:before {
    display: none;
}
.sm-pricing-section .tab-btn-box .tab-btns {
    position: relative;
    bottom: 0;
    left: 0px;
    padding-top: 0;
    margin-bottom: 70px;
    margin-top: 0;
}
.sm-pricing-section .sec-title {
    position: relative;
    margin-bottom: 0;
}
.sm-pricing-section .lower-content:before {
    display: none;
}
.sm-subscribe-section .inner-content .form-group {
    position: relative !important;
    max-width: 100% !important;
    margin-bottom: 15px;
    float: none;
}
.sm-testimonial-section .inner-content {
    margin: 0px 0px;
}
.banner-section-four {
    padding: 100px 0 0px !important;
}
.banner-section-two_ex .image-2 img {
    margin-top: 0;
}
.banner-section-two_ex .image-column .inner-column {
    margin-right: 0;
}
.banner-section-two_ex .image-column .inner-column .image.image-2 {

    margin-left: 0;
}
.app-block:nth-child(2) {
    margin-left: 0 !important;
}
.services-section-four {
    padding: 180px 0px 0px !important;
}
.app-section-two .image-column .inner-column .image {
    margin-left: 0;
}
.app-section-two .title-column .inner-column {
    padding-top: 60px !important;
    padding-left: 0 !important;
}
.app-section.style-two .title-column .inner-column {
    padding-top: 0 !important;
}
.app-section-two {
    padding-bottom: 0 !important;
}
.fluid-section-one .content-column {
    width: 100% !important;
}
.fluid-section-one .content-column .content-box {
    max-width: 100% !important;
}
.fluid-section-one .image-column {
    position: relative !important;
    width: 100% !important;
}
.fluid-section-one .image-column .inner-column {
    margin-left: 0 !important;
}
.testimonial-section-three .authors-column .inner-column {
    margin-left: 0 !important;
}
.testimonial-section-three .image-two {
    left: 300px !important;
}
.testimonial-section-three .carousel-column .inner-column {
    margin-left: 0 !important;
    padding-top: 100px;
}
.fluid-section-one .image-column .image img {
    max-width: 100% !important;
}
.banner-section-two_ex .image-column {
    display: none;
}
.fluid-section-one .content-column {
    padding: 15px 15px 15px 15px !important;
}
.pricing-section {
    margin-top: 100px;
}
.app-info-section {
    padding-bottom: 150px !important;
}
.filter-tabs li span {
    padding: 0 !important;
}
.banner-section-one .content-box {
    max-width: 100% !important;
    padding: 250px 0 200px !important;
}
.banner-section-one .layer-outer {
    top: 0 !important;
    width: 100% !important;
}
.banner-section-one .video-box .video-link {
    right: unset !important;
    left: 0 !important;
}
.banner-section-one .layer-outer {
    right: -40px !important;
    bottom: 120px !important;
    width: 100% !important;
}
.fullwidth.mm.portfolio-section {
    padding-top: 120px !important;
}
.about-section-three .sec-title {
    margin-bottom: 60px;
    text-align: left !important;
}
.about-section-two.curve-border-bottom {
    padding-top: 0;
}
.clients-section.style-two {
    padding-top: 0;
}
.kc-row-container.kc-container.dd .kc-elm {
    width: 100%;
}
.kc-row-container.kc-container.dd .kc-elm {
    width: 100%;
}
.dw.sm-service-details.sp-two {
    padding-top: 0 !important;
}
.mm.portfolio-section {
    padding-top: 120px !important;
}
.sm-banner-section-two.style-four {
    padding: 150px 0px 200px 0px !important;
}








}








@media screen and (max-width: 767px) {

.app-screenshots-section .slide figure.image {
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
}
.sm-banner-section .image-box {
    display: none;
}
.dark .filter-tabs li span {
	padding: 0px 0px;
	background: transparent !important;
}
.banner-section-two_ex {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.testimonial-block-five .inner-box .text {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.testimonial-section-five_ex .owl-nav {
    display: none;
}
.timer-box .subscribe-box .subscribe-form button {
    position: relative !important;
    top: 10px !important;
}
.timer-box .subscribe-box .subscribe-form input[type="email"] {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.sm-testimonial-style-four .content-box {
    margin: 60px 30px !important;
}
.sm-testimonial-style-four .inner-box {
    margin-right: 0 !important;
}

}
@media only screen and (max-width: 599px){
	.sm-banner-section-two.style-four .content-box h1 {
		font-size: 40px;
		line-height: 45px;
	}
	.fluid-section-one .image-layer {
		top: -50px !important;
	}
	.sm-pricing-style-three .tabs-box .tab-btns .tab-btn {
		margin-bottom: 15px;
	}
	.sm-cta-section .inner-box .btn-box a {
		margin-bottom: 15px;
	}
	
}
@media only screen and (max-width: 499px){
	.sm-banner-section-two.style-four .content-box .btn-box a:first-child {
		margin-bottom: 15px;
	}
}
#categories-2 li a {
    width: 80% !important;
}
#saasweb_gallery-4 {
    margin-bottom: 40px;
}

.up.features-section-six {
    position: relative;
    padding: 0px 0 120px!important;
}
.dw.features-section-six {
    position: relative;
    padding: 150px 0 0px!important;
}

.sm-feature-style-six .image-box .image-1{
	animation: none !important;
	transform: translate(0px) !important;
}

.sm-feature-style-six .image-box{
	margin: 0px !important;
}





.two.services-section-six .scrol-icon.scroll-to-target {
    display: none;
}




