* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
  font-size:14px;
  color:#666666;
  line-height:26px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Montserrat', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}

.large-container{
  max-width: 1570px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1170px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  overflow-x: hidden;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
}

input,button,select,textarea{
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  color: #666666;
  font-family: 'PT Sans', sans-serif;
  margin-bottom: 0px;
  font-style: normal;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #0e1221;
  margin: 0px;
  transition: all 500ms ease;
}

.text{
  font-size: 16px;
  line-height: 26px;
  font-family: 'PT Sans', sans-serif;
  color: #666;
  margin: 0px;
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}


figure{
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}


@keyframes pulse {
    50% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
}

/** button **/

.theme-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  font-family: 'PT Sans', sans-serif;
  color: #fff !important;
  padding: 17px 37px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 30px;
  z-index: 1;
  transition: all 500ms ease;
}

.theme-btn:before {
  position: absolute;
  content: '';
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: -70px;
  z-index: -1;
  border-right: 60px solid transparent;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.theme-btn:after {
  position: absolute;
  content: '';
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: -70px;
  z-index: -1;
  border-left: 60px solid transparent;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.theme-btn:hover::before {
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%);
}

.theme-btn:hover::after {
  -webkit-transform: translateX(40%);
  transform: translateX(40%);
}


.pagination{
  position: relative;
  display: block;
}

.pagination li{
  display: inline-block;
  margin: 0px 6px;
}

.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  text-align: center;
  color: #222;
  background: transparent;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.active{
  color: #fff;
}

.sec-pad{
  padding: 100px 0px 110px 0px !important;
}

.padding_bottom_100{
  padding-bottom: 100px !important;
}

.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 24px;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
  border-radius: 50%;
}

.scroll-top:hover{
  
}

.scroll-top.open {
  bottom: 50px;
}

.scroll-top span{
  color: #fff;
}

.sec-title{
  position: relative;
  margin-bottom: 30px;
}

.sec-title.text-center{
  text-align: center;
}

.sec-title.text-right{
  text-align: right;
}

.sec-title h1{
  position: relative;
  font-size: 38px;
  font-family: 'Montserrat', sans-serif;
  line-height: 58px;
  color: #222;
  font-weight: 400;
  padding-bottom: 33px;
}

.sec-title.text-center h1:before{
  right: 50% !important;
  left: inherit;
}




/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  background: #fff;
  left:0px;
  top:0px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  width:100%;
  z-index:0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.main-header .outer-container{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: transparent;
  padding: 0px 70px;
}

.main-header .outer-container .header-upper .upper-left .logo-box{
  position: relative;
  float: left;
  padding: 40px 0px 30px 0px;
}

.main-header .outer-container .header-upper .upper-left .info-box{
  position: relative;
  float: left;
  padding: 51px 0px 30px 0px;
  margin-left: 300px;
}

.main-header .outer-container .header-upper .upper-left .info-box .box{
  position: relative;
  padding-left: 55px;
}

.main-header .outer-container .header-upper .upper-left .info-box .box:before{
  position: absolute;
  content: '';
  background: #dedede;
  height: 50px;
  width: 1px;
  left: 40px;
  top: 1px;
}

.main-header .outer-container .header-upper .upper-left .info-box .box .icon-box{
  position: absolute;
  left: 0px;
  top: 12px;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  transition: all 500ms ease;
}

.main-header .outer-container .header-upper .upper-left .info-box .box:hover .icon-box{
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  left: 50%;
  opacity: .20;
}

.main-header .outer-container .header-upper .upper-left .info-box .box .text{
  position: relative;
  font-size: 18px;
  line-height: 24px;
  color: #666666;
}

.main-header .outer-container .header-upper .upper-left .info-box .box h3{
  position: relative;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  font-family: 'PT Sans', sans-serif;
  color: #333;
}

.main-header .outer-container .header-upper .upper-left .info-box .box h3 a{
  color: #333;
}

.main-header .outer-container .header-upper .upper-left .info-box .box h3 a:hover{

}

.main-header .outer-container .header-upper .upper-right .menu-right-content{
  position: relative;
  margin: 50px 0px 0px 40px;
}

.main-header .outer-container .header-upper .upper-right .menu-right-content .search-box-outer,
.main-header .outer-container .header-upper .upper-right .menu-right-content .cart-box{
  position: relative;
  float: left;
}

.main-header .outer-container .header-upper .upper-right .menu-right-content .cart-box a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
}

.main-header .outer-container .header-upper .upper-right .menu-right-content .cart-box a:hover{

}

.main-header .outer-container .header-upper .upper-right .menu-right-content .cart-box a span{
  position: absolute;
  top: 4px;
  right: -18px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  border-radius: 50%;
  transition: all 500ms ease;
}

.main-header .outer-container .header-upper .upper-right .menu-right-content .cart-box a:hover span{
  
}

/** search box btn **/

.main-header .search-box-outer {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.main-header .search-box-btn {
  position: relative;
  font-size: 18px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  color: #222;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  background: #fff;
  transition: all 500ms ease;
}

.main-header .search-box-btn:hover{
  color: #fff;
}

.main-header .header-upper.dark .search-box-btn {
  color: #fff;
}

.main-header .search-box-outer .dropdown-menu {
  top: 50px !important;
  padding: 0px;
  width: 330px;
  border-radius: 0px;
  background: #ffffff;
  right: 0;
  left: auto !important;
  transform: translate3d(0px, 0px, 0px) scale3d(0.8,0.8,0.8) !important;
  border-color: transparent;
  border-radius: 3px;
  box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
  transition: .5s ease;
  display: block;
  opacity: 0;
  visibility: hidden;
}

.main-header .search-box-outer .show .dropdown-menu {
  display: block;
  transform: scale3d(1,1,1)!important;
  opacity: 1;
  visibility: visible;
}

.main-header .search-panel .form-container {
  padding: 30px;
}

.main-header .search-panel .form-group {
  position: relative;
  margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 9px 50px 9px 15px;
  height: 50px;
  border: 1px solid #f3f5fe;
  border-radius: 3px;
  background: #f3f5fe;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
  border-color: #f3f5fe;
}

.main-header .search-panel .search-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 50px;
  height: 48px;
  text-align: center;
  color: #111111;
  background: #f3f5fe;
  font-size: 14px;
  border-radius: 0px 3px 3px 0px;
  cursor: pointer;
}

.dropdown-toggle::after {
  display: none;
}


/** main-menu **/

.main-menu{
  position:relative;
  float:left;
}

.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}

.main-menu .navigation{
  position:relative;
  margin:0px;
}

.main-menu .navigation > li{
  position:relative;
  float:left;
  z-index:2;
  padding: 60px 0px 3px 0px;
  margin: 0px 12px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li:before{
  position: absolute;
  content: '';
  width: 0px;
  height: 2px;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  transition: all 500ms ease;
}

.main-menu .navigation > li.current:before,
.main-menu .navigation > li:hover::before{
  width: 30px;
}

.main-menu .navigation > li:last-child{
  margin-right:0px !important;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px !important;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size:15px;
  line-height:30px;
  font-weight:500;
  opacity:1;
  font-family: 'PT Sans', sans-serif;
  color:#222;
  padding: 0px;
  z-index:1;
  text-transform: capitalize;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-menu .navigation > li > ul{
  position:absolute;
  left:0px;
  top:100%;
  width:250px;
  z-index:100;
  display:none;
  opacity: 0;
  visibility: hidden;
  padding: 0px 0px;
  background-color: #ffffff;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 6px 30px;
  border-bottom: 1px solid #f5f5f5;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li:hover{

}

.main-menu .navigation > li > ul > li > a{
  position:relative;
  display:block;
  padding:6px 0px;
  line-height:24px;
  font-weight:500;
  font-size:15px;
  text-transform:capitalize;
  color:#222;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
  color:#fff;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position:absolute;
  right:10px;
  top:6px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:800;
  text-align:center;
  z-index:5;  
}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  left:100%;
  top:-2px;
  width:230px;
  z-index:100;
  display:none;
  padding: 0px 0px;
  background-color: #ffffff;
  border-top: 3px solid #00AEED;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 6px 30px;
  border-bottom: 1px solid #f5f5f5;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover{
  background: #00AEED;
  border-color: #00AEED;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  font-size: 15px;
  padding:6px 0px;
  line-height:24px;
  font-weight:500;
  font-size:15px;
  text-transform:capitalize;
  color:#222;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
  color:#fff;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;  
}

.main-menu .navigation > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease; 
}

.main-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:10px;
  top:8px;
  width:34px;
  height:30px;
  border:1px solid #ffffff;
  text-align:center;
  font-size:16px;
  line-height:26px;
  color:#ffffff;
  cursor:pointer;
  z-index:5;
  display:none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .navbar-collapse{
  display:block !important; 
}

.mobile-menu .nav-logo{
  position:relative;
  padding:30px 25px;
  text-align:left;  
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background:#000;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  -webkit-transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
  transition:all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #202020;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
  transition:all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li > a:hover{
   
}

.mobile-menu .navigation li.current > a:before{
  height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{ 
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
  display: none;
}

.mobile-menu .social-links{
  position:relative;
  padding:30px 25px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .social-links li a:hover{
  color:#f96b39;  
}

div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 80px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li a:hover{
  color: #f96b39;
}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}


/** stricky-header **/

.sticky-header .main-menu .navigation > li{
  margin: 0px;
}

.sticky-header .main-menu .navigation > li > a{
  margin: 0px 12px;
  margin-top: 20px;
}

.sticky-header .main-menu .navigation > li > a{
  color: #222 !important;
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a{
  color: #00AEED !important;
}

.sticky-header .logo-box{
  position: relative;
  float: left;
  padding: 11px 0px 14px 0px
}

.sticky-header .menu-area{
  position: relative;
  float: right;
}

.sticky-header .main-menu .navigation > li > a:before{
  display: none;
}

.sticky-header .main-menu .navigation > li{
  padding: 0px !important;
  margin: 0px !important;
  border: none !important;
}

.sticky-header .main-menu .navigation > li:before{
  display: none;
}



/** main-slider **/

.main-slider{
  position:relative;
}

.main-slider .pattern-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 1035px;
  height: 740px;
  top: 0px;
  right: 0px;
  background-repeat: no-repeat;
  animation-name: slideInRight;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  -webkit-animation-name: slideInRight;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: slideInRight;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: linear;
  -ms-animation-name: slideInRight;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: 1;
  -ms-animation-timing-function: linear;
}

.main-slider .slide{
  position:relative;
  width: 100%;
  padding: 175px 0px 100px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main-slider .content-box{
  position: relative;
  display: block;
  max-width: 530px;
  width: 100%;
  padding-top: 70px;
  z-index: 1;
}

.main-slider .top-text{
  position:relative;
  display: inline-block;
  padding-left: 43px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  opacity: 0;
  margin-bottom: 9px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}

.main-slider .active .top-text{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 500ms;
}

.main-slider h1{
  position:relative;
  display: block;
  font-size: 74px;
  line-height: 80px;
  color: #222;
  font-weight: 700;
  margin-bottom: 33px;
  opacity:0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
}

.main-slider .active h1{
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 1000ms;
}

.main-slider .text{
  position:relative;
  font-size: 18px;
  line-height: 26px;
  color: #666666;
  font-weight: 700;
  margin-bottom: 47px;
  opacity:0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
}

.main-slider .active .text{
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 1000ms;
}

.main-slider .btn-box{
  opacity:0;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.main-slider .active .btn-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1500ms;
}

.main-slider .btn-box .theme-btn.style-one{
  margin-right: 8px;
}

.main-slider .image-box{
  position: relative;
  padding-right: 65px;
}

.main-slider .image-box .bg-layer{
  position: absolute;
  right: -75px;
  bottom: 0px;
  width: 972px;
  height: 625px;
  background-repeat: no-repeat;
  z-index: -1;
}

.main-slider .image-box .image{
  opacity:0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.main-slider .active .image-box .image{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1000ms;
}

.main-slider .active .image-box .image img{
  position: relative;
  width: auto;
}

/* slide nav */


.main-slider .owl-dots{
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 52px;
  display: none;
}

.main-slider .owl-nav{
  position:absolute;
  top:50%;
  z-index:1;
  width:100%;
  transform: translateY(-50%);
}

.main-slider .owl-nav [class*="owl-"]{
  position: absolute;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  width: 50px;
  height: 50px;
  line-height:50px;
  margin: 0px;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  transition: all 500ms ease;
}

.main-slider .owl-nav .owl-prev{
  position:absolute;
  left: 30px;
}

.main-slider .owl-nav .owl-next{
  position:absolute;
  right: 30px;
}

.main-slider .owl-nav [class*="owl-"]:hover{
  color: #fff;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}


/** feature-section **/

.feature-section{
  position: relative;
  padding-bottom: 100px;
}

.feature-section .sec-title{
  margin-bottom: 41px;
}

.feature-section .inner-content{
  position: relative;
  margin: 0px -100px;
}

.feature-section .feature-block{
  position: relative;
}

.feature-section .feature-block:last-child::before{
  display: none;
}

.feature-block-one{
  position: relative;
  display: block;
  background: #fff;
  text-align: center;
  padding: 30px 30px;
}

.feature-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 28px;
  transition: all 500ms ease;
}

.feature-block-one:hover .inner-box .icon-box{
  
}

.feature-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
}

.feature-block-one .inner-box h3 a{
  display: inline-block;
  color: #222;
}

.feature-block-one .inner-box h3 a:hover{
  
}

.feature-block-one .inner-box .text{
  position: relative;
  margin-bottom: 22px;
}

.feature-block-one .inner-box .link a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
}

.feature-block-one .inner-box .link a:hover{
  
}


/** delivery-section **/

.delivery-section{
  position: relative;
  padding: 45px 0px;
}

.delivery-section .top-title{
  margin-bottom: 30px;
}

.top-title .title-inner,
.top-title .text-inner{
  position: relative;
  width: ;
}

.top-title .title-inner .sec-title{
  text-align: center;
  padding-right: ;
  margin-bottom: 0px;
}

.top-title .title-inner .sec-title h1{
  padding-bottom: 24px;
}



.top-title .text-inner .text{
  position: relative;
  padding-left: 50px;
  padding-right: 120px;
  margin-top: 5px;
}

.single-shop-block .inner-box{
  position: relative;
  display: block;
  text-align: center;
  background: #fff;
  padding: 5px 5px;
  margin: 30px 0px;
  border-radius: 5px;
  transition: all 500ms ease;
}



.single-shop-block .image-box{
  position: relative;
  display: block;
  margin-bottom: 20px;
}


.single-shop-block .image-box img{
  position: relative;
  display: inline-block;
  width: auto;
  transition: all 500ms ease;
}

.single-shop-block .size{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  background: #eeeeee;
  padding: 1px 21px;
  text-align: center;
  border-radius: 30px;
  margin-bottom: 13px;
}

.single-shop-block h3{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: ;
  color: #222;
  margin-bottom: 20px;
}

.single-shop-block h3 a{
  display: inline-block;
  color: #222;
}

.single-shop-block h3 a:hover{
  
}

.single-shop-block .text{
  position: relative;
  margin-bottom: 26px;
}

.single-shop-block .price{
  position: relative;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 33px;
}

.single-shop-block .price del{
  color: #cccccc;
}

.single-shop-block .cart-btn a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  border-radius: 30px;
  text-align: center;
  padding: 10px 39px;
  margin-bottom: 20px;
}

.single-shop-block .cart-btn i{
  margin-right: 10px;
}

.single-shop-block .cart-btn a:hover{
  color: #fff;
}

.delivery-section .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  padding-top: 30px;
}

.delivery-section .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  background: transparent;
  border: 1px solid #7f8081;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0px 10px;
  transition: all 500ms ease;
}

.delivery-section .owl-theme .owl-dots .owl-dot.active span,
.delivery-section .owl-theme .owl-dots .owl-dot span:hover{
  
}

.single-shop-block .inner-box .border-one:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 0px;
  height: 2px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.single-shop-block .inner-box .border-one:after {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 0px;
  width: 2px;
  height: 0px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.single-shop-block .inner-box .border-two:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 2px;
  height: 0px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.single-shop-block .inner-box .border-two:after {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 0px;
  width: 0px;
  height: 2px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.single-shop-block:hover .border-one:before {
  width: 100%;
}

.single-shop-block:hover .border-one:after {
  height: 100%;
}

.single-shop-block:hover .border-two:before {
  height: 100%;
}

.single-shop-block:hover .border-two:after {
  width: 100%;
}


/** border **/

@keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 20000px 0; }
}

@-webkit-keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 20000px 0; }
}

.border-shap .border-1{
  position: absolute;
  left: 0px;
  top: -20px;
  width: 100%;
  height: 63px;
  background-repeat: repeat-x;
  animation: slide 400s linear infinite;
  -webkit-animation: slide 400s linear infinite;
}

.border-shap .border-2{
  position: absolute;
  left: 0px;
  bottom: -20px;
  width: 100%;
  height: 63px;
  background-repeat: repeat-x;
  animation: slide 400s linear infinite;
  -webkit-animation: slide 400s linear infinite;
}


/** video-section **/

.video-section{
  position: relative;
  padding: 120px 0px;
}

#video_block_one .video-inner{
  position: relative;
  max-width: 810px;
  width: 100%;
}

.video-section .upper-content .video-inner{
  margin: 0 auto;
  padding-bottom: 50px;
}

#video_block_one .video-inner .video-box{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 160px 0px;
  border-radius: 5px;
}

#video_block_one .video-inner .video-box .video-btn a{
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #222;
  background: #fff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  -webkit-animation: pulse 3s infinite;
  -o-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}

.video-section .top-title{
  margin-bottom: 108px;
}

.video-section .lower-content{
  position: relative;
  margin: 0px -90px;
}

.video-section .lower-content .image-box{
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 5px;
}

.video-section .lower-content .image-box img{
  position: relative;
  display: block;
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease;
}

.video-section .lower-content .image-box:hover img{
  transform: scale(1.05);
  opacity: 0.5;
}

.video-section .lower-content .image-column{
  padding: 0px 30px;
}


/** composition-section **/

.composition-section{
  position: relative;
  padding: 45px 0px;
}

.composition-section .upper-content{
  position: relative;
  margin: 0px -90px;
}

.composition-section .upper-content .inner-box .single-item{
  position: relative;
  margin-bottom: 145px;
  max-width: 350px;
}

.composition-section .upper-content .left-column .inner-box .single-item:last-child,
.composition-section .upper-content .right-column .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.composition-section .upper-content .inner-box .single-item .icon-box{
  position: absolute;
  top: 6px;
}

.composition-section .upper-content .left-column .inner-box .single-item .icon-box:before{
  right: -95px;
}

.composition-section .upper-content .right-column .inner-box .single-item .icon-box:before{
  left: -95px;
}

.composition-section .upper-content .left-column .inner-box .single-item .icon-box{
  right: 0px;
}

.composition-section .upper-content .left-column .inner-box .single-item{
  padding-right: 105px;
  text-align: right;
}

.composition-section .upper-content .right-column .inner-box .single-item .icon-box{
  left: 0px;
}

.composition-section .upper-content .right-column .inner-box .single-item{
  padding-left: 105px;
  text-align: left;
  max-width: 100%;
  margin-left: 70px;
}

.composition-section .upper-content .inner-box .single-item .icon-box span{
  position: absolute;
  top: -6px;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}

.composition-section .upper-content .left-column .inner-box .single-item .icon-box span{
  left: -28px;
}

.composition-section .upper-content .right-column .inner-box .single-item .icon-box span{
  right: -28px;
}

.composition-section .upper-content .inner-box .single-item h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #222;
  margin-bottom: 1px;
}

.composition-section .upper-content .inner-box .single-item h3 a{
  display: inline-block;
  color: #222;
}

.composition-section .upper-content .inner-box .single-item h3 a:hover{
  
}

.composition-section .upper-content .inner-box .single-item h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #222;
  margin-bottom: 14px;
}

.composition-section .upper-content .inner-box{
  position: relative;
  margin-top: 25px;
}

.composition-section .upper-content .image-box{
  position: relative;
  display: block;
  text-align: center;
}

.composition-section .upper-content .image-box .pattern-bg{
  position: absolute;
  left: -20px;
  top: -15px;
  width: 460px;
  height: 460px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.composition-section .sec-title{
  margin-bottom: 68px;
}

.composition-section .upper-content{
  position: relative;
  margin-bottom: 85px;
}

.composition-section .lower-content{
  position: relative;
  max-width: 945px;
  width: 100%;
  margin: 0 auto;
}

.composition-section .lower-content .single-item{
  position: relative;
  width: 25%;
  float: left;
  text-align: center;
}

.composition-section .lower-content .single-item h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #222;
  margin-bottom: 1px;
}

.composition-section .lower-content .single-item h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #222;
}

.composition-section .lower-content .single-item:last-child::before{
  display: none;
}

.composition-section .border-shap .border-2{
  z-index: 2;
}


/** info-section **/

.info-section{
  position: relative;
  padding: 120px 0px 105px 0px;
}

.info-section .bg-pattern{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.info-section .content-box{
  margin-left: 50px;
  z-index: 1;
}

.info-section .image-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.info-section .image-layer img{
  position: relative;
}

#content_block_one .content-box{
  position: relative;
  display: block;
}

#content_block_one .content-box .sec-title h1{
  color: #fff;
  font-weight: 700;
}

#content_block_one .content-box .sec-title h1:before{
  right: inherit;
  left: 0px;
}

#content_block_one .content-box .text{
  position: relative;
  color: #fff;
  margin-bottom: 25px;
}

#content_block_one .content-box .list-item li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 9px;
  padding-left: 25px;
}

#content_block_one .content-box .list-item li:last-child{
  margin-bottom: 0px;
}

#content_block_one .content-box .list-item li:before{
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  font-weight: 700;
  left: 0px;
  top: 1px;
}

#content_block_one .content-box .list-item{
  position: relative;
  margin-bottom: 57px;
}

#content_block_one .content-box .theme-btn.style-one{
  margin-right: 8px;
}

#content_block_one .content-box .theme-btn.style-two:before,
#content_block_one .content-box .theme-btn.style-two:after{
  
}

#content_block_one .content-box .sec-title{
  margin-bottom: 27px;
}


/** testimonial-section **/

.testimonial-section{
  position: relative;
  padding: 45px 0px 120px 0px;
}

.testimonial-section .client-thumb-outer{
  position:relative;
  max-width:300px;
  margin:0 auto;
  overflow:hidden;
  padding-top: 32px;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel{
  position: relative;
  max-width: 80px;
  margin: 0 auto;
  margin-bottom: 5px;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .owl-stage-outer{
  overflow:visible;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .thumb-item{
  position:relative;
  width:80px;
  border-radius:50%;
  margin: 0 auto;
}

.testimonial-section .client-thumb-outer .thumb-item .thumb-box{
  width:80px;
  height:80px;
  cursor:pointer;
  overflow: hidden;
  border-radius:50%;
  background: #fff;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .thumb-item img{
  overflow:hidden;
  width:100%;
  height:100%;
  display:block;
  border-radius:50%;
  opacity: 0.3;
}

.testimonial-section .owl-item.active .thumb-item .thumb-box img{
  opacity: 1;
}

.testimonial-section .client-testimonial-carousel .owl-prev,
.testimonial-section .client-testimonial-carousel .owl-next{
  position: absolute;
  display: inline-block;
  bottom: -95px;
  font-size: 20px;
  font-weight: 600;
  color: #222;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-section .client-testimonial-carousel .owl-prev:hover,
.testimonial-section .client-testimonial-carousel .owl-next:hover{
  color: #fff;
}

.testimonial-section .client-testimonial-carousel .owl-prev{
  left: 155px;
}

.testimonial-section .client-testimonial-carousel .owl-next{
  right: 155px;
}

.testimonial-section .top-title{
  margin-bottom: ;
}

.testimonial-section .inner-content{
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.testimonial-section .testimonial-content{
  position: relative;
  text-align: center;
  margin-top: 60px;
}

.testimonial-section .testimonial-content .inner-box .text{
  position: relative;
  font-size: 22px;
  line-height: 36px;
  color: #222;
  font-style: italic;
  margin-bottom: 48px;
}

.testimonial-section .testimonial-content .inner-box .text:before{
  position: absolute;
  content: "\f111";
  font-size: 200px;
  line-height: 150px;
  font-family: 'Flaticon';
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  z-index: -1;
}

.testimonial-section .testimonial-content .inner-box .author-info .name{
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.testimonial-section .testimonial-content .inner-box .author-info .designation{
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}

.border-shap .border-3 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 17px;
  background-repeat: repeat-x;
  animation: slide 300s linear infinite;
  -webkit-animation: slide 300s linear infinite;
}


/** news-section **/

.news-section{
  position: relative;
  padding: 100px 0px;
}

.news-section .sec-title{
  margin-bottom: 60px;
}

.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.news-block-one .inner-box .image-box img{
  position: relative;
  display: block;
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease;
}

.news-block-one:hover .inner-box .image-box img{
  transform: scale(1.05);
  opacity: 0.5;
}

.news-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  margin: 0px 30px;
}

.news-block-one .inner-box .lower-content .inner{
  position: relative;
  margin-top: -70px;
  background: #fff;
  border-radius: 5px;
  padding: 43px 40px 50px 45px;
  box-shadow: 0 10px 20px #edf1f2;
}

.news-block-one .inner-box .lower-content .inner .info-box li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  margin-right: 15px;
}

.news-block-one .inner-box .lower-content .inner .info-box li:last-child{
  margin-right: 0px;
}

.news-block-one .inner-box .lower-content .inner .info-box li a{
  color: #222;
}

.news-block-one .inner-box .lower-content .inner .info-box li a:hover{
  
}

.news-block-one .inner-box .lower-content .inner .info-box li i{
  font-weight: 600;
  margin-right: 6px;
}

.news-block-one .inner-box .lower-content .inner .info-box li:before{
  position: absolute;
  content: '';
  background: #b7b7b7;
  width: 1px;
  height: 15px;
  top: 7px;
  right: -9px;
}

.news-block-one .inner-box .lower-content .inner .info-box li:last-child::before{
  display: none;
}

.news-block-one .inner-box .lower-content .inner .info-box{
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 27px;
}

.news-block-one .inner-box .lower-content .inner h2{
  position: relative;
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #222;
  line-height: 40px;
  margin-bottom: 9px;
}

.news-block-one .inner-box .lower-content .inner h2 a{
  display: inline-block;
  color: #222;
}

.news-block-one .inner-box .lower-content .inner h2 a:hover{
  
}

.news-block-one .inner-box .lower-content .inner .text{
  position: relative;
  margin-bottom: 31px;
}

.news-block-one .inner-box .lower-content .lower-box .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  border-radius: 30px;
  text-align: center;
  padding: 10px 32px;
}

.news-block-one .inner-box .lower-content .lower-box .btn-box a:hover{
  color: #fff;
}

.news-block-one .inner-box .lower-content .lower-box .share-box .share-link{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}

.news-block-one .inner-box .lower-content .lower-box .share-box{
  position: relative;
  margin-top: 12px;
}

.news-block-one .inner-box .lower-content .lower-box .share-box .share-link i{
  margin-right: 8px;
}

.news-block-one .inner-box .lower-content .lower-box .share-box .share-link:hover{
  
}

.news-block-one .inner-box .lower-content .lower-box .share-box:hover .social-links {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.news-block-one .inner-box .lower-content .lower-box .share-box .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 5px;
}

.news-block-one .inner-box .lower-content .lower-box .share-box .share{
  position: relative;
}

.news-block-one .inner-box .lower-content .lower-box .share-box .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #222;
}

.news-block-one .inner-box .lower-content .lower-box .share-box .social-links li a:hover{
  
}

.news-block-one .inner-box .lower-content .lower-box .share-box .social-links {
  position: absolute;
  left: 0%;
  bottom: -30px;
  width: 100px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 500ms ease;
}


/** clients-section **/

.clients-section{
  position: relative;
  padding-bottom: 45px;
}

.clients-section .top-title{
  margin-bottom: 20px;
}

.clients-section .image-box img{
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.clients-section .image-box:hover img{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}


/** main-footer **/

.main-footer{
  position: relative;
  background: #0e2c50;
}

.main-footer .footer-top{
  position: relative;
  padding: 60px 0px 77px 0px;
}

.main-footer .footer-top .subscribe-form{
  position: relative;
  max-width: 650px;
  width: 100%;
}

.main-footer .footer-top .subscribe-form .form-group{
  position: relative;
  margin: 0px;
}

.main-footer .footer-top .subscribe-form .form-group input[type='email']{
  position: relative;
  width: 100%;
  height: 60px;
  background: #fff;
  font-size: 18px;
  font-family: 'PT Sans', sans-serif;
  border: 3px solid #fff;
  padding: 10px 200px 10px 40px;
  border-radius: 30px;
  transition: all 500ms ease;
}

.main-footer .footer-top .subscribe-form .form-group input:focus{
  
}

.main-footer .footer-top .subscribe-form .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
}

.main-footer .footer-top .subscribe-form .form-group .theme-btn.style-two{
  padding: 17px 50px;
}

.main-footer .footer-top .footer-social{
  position: relative;
  margin-top: 12px;
}

.main-footer .footer-top .footer-social .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.main-footer .footer-top .footer-social .social-links li:last-child{
  margin-right: 0px;
}

.main-footer .footer-top .footer-social .social-links li a{
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  background: #213d5e;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}

.main-footer .footer-top .footer-social .social-links li a:hover{
  
}

.main-footer .footer-upper{
  position: relative;
  padding: 45px 0px 45px 0px;
}

.main-footer .footer-upper .logo-widget .footer-logo{
  position: relative;
  margin-bottom: 17px;
}

.main-footer .footer-upper .logo-widget .text{
  position: relative;
  color: #fff;
}

.main-footer .footer-upper .footer-widget .widget-title{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 12px;
  margin-bottom: 30px;
}

.main-footer .footer-upper .footer-widget .widget-title:before{
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  left: 0px;
  bottom: 0px;
}

.main-footer .footer-upper .links-widget .widget-content .list li{
  position: relative;
  display: block;
  margin-bottom: 6px;
}

.main-footer .footer-upper .links-widget .widget-content .list li:last-child{
  margin-bottom: 0px;
}

.main-footer .footer-upper .links-widget .widget-content .list li a{
  display: inline-block;
  font-size: 14px;
  color: #fff;
}

.main-footer .footer-upper .links-widget .widget-content .list li a:hover{
  
}

.main-footer .footer-upper .footer-widget{
  position: relative;
}

.main-footer .footer-upper .links-widget{
  margin-left: ;
}

.main-footer .footer-upper .logo-widget{
  margin-right: -30px;
  margin-top: 3px;
}

.main-footer .footer-upper .shediul-widget .widget-content .list li{
  position: relative;
  font-size: 14px;
  display: block;
  color: #fff;
  margin-bottom: 6px;
}

.main-footer .footer-upper .shediul-widget .widget-content .list li:last-child{
  margin-bottom: 0px;
}

.main-footer .footer-upper .shediul-widget,
.main-footer .footer-upper .contact-widget{
  margin-left: ;
}

.main-footer .footer-upper .contact-widget .widget-content .list li{
  position: relative;
  font-size: 14px;
  line-height: 32px;
  display: block;
  color: #fff;
}

.main-footer .footer-upper .contact-widget .widget-content .list li a{
  color: #fff;
}

.main-footer .footer-upper .contact-widget .widget-content .list li a:hover{
  
}

.main-footer .footer-bottom{
  position: relative;
  background: #0a213d;
  padding: 10px 0px;
  text-align:;
}

.main-footer .footer-bottom .copyright{
  position: relative;
  font-size: 14px;
  color: #a5a9b0;
}

.main-footer .footer-bottom .copyright a{
  color: #a5a9b0;
}

.main-footer .footer-bottom .copyright a:hover{
  
}



/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/


/** header-style-two **/

.main-header.style-two{
  position: relative;
}

.main-header.style-two .header-top{
  position: relative;
  background: #00AEED;
  /* padding: 8px 0px 8px 0px; */
}

.main-header.style-two .outer-container{
  position: relative;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.main-header.style-two .header-top .top-left .info-box li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  margin-right: 30px;
  margin-top: 5px;
}

.main-header.style-two .header-top .top-left .info-box li:last-child{
  margin-right: 0px;
}

.main-header.style-two .header-top .top-left .info-box li a{
  color: #fff;
}

.main-header.style-two .header-top .top-left .info-box li a:hover{
  color: #F0F0F2;
}

.main-header.style-two .header-top .top-left .info-box li i{
  margin-right: 8px;
}

.main-header.style-two .header-top .top-left .info-box li a.phone{
  font-weight: 500;
}

.main-header.style-two .header-top .top-right .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.main-header.style-two .header-top .top-right .social-links li:last-child{
  margin-right: 0px;
}

.main-header.style-two .header-top .top-right .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

.main-header.style-two .header-top .top-right .social-links li a:hover{
  color: #F0F0F2;
}

.main-header.style-two .outer-container .header-upper .upper-left .logo-box {
  padding: 10px 0px;
}

.logo-box img{
	width: 200px;
	height: auto;
}

.slogo img{
	width: 100px;
	height: auto;
}

.mlogo img{
	width: 150px;
	height: auto;
}

.main-header.style-two .main-menu .navigation > li{
  padding-top: 46px;
}

.main-header.style-two .outer-container .header-upper .upper-right .menu-right-content{
  margin-top: 36px;
}

.main-header.style-two .search-box-btn{
  border: 1px solid #e6eef8;
}

.main-header.style-two .search-box-btn:hover{
  
}


/** slider-style-two **/

.main-slider.style-two{
  position: relative;
}

.main-slider.style-two .content-box{
  max-width: 560px;
  padding-top: 0px;
}

.main-slider.style-two h1{
  margin-bottom: 53px;
}

.main-slider.style-two .content-box .btn-box .video-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 30px;
  padding: 17px 30px 17px 67px;
  z-index: 1;
}

.main-slider.style-two .content-box .btn-box .video-btn:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.main-slider.style-two .content-box .btn-box .video-btn:hover::before{
  width: 100%;
  left: 0px;
}

.main-slider.style-two .content-box .btn-box .video-btn i{
  position: absolute;
  left: 6px;
  top: 6px;
  font-size: 18px;
  border: 2px solid #fff;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
}

.main-slider.style-two .content-box .btn-box .theme-btn.style-two{
  margin-right: 10px;
}

.main-slider.style-two .slide{
  padding: 133px 0px 270px 0px;
}

/** select-box **/

.select-box .ui-state-default {
  position: relative;
  display: block;
  background: #f8f8f8;
  border: none !important;
  border-radius: 0;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  height: 55px;
  outline: medium none;
  width: 100%;
  cursor: pointer;
  border-radius: 30px;
}

.select-box .ui-selectmenu-button span.ui-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 55px;
  height: 55px;
  text-indent: 0;
  margin: 0;
}

.select-box .ui-selectmenu-button span.ui-icon::before {
  color: #666;
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 15px;
  overflow: visible;
  position: absolute;
  right: 21px;
  top: 16px;
}

.select-box .ui-state-default {
  width: 100% !important;
}

.ui-selectmenu-open .ui-widget-content {
  border: none;
  background: #ffffff;
  color: #222222;
  border-radius: 0;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.10);
}

.ui-selectmenu-open .ui-widget-content .ui-state-focus {
  border: none;
  font-weight: normal;
  color: #ffffff;
}

.ui-selectmenu-open .ui-menu .ui-menu-item {
  border-bottom: 1px solid #efebea;
  position: relative;
  margin: 0;
  padding: 10px 15px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  transition: all 500ms ease;
}

.ui-selectmenu-open .ui-menu .ui-menu-item:last-child{
  border-bottom: none;
}

.select-box .ui-selectmenu-button span.ui-selectmenu-text {
  display: block;
  line-height: 18px;
  overflow: hidden;
  padding: 20px 25px;
  text-align: left;
  margin-right: 0px;
}

.ui-selectmenu-menu .ui-menu{
  transform: scaleY(0);
  transform-origin: top center;
  transition: .4s ease;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.ui-selectmenu-open .ui-menu{
  transform: scaleY(1);
  top: 100%;
}

.ui-selectmenu-menu{
  transform: scaleY(0);
  transform-origin: top center;
  display: block;
}

.ui-selectmenu-open{
  transform: scaleY(1);
}


/** about-section **/

.about-section{
  position: relative;
  padding-bottom: 130px;
}

.about-section #content_block_two .content-box{
  margin-top: 85px;
  margin-right: 10px;
}

#content_block_two .content-box{
  position: relative;
  padding-left: 30px;
}

#content_block_two .content-box:before{
  position: absolute;
  content: '';
  background: #346bae;
  width: 3px;
  height: 95px;
  left: 0px;
  top: 11px;
}

#content_block_two .content-box .sec-title h1:before{
  right: inherit;
  left: 0px;
}

#content_block_two .content-box .sec-title{
  margin-bottom: 27px;
}

#content_block_two .content-box .sec-title h1{
  padding-bottom: 24px;
}

#content_block_two .content-box .text{
  position: relative;
  margin-bottom: 23px;
}

#content_block_two .content-box .bold-text{
  position: relative;
  font-weight: 700;
  color: #222;
  margin-bottom: 4px;
}

#content_block_two .content-box .phone{
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  color: #346bae;
  margin-bottom: 33px;
}

#content_block_two .content-box .phone a{
  display: inline-block;
}

#content_block_two .content-box .phone a:hover{
  
}

#content_block_two .content-box .phone i{
  font-weight: 400;
  font-size: 24px;
  color: #222;
  margin-right: 6px;
}

#content_block_two .content-box .link a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}

#content_block_two .content-box .link a:hover{
  
}

.about-section #content_block_three .inner-box{
  margin-left: 60px;
  margin-top: -30px;
  z-index: 2;
}

#content_block_three .inner-box{
  position: relative;
  background: #fff;
  padding: 25px 25px 40px 25px;
  border-radius: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

#content_block_three .inner-box h2{
  position: relative;
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #222;
  padding-bottom: 17px;
  margin-bottom: 42px;
}

#content_block_three .inner-box .form-inner .form-group{
  position: relative;
  margin-bottom: 18px;
}

#content_block_three .inner-box .form-inner .form-group input[type='text'],
#content_block_three .inner-box .form-inner .form-group input[type='email'],
#content_block_three .inner-box .form-inner .form-group select{
  position: relative;
  width: 100%;
  background: #f8f8f8;
  border: 1px solid #CECECE;
  border-radius: 5px;
  padding: 10px 25px;
  transition: all 500ms ease;
}

#content_block_three .inner-box .form-inner .form-group input:focus{
  
}

#content_block_three .inner-box .form-inner .form-group label{
  position: relative;
  display: block;
  font-size: 16px;
  color: #222;
  margin-bottom: 8px;
}

#content_block_three .inner-box .form-inner .form-group .btn-box button{
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  background: transparent;
  border-radius: 5px;
  text-align: center;
  padding: 13px 30px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 500ms ease;
}

#content_block_three .inner-box .form-inner .form-group .btn-box button:hover{
  color: #fff;
}

#content_block_three .inner-box .form-inner .form-group .btn-box{
  position: relative;
  margin-top: 17px;
}

#content_block_three .inner-box .form-inner .form-group:last-child{
  margin-bottom: 0px;
}


/** fact-counter **/

.fact-counter{
  position: relative;
  padding: 45px 0px;
}

.fact-counter .counter-block{
  position: relative;
  display: block;
  text-align: center;
}

.fact-counter .counter-column:last-child .counter-block:before{
  display: none;
}

.fact-counter .counter-block .count-outer{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 60px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-bottom: 3px;
}

.fact-counter .counter-block .text{
  position: relative;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
}


/** filtration-process **/

.filtration-process{
  position: relative;
  padding: 45px 0px 45px 0px;
}

.filtration-process .bg-pattern {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.filtration-process .border-shap .border-1{
  top: -45px;
}

.filtration-process .sec-title h1,
.filtration-process .top-title .text-inner .text{
  color: #222;
}

.filtration-process .top-title{
  margin-bottom: 60px;
}

.filtration-process .top-title .title-inner .sec-title:before{
  background: #222;
}

.filtration-process .single-item{
  position: relative;
  max-width: 280px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.filtration-process .single-item .icon-box{
  position: relative;
  display: inline-block;
  width: 120px;
  height: 105px;
  line-height: 105px;
  text-align: center;
  font-size: 60px;
  color: #fff;
  background-repeat: no-repeat;
  margin-bottom: 43px;
  transition: all 500ms ease;
}

.filtration-process .single-item:hover .icon-box{
  transform: rotateY(180deg);
}

.filtration-process .single-item h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #222;
  padding-bottom: 27px;
  margin-bottom: 17px;
}

.filtration-process .single-item h3 a{
  display: inline-block;
  color: #222;
}

.filtration-process .single-item h3 a:hover{
  
}

.filtration-process .single-item .text{
  position: relative;
  color: #222;
}

.filtration-process .single-column{
  position: relative;
}

.filtration-process .single-column:before{
  position: absolute;
  content: '';
  background: url(../images/icons/arrow-1.png);
  width: 84px;
  height: 26px;
  top: 40px;
  right: -30px;
  background-repeat: no-repeat;
}

.filtration-process .single-column:last-child::before{
  display: none;
}


/** video-style-two **/

.video-style-two{
  position: relative;
  padding-bottom: 175px;
}

.video-style-two .image-layer{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.video-style-two .inner-box{
  position: relative;
}

.video-style-two #content_block_four .content-box{
  position: absolute;
  top: 65px;
  right: 0px;
}

.video-style-two #video_block_one .video-inner{
  max-width: 850px;
}

.video-style-two #video_block_one .video-inner .video-box{
  padding: 220px 0px;
}

#content_block_four .content-box{
  position: relative;
  max-width: 500px;
  width: 100%;
}

#content_block_four .content-box .inner{
  position: relative;
  display: block;
  padding: 49px 60px 53px 60px;
  border-radius: 5px;
}

#content_block_four .content-box .inner .sec-title h1{
  color: #fff;
  font-weight: 700;
  padding-bottom: 24px;
}

#content_block_four .content-box .inner .sec-title{
  margin-bottom: 27px;
}

#content_block_four .content-box .inner .sec-title h1:before{
  right: inherit;
  left: 0px;
}

#content_block_four .content-box .inner .text{
  position: relative;
  color: #fff;
  margin-bottom: 25px;
}

#content_block_four .content-box .inner .list-item li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 9px;
  padding-left: 25px;
}

#content_block_four .content-box .inner .list-item li:before {
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  left: 0px;
  top: 1px;
}

#content_block_four .content-box .inner .list-item li:last-child{
  margin-bottom: 0px;
}

#content_block_four .content-box .inner .list-item{
  position: relative;
  margin-bottom: 32px;
}


/** testimonial-style-two **/

.testimonial-style-two{
  position: relative;
  padding: 100px 0px 120px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-style-two:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.testimonial-style-two .sec-title{
  margin-bottom: 25px;
}

.testimonial-style-two .sec-title h1{
  color: #000;
  padding-bottom: 24px;
}

.testimonial-style-two .sec-title h1:before{
  right: inherit;
  left: 0px;
}

.testimonial-style-two .testimonial-content .inner-box .text{
  position: relative;
  font-size: 22px;
  line-height: 36px;
  color: #000;
  font-style: italic;
  margin-bottom: 33px;
}

.testimonial-style-two .testimonial-content .inner-box .author-info .name{
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-family: 'PT Sans', sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.testimonial-style-two .testimonial-content .inner-box .author-info .designation{
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.testimonial-style-two .testimonial-content .inner-box .author-info .image-box{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.testimonial-style-two .testimonial-content .inner-box .author-info .image-box img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-style-two .content-inner{
  position: relative;
  margin-left: 50px;
}

.testimonial-style-two .owl-dots{
  position: absolute;
  right: -125px;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot{
  display: block;
  margin: 15px 0px;
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  background: #666666;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot.active span,
.testimonial-style-two .owl-theme .owl-dots .owl-dot span:hover{
  width: 10px;
  height: 10px;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot span:before{
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.5);
  width: 28px;
  height: 28px;
  left: -9px;
  top: -9px;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot.active span:before,
.testimonial-style-two .owl-theme .owl-dots .owl-dot span:hover::before{
  transform: scale(1,1);
}


/** team-section **/

.team-section{
  position: relative;
  padding: 100px 0px;
}

.team-section .top-title{
  margin-bottom: 60px;
}

.team-block-one .inner-box{
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.team-block-one .inner-box .image-holder{
  position: relative;
  display: block;
  background: #000000;
  overflow: hidden;
}

.team-block-one .inner-box .image-holder img{
  position: relative;
  display: block;
  width: 100%;
  transition: all 500ms ease;
}

.team-block-one:hover .inner-box .image-holder img{
  opacity: 0.2;
  transform: scale(1.05);
}

.team-block-one .inner-box .image-holder .content-box{
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  padding: 30px 50px;
}

.team-block-one .inner-box .image-holder .content-box .text{
  position: relative;
  color: #fff;
  opacity: 0;
  transition: all 500ms ease;
  transform: translateY(-20px);
  margin-bottom: 25px;
}

.team-block-one:hover .inner-box .image-holder .content-box .text,
.team-block-one:hover .inner-box .image-holder .content-box .social-links{
  transform: translateY(0px);
  opacity: 1;
}

.team-block-one .inner-box .image-holder .content-box .social-links{
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: all 500ms ease;
}

.team-block-one .inner-box .image-holder .content-box .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 10px;
}

.team-block-one .inner-box .image-holder .content-box .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

.team-block-one .inner-box .image-holder .content-box .social-links li a:hover{
  
}

.team-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  margin: 0px 30px;
  margin-top: -56px;
}

.team-block-one .inner-box .lower-content .inner{
  position: relative;
  background: #fff;
  padding: 27px 30px 32px 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.team-block-one .inner-box .lower-content .inner:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}

.team-block-one:hover .inner-box .lower-content .inner:before{
  height: 100%;
  top: 0px;
}

.team-block-one .inner-box .lower-content .inner h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
  transition: all 500ms ease;
}

.team-block-one .inner-box .lower-content .inner h3 a{
  display: inline-block;
  color: #222;
}

.team-block-one .inner-box .lower-content .inner .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #999;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.team-block-one:hover .inner-box .lower-content .inner h3,
.team-block-one:hover .inner-box .lower-content .inner h3 a,
.team-block-one:hover .inner-box .lower-content .inner .designation{
  color: #fff;
}

.team-section .owl-nav{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 30px;
}

.team-section .owl-nav .owl-prev,
.team-section .owl-nav .owl-next{
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  cursor: pointer;
  margin: 0px 10px;
  transition: all 500ms ease;
  box-shadow: 0 10px 30px #eef1f2;
}

.team-section .owl-nav .owl-prev:hover,
.team-section .owl-nav .owl-next:hover{
  color: #fff;
}


/** map-section **/

.map-section{
  position: relative;
  width: 100%;
}

#contact-google-map{
  position: relative;
  width: 100%;
  height: 630px;
}



/*** 

====================================================================
                        About-Page
====================================================================

***/

.page-title{
  position: relative;
  width: 100%;
  padding: 130px 0px 215px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title .content-box h1{
  position: relative;
  font-size: 74px;
  line-height: 80px;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
}

.page-title .content-box .text{
  position: relative;
  font-size: 18px;
  line-height: 30px;
  color: #222;
}

.feature-section.about-page{
  padding: 80px 0px 0px 0px;
}



/*** 

====================================================================
                        Service-Page
====================================================================

***/

.fact-counter .sec-title{
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 44px;
}

.fact-counter .sec-title h1{
  margin-bottom: 38px;
}



/** service-section **/

.service-section{
  position: relative;
  padding: 100px 0px 70px 0px;
}

.service-section .top-title{
  margin-bottom: 60px;
}

.service-block-one{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}

.service-section .service-block-one{
  margin-bottom: 30px;
}

.service-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.service-block-one .inner-box .image-box a{
  position: relative;
  display: block;
}

.service-block-one .inner-box .image-box a:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  top: -100%;
  transition: all 500ms ease-in-out;
  z-index: 1;
}

.service-block-one:hover .inner-box .image-box a:before{
  top: 0%;
  height: 100%;
}

.service-block-one .inner-box .image-box img{
  position: relative;
  display: block;
  width: 100%;
  transition: all 500ms ease;
}

.service-block-one:hover .inner-box .image-box img{
  transform: scale(1.05);
}

.service-block-one .inner-box .lower-content{
  position: relative;
  padding: 38px 30px 45px 30px;
}

.service-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
  transition: all 500ms ease;
}

.service-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #222;
}

.service-block-one .inner-box .lower-content h3 a:hover{
  
}

.service-block-one .inner-box .lower-content .text{
  position: relative;
  margin-bottom: 27px;
}

.service-block-one .inner-box .lower-content .price{
  position: relative;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 22px;
}

.service-block-one .inner-box .lower-content .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  border-radius: 30px;
  text-align: center;
  padding: 10px 35px;
}

.service-block-one .inner-box .lower-content .btn-box a:hover{
  color: #fff;
}


/** request-section **/

.request-section{
  position: relative;
  padding-top: 100px;
}

.request-section .sec-title{
  margin-bottom: 60px;
}

.request-section .bg-pattern {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.request-section .sec-title h1{
  font-weight: 700;
  color: #fff;
}

.request-section .inner-box{
  position: relative;
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 53px 50px;
  border-radius: 5px;
  margin-bottom: -60px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.request-section .inner-box .form-group .submit-box .checkbox{
  position: relative;
  margin-top: 13px;
}

.request-section .inner-box .form-group .submit-box .checkbox label{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #2b3c6b;
}

.request-section .inner-box .form-group .submit-box .checkbox label span {
  position: relative;
  font-size: 16px;
  color: #222;
  font-weight: 400;
  cursor: pointer;
  margin-left: 4px;
  z-index: 1;
}

.request-section .inner-box .form-group .submit-box .checkbox a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
}

.request-section .inner-box .form-group .submit-box .checkbox a:hover{
 
}

.request-section .inner-box .form-group .submit-box .checkbox label input {
  position: relative;
  top: 2px;
}

.request-section .inner-box .request-form .form-group{
  position: relative;
  margin-bottom: 28px;
}

.request-section .inner-box .request-form .form-group:last-child{
  margin-bottom: 0px;
}

.request-section .inner-box .request-form .form-group input[type='text'],
.request-section .inner-box .request-form .form-group input[type='email']{
  position: relative;
  width: 100%;
  height: 55px;
  background: #f8f8f8;
  border: 3px solid #f8f8f8;
  color: #666;
  font-size: 16px;
  border-radius: 30px;
  padding: 10px 30px;
  transition: all 500ms ease;
}

.request-section .inner-box .request-form .form-group input:focus{
  
}

.request-section .inner-box .select-box .ui-state-default{
  color: #666;
}

.request-section .inner-box .request-form .form-group label{
  position: relative;
  display: block;
  font-size: 16px;
  color: #222;
  margin-bottom: 8px;
}

.request-section .inner-box .form-group .submit-box{
  position: relative;
  margin-top: 7px;
}

.request-section .inner-box .form-group .submit-box .theme-btn{
  padding: 15px 90px;
}

.clients-section.service-page{
  padding-top: 45px ;
}



/*** 

====================================================================
                        Faq-Page
====================================================================

***/

.faq-section{
  position: relative;
  padding: 45px;
}

.faq-section .accordion-box .block{
  position: relative;
}

.faq-section .accordion-box .block .acc-content.current {
  display: block;
}

.faq-section .accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.faq-section .accordion-box .block .acc-btn .icon-outer{
  position: absolute;
  top: 30px;
  right: 15px;
  font-size: 20px;
  color: #222;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
  z-index: 1;
}

.faq-section .accordion-box .block .acc-btn.active .icon-outer{
  
}

.faq-section .accordion-box .block .acc-btn.active .icon-outer i:before{
  position: relative;
  font-size: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  margin: 0px;
  content: "\f107";
}

.faq-section .accordion-box .block .acc-btn h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  padding: 28px 30px 33px 0px;
  color: #222;
  cursor: pointer;
  border-bottom: 1px solid #dedede;
  transition: all 500ms ease;
}

.faq-section .accordion-box .block .acc-btn.active h3{
  
}

.faq-section .accordion-box .block .acc-content .text{
  position: relative;
  font-size: 16px;
  padding: 27px 10px 21px 0px;
}

.faq-section .faq-title{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #222;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 25px;
}



/*** 

====================================================================
                        Error-Page
====================================================================

***/


.error-section{
  position: relative;
  padding: 150px 0px 200px 0px;
}

.error-section .content-box h1{
  position: relative;
  display: block;
  font-size: 200px;
  line-height: 250px;
  font-weight: 700;
  margin-bottom: 30px;
}

.error-section .content-box h2{
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 52px;
  color: #222;
  font-weight: 600;
  margin-bottom: 21px;
}

.error-section .text a{
  
}

.error-section .text a:hover{
  
}

.error-section .image-layer {
  position: absolute;
  right: 0px;
  bottom: 0px;
}



/*** 

====================================================================
                        Shop-Page
====================================================================

***/

.shop-page-section{
  position: relative;
  padding: 100px 0px 110px 0px;
}

.default-sidebar{
  position: relative;
}

.default-sidebar .widget-title{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #222;
  padding-bottom: 21px;
  margin-bottom: 30px;
}

.shop-page-section .shop-sidebar{
  position: relative;
  padding-right: 50px;
}

.shop-page-section .shop-sidebar .sidebar-post .post{
  position: relative;
  padding: 0px 0px 22px 100px;
  min-height: 80px;
  margin-bottom: 15px;
}

.shop-page-section .shop-sidebar .sidebar-post .post:last-child{
  margin-bottom: 0px;
}

.shop-page-section .shop-sidebar .sidebar-post .post .image-box{
  position: absolute;
  left: 0px;
  top: 4px;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.shop-page-section .shop-sidebar .sidebar-post .post .image-box .cross-btn{
  position: absolute;
  top: 0px;
  right: 8px;
  font-size: 18px;
  z-index: 1;
}

.shop-page-section .shop-sidebar .sidebar-post .post .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.shop-page-section .shop-sidebar .sidebar-post .post:hover .image-box img{
  opacity: 0.5;
  transform: scale(1.05);
}

.shop-page-section .shop-sidebar .sidebar-post .post h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #222;
  margin-bottom: 4px;
}

.shop-page-section .shop-sidebar .sidebar-post .post h5 a{
  display: inline-block;
  color: #222;
}

.shop-page-section .shop-sidebar .sidebar-post .post h5 a:hover{
  
}

.shop-page-section .shop-sidebar .sidebar-post .post .text{
  position: relative;
  font-size: 18px;
  color: #222;
}

.shop-page-section .shop-sidebar .sidebar-post .post .text span{
  
}

.shop-page-section .shop-sidebar .sidebar-post .sub-total{
  position: relative;
  display: block;
  padding: 21px 0px 19px 0px;
  border-top: 1px solid #cdddef;
  border-bottom: 1px solid #cdddef;
  margin-bottom: 35px;
}

.shop-page-section .shop-sidebar .sidebar-post .sub-total .price{
  position: relative;
  text-align: right;
  font-size: 18px;
  color: #222;
}

.shop-page-section .shop-sidebar .sidebar-post .sub-total .price span{
  font-weight: 700;
}

.shop-page-section .shop-sidebar .sidebar-post .widget-content{
  margin-bottom: 30px;
}

.shop-page-section .shop-sidebar .sidebar-post .btn-box .theme-btn{
  display: block;
  width: 100%;
  padding: 12px 30px;
}

.shop-page-section .shop-sidebar .sidebar-post .btn-box .theme-btn.style-one{
  margin-bottom: 5px;
}

.shop-page-section .shop-sidebar .sidebar-post{
  margin-bottom: 63px;
}

.default-sidebar .sidebar-categories .categories-list li{
  position: relative;
  display: block;
  margin-bottom: 8px;
}

.default-sidebar .sidebar-categories .categories-list li:last-child{
  margin-bottom: 0px;
}

.default-sidebar .sidebar-categories .categories-list li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #666;
  padding-left: 18px;
}

.default-sidebar .sidebar-categories .categories-list li a:before{
  position: absolute;
  content: "\f0da";
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  color: #346bae;
  font-weight: 700;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.default-sidebar .sidebar-categories .categories-list li a:hover{

}

.default-sidebar .sidebar-categories .categories-list li a:hover:before{

}

.shop-page-section .shop-sidebar .sidebar-categories{
  margin-bottom: 60px;
}

.shop-page-section .shop-sidebar .range-slider{
  position:relative;
  min-height:48px;
}

.shop-page-section .shop-sidebar .range-slider .title {
  position: relative;
  display: inline-block;
}

.shop-page-section .shop-sidebar .range-slider p{
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #222;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-right: 18px;
  top: 3px;
}

.shop-page-section .shop-sidebar .range-slider .title:before {
  position: absolute;
  content: '$';
  left: -14px;
  top: -19px;
  font-size: 24px;
  color: #222;
  font-family: 'Montserrat', sans-serif;
}

.shop-page-section .shop-sidebar .range-slider .input{
  float:right;
  color:#222222;
  max-width: 75px;
  font-size:15px;
  font-weight: 600;
  position: relative;
}

.shop-page-section .shop-sidebar .range-slider .input input{
  position: relative;
  display: block;
  background:none;
  font-size: 24px;
  color: #222;
  font-family: 'Montserrat', sans-serif;
  text-align:left;
}

.shop-page-section .shop-sidebar .range-slider .ui-widget.ui-widget-content{
  height:6px;
  border:none;
  margin-bottom:30px;
  background:#f3f9ff; 
}

.shop-page-section .shop-sidebar .range-slider .ui-slider .ui-slider-range{
  top:0px;
  height:6px; 
}

.shop-page-section .shop-sidebar .range-slider .ui-state-default,
.shop-page-section .shop-sidebar .range-slider .ui-widget-content .ui-state-default{
  top:-7px;
  width:20px;
  height:20px;
  border-radius:50%;
  cursor:pointer; 
  margin-left: 0px;
  border: 0px;
  box-shadow: none;
}

.shop-page-section .shop-sidebar .range-slider .filter-btn{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 11px 45px;
  border-radius: 30px;
  text-align: center;
  transition: all 500ms ease;
}

.shop-page-section .shop-sidebar .range-slider .filter-btn:hover{
  
}

.shop-page-section .shop-sidebar .range-slider .value-box{
  position: relative;
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 35px;
}

.shop-page-section .shop-sidebar .range-slider .btn-box{
  position: relative;
  text-align: center;
}

.shop-page-section .shop-sidebar .price-filter .widget-title{
  margin-bottom: 42px;
}

.shop-page-section .shop-sidebar .price-filter{
  margin-bottom: 63px;
}

.default-sidebar .sidebar-tags .tags-list li{
  position: relative;
  display: inline-block;
}

.default-sidebar .sidebar-tags .tags-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #999;
  padding: 10px 25px;
  border-radius: 30px;
  margin: 0px 7px 10px 0px;
}

.default-sidebar .sidebar-tags .tags-list li a:hover{
  color: #fff;
}

.default-sidebar .sidebar-tags .widget-title{
  margin-bottom: 34px;
}

.shop-page-section .single-shop-block .inner-box{
  border: 1px solid #eeeeee;
  border-radius: 5px;
  margin: 0px 0px 30px 0px;
}

.shop-page-section .pagination-wrapper{
  position: relative;
  display: block;
  margin-top: 50px;
}


/** shop-details **/

.shop-details h3{
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
}

.shop-details{
  position: relative;
  padding: 100px 0px 80px 0px;
}

.shop-details .product-details-content .image-box{
  position: relative;
  display: block;
  text-align: center;
  background: #F1F2F2;
  margin: 0px 20px;
  padding: 10px 10px;
  border-radius: ;
}

.shop-details .product-details-content .select-box{
  margin-bottom: 15px;
}

.shop-details .product-details-content .image-box img{
  transition: all 500ms ease;
}

.shop-details .product-details-content .image-box:hover img{
  transform: scale(1.05);
}

.shop-details .item-quantity {
  position: relative;
  float: left;
  margin-right: 15px;
}

.item-quantity .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  background: #f8f8f8;
  width: 125px;
  border-radius: 30px;
  height: 55px;
}

.shop-details .item-quantity input.quantity-spinner {
  padding: 10px 15px !important;
  height: 55px;
}

.item-quantity input.quantity-spinner {
  line-height: 28px;
  width: 60px;
  padding: 5px 0px !important;
  box-shadow: none !important;
  background: transparent;
  border: none;
  text-align: center;
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  color: #222;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up {
  position: absolute;
  background: transparent;
  padding: 0px 0px;
  left: -40px;
  top: 3px;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down {
  position: absolute;
  padding: 0px 0px;
  right: 40px;
  top: 25px;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
  content: "\f106";
  font-size: 16px;
  font-style: normal;
  color: #666666;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
  content: "\f107";
  font-size: 16px;
  font-style: normal;
  color: #666666;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
}

.shop-details .product-details-content .addto-cart-box .cart-btn button{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  background: transparent;
  text-transform: uppercase;
  border-radius: 30px;
  text-align: center;
  padding: 13px 50px;
  cursor: pointer;
  transition: all 500ms ease;
}

.shop-details .product-details-content .addto-cart-box .cart-btn button i{
  margin-right: 10px;
}

.shop-details .product-details-content .addto-cart-box .cart-btn button:hover {
  color: #fff;
}

.shop-details .product-details-content .content-box h2{
  position: relative;
  font-size: 30px;
  line-height: 40px;
  color: #222;
  font-weight: 700;
  margin-bottom: 11px;
}

.shop-details .product-details-content .content-box .size {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  background: #eeeeee;
  padding: 1px 21px;
  text-align: center;
  border-radius: 30px;
  margin-bottom: 27px;
}

.shop-details .product-details-content .addto-cart-box{
  margin-bottom: 27px;
}

.shop-details .product-details-content .content-box .text{
  position: relative;
  margin-bottom: 25px;
}

.shop-details .product-details-content .content-box .price {
  position: relative;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 33px;
}

.shop-details .product-details-content .content-box .price del {
  color: #cccccc;
}

.shop-details .product-details-content .content-box .list-item li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #666;
}

.shop-details .product-details-content .content-box .list-item li:first-child{
  color: #222;
}

.shop-details .product-details-content .content-box .list-item li a{
  color: #666;
}

.shop-details .product-details-content .content-box .list-item li a:hover{
  
}

.shop-details .product-details-content .content-box{
  margin-left: 30px;
}

.shop-details .product-details-content{
  margin-bottom: 100px;
}

.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab{
  display:block;  
}

.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.shop-details .product-info-tabs .tab-btns{
  position: relative;
  margin-bottom: 28px;
}

.shop-details .product-info-tabs .tab-btns li{
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 40px;
  color: #666;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  margin: 0px 10px;
  padding-bottom: 20px;
  transition: all 500ms ease;
}

.shop-details .product-info-tabs .tab-btns li.active-btn,
.shop-details .product-info-tabs .tab-btns li:hover{
  
}

.shop-details .product-info-tabs .tab-btns li.active-btn:before,
.shop-details .product-info-tabs .tab-btns li:hover::before{
  width: 33px;
}

.shop-details .product-info-tabs .tabs-content .text p{
  position: relative;
  margin-bottom: 26px;
}

.shop-details .product-info-tabs .tabs-content .text p:last-child{
  margin-bottom: 0px;
}

.shop-details .product-info-tabs{
  position: relative;
  padding-bottom: 120px;
}

.shop-details .related-product .top-title{
  margin-bottom: 30px;
}

.shop-details .related-product .single-shop-block .inner-box{
  border: 1px solid #eeeeee;
}

.shop-details .related-product{
  position: relative;
  padding-top: 100px;
}




/*** 

====================================================================
                        Blog-Page
====================================================================

***/

.blog-grid{
  position: relative;
}

.blog-grid .news-block-one,
.blog-classic .news-block-one{
  margin-bottom: 80px;
}

.blog-grid .pagination-wrapper{
  position: relative;
  display: block;
  margin-top: 30px;
}

.sidebar-page-container .blog-sidebar{
  padding-left: 30px;
}

.sidebar-page-container .blog-sidebar .sidebar-search{
  position: relative;
  margin-bottom: 53px;
}

.sidebar-page-container .blog-sidebar .sidebar-search .form-group{
  position: relative;
  margin-bottom: 0px;
}

.sidebar-page-container .blog-sidebar .sidebar-search .form-group input[type='search']{
  position: relative;
  width: 100%;
  height: 55px;
  border: 1px solid #d8e5f1;
  background: #fff;
  border-radius: 30px;
  padding: 10px 20px 10px 30px;
  font-size: 16px;
  color: #666;
  transition: all 500ms ease;
}

.sidebar-page-container .blog-sidebar .sidebar-search .form-group button{
  position: absolute;
  top: 14px;
  right: 25px;
  background: transparent;
  font-size: 16px;
  color: #666;
  font-weight: 700;
  cursor: pointer;
  transition: all 500ms ease;
}

.sidebar-page-container .blog-sidebar .sidebar-search .form-group input:focus + button,
.sidebar-page-container .blog-sidebar .sidebar-search .form-group button:hover{
  
}

.sidebar-page-container .blog-sidebar .sidebar-search .form-group input:focus{
  
}

.sidebar-page-container .blog-sidebar .sidebar-post .post{
  position: relative;
  padding: 0px 0px 0px 105px;
  margin-bottom: 33px;
  min-height: 82px;
}

.sidebar-page-container .blog-sidebar .sidebar-post .post:last-child{
  margin-bottom: 0px;
}

.sidebar-page-container .blog-sidebar .sidebar-post .post .image-box{
  position: absolute;
  left: 0px;
  top: 4px;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  overflow: hidden;
}

.sidebar-page-container .blog-sidebar .sidebar-post .post .image-box img{
  position: relative;
  display: block;
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease;
}

.sidebar-page-container .blog-sidebar .sidebar-post .post:hover .image-box img{
  opacity: 0.5;
  transform: scale(1.05);
}

.sidebar-page-container .blog-sidebar .sidebar-post .post h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #222;
  margin-bottom: 2px;
}

.sidebar-page-container .blog-sidebar .sidebar-post .post h5 a{
  display: inline-block;
  color: #222;
}

.sidebar-page-container .blog-sidebar .sidebar-post .post h5 a:hover{
  
}

.sidebar-page-container .blog-sidebar .sidebar-post .post .post-date{
  position: relative;
  font-size: 14px;
  line-height: 24px;
}

.sidebar-page-container .blog-sidebar .sidebar-categories{
  margin-bottom: 50px;
}

.sidebar-page-container .blog-sidebar .sidebar-post{
  margin-bottom: 55px;
}

.sidebar-page-container .blog-sidebar .sidebar-archives .archives-list li{
  position: relative;
  display: block;
  margin-bottom: 8px;
}

.sidebar-page-container .blog-sidebar .sidebar-archives .archives-list li:last-child{
  margin-bottom: 0px;
}

.sidebar-page-container .blog-sidebar .sidebar-archives .archives-list li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #666;
  padding-left: 18px;
}

.sidebar-page-container .blog-sidebar .sidebar-archives .archives-list li a:before{
  position: absolute;
  content: "\f0da";
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  font-weight: 700;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.sidebar-page-container .blog-sidebar .sidebar-archives .archives-list li a:hover::before{
  
}

.sidebar-page-container .blog-sidebar .sidebar-archives .archives-list li a:hover{
  
}

.sidebar-page-container .blog-sidebar .sidebar-archives{
  margin-bottom: 45px;
}

.sidebar-page-container .blog-sidebar .sidebar-instagram .image-list .image-box{
  position: relative;
  float: left;
  margin: 0px 5px 10px 5px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 5px;
}

.sidebar-page-container .blog-sidebar .sidebar-instagram .image-list{
  position: relative;
  margin: 0px -5px;
}

.sidebar-page-container .blog-sidebar .sidebar-instagram .image-list li img{
  width: 100%;
  position: relative;
  display: block;
  border-radius: 5px;
  transition: all 500ms ease;
}

.sidebar-page-container .blog-sidebar .sidebar-instagram .image-list li:hover img{
  opacity: 0.5;
  transform: scale(1.05);
}

.sidebar-page-container .blog-sidebar .sidebar-instagram .widget-title{
  margin-bottom: 35px;
}

.sidebar-page-container .blog-sidebar .sidebar-instagram{
  margin-bottom: 43px;
}


/** blog-details **/

.blog-details-content .inner-box .upper-box img{
  position: relative;
  display: block;
  width: 100%;
}

.blog-details-content .inner-box .upper-box .post-info{
  position: relative;
  display: block;
  margin: 0px 30px;
  text-align: center;
}

.blog-details-content .inner-box .upper-box .post-info .info-box{
  position: relative;
  background: #fff;
  padding: 33px 30px;
  border-radius: 5px;
  margin-top: -17px;
  box-shadow: 0 10px 20px #edf1f2;
  margin-bottom: 51px;
}

.blog-details-content .inner-box .upper-box .post-info .info-box li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  margin: 0px 20px;
}

.blog-details-content .inner-box .upper-box .post-info .info-box li:before{
  position: absolute;
  content: '';
  background: #b7b7b7;
  width: 1px;
  height: 15px;
  top: 7px;
  right: -20px;
}

.blog-details-content .inner-box .upper-box .post-info .info-box li:last-child::before{
  display: none;
}

.blog-details-content .inner-box .upper-box .post-info .info-box li a{
  color: #222;
}

.blog-details-content .inner-box .upper-box .post-info .info-box li i {
  font-weight: 600;
  margin-right: 6px;
}

.blog-details-content .inner-box .upper-box .post-info .info-box li a:hover{
  color: #00AEED;
}

.blog-details-content .inner-box .lower-box h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  color: #222;
  margin-bottom: 16px;
}

.blog-details-content .inner-box .lower-box .text p{
  position: relative;
  margin-bottom: 26px;
}

.blog-details-content .inner-box .lower-box .text p:last-child{
  margin-bottom: 0px;
}

.blog-details-content .inner-box .lower-box .text blockquote{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 36px;
  font-family: 'Montserrat', sans-serif;
  color: #222;
  font-weight: 500;
  font-style: italic;
  padding: 27px 0px 76px 0px;
  margin: 76px 0px 26px 0px;
  text-align: center;
}

.blog-details-content .inner-box .lower-box .text blockquote:before {
  position: absolute;
  content: "\f111";
  font-size: 170px;
  line-height: 150px;
  font-family: 'Flaticon';
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  z-index: -1;
}

.blog-details-content .inner-box .lower-box .text blockquote h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  margin-top: 23px;
}

.blog-details-content .inner-box .lower-box .text blockquote .border-shap .border-1,
.blog-details-content .inner-box .lower-box .text blockquote .border-shap .border-2{
  animation: none !important;
}

.blog-details-content .post-share-option .share-box .share-link{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}

.blog-details-content .post-share-option .share-box{
  position: relative;
  margin-top: 2px;
}

.blog-details-content .post-share-option .share-box .share-link i{
  margin-right: 8px;
}

.blog-details-content .post-share-option .share-box .share-link:hover{
  
}

.blog-details-content .post-share-option .share-box:hover .social-links {
  opacity: 1;
  left: 0%;
  visibility: visible;
  transform: translateY(0px);
}

.blog-details-content .post-share-option .share-box .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 5px;
}

.blog-details-content .post-share-option .share-box .share{
  position: relative;
}

.blog-details-content .post-share-option .share-box .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #222;
}

.blog-details-content .post-share-option .share-box .social-links li a:hover{
  
}

.blog-details-content .post-share-option .share-box .social-links {
  position: absolute;
  left: 0%;
  bottom: -30px;
  width: 100px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 500ms ease;
}

.blog-details-content .post-share-option{
  position: relative;
  padding: 35px 0px 68px 0px;
}

.blog-details-content .post-share-option .tags-list li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #666;
}

.blog-details-content .post-share-option .tags-list li a{
  
}

.blog-details-content .post-share-option .tags-list li a:hover{
  
}

.blog-details-content .post-share-option .tags-list li h5{
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  font-family: 'PT Sans', sans-serif;
  color: #222;
}

.blog-details-content .group-title{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #222;
  font-weight: 700;
  margin-bottom: 32px;
  padding-bottom: 20px;
}

.blog-details-content .comments-area .comment{
  position: relative;
  padding-left: 90px;
  margin-bottom: 32px;
}

.blog-details-content .comments-area .comment:last-child{
  margin-bottom: 0px;
}

.blog-details-content .comments-area{
  position: relative;
  margin-bottom: 35px;
}

.blog-details-content .comments-area .comment .image-box{
  position: absolute;
  left: 0px;
  top: 3px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.blog-details-content .comments-area .comment .image-box img{
  width: 100%;
  border-radius: 50%;
}

.blog-details-content .comments-area .comment .comment-inner{
  position: relative;
  padding-bottom: 31px;
  border-bottom: 1px solid #dedede;
}

.blog-details-content .comments-area .comment .comment-inner h4{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  color: #222;
  margin-bottom: 0px;
}

.blog-details-content .comments-area .comment .comment-inner .post-info{
  position: relative;
  display: block;
  margin-bottom: 13px;
}

.blog-details-content .comments-area .comment .comment-inner .post-info .post-date{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  padding-right: 20px;
  margin-right: 10px;
}

.blog-details-content .comments-area .comment .comment-inner .post-info .post-date:before{
  position: absolute;
  content: '';
  background: #b7b7b7;
  width: 1px;
  height: 15px;
  top: 5px;
  right: 0px;
}

.blog-details-content .comments-area .comment .comment-inner .post-info .replay-btn{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
}

.blog-details-content .comments-area .comment .comment-inner .post-info .replay-btn:hover{
  
}

.blog-details-content .comments-form-area .text{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
  margin-bottom: 23px;
}

.blog-details-content .comments-form-area .form-group{
  position: relative;
  margin-bottom: 27px;
}

.blog-details-content .comments-form-area .form-group:last-child{
  margin-bottom: 0px;
}

.blog-details-content .comments-form-area .form-group label{
  position: relative;
  display: block;
  font-size: 16px;
  color: #222;
  margin-bottom: 8px;
}

.blog-details-content .comments-form-area .form-group input[type='text'],
.blog-details-content .comments-form-area .form-group input[type='email'],
.blog-details-content .comments-form-area .form-group textarea{
  position: relative;
  width: 100%;
  height: 55px;
  background: #f8f8f8;
  font-size: 16px;
  color: #666;
  border-radius: 30px;
  padding: 10px 25px;
  border: 3px solid #f8f8f8;
  transition: all 500ms ease;
}

.blog-details-content .comments-form-area .form-group input:focus,
.blog-details-content .comments-form-area .form-group textarea:focus{
  
}

.blog-details-content .comments-form-area .form-group textarea{
  height: 100px;
  resize: none;
}

.blog-details-content .comments-form-area .group-title{
  margin-bottom: 18px;
}

.blog-details-content .comments-form-area .form-group .theme-btn{
  
}



/*** 

====================================================================
                        Contact-Page
====================================================================

***/

.contact-section{
  position: relative;
}

.contact-section .title-text{
  position: relative;
  display: block;
  font-size: 30px;
  color: #222;
  line-height: 40px;
  padding-bottom: 25px;
  margin-bottom: 40px
}

.contact-section .info-box .info-list li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 32px;
  color: #222;
  margin-bottom: 28px;
  padding-left: 60px;
}

.contact-section .info-box .info-list li a{
  color: #222;
}

.contact-section .info-box .info-list li a:hover{
  
}

.contact-section .info-box .info-list li:last-child{
  margin-bottom: 0px;
}

.contact-section .info-box .info-list li i{
  position: absolute;
  left: 0px;
  top: -4px;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
}

.contact-section .info-box .info-list li:hover i{
  color: #fff;
}

.contact-section .inner-box .form-inner .form-group{
  position: relative;
  margin-bottom: 17px;
}

.contact-section .inner-box .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

.contact-section .inner-box .form-inner .form-group label {
  position: relative;
  display: block;
  font-size: 16px;
  color: #222;
  margin-bottom: 8px;
}

.contact-section .inner-box .form-inner .form-group input[type='text'],
.contact-section .inner-box .form-inner .form-group input[type='email'],
.contact-section .inner-box .form-inner .form-group textarea{
  position: relative;
  width: 100%;
  background: #f8f8f8;
  border: 1px solid #CECECE;
  border-radius: 5px;
  padding: 10px 25px;
  transition: all 500ms ease;
}

.contact-section .inner-box .form-inner .form-group textarea{
  height: 100px;
  resize: none;
}

.contact-section .inner-box .form-inner .form-group input:focus,
.contact-section .inner-box .form-inner .form-group textarea:focus{
  
}

.contact-section .inner-box .form-inner .form-group button{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 13px 42px;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
  background: transparent;
}

.contact-section .inner-box .form-inner .form-group button:hover{
  color: #fff;
}


/** map-section **/

.map-section{
  position: relative;
  width: 100%;
}

#contact-google-map{
  position: relative;
  width: 100%;
  height: 630px;
}


/** shine-animation **/

 
 #starshine {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   overflow: hidden;
 }

  #starshine1 {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   overflow: hidden;
 }

  #starshine2 {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   overflow: hidden;
 }
 
 .shine {
   display: block;
   position: absolute;
   background-image: url(../images/icons/glitter.png);
   background-repeat: no-repeat;
   background-position: center;
   background-size: 100% 100%;
   overflow: hidden;
   z-index: 2;
   opacity: 0;
   width: 130px;
   height: 130px;
   -webkit-animation: glitter 6s linear 0s infinite normal;
   animation: glitter 6s linear 0s infinite normal;
   text-indent: -9999px;
 }

 .shine-two{
   background-image: url(../images/icons/glitter-2.png) !important;
 } 
 
 .shine.shine-1 {
   top: 50%;
   left: 5%;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
 }
 
 .shine.shine-2 {
   top: 65%;
   left: 40%;
   -webkit-animation-delay: 2s;
   animation-delay: 2s;
 }
 
 .shine.shine-3 {
   top: 26%;
   left: 83%;
   -webkit-animation-delay: 4s;
   animation-delay: 4s;
 }
 
 @-webkit-keyframes glitter {
     0% {
         -webkit-transform: scale(0.3) rotate(0deg);
         opacity: 0;
     }
     25% {
         -webkit-transform: scale(1) rotate(360deg);
         opacity: 1;
     }
     50% {
         -webkit-transform: scale(0.3) rotate(720deg);
         opacity: 0;
     }
     100% {
         -webkit-transform: scale(0.3) rotate(0deg);
         opacity: 0;
     }
 }
 
 @keyframes glitter {
     0% {
         -webkit-transform: scale(0.3) rotate(0deg);
         transform: scale(0.3) rotate(0deg);
         opacity: 0;
     }
     25% {
         -webkit-transform: scale(1) rotate(360deg);
         transform: scale(1) rotate(360deg);
         opacity: 1;
     }
     50% {
         -webkit-transform: scale(0.3) rotate(720deg);
         transform: scale(0.3) rotate(720deg);
         opacity: 0;
     }
     100% {
         -webkit-transform: scale(0.3) rotate(0deg);
         transform: scale(0.3) rotate(0deg);
         opacity: 0;
     }
 }
 
 @-moz-keyframes glitter {
     0% {
         -moz-transform: scale(0.3) rotate(0deg);
         opacity: 0;
     }
     25% {
         -moz-transform: scale(1) rotate(360deg);
         opacity: 1;
     }
     50% {
         -moz-transform: scale(0.3) rotate(720deg);
         opacity: 0;
     }
     100% {
         -moz-transform: scale(0.3) rotate(0deg);
         opacity: 0;
     }
 }
 
 
.widget-content i{
	
	color: #13bbea;
} 


.page-title {
    position: relative;
    padding: 85px 0;
    color: #ffffff;
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-title h1 {
    color: #ffffff;
    text-align;
    center;
    align-items: center;
    position: relative;
    font-size: 35px;
}
.page-title::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #121c27;
    opacity: 0.60;
    z-index: 0;
}


.title-section {
    position: relative;
    padding: 45px 0px 45px 0px;
}



/*Pricing Table */
.demo{ background: #dedddb; }
.pricingTable{
    padding-bottom: 20px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pricingTable .title{
    padding: 40px 20px 170px;
    margin: 0 0 30px 0;
    background: linear-gradient(to bottom right,#fa6fe6,#ffef65);
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
}
.pricingTable .title:before,
.pricingTable .title:after{
    content: "";
    width: 280px;
    height: 200px;
    border-radius: 80px;
    background: #fff;
    position: absolute;
    bottom: -175px;
    left: -46px;
    transform: rotate(-85deg);
}
.pricingTable .title:after{
    border-radius: 100px;
    bottom: auto;
    top: 150px;
    left: auto;
    right: -70px;
    transform: rotate(-40deg);
}
.pricingTable .price-value{
    display: inline-block;
    width: 140px;
    height: 140px;
    line-height: 65px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 8px rgba(0,0,0,0.3);
    padding: 30px 0;
    font-size: 35px;
    font-weight: 600;
    color: #404040;
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease 0s;
}

@media(max-width: 767px){
	
	.pricingTable .price-value {

  position: relative !important;
  top: 110px;
  left: 50%;
  transform: translateX(0%) !important;
  transition: all 0.3s ease 0s;
  margin-bottom: 25px;
  top: 0px !important;
  left: 0% !important;
}
}

.pricingTable:hover .price-value{
    background: linear-gradient(to bottom,#fa6fe6,#ffef65);
    color: #fff;
}
.pricingTable .month{
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 0;
}
.pricingTable .pricing-content{
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricing-content li{
    padding: 7px 0 7px 50px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
    position: relative;
}
.pricingTable .pricing-content li:before{
    content: ;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 24px;
    height: 24px;
    line-height: 20px;
    border-radius: 50%;
    border: 2px solid #fb6ee5;
    color: #fb6ee5;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
}
.pricingTable .pricing-content li.disable{ color: #707070; }
.pricingTable .pricing-content li.disable:before{ display: none; }
.pricingTable .pricingTable-signup{
    display: inline-block;
    padding: 13px 45px;
    border-radius: 30px;
    background: linear-gradient(to right,#fa6fe6,#ffef65);
    font-size: 22px;
    font-weight: 700;
    color: #404040;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup:hover{ color: #fff; }
.pricingTable .pricingTable-signup:before{
    content: "";
    width: 98%;
    height: 92%;
    border-radius: 30px;
    background: #fff;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: -1;
}
.pricingTable .pricingTable-signup:hover:before{ background: transparent; }
.pricingTable.blue .title{ background: linear-gradient(to bottom right,#44f2b5,#4cbde2); }
.pricingTable.blue:hover .price-value{ background: linear-gradient(to bottom,#44f2b5,#4cbde2); }
.pricingTable.blue .pricing-content li:before{
    border-color: #44f2b5;
    color: #44f2b5;
}

.pricingTable.blue2 .pricingTable-signup{ background: linear-gradient(to bottom right,#3390DC,#F6FA60); }


.pricingTable.blue .pricingTable-signup{ background: linear-gradient(to bottom right,#44f2b5,#4cbde2); }
.pricingTable.green .title{ background: linear-gradient(to bottom right,#66fd9c,#f6fa60); }
.pricingTable.green:hover .price-value{ background: linear-gradient(to bottom,#66fd9c,#f6fa60); }

.pricingTable.blue2 .title{ background: linear-gradient(to bottom right,#3390DC,#F6FA60); }
.pricingTable.blue2:hover .price-value{ background: linear-gradient(to bottom,#3390DC,#F6FA60); }

.pricingTable.green .pricing-content li:before{
    border-color: #66fd9c;
    color: #66fd9c;
}
.pricingTable.green .pricingTable-signup{ background: linear-gradient(to bottom right,#66fd9c,#f6fa60); }
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 30px; }
}
@media only screen and (max-width: 767px){
    .pricingTable .title:before{
        height: 400px;
        top: 100px;
        left: 55px;
    }
    .pricingTable .title:after{
        width: 550px;
        height: 550px;
        top: 150px;
        right: -100px;
        transform:rotate(-20deg);
    }
}
@media only screen and (max-width: 480px){
    .pricingTable .title:before,
    .pricingTable .title:after{
        width: 280px;
        height: 200px;
        top: 220px;
        left: -46px;
    }
    .pricingTable .title:after{
        top: 150px;
        left: auto;
        right: -70px;
    }
}


.roproducts_img img {
    height: 100%;
}


.roproducts_wp {
    text-align: center;
    padding: 20px 0;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #fff !important;
    border: 1px solid #EEEEEE;
}


.roproducts_img {
    width: 270px;
    height: 280px;
    margin: 0 auto;
    text-align: center;
}






.roproducts_list h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: ;
    color: #222;
    margin-bottom: 20px;
}

.roproducts_list h3 a {
    display: inline-block;
    color: #222 !important;
}

.roproducts_list h3 a:hover {
    color: #27AFED !important;
}


.prod-listing ul{}

.prod-listing ul li img {

}

.prod-listing ul li{
	display: inline-block;
	max-width: 33.333333%;
	background: #fff !important;
    border: 1px solid #EEEEEE;
	text-align: center;
	margin-bottom: 6px;
}


@media(max-width:767px){
	
	.m-align {
		text-align: center !important;
	}
}
/*end*/

.sm-img mg{
	
	height: 400px !important;
}



/*product css */

.p-box{
	
	border: 1px solid #C0BEBE;
	text-align: center;
	padding: 20px;
}


.p-box img{
	
	max-height: 100%;
	width: auto;
	margin-bottom: 20px;
}


.p-box h1{
	
	font-size: 24px;
	margin-bottom: 10px;
}

.p-box p{
	
	font-size: 16px;
	margin-bottom: 30px;
	color: #1946D7;
}


.p-box i{
	
}


.btn-1{
	background-color: #00AEED;
	border: 1px solid #00AEED;
	color: #fff;
	padding: 6px 10px;
    width: 40%;
	border-radius: 20px;
	font-size: 14px;
	margin-right: 30px;
    display: inline-block;}

.btn-1:hover{
	background-color: #fff;
	border: 1px solid #00AEED;
	color: #00AEED;
}

.hide{
	display: none;
}

.btn-2{
	background-color: #fff;
	border: 1px solid #00AEED;
	color: #00AEED;
	padding: 6px 10px;
    width: 40%;
	border-radius: 20px;
	font-size: 14px;
    display: inline-block;}

.btn-2:hover{
	background-color: #00AEED;
	border: 1px solid #00AEED;
	color: #fff;
}


.p-details h1{
	font-size: 28px;
	margin-bottom:20px ;
}


@media(max-width:767px){
	
	.p-details h1{
	margin-top:20px ;
}

.btn-1{
	margin-right: 0;
}



}

.p-box{
	margin-bottom: 20px;
}

.p-details span{
	
	font-size: 20px;
	margin-bottom: 30px;
	color: #1946D7;
	line-height: 50pt;
}

.btxt{
	padding: 20px 0 20px 0;
	text-align: center !important;
	font-weight: 600;
	font-size: 24px;
	color: #0078D7;
}


.table th, .table td {
    padding: 5px !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
	text-align: center !important;
	font-size: 14px;
}

.txt-center{
	text-align: center !important;
}



.list-p ul{
	
}

.list-p li{
	display: inline-block;
	width: 200px;
}


@media(max-width:767px){
	
	.mhide{
		display: none;
	}
}



.btn-box a{
  position: relative;
display: inline-block;
font-size: 16px;
font-weight: 500;
color: #222;
text-transform: uppercase;
border-radius: 30px;
text-align: center;
padding: 10px 39px;
margin-bottom: 20px;
border: 2px solid #13bbea;

}

.btn-box a:hover{
  color: #fff;
  background-color: #00AEED;
}

.btn-box i{
	font-size: 24px;
	padding-left: 30px;
}



/* modal box */


#EnquiryModal .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;
}


.btn-block {
    background: #03698F !important;
    color: #FFFFFF !important;
    font-family: 'Poppins';
    font-size: 16px;
    width: 100%;
    text-align: center;
    transition: all .4s ease;
    border: none;
    outline: none;
	font-family: 'PT Sans', sans-serif;
}



/* whatsapp */

.float{
	position:fixed;
	
	bottom:100px;
	left:25px;
	
    z-index:9999;
	width: 70px;
    height: 70px;
	
}


.float img{
	
	width: 55px;
    height: 55px;
	
}

@media(max-width:767px){
	
	.float{
	
	width: 55px;
    height: 55px;
	
}

.wbtn a img {
    width: 55px !important;
    height: 55px !important;}

}



.float-2 {
    position: fixed;
    bottom: 100px;
    right: 25px;
    z-index: 9999;
    width: 120px;
    height: 120px;
}

.my-float{
	margin-top:14px;
}

.my-float{
	position:fixed;
	
	bottom:40px;
	left:25px;
	
    z-index:9999;

}

.wbtn{
  text-align: center;

  
}
.wbtn a img {
    position: relative;
    width: 55px;
    height: 55px;
    border: none;
    box-shadow: 0 0 0 0 rgba(0, 201, 255, 0.5);
    border-radius: 50%;
      background-color: transparent;
	  
	  background-size: 145px auto;
	  background-position: center center;
	  background-repeat: no-repeat;

    cursor: pointer;
    -webkit-animation: rippleOne 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: rippleOne 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: rippleOne 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: rippleOne 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    text-indent: 1000%;
    overflow: hidden;
    white-space: nowrap;
	
}
.wbtn a img:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
  
}

@-webkit-keyframes rippleOne{70%{box-shadow:0 0 0 70px rgba(244,68,56,0)}100%{box-shadow:0 0 0 0 rgba(244,68,56,0)}}@keyframes rippleOne{70%{box-shadow:0 0 0 70px rgba(244,68,56,0)}100%{box-shadow:0 0 0 0 rgba(244,68,56,0)}}
@-webkit-keyframes rippleOne{70%{box-shadow:0 0 0 70px rgba(244,68,56,0)}100%{box-shadow:0 0 0 0 rgba(244,68,56,0)}}@keyframes rippleOne{70%{box-shadow:0 0 0 70px rgba(244,68,56,0)}100%{box-shadow:0 0 0 0 rgba(244,68,56,0)}}
 
   
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}


[tooltip]:before {

  font-weight: 500;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #585858;
  color: #fff;
  content: attr(tooltip);
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  padding: 5px 7px;
  margin-left: 10px;
  position: absolute;
  left: 100%;
  bottom: 5%;
  white-space: nowrap;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}



.cstm strong{
	color: #0C82DA;
}



/* mobile footer */
.bfooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #00AEED;
    color: white;
    text-align: center;
    z-index: 1000;
}
.bicon ul {
	padding: 3px;
display: flex;
justify-content: space-evenly;
}
.bicon ul li {
    /* display: inline-block; */
    /* width: 32%; */
}
.bicon ul li a {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.bicon ul li a i {
    position: relative;
top: 8px;
}


/* mobile footer */


@media only screen and (min-device-width: 320px) and (max-device-width: 767px) 	 {
    .main-footer .footer-bottom {
        padding: 10px 0;
        margin-bottom: 45px;
    }
	
	
	
}




@media(max-width:767px){
	
	.main-footer .footer-bottom .copyright {
    
    text-align: center;
}
}



.title{
	
	font-size: 36px;
	padding: 20px 0 20px 0;
	color: #222;
}




#ctl00_servicearea ul li a{
	color: #000;
	font-size: 13px !important;

	
}


#ctl00_servicearea ul li a:hover{
	color: #00AEED;
	
}





#ctl00_servicearea {
	
	margin-bottom: 45px;
	margin-top: 45px;
}

#ctl00_main_servicearea {
	
	margin-bottom: 45px;
	margin-top: 45px;
}



#ctl00_main_servicearea ul li a{
	color: #000;
	font-size: 13px !important;
	
}


#ctl00_main_servicearea ul li a:hover{
	color: #00AEED;
	
}

.testimonials-area {
    background: #EFF2F9;
    display: block;
}


.testimonials-area {
	
	margin-bottom: 45px;
}


.app-img img {
	width: 505px;
	height: auto;
}

.support-s h1{
	text-align: center;
	color: #577eb7;
	font-size: 45px;
	font-weight: 600;
}

.support-s h2{
	text-align: center;
	font-size: 30px;
	color: #3fa4a3;
	font-weight: 600;
	padding-top: 20px;
}

.support-s h3{
	text-align: center;
	font-size: 20px;
	padding-top: 20px;
}


.support-s p {
	text-align: center;
	padding-top: 20px;
}


.gimg img{
	
	height: 60px !important;
}


.support-s h1, h2, h3, p{
	margin:0 ;
	padding: 0;
}


@media(max-width:767px){
	
	.app-img img {
		display: none;
	
}



.support-s h1{
	text-align: center;
	color: #577eb7;
	font-size: 35px;
	font-weight: 600;
	margin-top: 20px;
}

.gimg img{
	
	margin-bottom: 40px !important;
}

}




.form-box h3 {
    text-align: center;
    color: #1779d6;
}


.form-box {
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.6);
    border-radius: 0px;
	margin: 20px 0 20px 0;
}


.text-left{
	text-align: left !important;
}


.supports h2{
	text-align: left;
	color: #1779d6;
	font-size: 28px;
	margin-top: 40px;
	padding-bottom: 6px;
}


.supports p{
	text-align: left;
}


.text-primary {
    color: #007bff !important;
    font-size: 20px !important;
	padding-bottom: 10px;
}


.text-primary i{
	margin-right: 10px !important;
}



@media(max-width:767px){
	
	.title {
    font-size: 26px;
    color: #222;
    line-height: 30pt;
	padding: 0 !important;
}

.testimonials-area {
    padding: 20px;
}



}


#myModal .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;
	width: 90%;
}

.our-txt{
	padding-bottom: 20px;
}



.bizwheel-btn {
    height: auto;
	text-transform: initial;
	padding: 9px 15px;
	line-height: initial;
	background: #fff;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	display: inline-block;
}
.bizwheel-btn:hover{
	background:transparent;
	color:#fff;
}


/* new banner */

.owl-item.active .banner-content .sub-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.owl-item.active .banner-content h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.owl-item.active .banner-content p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.owl-item.active .banner-content .btn-box {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.owl-item.active .banner-image img {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.home-slides.owl-theme .owl-nav {
    margin-top: 0
}

.home-slides.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #dce9ec;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: var(--blackColor);
    border-radius: 50%;
    font-size: 25px;
    padding-right: 5px !important
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 20px;
    padding-left: 5px !important;
    padding-right: 0 !important
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover {
    color: var(--whiteColor);
    background-color: var(--mainColor)
}

.home-wrapper-area {
    background-color: #561800;
    position: relative;
    z-index: 1;
    padding-top: 65px;
    padding-bottom: 65px
}

.wrapper-content .sub-title {
    display: block;
    margin-bottom: 15px;
    color: var(--mainColor);
    font-size: 15.5px;
    font-weight: 700
}

.wrapper-content h1 {
    margin-bottom: 20px;
    font-size: 50px;
    color: var(--whiteColor);
    line-height: 1.3
}

.wrapper-content p {
    color: var(--whiteColor);
    opacity: .85;
    max-width: 520px;
	font-size: 40px;
	line-height: 45pt;
}

.wrapper-content .default-btn {
    margin-top: 15px
}

.wrapper-content .default-btn:hover {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important
}

.owl-item.active .wrapper-content .sub-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.owl-item.active .wrapper-content h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.owl-item.active .wrapper-content p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.owl-item.active .wrapper-content .default-btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.owl-item.active .wrapper-image img {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.home-slides-two.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -90px;
    bottom: 0
}

.home-slides-two.owl-theme .owl-nav [class*=owl-] {
    background-color: transparent;
    border: 1px solid #9b9dac;
    margin: 0 7px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #9b9dac;
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.home-slides-two.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #DF3E00;
    border-color: #DF3E00;
    color: var(--whiteColor)
}

.home-slides-two.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-top: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.home-slides-two.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 8px 0 0;
    background: 0 0;
    border: 1px solid var(--whiteColor);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 50%;
    position: relative
}

.home-slides-two.owl-theme .owl-dots .owl-dot span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--mainColor);
    border-radius: 50%;
    margin: 2px;
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    visibility: hidden
}

.home-slides-two.owl-theme .owl-dots .owl-dot:hover span,
.home-slides-two.owl-theme .owl-dots .owl-dot.active span {
    border-color: var(--mainColor)
}

.home-slides-two.owl-theme .owl-dots .owl-dot:hover span::before,
.home-slides-two.owl-theme .owl-dots .owl-dot.active span::before {
    opacity: 1;
    visibility: visible
}


.wrapper-content h1 {
    margin-bottom: 20px;
    font-size: 50px;
    color: #fff !important;
    line-height: 1.3;
}

.wrapper-content p {
    color: #fff !important;
    opacity: .85;
    max-width: 520px;
    font-size: 40px;
    line-height: 45pt;
}


.home-slides-two .slider-img {
  position: relative;
  background-color: #00aeed;
  padding: 20px;
  border-radius: 50%;
  -webkit-animation: border-transform 10s linear infinite alternate forwards;
          animation: border-transform 10s linear infinite alternate forwards;
}

.home-slides-two .slider-img img {
  max-width: 400px;
  height: auto;
  margin: auto;
}


@media(max-width: 767px){
	
	.home-slides-two .slider-img {
    margin-bottom: 20px;
}


.home-wrapper-area {
  
    padding: 45px 0 !important;
}

.wrapper-content h1 {
    margin-bottom: 20px;
    font-size: 25px !important;
    color: #fff;
    line-height: 1.3;
}

.home-slides-two.owl-theme .owl-nav {
 
    margin: 0 auto !important;
}


/* .wrapper-content .default-btn { */
    /* margin-bottom: 33px; */
/* } */


.m-right{
	text-align: center !important;
}

.m-left{
	text-align: center !important;
	padding-bottom: 4px;
}

}

.m-right{
	text-align: right;
}


@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}


.home-slides-two.owl-theme .owl-dots {
	display: none;
}


[class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after {
    font-family: Flaticon;
    font-size: 24px;
    font-style: normal;
}


.wrapper-content .default-btn {
    margin-top: 15px;
}


.wrapper-content span{
	color: #00aeed;
	font-size: 50px;
	font-style: italic;
}



/*============= get_app_area css =============*/

.get_app_area {
    background: #00aeee;
    padding-top: 65px;
    padding-bottom: 120px;
	margin-bottom: 120px;
}


@media(max-width: 767px){
	
	.get_app_area {
    background: #00aeee;
    padding-top: 65px;
    padding-bottom: 65px;
}


.get_app_content .section_title h2 {
    font-size: 28px !important;
    
}

.get_app_area {
    
    margin-bottom: 45px !important;
}

}

.sec_pad {
    padding: 65px 0px;
}

.get_app_content {
    color: #fff;
    /* padding-right: 110px; */
}

.get_app_content .section_title {
    margin-bottom: 28px;
}

.get_app_content .section_title h5,
.get_app_content .section_title h2 {
    color: #fff;
}

.get_app_content .section_title h2 {
    font-size: 33px;
    line-height: 55px;
    font-weight: 600;
}

.get_app_content .section_title span {
    font-size: 58px;
    color: #003a5c;
}

.get_app_content p {
    font-size: 17px;
    margin-bottom: 42px;
}

.get_app_content ul {
    list-style: none;
    margin-bottom: 70px;
    padding-left: 0px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 70%;
}

.get_app_content ul li {
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    position: relative;
    width: 100%;
}

.get_app_content ul li i {
    margin-right: 10px;
}

/* .get_app_content ul li:before { */

/* content: "\f101"; */

/* position: absolute; */

/* left: 0; */

/* top: 2px; */

/* font-family: "Font Awesome 5 Free"; */

/* font-size: 16px; */

/* font-weight: 400; */

/* } */

.get_app_content .slider_btn {
    align-items: center;
    border-radius: 4px;
    font-weight: 500;
    padding: 12px 30px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #000;
    display: inline-block;
    border: 1px dashed #000;
    font-size: 20px;
    background-color: #fff;
}

.get_app_content .slider_btn:hover {
    color: #fff;
    background-color: transparent;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    border: 1px dashed #fff;
}

.get_app_content .slider_btn i {
    font-size: 24px;
    margin-right: 15px;
}

.app_image {
    position: relative;
}

.app_image .shadow_bottom {
    content: '';
    position: absolute;
    width: 80%;
    height: 5px;
    border-radius: 50%/5px;
    left: 10%;
    bottom: 0px;
    -webkit-box-shadow: 0px 35px 33px 0 rgba(0, 0, 0, 0.8);
    box-shadow: 0px 35px 33px 0 rgba(0, 0, 0, 0.8);
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
}

.app_image .image_two {
    position: absolute;
    right: 0;
    top: 0;
	z-index: 100;
}

.app_image .image_two img {
    -webkit-animation-name: jump;
    animation-name: jump;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 3.8s;
    animation-duration: 3.8s;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
}

.app_image .image_two .shadow_bottom {
    -webkit-animation: shadow 3.8s infinite linear;
    animation: shadow 3.8s infinite linear;
    bottom: 10px;
}

.app_image .image_first {
    position: absolute;
    left: 20px;
    top: 60px;
	z-index: 100;
}

.app_image .image_first img {
    -webkit-animation-name: jump;
    animation-name: jump;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 2.8s;
    animation-duration: 2.8s;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
}

.app_image .image_first .shadow_bottom {
    -webkit-animation: shadow 2.8s infinite linear;
    animation: shadow 2.8s infinite linear;
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-transition: -webkit-transform 1.4s 0.6s linear;
        transition: -webkit-transform 1.4s 0.6s linear;
        -o-transition: transform 1.4s 0.6s linear;
        transition: transform 1.4s 0.6s linear;
        transition: transform 1.4s 0.6s linear, -webkit-transform 1.4s 0.6s linear;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-transition: -webkit-transform 1.4s 0.6s linear;
        transition: -webkit-transform 1.4s 0.6s linear;
        -o-transition: transform 1.4s 0.6s linear;
        transition: transform 1.4s 0.6s linear;
        transition: transform 1.4s 0.6s linear, -webkit-transform 1.4s 0.6s linear;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes shadow {
    0% {
        -webkit-box-shadow: 0px 35px 33px 0 #000;
        box-shadow: 0px 35px 33px 0 #000;
    }
    50% {
        -webkit-box-shadow: 0px 35px 35px -2px #000;
        box-shadow: 0px 35px 35px -2px #000;
        width: 60%;
        left: 20%;
    }
    100% {
        -webkit-box-shadow: 0px 35px 33px 0 #000;
        box-shadow: 0px 35px 33px 0 #000;
    }
}

@keyframes shadow {
    0% {
        -webkit-box-shadow: 0px 35px 33px 0 #000;
        box-shadow: 0px 35px 33px 0 #000;
    }
    50% {
        -webkit-box-shadow: 0px 35px 35px -2px #000;
        box-shadow: 0px 35px 35px -2px #000;
        width: 60%;
        left: 20%;
    }
    100% {
        -webkit-box-shadow: 0px 35px 33px 0 #000;
        box-shadow: 0px 35px 33px 0 #000;
    }
}

.pt-c {
    padding-top: 10rem !important;
}

.cpad {
    padding: 20px 0;
    background-color: #fff !important;
}


.social {
  padding-left: 0;
  list-style-type: none;
  margin-top: 35px;
  margin-bottom: 0;
}


.social li {
    display: inline-block;
	margin-right: 5px;
	width: 35px;
	height: 35px;
	line-height: 40px;
	border: 1px dashed #e1e1e1;
	border-radius: 50%;
	text-align: center;
}

.social li a i {
    font-size: 18px;
    line-height: 1;
	color: #e1e1e1 !important;	
	
}

 .social li a i:hover {
	color: #13bbea !important;
	
	
}

.social li:last-child {
    margin-right: 0
}

/*============= get_app_area css =============*/                                              