/***************************************************************************************************************
||||||||||||||||||||||||||||||       MASTER STYLESHEET FOR onevo             |||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************
* 1. imported styles 
* 2. miscelnious styles 
* 3. header styles 
* 4. banner styles 
* 5. footer styles 
* 6. contact styles 
* 7. brand styles 
* 8. testimonials styles 
* 9. blog styles 
* 10. video styles 
* 11. pricing styles 
* 12. funfact styles 
* 13. features styles 
* 14. portfolio styles 
* 15. team styles 
* 16. service styles 
* 17. about styles 
* 18. hidden sidebar styles 
* 19. parallax styles 
* 20. video header styles 
* 21. inner title styles 
* 22. sidebar styles 
* 23. home page two styles 
* 24. home page three styles 
* 25. home page four styles 
****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/
/************************** 
* 1. imported styles 
***************************/
@import url(https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,800,900);
@import url(bootstrap.min.css);
@import url(bootstrap-select.min.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(nouislider.css);
@import url(nouislider.pips.css);
@import url(jquery.bootstrap-touchspin.css);
@import url(magnific-popup.css);
@import url(animate.min.css);
@import url(hover-min.css);
@import url(jquery.bxslider.min.css);
@import url(../plugins/icofont/css/icofont.css);
@import url(../plugins/bands-icon/style.css);
@import url(../plugins/fontawesome-5/css/fontawesome-all.min.css);
@import url(../plugins/flaticon/flaticon.css);
/************************** 
* 2. miscelnious styles 
***************************/
body {
  font-family: 'Heebo';
  color: #808891;
  font-size: 16px;
  line-height: 29px;
}

a:hover,
a:visited,
a:focus,
a:active {
  text-decoration: none !important;
  outline: none !important;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: inherit;
  font-style: normal;
  line-height: inherit;
  margin-left: 0px;
  color: inherit;
}

.container {
  -webkit-transition: none;
  transition: none;
}

@media (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.light-dark-bg {
  background: #222223;
}

.dark-bg {
  background: #000000;
}

.sec-pad {
  padding: 125px 0 120px;
}

.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.sec-title {
  margin-top: -5px;
  margin-bottom: 60px;
}
.sec-title h3 {
  margin: 0;
  font-size: 47px;
  line-height: 55px;
  color: #2C3035;
  font-weight: normal;
}
.sec-title span {
  color: #3396EC;
  font-size: 20px;
}
.sec-title span + h3 {
  margin-top: 13px;
}
.sec-title p {
  margin: 0;
  font-size: 18px;
  color: #808891;
  margin-top: 27px;
}
.sec-title.light h3 {
  color: #FFFFFF;
}
.sec-title.light p {
  color: #E6E8E9;
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #242C33;
  color: #fff;
  font-size: 17px;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.scroll-to-top:hover {
  background: #147DD8;
  color: #fff;
}

/*
****
only add this class to body
if preloader is on
other wise REMOVE IT.
****
*/
body.active-preloader-ovh {
  overflow: hidden;
}

.preloader {
  background-color: #3396EC;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/************************** 
* 3. header styles 
***************************/
.header {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  min-height: auto;
}
.header-navigation .container {
  background: transparent;
  position: relative;
  padding-right: 80px;
}
.header-navigation .container .navbar-brand {
  height: auto;
  padding: 4px 0;
  margin-left: 0;
}
.header-navigation .container .main-navigation {
  text-align: right;
  padding: 0;
}
.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-navigation .container .right-side-box a.sidemenu-btn {
  font-size: 27px;
  color: #fff;
}
.header-navigation ul.navigation-box {
  float: none;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid rgba(185, 185, 185, 0.23);
}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}
.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 7px 0;
}
.header-navigation ul.navigation-box > li.show-mobile {
  display: none;
}
@media (max-width: 450px) {
  .header-navigation ul.navigation-box > li.show-mobile {
    display: block;
  }
}
.header-navigation ul.navigation-box > li + li {
  margin-left: 50px;
}
.header-navigation ul.navigation-box > li > a {
  padding: 5px 0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  letter-spacing: 0em;
  position: relative;
}
.header-navigation ul.navigation-box > li > a:after {
  content: '';
  width: 0%;
  height: 3px;
  background: #79CD1C;
  position: absolute;
  bottom: -9px;
  left: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li.active > a,
.header-navigation ul.navigation-box > li.current > a,
.header-navigation ul.navigation-box > li > a:active,
.header-navigation ul.navigation-box > li > a:focus,
.header-navigation ul.navigation-box > li:hover > a {
  color: #3396EC;
}
.header-navigation ul.navigation-box > li.active > a:after,
.header-navigation ul.navigation-box > li.current > a:after,
.header-navigation ul.navigation-box > li > a:active:after,
.header-navigation ul.navigation-box > li > a:focus:after,
.header-navigation ul.navigation-box > li:hover > a:after {
  width: 100%;
}
.header-navigation ul.navigation-box > li > ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 200px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #F4F4F6;
  background-clip: padding-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 2px 10px rgba(34, 34, 34, 0.36);
          box-shadow: 0px 2px 10px rgba(34, 34, 34, 0.36);
}
.header-navigation ul.navigation-box > li > ul.sub-menu.right-align {
  left: auto;
  right: 0;
}
.header-navigation ul.navigation-box > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li {
  display: block;
  position: relative;
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li > a {
  font-size: 15px;
  color: #2d2d2d;
  padding: 8px 0;
  display: block;
  line-height: 26px;
  padding-left: 27px;
  white-space: nowrap;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu li + li {
  border-top: 1px solid #E2E2E2;
}
.header-navigation ul.navigation-box > li > .sub-menu li:hover > a {
  background: #3396EC;
  color: #fff;
  position: relative;
}
.header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 1000;
  float: left;
  min-width: 239px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #F4F4F6;
  background-clip: padding-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 2px 10px rgba(34, 34, 34, 0.36);
          box-shadow: 0px 2px 10px rgba(34, 34, 34, 0.36);
}
.header-navigation ul.navigation-box > li > .sub-menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu > li {
  display: block;
  position: relative;
}
.header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu > li > a {
  font-size: 16px;
  color: #2d2d2d;
  padding: 8px 0;
  display: block;
  line-height: 26px;
  padding-left: 27px;
  white-space: nowrap;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu > li > .sub-menu li + li {
  border-top: 1px solid #E2E2E2;
}
.header-navigation ul.navigation-box > li > .sub-menu > li > .sub-menu li:hover > a {
  background: #6270EA;
  color: #fff;
  position: relative;
}
.header-navigation.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  background: #0E0F1F;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
}
.header-navigation.stricky-fixed .container .navbar-brand {
  padding-top: 22px;
  padding-bottom: 22px;
}
.header-navigation.stricky-fixed ul.navigation-box {
  border-bottom: none;
}
.header-navigation.stricky-fixed ul.navigation-box > li {
  padding-top: 30px;
  padding-bottom: 30px;
}
.header-navigation.stricky-fixed ul.navigation-box > li > a {
  padding: 0;
}
.header-navigation.stricky-fixed ul.navigation-box > li.active > a:after, .header-navigation.stricky-fixed ul.navigation-box > li.current > a:after, .header-navigation.stricky-fixed ul.navigation-box > li > a:active:after, .header-navigation.stricky-fixed ul.navigation-box > li > a:focus:after, .header-navigation.stricky-fixed ul.navigation-box > li:hover > a:after {
  display: none;
}

.header.home-page-two .container {
  background: #FFFFFF;
  padding-left: 30px;
  padding-right: 110px;
}
.header.home-page-two .container .right-side-box {
  right: 30px;
}
.header.home-page-two .container .right-side-box a.sidemenu-btn,
.header.home-page-two .container ul.navigation-box > li > a {
  color: #2C3035;
}
.header.home-page-two .container ul.navigation-box > li {
  padding: 20px 0;
}
.header.home-page-two .container ul.navigation-box {
  border-bottom: 0;
}
.header.home-page-two .container ul.navigation-box > li > a:after {
  display: none;
}
.header.home-page-two .container ul.navigation-box > li.active > a, .header.home-page-two .container ul.navigation-box > li.current > a, .header.home-page-two .container ul.navigation-box > li > a:active, .header.home-page-two .container ul.navigation-box > li > a:focus, .header.home-page-two .container ul.navigation-box > li:hover > a {
  color: #3396EC;
}
.header.home-page-two .container .navbar-brand {
  padding: 22px 0;
}
.header.home-page-two .stricky-fixed {
  background-color: #fff;
}
.header.home-page-two .stricky-fixed .container .navbar-brand {
  padding: 17px 0;
}

.header.home-page-three {
  background: #6540c3;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6540c3), color-stop(100%, #d43296));
  background: -webkit-gradient(linear, left top, right top, from(#6540c3), to(#d43296));
  background: linear-gradient(to right, #6540c3 0%, #d43296 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6540c3', endColorstr='#d43296', GradientType=1 );
  position: relative;
  top: 0;
}
.header.home-page-three .container .right-side-box {
  right: 0px;
}
.header.home-page-three .container .right-side-box a.sidemenu-btn,
.header.home-page-three .container ul.navigation-box > li > a {
  color: #fff;
}
.header.home-page-three .container ul.navigation-box > li {
  padding: 24px 0;
}
.header.home-page-three .container ul.navigation-box {
  border-bottom: 0;
}
.header.home-page-three .container ul.navigation-box > li > a:after {
  background: #fff;
  bottom: -23px;
}
.header.home-page-three .container ul.navigation-box > li.active > a, .header.home-page-three .container ul.navigation-box > li.current > a, .header.home-page-three .container ul.navigation-box > li > a:active, .header.home-page-three .container ul.navigation-box > li > a:focus, .header.home-page-three .container ul.navigation-box > li:hover > a {
  color: #2D3136;
}
.header.home-page-three .container .navbar-brand {
  padding: 26px 0;
}
.header.home-page-three .stricky-fixed {
  background: inherit;
}
.header.home-page-three .stricky-fixed .container .navbar-brand {
  padding: 17px 0;
}

.header.home-page-five {
  background: #3197EE;
  position: relative;
  top: 0;
}
.header.home-page-five .container .right-side-box {
  right: 0px;
}
.header.home-page-five .container .right-side-box a.sidemenu-btn,
.header.home-page-five .container ul.navigation-box > li > a {
  color: #fff;
}
.header.home-page-five .container ul.navigation-box > li {
  padding: 20px 0;
}
.header.home-page-five .container ul.navigation-box {
  border-bottom: 0;
}
.header.home-page-five .container ul.navigation-box > li > a:after {
  background: #000000;
  bottom: -19px;
}
.header.home-page-five .container ul.navigation-box > li.active > a, .header.home-page-five .container ul.navigation-box > li.current > a, .header.home-page-five .container ul.navigation-box > li > a:active, .header.home-page-five .container ul.navigation-box > li > a:focus, .header.home-page-five .container ul.navigation-box > li:hover > a {
  color: #000000;
}
.header.home-page-five .container .navbar-brand {
  padding: 22px 0;
}
.header.home-page-five .stricky-fixed {
  background: inherit;
}
.header.home-page-five .stricky-fixed .container .navbar-brand {
  padding: 17px 0;
}

.header.home-page-six .navbar-header {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header.home-page-six .header-navigation .container .right-side-box {
  display: none;
}
.header.home-page-six .header-navigation .container {
  padding-right: 0;
  max-width: 970px;
}
.header.home-page-six .navbar-right {
  margin-right: 0;
}
.header.home-page-six .header-navigation ul.navigation-box {
  border-bottom: 0;
}
.header.home-page-six .header-navigation ul.navigation-box > li > a:after {
  display: none;
}
.header.home-page-six .right-side-box a.sidemenu-btn,
.header.home-page-six ul.navigation-box > li > a {
  color: #2C3035;
}
.header.home-page-six ul.navigation-box > li.active > a, .header.home-page-six ul.navigation-box > li.current > a, .header.home-page-six ul.navigation-box > li > a:active, .header.home-page-six ul.navigation-box > li > a:focus, .header.home-page-six ul.navigation-box > li:hover > a {
  color: #3396EC;
}
.header.home-page-six .stricky-fixed {
  background: #fff;
}

/************************** 
* 4. banner styles 
***************************/
#minimal-bootstrap-carousel {
  margin-top: 0px;
  position: relative;
  z-index: 991;
}

#minimal-bootstrap-carousel .carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  text-align: right;
  text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .container {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#minimal-bootstrap-carousel .carousel-caption .container .box {
  display: table-cell;
  text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
  vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
  vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
  vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .container .box .content {
  display: block;
}

#minimal-bootstrap-carousel .carousel-control {
  background: none;
  width: 59px;
  height: 59px;
  font-size: 48px;
  line-height: 59px;
  color: #fff;
  background: transparent;
  visibility: visible !important;
  opacity: 1;
  font-weight: normal;
  margin-top: -20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 50%;
  z-index: 99;
}
@media (max-width: 667px) {
  #minimal-bootstrap-carousel .carousel-control {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
  }
}

#minimal-bootstrap-carousel .carousel-control.left {
  left: 1%;
}

#minimal-bootstrap-carousel .carousel-control.right {
  right: 1%;
}

#minimal-bootstrap-carousel .carousel-control:hover {
  opacity: 1;
}

/* processing for fadeing effect styles */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* fixing slider height */
#minimal-bootstrap-carousel {
  overflow: hidden;
}
#minimal-bootstrap-carousel .custom-navigation {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: -95%;
  width: 100%;
  z-index: 999;
  margin: 0;
}
#minimal-bootstrap-carousel .custom-navigation,
#minimal-bootstrap-carousel .custom-navigation li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#minimal-bootstrap-carousel .custom-navigation li {
  border: 0;
  border-radius: 0;
  text-indent: 0;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #3396EC;
  opacity: 1;
  cursor: pointer;
}
#minimal-bootstrap-carousel .custom-navigation li + li {
  margin-top: 10px;
}
#minimal-bootstrap-carousel .custom-navigation li.active {
  background: #fff;
}

#minimal-bootstrap-carousel.slider-home-one .carousel-inner .item {
  min-height: 980px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #34424F;
}

.slider-home-one {
  position: relative;
}
.slider-home-one .content h3,
.slider-home-one .content p {
  margin: 0;
}
.slider-home-one .content h3 {
  font-weight: 300;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 72px;
  letter-spacing: .025em;
  margin-bottom: 15px;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}
.slider-home-one .content h3 span {
  font-weight: 500;
}
.slider-home-one .content p {
  font-size: 20px;
  color: #FFFFFF;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  margin-bottom: 50px;
}
.slider-home-one .content a.banner-btn {
  display: inline-block;
  vertical-align: middle;
  width: 210px;
  height: 58px;
  background: #FFFFFF;
  color: #2C3035;
  font-size: 16px;
  line-height: 58px;
  text-align: center;
  border-radius: 7px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.slider-home-one .content a.banner-btn:hover {
  background: #cccccc;
}
.slider-home-one .content a.banner-btn.style-two {
  background: #19C9D1;
  color: #fff;
  margin-left: 16px;
}
.slider-home-one .content a.banner-btn.style-two:hover {
  background: #149da3;
}

.banner-style-two {
  background: #F2F2F2 url(../img/banner-2-1.png) center center no-repeat;
  padding: 335px 0;
  padding-bottom: 260px;
}
.banner-style-two .owl-theme .owl-dots {
  text-align: left;
  padding-left: 32px;
  margin-top: 35px;
}
.banner-style-two .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: #FFFFFF;
  margin: 0 5px;
}
.banner-style-two .owl-theme .owl-dots .owl-dot.active span {
  background: #3396EC;
}
.banner-style-two .banner-carousel-two {
  background: rgba(0, 0, 0, 0.7);
  padding: 40px 0;
  padding-bottom: 40px;
}
.banner-style-two .banner-content {
  padding-left: 37px;
  padding-right: 35px;
}
.banner-style-two .banner-content h3,
.banner-style-two .banner-content p {
  margin: 0;
}
.banner-style-two .banner-content h3 {
  font-weight: 300;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 72px;
  letter-spacing: .025em;
}
.banner-style-two .banner-content h3 span {
  font-weight: 500;
}
.banner-style-two .banner-content p {
  font-size: 20px;
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 40px;
}
.banner-style-two .banner-content a.banner-btn {
  display: inline-block;
  vertical-align: middle;
  width: 210px;
  height: 58px;
  background: #FFFFFF;
  color: #2C3035;
  font-size: 16px;
  line-height: 58px;
  text-align: center;
  border-radius: 7px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.banner-style-two .banner-content a.banner-btn:hover {
  background: #cccccc;
}
.banner-style-two .banner-content a.banner-btn + .banner-btn {
  margin-left: 16px;
}
.banner-style-two .banner-content a.banner-btn.style-two {
  background: #3396EC;
  color: #fff;
}
.banner-style-two .banner-content a.banner-btn.style-two:hover {
  background: #147dd8;
}

.banner-style-four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #222 url(../img/banner-4-1.png) left center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 350px;
  padding-bottom: 435px;
}
.banner-style-four .container h3,
.banner-style-four .container p {
  margin: 0;
}
.banner-style-four .container h3 {
  color: #FFFFFF;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: .025em;
  font-weight: 300;
}
.banner-style-four .container h3 span {
  font-weight: 500;
}
.banner-style-four .container p {
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
  margin-top: 20px;
}
.banner-style-four .container a.video-popup {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  bottom: 200px;
  left: 150px;
  width: 90px;
  height: 90px;
  background: rgba(211, 219, 237, 0.35);
  border-radius: 50%;
  padding: 10px;
}
.banner-style-four .container a.video-popup .inner {
  display: inline-block;
  width: 70px;
  height: 70px;
  background: #FFFFFF;
  border-radius: 50%;
  text-align: center;
}
.banner-style-four .container a.video-popup .inner i {
  line-height: 70px;
  color: #0C7EE6;
  font-size: 15px;
}

.banner-style-six {
  background: #F1F1F1;
  padding-bottom: 125px;
  padding-top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-style-six .container h3 {
  margin: 0;
  color: #2C3035;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: .025em;
  font-weight: 300;
}
.banner-style-six .container h3 span {
  font-weight: 500;
}
.banner-style-six .container img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.banner-style-six .container a.banner-btn {
  margin-top: 50px;
  display: inline-block;
  vertical-align: middle;
  width: 210px;
  height: 58px;
  background: #3299EB;
  color: #fff;
  font-size: 16px;
  line-height: 58px;
  text-align: center;
  border-radius: 7px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-box-shadow: 0px 2px 10px rgba(34, 34, 34, 0.36);
          box-shadow: 0px 2px 10px rgba(34, 34, 34, 0.36);
}
.banner-style-six .container a.banner-btn:hover {
  background: #1064a7;
}

/************************** 
* 5. footer styles 
***************************/
.site-footer {
  background: #333335;
  padding-top: 80px;
  padding-bottom: 75px;
}
.site-footer .social {
  margin-top: 40px;
  margin-bottom: 30px;
}
.site-footer .social a {
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 33px;
  background: #3D3D41;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 33px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 50%;
}
.site-footer .social a:hover {
  color: #FFFFFF;
  background: #3196EE;
}
.site-footer .social a + a {
  margin-left: 10px;
}
.site-footer p.copy-text {
  margin: 0;
  color: #ECECEC;
  font-size: 16px;
}
.site-footer p.copy-text i.fa-heart {
  color: #79CE1C;
}
.site-footer.home-page-three .social a {
  position: relative;
}
.site-footer.home-page-three .social a:before {
  position: relative;
  z-index: 10;
}
.site-footer.home-page-three .social a:after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  background: #6540c3;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6540c3), color-stop(100%, #d43296));
  background: -webkit-gradient(linear, left top, right top, from(#6540c3), to(#d43296));
  background: linear-gradient(to right, #6540c3 0%, #d43296 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6540c3', endColorstr='#d43296', GradientType=1);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.site-footer.home-page-three .social a:hover {
  background-color: transparent;
}
.site-footer.home-page-three .social a:hover:after {
  opacity: 1;
}

/************************** 
* 6. contact styles 
***************************/
#home-page-one-google-map {
  width: 100%;
  height: 400px;
}

.contact-style-one {
  padding-bottom: 125px;
}
.contact-style-one .container {
  max-width: 970px;
}
.contact-style-one .contact-content {
  padding-top: 60px;
}
.contact-style-one .contact-content h3, .contact-style-one .contact-content p {
  margin: 0;
}
.contact-style-one .contact-content h3 {
  font-size: 28px;
  color: #2C3035;
  margin-bottom: 20px;
}
.contact-style-one p {
  font-size: 16px;
  line-height: 29px;
  color: #808891;
}
.contact-style-one .contact-info {
  margin-bottom: 15px;
}
.contact-style-one .contact-info p {
  font-size: 22px;
  color: #808891;
  line-height: 30px;
}
.contact-style-one .contact-info p span {
  color: #2C3035;
}
.contact-style-one .contact-form input, .contact-style-one .contact-form textarea {
  border: none;
  outline: none;
  background-color: #F1F1F1;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  width: 100%;
  display: block;
  height: 48px;
  color: #808891;
  font-size: 13px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.contact-style-one .contact-form input::-webkit-input-placeholder, .contact-style-one .contact-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #808891;
}
.contact-style-one .contact-form input::-moz-placeholder, .contact-style-one .contact-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #808891;
}
.contact-style-one .contact-form input:-ms-input-placeholder, .contact-style-one .contact-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #808891;
}
.contact-style-one .contact-form input:-moz-placeholder, .contact-style-one .contact-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #808891;
}
.contact-style-one .contact-form input.error, .contact-style-one .contact-form textarea.error {
  background: rgba(255, 0, 0, 0.4);
}
.contact-style-one .contact-form label.error {
  display: none !important;
}
.contact-style-one .contact-form textarea {
  height: 99px;
  padding-top: 10px;
}
.contact-style-one .contact-form button[type=submit] {
  border: none;
  outline: none;
  background: #3396EC;
  height: 48px;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.contact-style-one .contact-form button[type=submit]:hover {
  background: #147dd8;
}

/************************** 
* 7. brand styles 
***************************/
.brand-carousel-wrapper {
  padding: 45px 0 70px;
}
.brand-carousel-wrapper .container {
  max-width: 1000px;
}
.brand-carousel-wrapper .brand-carousel {
  text-align: center;
}
.brand-carousel-wrapper .brand-carousel i {
  font-size: 120px;
  color: #B8B9C5;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.brand-carousel-wrapper .brand-carousel i:hover {
  color: #26274C;
}

/************************** 
* 8. testimonials styles 
***************************/
.single-testimonials-style-one {
  text-align: center;
}
.single-testimonials-style-one .img-box {
  margin-left: auto;
  margin-right: auto;
  width: 175px;
  border: 3px solid #FFFFFF;
  border-radius: 50%;
}
.single-testimonials-style-one .img-box .inner {
  border-radius: 50%;
  border: 1px solid #3B9AED;
}
.single-testimonials-style-one .img-box .inner img {
  width: 100%;
  border-radius: 50%;
  border: 3px solid #FFFFFF;
}
.single-testimonials-style-one p {
  font-size: 18px;
  line-height: 36px;
  color: #E5E1E1;
  margin: 0;
  margin-top: 50px;
}
.single-testimonials-style-one h3 {
  margin: 0;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 28px;
  margin-top: 25px;
  margin-bottom: 7px;
}
.single-testimonials-style-one span {
  color: #1AC9D0;
  font-size: 18px;
}

.testimonials-title {
  margin-bottom: 0px;
}

.testimonials-carousel-wrapper {
  position: relative;
  margin-bottom: 80px;
}
.testimonials-carousel-wrapper .overlay {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc( 100% - 30px);
  background-position: center center;
  background-attachment: fixed;
}
.testimonials-carousel-wrapper .owl-theme .owl-dots {
  margin-top: 30px;
}
.testimonials-carousel-wrapper .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #3396EC;
}
.testimonials-carousel-wrapper .owl-theme .owl-dots .owl-dot.active span,
.testimonials-carousel-wrapper .owl-theme .owl-dots .owl-dot:hover span {
  background: #FFFFFF;
}

.single-testimonial-style-two .inner {
  background: #222223;
  position: relative;
  z-index: 999;
}
.single-testimonial-style-two p {
  position: relative;
  color: #E6E8E9;
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
.single-testimonial-style-two p i.fas {
  color: #1bcad2;
  font-size: 17px;
  position: absolute;
}
.single-testimonial-style-two p i.fa-quote-left {
  top: 0;
  left: 0;
}
.single-testimonial-style-two p i.fa-quote-right {
  bottom: 0;
  right: 0;
}
.single-testimonial-style-two .client-info-box {
  margin-top: 30px;
}
.single-testimonial-style-two .client-info-box .img-box,
.single-testimonial-style-two .client-info-box .text-box {
  display: table-cell;
  vertical-align: middle;
}
.single-testimonial-style-two .client-info-box .img-box {
  width: 90px;
}
.single-testimonial-style-two .client-info-box .img-box > img {
  width: 100%;
  border-radius: 50%;
  border: 5px solid #FFFFFF;
}
.single-testimonial-style-two .client-info-box .text-box {
  padding-left: 35px;
}
.single-testimonial-style-two .client-info-box .text-box h3 {
  margin: 0;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: normal;
}
.single-testimonial-style-two .client-info-box .text-box p {
  margin: 0;
  color: #3299EA;
  font-size: 16px;
  padding: 0;
}

.testimonials-style-two-carousel .owl-stage-outer:before, .testimonials-style-two-carousel .owl-stage-outer:after {
  content: '';
  width: 1px;
  height: calc( 100% - 0px);
  position: absolute;
  top: 0;
  background: #403f3f;
  z-index: -1;
}
.testimonials-style-two-carousel .owl-stage-outer:before {
  left: 31.83%;
}
.testimonials-style-two-carousel .owl-stage-outer:after {
  right: 31.83%;
}
.testimonials-style-two-carousel .owl-dots {
  margin-top: 60px;
}
.testimonials-style-two-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #3396EC;
}
.testimonials-style-two-carousel .owl-dots .owl-dot.active span,
.testimonials-style-two-carousel .owl-theme .owl-dots .owl-dot:hover span {
  background: #FFFFFF;
}
.testimonials-style-two-carousel .owl-nav {
  margin-top: 40px;
}
.testimonials-style-two-carousel .owl-nav [class*="owl-"] {
  width: 40px;
  height: 40px;
  background: #fff;
  color: #000;
  font-size: 16px;
  padding: 0;
  border-radius: 50%;
  line-height: 40px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.testimonials-style-two-carousel .owl-nav [class*="owl-"]:hover {
  background: #147DD8;
  color: #fff;
}

/************************** 
* 9. blog styles 
***************************/
.blog-style-one .blog-title {
  padding-top: 15px;
}
.blog-style-one .blog-title span {
  color: #3396EC;
  font-size: 20px;
}
.blog-style-one .blog-title span:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 2px;
  background: #3396EC;
  margin-right: 15px;
}
.blog-style-one .blog-title h3 {
  font-size: 47px;
  line-height: 55px;
  color: #2C3035;
  font-weight: normal;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 70px;
}
.blog-style-one .blog-title a.view-more {
  display: inline-block;
  vertical-align: middle;
  border-radius: 7px;
  background: #3196ee;
  -webkit-box-shadow: 0px 2px 10px rgba(34, 34, 34, 0.36);
          box-shadow: 0px 2px 10px rgba(34, 34, 34, 0.36);
  width: 210px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
}
.blog-style-one .single-blog-style-one a.categroy {
  display: inline-block;
  vertical-align: middle;
  background: #79CD1C;
  color: #fff;
  text-align: center;
  font-size: 16px;
  border-radius: 7px;
  padding: 2.5px 23px;
}
.blog-style-one .single-blog-style-one h3 {
  margin: 0;
  color: #2C3035;
  font-size: 22px;
  line-height: 29px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 15px;
}
.blog-style-one .single-blog-style-one span.date {
  color: #2C3035;
  font-size: 15px;
}
.blog-style-one .single-blog-style-one p {
  margin: 0;
  color: #808891;
  margin-top: 20px;
  margin-bottom: 7px;
}
.blog-style-one .single-blog-style-one a.read-more {
  color: #3396EC;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
}
.blog-style-one .single-blog-style-one a.read-more i {
  display: inline-block;
  vertical-align: middle;
}

.blog-style-two .single-blog-post-style-two + .single-blog-post-style-two {
  margin-top: 80px;
}
.blog-style-two .single-blog-post-style-two .img-box {
  position: relative;
}
.blog-style-two .single-blog-post-style-two .img-box > img {
  width: 100%;
}
.blog-style-two .single-blog-post-style-two .img-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(1, 1, 1, 0.2);
}
.blog-style-two .single-blog-post-style-two .text-box {
  padding: 30px;
  border: 1px solid #EBEBEF;
  border-top: 0;
}
.blog-style-two .single-blog-post-style-two .text-box h3 {
  font-size: 20px;
  color: #170B35;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
}
.blog-style-two .single-blog-post-style-two .text-box p {
  font-size: 16px;
  line-height: 28px;
  color: #656565;
  letter-spacing: .01em;
  margin: 0;
  margin-top: 17px;
}
.blog-style-two .single-blog-post-style-two .text-box .meta-info {
  border-bottom: 1px solid #ececf0;
  position: relative;
  margin-top: 7px;
  padding-bottom: 10px;
}
.blog-style-two .single-blog-post-style-two .text-box .meta-info:after {
  content: '';
  background: #3396EC;
  width: 40px;
  height: 3px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.blog-style-two .single-blog-post-style-two .text-box .meta-info a {
  color: #514A47;
  font-size: 14px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-style-two .single-blog-post-style-two .text-box .meta-info a i {
  color: #3396EC;
  margin-right: 4px;
}
.blog-style-two .single-blog-post-style-two .text-box .meta-info a:hover {
  color: #3396EC;
}
.blog-style-two .single-blog-post-style-two .text-box .meta-info a + a {
  margin-left: 20px;
}
.blog-style-two .single-blog-post-style-two .text-box a.read-more {
  color: #3396EC;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-style-two .single-blog-post-style-two .text-box a.read-more:hover {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.blog-style-two .blog-post-pagination {
  margin-top: 80px;
}
.blog-style-two .blog-post-pagination a {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  line-height: 38px;
  color: #170B35;
  font-weight: 600;
  font-size: 18px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #CBCACA;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-style-two .blog-post-pagination a + a {
  margin-left: 10px;
}
.blog-style-two .blog-post-pagination a.active, .blog-style-two .blog-post-pagination a:hover {
  border-color: #1AC9D0;
  color: #fff;
  background: #1AC9D0;
}

.blog-details-page .single-blog-post-style-two .text-box h4 {
  margin: 0;
  color: #170B35;
  font-weight: 500;
  font-size: 18px;
}
.blog-details-page .single-blog-post-style-two .text-box p {
  margin: 0;
}
.blog-details-page .tags-share-box {
  margin: 35px 0;
}
.blog-details-page .tags-share-box .tags-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-details-page .tags-share-box .tags-box ul li {
  display: inline-block;
}
.blog-details-page .tags-share-box .tags-box ul li + li {
  margin-left: 5px;
}
.blog-details-page .tags-share-box .tags-box ul li a,
.blog-details-page .tags-share-box .tags-box ul li span {
  display: block;
}
.blog-details-page .tags-share-box .tags-box ul li span {
  font-size: 15px;
  color: #170B35;
  font-weight: 500;
  padding-right: 10px;
}
.blog-details-page .tags-share-box .tags-box ul li a {
  border-radius: 20px;
  border: 1px solid #1AC9D0;
  height: 40px;
  line-height: 40px;
  color: #514A47;
  font-size: 15px;
  text-align: center;
  padding: 0 25px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-details-page .tags-share-box .tags-box ul li a:hover {
  background: #1AC9D0;
  border-color: #1AC9D0;
  color: #fff;
}
.blog-details-page .tags-share-box .social {
  padding: 5px 0;
}
.blog-details-page .tags-share-box .social a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #3B5996;
  color: #fff;
  line-height: 32px;
  font-size: 18px;
  text-align: center;
}
.blog-details-page .tags-share-box .social a + a {
  margin-left: 5px;
}
.blog-details-page .tags-share-box .social a.fa-twitter {
  background: #55ABEC;
}
.blog-details-page .tags-share-box .social a.fa-google-plus-g {
  background: #DC4A39;
}
.blog-details-page .tags-share-box .social a.fa-dribbble {
  background: #CC3498;
}
.blog-details-page .post-links {
  border: 1px solid #EBEBEF;
  border-left: 0;
  border-right: 0;
  padding: 19.5px 0;
  margin-bottom: 35px;
}
.blog-details-page .post-links a {
  font-size: 15px;
  color: #514A47;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-details-page .post-links a:hover {
  color: #1AC9D0;
}
.blog-details-page .post-links a.prev-post i {
  margin-right: 3px;
}
.blog-details-page .post-links a.next-post i {
  margin-left: 3px;
}
.blog-details-page .title-blog-details-page {
  margin-bottom: 30px;
}
.blog-details-page .title-blog-details-page h3 {
  margin: 0;
  color: #150A33;
  font-size: 18px;
  font-weight: 600;
}
.blog-details-page .title-blog-details-page h3:after {
  content: '';
  width: 40px;
  height: 3px;
  background: #1AC9D0;
  display: block;
  margin-top: 10px;
}
.blog-details-page .comment-box-wrapper {
  margin-bottom: 80px;
}
.blog-details-page .comment-box-wrapper .single-comment-box + .single-comment-box {
  margin-top: 30px;
}
.blog-details-page .comment-box-wrapper .single-comment-box .img-box,
.blog-details-page .comment-box-wrapper .single-comment-box .text-box {
  display: table-cell;
  vertical-align: top;
}
.blog-details-page .comment-box-wrapper .single-comment-box .img-box {
  width: 75px;
}
.blog-details-page .comment-box-wrapper .single-comment-box .img-box > img {
  width: 100%;
  border-radius: 50%;
}
.blog-details-page .comment-box-wrapper .single-comment-box .text-box {
  padding-left: 30px;
}
.blog-details-page .comment-box-wrapper .single-comment-box .text-box .inner {
  background: #F4F4FA;
  padding: 25px;
  position: relative;
}
.blog-details-page .comment-box-wrapper .single-comment-box .text-box h3,
.blog-details-page .comment-box-wrapper .single-comment-box .text-box p {
  margin: 0;
}
.blog-details-page .comment-box-wrapper .single-comment-box .text-box span.date {
  display: block;
  line-height: 1em;
  color: #514A47;
  font-weight: 500;
  font-size: 14px;
}
.blog-details-page .comment-box-wrapper .single-comment-box .text-box h3 {
  font-size: 18px;
  color: #150A33;
  font-weight: 600;
  margin-bottom: 15px;
}
.blog-details-page .comment-box-wrapper .single-comment-box .text-box p {
  font-size: 15px;
  color: #514A47;
  line-height: 27px;
  margin-top: 15px;
}
.blog-details-page .comment-box-wrapper .single-comment-box .text-box a.reply {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  width: 82px;
  height: 35px;
  background: #79CE1C;
  border-radius: 17.5px;
  line-height: 35px;
  position: absolute;
  top: 25px;
  right: 25px;
  display: inline-block;
  text-align: center;
}
.blog-details-page .comment-box-wrapper .single-comment-box.second-level {
  padding-left: 100px;
}
.blog-details-page .comment-box-wrapper .single-comment-box.third-level {
  padding-left: 200px;
}
@media (max-width: 736px) {
  .blog-details-page .comment-box-wrapper .single-comment-box.second-level {
    padding-left: 0px;
  }
  .blog-details-page .comment-box-wrapper .single-comment-box.third-level {
    padding-left: 0px;
  }
}
.blog-details-page .comment-form {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.blog-details-page .comment-form [class*=col-] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.blog-details-page .comment-form input,
.blog-details-page .comment-form textarea {
  border: none;
  outline: none;
  width: 100%;
  height: 46px;
  border: 1px solid #E0E0E0;
  padding-left: 25px;
  display: block;
}
.blog-details-page .comment-form input.error,
.blog-details-page .comment-form textarea.error {
  background: rgba(255, 0, 0, 0.5);
}
.blog-details-page .comment-form label.error {
  display: none !important;
}
.blog-details-page .comment-form input {
  margin-bottom: 15px;
}
.blog-details-page .comment-form textarea {
  height: 116px;
  margin-top: 0px;
  padding-top: 10px;
  margin-bottom: 15px;
}
.blog-details-page .comment-form button.thm-btn {
  border: none;
  outline: none;
  width: 154px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: #3396EC;
  font-size: 16px;
  border-radius: 7px;
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

/************************** 
* 10. video styles 
***************************/
.video-box-style-one {
  background: #000 url(../img/video-bg-1.jpg) center center no-repeat fixed;
  background-size: cover;
  padding: 100px 0 110px;
}
.video-box-style-one .tag-line {
  color: #FFFFFF;
  font-size: 20px;
}
.video-box-style-one .tag-line:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 2px;
  background: #FFFFFF;
  margin-right: 15px;
}
.video-box-style-one h3 {
  margin: 0;
  color: #FFFFFF;
  font-size: 47px;
  line-height: 55px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 55px;
}
.video-box-style-one a.video-popup {
  color: #fff;
  font-size: 60px;
  display: inline-block;
  vertical-align: middle;
}

/************************** 
* 11. pricing styles 
***************************/
.price-box-style-one .tab-title {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 45px;
}
.price-box-style-one .tab-title li {
  display: inline-block;
  vertical-align: middle;
}
.price-box-style-one .tab-title li:first-child a {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.price-box-style-one .tab-title li:last-child a {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.price-box-style-one .tab-title li a {
  display: block;
  color: #2C3035;
  font-size: 16px;
  background: #E9F2FE;
  padding: 12.5px 32px;
}
.price-box-style-one .tab-title li.active a {
  background: #5AAAEF;
  color: #fff;
}
.price-box-style-one .single-price-style-one {
  text-align: center;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  padding: 0 20px;
  padding-top: 35px;
}
.price-box-style-one .single-price-style-one.popular {
  padding-top: 31px;
  border: 3px solid #3196EE;
  -webkit-box-shadow: 0px 0px 15px rgba(34, 34, 34, 0.36);
          box-shadow: 0px 0px 15px rgba(34, 34, 34, 0.36);
}
.price-box-style-one .single-price-style-one h3 {
  margin: 0;
  color: #2C3035;
  font-size: 22px;
  margin-bottom: 40px;
}
.price-box-style-one .single-price-style-one .price-box {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 23px;
}
.price-box-style-one .single-price-style-one span.price {
  display: block;
  color: #3396EC;
  font-size: 48px;
  line-height: 1em;
  margin-bottom: 20px;
}
.price-box-style-one .single-price-style-one span.time {
  color: #808891;
  font-size: 16px;
}
.price-box-style-one .single-price-style-one .features {
  padding-top: 33px;
}
.price-box-style-one .single-price-style-one .features p {
  font-size: 18px;
  color: #2C3035;
  margin: 0;
}
.price-box-style-one .single-price-style-one .features p + p {
  margin-top: 10px;
}
.price-box-style-one .single-price-style-one a.price-btn {
  width: 154px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: #3396EC;
  font-size: 16px;
  border-radius: 7px;
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  margin-top: 35px;
  margin-bottom: 45px;
}
.price-box-style-one.dark-bg .price.tab-title li a {
  background: #E9F2FE;
  color: #2C3035;
}
.price-box-style-one.dark-bg .tab-title li.active a {
  background: #2878BC;
}
.price-box-style-one.dark-bg .single-price-style-one {
  border-color: #3F3E3E;
}
.price-box-style-one.dark-bg .single-price-style-one h3 {
  color: #FFFFFF;
}
.price-box-style-one.dark-bg .single-price-style-one span.time {
  color: #E6E8E9;
}
.price-box-style-one.dark-bg .single-price-style-one .price-box {
  border-bottom-color: #474545;
}
.price-box-style-one.dark-bg .single-price-style-one .features p {
  color: #FFFFFF;
}
.price-box-style-one.dark-bg .single-price-style-one.popular {
  border-color: #3396EC;
}

/************************** 
* 12. funfact styles 
***************************/
.funfact-style-one {
  background: #fff url(../img/fun-fact-bg.jpg) right center no-repeat;
  background-size: cover;
}
@media (max-width: 1366px) {
  .funfact-style-one {
    background-position: 55% center;
  }
}
.funfact-style-one span.tag-line {
  color: #3396EC;
  font-size: 20px;
}
.funfact-style-one span.tag-line:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 2px;
  background: #3396EC;
  margin-right: 15px;
}
.funfact-style-one h3 {
  margin: 0;
  color: #2C3035;
  font-size: 47px;
  line-height: 55px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 70px;
}
.funfact-style-one .single-fun-fact {
  display: inline-block;
  vertical-align: middle;
}
.funfact-style-one .single-fun-fact + .single-fun-fact {
  margin-left: 50px;
}
.funfact-style-one .single-fun-fact .icon-box, .funfact-style-one .single-fun-fact .text-box {
  display: table-cell;
  vertical-align: middle;
}
.funfact-style-one .single-fun-fact .icon-box i {
  font-size: 52px;
  color: #3b9bee;
}
.funfact-style-one .single-fun-fact .text-box {
  padding-left: 40px;
}
.funfact-style-one .single-fun-fact .text-box h3 {
  margin: 0;
  color: #2C3035;
  font-size: 28px;
  font-weight: normal;
  line-height: 1em;
  margin-bottom: 7px;
}
.funfact-style-one .single-fun-fact .text-box p {
  margin: 0;
  color: #808891;
  font-size: 18px;
}

.fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two + .single-fun-fact-style-two {
  margin-left: 110px;
}
.fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two .icon-box, .fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two .text-box {
  display: inline-block;
  vertical-align: middle;
}
.fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two .icon-box i {
  color: #7bcf0c;
  font-size: 64px;
  line-height: 1em;
  display: block;
}
.fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two .text-box {
  padding-left: 30px;
}
.fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two .text-box h3, .fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two .text-box p {
  margin: 0;
}
.fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two .text-box h3 {
  font-size: 28px;
  color: #FFFFFF;
  margin-bottom: 5px;
  font-weight: normal;
}
.fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two .text-box p {
  font-size: 18px;
  color: #E6E8E9;
}
.fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two:nth-child(2) .icon-box i {
  color: #1bcad2;
}
.fun-fact-style-two .fun-fact-wrapper .single-fun-fact-style-two:nth-child(3) .icon-box i {
  color: #3b9bee;
}

/************************** 
* 13. features styles 
***************************/
.feature-style-one .single-feature-style-one {
  text-align: center;
  padding: 0 75px;
}
.feature-style-one .single-feature-style-one + .single-feature-style-one {
  margin-top: 65px;
}
.feature-style-one .single-feature-style-one .icon-box {
  border: 3px solid #79CD1C;
  background: #79CD1C;
  width: 93px;
  height: 93px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 40px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.feature-style-one .single-feature-style-one .icon-box i {
  color: #2d3136;
  color: #fff;
  line-height: 87px;
  font-size: 42px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.feature-style-one .single-feature-style-one .text-box h3, .feature-style-one .single-feature-style-one .text-box p {
  margin: 0;
}
.feature-style-one .single-feature-style-one .text-box h3 {
  font-weight: normal;
  color: #2C3035;
  font-size: 18px;
  margin-bottom: 10px;
}
.feature-style-one .single-feature-style-one .text-box p {
  color: #808891;
}
.feature-style-one .single-feature-style-one:hover .icon-box {
  border: 3px solid #3396EC;
  background-color: transparent;
}
.feature-style-one .single-feature-style-one:hover i {
  color: #2d3136;
}
.feature-style-one .moc-img {
  border-radius: 50px;
  -webkit-box-shadow: 0px 1px 18px rgba(34, 34, 34, 0.24);
          box-shadow: 0px 1px 18px rgba(34, 34, 34, 0.24);
}
.feature-style-one .feature-content-wrapper {
  padding-top: 115px;
}
.feature-style-one .feature-btn {
  border-radius: 7px;
  border: 2px solid #3396EC;
  background: transparent;
  width: 210px;
  height: 58px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 9px 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.feature-style-one .feature-btn + .feature-btn {
  margin-left: 22px;
}
.feature-style-one .feature-btn .icon-box, .feature-style-one .feature-btn .text-box {
  display: inline-block;
  vertical-align: middle;
}
.feature-style-one .feature-btn .icon-box {
  width: 25px;
}
.feature-style-one .feature-btn .icon-box i {
  color: #3396EC;
  font-size: 23px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.feature-style-one .feature-btn .icon-box i.fa-apple {
  font-size: 32px;
}
.feature-style-one .feature-btn .text-box {
  text-align: left;
  padding-left: 10px;
}
.feature-style-one .feature-btn .text-box .labeled-text {
  display: block;
  color: #2C3035;
  font-size: 12px;
  line-height: 1em;
  margin-bottom: 8px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.feature-style-one .feature-btn .text-box .store-name {
  display: block;
  text-transform: uppercase;
  color: #2C3035;
  font-size: 16px;
  line-height: 1em;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.feature-style-one .feature-btn.active, .feature-style-one .feature-btn:hover {
  background: #3396EC;
}
.feature-style-one .feature-btn.active .icon-box i, .feature-style-one .feature-btn:hover .icon-box i {
  color: #FFFFFF;
}
.feature-style-one .feature-btn.active .text-box .labeled-text,
.feature-style-one .feature-btn.active .text-box .store-name, .feature-style-one .feature-btn:hover .text-box .labeled-text,
.feature-style-one .feature-btn:hover .text-box .store-name {
  color: #FAFFF8;
}
.feature-style-one .btn-box {
  margin-top: 90px;
}

.feature-style-two .row + .row {
  margin-top: 100px;
}
.feature-style-two .feature-content {
  padding-left: 70px;
  padding-top: 45px;
}
.feature-style-two .feature-content .tag-line {
  color: #3396EC;
  font-size: 20px;
}
.feature-style-two .feature-content .tag-line:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 2px;
  background: #3396EC;
  margin-right: 15px;
}
.feature-style-two .feature-content h3 {
  font-size: 47px;
  line-height: 55px;
  font-weight: normal;
  color: #2C3035;
  margin: 0;
  margin-top: 18px;
  margin-bottom: 30px;
}
.feature-style-two .feature-content p {
  color: #808891;
  font-size: 18px;
  line-height: 29px;
  margin: 0;
  margin-bottom: 45px;
}
.feature-style-two .feature-content a.view-more {
  display: inline-block;
  vertical-align: middle;
  width: 210px;
  height: 58px;
  background: #3396EC;
  color: #fff;
  font-size: 16px;
  line-height: 58px;
  text-align: center;
  border-radius: 7px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.feature-style-two .feature-content a.view-more:hover {
  background: #147dd8;
}
.feature-style-two .feature-content a.view-more.style-two {
  background: #19CAD0;
}
.feature-style-two .feature-content a.view-more.style-two:hover {
  background: #149ea2;
}
.feature-style-two .img-box {
  display: inline-block;
  position: relative;
  margin-top: 55px;
}
.feature-style-two .img-box:before {
  position: absolute;
  top: -55px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  content: '';
  background: #3396EC;
  background: -webkit-gradient(left top, right top, color-stop(0%, #3396EC), color-stop(100%, #ffffff));
  background: -webkit-gradient(linear, left top, right top, from(#3396EC), to(#ffffff));
  background: linear-gradient(to right, #3396EC 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3396EC', endColorstr='#ffffff', GradientType=1 );
}
.feature-style-two .img-box .inner {
  margin-left: 55px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.feature-style-two .img-box .inner img {
  border-radius: 10px;
}
.feature-style-two .img-box .inner:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-transition: none;
  transition: none;
  border-radius: 10px;
}
.feature-style-two .img-box .inner:hover:after {
  width: 120%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.feature-style-two .img-box.gradient-two:before {
  background: #19CAD0;
  background: -webkit-gradient(left top, right top, color-stop(0%, #19CAD0), color-stop(100%, #ffffff));
  background: -webkit-gradient(linear, left top, right top, from(#19CAD0), to(#ffffff));
  background: linear-gradient(to right, #19CAD0 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19CAD0', endColorstr='#ffffff', GradientType=1 );
}
.feature-style-two .img-box.gradient-three:before {
  background: #6641C0;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6641C0), color-stop(100%, #ffffff));
  background: -webkit-gradient(linear, left top, right top, from(#6641C0), to(#ffffff));
  background: linear-gradient(to right, #6641C0 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6641C0', endColorstr='#ffffff', GradientType=1 );
}
.feature-style-two .img-box.gradient-four:before {
  background: #CD3498;
  background: -webkit-gradient(left top, right top, color-stop(0%, #CD3498), color-stop(100%, #ffffff));
  background: -webkit-gradient(linear, left top, right top, from(#CD3498), to(#ffffff));
  background: linear-gradient(to right, #CD3498 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CD3498', endColorstr='#ffffff', GradientType=1 );
}
.feature-style-two .img-box.gradient-five:before {
  background: #1BC9D1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #1BC9D1), color-stop(100%, #000000));
  background: -webkit-gradient(linear, left top, right top, from(#1BC9D1), to(#000000));
  background: linear-gradient(to right, #1BC9D1 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1BC9D1', endColorstr='#000000', GradientType=1 );
}
.feature-style-two .img-box.gradient-six:before {
  background: #3397EC;
  background: -webkit-gradient(left top, right top, color-stop(0%, #3397EC), color-stop(100%, #000000));
  background: -webkit-gradient(linear, left top, right top, from(#3397EC), to(#000000));
  background: linear-gradient(to right, #3397EC 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3397EC', endColorstr='#000000', GradientType=1 );
}
.feature-style-two .pull-left .feature-content {
  padding-left: 0;
}
.feature-style-two.home-page-four .feature-content h3 {
  color: #FFFFFF;
}
.feature-style-two.home-page-four .feature-content p {
  color: #E6E8E9;
}
.feature-style-two.home-page-four .feature-content a.view-more {
  background: #1bc8d1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #1bc8d1), color-stop(100%, #3396ec));
  background: -webkit-gradient(linear, left top, right top, from(#1bc8d1), to(#3396ec));
  background: linear-gradient(to right, #1bc8d1 0%, #3396ec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1bc8d1', endColorstr='#3396ec', GradientType=1 );
}

.feature-style-three.gray-bg {
  background: #F1F1F1;
}
.feature-style-three .row [class*=col-]:last-child .single-feature-style-three {
  text-align: center;
}
.feature-style-three .row [class*=col-]:last-child .single-feature-style-three .icon-box:after {
  display: none;
}
.feature-style-three .single-feature-style-three {
  text-align: center;
}
.feature-style-three .single-feature-style-three .icon-box {
  width: 93px;
  height: 93px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 40px;
  border: 3px solid #3396EC;
  background-color: transparent;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
}
.feature-style-three .single-feature-style-three .icon-box:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -195%;
  content: '';
  width: 133px;
  height: 0px;
  border-bottom: 2px dashed #C1C1D8;
}
.feature-style-three .single-feature-style-three .icon-box i {
  color: #2d3136;
  line-height: 87px;
  font-size: 42px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.feature-style-three .single-feature-style-three h3 {
  font-size: 18px;
  font-weight: normal;
  color: #2C3035;
  margin: 0;
  margin-bottom: 7px;
}
.feature-style-three .single-feature-style-three p {
  color: #808891;
  font-size: 16px;
  padding: 0 34px;
  margin: 0;
}
.feature-style-three .single-feature-style-three:hover .icon-box {
  border: 3px solid #79CD1C;
  background: #79CD1C;
}
.feature-style-three .single-feature-style-three:hover i {
  color: #fff;
}

/************************** 
* 14. portfolio styles 
***************************/
.portfolio-style-one {
  padding-bottom: 95px;
}
.portfolio-style-one .container {
  max-width: 1140px;
}
.portfolio-style-one .single-portfolio-style-one {
  margin-bottom: 30px;
}
.portfolio-style-one .single-portfolio-style-one .img-box {
  position: relative;
}
.portfolio-style-one .single-portfolio-style-one .img-box > img {
  width: 100%;
}
.portfolio-style-one .single-portfolio-style-one .img-box .overlay {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.portfolio-style-one .single-portfolio-style-one .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.portfolio-style-one .single-portfolio-style-one .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: bottom;
  padding-left: 30px;
  padding-bottom: 35px;
}
.portfolio-style-one .single-portfolio-style-one .img-box .overlay .box .content span {
  display: block;
  color: #3396EC;
  font-size: 16px;
}
.portfolio-style-one .single-portfolio-style-one .img-box .overlay .box .content h3 {
  margin: 0;
  color: #2C3035;
  font-size: 18px;
  font-weight: normal;
  margin-top: 5px;
}
.portfolio-style-one .single-portfolio-style-one .img-box .overlay .box .content a.img-popup {
  font-size: 17px;
  color: #000000;
  position: absolute;
  top: 35px;
  right: 35px;
}
.portfolio-style-one .single-portfolio-style-one:hover .img-box .overlay {
  opacity: 1;
}

.portfolio-style-two {
  padding-bottom: 95px;
}
.portfolio-style-two .gallery-filter {
  margin-bottom: 50px;
}
.portfolio-style-two .gallery-filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.portfolio-style-two .gallery-filter ul li {
  display: inline-block;
  vertical-align: middle;
}
.portfolio-style-two .gallery-filter ul li + li:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  margin-right: 20px;
}
.portfolio-style-two .gallery-filter ul li span {
  display: inline-block;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 18px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.portfolio-style-two .gallery-filter ul li:hover span,
.portfolio-style-two .gallery-filter ul li.active span {
  color: #3299EA;
}

.single-portfolio-style-two {
  margin-bottom: 30px;
}
.single-portfolio-style-two .img-box {
  position: relative;
}
.single-portfolio-style-two .img-box > img {
  width: 100%;
}
.single-portfolio-style-two .img-box .overlay {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background: rgba(17, 17, 17, 0.9);
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-portfolio-style-two .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.single-portfolio-style-two .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: bottom;
  padding-left: 30px;
  padding-bottom: 35px;
}
.single-portfolio-style-two .img-box .overlay .box .content span {
  display: block;
  color: #3396EC;
  font-size: 16px;
}
.single-portfolio-style-two .img-box .overlay .box .content h3 {
  margin: 0;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: normal;
  margin-top: 5px;
}
.single-portfolio-style-two .img-box .overlay .box .content a.img-popup {
  font-size: 17px;
  color: #FFFFFF;
  position: absolute;
  top: 35px;
  right: 35px;
}
.single-portfolio-style-two:hover .img-box .overlay {
  opacity: 1;
}

/************************** 
* 15. team styles 
***************************/
.team-style-one {
  overflow: hidden;
}
.team-style-one .team-member-img-box {
  background: #333335;
  margin-bottom: 60px;
  padding: 30px 0;
}
.team-style-one .team-member-img-box .team-pager {
  text-align: center;
}
.team-style-one .team-member-img-box .team-pager .pager-item {
  width: 20%;
  float: left;
}
.team-style-one .team-member-img-box .team-pager .pager-item .team-thumb {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.team-style-one .team-member-img-box .team-pager .pager-item .team-thumb > img {
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  border: 4px solid transparent;
  border-radius: 50%;
}
.team-style-one .team-member-img-box .team-pager .pager-item.active .team-thumb > img {
  -webkit-transform: scale(1);
          transform: scale(1);
  border-color: #1acad1;
}
.team-style-one .team-member-content-box .container {
  max-width: 470px;
  background: #333335;
  border-radius: 20px;
}
.team-style-one .team-member-content-box .container .slide-text {
  padding: 55px 0;
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
}
.team-style-one .team-member-content-box .container .slide-text h4, .team-style-one .team-member-content-box .container .slide-text p {
  margin: 0;
}
.team-style-one .team-member-content-box .container .slide-text h4 {
  font-size: 28px;
  color: #FFFFFF;
  font-weight: normal;
}
.team-style-one .team-member-content-box .container .slide-text span {
  color: #3396EC;
  font-size: 18px;
  font-weight: normal;
}
.team-style-one .team-member-content-box .container .slide-text .progress-box {
  margin-top: 30px;
}
.team-style-one .team-member-content-box .container .slide-text .single-progress + .single-progress {
  margin-top: 20px;
}
.team-style-one .team-member-content-box .container .slide-text .single-progress .top {
  margin-bottom: 14px;
}
.team-style-one .team-member-content-box .container .slide-text .single-progress .top h4 {
  margin: 0;
  float: left;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 23px;
}
.team-style-one .team-member-content-box .container .slide-text .single-progress .top span {
  float: right;
  color: #2C3035;
  font-size: 14px;
  background: #FFFFFF;
  line-height: 1em;
  text-align: center;
  border-radius: 3px;
  padding: 4.5px 9px;
}
.team-style-one .team-member-content-box .container .slide-text .single-progress .top span b {
  font-weight: inherit;
}
.team-style-one .team-member-content-box .container .slide-text .single-progress .progress-scale {
  background: #FFFFFF;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.team-style-one .team-member-content-box .container .slide-text .single-progress .progress-scale .inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 5px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.team-style-one .team-member-content-box .container .slide-text .social {
  margin-top: 50px;
}
.team-style-one .team-member-content-box .container .slide-text .social a {
  color: #D0D0D0;
  font-size: 22px;
}
.team-style-one .team-member-content-box .container .slide-text .social a + a {
  margin-left: 16px;
}
.team-style-one .team-member-content-box .bx-wrapper {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  margin-bottom: 0;
}
.team-style-one .team-member-content-box .bx-wrapper .bx-controls-direction a {
  width: 48px;
  height: 56px;
  margin-top: -24px;
  z-index: 99;
}
.team-style-one .team-member-content-box .bx-wrapper .bx-prev {
  background: transparent url(../img/team-1-left.png) 0 0 no-repeat;
  left: -121px;
}
.team-style-one .team-member-content-box .bx-wrapper .bx-next {
  background: transparent url(../img/team-1-right.png) 0 0 no-repeat;
  right: -121px;
}

.single-team-style-two .img-box {
  position: relative;
}
.single-team-style-two .img-box > img {
  width: 100%;
}
.single-team-style-two .img-box .arrow-pointer {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
  width: 49px;
  height: 49px;
  background: #79CE1C;
  text-align: center;
  border-radius: 50%;
  line-height: 49px;
  z-index: 10;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-team-style-two .img-box .arrow-pointer i {
  color: #fff;
  font-size: 20px;
}
.single-team-style-two .img-box .overlay {
  position: absolute;
  bottom: 45px;
  width: 100%;
  left: 0;
  background: #2C3035;
  z-index: 9;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0;
}
.single-team-style-two .img-box .overlay .box .content {
  position: relative;
  padding-left: 20px;
  padding-bottom: 35px;
  padding-top: 30px;
}
.single-team-style-two .img-box .overlay .box .content h3 {
  color: #FFFFFF;
  margin: 0;
  font-size: 22px;
  font-weight: normal;
  line-height: 1em;
}
.single-team-style-two .img-box .overlay .box .content p {
  color: #19CAD0;
  margin: 0;
  font-size: 16px;
  line-height: 1em;
  margin-top: 14px;
}
.single-team-style-two .img-box .overlay .box .content .social {
  position: absolute;
  top: 30px;
  right: 20px;
  text-align: center;
}
.single-team-style-two .img-box .overlay .box .content .social a {
  display: block;
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 14px;
  transition: all .4s ease;
}
.single-team-style-two .img-box .overlay .box .content .social a + a {
  margin-top: 10px;
}
.single-team-style-two .img-box .overlay .box .content .social a:hover {
  color: #1ACBD1;
}
.single-team-style-two .img-box:hover .arrow-pointer {
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}
.single-team-style-two .img-box:hover .overlay {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.team-style-three .single-team-style-three .img-box {
  height: 300px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.team-style-three .single-team-style-three .img-box > img {
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.team-style-three .single-team-style-three .img-box:hover > img {
  -webkit-transform: translateY(-57px);
          transform: translateY(-57px);
}
.team-style-three .single-team-style-three .text-box {
  background: #000000;
  text-align: center;
  position: relative;
  z-index: 9;
  padding-top: 45px;
}
.team-style-three .single-team-style-three .text-box h3 {
  margin: 0;
  font-size: 22px;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 1em;
  margin-bottom: 7px;
}
.team-style-three .single-team-style-three .text-box span {
  color: #E6E8E9;
  font-size: 18px;
  line-height: 1em;
}
.team-style-three .single-team-style-three .text-box .social {
  margin-top: 15px;
}
.team-style-three .single-team-style-three .text-box .social a {
  color: #DEDEDE;
  font-size: 22px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.team-style-three .single-team-style-three .text-box .social a + a {
  margin-left: 10px;
}
.team-style-three .single-team-style-three .text-box .social a:hover {
  color: #319CE9;
}

/************************** 
* 16. service styles 
***************************/
.service-style-one {
  overflow: hidden;
  padding-top: 110px;
}
.service-style-one .row {
  margin-left: -17.5px;
  margin-right: -17.5px;
}
.service-style-one .row [class*=col-] {
  padding-left: 17.5px;
  padding-right: 17.5px;
}
.service-style-one .single-service-style-one {
  text-align: center;
}
.service-style-one .single-service-style-one .img-box {
  background: #F1F1F1;
  position: relative;
}
.service-style-one .single-service-style-one .img-box > img {
  width: 100%;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-style-one .single-service-style-one .img-box .overlay {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(49, 150, 238, 0);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-style-one .single-service-style-one .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.service-style-one .single-service-style-one .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: middle;
}
.service-style-one .single-service-style-one .img-box .overlay .box .content i {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 54px;
  color: #2d3136;
}
.service-style-one .single-service-style-one .img-box .overlay .box .content h3,
.service-style-one .single-service-style-one .img-box .overlay .box .content p {
  margin: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-style-one .single-service-style-one .img-box .overlay .box .content h3 {
  color: #2C3035;
  font-size: 22px;
  font-weight: normal;
  margin-top: 10px;
}
.service-style-one .single-service-style-one .img-box .overlay .box .content p {
  color: #808891;
  font-size: 16px;
  line-height: 29px;
  padding: 0 37px;
  margin-top: 10px;
}
.service-style-one .single-service-style-one:hover .img-box > img {
  opacity: 1;
}
.service-style-one .single-service-style-one:hover .img-box .overlay {
  background: rgba(49, 150, 238, 0.9);
}
.service-style-one .single-service-style-one:hover .img-box .overlay .box .content i,
.service-style-one .single-service-style-one:hover .img-box .overlay .box .content h3,
.service-style-one .single-service-style-one:hover .img-box .overlay .box .content p {
  color: #F2F1F1;
}

.service-style-two .single-service-content {
  text-align: center;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  height: 345px;
}
.service-style-two .single-service-content i {
  color: #ffffff;
  font-size: 78px;
  display: block;
  line-height: 1em;
}
.service-style-two .single-service-content h3 {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: normal;
  margin: 0;
  margin-top: 30px;
}
.service-style-two .single-service-content .inner-content {
  width: 100%;
}
.service-style-two .single-service-content .overlay {
  padding: 0 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 50%;
  height: 100%;
  width: 100%;
  border-radius: 2px;
  outline: transparent solid 1px;
  -webkit-perspective: inherit;
  perspective: inherit;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  z-index: 2;
}
.service-style-two .single-service-content .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.service-style-two .single-service-content .overlay .box .content {
  display: table-cell;
  vertical-align: middle;
}
.service-style-two .single-service-content .overlay .box .content i {
  font-size: 55px;
}
.service-style-two .single-service-content .overlay .box .content h3 {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.service-style-two .single-service-content .overlay .box .content p {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 29px;
  margin: 0;
}
.service-style-two .single-service-content .front {
  background: #3196ee;
  border-radius: 10px;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 900;
  text-align: center;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .9s ease;
  transition: -webkit-transform .9s ease;
  transition: transform .9s ease;
  transition: transform .9s ease, -webkit-transform .9s ease;
}
.service-style-two .single-service-content .back {
  background: #3196ee;
  border-radius: 10px;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .9s ease;
  transition: -webkit-transform .9s ease;
  transition: transform .9s ease;
  transition: transform .9s ease, -webkit-transform .9s ease;
}
.service-style-two .single-service-content.flip .front {
  z-index: 900;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
}
.service-style-two .single-service-content.flip .back {
  z-index: 1000;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
}

/************************** 
* 17. about styles 
***************************/
.about-style-one .about-content {
  padding-top: 120px;
}
.about-style-one .about-content .tag-line {
  color: #3397EB;
  font-size: 20px;
  margin-bottom: 15px;
}
.about-style-one .about-content .tag-line:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 2px;
  background: #3397EB;
  margin-right: 15px;
}
.about-style-one .about-content h3,
.about-style-one .about-content p {
  margin: 0;
}
.about-style-one .about-content .title-text {
  font-size: 47px;
  line-height: 55px;
  font-weight: normal;
  color: #2C3035;
  margin-bottom: 25px;
}
.about-style-one .about-content .title-text span {
  color: #3397EB;
}
.about-style-one .about-content .title-text .type-wrap {
  display: inline-block;
}
.about-style-one .about-content .title-text .typed {
  display: inline-block;
  color: #3397EB;
}
.about-style-one .about-content .title-text .typed-cursor {
  position: relative;
  bottom: 0px;
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.about-style-one .about-content p {
  font-size: 18px;
  line-height: 29px;
  color: #808891;
}
.about-style-one .about-content .progress-box {
  margin-top: 25px;
}
.about-style-one .about-content .single-progress-bar + .single-progress-bar {
  margin-top: 20px;
}
.about-style-one .about-content .single-progress-bar .labeled-text,
.about-style-one .about-content .single-progress-bar .progress-scale,
.about-style-one .about-content .single-progress-bar .percent {
  display: inline-block;
  vertical-align: middle;
}
.about-style-one .about-content .single-progress-bar .labeled-text {
  color: #2C3035;
  font-size: 16px;
  text-transform: uppercase;
  width: 44px;
  margin-right: 20px;
}
.about-style-one .about-content .single-progress-bar .progress-scale {
  width: 100%;
  max-width: 285px;
  background: #F0F0F0;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.about-style-one .about-content .single-progress-bar .progress-scale .inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 5px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.about-style-one .about-content .single-progress-bar .percent {
  color: #fff;
  font-size: 14px;
  background: #333335;
  line-height: 1em;
  text-align: center;
  border-radius: 3px;
  padding: 13px 9px 10px;
  margin-left: 20px;
  line-height: 0;
}

.about-style-two {
  padding-bottom: 120px;
}
.about-style-two .about-content .main-title-box .tag-line {
  color: #3397EB;
  font-size: 20px;
  margin-bottom: 15px;
}
.about-style-two .about-content .main-title-box .tag-line:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 2px;
  background: #3397EB;
  margin-right: 15px;
}
.about-style-two .about-content .main-title-box h3,
.about-style-two .about-content .main-title-box p {
  margin: 0;
}
.about-style-two .about-content .main-title-box .title-text {
  font-size: 47px;
  line-height: 55px;
  font-weight: normal;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.about-style-two .about-content .main-title-box .title-text span {
  color: #3397EB;
}
.about-style-two .about-content .main-title-box .title-text .type-wrap {
  display: inline-block;
}
.about-style-two .about-content .main-title-box .title-text .typed {
  display: inline-block;
  color: #3397EB;
}
.about-style-two .about-content .main-title-box .title-text .typed-cursor {
  position: relative;
  bottom: 0px;
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.about-style-two .about-content .main-title-box p {
  font-size: 18px;
  line-height: 29px;
  color: #E6E8E9;
}
.about-style-two .about-content .title-box {
  margin-top: 60px;
  margin-bottom: 35px;
}
.about-style-two .about-content .title-box h3, .about-style-two .about-content .title-box p {
  margin: 0;
}
.about-style-two .about-content .title-box h3 {
  color: #79CE1C;
  font-size: 36px;
  font-weight: normal;
}
.about-style-two .about-content .title-box p {
  margin-top: 15px;
  font-size: 18px;
  line-height: 29px;
  color: #E6E8E9;
}
.about-style-two .about-content .single-about-feature-box + .single-about-feature-box {
  margin-top: 63px;
}
.about-style-two .about-content .single-about-feature-box .icon-box, .about-style-two .about-content .single-about-feature-box .text-box {
  display: table-cell;
  vertical-align: middle;
}
.about-style-two .about-content .single-about-feature-box .icon-box .inner {
  width: 44px;
  height: 44px;
  background: #3196ee;
  text-align: center;
  border-radius: 50%;
}
.about-style-two .about-content .single-about-feature-box .icon-box .inner i {
  line-height: 44px;
  color: #FDFDFD;
  font-size: 18px;
}
.about-style-two .about-content .single-about-feature-box .text-box {
  padding-left: 55px;
}
.about-style-two .about-content .single-about-feature-box .text-box h3, .about-style-two .about-content .single-about-feature-box .text-box p {
  margin: 0;
}
.about-style-two .about-content .single-about-feature-box .text-box h3 {
  font-size: 28px;
  color: #FFFFFF;
  font-weight: normal;
  margin-bottom: 10px;
}
.about-style-two .about-content .single-about-feature-box .text-box p {
  font-size: 18px;
  line-height: 29px;
  color: #E6E8E9;
}
.about-style-two .about-content .single-about-feature-box.style-two .icon-box .inner {
  background: #1AC9D1;
}
.about-style-two img.about-image {
  margin-top: 90px;
}

/************************** 
* 18. hidden sidebar styles 
***************************/
.hidden-sidebar {
  position: fixed;
  top: 0;
  right: -270px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  max-width: 270px;
  background: #222223;
  overflow: auto;
  padding-left: 40px;
  padding-right: 40px;
  text-align: left;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-box-shadow: 0px 7px 15px rgba(33, 33, 33, 0.36);
          box-shadow: 0px 7px 15px rgba(33, 33, 33, 0.36);
}

.hidden-sidebar.open {
  -webkit-transform: translate3d(-270px, 0, 0);
          transform: translate3d(-270px, 0, 0);
}

.hidden-sidebar a.close-button {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  font-size: 25px;
}

.hidden-sidebar .sidebar-content {
  padding-top: 65px;
  padding-bottom: 65px;
}
.hidden-sidebar .sidebar-content .navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 180px;
  margin-bottom: 150px;
}
.hidden-sidebar .sidebar-content .navigation-box li a {
  color: #FFFFFF;
  font-size: 16px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: block;
}
.hidden-sidebar .sidebar-content .navigation-box li a:hover {
  color: #3396EC;
}
.hidden-sidebar .sidebar-content .navigation-box li.current a {
  color: #3396EC;
}
.hidden-sidebar .sidebar-content .navigation-box li + li {
  margin-top: 20px;
}
.hidden-sidebar .sidebar-content .navigation-box li .subnav-toggler {
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 20px;
  padding: 0;
  margin-left: 10px;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
}
.hidden-sidebar .sidebar-content .navigation-box li ul.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
.hidden-sidebar .sidebar-content .navigation-box li ul.sub-menu li a {
  color: #FFFFFF;
  font-size: 16px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: block;
  padding-left: 15px;
}
.hidden-sidebar .sidebar-content .social {
  margin-bottom: 20px;
}
.hidden-sidebar .sidebar-content .social a {
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 33px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 50%;
}
.hidden-sidebar .sidebar-content .social a:hover {
  color: #3196EE;
}
.hidden-sidebar .sidebar-content .social a + a {
  margin-left: 10px;
}
.hidden-sidebar .sidebar-content p.copy-text {
  margin: 0;
  color: #ECECEC;
  font-size: 15px;
}
.hidden-sidebar .sidebar-content p.copy-text i.fa-heart {
  color: #79CE1C;
}

/************************** 
* 19. parallax styles 
***************************/
.parallax-bg {
  background-color: #000;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

[class*=parallax-style] {
  max-height: 650px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[class*=parallax-style] p {
  margin-top: 30px !important;
}
[class*=parallax-style] a.thm-btn {
  margin-top: 50px;
}
[class*=parallax-style].overlay {
  position: relative;
}
[class*=parallax-style].overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
[class*=parallax-style].overlay * {
  position: relative;
  z-index: 10;
}

.parallax-style-one {
  background-image: url(../img/parallax-1-1.jpg);
}
.parallax-style-one h3,
.parallax-style-one p {
  margin: 0;
}
.parallax-style-one h3 {
  color: #FFFFFF;
  font-size: 60px;
  line-height: 72px;
  font-weight: 300;
}
.parallax-style-one h3 span {
  font-weight: 500;
}
.parallax-style-one p {
  font-size: 20px;
  color: #FFFFFF;
}
.parallax-style-one a.thm-btn {
  display: inline-block;
  vertical-align: middle;
  width: 210px;
  height: 58px;
  background: #7BCF0C;
  color: #fff;
  font-size: 16px;
  line-height: 58px;
  text-align: center;
  border-radius: 7px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.parallax-style-one a.thm-btn:hover {
  background: #5e9f09;
}
.parallax-style-one a.thm-btn.style-two {
  background: #19CAD0;
}
.parallax-style-one a.thm-btn.style-two:hover {
  background: #149ea2;
}

.parallax-style-two {
  background-image: url(../img/parallax-1-2.jpg);
}
.parallax-style-two h3,
.parallax-style-two p {
  margin: 0;
}
.parallax-style-two h3 {
  font-size: 60px;
  line-height: 72px;
  letter-spacing: .025em;
  color: #2C3035;
  font-weight: 300;
}
.parallax-style-two p {
  font-size: 20px;
  line-height: 32px;
  color: #808891;
}
.parallax-style-two a.thm-btn {
  display: inline-block;
  vertical-align: middle;
  width: 210px;
  height: 58px;
  background: #3396EC;
  color: #fff;
  font-size: 16px;
  line-height: 58px;
  text-align: center;
  border-radius: 7px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.parallax-style-two a.thm-btn:hover {
  background: #147dd8;
}

.parallax-style-three {
  background-image: url(../img/parallax-1-3.jpg);
}
.parallax-style-three h3,
.parallax-style-three p {
  margin: 0;
}
.parallax-style-three h3 {
  font-size: 60px;
  line-height: 72px;
  letter-spacing: .025em;
  color: #FFFFFF;
  font-weight: 300;
}
.parallax-style-three p {
  font-size: 20px;
  line-height: 32px;
  color: #808891;
}
.parallax-style-three a.thm-btn {
  display: inline-block;
  vertical-align: middle;
  width: 210px;
  height: 58px;
  background: #1AC9D1;
  color: #fff;
  font-size: 16px;
  line-height: 58px;
  text-align: center;
  border-radius: 7px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.parallax-style-three a.thm-btn:hover {
  background: #149da4;
}

.parallax-style-four {
  background-image: url(../img/video-bg-1.jpg);
}
.parallax-style-four h3,
.parallax-style-four p {
  margin: 0;
}
.parallax-style-four h3 {
  font-size: 60px;
  line-height: 72px;
  letter-spacing: .025em;
  color: #2C3035;
  font-weight: 300;
}
.parallax-style-four p {
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
}
.parallax-style-four a.thm-btn {
  display: inline-block;
  vertical-align: middle;
  width: 210px;
  height: 58px;
  background: #1AC9D1;
  color: #fff;
  font-size: 16px;
  line-height: 58px;
  text-align: center;
  border-radius: 7px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.parallax-style-four a.thm-btn:hover {
  background: #149da4;
}

.parallax-style-five h3,
.parallax-style-five p {
  margin: 0;
}
.parallax-style-five h3 {
  font-size: 60px;
  line-height: 72px;
  letter-spacing: .025em;
  color: #FFFFFF;
  font-weight: 300;
}
.parallax-style-five p {
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
}
.parallax-style-five a.thm-btn {
  display: inline-block;
  vertical-align: middle;
  width: 210px;
  height: 58px;
  background: #1AC9D1;
  color: #fff;
  font-size: 16px;
  line-height: 58px;
  text-align: center;
  border-radius: 7px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background: #6540c3;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6540c3), color-stop(100%, #d43296));
  background: -webkit-gradient(linear, left top, right top, from(#6540c3), to(#d43296));
  background: linear-gradient(to right, #6540c3 0%, #d43296 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6540c3', endColorstr='#d43296', GradientType=1);
}

/************************** 
* 20. video header styles 
***************************/
.v-header {
  height: 100vh;
  color: #fff;
  width: 100%;
  position: relative;
}

.fullscreen-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.fullscreen-video-wrap video {
  min-height: 100%;
  min-width: 100%;
}

.header-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.header-content .box {
  display: table;
  width: 100%;
  height: 100%;
}
.header-content .box .content {
  display: table-cell;
  vertical-align: middle;
}
.header-content h1 {
  margin: 0;
  color: #fff;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: .025em;
  font-weight: 300;
  margin-bottom: 45px;
}
.header-content h1 span {
  font-weight: 500;
}
.header-content .thm-btn {
  display: inline-block;
  vertical-align: middle;
  width: 210px;
  height: 58px;
  background: #3396EC;
  color: #fff;
  font-size: 16px;
  line-height: 58px;
  text-align: center;
  border-radius: 7px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background: #6540c3;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6540c3), color-stop(100%, #d43296));
  background: -webkit-gradient(linear, left top, right top, from(#6540c3), to(#d43296));
  background: linear-gradient(to right, #6540c3 0%, #d43296 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6540c3', endColorstr='#d43296', GradientType=1);
}

/************************** 
* 21. inner title styles 
***************************/
.inner-page-title {
  background: #000000;
  text-align: center;
  padding: 50px 0;
}
.inner-page-title h3 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
}
.inner-page-title ul.breadcumb {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 15px;
}
.inner-page-title ul.breadcumb li {
  display: inline-block;
  vertical-align: middle;
}
.inner-page-title ul.breadcumb li a, .inner-page-title ul.breadcumb li span {
  display: block;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1em;
}
.inner-page-title ul.breadcumb li span {
  color: #79CE1C;
}
.inner-page-title ul.breadcumb li span.sep {
  margin-left: 10px;
  margin-right: 10px;
}

/************************** 
* 22. sidebar styles 
***************************/
.has-right-sidebar {
  padding-right: 0px;
}

.sidebar .single-sidebar:not(.search-widget):not(.tags-widget) {
  padding: 0 30px;
  padding-top: 30px;
  border: 1px solid #EBEBEF;
}
.sidebar .single-sidebar + .single-sidebar {
  margin-top: 45px;
}
.sidebar .single-sidebar .title {
  margin-bottom: 30px;
}
.sidebar .single-sidebar .title h3 {
  margin: 0;
  color: #150A33;
  font-size: 22px;
  font-weight: 400;
}
.sidebar .single-sidebar .title h3:after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #79CE1C;
  margin-left: 15px;
}
.sidebar .single-sidebar.search-widget {
  border: 1px solid #ececf0;
}
.sidebar .single-sidebar.search-widget form {
  position: relative;
  height: 54px;
}
.sidebar .single-sidebar.search-widget form input {
  width: 100%;
  height: 100%;
  color: #514A47;
  font-size: 15px;
  padding-left: 20px;
  border: none;
  outline: none;
  background-color: transparent;
  letter-spacing: .05em;
}
.sidebar .single-sidebar.search-widget form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #514A47;
}
.sidebar .single-sidebar.search-widget form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #514A47;
}
.sidebar .single-sidebar.search-widget form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #514A47;
}
.sidebar .single-sidebar.search-widget form input:-moz-placeholder {
  /* Firefox 18- */
  color: #514A47;
}
.sidebar .single-sidebar.search-widget form button {
  background-color: transparent;
  outline: none;
  border: none;
  color: #514A47;
  font-size: 15px;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  width: 75px;
  height: 100%;
  color: #514A47;
  border-left: 1px solid #ececf0;
}
.sidebar .single-sidebar.category-widget {
  padding-bottom: 30px !important;
}
.sidebar .single-sidebar.category-widget ul.category-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -5px;
}
.sidebar .single-sidebar.category-widget ul.category-list li + li {
  border-top: 1px solid #E0E0E0;
  padding-top: 10px;
  margin-top: 10px;
}
.sidebar .single-sidebar.category-widget ul.category-list li a {
  color: #514A47;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  display: block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar .single-sidebar.category-widget ul.category-list li a span.count {
  float: right;
}
.sidebar .single-sidebar.category-widget ul.category-list li a:hover {
  color: #79CE1C;
}
.sidebar .single-sidebar.recent-post-widget .recent-post-list {
  margin-top: -5px;
  padding-bottom: 15px;
}
.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post {
  margin-bottom: 0;
}
.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post + .single-recent-post {
  border-top: 1px solid #E0E0E0;
  padding-top: 15px;
}
.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post + .single-recent-post {
  margin-top: 20px;
}
.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post h3 {
  margin: 0;
  color: #150A33;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .01em;
  font-weight: 400;
  margin-bottom: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post h3:hover {
  color: #79CE1C;
}
.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post a.date {
  color: #929191;
  font-size: 15px;
  line-height: 1em;
  display: inline-block;
  font-weight: 400;
}
.sidebar .single-sidebar.tags-widget ul.tags-list, .sidebar .single-sidebar.tags-widget ul.tags-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .single-sidebar.tags-widget ul.tags-list {
  margin-left: -5px;
  margin-right: -5px;
}
.sidebar .single-sidebar.tags-widget ul.tags-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  margin-bottom: 10px;
}
.sidebar .single-sidebar.tags-widget ul.tags-list li a {
  display: block;
  border: 1px solid #F5F9FF;
  color: #514A47;
  font-size: 15px;
  line-height: 1em;
  font-weight: 400;
  padding: 10px 19px;
  -webkit-transition: all .4s;
  transition: all .4s;
  background: #F5F9FF;
}
.sidebar .single-sidebar.tags-widget ul.tags-list li a:hover {
  color: #fff;
  border-color: #79CE1C;
  background: #79CE1C;
}

/************************** 
* 23. home page two styles 
***************************/
.home-page-two .preloader {
  background: #79CD1C;
}

/************************** 
* 24. home page three styles 
***************************/
.home-page-three .about-style-one {
  padding: 50px 0;
}
.home-page-three .about-style-one .about-content {
  padding-top: 70px;
}
.home-page-three .preloader,
.home-page-three .scroll-to-top,
.home-page-three .contact-style-one .contact-form button[type=submit],
.home-page-three .feature-style-two .feature-content a.view-more,
.home-page-three .price-box-style-one .single-price-style-one a.price-btn,
.home-page-three .blog-style-one .blog-title a.view-more,
.home-page-three .testimonials-carousel-wrapper .owl-theme .owl-dots .owl-dot span,
.home-page-three .about-style-one .about-content .single-progress-bar .progress-scale .inner {
  background: #6540c3;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6540c3), color-stop(100%, #d43296));
  background: -webkit-gradient(linear, left top, right top, from(#6540c3), to(#d43296));
  background: linear-gradient(to right, #6540c3 0%, #d43296 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6540c3', endColorstr='#d43296', GradientType=1);
}
.home-page-three .feature-style-three .single-feature-style-three .icon-box {
  background: #6540c3;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6540c3), color-stop(100%, #d43296));
  background: -webkit-gradient(linear, left top, right top, from(#6540c3), to(#d43296));
  background: linear-gradient(to right, #6540c3 0%, #d43296 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6540c3', endColorstr='#d43296', GradientType=1);
  border: none;
}
.home-page-three .feature-style-three .single-feature-style-three .icon-box:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #F2F2F2;
  border-radius: 50%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.home-page-three .feature-style-three .single-feature-style-three .icon-box i {
  position: relative;
  z-index: 10;
}
.home-page-three .feature-style-three .single-feature-style-three:hover .icon-box:before {
  background-color: transparent;
}
.home-page-three .service-style-one .single-service-style-one .img-box .overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #6540c3;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6540c3), color-stop(100%, #d43296));
  background: -webkit-gradient(linear, left top, right top, from(#6540c3), to(#d43296));
  background: linear-gradient(to right, #6540c3 0%, #d43296 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6540c3', endColorstr='#d43296', GradientType=1);
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.home-page-three .service-style-one .single-service-style-one:hover .img-box .overlay:after {
  opacity: .8;
}
.home-page-three .service-style-one .single-service-style-one:hover .img-box .overlay {
  background-color: transparent;
}
.home-page-three .service-style-one .single-service-style-one .img-box .overlay .box .content {
  position: relative;
  z-index: 10;
}
.home-page-three .team-style-one .team-member-img-box .team-pager .pager-item.active .team-thumb > img {
  border-color: #C5349C;
}
.home-page-three .team-style-one .team-member-content-box .container .slide-text .single-progress .progress-scale .inner {
  background: #6540c3;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6540c3), color-stop(100%, #d43296));
  background: -webkit-gradient(linear, left top, right top, from(#6540c3), to(#d43296));
  background: linear-gradient(to right, #6540c3 0%, #d43296 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6540c3', endColorstr='#d43296', GradientType=1);
}
.home-page-three .team-style-one .team-member-content-box .bx-wrapper .bx-prev {
  background: transparent url(../img/team-2-left.png) 0 0 no-repeat;
}
.home-page-three .team-style-one .team-member-content-box .bx-wrapper .bx-next {
  background: transparent url(../img/team-2-right.png) 0 0 no-repeat;
}
.home-page-three .feature-style-one .single-feature-style-one .icon-box {
  border: none;
  background: #6540c3;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6540c3), color-stop(100%, #d43296));
  background: -webkit-gradient(linear, left top, right top, from(#6540c3), to(#d43296));
  background: linear-gradient(to right, #6540c3 0%, #d43296 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6540c3', endColorstr='#d43296', GradientType=1);
  position: relative;
}
.home-page-three .feature-style-one .single-feature-style-one .icon-box:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0;
}
.home-page-three .feature-style-one .single-feature-style-one .icon-box i {
  position: relative;
  z-index: 10;
}
.home-page-three .feature-style-one .single-feature-style-one:hover .icon-box:before {
  opacity: 1;
}
.home-page-three .feature-style-one .feature-btn {
  background: #6540c3;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6540c3), color-stop(100%, #d43296));
  background: -webkit-gradient(linear, left top, right top, from(#6540c3), to(#d43296));
  background: linear-gradient(to right, #6540c3 0%, #d43296 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6540c3', endColorstr='#d43296', GradientType=1);
  border: none;
  padding-top: 11px;
  padding-bottom: 11px;
  position: relative;
}
.home-page-three .feature-style-one .feature-btn:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: #FFFFFF;
  z-index: 1;
  border-radius: 7px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.home-page-three .feature-style-one .feature-btn * {
  z-index: 2;
  position: relative;
}
.home-page-three .feature-style-one .feature-btn .icon-box i {
  color: #d13298;
}
.home-page-three .feature-style-one .feature-btn:hover:before {
  opacity: 0;
}
.home-page-three .feature-style-one .feature-btn:hover .icon-box i {
  color: #fff;
}
.home-page-three .feature-style-one .feature-btn.active:before {
  opacity: 0;
}
.home-page-three .feature-style-one .feature-btn.active .icon-box i {
  color: #fff;
}
.home-page-three .single-testimonials-style-one span,
.home-page-three .funfact-style-one .single-fun-fact .icon-box i {
  background: -webkit-gradient(linear, left top, right top, from(#6540c3), to(#d43296));
  background: linear-gradient(to right, #6540c3 0%, #d43296 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-page-three .testimonials-carousel-wrapper .owl-theme .owl-dots .owl-dot.active span, .home-page-three .testimonials-carousel-wrapper .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}
.home-page-three .price-box-style-one .tab-title li a {
  background: #ede6fb;
  color: #2C3035;
}
.home-page-three .price-box-style-one .tab-title li.active a {
  background: rgba(108, 63, 192, 0.8);
  color: #fff;
}
.home-page-three .price-box-style-one .single-price-style-one.popular {
  padding-top: 37px;
  border: 0;
  background: #6540c3;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6540c3), color-stop(100%, #d43296));
  background: -webkit-gradient(linear, left top, right top, from(#6540c3), to(#d43296));
  background: linear-gradient(to right, #6540c3 0%, #d43296 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6540c3', endColorstr='#d43296', GradientType=1);
  position: relative;
}
.home-page-three .price-box-style-one .single-price-style-one.popular:before {
  content: '';
  border-radius: 10px;
  background: #FFFFFF;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  z-index: 1;
}
.home-page-three .price-box-style-one .single-price-style-one.popular * {
  z-index: 10;
  position: relative;
}
.home-page-three .site-footer .social a {
  position: relative;
}
.home-page-three .site-footer .social a:before {
  position: relative;
  z-index: 10;
}
.home-page-three .site-footer .social a:after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  background: #6540c3;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6540c3), color-stop(100%, #d43296));
  background: -webkit-gradient(linear, left top, right top, from(#6540c3), to(#d43296));
  background: linear-gradient(to right, #6540c3 0%, #d43296 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6540c3', endColorstr='#d43296', GradientType=1);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.home-page-three .site-footer .social a:hover {
  background-color: transparent;
}
.home-page-three .site-footer .social a:hover:after {
  opacity: 1;
}
.home-page-three .header-navigation ul.navigation-box > li > .sub-menu li > a {
  position: relative;
  z-index: 10;
}
.home-page-three .header-navigation ul.navigation-box > li > .sub-menu li:before {
  content: '';
  position: absolute;
  background: #6540c3;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6540c3), color-stop(100%, #d43296));
  background: -webkit-gradient(linear, left top, right top, from(#6540c3), to(#d43296));
  background: linear-gradient(to right, #6540c3 0%, #d43296 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6540c3', endColorstr='#d43296', GradientType=1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0;
}
.home-page-three .header-navigation ul.navigation-box > li > .sub-menu li:hover > a {
  background-color: transparent;
}
.home-page-three .header-navigation ul.navigation-box > li > .sub-menu li:hover:before {
  opacity: 1;
}

/************************** 
* 25. home page four styles 
***************************/
.home-page-four .brand-carousel-wrapper .brand-carousel i {
  color: #484848;
}
.home-page-four .brand-carousel-wrapper .brand-carousel i:hover {
  color: #F5F5F5;
}
.home-page-four .contact-style-one .contact-content h3 {
  color: #3396EC;
}
.home-page-four .contact-style-one .contact-info p span,
.home-page-four .contact-style-one .contact-info p {
  color: #E6E8E9;
}
.home-page-four .contact-style-one p {
  color: #808891;
}
.home-page-four .blog-style-one .blog-title h3 {
  color: #FFFFFF;
}
.home-page-four .blog-style-one .single-blog-style-one h3 {
  color: #FFFFFF;
}
.home-page-four .blog-style-one .single-blog-style-one span.date {
  color: #FFFFFF;
}
.home-page-four .blog-style-one .single-blog-style-one p {
  color: #E6E8E9;
}

/*# sourceMappingURL=style.css.map */