/* Tecnic HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Header Two / Three
5. Main Slider
6. Services Section / Two
7. Business Section
8. Features Section
9. Professional Section
10. Progress Section
11. Pricing Section / Two / Three
12. Testimonial Section / Two
13. Faq Section / Two
14. Trials Section
15. Main Footer / Style Two / Style Three
16. Banner Section
17. Clients Section
18. Featured Section Two
19. Contact Section
20. Dark Version Page
21. Banner Section Two
22. About Section
23. Call To Action Section
24. Services Section Three
25. Solutions Section
26. Partners Section
27. Business Section
28. Scales Section
29. 

**********************************************/

@import url('https://fonts.googleapis.com/css?family=Cabin:400,400i,500,500i,600,600i,700|Quicksand:300,400,500,700&display=swap');

/*font-family: 'Cabin', sans-serif;
font-family: 'Quicksand', sans-serif;*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('slick.css');
@import url('jquery-ui.css');
@import url('animation.css');
@import url('swiper.min.css');
@import url('custom-animate.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('jquery.mCustomScrollbar.min.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
 
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Cabin', sans-serif;
	font-size:14px;
	color:#777777;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper{
	padding:0px 50px 0px;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#02b4a3;
}

button,
a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none !important;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
	font-family: 'Quicksand', sans-serif;
}

/* Typography */

h1{
	font-size:48px;
}

h2{
	font-size:36px;
}

h3{
	font-size:24px;
}

h4{
	font-size:20px;
}

h5{
	font-size:18px;
}

h6{
	font-size:16px;
}

input,button,select,textarea{
	
}

textarea{
	overflow:hidden;
}

p{
	position:relative;
	line-height:1.8em;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

img{
	display:inline-block;
	max-width:100%;
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

/*Btn Style One*/

.btn-style-one{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	padding: 11px 41px 11px;
	font-weight: 600;
	overflow: hidden;
	border-radius: 0px;
	overflow:hidden;
	background:none;
	text-transform: capitalize;
	border:1px solid #ffffff;
	font-family: 'Cabin', sans-serif;
}

.btn-style-one:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background-color:#02daa5;
}

.btn-style-one .txt{
	position:relative;
	z-index:1;
}

.btn-style-one:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-one:hover{
	color: #ffffff;
	border-color:#02daa5;
}

/* Btn Style Two */

.btn-style-two{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 31px;
	color: #ffffff;
	padding: 12px 55px;
	font-weight: 600;
	overflow: hidden;
	border-radius: 0px;
	overflow:hidden;
	text-transform: capitalize;
	font-family: 'Cabin', sans-serif;
	background-color:#02daa5;
}

.btn-style-two:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
	border-radius: 0px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background-color:#222222;
}

.btn-style-two .txt{
	position:relative;
	z-index:1;
}

.btn-style-two:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-two:hover{
	color: #ffffff;
}

/* Btn Style Three */

.btn-style-three{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 31px;
	color: #ffffff;
	padding: 12px 55px;
	font-weight: 400;
	overflow: hidden;
	border-radius: 50px;
	overflow:hidden;
	text-transform: capitalize;
	font-family: 'Cabin', sans-serif;
	background-image: -ms-linear-gradient(left, #02c8de 0%, #03a2b4 100%);
	background-image: -moz-linear-gradient(left, #02c8de 0%, #03a2b4 100%);
	background-image: -o-linear-gradient(left, #02c8de 0%, #03a2b4 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #02c8de), color-stop(100, #03a2b4));
	background-image: -webkit-linear-gradient(left, #02c8de 0%, #03a2b4 100%);
	background-image: linear-gradient(to right, #02c8de 0%, #03a2b4 100%);
}

.btn-style-three:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
	border-radius: 8px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background-image: -ms-linear-gradient(left, #03a2b4 0%, #02c8de 100%);
	background-image: -moz-linear-gradient(left, #03a2b4 0%, #02c8de 100%);
	background-image: -o-linear-gradient(left, #03a2b4 0%, #02c8de 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #03a2b4), color-stop(100, #02c8de));
	background-image: -webkit-linear-gradient(left, #03a2b4 0%, #02c8de 100%);
	background-image: linear-gradient(to right, #03a2b4 0%, #02c8de 100%);
}

.btn-style-three .txt{
	position:relative;
	z-index:1;
}

.btn-style-three:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-three:hover{
	color: #ffffff;
}

/* Btn Style Four */

.btn-style-four{
	position: relative;
	padding:1px 1px 1px;
	border-radius:50px;
	display: inline-block;
	background-image: -ms-linear-gradient(left, #03a2b4 0%, #02c8de 100%);
	background-image: -moz-linear-gradient(left, #03a2b4 0%, #02c8de 100%);
	background-image: -o-linear-gradient(left, #03a2b4 0%, #02c8de 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #03a2b4), color-stop(100, #02c8de));
	background-image: -webkit-linear-gradient(left, #03a2b4 0%, #02c8de 100%);
	background-image: linear-gradient(to right, #03a2b4 0%, #02c8de 100%);
	font-family: 'Cabin', sans-serif;
}

.btn-style-four .txt{
	position:relative;
	z-index:1;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #03a2b4;
	font-weight: 400;
	overflow: hidden;
	border-radius: 50px;
	overflow:hidden;
	background:none;
	text-transform: capitalize;
	padding: 11px 41px 11px;
	background-color:#ffffff;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.btn-style-four:hover .txt{
	background:none;
	color:#ffffff;
}

.btn-style-four:hover{
	color: #ffffff;
}

/* Btn Style Five */

.btn-style-five{
	position:relative;
	padding: 15px 50px;
    color: #ffffff;
    cursor: pointer;
    letter-spacing: 1px;
    border-radius: 50px;
    display: inline-block;
    font-weight: 700;
    background-color: #ffc80a;
    text-transform: uppercase;
}

.btn-style-five .txt{
	position:relative;
	z-index:1;
}

.btn-style-five:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
	border-radius: 50px;
    background-color: #273849;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
}

.btn-style-five:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-five:hover{
	color: #ffffff;
}

/*Social Icon One*/

.social-icon-one{
	position: relative;
	display: block;
}

.social-icon-one li{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #5a5a5a;
	margin-right: 18px;
}

.social-icon-one li:last-child{
	margin-right: 0;
}

.social-icon-one li a{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #5a5a5a;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-one li a:hover{
	color: #03a2b6;
}

/* List Style One */

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	color:#ffffff;
	font-size:16px;
	padding-left:30px;
	font-weight:400;
	line-height:1.6em;
	margin-bottom:20px;
}

.list-style-one li .icon{
	position:absolute;
	left:0px;
	top:5px;
	color:#03a3b4;
	font-size:18px;
	line-height:1em;
	font-weight:300;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

/* List Style Two */

.list-style-two{
	position:relative;
}

.list-style-two li{
	position:relative;
	color:#5a5a5a;
	font-size:16px;
	font-weight:400;
	margin-bottom:18px;
	padding-left:38px;
	font-weight:600;
}

.list-style-two li:last-child{
	margin-bottom:0px;
}

.list-style-two li:before{
	position:absolute;
	content: "\f16b";
	left:0px;
	top:0px;
	color:#03a2b4;
	font-weight:700;
	font-family: "Flaticon";
}

/* List Style Three */

.list-style-three{
	position:relative;
	margin-bottom:22px;
}

.list-style-three li{
	position:relative;
	color:#5a5a5a;
	font-size:16px;
	font-weight:400;
	margin-bottom:10px;
	padding-left:30px;
}

.list-style-three li:last-child{
	margin-bottom:0px;
}

.list-style-three li:before{
	position:absolute;
	content: "\f00c";
	left:0px;
	top:0px;
	color:#5a5a5a;
	font-weight:400;
	font-family: 'FontAwesome';
}

.theme_color{
	color:#02b4a3;
}

/* Preloader */

.preloader{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #03a3b4;
    z-index: 800;
    text-align: center;
    overflow: hidden;
}

.preloader .box{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: inline-block;
}

.preloader .box:after {
    content: '';
    width: 50px;
    height: 50px;
    background: #fff;
    -moz-animation: preloader 500ms linear infinite;
    -webkit-animation: preloader 500ms linear infinite;
    animation: preloader 500ms linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}

.preloader .box:before {
    content: '';
    width: 50px;
    height: 5px;
    background: #000;
    -moz-animation: preloader-shadow 500ms linear infinite;
    -webkit-animation: preloader-shadow 500ms linear infinite;
    animation: preloader-shadow 500ms linear infinite;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
}

@-moz-keyframes preloader {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -moz-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -moz-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        -moz-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -moz-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}
@-webkit-keyframes preloader {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -webkit-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}
@keyframes preloader {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -moz-transform: translateY(9px) rotate(22.5deg);
        -ms-transform: translateY(9px) rotate(22.5deg);
        -webkit-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -moz-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        -ms-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        -webkit-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        -moz-transform: translateY(9px) rotate(67.5deg);
        -ms-transform: translateY(9px) rotate(67.5deg);
        -webkit-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -moz-transform: translateY(0) rotate(90deg);
        -ms-transform: translateY(0) rotate(90deg);
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}
@-moz-keyframes preloader-shadow {
    50% {
        -moz-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }
}
@-webkit-keyframes preloader-shadow {
    50% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }
}
@keyframes preloader-shadow {
    50% {
        -moz-transform: scale(1.2, 1);
        -ms-transform: scale(1.2, 1);
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/* 

================================================
	Back To Top CSS
=================================================

*/

.back-to-top {
  position: fixed;
  right: 1.5%;
  bottom: -7.5%;
  height: 15px;
  cursor: pointer;
  width: 40px;
  padding: 3px 5px;
  font-size: 10px;
  font-weight: bold;
  color: transparent;
  text-align: center;
  z-index: 3;
  visibility: hidden;
  outline: 0 !important;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #818992;
}

.back-to-top::before, .back-to-top::after {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 0;
}

.back-to-top::before{
  top: -20px;
  z-index: 4;
  border-bottom: 20px solid #818992;
}

.back-to-top::after {
  bottom: 0;
  z-index: 5;
  border-bottom: 20px solid #02b4a3;
}

.back-to-top:hover, .back-to-top:focus {
  opacity: 1;
  text-decoration: none;
  height: 40px;
  color: #ffffff;
}

.back-to-top.show-back-to-top {
  display: block;
  bottom: 1.25%;
  visibility: visible;
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:50px;
}

.sec-title .title{
	position:relative;
	color:#ffffff;
	font-size: 16px;
	line-height: 1.6em;
	font-weight:700;
	letter-spacing:0px;
	padding:6px 40px 5px;
	border-radius:0px;
	letter-spacing:1px;
	text-transform:uppercase;
	background-color:#03a2b4;
	display:inline-block;
}

.sec-title .title.style-two{
	padding:0px;
	color:#f8bf13;
	background:none;
}

.sec-title h2{
	position: relative;
    color:#2a2a2a;
    font-weight: 600;
    line-height: 1.3em;
	margin-top:16px;
}

.sec-title .text{
	position: relative;
    color:#595959;
	font-size:16px;
    font-weight: 400;
    line-height: 1.8em;
	margin-top:15px;
}

.sec-title.light .text,
.sec-title.light h2{
	color:#ffffff;
}

.sec-title.centered{
	text-align: center;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:absolute;
	z-index:99;
	width:100%;
	-ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

/* Header Top */

.main-header .header-top{
	position:relative;
	padding:12px 0px;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-header .header-top .info-list{
	position:relative;
	float:left;
}

.main-header .header-top .info-list li{
	position: relative;
	color:#222222;
	font-size:15px;
	padding-left:30px;
	margin-right:30px;
	display:inline-block;
}

.main-header .header-top .info-list li:last-child{
	margin-right:0px;
}

.main-header .header-top .info-list li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#222222;
}

.main-header .header-top .info-list li a{
	position: relative;
	color:#222222;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .header-top .info-list li a:hover{
	color:#222222;
}

.main-header .header-top .top-left{
	position: relative;
}

.main-header .header-top .top-left .page-nav{
	position: relative;
}

.main-header .header-top .top-left .page-nav li{
	position: relative;
	margin-right:12px;
	line-height:1.2em;
	padding-right:12px;
	display:inline-block;
	border-right:1px solid rgba(0,0,0,0.10);
}

.main-header .header-top .top-left .page-nav li a{
	position: relative;
	color:#222222;
}

.main-header .header-top .top-left .page-nav li:last-child{
	padding-right:0px;
	margin-right:0px;
	border:none;
}

.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .main-box .outer-container{
	position:relative;
	padding:0px 40px;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:10;
	padding:30px 0px;
}

.main-header .logo-box .logo-light{
	position:absolute;
	left:0px;
	top:18px;
	opacity:0;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.dark-body .main-header .logo-box .logo{
	opacity:0;
}

.dark-body .main-header .logo-box .logo-light{
	opacity:1;
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .header-upper{
	position:relative;
	z-index:1;
}

.main-header .header-upper .auto-container{
	max-width:1400px;
}

.main-header.header-style-two .header-upper .auto-container{
	max-width:1200px;
}

.main-header .header-upper .outer-box{
	position:relative;
	float:right;
	padding-top:18px;
	padding-left:35px;
	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-header .header-upper .outer-box .contact-btn{
	position:relative;
	color:#57a5ef;
	font-size:20px;
	font-weight:700;
	padding:16px 36px 16px;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.main-header .header-upper .outer-box .contact-btn:hover{
	background-color:#57a5ef;
	color:#ffffff;
}

/*Sticky Header*/

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#222222;
	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;
}

.sticky-header .logo{
	padding:8px 0px 8px;
}

.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;	
}

.sticky-header .main-menu .navigation > li > a{
	padding:19px 0px  !important;
	color:#ffffff !important;
}

.sticky-header .main-menu .navigation > li > a:after{
	display:none;
}

.main-header .nav-outer{
	position:static;
	float: right;
	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-header .header-upper .logo-box{
	position: relative;
	padding: 18px 0px 18px;
	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-header .header-upper .logo-box .logo{
	position:relative;
}

.main-header .header-lower{
	position:relative;
	background-color:#02b4a3;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

/************************ Mega Menu ***************************/

.main-menu .navigation > li.has-mega-menu{
	position:static;
}

.main-menu .navigation > li > .mega-menu{
	position:absolute;
	left:0px;
	right: 0;
	margin: auto;
	width:100%;
	max-width: 1170px;
	background-color: #ffffff;
    padding: 45px 40px 30px 45px;
    top: 100%;
	z-index:100;
	opacity: 0;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-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:hover > .mega-menu{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

.main-menu .navigation > li > .mega-menu .mega-menu-bar{
	position: relative;
}

.main-menu .navigation > li .mega-menu-bar h3{
	position:relative;
	color:#020e28;
	font-size:20px;
	font-weight:500;
	padding-bottom:10px;
	border-bottom:1px solid #f2f2f2;
}

.main-menu .navigation > li .mega-menu-bar > ul{
	position:relative;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #f2f2f2;
	text-transform:capitalize;
	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 .mega-menu-bar .column{
	position:relative;
	margin-bottom:10px;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li:last-child{
	border:none;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a{
	position:relative;
	display:block;
	padding:10px 0px;
	line-height:20px;
	font-weight:400;
	font-size:16px;
	color:#222222;
	text-transform:capitalize;
	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 .mega-menu-bar .column > ul > li > a:hover{
	color:#2c2c2c;
}

.main-menu{
	position:static;
	float: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 .navbar-collapse{
	padding:0px;
	float: left;
}

.main-menu .navigation{
	position:static;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-right:25px;
	padding:30px 0px;
	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:last-child{
	margin-right:0px;
}

.main-menu .navigation > li > a:hover,
.main-menu .navigation > li.current > a{
	color:#31639c !important;
}

.main-menu .navigation > li > a > span{
	position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.main-menu .navigation > li > a > span:before{
	position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 600;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.main-menu .navigation > li:hover > a > span{
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.main-menu .navigation > li:hover > a > span:before{
	position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 600;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	color:#555;
	text-align:center;
	line-height:30px;
	text-transform:capitalize;
	letter-spacing:0px;
	opacity:1;
	overflow:hidden;
	font-weight:600;
	font-size:18px;
	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:hover > a::after,
.main-menu .navigation > li.current > a::after{
	width:22px;
}

.main-menu .navigation > li.dropdown > a{
	padding-right:15px !important;
}

.main-menu .navigation > li.dropdown > a:before{
	font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 0px;
    font-size: 13px;
    line-height: 34px;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-header.light-version .main-menu .navigation > li:hover > a,
.main-header.light-version .main-menu .navigation > li.current > a{
	opacity:1;
}

.main-menu .navigation > li > ul{
	position: absolute;
    left: -30px;
    top: 100%;
    width: 230px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    padding: 20px 15px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #f9f9f9;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 18px;
	line-height:24px;
	font-weight:600;
	font-size:15px;
	text-transform:capitalize;
	color:#7c7b7b;
	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{
	
}

.main-menu .navigation > li > ul > li > a:before{
	position:absolute;
	content:'//';
	left:10px;
	top:9px;
	opacity:0;
	color:#03a3b4;
	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::before{
	opacity:1;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#03a3b4;
	padding-left:30px;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:15px;
	top:14px;
	width:10px;
	height:20px;
	display:block;
	color:#222222;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#222222;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:120%;
	top:0%;
	width:230px;
	z-index:100;
	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;
	padding:20px 15px;
	border-radius:10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.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%;
	border-bottom:1px solid #f9f9f9;
}

.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;
	padding:10px 18px;
	line-height:24px;
	font-weight:600;
	font-size:15px;
	text-transform:capitalize;
	color:#7c7b7b;
	padding-left:10px;
	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:#03a3b4;
}

.main-menu .navigation > li > ul > li > ul > li > a:before{
	position:absolute;
	content:'//';
	left:10px;
	top:8px;
	opacity:0;
	color:#03a3b4;
	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::before{
	opacity:1;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#03a3b4;
	padding-left:30px;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	color:#272727;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	left:0%;
	border-top:0px !important;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
	left:100%;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	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 .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:30px;
	height:30px;
	text-align:center;
	color:#ffffff;
	line-height:28px;
	border:1px solid #ffffff;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header.fixed-header{
	position: fixed;
	top:0px;
    z-index: 99;
    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;
	background-color:#222222;
}

.header-style-two.fixed-header .header-upper{
	position: fixed;
	top:0px;
	right:0px;
	left:0px;
	background-color:#ffffff;
	border-bottom:1px solid #f9f9f9;
}

.header-style-two.fixed-header .main-menu .navigation > li > a{
	color:#555;
}

.header-style-two.fixed-header .header-upper .outer-box .nav-btn{
	color:#222222;
}

.header-style-two.fixed-header .btn-box .theme-btn{
	background-color:#03a2b4;
	border-color:#03a2b4;
	color:#ffffff;
}

.header-style-two.fixed-header .btn-box .theme-btn:hover{
	color:#03a2b4;
}

.header-style-two.fixed-header{
	background-color:#000000;
	border:none;
}

.main-header .outer-box .cart-box{
	position:relative;
	float:left;
	color:#ffffff;
	font-size:16px;
	background:none;
	margin-top:14px;
	display:inline-block;
	margin-right: 28px;
}

.main-header .outer-box .cart-box .cart-box-btn{
	background:none;
	color:#ffffff;
	cursor: pointer;
	font-size: 24px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.main-header .outer-box .cart-box .cart-box-btn:after{
	display:none;
}

.main-header .outer-box .cart-box .cart-box-btn .total-cart{
	position:absolute;
	right: -8px;
	top: -8px;
	width:18px;
	height:18px;
	color:#ffffff;
	font-weight:700;
	font-size:12px;
	border-radius:50%;
	text-align:center;
	line-height:18px;
	background-color:#444444;
}

.main-header .outer-box .cart-box .cart-box-btn:hover{
	color:#ffffff;
}

.main-header .outer-box .cart-product{
	position:relative;
	margin-bottom:18px;
	min-height:90px;
	border-bottom:1px solid #e4e4e4;
}

.main-header .outer-box .cart-product .inner{
	position:relative;
	padding-left:90px;
	min-height:70px;
}

.main-header .outer-box .cart-product .inner .cross-icon{
	position:absolute;
	right:0px;
	top:-2px;
	z-index:1;
	color:#263120;
	font-size:16px;
	cursor:pointer;
	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-header .outer-box .cart-product .inner .cross-icon:hover{
	color:#03a3b4;
}

.main-header .outer-box .cart-product .inner .image{
	position:absolute;
	width:70px;
	height:70px;
	left:0px;
	top:0px;
}

.main-header .outer-box .cart-product .inner h3{
	position:relative;
	font-weight:600;
	font-size:15px;
	margin:0px;
	letter-spacing: 1px;
	text-transform:capitalize;
}

.main-header .outer-box .cart-product .inner h3 a{
	color:#222222;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.main-header .outer-box .cart-product .inner h3 a:hover{
	color:#03a3b4;
}

.main-header .outer-box .cart-product .inner .quantity-text{
	position:relative;
	font-weight:300;
	color:#666666;
	font-size: 13px;
	margin-bottom: 0px;
}

.main-header .outer-box .cart-product .inner .price{
	position:relative;
	font-weight:700;
	font-size:16px;
	margin:0px;
	color:#222222;
}

.main-header .outer-box .cart-box .cart-panel{
	left: auto !important;
	right: 0px !important;
	border-radius:0px;
	padding:20px 20px;
	min-width:300px;
	margin-top:50px;
	z-index: -1;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.15);
	border:3px solid #03a3b4;
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	transform: translate3d(0px, 0px, 0px) !important;
}

.main-header .outer-box .cart-box .cart-panel .cart-total{
	color:#000000;
	font-size:15px;
	font-weight:400;
	text-align:center;
	text-transform:capitalize;
}

.main-header .outer-box .cart-box .cart-panel .cart-total span{
	font-weight:800;
	font-size:18px;
}

.main-header .outer-box .cart-box .cart-panel .btns-boxed{
	position:relative;
	text-align:center;
	margin-top:20px;
}

.main-header .outer-box .cart-box .cart-panel .btns-boxed li{
	position:relative;
	margin:0px 5px;
	display:inline-block;
}

.main-header .outer-box .cart-box .cart-panel .btns-boxed li a{
	position:relative;
	color:#ffffff;
	font-weight:700;
	font-size:12px;
	padding:8px 20px 8px;
	border-radius: 2px;
	display:inline-block;
	background-color:#03a3b4;
	border:2px solid #03a3b4;
	text-transform:uppercase;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.main-header .outer-box .cart-box .cart-panel .btns-boxed li a:hover{
	color:#03a3b4;
	background:none;
}

.main-header .outer-box .cart-box .icon a{
	color:#999999;
}

/* Search Box Outer */

.main-header .search-box-outer{
	position:relative;
	float:left;
}

.main-header .search-box-btn{
	position:relative;
	top: 0px;
	display:block;
	float:left;
	margin-top:14px;
	font-size:20px;
	color:#ffffff;
	line-height:20px !important;
	cursor:pointer;
	background: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;
}

.main-header .search-box-btn:after{
	display:none;
}

.main-header .search-box-outer .dropdown-menu{
	top:49px !important;
	right:0px;
	padding:0px;
	width:280px;	
	left: auto !important;
	border-radius:0px;
	border-top:3px solid #1b71cc;
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	transform: translate3d(0px, 0px, 0px) !important;
}

.main-header.header-style-two .search-box-btn{
	color:#000000;
}

.main-header .btn-box{
	position:relative;
	float:left;
	margin-left:30px;
}

.main-header .btn-box .quote-btn{
	position:relative;
	color:#03a2b5;
	font-size:16px;
	padding:11px 26px;
	font-weight:700;
	border-radius:0px;
	border:2px solid #ffffff;
	background-color:#ffffff;
	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-header .btn-box .quote-btn:hover{
	background:none;
	color:#ffffff;
}

.main-header .header-upper .outer-box .nav-btn{
	position:relative;
	float:left;
	font-size:28px;
	color:#ffffff;
	cursor:pointer;
	margin-top:16px;
	margin-left:30px;
}

















.main-header.header-style-three .header-upper .inner-container{
	padding-left:270px;
	border-bottom:0px;
}

.main-header.header-style-three .header-upper .inner-container:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:40px;
	bottom:0px;
	background-color:#182752;
	border-radius:0px 8px 8px 0px;
}

.main-header.header-style-three .auto-container{
	position:relative;
	max-width:1170px;
}

.main-header .header-upper .logo-box{
	position: relative;
}

.main-header.header-style-three .header-upper .logo-box{
	position:absolute;
	left:0px;
	top:-15px;
	margin:0px;
	padding:0px 0px;
}

.main-header.header-style-three .header-upper .logo-box .logo-light{
	top:0px;
}

.main-header.header-style-three.fixed-header .header-upper .logo-box .logo-light{
	top:18px;
}

.main-header.header-style-three .header-upper .logo-box:before{
	position:absolute;
	content:'';
	right:-80px;
	top:-33px;
	bottom:0px;
	width:577px;
	height:114px;
	background:url(../images/icons/header-bg.png) no-repeat;
}

.header-style-three .header-top .inner-container{
	padding-left:230px;
}

.header-style-three .header-upper .search-box-btn{
	color:#222222;
}

.main-header.header-style-three .outer-box{
	margin-left:22px;
	padding:18px 0px 0px;
}

.main-header.header-style-three .main-menu .navigation > li > a{
	color:#222222;
}

.main-header.header-style-three .outer-box .cart-box .cart-box-btn:hover{
	color:#ffffff;
}

.header-style-three.fixed-header .header-upper{
	position:fixed;
	left:0px;
	top:0px;
	right:0px;
	background-color:#ffffff;
	border-bottom:1px solid #f9f9f9;
}

.header-style-three.fixed-header .search-box-btn{
	color:#000000;
}

.header-style-three.fixed-header .header-upper .logo-box{
	top:0px;
	padding:20px 0px;
}

.header-style-three.fixed-header .header-upper .logo-box:before{
	top: 0px;
    height: 91px;
    background-position: center right;
}

/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

/* Sidebar Info Contents */

.sidebar-info-contents{
	position:relative;
}

.sidebar-info-contents .content-inner{
	position:relative;
}

.sidebar-info-contents .content-inner .logo {
	padding:0px 0px 40px;
}

.sidebar-info-contents .content-inner .logo img{
	display:inline-block;
	max-width:100%;	
}

.sidebar-info-contents .content-inner .content-box{
	position:relative;
}

.sidebar-info-contents .content-inner .content-box h2{
	position:relative;
	font-size:20px;
	color:#ffffff;
	font-weight:500;
	margin-bottom:20px;
}

.sidebar-info-contents .content-inner .content-box .text{
	position:relative;
	font-size:14px;
	color:rgba(255,255,255,0.90);
	margin-bottom:25px;
}

.sidebar-info-contents .content-inner .contact-info{
	position:relative;
	margin-top:60px;
}

.sidebar-info-contents .content-inner .contact-info h2{
	position:relative;
	font-size:20px;
	color:#ffffff;
	font-weight:500;
	margin-bottom:20px;
}

.sidebar-info-contents .content-inner .social-box{
	position:relative;
	margin-top:20px;
	margin-bottom:30px;
}

.sidebar-info-contents .content-inner .social-box li{
	position:relative;
	display:inline-block;
	margin-right:6px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.sidebar-info-contents .content-inner .social-box li a{
	position:relative;
	width:36px;
	height:36px;
	color:#222222;
	z-index:1;
	font-size:13px;
	line-height:36px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	background-color:#ffffff;
}

.close-side-widget,
.close-side-widget:hover{
	color:#ffffff;
	font-size:24px;
}

/*** 

====================================================================
	Search Popup
====================================================================

***/


.search-popup{
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	margin-top: -540px;
	transform: translateY(-100%);
	background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.sidenav-bar-visible .search-popup{
	width: 80%;
}

.search-popup:before{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 560px;
	background-image: url(../images/icons/waves-shape.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 0px;
	content: "";
}

.search-active .search-popup{
	transform: translateY(0%);
	margin-top: 0;
}

.search-popup .close-search{
	position: absolute;
	left: 0;
	right: 0;
	top: 75%;
	margin: 0 auto;
	margin-top: -200px;
	border-radius: 50%;
	text-align: center;
	background-color: #03a2b5;
	width: 70px;
	cursor:pointer;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	border-bottom: 3px solid #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;
	opacity: 0;
	visibility: hidden;
}

.search-popup .close-search span{
	position: relative;
	display: block;
	height: 70px;
	width: 70px;
	font-size: 30px;
	line-height: 70px;
	color: #ffffff;
}

.search-active .search-popup .close-search{
	visibility: visible;
	opacity: 1;
	top: 50%;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.search-popup form{
	position: absolute;
	max-width: 700px;
	top: 50%;
	left: 15px;
	right: 15px;
	margin:-35px auto 0;
	transform: scaleX(0);
	transform-origin: center;
	background-color: #111111;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.search-active .search-popup form{
	transform: scaleX(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.search-popup .form-group{
	position:relative;
	margin:0px;	
	overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
	position:relative;
	display:block;
	font-size:18px;
	line-height: 50px;
	color:#000000;
	height:70px;
	width:100%;
	padding: 10px 30px;
	background-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;
	font-weight:500;
	text-transform:capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button{
	position:absolute;
	right:30px;
	top:0px;
	height:70px;
	line-height: 70px;
	background: transparent;
	text-align:center;
	font-size:24px;
	color:#000000;
	padding: 0;
	cursor:pointer;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
	color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
	color:#000000;
}

.search-popup .close-search.style-two{
	position: absolute;
	right: 25px;
	left: auto;
	color:#ffffff;
	width:auto;
	height:auto;
	top:25px;
	margin:0px;
	border:none;
	background:none !important;
	box-shadow:none !important;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.search-popup .close-search.style-two span{
	font-size:20px;
	color:#ffffff;
}

/*** 

====================================================================
		Mobile Menu Style 
====================================================================

***/

.nav-outer .mobile-nav-toggler{
	position: relative;
	display: none;
}

.nav-outer .mobile-nav-toggler .icon{
	color:#ffffff;
	display: block;
	font-size: 30px;
	line-height: 40px;
	cursor: pointer;
	padding:18px 0px;
}

.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 .nav-logo{
	position:relative;
	padding:20px 20px;
	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: rgba(0,0,0,0.90);
	-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: 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 .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #ffffff;
	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: 8px;
	top: 3px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 15px;
	color: #202020;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.mobile-menu .close-btn:hover{
	opacity: 0.50;
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > ul > li:last-child{
	border-bottom: none;
}

.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 20px;
	font-size: 15px;
	color: #404040;
	text-transform: capitalize;
}

.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li > a:hover{
	color:#03a0b8;	
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:44px;
	height:44px;
	text-align:center;
	font-size:16px;
	line-height:44px;
	color:#404040;
	cursor:pointer;
	z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after{
	content:'';
	position:absolute;
	left:0px;
	top:10px;
	width:1px;
	height:24px;
	border-left:1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

/*** 

====================================================================
	Main Slider
====================================================================

***/

.main-slider{
	position: relative;
	overflow:hidden;
	background: #03A3B4;
	background: -webkit-linear-gradient(to top, #03A3B4 0%, #03acbd 100%);
	background: -moz-linear-gradient(to top, #03A3B4 0%, #03acbd 100%);
	background: linear-gradient(to top, #03A3B4 0%, #03acbd 100%);
}

.main-slider:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:-60px;
	z-index:1;
	width:100%;
	height:275px;
	background:url(../images/background/pattern-3.png);
	background-position:center top;
	background-size:cover;
}

.main-slider .slide{
	position:relative;
	overflow:hidden;
	background-size:cover;
	padding:120px 0px 80px;
	background-repeat:no-repeat;
	background-position:center center;
}

.main-slider .icons{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.main-slider .icons .icon-one{
	position:absolute;
	left:5%;
	top:14%;
	width:20px;
	height:20px;
	z-index:10;
	opacity:0.3;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease;
	background-repeat:no-repeat;
}

.main-slider .icons .icon-two{
	position:absolute;
	left:25%;
	top:18%;
	width:52px;
	height:54px;
	z-index:10;
	opacity:0.8;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease;
	background-repeat:no-repeat;
}

.main-slider .icons .icon-three{
	position:absolute;
	left:50%;
	top:20%;
	width:52px;
	height:54px;
	z-index:10;
	opacity:0.3;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease;
	background-repeat:no-repeat;
}

.main-slider .icons .icon-four{
	position:absolute;
	left:9%;
	top:42%;
	width:66px;
	height:68px;
	z-index:10;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease;
	background-repeat:no-repeat;
}

.main-slider .icons .icon-five{
	position:absolute;
	left:25%;
	top:40%;
	width:52px;
	height:54px;
	z-index:10;
	opacity:0.6;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease;
	background-repeat:no-repeat;
}

.main-slider .icons .icon-eight{
	position:absolute;
	left:30%;
	top:53%;
	width:70px;
	height:65px;
	z-index:10;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease;
	background-repeat:no-repeat;
}

.main-slider .icons .icon-nine{
	position:absolute;
	left:50%;
	top:53%;
	width:225px;
	height:48px;
	z-index:10;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease;
	background-repeat:no-repeat;
}

.main-slider .icons .icon-ten{
	position:absolute;
	left:5%;
	top:68%;
	width:46px;
	height:48px;
	z-index:10;
	opacity:0.8;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease;
	background-repeat:no-repeat;
}

.main-slider .icons .icon-eleven{
	position:absolute;
	left:4%;
	top:88%;
	width:91px;
	height:88px;
	z-index:10;
	opacity:0.8;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease;
	background-repeat:no-repeat;
}

.main-slider .icons .icon-twelve{
	position:absolute;
	left:29%;
	top:88%;
	width:11px;
	height:16px;
	z-index:10;
	opacity:0.8;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease;
	background-repeat:no-repeat;
}

.main-slider .icons .icon-thirteen{
	position:absolute;
	left:50%;
	top:82%;
	width:70px;
	height:60px;
	z-index:10;
	opacity:1;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease;
	background-repeat:no-repeat;
}

.main-slider .icons .icon-fourteen{
	position:absolute;
	left:56%;
	top:76%;
	width:46px;
	height:48px;
	z-index:10;
	opacity:1;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	transition:all 500ms ease;
	background-repeat:no-repeat;
}

.main-slider .content-column{
	position:relative;
}

.main-slider .content-column .inner-column{
	position:relative;
	padding-top:180px;
}

.main-slider .content-column h1{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.2em;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	text-transform:capitalize;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider .active .content-column h1{
	opacity: 1;
	transform: scaleY(1);
	transition-delay: 300ms;
}

.main-slider .content-column .text{
	position:relative;
	font-size:18px;
	color:#ffffff;
	font-weight:400;
	line-height:1.7em;
	margin-top:30px;
	margin-bottom:35px;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider .image-column{
	position:relative;
}

.main-slider .image-column .inner-column{
	position:relative;
	padding-left:80px;
}

.main-slider .image-column .inner-column .image{
	position:relative;
}

.main-slider .image-column .inner-column .image .icon-one{
	position:absolute;
	left:-70px;
	top:-70px;
	width:140px;
	height:125px;
	opacity:0.3;
	background-repeat:no-repeat;
}

.main-slider .image-column .inner-column .image .icon-two{
	position:absolute;
	left:-70px;
	bottom:60px;
	width:190px;
	height:120px;
	opacity:0.7;
	z-index:-2;
	background-repeat:no-repeat;
}

.main-slider .image-column .inner-column .image img{
	position:relative;
	z-index:1;
	width:auto;
	max-width:inherit;
}

.main-slider .active .content-column .text{
	opacity: 1;
	transform: scaleY(1);
	transition-delay: 600ms;
}

.main-slider .content-column .btn-box{
	position:relative;
	opacity: 0;
	z-index:10;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider .content-column .btn-box .theme-btn{
	float:left;
	margin:0px 25px 15px 0px;
}

.main-slider .content-column .btn-box .btns-inner{
	position:relative;
	display:inline-block;
}

.main-slider .active .content-column .btn-box{
	opacity: 1;
	transform: scaleY(1);
	transition-delay: 900ms;
}

.main-slider .owl-dots{
	display:none;
}

.main-slider .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
}

.main-slider .owl-nav .owl-next{
	position:absolute;
	left:auto;
	right:30px;
	width:50px;
	height:50px;
	color:#ffffff;
	font-size:22px;
	line-height:49px;
	text-align:center;
	background-image:none;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	border:2px solid #ffffff;
}

.main-slider .owl-nav .owl-prev{
	position:absolute;
	left:30px;
	width:50px;
	color:#ffffff;
	height:50px;
	font-size:22px;
	text-align:center;
	line-height:49px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	background-image:none;
	border:2px solid #ffffff;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover{
	background-color:#ffffff;
	border-color:#ffffff;
	color:#03a2b5;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position: relative;
	padding:80px 0px 0px;
}

.services-block{
	position:relative;
	margin-bottom:30px;
}

.services-block .inner-box{
	position:relative;
	text-align:center;
	padding:50px 30px 55px;
	background-color:#f8f8f8;
}

.services-block .inner-box .icon-box{
	position:relative;
}

.services-block .inner-box h3{
	position:relative;
	font-weight:700;
	line-height:1.3em;
	margin-top:10px;
}

.services-block .inner-box h3 a{
	position:relative;
	color:#2a2a2a;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.services-block .inner-box h3 a:hover{
	color:#02b4a3;
}

.services-block .inner-box .text{
	position:relative;
	font-size:16px;
	color:#595959;
	font-weight:400;
	line-height:1.7em;
	margin-top:15px;
	padding:0px 15px;
}

/*** 

====================================================================
	Business Section
====================================================================

***/

.business-section{
	position: relative;
	padding:90px 0px 90px;
}

.business-section .image-column{
	position:relative;
}

.business-section .image-column .inner-column{
	position:relative;
	padding-top:30px;
}

.business-section .image-column .inner-column .image{
	position:relative;
	margin-left:-130px;
}

.business-section .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.business-section .content-column{
	position:relative;
}

.business-section .content-column .inner-column{
	position:relative;
	padding-top:0px;
	padding-left:80px;
}

.business-section .content-column .title{
	position:relative;
	color:#02b4a3;
	font-size:20px;
	font-weight:600;
	margin-bottom:18px;
}

.business-section .content-column h2{
	position:relative;
	color:#2b2b2b;
	font-weight:600;
	line-height:1.2em;
}

.business-section .content-column .text{
	position:relative;
	color:#595959;
	font-size:18px;
	font-weight:400;
	line-height:1.7em;
	margin:25px 0px 0px;
}

.business-section .content-column .author-box{
	position:relative;
	margin-top:28px;
	margin-bottom:30px;
}

.business-section .content-column .author-box .box-inner{
	position:relative;
	padding-top:12px;
	min-height:75px;
	padding-left:105px;
	display:inline-block;
}

.business-section .content-column .author-box .box-inner .image{
	position:absolute;
	left:0px;
	top:0px;
	width:75px;
	height:75px;
	overflow:hidden;
	border-radius:50%;
	background-color:#f4f4f4;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.20);
}

.business-section .content-column .author-box .box-inner h3{
	position:relative;
	color:#222222;
	font-size:18px;
	font-weight:700;
	line-height:1.3em;
}

.business-section .content-column .author-box .box-inner .designation{
	position:relative;
	color:#555555;
	font-size:14px;
	margin-top:4px;
}


/*** 

====================================================================
	Quote Section
====================================================================

***/

.quote-section{
	position:relative;
	padding:110px 0px 110px;
	background-image: -ms-linear-gradient(top, #02C293 0%, #03a3b4 100%);
	background-image: -moz-linear-gradient(top, #02C293 0%, #03a3b4 100%);
	background-image: -o-linear-gradient(top, #02C293 0%, #03a3b4 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #02C293), color-stop(100, #03a3b4));
	background-image: -webkit-linear-gradient(top, #02C293 0%, #03a3b4 100%);
	background-image: linear-gradient(to bottom, #02C293 0%, #03a3b4 100%);
}

.quote-section .dotted-layer{
	position:absolute;
	content:'';
	left:0px;
	top:-5px;
	width:100%;
	height:100%;
	opacity:0.3;
	background-repeat:repeat;
	animation: 10s linear 0s infinite normal none running slide;
}

@keyframes slide{
	from { background-position: 0 0; }
    to { background-position: -111px 0; }
}

@-webkit-keyframes slide{
	from { background-position: 0 0; }
    to { background-position: -111px 0; }
}

.quote-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background:url(../images/background/2.png) center center no-repeat;
}

.quote-section .quote-form{
	position:relative;
	max-width:670px;
	margin:0 auto;
	width:100%;
}

.quote-form .form-group{
	position:relative;
	border-radius:50px;
	overflow:hidden;
}

.quote-form .form-group input{
	position:relative;
	height:56px;
	width:42%;
	float:left;
	color:#848484;
	font-size:16px;
	padding:12px 25px;
	background-color:#ffffff;
	border-left:1px solid #e5e5e5;
}

.quote-form .theme-btn{
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
	color:#ffffff;
	font-size:16px;
	font-weight:700;
	line-height:24px;
	padding:16px 40px;
	background-color:#222222;
	border-radius:50px;
}

.quote-section .text{
	position:relative;
	text-align:center;
	color:#ffffff;
	font-size:18px;
	margin-top:50px;
}

.quote-section .text a{
	position:relative;
	color:#222222;
	text-decoration:underline;
}

.quote-section .counter-boxed{
	position:relative;
	margin-bottom:40px;
}

/*** 

====================================================================
	Discover Section
====================================================================

***/

.discover-section{
	position:relative;
	overflow:hidden;
	padding-top:0px;
	padding-bottom:80px;
}

.discover-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.discover-section .content-column .sec-title{
	margin-bottom:20px;
}

.discover-section .content-column .bold-text{
	position:relative;
	color:#444444;
	font-size:20px;
	margin-bottom:35px;
	font-weight:600;
}

.discover-section .content-column .inner-column{
	position:relative;
	padding-top:170px;
}

.discover-section .image-column{
	position:relative;
	margin-bottom:40px;
}

.discover-section .image-column .inner-column{
	position:relative;
}

.discover-section .patern-layer-one{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
}

.discover-section .image-column .image{
	position:relative;
}

.discover-section .image-column .image.image-one{
	position:absolute;
	left:90px !important;
	top:30px !important;
}

.discover-section .image-column .image.image-two{
	position:absolute;
	left:140px !important;
	top:215px !important;
	z-index:1;
}

.discover-section .image-column .image.image-three{
	position:absolute;
	right:0px !important;
	top:130px !important;
	left:auto !important;
}

.discover-section .image-column .image.image-four{
	position:absolute;
	left:190px !important;
	top:130px !important;
}

.discover-section .image-column .image.image-five{
	position:absolute;
	left:50px !important;
	top:235px !important;
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section{
	position:relative;
	padding-top:100px;
	padding-bottom:80px;
	background-image: -ms-linear-gradient(top, #02C293 0%, #03a3b4 100%);
	background-image: -moz-linear-gradient(top, #02C293 0%, #03a3b4 100%);
	background-image: -o-linear-gradient(top, #02C293 0%, #03a3b4 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #02C293), color-stop(100, #03a3b4));
	background-image: -webkit-linear-gradient(top, #02C293 0%, #03a3b4 100%);
	background-image: linear-gradient(to bottom, #02C293 0%, #03a3b4 100%);
}

.counter-section .dotted-layer{
	position:absolute;
	content:'';
	left:0px;
	top:-5px;
	width:100%;
	height:100%;
	opacity:0.3;
	background-repeat:repeat;
	animation: 10s linear 0s infinite normal none running slide;
}

/*fact counter*/

.fact-counter{
	position:relative;
}

.fact-counter .column{
	position:relative;
	margin-bottom:30px;
}

.fact-counter .column .inner{
	position:relative;
	padding:30px 30px;
}

.fact-counter .column .inner:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
	background-color:#ffffff;
	border-radius:30px 0px 30px 0px;
	box-shadow:0px 0px 18px rgba(0,0,0,0.10);
}

.fact-counter .column .inner:hover::before{
	border-radius:0px 30px 0px 30px;
}

.fact-counter .column .inner .content{
	position:relative;
	padding-left:90px;
}

.fact-counter .column .inner .icon{
	position:absolute;
	left:0px;
	top:-3px;
	color:#4a2ca6;
	font-size:60px;
	text-align:center;
	line-height:1em;
	font-weight: 400;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.fact-counter .column .inner:hover .icon{
	color:#e849b3;
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.fact-counter .count-outer .percentage{
	position:relative;
	font-weight:700;
	color:#222222;
	font-size:36px;
	line-height:1em;
	font-family: 'Hind Siliguri', sans-serif;
}

.fact-counter .column .inner .count-outer{
	position:relative;
	font-weight:700;
	color:#222222;
	font-size:36px;
	line-height:1em;
}

.fact-counter .column .inner .counter-title{
	position:relative;
	color:#5a5a5a;
	font-size:16px;
	font-weight:400;
	margin-top:10px;
}

/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section{
	position:relative;
	overflow:hidden;
	padding:80px 0px 80px;
}

.gallery-section .inner-container .owl-carousel .owl-stage-outer{
	overflow:visible;
}

.gallery-section .inner-container{
	position:relative;
}

.gallery-section .inner-container:before{
	position: absolute;
    content: '';
    right: 102%;
    top: 0px;
    width: 2000px;
    height: 100%;
    z-index: 10;
    background-color: #ffffff;
}

.gallery-section .owl-nav{
	display:none;
}

.gallery-section .owl-dots{
	position:absolute;
	right:0px;
	top:-60px;
}

.gallery-section .owl-dots .owl-dot{
	position:relative;
	width:10px;
	height:10px;
	margin:0px 4px;
	border-radius:50px;
	display:inline-block;
	background-color:#d7d7d7;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.gallery-section .owl-dots .owl-dot.active,
.gallery-section .owl-dots .owl-dot:hover{
	background-color:#03a2b5;
	width:50px;
}

/*Gallery Item*/

.gallery-item{
	position:relative;
	margin-bottom:30px;
}

.gallery-item .inner-box{
	position:relative;
	width:100%;
}

.gallery-item .image-box{
	position:relative;
	display:block;
	margin:0px;
	overflow:hidden;
	border-radius:15px;
}

.gallery-item .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.gallery-item .inner-box .arrow-link{
	position:absolute;
	right:30px;
	bottom:-30px;
	width:60px;
	height:60px;
	color:#0400b5;
	font-size:20px;
	line-height:60px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	transform:scale(0,0);
	background-color:#ffffff;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.gallery-item .inner-box .arrow-link:hover{
	color:#ffffff;
	background-color:#0400b5;
}

.gallery-item .inner-box:hover .arrow-link{
	transform:scale(1,1);
}

.gallery-item .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	color:#ffffff;
	text-align:center;
	background-color:rgba(0,0,0,0.80);
	-webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -moz-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    -o-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gallery-item .inner-box:hover .overlay-box{
	opacity:1;
	-webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    visibility: visible;
}

.gallery-item .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
}

.gallery-item .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.gallery-item .overlay-inner .link{
	position:relative;
	width:50px;
	height:50px;
	font-size:18px;
	color:#ffffff;
	line-height:50px;
	margin:0px 3px;
	font-weight:400;
	text-align:center;
	display:inline-block;
	background-color:#03a2b5;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.gallery-item .overlay-inner .link:before{
    position: absolute;
    content: '';
    left: 2px;
    right: -2px;
    top: 2px;
    bottom: -2px;
	z-index:-1;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.gallery-item .overlay-inner .link:hover::before{
	background-color: #03a2b5;
}

.gallery-item .overlay-inner .link .icon{
	position:relative;
}

.gallery-item .overlay-inner .link:hover{
	color:#03a2b5;
	background-color:#ffffff;
}

.gallery-item .inner-box .lower-content{
	position:relative;
	padding:25px 25px;
	margin-top:-60px;
	margin-right:52px;
	background-color:#ffffff;
	border-radius:0px 0px 20px 0px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}

.gallery-item .inner-box .lower-content h4{
	position:relative;
	line-height:1.3em;
	font-weight:700;
}

.gallery-item .inner-box .lower-content h4 a{
	position:relative;
	color:#110802;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.gallery-item .inner-box .lower-content h4 a:hover{
	color:#03a2b5;
}

.gallery-item .inner-box .lower-content .category{
	position:relative;
	line-height:1.3em;
	color:#5a5a5a;
	font-size:16px;
	margin-top:8px;
}


/*** 

====================================================================
	Feature Section
====================================================================

***/

.featured-section{
	position:relative;
	padding:0px 0px 80px;
}

.featured-section.style-two{
	background-color:#f9f9f9;
	padding:100px 0px 70px;
}

.featured-section.style-two .featured-block{
	margin-bottom:30px;
}

.featured-block{
	position:relative;
	margin-bottom:0px;
}

.featured-block .inner-box{
	position:relative;
	text-align:center;
	border-radius:7px;
	padding:30px 10px 30px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.featured-block .inner-box:hover{
	box-shadow:0px 10px 15px rgba(0,0,0,0.18);
}

.featured-block .inner-box .icon-box{
	position:relative;
}

.featured-block .inner-box h3{
	position:relative;
	font-weight:700;
	line-height:1.3em;
	margin-top:18px;
}

.featured-block .inner-box h3 a{
	position:relative;
	color:#2a2a2a;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.featured-block .inner-box h3 a:hover{
	color:#02b4a3;
}

.featured-block .inner-box .text{
	position:relative;
	font-size:16px;
	color:#595959;
	font-weight:400;
	line-height:1.9em;
	margin-top:15px;
	padding:0px 15px;
}

/*** 

====================================================================
	Professional Section
====================================================================

***/

.professional-section{
	position: relative;
	padding:0px 0px 80px;
}

.professional-section .image-column{
	position:relative;
}

.professional-section .image-column .inner-column{
	position:relative;
}

.professional-section .image-column .inner-column .image{
	position:relative;
}

.professional-section .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.professional-section .content-column{
	position:relative;
}

.professional-section .content-column .inner-column{
	position:relative;
	padding-top:90px;
	padding-right:80px;
}

.professional-section .content-column h2{
	position:relative;
	color:#2b2b2b;
	font-weight:600;
	line-height:1.2em;
}

.professional-section .content-column .text{
	position:relative;
	color:#595959;
	font-size:18px;
	font-weight:400;
	line-height:1.8em;
	margin:25px 0px 35px;
}

.professional-section.style-two{
	padding-top:90px;
}

.professional-section.style-two .image-column .inner-column{
	margin-bottom:40px;
}

.professional-section.style-two .content-column .inner-column{
	padding-right:0px;
	padding-left:100px;
}

/*** 

====================================================================
	Pricing Section
====================================================================

***/

.pricing-section{
	position:relative;
	overflow:hidden;
	padding:110px 0px 110px;
	background-image: -ms-linear-gradient(left, #02C590 0%, #03a6b2 100%);
	background-image: -moz-linear-gradient(left, #02C590 0%, #03a6b2 100%);
	background-image: -o-linear-gradient(left, #02C590 0%, #03a6b2 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #02C590), color-stop(100, #03a6b2));
	background-image: -webkit-linear-gradient(left, #02C590 0%, #03a6b2 100%);
	background-image: linear-gradient(to right, #02C590 0%, #03a6b2 100%);
}

.pricing-section.style-two{
	background:none;
	border-bottom:2px solid #f9f9f9;
}

.pricing-section .patterns-layers{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.pricing-section .patterns-layers .pattern-layer{
	position:absolute;
	left:-100px;
	top:80px;
	width:819px;
	height:708px;
	background-repeat:no-repeat;
	background-position:center bottom;
}

.pricing-section .patterns-layers .pattern-layer-one{
	position:absolute;
	right:-100px;
	bottom:80px;
	width:788px;
	height:525px;
	background-repeat:no-repeat;
	background-position:center bottom;
}

.pricing-section .images-layers{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.pricing-section .images-layers .image-one{
	position:absolute;
	left:0px;
	top:0px;
	width:427px;
	height:178px;
	background-repeat:no-repeat;
}

.pricing-section .images-layers .image-two{
	position:absolute;
	right:-100px;
	bottom:0px;
	width:404px;
	height:298px;
	background-repeat:no-repeat;
}

.pricing-section .sec-title{
	margin-bottom:80px;
}

.pricing-section .icons{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.pricing-section .icons .icon-one{
	position:absolute !important;
	left:25% !important;
	top:18% !important;
	width:19px;
	height:19px;
	opacity:0.7;
	display:inline-block;
	background-repeat:no-repeat;
}

.pricing-section .icons .icon-two{
	position:absolute !important;
	right:15% !important;
	left:auto !important;
	top:18% !important;
	width:25px;
	height:17px;
	opacity:0.7;
	display:inline-block;
	background-repeat:no-repeat;
}

.pricing-section .icons .icon-three{
	position:absolute !important;
	left:65% !important;
	top:25% !important;
	width:31px;
	height:10px;
	opacity:0.7;
	display:inline-block;
	background-repeat:no-repeat;
}

.pricing-section .icons .icon-four{
	position:absolute !important;
	left:7% !important;
	top:35% !important;
	width:26px;
	height:29px;
	opacity:0.7;
	display:inline-block;
	background-repeat:no-repeat;
}

.pricing-section .icons .icon-five{
	position:absolute !important;
	right:2% !important;
	left:auto !important;
	top:24% !important;
	width:25px;
	height:17px;
	opacity:0.7;
	display:inline-block;
	background-repeat:no-repeat;
}

.pricing-section .icons .icon-six{
	position:absolute !important;
	left:9% !important;
	top:60% !important;
	width:26px;
	height:29px;
	opacity:0.7;
	display:inline-block;
	background-repeat:no-repeat;
}

.pricing-section .icons .icon-seven{
	position:absolute !important;
	right:4% !important;
	left:auto !important;
	top:70% !important;
	width:26px;
	height:29px;
	opacity:0.7;
	display:inline-block;
	background-repeat:no-repeat;
}

.pricing-section .icons .icon-eight{
	position:absolute !important;
	left:3% !important;
	top:85% !important;
	width:26px;
	height:29px;
	opacity:0.7;
	display:inline-block;
	background-repeat:no-repeat;
}

.pricing-section .icons .icon-nine{
	position:absolute !important;
	left:70% !important;
	top:86% !important;
	width:26px;
	height:29px;
	opacity:0.7;
	display:inline-block;
	background-repeat:no-repeat;
}



.pricing-block-one{
	position:relative;
}

.pricing-block-one .pricing-table{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
  background: #fff;
  padding: 58px 30px 36px 30px;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.05);
}

.pricing-block-one .pricing-table .choice-box {
  position: absolute;
  width: 50%;
  left: -44px;
  top: 25px;
  text-align: center;
  padding: 10px 30px;
  transform: rotate(-45deg);
  transition: all 500ms ease;
  background-color:#4628a4;
}

.pricing-block-one .pricing-table .choice-box h6{
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.pricing-block-one .pricing-table .table-header h4{
  position: relative;
  color:#2b2b2b;
  font-weight:700;
  display: block;
  margin-bottom: 18px;
}

.pricing-block-one .pricing-table .table-header h2{
  position: relative;
  color:#2b2b2b;
  font-size: 72px;
  line-height: 75px;
  font-weight: 600;
  display:inline-block;
}

.pricing-block-one .pricing-table .table-header h2:before{
  position: absolute;
  content: '$';
  font-size: 25px;
  color: #161616;
  line-height: 30px;
  font-weight: 600;
  left: -20px;
  top: 6px;
}

.pricing-block-one .pricing-table .table-header{
  position: relative;
  text-align: center;
}

.pricing-block-one .pricing-table .table-content{
  position: relative;
  padding: 30px 0px 30px 25px;
}

.pricing-block-one .pricing-table .table-content li{
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 500;
  color:#2b2b2b;
  margin-bottom: 25px;
  padding-left: 32px;
}

.pricing-block-one .pricing-table .table-content li:last-child{
  margin-bottom: 0px;
}

.pricing-block-one .pricing-table .table-content li i{
  position: absolute;
  left: 0px;
  top: 1px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-radius: 50%;
  background-color:#02daa5;
  box-shadow: 0 10px 20px rgba(64, 222, 3, 0.4);
}

.pricing-block-one .pricing-table .table-footer{
  position: relative;
  text-align: center;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/



/*** 

====================================================================
	Faq's Section
====================================================================

***/


/*** 

====================================================================
	Blogs Section
====================================================================

***/

.blog-section{
	position:relative;
	overflow:hidden;
	padding:110px 0px 70px;
}

.blog-section.style-two{
	background-color:#f9f9f9;
}

.blog-section.style-two .news-block-two .inner-box .content-box{
	background-color:#ffffff;
}

.news-block{
	position:relative;
	margin-bottom:30px;
}

.news-block .inner-box{
	position:relative;
	background-color:#ffffff;
}

.news-block .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#03a2b4;
}

.news-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.news-block .inner-box:hover .image img{
	opacity:0.5;
	transform:scale(1.06,1.06);
}

.news-block .inner-box .lower-content{
	position:relative;
	text-align:center;
	padding:25px 22px 0px;
	border:1px solid #eeeeee;
}

.news-block .inner-box .lower-content .post-meta{
	position:relative;
}

.news-block .inner-box .lower-content .post-meta li{
	position:relative;
	margin-right:12px;
	color:#666666;
	font-size:16px;
	display:inline-block;
}

.news-block .inner-box .lower-content .post-meta li .icon{
	position:relative;
	margin-right:8px;
}

.news-block .inner-box .lower-content h4{
	position:relative;
	line-height:1.4em;
	margin:15px 0px 12px;
}

.news-block .inner-box .lower-content h4 a{
	position:relative;
	font-weight:700;
	color:#222222;
	font-size:20px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block .inner-box .lower-content h4 a:hover{
	color:#03a2b4;
}

.news-block .inner-box .lower-content .text{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.8em;
	padding-bottom:22px;
}

.news-block .inner-box .lower-content .lower-box{
	position:relative;
	padding:15px 0px;
	border-top:1px solid #eeeeee;
}

.news-block .inner-box .lower-content .lower-box .read-more{
	position:relative;
	color:#666666;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block .inner-box .lower-content .lower-box .read-more:hover{
	color:#03a2b4;
}

.news-block .inner-box .lower-content .lower-box .comments{
	position:relative;
	color:#666666;
	font-size:16px;
}

.news-block .inner-box .theme-btn{
	font-weight:400;
	border-radius:0px;
	width:100%;
	color:#666666;
	background-color:#eeeeee;
	margin-top:10px;
	padding:12px 44px 12px;
	margin-bottom:18px;
	background-image:none;
}

.news-block .inner-box .theme-btn:hover{
	color:#ffffff;
}

.news-block-two{
	position:relative;
	margin-bottom:20px;
}

.news-block-two .inner-box{
	position:relative;
	border:1px solid #f9f9f9;
	background-color:#f9f9f9;
}

.news-block-two .inner-box .content-box{
	position:relative;
	padding:20px 25px 20px;
}

.news-block-two .inner-box .content-box h4{
	position:relative;
	line-height:1.6em;
}

.news-block-two .inner-box .content-box h4 a{
	position:relative;
	font-weight:700;
	color:#222222;
	font-size:20px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block-two .inner-box .content-box .post-meta{
	position:relative;
	margin-top:15px;
	padding-top:15px;
	border-top:1px solid #eeeeee;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block-two .inner-box .content-box .post-meta li{
	position:relative;
	margin-right:12px;
	color:#666666;
	font-size:14px;
	padding-left:20px;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block-two .inner-box .content-box .post-meta li .icon{
	position:absolute;
	left:0px;
	top:1px;
}

.news-block-two .inner-box .content-box .post-meta li:last-child{
	margin-right:0px;
}

/*** 

====================================================================
	App Section
====================================================================

***/

.app-section{
	position:relative;
	overflow:hidden;
	padding:110px 0px 0px;
	background-color:#03a2b4;
	background-position:center center;
	background-repeat:no-repeat;
}

.app-section .title-column{
	position:relative;
	margin-bottom:40px;
}

.app-section .sec-title{
	margin-bottom:35px;
}

.app-section .btn-box a{
	position:relative;
	margin-right:15px;
	display:inline-block;
}

.app-section .images-column{
	position:relative;
}

.app-section .images-column .inner-column{
	position:relative;
	text-align:right;
}

.app-section .images-column .image{
	position:relative;
}

.app-section .images-column .image-one{
	position:absolute;
	left:60px;
	bottom:0px;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
}

.main-footer.style-two{
	background-color:#f9f9f9;
}

.main-footer .top-pattern-layer{
	position:absolute;
	right:0px;
	top:-200px;
	width:100%;
	height:200px;
	background-repeat:no-repeat;
	background-position:100% 100%;
	background-size:cover;
}

.main-footer .side-pattern-layer{
	position:absolute;
	right:0px;
	bottom:0px;
	width:818px;
	height:389px;
	background-repeat:no-repeat;
}

.main-footer .widgets-section{
	position:relative;
	padding:90px 0px 60px;
}

.main-footer .footer-widget{
	position:relative;
	z-index:1;
	margin-bottom:30px;
}

.main-footer .footer-widget h5{
	position:relative;
	font-weight:600;
	color:#5a5a5a;
	margin-bottom:20px;
	text-transform:uppercase;
}

.main-footer .logo-widget{
	position:relative;
}

.main-footer .logo-widget .logo{
	position:relative;
	margin-bottom:15px;
	margin-top:5px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-footer .logo-widget .logo .logo-light{
	position:absolute;
	left:0px;
	top:0px;
	opacity:0;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.dark-body .main-footer .logo-widget .logo .logo-light{
	opacity:1;
}

.dark-body .main-footer .logo-widget .logo > img{
	opacity:0;
}

.main-footer .logo-widget .logo-contact-list{
	position:relative;
	margin-bottom:20px;
}

.main-footer .logo-widget .logo-contact-list li{
	position:relative;
	color:#5a5a5a;
	font-size:14px;
	line-height:1.4em;
	margin-bottom:10px;
}

.main-footer .logo-widget .copyright{
	position:relative;
	color:#5a5a5a;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:20px;
}

.main-footer .footer-list{
	position:relative;
}

.main-footer .footer-list li{
	position:relative;
	margin-bottom:16px;
}

.main-footer .footer-list li a{
	position:relative;
	color:#8a8a8a;
	font-size:17px;
	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-footer .footer-list li a:hover{
	color:#049fb9;
}

/* Subscribe Form */

.subscribe-form{
	position:relative;
	margin-bottom:30px;
}

.subscribe-form .form-group{
    position: relative;
    display: block;
    z-index:1;
	margin-bottom: 0px;
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="tel"],
.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    height: 50px;
	color:#777777;
	display:inline-block;
    font-size: 14px;
	letter-spacing:1px;
	border-radius:50px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.20);
}

.subscribe-form .form-group input:focus{
	
}

.subscribe-form .form-group input[type="submit"],
.subscribe-form .form-group button {
	position: absolute;
	width:40px;
	height:40px;
	right:5px;
	top:5px;
	bottom:5px;
	color:#ffffff;
	cursor:pointer;
	border-radius:50px;
	background-color:#03a2b4;
	display:inline-block;
}

.faq-section-two{
	position:relative;
	overflow:hidden;
	padding-top:90px;
	padding-bottom:80px;
}

.faq-section-two .auto-container{
	max-width:1010px;
}

.faq-section-two .pattern-layer{
	position:absolute;
	left:5%;
	top:15%;
	width:100%;
	height:100%;
	display:block;
	background-repeat:no-repeat;
}

/* Faq Block */

.faq-block{
	position:relative;
	margin-bottom:30px;
}

.faq-block .inner-box{
	position:relative;
	padding:30px 30px;
	background-color:#f9f9f9;
}

.faq-block .inner-box .content{
	position:relative;
	padding-left:40px;
}

.faq-block .inner-box .icon{
	position:absolute;
	left:0px;
	top:5px;
	color:#03a3b4;
	font-size:24px;
	line-height:1em;
}

.faq-block .inner-box h3{
	position:relative;
	color:#22313f;
	font-weight:600;
	line-height:1.3em;
}

.faq-block .inner-box .text{
	position:relative;
	color:#22313f;
	font-size:16px;
	font-weight:400;
	line-height:1.7em;
	margin-top:12px;
	max-width:320px;
}

/*** 

====================================================================
	Website Section
====================================================================

***/

.call-to-action-section{
	position:relative;
	padding:90px 0px 90px;
	background-color:#03a2b4;
}

.call-to-action-section .section-icons{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.call-to-action-section .section-icons .icon-one{
	position:absolute !important;
	left:6% !important;
	top:40% !important;
	width:5px;
	height:5px;
	opacity:0.50;
	border-radius:50%;
	background-color:#ffffff;
}

.call-to-action-section .section-icons .icon-two{
	position:absolute !important;
	left:12% !important;
	top:12% !important;
	width:73px;
	height:66px;
	opacity:0.5;
	display:inline-block;
	background-repeat:no-repeat;
}

.call-to-action-section .section-icons .icon-three{
	position:absolute !important;
	left:26% !important;
	top:40% !important;
	width:22px;
	height:22px;
	opacity:0.50;
	border-radius:50%;
	background-color:#fad257;
}

.call-to-action-section .section-icons .icon-four{
	position:absolute !important;
	left:23% !important;
	top:60% !important;
	width:5px;
	height:5px;
	opacity:0.50;
	border-radius:50%;
	background-color:#ffffff;
}

.call-to-action-section .section-icons .icon-five{
	position:absolute !important;
	left:18% !important;
	top:66% !important;
	width:31px;
	height:32px;
	opacity:0.50;
}

.call-to-action-section .section-icons .icon-six{
	position:absolute !important;
	left:80% !important;
	top:12% !important;
	width:31px;
	height:32px;
	opacity:0.50;
}

.call-to-action-section .section-icons .icon-seven{
	position:absolute !important;
	left:82% !important;
	top:60% !important;
	width:46px;
	height:53px;
	opacity:0.50;
}

.call-to-action-section .section-icons .icon-eight{
	position:absolute !important;
	left:92% !important;
	top:40% !important;
	width:20px;
	height:20px;
	opacity:0.40;
	border-radius:50%;
	background-color:#ffffff;
}

.call-to-action-section .section-icons .icon-nine{
	position:absolute !important;
	left:89% !important;
	top:80% !important;
	width:10px;
	height:10px;
	opacity:0.40;
	border-radius:50%;
	background-color:#ffffff;
}

.call-to-action-section .website-form{
	max-width:800px;
	margin:0 auto;
}

.website-form{
	position:relative;
	z-index:1;
}

.website-form .form-group{
	position:relative;
	border-radius:50px;
	overflow:hidden;
	padding-right:100px;
}

.website-form .form-group input{
	position:relative;
	height:57px;
	width:50%;
	float:left;
	color:#848484;
	font-size:16px;
	padding:12px 30px;
	background-color:#ffffff;
	border-left:1px solid #e5e5e5;
}

.website-form .theme-btn{
	position:absolute;
	right:0px;
	top:0px;
	font-size:16px;
    padding: 17px 53px;
    color: #ffffff;
    cursor: pointer;
    letter-spacing: 1px;
    border-radius: 50px;
    display: inline-block;
    font-weight: 400;
    background-color: #222222;
    text-transform: capitalize;
}

/*** 

====================================================================
	Servuices Section Three
====================================================================

***/

.services-section-three{
	position:relative;
	padding:100px 0px 100px;
}

.services-section-three .pattern-layer{
	position:absolute;
	left:0px;
	top:50px;
	right:-160px;
	height:2000px;
	display:block;
	background-position:right top;
	background-repeat:no-repeat;
}

.services-section-three .title-box{
	position:relative;
	text-align:center;
	margin-bottom:90px;
}

.services-section-three .title-box h2{
	position:relative;
	color:#22313f;
	font-size:36px;
	font-weight:700;
	line-height:1.2em;
}

.services-section-three .title-box .sub-title{
	position:relative;
	color:#22313f;
	font-size:36px;
	line-height:1.2em;
	margin-top:10px;
}

.services-section-three .inner-container{
	position:relative;
}

.services-section-three .inner-container:before{
	position:absolute;
	content:'';
	right:-80px;
	bottom:-50px;
	width:330px;
	height:330px;
	z-index:1;
	background:url(../images/background/23.png) no-repeat;
}

.services-section-three .inner-container .circle-one{
	position:absolute;
	left:-110px;
	top:-25px;
	width:50px;
	height:50px;
	border-radius:50%;
	background-color:#b4bade;
}

.services-section-three .inner-container .circle-two{
	position:absolute;
	right:-115px;
	bottom:-100px;
	width:360px;
	height:360px;
	border-radius:50%;
	background-color:#faf2e2;
}

.services-block-three{
	position:relative;
	z-index:2;
	margin-bottom:30px;
}

.services-block-three .inner-box{
	position:relative;
	padding:55px 80px;
	background-color:#ffffff;
}

.services-block-three .inner-box .content{
	position:relative;
	padding-left:95px;
}

.services-block-three .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:50px;
	height:50px;
	color:#ffffff;
	font-size:24px;
	line-height:50px;
	text-align:center;
	border-radius:50%;
	font-weight:400;
	display:inline-block;
	background-color:#f8bf13;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	transition:all 900ms ease;
}

.services-block-three .inner-box:hover .icon-box{
	transform:rotateY(360deg);
}

.services-block-three .inner-box .icon-box:before{
	position:absolute;
	content:'';
	left:-6px;
	top:-6px;
	right:-6px;
	bottom:-6px;
	border-radius:50%;
	border:6px solid rgba(248,191,19,0.40);
}

.services-block-three:nth-child(2) .inner-box .icon-box{
	background-color:#80b8e3;
}

.services-block-three:nth-child(2) .inner-box .icon-box:before{
	border-color:rgba(128,184,227,0.40);
}

.services-block-three:nth-child(3) .inner-box .icon-box{
	background-color:#62bbad;
}

.services-block-three:nth-child(3) .inner-box .icon-box:before{
	border-color:rgba(98,187,173,0.40);
}

.services-block-three:nth-child(4) .inner-box .icon-box{
	background-color:#ed145b;
}

.services-block-three:nth-child(4) .inner-box .icon-box:before{
	border-color:rgba(237,20,91,0.40);
}

.services-block-three .inner-box .icon-box .icon{
	position:relative;
}

.services-block-three .inner-box h3{
	position:relative;
	color:#22313f;
	font-weight:700;
	line-height:1.1em;
}

.services-block-three .inner-box h3 a{
	position:relative;
	color:#22313f;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.services-block-three .inner-box .text{
	position:relative;
	color:#22313f;
	font-size:18px;
	line-height:1.6em;
	margin-top:15px;
	margin-bottom:25px;
}

.services-block-three .inner-box .arrow{
	position:relative;
	color:#22313f;
	font-size:28px;
	line-height:1em;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.services-block-three .inner-box h3 a:hover,
.services-block-three .inner-box .arrow:hover{
	color:#f8bf13;
}

/*** 

====================================================================
	Pricing Section Three
====================================================================

***/

.pricing-section-three{
	position:relative;
	overflow:hidden;
	padding:90px 0px 80px;
	background-color:#03a2b4;
}

.pricing-section-three .icons{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.pricing-section-three .icons .icon-one{
	position:absolute !important;
	left:23% !important;
	top:12% !important;
	width:32px;
	height:32px;
	opacity:0.5;
	background-repeat:no-repeat;
}

.pricing-section-three .icons .icon-two{
	position:absolute !important;
	left:13% !important;
	top:30% !important;
	width:73px;
	height:66px;
	opacity:0.5;
	background-repeat:no-repeat;
}

.pricing-section-three .icons .icon-three{
	position:absolute !important;
	left:8% !important;
	top:44% !important;
	width:5px;
	height:5px;
	opacity:0.5;
	border-radius:50%;
	background-color:#ffffff;
}

.pricing-section-three .icons .icon-four{
	position:absolute !important;
	left:24% !important;
	top:46% !important;
	width:22px;
	height:22px;
	opacity:0.5;
	border-radius:50%;
	background-color:#f8bf13;
}

.pricing-section-three .icons .icon-five{
	position:absolute !important;
	left:20% !important;
	top:64% !important;
	width:5px;
	height:5px;
	opacity:0.5;
	border-radius:50%;
	background-color:#ffffff;
}

.pricing-section-three .icons .icon-six{
	position:absolute !important;
	left:15% !important;
	top:68% !important;
	width:31px;
	height:32px;
	opacity:0.5;
	background-repeat:no-repeat;
}

.pricing-section-three .icons .icon-seven{
	position:absolute !important;
	left:10% !important;
	top:78% !important;
	width:22px;
	height:22px;
	opacity:0.5;
	border-radius:50%;
	background-color:#f8bf13;
}

.pricing-section-three .icons .icon-eight{
	position:absolute !important;
	left:88% !important;
	top:30% !important;
	width:32px;
	height:32px;
	opacity:0.5;
}

.pricing-section-three .icons .icon-nine{
	position:absolute !important;
	left:96% !important;
	top:26% !important;
	width:46px;
	height:53px;
	opacity:0.5;
}

.pricing-section-three .icons .icon-ten{
	position:absolute !important;
	left:93% !important;
	top:46% !important;
	width:22px;
	height:22px;
	opacity:0.5;
	border-radius:50%;
	background-color:#ffffff;
}

.pricing-section-three .icons .icon-eleven{
	position:absolute !important;
	left:90% !important;
	top:60% !important;
	width:46px;
	height:53px;
	opacity:0.5;
}

.pricing-section-three .icons .icon-twelve{
	position:absolute !important;
	left:96% !important;
	top:74% !important;
	width:14px;
	height:14px;
	opacity:0.5;
	border-radius:50%;
	background-color:#ffffff;
}

.pricing-section-three .icons .icon-thirteen{
	position:absolute !important;
	left:98% !important;
	top:84% !important;
	width:46px;
	height:53px;
	opacity:0.5;
}

.pricing-section-three .icons .icon-fourteen{
	position:absolute !important;
	left:85% !important;
	top:90% !important;
	width:31px;
	height:32px;
	opacity:0.5;
}

.pricing-section-three .sec-title{
	margin-bottom:90px;
}

.pricing-section-three .price-block-three{
	padding:0px;
	float:left;
}

.price-block-three{
	position:relative;
	margin-bottom:30px;
}

.price-block-three .inner-box{
	position:relative;
	padding:60px 30px;
	border-radius:8px;
	text-align:center;
	background-color:#f8f8f8;
}

.price-block-three .inner-box .popular{
	position:absolute;
	right:20px;
	top:20px;
	color:#ffffff;
	font-size:10px;
	letter-spacing:4px;
	padding:2px 16px;
	border-radius:5px;
	text-transform:uppercase;
	display:inline-block;
	background-color:#03a2b4;
}

.price-block-three .inner-box .upper-box{
	position:relative;
}

.price-block-three .inner-box .upper-box .title{
	position:relative;
	color:#212121;
	font-size:18px;
	font-weight:600;
	line-height:1.3em;
	letter-spacing:1px;
	text-transform:uppercase;
}

.price-block-three .inner-box .upper-box .price{
	position:relative;
	color:#212121;
	font-size:73px;
	font-weight:600;
	line-height:1.3em;
	margin-top:10px;
}

.price-block-three .inner-box .upper-box .price sup{
	position:relative;
	left:10px;
	font-size:40px;
	font-weight:400;
}

.price-block-three .inner-box .upper-box .price sub{
	position:relative;
	right:20px;
	color:#9fa3a7;
	font-size:20px;
	font-weight:400;
}

.price-block-three .inner-box .lower-content{
	position:relative;
	margin-top:12px;
}

.price-block-three .inner-box .lower-content .price-list{
	position:relative;
	margin-bottom:30px;
}

.price-block-three .inner-box .lower-content .price-list li{
	position:relative;
	margin-bottom:14px;
	color:#212121;
	font-size:16px;
	font-weight:600;
}

.price-block-three .inner-box .lower-content .buy-btn{
	position:relative;
	border: 1px solid #9fa3a7;
    color: #525252;
    font-size: 18px;
    padding: 15px 54px;
    border-radius: 50px;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.price-block-three .inner-box .lower-content .buy-btn:hover{
    background-color: #03a2b4;
	border-color:#03a2b4;
    color: #ffffff;
}

.price-block-three.popular{
	z-index:1;
	margin-top:-30px;
}

.price-block-three.popular .inner-box{
	margin-left:-10px;
	margin-right:-10px;
	padding:90px 30px 80px;
	background-color:#ffffff;
}

.price-block-three.popular .inner-box .lower-content{
	margin-top:20px;
}

/*** 

====================================================================
	Faq's Section Three
====================================================================

***/

.faq-section-three{
	position:relative;
	padding:90px 0px 80px;
}

.faq-section-three .side-image{
	position:absolute;
	right:-220px;
	top:240px;
}

.faq-section-three .accordion-box.style-two{
	max-width:930px;
}

.faq-section-three .auto-container{
	position:relative;
}

/*** 

====================================================================
	Testimonial Section Four
====================================================================

***/

.testimonial-section-four{
	position:relative;
	padding:110px 0px 90px;
}

.testimonial-section-four .inner-container{
	position:relative;
	overflow:hidden;
	
}

.testimonial-section-four .owl-carousel .owl-stage-outer{
	overflow:visible;
	padding:50px 0px 0px;
}

.testimonial-section-four .owl-carousel{
	max-width:500px;
	margin:0 auto;
}

/* .testimonial-section-four .sec-title-two h2{
	font-size:24px;
} */

.testimonial-section-four .testimonial-block-four{
	transform:scale(0.9,0.9);
}

.testimonial-section-four .owl-dots,
.testimonial-section-four .owl-nav{
	display:none;
}

.testimonial-section-four .owl-item.active .testimonial-block-four .inner-box .upper-content{
	background-color:#03a2b4;
}

.testimonial-section-four .owl-item.active .testimonial-block-four{
	z-index:10;
	transform:scale(1.1,1.1);
	transform:translateY(-50px);
}

.testimonial-section-four .owl-item.active .testimonial-block-four .inner-box .upper-content .quote,
.testimonial-section-four .owl-item.active .testimonial-block-four .inner-box .upper-content .text{
	color:#ffffff;
}

.testimonial-block-four{
	position:relative;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.testimonial-block-four .inner-box{
	position:relative;
}

.testimonial-block-four .inner-box .upper-content{
	position:relative;
	border-radius:15px;
	text-align:center;
	padding:25px 25px 110px;
	box-shadow:0px 10px 15px rgba(0,0,0,0.10);
}

.testimonial-block-four .inner-box .quote{
	position:relative;
	color:#03a2b4;
	font-size:32px;
	line-height:1em;
}

.testimonial-block-four .inner-box .text{
	position:relative;
	color:#595959;
	font-size:16px;
	line-height:1.9em;
	margin-top:22px;
}

.testimonial-block-four .inner-box .lower-content{
	position:relative;
	text-align:center;
	margin-top:-80px;
}

.testimonial-block-four .inner-box .lower-content .image{
	position:relative;
	width:130px;
	height:130px;
	border-radius:50%;
	overflow:hidden;
	margin:0 auto;
}

.testimonial-block-four .inner-box .lower-content h4{
	position:relative;
	color:#3e3e3e;
	font-weight:600;
	margin-top:8px;
}

.testimonial-block-four .inner-box .lower-content .designation{
	position:relative;
	color:#222222;
	font-size:14px;
	font-weight:500;
}

/*** 

====================================================================
	Discount Sections
====================================================================

***/

.discount-section{
	position:relative;
	padding:90px 0px 90px;
}

.discount-section .title-column{
	position:relative;
}

.discount-section .title-column .inner-column{
	position:relative;
	padding-top:60px;
}

.discount-section .title-column h2{
	position:relative;
	color:#32325d;
	font-weight:400;
	line-height:1.3em;
	margin-bottom:25px;
}

/*** 

====================================================================
	Screenshots Section
====================================================================

***/

.screenshots-section{
	position:relative;
	padding-top:100px;
	padding-bottom:100px;
	background-color:#f9f9f9;
}

.screenshots-section .sec-title{
	margin-bottom:25px;
}

.swiper-wrapper{
	height: 630px;
	width: 320px;
}

.row.appScreenshotCarousel-container.swiper-container-horizontal.swiper-container-3d.swiper-container-coverflow {
	position: relative;
}

.swiper-slide.swiper-slide-active {
	border-radius: 35px;
}

.screen-mobile-image {
	background-image: url(../images/resource/mobile-1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: block;
	height: 645px;
	left: calc(50% + 0.5px);
	position: absolute;
	top: 24px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 301px;
	z-index: 2;

	border-radius: 40px;
}

.swiper-slide.swiper-slide-active {
	background-size: 100% 100%;
}

.swiper-wrapper {
	padding: 30px 0 40px;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right{
	box-shadow:none;
}

.swiper-slide.swiper-slide-next {
	-webkit-box-shadow: 30px 0px 20px rgba(0, 0, 0, 0.18);
	box-shadow: 30px 0px 20px rgba(0, 0, 0, 0.18);
}

.swiper-slide.swiper-slide-prev {
	-webkit-box-shadow: -30px 0px 20px rgba(0, 0, 0, 0.18);
	box-shadow: -30px 0px 20px rgba(0, 0, 0, 0.18);
}

.screenshots-section .banner-navigation{
	display:none;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section-two{
	position:relative;
	padding-bottom:100px;
}

.services-section-two.style-two{
	padding-top:100px;
}

.services-section-two.margin-top{
	margin-top:-90px;
}

.services-section-two .row{
	margin:0px -45px;
}

.services-section-two .services-block-two{
	padding:0px 45px;
}

.services-section-two .btn-box{
	margin-top:30px;
}

/* Services Block */

.services-block-two{
	position:relative;
	margin-bottom:80px;
}

.services-block-two .inner-box{
	position:relative;
	padding:35px 135px 40px 55px;
	border-radius:0px 0px 0px 50px;
	transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	border:2px solid transparent;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.services-block-two .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0;
	transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	background:url(../images/background/pattern-16.png) center center no-repeat;
}

.services-block-two .inner-box:hover::before{
	opacity:0.3;
}

.services-block-two .inner-box:hover{
	border-radius:50px 0px 0px 0px;
	border-color:#03a2b4;
}

.services-block-two .inner-box .icon-box{
	position:absolute;
	right:-60px;
	bottom:-40px;
	width:190px;
	height:187px;
	color:#ffffff;
	font-size:60px;
	text-align:center;
	line-height:187px;
	transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
}

.services-block-two .inner-box .icon-box .icon{
	position:relative;
}

.services-block-two .inner-box:hover .icon-box{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.services-block-two .inner-box h4{
	position:relative;
	line-height:1.3em;
	font-weight:600;
	margin-top:12px;
}

.services-block-two .inner-box h4 a{
	position:relative;
	color:#222222;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.services-block-two .inner-box h4 a:hover{
	color:#03a2b4;
}

.services-block-two .inner-box .text{
	position:relative;
	color:#5a5a5a;
	font-size:16px;
	line-height:1.7em;
	margin-top:12px;
	max-width:350px;
}

.services-block-two .inner-box .read-more{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:600;
	margin-top:12px;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.services-block-two .inner-box .read-more:hover{
	color:#03a2b4;
}

/*** 

====================================================================
	Services Section Three
====================================================================

***/

.services-section-three{
	position:relative;
	padding-top:110px;
	padding-bottom:80px;
	background-color:#f9f9f9;
}

.services-section-three .blocks-column{
	position:relative;
}

.services-section-three .blocks-column .inner-column{
	position:relative;
	padding-right:30px;
}

.services-section-three .blocks-column .service-block-three:first-child{
	left:0px;
	top:200px;
}

/* Service Block Three */

.service-block-three{
	position:relative;
	z-index:1;
	margin-bottom:40px;
}

.service-block-three .inner-box{
	position:relative;
	overflow:hidden;
	padding:35px 35px;
	border-radius:10px;
	background-color:#ffffff;
	box-shadow:0px 0px 25px rgba(0,0,0,0.08);
}

.service-block-three .inner-box .shape-one{
	content: '';
    width: 250px;
    height: 250px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: -120px;
    left: -120px;
	opacity:0.2;
    transform: scale(0);
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.service-block-three .inner-box:hover .shape-one{
	transform: scale(1);
	webkit-transition-delay:300ms;
	-ms-transition-delay:300ms;
	transition-delay:300ms;
}

.service-block-three .inner-box .shape-two{
	content: '';
    width: 373px;
    height: 373px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
	opacity: 0.2;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
    transform: translate(100% ,100%);
}

.service-block-three .inner-box:hover .shape-two{
    transform: translate(42% ,42%);
	webkit-transition-delay:600ms;
	-ms-transition-delay:600ms;
	transition-delay:600ms;
}

.service-block-three .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:10%;
	opacity:0;
	background-color:#03a2b4;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.service-block-three .inner-box:hover::before{
	height:100%;
	opacity:1;
}

.service-block-three .inner-box .icon-box{
	position:relative;
	z-index:2;
}

.service-block-three .inner-box .icon-box{
	position:relative;
	font-size:56px;
	line-height:1em;
	color:#03a2b4;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.service-block-three .inner-box .icon-box .icon{
	position:relative;
}

.service-block-three .inner-box h4{
	position:relative;
	z-index:2;
	color:#222222;
	font-weight:700;
	line-height:1.3em;
	margin:25px 0px 16px;
}

.service-block-three .inner-box h4 a{
	position:relative;
	color:#222222;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.service-block-three .inner-box h3 a:hover,
.service-block-three .inner-box .read-more:hover{
	color:#ffffff;
}

.service-block-three .inner-box .text{
	position:relative;
	color:#5a5a5a;
	z-index:2;
	font-size:15px;
	line-height:1.8em;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.service-block-three .inner-box:hover .icon-box,
.service-block-three .inner-box:hover h4 a,
.service-block-three .inner-box:hover .text{
	color:#ffffff;
}

.services-section-three .content-column{
	position:relative;
}

.services-section-three .content-column .inner-column{
	position:relative;
	padding-top:40px;
}

.services-section-three .content-column .sec-title{
	margin-bottom:32px;
}

.services-section-three .content-column .bold-text{
	position:relative;
	font-size:22px;
	font-weight:600;
	color:#03a2b4;
	margin-bottom:20px;
}

.services-section-three .content-column .text{
	position:relative;
	font-size:16px;
	font-weight:400;
	color:#3d415b;
	line-height:1.8em;
	margin-bottom:30px;
}

.services-section-three .content-column .theme-btn{
	margin-top:45px;
}

/*** 

====================================================================
	Video Section
====================================================================

***/

.video-section{
	position:relative;
	padding:110px 0px 110px;
	background-repeat:repeat-x;
}

.video-section .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:70%;
	height:100%;
	overflow:hidden;
	border-radius:0px 0px 60px 0px;
	background-size:cover;
	background-attachment:fixed;
}

.video-section .image-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.8;
	background-image: -ms-linear-gradient(left, #03a2b4 0%, #02c8de 100%);
    background-image: -moz-linear-gradient(left, #03a2b4 0%, #02c8de 100%);
    background-image: -o-linear-gradient(left, #03a2b4 0%, #02c8de 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #03a2b4), color-stop(100, #02c8de));
    background-image: -webkit-linear-gradient(left, #03a2b4 0%, #02c8de 100%);
    background-image: linear-gradient(to right, #03a2b4 0%, #02c8de 100%);
}

.video-section .content-column{
	position:relative;
}

.video-section .content-column .inner-column{
	position:relative;
}

.video-section .content-column .play-box{
	position:relative;
	padding-left:120px;
}

.video-section .content-column .play-box .begin{
	position:relative;
	color:#ffffff;
	font-size:24px;
	font-weight:500;
	padding-top:30px;
	text-transform:uppercase;
}

.video-section .content-column h2{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.5em;
}

.video-section .content-column .text{
	position:relative;
	color:#ffffff;
	font-size:18px;
	max-width:560px;
	line-height:1.6em;
	margin-top:20px;
	margin-bottom:60px;
}

.video-section .content-column .video-box{
	position:absolute;
	left:0px;
	width:86px;
	float:left;
	height:86px;
	color:#ffffff;
	font-size:24px;
	text-align:center;
	border-radius:50px;
	line-height: 86px;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background-color:rgba(255,255,255,0.40);
}

.video-box .overlay-box span{
	position: absolute;
	width:86px;
	height: 86px;
	left:50%;
    top: 50%;
	z-index:99;
	color: #ffffff;
	font-weight:400;
	font-size:24px;
	text-align: center;
	border-radius:50%;
	padding-left:4px;
	background-color: #ffffff;
	display: inline-block;
	margin-top: -43px;
	margin-left:-43px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 86px;
    width: 86px;
	margin-left:.5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

.video-section .clients-column{
	position:relative;
}

.video-section .clients-column .inner-column{
	position:relative;
	padding:35px 35px 0px;
	border-radius:15px;
	background-color:#ffffff;
}

.video-section .clients-column .column{
	margin-bottom:40px;
}

.video-section .clients-column .column a{
	display:block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.video-section .clients-column .column a:hover{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}







/*** 

====================================================================
	Testimonials Thumbs Carousel
====================================================================

***/

.testimonials-thumbs-carousel{
	position:relative;
	overflow:hidden;
	padding:180px 0px 160px;
}

.testimonials-thumbs-carousel .pattern-layer-one{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:215px;
	background-position:center bottom;
}

.testimonials-thumbs-carousel .pattern-layer-two{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:168px;
	background-position:center bottom;
}

.testimonials-thumbs-carousel .pattern-layer-2{
	position:absolute;
	right:-50px;
	bottom:-5px;
	width:491px;
	height:591px;
}

.testimonials-thumbs-carousel .carousel-thumbnails .pagers-column .pattern-layer{
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
}

.testimonials-thumbs-carousel .carousel-thumbnails .pagers-column .quote-icon{
	position:absolute;
	left:50%;
	top:50%;
	font-size:80px;
	line-height:1em;
	margin-left:-110px;
	margin-top:-40px;
	color:rgba(255,255,255,0.80);
}

.testimonials-thumbs-carousel .carousel-indicators{
	position:relative;
	display:block;
	max-width:100%;
	margin:0px;
	height:505px;
    background-position: right top;
}

.testimonials-thumbs-carousel .carousel-indicators li{
	position: absolute;
    width: 80px;
    height: 80px;
    text-align: center;
    color: #202020;
	border-radius:50px;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.testimonials-thumbs-carousel .carousel-indicators li .image:before{
	position: absolute;
    content: '';
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
	z-index:-1;
    border-radius: 50%;
    border: 10px solid rgba(209,214,220,0.80);
}

.testimonials-thumbs-carousel .carousel-indicators li:nth-child(1){
	left: 20%;
    top: 30%;
    width: 196px;
    height: 196px;
    border-radius: 50%;
}

.testimonials-thumbs-carousel .carousel-indicators li:nth-child(1).now-in-view{
	left: 0px;
    top: -60px;
}

.testimonials-thumbs-carousel .carousel-indicators li:nth-child(2){
	right: 50%;
    top: 35%;
    width: 140px;
    height: 140px;
}

.testimonials-thumbs-carousel .carousel-indicators li:nth-child(2).now-in-view{
	right: 70px;
    top: 140px;
}

.testimonials-thumbs-carousel .carousel-indicators li:nth-child(3){
    left: 30%;
    bottom: 38%;
    width: 100px;
    height: 100px;
}

.testimonials-thumbs-carousel .carousel-indicators li:nth-child(3).now-in-view{
	left: -60px;
    bottom: 70px;
}

.testimonials-thumbs-carousel .carousel-indicators li:nth-child(4){
    left: 20%;
    bottom: 30%;
    width: 200px;
    height: 200px;
}

.testimonials-thumbs-carousel .carousel-indicators li:nth-child(4).now-in-view{
	left: 240px;
    bottom: -50px;
}

.testimonials-thumbs-carousel .carousel-indicators li:nth-child(5){
	left: 300px;
    top: 100px;
    width: 47px;
    height: 47px;
}

.testimonials-thumbs-carousel .carousel-indicators li:nth-child(5).now-in-view{
	left: 300px;
    top: 100px;
}

.testimonials-thumbs-carousel .carousel-thumbnails .carousel-indicators img {
  width: 100%;
  overflow: hidden;
  display: block;
  border-radius:50%;
}

.testimonials-thumbs-carousel  .carousel-thumbnails .carousel-indicators li {
  height: auto;
  border: none;
}

.testimonials-thumbs-carousel  .carousel-thumbnails .carousel-indicators li .image{
	position:relative;
}

.testimonials-thumbs-carousel .carousel-thumbnails .carousel-indicators li.active {
  
}

.testimonials-thumbs-carousel .carousel-column{
	margin-left:-50px;
}

/* Testimonial Block Two */

.testimonial-block-two{
	position:relative;
}

.testimonial-block-two .inner-box .slide-text{
	position:relative;
	font-size:16px;
	color:#ffffff;
	line-height:2em;
	max-width:450px;
	margin-bottom:50px;	
	word-break: break-all;
}

.testimonial-block-two .inner-box .lower-content{
	position:relative;
	padding-left:150px;
	padding-top:20px;
	min-height:108px;
}

.testimonial-block-two .inner-box .author-image{
	position:absolute;
	left:0px;
	top:0px;
	width:108px;
	height:108px;
	border-radius:50px;
}

.testimonial-block-two .inner-box .author-image img{
	border-radius:50%;
	width:100%;
	box-shadow:0px 6px 15px rgba(0,0,0,0.12);
}

.testimonial-block-two .inner-box .author-image .quote-icon{
	position:absolute;
	right:0px;
	top:5px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:22px;
	line-height:40px;
	text-align:center;
	border-radius:50px;
	background-color:#222222;
	box-shadow:0px 0px 10px rgba(0,0,0,0.15);
}

.testimonial-block-two .inner-box .slide-info{
	position:relative;
	display:inline-block;
}

.testimonial-block-two .inner-box .author-title{
	color:#ffffff;
	font-size:18px;
	line-height:24px;
	font-weight:700;
}

.testimonial-block-two .inner-box .designation{
	color:#ffffff;
	font-size:16px;
	line-height:20px;
	margin-top:7px;
	font-weight:300;
}

.testimonial-block-two .inner-box .slide-info .rating{
	position:relative;
	margin-top:8px;
}

.testimonial-block-two .inner-box .slide-info .rating .fa{
	position:relative;
	color:#ffcc00;
}

.testimonials-thumbs-carousel .carousel-control-prev{
	position:absolute;
	right:65px;
	top:auto;
	left:auto;
	bottom:0px;
	font-size:18px;
	color:#373a5b;
	width:50px;
	height:50px;
	opacity:1;
	line-height:58px;
	text-align:center;
	border-radius:50px;
	font-weight:700;
	display:inline-block;
	margin:0px 15px 0px 0px;
	background-color:#e7ecf2;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.testimonials-thumbs-carousel .carousel-control-prev:before{
	position:absolute;
	content: "\f104";
	left:0px;
	top:0px;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	border-radius:50px;
	font-family: 'FontAwesome';
}

.testimonials-thumbs-carousel .carousel-control-next{
	position:absolute;
	right:0px;
	top:auto;
	bottom:0px;
	font-size:18px;
	color:#373a5b;
	width:50px;
	height:50px;
	opacity:1;
	line-height:58px;
	text-align:center;
	border-radius:50px;
	font-weight:700;
	display:inline-block;
	margin:0px 15px 0px 0px;
	background-color:#e7ecf2;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.testimonials-thumbs-carousel .carousel-control-next:before{
	position:absolute;
	content: "\f105";
	left:0px;
	top:0px;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	border-radius:50px;
	font-family: 'FontAwesome';
}

.testimonials-thumbs-carousel .carousel-control-prev span,
.testimonials-thumbs-carousel .carousel-control-next span{
	background:none;
}

.testimonials-thumbs-carousel .carousel-control-prev:hover,
.testimonials-thumbs-carousel .carousel-control-next:hover{
	color:#ffffff;
	background-color:#222222;
}



.news-block-three{
	position:relative;
	margin-bottom:30px;
}

.news-block-three .inner-box{
	position:relative;
}

.news-block-three .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#04aabd;
}

.news-block-three .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.news-block-three .inner-box:hover .image img{
	opacity:0.5;
	transform:scale(1.06,1.06);
}

.news-block-three .inner-box .lower-content{
	position:relative;
	text-align:center;
	padding:25px 22px 0px;
	border:1px solid #eeeeee;
}

.news-block-three .inner-box .lower-content .post-meta{
	position:relative;
}

.news-block-three .inner-box .lower-content .post-meta li{
	position:relative;
	margin-right:12px;
	color:#666666;
	font-size:16px;
	display:inline-block;
}

.news-block-three .inner-box .lower-content .post-meta li .icon{
	position:relative;
	margin-right:8px;
}

.news-block-three .inner-box .lower-content h4{
	position:relative;
	line-height:1.4em;
	margin:15px 0px 12px;
}

.news-block-three .inner-box .lower-content h4 a{
	position:relative;
	font-weight:700;
	color:#222222;
	font-size:20px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block-three .inner-box .lower-content h4 a:hover{
	color:#04aabd;
}

.news-block-three .inner-box .lower-content .text{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.8em;
	padding-bottom:22px;
}

.news-block-three .inner-box .lower-content .lower-box{
	position:relative;
	padding:15px 0px;
	border-top:1px solid #eeeeee;
}

.news-block-three .inner-box .lower-content .lower-box .read-more{
	position:relative;
	color:#666666;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block-three .inner-box .lower-content .lower-box .read-more:hover{
	color:#04aabd;
}

.news-block-three .inner-box .lower-content .lower-box .comments{
	position:relative;
	color:#666666;
	font-size:16px;
}

.news-block-three .inner-box .theme-btn{
	font-weight:400;
	border-radius:0px;
	width:100%;
	color:#666666;
	background-color:#eeeeee;
	margin-top:10px;
	padding:12px 44px 12px;
	margin-bottom:18px;
	background-image:none;
}

.news-block-three .inner-box .theme-btn:hover{
	color:#ffffff;
}

/*** 

====================================================================
	SignUp Section
====================================================================

***/

.signup-section{
	position:relative;
}

.signup-section.style-two{
	padding-top:100px;
}

.signup-section .side-image{
	position:absolute;
	right:0px;
	top:-80px;
}

.signup-section .image-column{
	position:relative;
}

.signup-section .image-column .inner-column{
	position:relative;
}

.signup-section .image-column .image{
	position:relative;
	z-index:1;
}

.signup-section .image-column .image img{
	position:relative;
}

.signup-section .content-column{
	position:relative;
}

.signup-section .content-column .inner-column{
	position:relative;
	padding-top:70px;
}

.signup-form{
	position:relative;
	max-width:475px;
	z-index:1;
}

.signup-form .form-group{
    position: relative;
    display: block;
    z-index:1;
	margin-bottom: 0px;
}

.signup-form .form-group input[type="text"],
.signup-form .form-group input[type="tel"],
.signup-form .form-group input[type="email"],
.signup-form .form-group textarea {
    position:relative;
	display:block;
	width:100%;
	height:60px;
	font-size:14px;
	color:#848484;
	line-height:48px;
	padding:10px 60px 10px 30px;
	font-weight:400;
	border-radius:3px;
	background:#ffffff;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border-radius:25px 0px 25px 0px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}

.signup-form .form-group input[type="email"]:focus{
	border-color:#00d6a9;
}

.signup-form .form-group .send-btn{
	position: absolute;
	width:65px;
	top: 0px;
	right: 0px;
	height:60px;
	cursor:pointer;
	line-height:24px;
	background:#04aabc;
	color:#ffffff;
	font-size:18px;
	font-weight:600;
	border-radius: 2px;
	letter-spacing: 2px;
	text-transform:uppercase;
	border-radius:0px 0px 25px 0px;
}




/*** 

====================================================================
	Banner Section Two
====================================================================

***/

.banner-section-two{
	position:relative;
	overflow:hidden;
	padding:280px 0px 180px;
}

.banner-section-two .patern-layer-one{
	position:absolute;
	right:0px;
	top:0px;
	width:1178px;
	height:861px;
	background-position:right top;
	background-repeat:no-repeat;
}

.banner-section-two .patern-layer-two{
	position:absolute;
	left:0px;
	top:0px;
	width:494px;
	height:666px;
	background-repeat:no-repeat;
}

.banner-section-two .content-column{
	position:relative;
}

.banner-section-two .content-column .inner-column{
	position:relative;
}

.banner-section-two .content-column .title{
	position:relative;
	color:#222222;
	font-size:18px;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
}

.banner-section-two .content-column h1{
	position:relative;
	color:#222222;
	font-weight:700;
	line-height:1.1em;
	margin-top:18px;
}

.banner-section-two .content-column .text{
	position:relative;
	color:#5a5a5a;
	font-size:16px;
	line-height:1.8em;
	margin-top:20px;
}

.banner-section-two .content-column .btn-box{
	position:relative;
	margin-top:35px;
}

.banner-section-two .content-column .btn-box .theme-btn{
	margin-right:18px;
}

.banner-section-two .image-column{
	position:relative;
}

.banner-section-two .image-column .inner-column{
	position:relative;
}

.banner-section-two .image-column .image{
	position:relative;
	margin-left:-100px;
	margin-right:-100px;
}





/*** 

====================================================================
	Banner Section Three
====================================================================

***/

.banner-section-three{
	position:relative;
	overflow:hidden;
	padding:240px 0px 200px;
}

.banner-section-three .patern-layer-one{
	position:absolute;
	left:0px;
	top:0px;
	width:1153px;
	height:990px;
	background-position:right top;
	background-repeat:no-repeat;
}

.banner-section-three .patern-layer-two{
	position:absolute;
	right:60px;
	top:150px;
	width:278px;
	height:278px;
	background-repeat:no-repeat;
}

.banner-section-three .circle-box{
	position:absolute;
	right:-60px;
	top:270px;
	width:278px;
	height:278px;
	border-radius:50%;
	background-color:#f5f7fb;
}

.banner-section-three .content-column{
	position:relative;
}

.banner-section-three .content-column .inner-column{
	position:relative;
	padding-top:120px;
	padding-left:70px;
}

.banner-section-three .content-column .title{
	position:relative;
	color:#3c126f;
	font-size:18px;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
}

.banner-section-three .content-column h2{
	position:relative;
	color:#222222;
	font-weight:700;
	line-height:1.3em;
	margin-top:18px;
}

.banner-section-three .content-column .text{
	position:relative;
	color:#5a5a5a;
	font-size:17px;
	line-height:1.9em;
	margin-top:20px;
}

.banner-section-three .content-column .btn-box{
	position:relative;
	margin-top:35px;
}

.banner-section-three .content-column .btn-box .theme-btn{
	margin-right:18px;
}

.banner-section-three .image-column{
	position:relative;
}

.banner-section-three .image-column .inner-column{
	position:relative;
}

.banner-section-three .image-column .image{
	position:relative;
	margin-left:-20px;
}





/*** 

====================================================================
	Business Section
====================================================================

***/

.business-section-two{
	position:relative;
}

.business-section-two.margin-top{
	margin-top:-60px;
}

.business-section-two .image-column{
	position:relative;
}

.business-section-two .image-column .inner-column{
	position:relative;
	padding-right:40px;
}

.business-section-two .image-column .image{
	position:relative;
	margin-left:-150px;
}

.business-section-two .content-column{
	position:relative;
}

.business-section-two .content-column .inner-column{
	position:relative;
}

.business-section-two .content-column .sec-title{
	margin-bottom:30px;
}

.business-section-two .content-column .business-list{
	position:relative;
	margin-bottom:45px;
}

.business-section-two .content-column .business-list li{
	position:relative;
	color:#5a5a5a;
	font-size:16px;
	line-height:1.9em;
	margin-bottom:25px;
	font-weight:500;
}

.business-section-two .content-column .business-list li strong{
	position:relative;
	color:#2b2b2b;
	font-size:24px;
	font-weight:700;
	display:block;
	margin-bottom:10px;
	padding-left:22px;
	font-family: 'Poppins', sans-serif;
}

.business-section-two .content-column .business-list li strong:before{
	position:absolute;
	content: "\f101";
	left:0px;
	top:2px;
	color:#03a2b4;
	font-size:20px;
	line-height:1em;
	font-weight:400;
	font-family: 'FontAwesome';
}

.business-section-two .content-column .business-list li:last-child{
	margin-bottom:0px;
}

/*** 

====================================================================
	Featured Section Two
====================================================================

***/

.featured-section-two{
	position:relative;
	padding-top:110px;
}

.featured-section-two.style-two{
	padding-bottom:70px;
}

.featured-section-two.style-three{
	padding-top:0px;
	padding-bottom:70px;
}

.featured-block-two{
	position:relative;
	margin-bottom:30px;
}

.featured-block-two .inner-box{
	position:relative;
	z-index:1;
	padding:28px 30px;
	border-radius:0px 0px 25px 0px;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	box-shadow:inset 0px 0px 10px rgba(0,0,0,0.12);
}

.featured-block-two .inner-box:hover::before,
.featured-block-two .inner-box:hover{
	border-radius:25px 0px 0px 0px;
}

.featured-block-two .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	bottom:0px;
	width:0px;
	height:100%;
	background-color:#03a2b4;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	border-radius:0px 0px 25px 0px;
}

.featured-block-two .inner-box:hover::before{
	width:100%;
}

.featured-block-two .inner-box .content{
	position:relative;
	padding-left:85px;
	min-height:60px;
	padding-top:3px;
}

.featured-block-two .inner-box .content .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	color:#03a2b4;
	font-size:60px;
	line-height:1em;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.featured-block-two .inner-box:hover .content .icon-box{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.featured-block-two .inner-box .content .text{
	position:relative;
	color:#222222;
	font-size:18px;
	line-height:1.7em;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.featured-block-two .inner-box:hover .content .icon-box,
.featured-block-two .inner-box:hover .text{
	color:#ffffff !important;
}

/*** 

====================================================================
	Business Section Two
====================================================================

***/

.business-section-three{
	position:relative;
	padding:80px 0px 70px;
}

.business-section-three .layer-one{
	position:absolute;
	left:0px;
	top:-60px;
	width:767px;
	height:883px;
	background-repeat:no-repeat;
}

.business-section-three .image-column{
	position:relative;
	margin-bottom:40px;
}

.business-section-three .image-column .inner-column{
	position:relative;
	margin-left:-100px;
}

.business-section-three .content-column{
	position:relative;
}

.business-section-three .content-column .inner-column{
	position:relative;
	padding-left:60px;
	padding-top:90px;
}

.business-section-three .content-column .text{
	position: relative;
    color: #5a5a5a;
    font-size: 16px;
    line-height: 1.7em;
	margin-bottom:45px;
}

.business-section-three .content-column .text br{
	display:none;
}

/*fact counter*/

.fact-counter-two{
	position:relative;
}

.fact-counter-two .column{
	position:relative;
	margin-bottom:30px;
}

.fact-counter-two .column .inner{
	position:relative;
	padding:38px 30px;
	border-radius:12px;
	text-align:center;
	z-index:1;
	background-color:#ffffff;
	box-shadow:0px 0px 18px rgba(0,0,0,0.10);
	transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	border:2px solid transparent;
}

.fact-counter-two .column .inner:hover{
	border-color:#9654ff;
	border-radius:0px;
}

.fact-counter-two .column .inner .content{
	position:relative;
}

.fact-counter-two .count-outer .percentage{
	position:relative;
	font-weight:700;
	color:#222222;
	font-size:36px;
	line-height:1em;
	font-family: 'Hind Siliguri', sans-serif;
}

.fact-counter-two .column .inner .count-outer{
	position:relative;
	font-weight:700;
	color:#03a2b4;
	font-size:24px;
	line-height:1em;
	margin-top:28px;
	text-transform:uppercase;
}

.fact-counter-two .column .inner .count-outer .count-text{
	font-size:48px;
}

.fact-counter-two .column .inner .counter-title{
	position:relative;
	color:#222222;
	font-size:18px;
	font-weight:500;
}

.fact-counter-two.style-two .column{
	margin-bottom:45px;
}

.fact-counter-two.style-two .column .inner .count-outer{
	margin-top:0px;
}

.fact-counter-two.style-two .column .inner{
	padding:0px;
	text-align:left;
	background:none;
	box-shadow:inherit;
	border:none;
}

.fact-counter-two.style-two .column .inner .counter-title{
	padding-top:15px;
}

/* Team Section */

.team-section{
	position:relative;
	padding:110px 0px 80px;
}

.team-section .owl-nav{
	display:none;
}

.team-section .owl-dots{
	position:relative;
	text-align:center;
	margin-top:0px;
}

.team-section .owl-dots .owl-dot{
	position:relative;
	width:15px;
	height:6px;
	margin:0px 3px;
	display:inline-block;
	background-color:#222222;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.team-section .owl-dots .owl-dot.active,
.team-section .owl-dots .owl-dot:hover{
	background-color:#03a2b4;
	width:30px;
}

.team-block{
	position:relative;
	margin-bottom:30px;
}

.team-block .inner-box{
	position:relative;
	overflow:hidden;
}

.team-block .inner-box .image{
	position:relative;
}

.team-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	border-radius:15px 15px 0px 15px;
	transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
}

.team-block .inner-box .image:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:0%;
	height:100%;
	z-index:1;
	transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	background-color:rgba(0,0,0,0.30);
	border-radius:15px 15px 0px 15px;
}

.team-block .inner-box:hover .image:before{
	width:100%;
}

.team-block .inner-box .image .social-box{
	position:absolute;
	left:30px;
	top:-100%;
	opacity:0;
	z-index:2;
	padding-top:20px;
	display:inline-block;
	
	transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
}

.team-block .inner-box:hover .image .social-box{
	top:0%;
	opacity:1;
}

.team-block .inner-box .image .social-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:-30px;
	right:0px;
	bottom:-20px;
	-ms-transform: skewY(25deg);
	transform: skewY(25deg);
	transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	background: #03A2B4;
	background: -webkit-linear-gradient(to top, #03A2B4 0%, #04C8DE 100%);
	background: -moz-linear-gradient(to top, #03A2B4 0%, #04C8DE 100%);
	background: linear-gradient(to top, #03A2B4 0%, #04C8DE 100%);
}

.team-block .inner-box .image .social-box li:hover a:after{
	opacity:1;
}

.team-block .inner-box .image .social-box li{
	position:relative;
	text-align:center;
	margin-bottom:1px;
	display:block;
}

.team-block .inner-box .image .social-box li a{
	position:relative;
	font-size:18px;
	color:#ffffff;
	display:block;
	z-index:1;
	padding:14px 15px;
}

.team-block .inner-box .image .social-box li a:after{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:-1;
	opacity:0;
	transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	background-color:#222222;
	-ms-transform: skewY(25deg);
	transform: skewY(25deg);
}

.team-block .inner-box .image .social-box li:last-child{
	margin-bottom:0px;
}

.team-block .inner-box .lower-content{
	position:relative;
	margin-left:40px;
	margin-top:-50px;
	z-index:4;
	padding:22px 40px 22px 60px;
}

.team-block .inner-box .lower-content:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	background: #03A2B4;
	background: -webkit-linear-gradient(to top right, #03A2B4 0%, #04C8DE 100%);
	background: -moz-linear-gradient(to top right, #03A2B4 0%, #04C8DE 100%);
	background: linear-gradient(to top right, #03A2B4 0%, #04C8DE 100%);
	clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 9% 50%, 0% 0%);
}

.team-block .inner-box .lower-content:after{
	position:absolute;
	content:'';
	left:-10px;
	top:26px;
	width:30px;
	height:50px;
	bottom:26px;
	background: #03A2B4;
	background: -webkit-linear-gradient(to top right, #03A2B4 0%, #04C8DE 100%);
	background: -moz-linear-gradient(to top right, #03A2B4 0%, #04C8DE 100%);
	background: linear-gradient(to top right, #03A2B4 0%, #04C8DE 100%);
	clip-path: polygon(52% 0, 100% 50%, 55% 100%, 0% 100%, 50% 50%, 0% 0%);
}

.team-block .inner-box .lower-content h5{
	position:relative;
	line-height:1.3em;
	font-weight:700;
}

.team-block .inner-box .lower-content h5 a{
	position:relative;
	color:#ffffff;
}

.team-block .inner-box .lower-content .designation{
	position:relative;
	color:#ffffff;
	font-size:15px;
	margin-top:8px;
}

.team-block .inner-box .lower-content .team-arrows-right{
	position:absolute;
	right:20px;
	top:40px;
	width:60px;
	height:40px;
	cursor:pointer;
	display:block;
	z-index:20;
	cursor:pointer;
	transform:rotate(-90deg);
}


/* Chevron */

.team-block .inner-box .lower-content .chevron {
  position: absolute;
  width: 40px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.team-block .inner-box .lower-content .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.team-block .inner-box .lower-content .chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.team-block .inner-box .lower-content .chevron:before,
.team-block .inner-box .lower-content .chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  opacity:0.10;
  background: #000000;
}

.team-block .inner-box .lower-content .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.team-block .inner-box .lower-content .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

/*** 

====================================================================
	Faq's Section
====================================================================

***/

.faq-section{
	position:relative;
	padding:110px 0px 70px;
	background-color:#f9f9f9;
}

.faq-section .accordian-column{
	position:relative;
	margin-bottom:40px;
}

.faq-section .accordian-column .inner-column{
	position:relative;
}

.faq-section .accordian-column .inner-column .theme-btn{
	margin-top:50px;
}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box{
	position:relative;
}

.accordion-box .block{
	position: relative;
    padding-bottom: 30px;
}

.accordion-box .block:last-child{
	padding-bottom: 0px;
}

.accordion-box .block .acc-btn{
	font-size:20px;
	padding-right:0px;
	padding-left:50px;
	position:relative;
	cursor:pointer;
	line-height:30px;
	color:#222222;
	font-weight:600;
	transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
}

.accordion-box .block .icon-outer{
	position:absolute;
	left:0px;
	top:0px;
	width:30px;
	height:30px;
	text-align:center;
	border-radius:50%;
	font-size:14px;
	color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:#03a2b4;
}

.accordion-box .block .icon-outer .icon{
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
}

.accordion-box .block .icon-outer .icon-plus{
	opacity:1;
}

.accordion-box .block .icon-outer .icon-minus{
	opacity:0;
	color:#ffffff;
	font-weight:400;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus{
	opacity:1;
	color:#ffffff;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus{
	opacity:0;
}

.accordion-box .block .acc-btn.active .icon-outer{
	border-color:#ff3548;
	color:#ff3548;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
}

.accordion-box .block .acc-content .content-text{
	padding-bottom:6px;
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content{
	position:relative;
	font-size:14px;
	padding:25px 0px 0px 0px;
}

.accordion-box .block .content p{
	margin-bottom:0px;
	line-height:1.8em;
	font-size:15px;	
	color:#5a5a5a;
	padding-left:50px;
	padding-right:60px;
	font-weight:500;
}

.accordion-box .block .content p:last-child{
	margin-bottom:0px;	
}



/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position:relative;
	overflow:hidden;
	background: #07cbe1;
	background: -webkit-linear-gradient(to top, #07cbe1 0%, #05B5C9 100%);
	background: -moz-linear-gradient(to top, #07cbe1 0%, #05B5C9 100%);
	background: linear-gradient(to top, #07cbe1 0%, #05B5C9 100%);
}

.particles-pattern{
	position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
	z-index:1;
}

.page-title .inner-container{
	position: relative;
	z-index:5;
	padding: 240px 0px 200px;
}

.page-title .auto-container{
	position:relative;
}

.page-title h2{
	position:relative;
	color:#ffffff;
	line-height: 1.3em;
	font-weight: 700;
}

.page-title .bread-crumb {
	position: relative;
	padding: 0px 0px 0px;
}

.page-title .bread-crumb li{
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	text-transform: capitalize;
	cursor: default;
	padding-right:  15px;
	margin-right: 12px;
	
}

.page-title .bread-crumb li:before{
	position: absolute;
	right: -2px;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
    content: "\f105";
	font-weight:700;
    font-family: 'FontAwesome';
}

.page-title .bread-crumb li:last-child{
	padding-right: 0;
	margin-right: 0;
}

.page-title .bread-crumb li:last-child:before{
	display: none;
}

.page-title .bread-crumb li a{
	color:#ffffff;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover{
	color: #000000;
}

.waves {
  position: absolute;
  left:0px;
  bottom:0px;
  width: 100%;
  height: 15vh;
  margin-bottom: -8px;
  min-height: 100px;
  max-height: 150px; }

.waves .content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: white; }

/* Animation */
.parallax > use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
          animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite; }

.parallax > use:nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s; }

.parallax > use:nth-child(2) {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-animation-duration: 10s;
          animation-duration: 10s; }

.parallax > use:nth-child(3) {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-animation-duration: 13s;
          animation-duration: 13s; }

.parallax > use:nth-child(4) {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-animation-duration: 20s;
          animation-duration: 20s; }

@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0); }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0); } }

@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0); }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0); } }

@-webkit-keyframes move-up-down {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes move-up-down {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px; }
}



/*** 

====================================================================
	Video Section
====================================================================

***/

.video-section-two{
	position:relative;
	padding:0px 0px 110px;
}

.video-section-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:120px;
	right:0px;
	height:426px;
	background:url(../images/background/5.png) no-repeat;
}

.video-section-two .inner-container{
	position:relative;
}

.video-section-two .inner-container .video-box-two{
	position:relative;
}

.video-section-two .inner-container .video-box-two .image{
	position:relative;
	border-radius:30px;
	overflow:hidden;
	text-align:center;
}

.video-section-two .inner-container .video-box-two .image::before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:10;
	background:url(../images/background/pattern-8.png);
	background-position:center top;
	background-repeat:no-repeat;
}

.video-section-two .inner-container .video-box-two .image img{
	position:relative;
	width:100%;
	display:block;
}

.video-section-two .inner-container .video-box-two .image .video-content{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	padding:170px 15px;
}

.video-section-two .inner-container .video-box-two .image .video-content:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:1;
	opacity:0.90;
	background: #07cbe1;
	background: -webkit-linear-gradient(to top, #07cbe1 0%, #05B5C9 100%);
	background: -moz-linear-gradient(to top, #07cbe1 0%, #05B5C9 100%);
	background: linear-gradient(to top, #07cbe1 0%, #05B5C9 100%);
}

.video-section-two .inner-container .video-box-two .image .video-content .play-box{
	position:relative;
	width:100px;
	height:100px;
	color:#07cbe1;
	font-size:24px;
	text-align:center;
	border-radius:50px;
	line-height: 100px;
	display:inline-block;
	margin:0 auto;
	z-index:10;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background-color:rgba(255,255,255,0.40);
}

.video-section-two .inner-container .video-box-two .image .video-content .play-box span{
	position: absolute;
	width:100px;
	height: 100px;
	left:50%;
    top: 50%;
	z-index:9;
	color: #07cbe1;
	font-weight:400;
	font-size:24px;
	text-align: center;
	border-radius:50%;
	padding-left:4px;
	background-color: #ffffff;
	display: inline-block;
	margin-top: -50px;
	margin-left:-50px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.video-section-two .inner-container .video-box-two .image .video-content .play-box .ripple,
.video-section-two .inner-container .video-box-two .image .video-content .play-box .ripple:before,
.video-section-two .inner-container .video-box-two .image .video-content .play-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    width: 100px;
	margin-left:.5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-section-two .inner-container .video-box-two .image .video-content .play-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.video-section-two .inner-container .video-box-two .image .video-content .play-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

.video-section-two .inner-container .video-box-two .video-title{
	position:relative;
	font-size:16px;
	font-weight:600;
	color:#ffffff;
	z-index:1;
	margin-top:60px;
}

.video-section-two .inner-container .video-box-two h2{
	position:relative;
	font-weight:600;
	color:#ffffff;
	z-index:1;
}

.faq-page-section{
	position:relative;
	padding:110px 0px 0px;
}

.team-page-section{
	border-bottom:1px solid #e2ebfc;
}

.testimonial-page-section{
	position:relative;
	padding:100px 0px 70px;
	border-bottom:1px solid #e2ebfc;
}

/* Testimonial Block */

.testimonial-block-three{
	position:relative;
	z-index:1;
	margin-bottom:40px;
}

.testimonial-block-three .inner-box{
	position:relative;
	padding:0px 40px 20px;
}

.testimonial-block-three .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:60px;
	right:0px;
	bottom:0px;
	border-radius:8px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.testimonial-block-three .inner-box .author-image{
	position:relative;
	border-radius:50%;
	overflow:hidden;
	width:112px;
	height:112px;
	margin-bottom:22px;
}

.testimonial-block-three .inner-box .quote-icon{
	position:relative;
	color:#dddddd;
	font-size:20px;
}

.testimonial-block-three .inner-box .text{
	position:relative;
	color:#777777;
	font-size:18px;
	line-height:1.7em;
	margin-top:15px;
	font-family: 'Cabin', sans-serif;
}

.testimonial-block-three .inner-box .lower-box{
	position:relative;
	padding-top:22px;
	margin-top:20px;
	border-top:2px solid #dddddd;
}

.testimonial-block-three .inner-box .lower-box .author-name{
	position:relative;
	color:#222222;
	font-size:18px;
	font-weight:600;
}

.testimonial-block-three .inner-box .lower-box .designation{
	position:relative;
	color:#777777;
	font-size:15px;
	font-weight:400;
	margin-top:4px;
}

.testimonial-block-three .inner-box .lower-box .rating{
	position:relative;
	margin-top:12px;
}

.testimonial-block-three .inner-box .lower-box .rating .fa{
	position:relative;
	color:#fd8c56;
	font-size:16px;
	margin-left:4px;
}

.testimonial-block-three .inner-box .lower-box .rating .fa.light{
	color:#777777;
}



/*** 

====================================================================
			Coming Soon
====================================================================

***/

.coming-soon{
	position:fixed;
	width:100%;
	height:100%;
	display:block;
	overflow-y:auto;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	text-align: center;
}

.coming-soon .content{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
}

.coming-soon .content:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	content: "";
	opacity: .30;
}

.coming-soon .content .content-inner{
	position: relative;
	padding: 90px 15px;
    display: table-cell;
    vertical-align: middle;
}

.coming-soon .content .content-inner .logo{
	position:relative;
	margin-bottom: 200px;
}

.coming-soon .content .content-inner .sec-title{
	display: none;
	margin-bottom:50px;
}

.coming-soon .content .content-inner h2{
	position:relative;
	font-size:48px;
	font-weight:700;
	color: #ffffff;
	line-height:1.2em;
	padding-bottom: 0;
	font-variant: small-caps;
}

.coming-soon .content .content-inner h2:after{
	display: none;
}

.time-counter{
	position:relative;
}

.time-counter .time-countdown{
	position:relative;
	margin-bottom: 180px;
}

.time-counter .time-countdown .counter-column{
	position:relative;
	display: inline-block;
	width:180px;
	height:180px;
	font-size:20px;
	line-height: 1em;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:600;
	text-align: center;
	z-index: 7;
	border-radius: 20px;
	box-shadow: 0 0 30px rgba(0,0,0,0.25);
    background-color: rgba(54,54,54,.40);
	font-family: 'Montserrat', sans-serif;
	margin:0 15px 20px;
}

.time-counter .time-countdown .counter-column .count{
	position:relative;
	display:block;
	font-size:72px;
	line-height:30px;
	padding:60px 0px 30px;
	color:#ffffff;
	font-weight:600;
}

.coming-soon .emailed-form{
	position: relative;
	margin-bottom: 40px;
}

.coming-soon .emailed-form h3{
	font-size: 38px;
	line-height: 1.2em;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 20px;
}

.coming-soon .emailed-form .text{
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height:1.8em;
	margin-bottom: 40px;
}

.coming-soon .emailed-form .form-group{
	position:relative;
	display:block;
	max-width:540px;
	width:100%;
	margin: 0 auto;
}

.coming-soon .emailed-form .form-group input[type="text"],
.coming-soon .emailed-form .form-group input[type="tel"],
.coming-soon .emailed-form .form-group input[type="email"],
.coming-soon .emailed-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	height:60px;
	font-size:16px;
	color:#000000;
	overflow:hidden;
	padding:15px 50px 15px 20px;
	background: #ffffff;
	border: 1px solid #f1f1f1;
	box-shadow: 0 0 13px rgba(0,0,0,0.10);
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.coming-soon .emailed-form .form-group input:focus,
.coming-soon .emailed-form .form-group select:focus,
.coming-soon .emailed-form .form-group textarea:focus{

}

.coming-soon .emailed-form .form-group input[type="submit"],
.coming-soon .emailed-form button{
	position:absolute;
	right:0px;
	top:0px;
	width: 60px;
	height:60px;
	line-height:40px;
	font-size:18px;
	color: #04aabc;
	background-color: transparent;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.coming-soon .emailed-form .form-group input[type="submit"]:hover,
.coming-soon .emailed-form button:hover{
	color: #04aabc;
}

.coming-soon .copyright-text{
	position: relative;
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 400;
}

.coming-soon .copyright-text a{
	color: #ff9600;
}

.coming-soon .copyright-text a:hover{
	text-decoration: underline;
}

.coming-soon .social-icon-one li a{
	color:#ffffff;
}

.clock-wrapper{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 250px;
    height: 250px;
    margin: auto;
    margin-top: -145px;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    background-color: rgba(0,0,0,.40);
    transform: scale(2);
}

.clock-base{
    width: 250px;
    height: 250px;
    border-radius: 50%;

}

.click-indicator{
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    width: 230px;
    height: 230px;
}

.click-indicator div{
    position: absolute;
    width: 2px;
    height: 4px;
    margin: 113px 114px;
}

.click-indicator div > span{
	height: 5px;
	width: 5px;
	background-color: #ffffff;
	display: inline-block;
	border-radius: 50%;
	margin-left: -1px;
	margin-top: -1px;
}

.click-indicator div:nth-child(1) {
    transform: rotate(30deg) translateY(-120px);
}

.click-indicator div:nth-child(2) {
    transform: rotate(60deg) translateY(-120px);
}

.click-indicator div:nth-child(3) {
    transform: rotate(90deg) translateY(-120px);
    background-color: #F00;
}

.click-indicator div:nth-child(4) {
    transform: rotate(120deg) translateY(-120px);
}

.click-indicator div:nth-child(5) {
    transform: rotate(150deg) translateY(-120px);
}

.click-indicator div:nth-child(6) {
    transform: rotate(180deg) translateY(-120px);
    background-color: #F00;
}

.click-indicator div:nth-child(7) {
    transform: rotate(210deg) translateY(-120px);
}

.click-indicator div:nth-child(8) {
    transform: rotate(240deg) translateY(-120px);
}

.click-indicator div:nth-child(9) {
    transform: rotate(270deg) translateY(-120px);
    background-color: #F00;
}

.click-indicator div:nth-child(10) {
    transform: rotate(300deg) translateY(-120px);
}

.click-indicator div:nth-child(11) {
    transform: rotate(330deg) translateY(-120px);
}

.click-indicator div:nth-child(12) {
    transform: rotate(360deg) translateY(-120px);
    background-color: #F00;
}

.clock-hour{
    position: absolute;
    z-index: 2;
    top: 75px;
    left: 123px;
    width: 4px;
    height: 65px;
    background-color: #ee3611;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    transform-origin: 2px 50px;
    transition: .5s;
    -webkit-animation: rotate-hour 43200s linear infinite;
    -moz-animation: rotate-hour 43200s linear infinite;
}

.clock-minute{
    position: absolute;
    z-index: 3;
    top: 55px;
    left: 123px;
    width: 4px;
    height: 85px;
    background-color: #ee3611;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    transform-origin: 2px 70px;
    transition: .5s;
    -webkit-animation: rotate-minute 3600s linear infinite;
    -moz-animation: rotate-minute 3600s linear infinite;
}

.clock-second{
    position: absolute;
    z-index: 4;
    top: 15px;
    left: 124px;
    width: 2px;
    height: 130px;
    background-color: #ffffff;
    opacity: .9;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    transform-origin: 1px 110px;
    transition: .5s;
    -webkit-animation: rotate-second 60s linear infinite;
    -moz-animation: rotate-second 60s linear infinite;
}

.clock-second:after{
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    bottom: 16px;
    width: 8px;
    height: 8px;
    background-color: #a00;
    border: solid 2px #a00;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}

.clock-center{
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 150px;
    top: 50px;
    left: 50px;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    border-radius: 50%;
}

.clock-center:after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: 65px;
    background-color: #ddd;
    border-radius: 50%;
}




/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:100px 0px 80px;
	border-bottom:1px solid #e2ebfc;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:0px;
}

.sidebar-widget{
	margin-bottom:30px;
}

.sticky-top{
	z-index:1;
	top:90px;
}

/* Service List */

.sidebar .service-list{
	position:relative;
}

.sidebar .service-list li{
	position:relative;
	line-height:24px;
	overflow:hidden;
	margin-bottom:4px;
	
}

.sidebar .service-list li:last-child{
	margin-bottom:0px;
	border-bottom:0px;
}

.sidebar .service-list li a{
	position:relative;
	display:block;
	color:#222222;
	font-size:18px;
	font-weight:600;
	line-height:26px;
	overflow:hidden;
	padding:17px 35px;
	border-radius:50px;
	border:1px solid #d7d7d7;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .service-list li a:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:0px;
	height:100%;
	z-index:-1;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
	background-color:#04aabc;
}

.sidebar .service-list li a:after{
	font-family: 'FontAwesome';
	content: "\f061";
	position:absolute;
	right:20px;
	top:16px;
	display:block;
	line-height:26px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;
}


.sidebar .service-list li.current a:before,
.sidebar .service-list li:hover a:before{
	width:100%;
}

.sidebar .service-list li a:hover,
.sidebar .service-list li.current a{
	color:#ffffff;
	border-color:#04aabc;
}

/* Broucher Widget */

.broucher-widget{
	position:relative;
}

.broucher-widget .widget-content{
	position:relative;
	padding:25px 25px;
	background-color:#f9f9f9;
	border:1px solid #d7d7d7;
}

.broucher-widget .widget-content .content-inner{
	position:relative;
	padding-left:85px;
}

.broucher-widget .widget-content h4{
	position:relative;
	color:#04aabc;
	font-weight:600;
	margin-bottom:20px;
}

.broucher-widget .widget-content .icon{
	position:absolute;
	left:0px;
	top:0px;
	opacity:0.5;
	color:#04aabc;
	font-size:64px;
	line-height:1em;
	font-weight:400;
}

.broucher-widget .widget-content .content-inner .text{
	position:relative;
	color:#5a5a5a;
	font-size:14px;
	line-height:1.7em;
	margin-bottom:20px;
}

.broucher-widget .widget-content .download{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:600;
	text-decoration:underline;
}

.broucher-widget.style-two .widget-content{
	background:none;
}

.broucher-widget.style-two .widget-content h4{
	color:#222222;
}

.broucher-widget.style-two .widget-content .icon{
	opacity:1;
	color:#03a3b5;
}

/* Help Widget */

.help-widget{
	position:relative;
}

.help-widget .widget-content{
	position:relative;
	padding:25px 32px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.10);
}

.help-widget .widget-content h4{
	position:relative;
	color:#222222;
	font-weight:600;
	margin-bottom:15px;
}

.help-widget .widget-content .text{
	position:relative;
	color:#5a5a5a;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:15px;
}

.help-widget .widget-content .help-list{
	position:relative;
}

.help-widget .widget-content .help-list li{
	position:relative;
	padding-left:30px;
	color:#666666;
	font-size:16px;
	margin-bottom:10px;
}

.help-widget .widget-content .help-list li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#04aabc;
}

.help-widget .widget-content .help-list li:last-child{
	margin-bottom:0px;
}

/* Services Detail */

.services-detail{
	position:relative;
}

.services-detail .inner-box{
	position:relative;
}

.services-detail .inner-box .image{
	position:relative;
}

.services-detail .inner-box .image img{
	position:relative;
}

.services-detail .inner-box .lower-content{
	position:relative;
	padding-top:35px;
}

.services-detail .inner-box .lower-content h3{
	position:relative;
	color:#222222;
	font-weight:700;
	line-height:1.3em;
	margin-bottom:20px;
}

.services-detail .inner-box .lower-content h4{
	position:relative;
	color:#04aabc;
	font-weight:700;
	margin-bottom:12px;
}

.services-detail .inner-box .lower-content .text{
	position:relative;
	z-index:1;
	margin-bottom:20px;
}

.services-detail .inner-box .lower-content .text p{
	position:relative;
	color:#5a5a5a;
	font-size:16px;
	line-height:1.7em;
}

.services-detail .inner-box .lower-content .text p:last-child{
	margin-bottom:0px;
}

/*** 

====================================================================
	Projects Page Section
====================================================================

***/

.projects-page-section{
	position:relative;
	padding:110px 0px 95px;
	border-bottom:1px solid #f9f9f9;
}

.projects-page-section .pagination-outer{
	margin-top:30px;
}

.updated-gallery-block{
	position:relative;
	margin-bottom:40px;
}

.updated-gallery-block .inner-box{
	position: relative;
	display: block;
}

.updated-gallery-block .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 3px;
}

.updated-gallery-block .inner-box .image-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.50);
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.updated-gallery-block .inner-box:hover .image-box:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.updated-gallery-block .inner-box .image-box img{
	width: 100%;
	border-radius: 3px;
}

.updated-gallery-block .inner-box .image-box .client-box{
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	transition: all 500ms ease;
}

.updated-gallery-block .inner-box .image-box .client-box .client-logo{
	position: relative;
	display: inline-block;
	background: #fff;
	width: 72px;
	height: 72px;
	text-align: center;
	border-radius: 50%;
	padding: 15px;
	cursor: pointer;
	font-size:40px;
	line-height:42px;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.updated-gallery-block .inner-box .image-box .client-box:hover .client-logo{
	background-color:#04aabc;
	color:#ffffff;
}

.updated-gallery-block .inner-box .image-box .client-box span{
	position: absolute;
	top: 16px;
	right: 70px;
	width: 128px;
	display: inline-block;
	background: #fff;
	font-size: 18px;
	line-height: 26px;
	font-family: 'Josefin Sans', Sans-serif;
	padding: 7px;
	text-align: center;
	border-radius: 3px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
}

.updated-gallery-block .inner-box .image-box .client-box:hover span{
	right: 90px;
	opacity: 1;
	visibility: visible;
}

.updated-gallery-block .inner-box .image-box .client-box span:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 12px;
	height: 12px;
	top: 14px;
	right: -5px;
	transform: rotate(45deg);
}

.updated-gallery-block .inner-box .image-box .client-box .client-logo img{
	width: auto;
	border-radius: 50%;
}

.updated-gallery-block .inner-box .image-box .link{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}

.updated-gallery-block .inner-box .image-box .link a{
	position: relative;
	display: inline-block;
	font-size: 35px;
	line-height: 35px;
	color: #fff;
	transform: scale(0,0);
}

.updated-gallery-block .inner-box:hover .image-box .link a{
	transform: scale(1,1);
}

.updated-gallery-block .inner-box .image-box .overlay-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	transform: scale(0,0);
	transition: all 500ms ease;
}

.updated-gallery-block .inner-box:hover .image-box .overlay-layer{
	transform: scale(1,1);
}

.updated-gallery-block .inner-box .lower-content{
	position: relative;
	padding-top: 22px;
}

.updated-gallery-block .inner-box .lower-content .box{
	position: relative;
	padding-left: 75px;
}

.updated-gallery-block .inner-box .lower-content .box .icon-box{
	position: absolute;
	left: 0px;
	top: 4px;
	font-size: 56px;
	line-height: 50px;
	color: #d0d0d0;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.updated-gallery-block .inner-box:hover .lower-content .box h4 a,
.updated-gallery-block .inner-box:hover .lower-content .box .icon-box{
	color:#04aabc;
}

.updated-gallery-block .inner-box .lower-content .box .category{
	position: relative;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 6px;
}

.updated-gallery-block .inner-box .lower-content .box h4{
	position: relative;
	line-height: 26px;
	font-weight:600;
}

.updated-gallery-block .inner-box .lower-content .box h4 a{
	position:relative;
	color:#000000;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.updated-gallery-block .inner-box .lower-content .text{
	position: relative;
	margin-top:15px;
	line-height:1.9em;
	font-size:16px;
	margin-bottom:15px;
}

.updated-gallery-block .inner-box .lower-content .link{
	position: relative;
}

.updated-gallery-block .inner-box .lower-content .link .read-more{
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #04aabc;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.updated-gallery-block .inner-box .lower-content .link .read-more:before{
	position:absolute;
	content:'';
	left:0px;
	top:7px;
	width:6px;
	height:6px;
	opacity:0;
	border-radius:50px;
	display:inline-block;
	background-color:#04aabc;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.updated-gallery-block .inner-box .lower-content .link .read-more:hover::before{
	opacity:1;
}

.updated-gallery-block .inner-box .lower-content .link a:hover{
	padding-left: 22px;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.pagination-outer{
	text-align:center;
}

.styled-pagination{
	position:relative;
	border-radius:50px;
	background-color:#f5f5f5;
	display:inline-block;
}

.styled-pagination li{
	position:relative;
	margin:0px 1px 0px;
	display:inline-block;
}

.styled-pagination li a{
	position:relative;
	width:40px;
	height:40px;
	color:#5a5a5a;
	font-size:16px;
	font-weight:400;
	line-height:40px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	background:none;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.styled-pagination li.active a,
.styled-pagination li:hover a{
	color:#ffffff;
	background-color:#04aabc;
}

.styled-pagination li.prev a{
	font-size:16px;
	color:#ffffff;
	background-color:#04aabc;
}

.styled-pagination li.next a{
	font-size:16px;
	color:#ffffff;
	background-color:#04aabc;
}



/* Project Detail */

.projects-detail{
	position:relative;
}

.projects-detail .inner-box{
	position:relative;
}

.projects-detail .inner-box .image{
	position:relative;
}

.projects-detail .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.projects-detail .inner-box .lower-content{
	position:relative;
	padding-top:25px;
}

.projects-detail .inner-box .lower-content h3{
	position:relative;
	font-weight:700;
	color:#000000;
	line-height:1.4em;
	margin-bottom:20px;
}

.projects-detail .inner-box .lower-content .text h4{
	position:relative;
	font-weight:700;
	color:#03a3b5;
	line-height:1.4em;
	margin-bottom:15px;
}

.projects-detail .inner-box .lower-content .text{
	position:relative;
}

.projects-detail .inner-box .lower-content .text p{
	position:relative;
	color:#5a5a5a;
	font-size:16px;
	line-height:1.7em;
}

.projects-detail .inner-box .lower-content .two-column{
	margin-bottom:18px;
}

.projects-detail .inner-box .lower-content .two-column .list-style-three li{
	margin-bottom:18px;
}

.related-projects{
	position:relative;
	padding-bottom:70px;
}

.related-projects .inner-container{
	position:relative;
	padding:95px 0px 0px;
	border-top:1px solid #dddddd;
}

.related-projects .owl-nav{
	display:none;
}

.related-projects .owl-dots{
	position:absolute;
	right:0px;
	top:-60px;
}

.related-projects .owl-dots .owl-dot{
	position:relative;
	width:10px;
	height:10px;
	margin:0px 4px;
	border-radius:50px;
	display:inline-block;
	background-color:#d7d7d7;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.related-projects .owl-dots .owl-dot.active,
.related-projects .owl-dots .owl-dot:hover{
	background-color:#03a3b5;
	width:50px;
}

/* Project Widget */

.project-widget .widget-content{
	position:relative;
	padding: 25px 25px;
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
}

.project-widget .widget-content h4{
	position: relative;
    color: #000000;
    font-weight: 600;
    margin-bottom: 15px;
}

.project-widget .widget-content .project-info-list{
	position:relative;
}

.project-widget .widget-content .project-info-list li{
	position:relative;
	color:#5a5a5a;
	font-size:16px;
	margin-bottom:10px;
}

.project-widget .widget-content .project-info-list li:last-child{
	margin-bottom:0px;
}

.project-widget .widget-content .project-info-list li span{
	position:relative;
	color:#03a3b5;
	font-weight:700;
	width:120px;
	display:inline-block;
}

/* Contact Widget */

.contact-widget .widget-content{
	position:relative;
	padding: 25px 25px;
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
}

.contact-widget .widget-content h4{
	position: relative;
    color: #000000;
    font-weight: 600;
    margin-bottom: 20px;
}

/*** 

====================================================================
	Contact Widget Form
====================================================================

 ***/

.contact-widget-form{
	position:relative;
}

.contact-widget-form .form-group{
	position:relative;
	margin-bottom:20px;
}

.contact-widget-form .form-group input[type="text"],
.contact-widget-form .form-group input[type="password"],
.contact-widget-form .form-group input[type="tel"],
.contact-widget-form .form-group input[type="email"],
.contact-widget-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 20px;
	height:50px;
	font-size:14px;
	border-radius:0px;
	border:1px solid #dddddd;
	background-color:#f5f5f5;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-widget-form .form-group input[type="text"]:focus,
.contact-widget-form .form-group input[type="password"]:focus,
.contact-widget-form .form-group input[type="tel"]:focus,
.contact-widget-form .form-group input[type="email"]:focus,
.contact-widget-form .form-group select:focus,
.contact-widget-form .form-group textarea:focus{
	border-color:#03a3b5;
}

.contact-widget-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 20px;
	color:#a5a5a5;
	height:140px;
	font-size:14px;
	resize:none;
	border-radius:0px;
	border:1px solid #dddddd;
	background-color:#f5f5f5;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-widget-form .theme-btn{
	cursor:pointer;
}

/* Instagram Widget */

.instagram-widget h4{
	position: relative;
    color: #000000;
    font-weight: 600;
    margin-bottom: 20px;
}

.sidebar .instagram-widget .images-outer{
	position:relative;
	margin:0px -4px;
}

.sidebar .instagram-widget .image-box{
	position:relative;
	float:left;
	width:33.3333%;
	padding:0px 6px;
	margin-bottom:12px;
}

.sidebar .instagram-widget .image-box:nth-child(3),
.sidebar .instagram-widget .image-box:nth-child(6){
	margin-right:0px;
}

.sidebar .instagram-widget .image-box .overlay-box{
	position:absolute;
	content:'';
	left:12px;
	top:8px;
	bottom:8px;
	right:12px;
	display:block;
	z-index:1;
	opacity:0;
	text-align:center;
	padding:8px;
	color:#ffffff;
	font-size:24px;
	line-height:44px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	background-color:#03a3b5;
}

.sidebar .instagram-widget .image-box .overlay-box:before{
	position:absolute;
	top:50%;
	margin-left:-12px;
	margin-top:-22px;
	display:inline-block;
}

.sidebar .instagram-widget .image-box:hover .overlay-box{
	opacity:1;
}

.sidebar .instagram-widget .image-box img{
	position:relative;
	display:block;
	width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.blog-page-section{
	position:relative;
	padding:110px 0px 110px;
	border-bottom:1px solid #ddd;
}

.blog-page-section .pagination-outer,
.our-blog .pagination-outer{
	margin-top:40px;
}

/* News Block Two */

.news-block-four{
	position:relative;
	margin-bottom:30px;
}

.news-block-four .inner-box{
	position:relative;
	border-radius:8px;
	overflow:hidden;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.news-block-four .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#03a3b5;
}

.news-block-four .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.news-block-four .inner-box:hover .image img{
	transform:scale(1.04,1.04);
	opacity:0.5;
}

.news-block-four .inner-box .lower-content{
	position:relative;
	padding:0px 30px 25px;
	background-color:#ffffff;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.news-block-four .inner-box .category{
	position:relative;
	top:-10px;
	color:#ffffff;
	font-size:16px;
	font-weight:600;
	padding:6px 14px;
	margin-top:-6px;
	margin-bottom:15px;
	border-radius:5px;
	display:inline-block;
	background-color:#03a3b5;
	text-transform:uppercase;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block-four .inner-box:hover .category{
	background-color:#02c8de;
}

.news-block-four .inner-box .lower-content h4{
	position:relative;
	line-height:1.3em;
	font-weight:700;
	margin-bottom:14px;
}

.news-block-four .inner-box .lower-content h4 a{
	position:relative;
	color:#222222;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block-four .inner-box .lower-content h4 a:hover{
	color:#03a3b5;
}

.news-block-four .inner-box .lower-content .text{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.7em;
}

.news-block-four .inner-box .lower-content .lower-box{
	position:relative;
	padding-top:22px;
	margin-top:22px;
	border-top:1px solid #dddddd;
}

.news-block-four .inner-box .lower-content .author-box{
	position:relative;
}

.news-block-four .inner-box .lower-content .author-box .box-inner{
	position:relative;
	padding-left:55px;
	color:#03a3b5;
	font-size:14px;
	padding-top:10px;
}

.news-block-four .inner-box .lower-content .author-box .author-image{
	position:absolute;
	left:0px;
	top:0px;
	width:40px;
	height:40px;
	overflow:hidden;
	border-radius:50px;
}

.news-block-four .inner-box .lower-content .author-box .box-inner span{
	position:relative;
	color:#777777;
	margin-left:25px;
}

.news-block-four .inner-box .lower-content .share{
	position:relative;
	color:#d5d5d5;
	font-size:20px;
	line-height:1em;
	margin-top:10px;
	display:inline-block;
}

/*Search Box Widget*/

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:30px;
	padding:10px 50px 10px 30px;
	background:#ffffff;
	display:block;
	font-size:15px;
	width:100%;
	height:60px;
	color:#797979;
	font-weight:400;
	border-radius:50px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	box-shadow:0px 10px 10px rgba(0,0,0,0.10);
}

.sidebar .search-box .form-group textarea::-webkit-input-placeholder,
.sidebar .search-box .form-group input::-webkit-input-placeholder{
	color:#797979;
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:60px;
	width:60px;
	display:block;
	font-size:16px;
	color:#03a3b5;
	cursor:pointer;
	line-height:100%;
	font-weight:normal;
	background:none;
}

/*Sidebar Title*/

.sidebar-title{
    position: relative;
    margin-bottom:25px;
}

.sidebar-title h3{
    color: #222222;
    font-weight: 600;
    line-height: 1.2em;
	display:inline-block;
    text-transform: capitalize;
}

/*Blog Category*/

.cat-list{
	position:relative;
}

.cat-list li{
	position:relative;
}

.cat-list li a{
	position:relative;
	color:#5a5a5a;
	font-size:16px;
	font-weight:600;
	padding-bottom:20px;
	margin-bottom:20px;
	display:block;
	padding-left:26px;
	border-bottom:1px solid #dddddd;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.cat-list li a span{
	position:absolute;
	right:0px;
}

.cat-list li:last-child a{
	border-bottom:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.cat-list li a:hover{
	color:#03a3b5;
}

/*Post Widget*/

.popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	min-height:110px;
	padding-left:110px;
	margin-bottom:25px;
	border-bottom:1px solid #e7e7eb;
}

.popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:80px;
	 height:80px;
}

.popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.popular-posts .post .text{
	position:relative;
	top:0px;
	font-size:18px;
	margin:0px 0px 3px;
	font-weight:700;
	color:#222222;
	line-height:1.5em;
	text-transform:capitalize;
}

.popular-posts .post .text a{
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.popular-posts .post a:hover{
	color:#03a3b5;
}

.popular-posts .post-info{
	position:relative;
	font-size:14px;
	color:#5a5a5a;
	font-weight:400;
	padding-left:20px;
}

.popular-posts .post-info:before{
	position:absolute;
	content: "\f073";
	left:0px;
	top:4px;
	color:#5a5a5a;
	font-size:14px;
	line-height:1em;
	font-family: 'FontAwesome';
}

/* Popular Tags */

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:11px 24px 11px;
	margin:0px 10px 15px 0px;
	color:#5a5a5a;
	text-align:center;
	font-size:14px;
	background:none;
	font-weight:500;
	border-radius:0px 0px 0px 0px;
	border:2px solid #ebebeb;
	text-transform:capitalize;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
	border-color:#03a3b5;
	background-color:#03a3b5;
	color:#ffffff;	
}



/*** 

====================================================================
		News Details
====================================================================

***/

.news-post-detail{
	position: relative;
}

.news-post-detail .inner-box{
	position: relative;
	display: block;
	padding: 40px 40px 45px;
	border: 2px solid #ededed;
}

.news-post-detail .inner-box .news-block.style-three .inner-box{
	padding:0px;
	border:0px;
}

.news-post-detail .inner-box .news-block.style-three .inner-box .lower-content{
	border:none;
	padding-bottom:25px;
}

.news-post-detail .image-box{
	position: relative;
	display: block;
	padding: 10px 0px 0;
	margin-bottom: 40px;
}

.news-post-detail .image-box img{
	display: block;
	width: 100%;
}

.news-post-detail .content-box{
	position: relative;
	display: block;
}

.news-post-detail .content-box .category{
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.news-post-detail .content-box .category a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	letter-spacing: 3px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 24px;
	padding: 3px 20px;
	color: #ffffff;
	border-radius: 0px;
	background: #03a3b5;
}

.news-post-detail h2{
	color: #001f29;
	font-weight: 700;
	margin-bottom: 0px;
	line-height:1.3em;
}

.news-post-detail h3{
	color: #001f29;
	font-weight: 700;
	line-height:1.3em;
	margin-bottom: 20px;
}

.news-post-detail .text{
	position: relative;
	padding-top: 15px;
}

.news-post-detail p{
	position: relative;
	margin-bottom: 20px;
	color: #5a5a5a;
    font-size: 15px;
}

.news-post-detail .post-meta{
	padding-top: 15px;
	font-size:15px;
	color: #5a8299;
	line-height:24px;	
}

.news-post-detail .post-meta li{
	position: relative;
	float: left;
	margin-right: 24px;
}

.news-post-detail .post-meta li:last-child{
	margin: 0;
}

.news-post-detail .post-meta li a{
	color: #5a8299;	
}

.news-post-detail .post-meta li a:hover{
	text-decoration: underline;
	color: #03a3b5;
}

.news-post-detail .post-meta li .icon{
	padding-right: 5px;
}

.news-post-detail .text-block{
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 35px;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

.news-post-detail .text-block ul{
	padding-left: 30px;
	margin-bottom: 20px;
}

.news-post-detail .text-block ul li{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 10px;
	padding-left: 32px;
}

.news-post-detail .text-block ul li:before{
	content: '\f14a';
	font-family: 'Flaticon';
	position: absolute;
	left: 0;
	top: 0;
	color: #03a3b5;
}

.news-post-detail .text-block.no-border{
	padding-bottom: 0;
	border: none;
}

.news-post-detail .quote-block{
	position: relative;
	padding: 60px 50px;
	background: #f3f5ff;
	text-align: center;
	margin-bottom: 30px;
}

.news-post-detail .quote-block .quote-icon{
	position: absolute;
	right: 25px;
	bottom: 40px;
	display: block;
	font-size: 180px;
	color: #e4e9ff;
	line-height: 1em;
}

.news-post-detail .quote-block .quote-icon span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	transform: rotate(-180deg);
}

.news-post-detail .quote-block blockquote{
	padding: 0;
	margin: 0;
}

.news-post-detail .quote-block .posted-by{
	position: relative;
	line-height: 24px;
	font-size: 14px;
	color: #7886a0;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform:uppercase;
}

.news-post-detail .quote-block .posted-by strong{
	color: #152136;
}

.news-post-detail .quote-block h4{
	line-height: 1.7em;
	font-size: 18px;
	color: #001f29;
	text-transform: capitalize;
	margin: 0;
}

.news-post-detail .two-col{
	position: relative;
	padding-top: 10px;
}

.news-post-detail .two-col .image{
	margin: 0;
}

.news-post-detail .two-col .image img{
	display: block;
	width: 100%;
}

.news-post-detail .two-col .image-col{
	margin-bottom: 10px;
}

.news-post-detail .two-col .text-col{
	margin-bottom: 10px;
}

.news-post-detail .lower-info{
	position: relative;
	padding: 20px 0px 0px;
}

.news-post-detail .lower-info h5{
	margin: 0 0 20px;
	text-transform: uppercase;
	color: #001f29;
}

.news-post-detail .lower-info .related-tags{
	position: relative;
	float: left;
}

.news-post-detail .lower-info .related-tags li{
	position:relative;
	float: left;
	margin:0px 7px 7px 0px;
}

.news-post-detail .lower-info .related-tags li a{
	position:relative;
	display:block;
	line-height:20px;
	padding:5px 20px;
	background:#f5f2ff;
	text-align:center;
	font-size:12px;
	letter-spacing: 0.5px;
	color: #03a3b5;
	font-weight: 700;
	text-transform:uppercase;
	border-radius:15px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.news-post-detail .lower-info .related-tags li a:hover{
	background-color:#03a3b5;
	border-color:#03a3b5;
	color:#ffffff;
}

.news-post-detail .lower-info .share-post{
	position: relative;
	float: right;
	text-align: right;
}

.news-post-detail .lower-info .share-post li{
	position: relative;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}

.news-post-detail .lower-info .share-post li a{
	position: relative;
	display: block;
	line-height: 30px;
	color: #b5becc;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.news-post-detail .lower-info .share-post li a:hover{
	color: #03a3b5;
}

.news-post-detail .related-news{
	position: relative;
	margin-top: 35px;
}

.news-post-detail .group-title{
	position: relative;
	margin-bottom: 30px;
}

.news-post-detail .group-title h4{
	font-size: 24px;
	color: #001f29;
	text-transform: uppercase;
	margin: 0;
}

.news-post-detail .related-news .related-inner{
	position: relative;
	padding: 50px 0px 20px;
	border-top: 1px solid rgba(0,0,0,0.10);
}





.post-controls{
	position: relative;
}

.post-controls.alternate{
	margin-top: 40px;
	padding: 0;
}

.post-controls .inner{
	position: relative;
	padding-top: 30px;
	padding-bottom: 100px;
	border-top: 1px solid rgba(0,0,0,0.10);
}

.post-controls.alternate .inner{
	padding-top: 40px;
	padding-bottom: 0;
}

.post-controls .control{
	position: relative;
	display: block;
	padding-left: 130px;
	min-height: 100px;
	padding-top: 10px;
}

.post-controls.alternate .control{
	padding: 0;
	min-height: 0;
}

.post-controls .control .post-thumb{
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 80px;
}

.post-controls .control .post-thumb img{
	position: relative;
	display: block;
	width: 100px;
	height: 80px;
}

.post-controls .control h4{
	text-transform: capitalize;
	color: #000e22;
	margin-top: 5px;
}

.post-controls .control .subtitle{
	text-transform: capitalize;
	color: #444444;
	font-weight: 600;
	font-size: 16px;
}

.post-controls .control .overlink{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.post-controls .prev-post{
	float: left;
	text-align:left;
}

.post-controls .next-post{
	float: right;
	padding-left: 0;
	padding-right: 130px;
	text-align: right;
}

.post-controls .next-post .post-thumb{
	right: 0;
	left: auto;
}

.post-controls .see-all{
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: 40px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 42px;
	text-align: center;
}



/* Author Box */

.blog-author-box{
	position:relative;
	padding: 30px 30px;
	margin-top:0px;
	margin-bottom: 55px;
	background-color:#03a3b5;
	border-radius:5px;
}

.blog-author-box .author-inner{
	position:relative;
	padding-top:18px;
	padding-left: 170px;
}

.blog-author-box .thumb{
	position:absolute;
	left:0px;
	top:0px;
	height: 130px;
	width: 130px;
	overflow: hidden;
}

.blog-author-box .thumb img{
	display: block;
	width: 100%;
	height: auto;
}

.blog-author-box .name{
	position: relative;
	display: block;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 5px;
	display:inline-block;
	margin-right:25px;
}

.blog-author-box .text{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 18px;
	line-height:2em;
	margin-top:6px;
}

.blog-author-box .social-icon{
	position: relative;
	float:right;
}

.blog-author-box .social-icon li{
	position: relative;
	display: inline-block;
	margin-right: 6px;
}

.blog-author-box .social-icon li:last-child{
	margin-right: 0;
}

.blog-author-box .social-icon li a{
	position:relative;
	width:36px;
	height:36px;
	display: block;
	font-size:14px;
	font-weight:400;
	line-height: 34px;
	color:#ffffff;
	border-radius:50px;
	text-align:center;
	display:inline-block;
	border:1px solid #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.blog-author-box .social-icon li a:hover{
	color: #03a3b5;
	border-color:#ffffff;
	background-color:#ffffff;
}


/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-top:60px;
	margin-bottom:50px;
}

.sidebar-page-container .group-title{
	position:relative;
}

.sidebar-page-container .group-title h3{
	position:relative;
	color:#222222;
	font-weight:700;
	margin-bottom:30px;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:0px 0px 0px;
	margin-bottom:60px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:last-child{
	margin-bottom:0px;
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	font-size:14px;
	min-height:120px;
	padding:5px 0px 0px 160px;
}

.sidebar-page-container .comments-area .reply-comment{
	margin-left:90px;	
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:120px;
	border-radius:50%;
	margin-bottom:20px;
	overflow:hidden;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
}

.sidebar-page-container .comments-area .comment-info{
	margin-bottom:15px;
}

.sidebar-page-container .comments-area .comment-box strong{
	font-size:20px;
	font-weight:600;
	color:#222222;
	display:block;
	line-height:1.3em;
	display:inline-block;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box .text{
	color:#5a5a5a;
	font-size:16px;
	line-height:1.9em;
	margin-bottom:0px;
	padding-top:0px;
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	font-size:16px;
	color:#5a5a5a;
	margin-left:15px;
	display:inline-block;
}

.sidebar-page-container .comments-area .comment-box .theme-btn{
	position:absolute;
	right:0px;
	top:18px;
	font-size:16px;
	color:#03a3b5;
	font-weight:600;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover{
	color:#03a3b5;
}

/*** 

====================================================================
	Comment Form
====================================================================

***/

.comment-form .group-title h4{
	position:relative;
	margin-bottom:50px;	
}

.comment-form .form-group{
	margin-bottom:20px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 36px;
	color:#888888;
	border:1px solid #dddddd;
	height:60px;
	font-size:14px;
	border-radius:0px;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#03a3b5;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:25px 36px 25px;
	color:#888888;
	border:1px solid #dddddd;
	height:185px;
	background:#ffffff;
	resize:none;
	font-size:14px;
	border-radius:0px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .theme-btn{
	cursor:pointer;
}

/*** 

====================================================================
	Error Section
====================================================================

***/

.error-section{
	position:relative;
	padding-bottom:20px;
}

.error-section .image{
	position:relative;
	margin-bottom:60px;
}

.error-section .text{
	position:relative;
	color:#777777;
	font-size:24px;
	line-height:1.7em;
	text-align:center;
	margin-bottom:30px;
}

.error-section .btns-box .theme-btn{
	position:relative;
	margin:0px 10px;
}


/*** 

====================================================================
	Contact Page Section
====================================================================

***/

.contact-page-section{
	position:relative;
	padding:95px 0px 0px;
}

.map-section{
	padding-bottom:0px;
}

.map-section iframe{
	height:550px;
	width:100%;
}

.contact-page-section .form-column{
	position:relative;
}

.contact-page-section .form-column .inner-column{
	position:relative;
}



.contact-page-section .info-column{
	position:relative;
}

.contact-page-section .info-column .inner-column{
	position:relative;
	margin-left:80px;
	padding:35px 35px;
	border-radius:5px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
	background-color:#F4F4F4;
}

.contact-page-section .info-column ul{
	position:relative;
}

.contact-page-section .info-column ul li{
	position:relative;
	color:#777777;
	font-size:16px;
	padding-left:115px;
	margin-bottom:65px;
	min-height:84px;
	padding-top:15px;
}

.contact-page-section .info-column ul li:last-child{
	margin-right:0px;
}

.contact-page-section .info-column ul li .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:84px;
	height:84px;
	font-weight:300;
	font-size:36px;
	line-height:80px;
	color:#03a4b6;
	text-align:center;
	border-radius:50px;
	border:2px solid #03a4b6;
}

.contact-page-section .info-column ul li strong{
	position:relative;
	font-weight:700;
	font-size:18px;
	display:block;
	color:#222222;
	margin-bottom:6px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}

.default-form .form-group{
	position:relative;
	margin-bottom:30px;
}

.default-form .form-group:last-child{
	margin-bottom:0px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 30px;
	color:#777777;
	height:60px;
	font-size:15px;
	background:none;
	font-weight:400;
	border-radius:6px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.default-form .form-group input::-webkit-input-placeholder,
.default-form .form-group textarea::-webkit-input-placeholder{
	color:#777777;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group textarea:focus{
	
}

.default-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 25px;
	color:#777777;
	height:180px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
	resize:none;
	font-size:15px;
	font-weight:400;
	border-radius:6px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.default-form .form-group .theme-btn{
	cursor:pointer;
}

.default-form.contact-form .form-group{
	margin-bottom:20px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#ff0000;
	font-weight:500;	
}


/* Item Sorting */

.shop-section .items-sorting{
	position:relative;
	margin-bottom:20px;	
}

.shop-section .items-sorting .results-column,
.shop-section .items-sorting .select-column{
	margin-bottom:20px;	
}

.shop-section .items-sorting .results-column h6{
	font-size:18px;
	font-weight:400;
	color:#666666;
	line-height:24px;
	padding:13px 0px;
}

.shop-section .items-sorting .form-group{
	margin-bottom:0px;	
}

.shop-section .items-sorting select{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:9px 20px 9px;
	height:50px;
	font-size:14px;
	border:1px solid #eeeeee;
	cursor:pointer;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	background:url(../images/icons/icon-select.png) right center no-repeat;
	color:#666666;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.shop-section .items-sorting select option{
	text-indent:15px;	
}

/*Shop Item*/

/****** Shop Style *********/

.single-product-item {
    position: relative;
    display: block;
    transition: all 500ms ease;
    margin-bottom: 50px;
}
.single-product-item .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
	border-radius:0px;
	border:4px solid #03a4b6;
}
.single-product-item .img-holder::before {
    background: rgba(255, 255, 255, 0.20);    
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    content: "";
    opacity: 0;
    position: absolute;
    z-index: 1;
    transition: all 0.4s ease-in-out 0s;
}
.single-product-item:hover .img-holder::before{
    opacity: 1;
}
.single-product-item .img-holder img{
    transform: scale(1);
    transition: all 0.7s ease 0s;
    width: 100%;   
}
.single-product-item:hover .img-holder img{
    transform: scale(1.1);   
}

.single-product-item .title-holder {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 22px 0 18px;
    -webkit-box-shadow: 0 2px 27px rgba(54,54,54,.13);
    box-shadow: 0 2px 27px rgba(54,54,54,.13);
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -30px;
    z-index: 9;
}
.single-product-item .title-holder .static-content{
    position: relative;
    display: block;    
}
.single-product-item .title-holder .title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    padding: 0 0 3px;
}
.single-product-item .title-holder .title a{
    color: #1b1b1b;
    transition: all 500ms ease;
}
.single-product-item .title-holder .static-content span {
    display: inline-block;
    padding-right: 0px;
    color: #666666;
}
.single-product-item .title-holder .static-content del {
    position: relative;
    display: inline-block;
    color: #c2c2c2;
    font-size: 16px;
    font-weight: 700;
}

.single-product-item .title-holder .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    text-align: center;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 700ms ease 300ms;
}
.single-product-item:hover .title-holder .overlay-content {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transition: all 700ms ease 100ms;
}
.single-product-item .title-holder .overlay-content ul {
    position: relative;
    display: block;
    padding: 23px 0 23px;
    width: 153px;
    margin: 0 auto;
    transform: scale(0);
    transition: all 700ms ease 100ms;
}
.single-product-item:hover .title-holder .overlay-content ul{
    transform: scale(1);
    transition: all 700ms ease 600ms;    
}
.single-product-item .title-holder .overlay-content ul li{
    position: relative;
    display: inline-block;
    float: left;
    width: 51px;
    text-align: center;
    border-right: 1px solid #ededed;
}
.single-product-item .title-holder .overlay-content ul li:last-child{
    border: none;
}
.single-product-item .title-holder .overlay-content ul li a{
    position: relative;
    display: block;
}
.single-product-item .title-holder .overlay-content ul li a span{
    position: relative;
    display: block;
}
.single-product-item .title-holder .overlay-content ul li a span:before {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    color: #666666;
    font-size: 18px;
    line-height: 45px;
    margin: 0;
    transition: all 500ms ease;
}
.single-product-item .title-holder .overlay-content ul li a:hover span:before{
    color: #ffffff;
    background: #666666;
}

.single-product-item .title-holder .overlay-content ul li a .toltip-content {
    position: absolute;
    left: -50%;
    right: 0;
    top: -25px;
    margin-left: -15px;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    text-align: center;
    background-color: #0a0a0a;
    transition: all 300ms ease 100ms;
    z-index: 999;
    min-width: 130px;
}
.single-product-item .title-holder .overlay-content ul li a .toltip-content:before {
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    bottom: -8px;
    right: 0;
    content: "\f0d7";
    color: #0a0a0a;
    font-size: 25px;
    text-align: center;
    line-height: 10px;
}
.single-product-item .title-holder .overlay-content ul li a .toltip-content p{
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}
.single-product-item .title-holder .overlay-content ul li a:hover .toltip-content{
    top: -40px; 
    visibility: visible;
    opacity: 1;
}

.shop-single-section{
	position:relative;
	padding-top: 100px;
}

/*Product Details*/

.product-details .basic-details{
	position:relative;
	margin-bottom:20px;
}

.product-details .image-column .image-carousel{
	background-color:#eeeeee;
	border-radius:4px;
}

.product-details .image-column,
.product-details .info-column{
	margin-bottom:50px;
}

.product-details .info-column .add-to-cart{
	padding:13px 43px;
	font-size:14px;
	cursor:pointer;
	margin-bottom:10px;
	margin-right:10px;
}

.product-details .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.product-details .image-column .thumbs-carousel{
	margin-top:20px;
}

.product-details .image-column .thumbs-carousel li{
	background-color:#f2f2f2;
	text-align:center;
	padding:0px 0px;
	cursor:pointer;
}

.product-details .image-column .thumbs-carousel li img{
	width:100%;
	display:inline-block;
}

.product-details .image-column .owl-dots,
.product-details .image-column .owl-nav{
	display:none;	
}

.product-details .basic-details .details-header{
	position:relative;
	margin-bottom:0px;	
}

.product-details .basic-details .details-header h2{
	font-weight:700;
	margin:0px 0px;
	line-height:1.4em;
	color:#222222;
	margin-bottom:8px;
}

.product-details .basic-details .details-header h2 a{
	color:#333333;	
}

.product-details .basic-details .details-header .rating{
	font-size:16px;
	margin-bottom:25px;
	display:inline-block;
}

.product-details .basic-details .details-header .rating span{
	color:#0060ff;
}

.product-details .basic-details .details-header .rating .fa{
	display:inline-block;
	margin-right:1px;	
}

.product-details .basic-details .details-header .rating .fa.light{
	color:#dadada;
}

.product-details .basic-details .details-header .item-price{
	position:relative;
	font-size:24px;
	font-weight:400;
	color:#222222;
	line-height:24px;
	letter-spacing:1px;
	margin-bottom:20px;
}

.product-details .basic-details .text{
	position:relative;
	color:#666666;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:30px;
}

.product-details .basic-details .availablity{
	position:relative;
	float:left;
	padding-right:40px;
	line-height:32px;
	margin-bottom:27px;
	font-size:13px;
	font-weight:500;
	letter-spacing:1px;
	color:#777777;
}

.product-details .basic-details .availablity strong{
	font-size:14px;
	letter-spacing:2px;
	color:#11da61;
	font-weight:600;
	text-transform:uppercase;
}

.product-details .basic-details .item-quantity{
	position:relative;
	float:left;
	width:120px;
	margin-bottom:15px;
	margin-right:20px;
	border:1px solid #eae8e8;
}

.product-details .basic-details .btns-box{
	position:relative;
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner{
	line-height:24px;
	padding:10px 15px !important;
	height:54px !important;
	box-shadow:none !important;	
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn{
	padding:13px 10px;
	background:#f4f5f6;	
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i{
	top:1px;	
}

.shop-list{
	position:relative;
	margin-top:20px;
}

.shop-list li{
	position:relative;
	color:#666666;
	font-size:14px;
	margin-bottom:10px;
}

.shop-list li strong{
	color:#222222;
	font-size:16px;
	margin-right:5px;
	text-transform:uppercase;
}

.shop-list li a{
	position:relative;
	color:#03a4b6;
	font-size:14px;
	font-weight:700;
	margin-top:0px;
	display:inline-block;
	text-transform:uppercase;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.shop-page .prod-tabs{
	position:relative;	
}

.shop-page .prod-tabs .tab-btns{
	position:relative;
	text-align:center;
	margin-bottom:40px;
}

.shop-page .prod-tabs .tab-btns .tab-btn{
	position:relative;
	display:block;
	margin-right:8px;
	font-size:16px;
	background:none;
	color:#222222;
	border:1px solid #222222;
	text-transform:capitalize;
	font-weight:400;
	line-height:24px;
	cursor:pointer;
	margin-bottom:12px;
	display:inline-block;
	padding:12px 40px 10px;
	transition:all 500ms ease;
}

.shop-page .prod-tabs .tab-btns .tab-btn:hover,
.shop-page .prod-tabs .tab-btns .tab-btn.active-btn{
	color:#ffffff;
	background:#222222;
	border-color:#222222;
}

.shop-page .prod-tabs .tabs-content{
	position:relative;	
}

.shop-page .prod-tabs .tabs-content .tab{
	position:relative;
	display:none;
}

.shop-page .prod-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.shop-page .prod-tabs .tabs-content .tab p{
	font-size:14px;
	line-height:2em;
	color:#666666;
	margin-bottom:20px;
}

.shop-page .prod-tabs .tabs-content .tab p:last-child{
	margin-bottom:0px;
}

.shop-page .prod-tabs .tabs-content .tab h3,
.shop-page .prod-tabs .tabs-content .tab h4,
.shop-page .prod-tabs .tabs-content .tab h5,
.shop-page .prod-tabs .tabs-content .tab h6{
	margin-bottom:15px;	
}

.shop-page .prod-tabs .tabs-content .tab h4{
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	color:#222222;
}

.shop-page .prod-tabs .reviews-container{
	position:relative;
	padding-bottom:1px;	
}

.shop-page .prod-tabs .reviews-container .review-box{
	position:relative;
	margin-bottom:30px;
	padding-left:120px;
	min-height:130px;
	padding-bottom:30px;
	border-bottom:1px solid #f0f0f0;
}

.shop-page .prod-tabs .reviews-container .review-box:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border:none;
}

.bootstrap-touchspin .input-group-btn-vertical{
	width:auto;
	right: 0px;
	position: absolute;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
    content: "\f106";
	font-size: 18px;
	font-style:normal;
	font-family: 'FontAwesome';
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
    content: "\f107";
	font-size: 18px;
	font-style:normal;
	font-family: 'FontAwesome';
}

.shop-page .prod-tabs .reviews-container .rev-thumb{
	position:absolute;
	left:0px;
	top:5px;
	width:100px;
	height:100px;
	background:#ffffff;
	border-radius:3px;
	margin-bottom:20px;
}

.shop-page .prod-tabs .reviews-container .rev-thumb img{
	display:block;
	width:100%;
	border-radius:3px;
}

.shop-page .prod-tabs .reviews-container .rev-content{
	position:relative;
}

.shop-page .prod-tabs .reviews-container .rev-header{
	position:relative;
}

.shop-page .prod-tabs .reviews-container .rev-header h4{
	float:left;
	line-height:30px;
	color:#222222;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:10px;	
}

.shop-page .prod-tabs .reviews-container .rev-header .rating{
	position:relative;
	float:left;
	margin-left:40px;
	color:#0060ff;
	line-height:30px;
	font-size:14px;
	margin-bottom:10px;
}

.shop-page .prod-tabs .reviews-container .rev-header .rating .fa{
	margin-right:3px;
}

.shop-page .prod-tabs .reviews-container .rev-header .time{
	position:relative;
	float:right;
	color:#000000;
	line-height:30px;
	font-size:14px;
}

.shop-page .prod-tabs .reviews-container .rev-option{
	font-size:14px;
	color:#9e9e9e;
}

.shop-page .prod-tabs .reviews-container .rev-option a{
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;	
}

.shop-page .prod-tabs .reviews-container .rev-text{
	font-size:14px;
	color:#9e9e9e;
	line-height:1.8em;
	margin-bottom:15px;
}

/*Add Review*/

.shop-page .prod-tabs .add-review{
	position:relative;
	margin:30px 0px 20px;
	font-size:14px;
}

.shop-page .prod-tabs .add-review h2{
	color:#000000;
}

.shop-page .prod-tabs .add-review .rating{
	position:relative;
	padding-top:8px;	
}

.shop-page .prod-tabs .add-review .rating .rate-box{
	position:relative;
	display:inline-block;
	margin-right:10px;
	font-size:14px;
	color:#555555;	
}

.shop-page .prod-tabs .add-review .rating .rate-box:hover,
.shop-page .prod-tabs .add-review .rating .rate-box:focus,
.shop-page .prod-tabs .add-review .rating .rate-box:active{
	color:#03a4b6;
}

.shop-page .prod-tabs .add-review label{
	position:relative;
	display:block;
	font-size:14px;
	margin-bottom:5px;
	font-weight:400;
	color:#303030;	
}

.shop-page .prod-tabs .add-review h3{
	margin-bottom:20px;	
}

.shop-page .prod-tabs .add-review .form-group{
	position:relative;
	margin-bottom:20px;	
}

.shop-page .prod-tabs .add-review .form-group input[type="text"],
.shop-page .prod-tabs .add-review .form-group input[type="password"],
.shop-page .prod-tabs .add-review .form-group input[type="tel"],
.shop-page .prod-tabs .add-review .form-group input[type="email"],
.shop-page .prod-tabs .add-review .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:9px 15px;
	color:#222222;
	border:1px solid #e0e0e0;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.shop-page .prod-tabs .add-review .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:8px 15px;
	color:#222222;
	border:1px solid #e0e0e0;
	height:150px;
	resize:none;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.shop-page .prod-tabs .add-review button{
	padding:8px 35px;
}

/*** 

====================================================================
	Cart Section style
====================================================================

***/

.cart-section{
	position:relative;
	z-index: 9;
	padding:100px 0px 100px;
	border-bottom:1px solid #dddddd;
}

.cart-section .cart-outer{
	position:relative;	
}

.cart-section .table-outer{
	position:relative;
	width:100%;
	overflow-x:	auto;
}

.cart-section .cart-table{
	width:100%;
	min-width:900px;
	border:1px solid #eeeeee;
}

.cart-section .cart-table tbody tr{
	border-bottom:1px solid #eeeeee;
}

.cart-table .cart-header{
	position:relative;
	width:100%;
	text-transform:uppercase;
	font-size:16px;
	border-radius:0px;
	background:#03a5b7;
	color:#1f1f1f;
}

.cart-table thead tr th{
	line-height:24px;
	padding:20px 15px;
	min-width:120px;
	font-weight:700;
	color:#ffffff;
	font-size:16px;
	text-transform:capitalize;
}

.cart-table thead tr th.prod-column{
	text-align:left;
	padding-left:40px;	
}

.cart-table tbody tr td{
	line-height:24px;
	padding:40px 40px 40px;
	min-width:100px;
}

.cart-table tbody tr .qty{
	width:90px;
	padding-right:40px;
	padding-left:10px;
}

.cart-table tbody tr .qty .quantity-spinner{
	background:#f5f5f5;	
}

.cart-table tbody tr .prod-column .column-box{
	position:relative;
	min-height:100px;
	padding-left:130px;
	padding-top:40px;
	text-align:left;
}


.column.default-column .cart-table tbody tr .qty{
	width:110px;
	padding-right:20px;	
}

.cart-table tbody tr .prod-column .column-box .prod-thumb{
	position:absolute;
	width:100px;
	left:0px;
	top:0px;	
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img{
	 display:block;
	 max-width:100%;
}

.cart-table tbody tr .prod-column .column-box h6{
	color:#222222;
	font-weight:500;
	margin-bottom:5px;	
}

.cart-table tbody tr .sub-total{
	font-weight:400;
	color:#222222;	
	font-size:18px;
	padding-left:20px;
}

.cart-table tbody tr .remove-btn{
	position:relative;
	font-size:18px;
	color:#03a5b7;
	display:inline-block;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa{
	position:relative;
	top:2px;
	font-size:10px;
	line-height:14px;
	width:14px;
	height:14px;
	margin-right:8px;
	background:#f0f0f0;
	color:#ffffff;
	text-align:center;
	overflow:hidden;
	text-indent:100px;
}

.cart-table tbody tr .remove{
	
}

.cart-table tbody tr .remove-btn:hover{
	
}

.cart-table tbody tr .remove-btn:hover .fa{
	text-indent:0px;
	background:#fa9928;
}

.cart-table tbody tr td{
	vertical-align:middle;	
}

.cart-table tbody tr td.price{
	font-size:18px;
	font-weight:400;
	color:#222222;
	padding-left:10px;
}

.cart-table tbody tr td .quantity-spinner{
	padding:5px 0px 5px 20px;
	line-height:24px;
	height:34px;
	display:block;
	width:100%;
	position:relative;
}

.cart-table tbody .available-info{
	position:relative;
	padding-left:50px;
    color: #727272;
    font-size: 16px;
}

.cart-table tbody .available-info .icon{
	position:absolute;
	left:0px;
	top:5px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:18px;
	color:#ffffff;
	background:#3e4494;
	border-radius:50%;
}

.cart-section .coupon-outer{
	position:relative;
	margin:40px 0px 50px;
}

.cart-section .coupon-outer .cart-btn{
	font-size:14px;
	padding:14px 43px;
	font-weight:400;
	cursor:pointer;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.cart-section .apply-coupon{
	position:relative;
}

.cart-section .apply-coupon .form-group{
	position:relative;
	float:left;
	margin-right:20px;	
}

.cart-section .apply-coupon .form-group .coupon-btn{
	padding:11px 28px;
	line-height:30px;
	cursor:pointer;
}


.cart-section .apply-coupon .form-group input[type="text"]{
	display:block;
	line-height:26px;
	padding:12px 0px;
	border-bottom:2px solid #03a5b7;
	height:54px;
	width:230px;
	background:none;
	font-size:14px;
}

.cart-section .estimate-form{
	position:relative;
}

.cart-section .sec-title{
	margin-bottom:25px;
}

.cart-section .sec-title h2{
	font-size:26px;
	color:#222222;
}

.cart-section .estimate-form .row{
	margin-left:-7px;
	margin-right:-7px;	
}

.cart-section .estimate-form .row .form-group{
	padding:0px 7px !important;
	margin-bottom:30px;
}

.cart-section .cart-note{
	position:relative;
	margin-bottom:50px;
	padding:16px 20px;
	text-align:center;
	border:1px dashed #b2dd4c;
	background:#f4f4f4;
	line-height:1.7em;
}

.product-details .basic-details .item-quantity input[type="text"],
.cart-table tbody tr .qty input[type="text"]{
	position:relative;
	line-height:46px;
	height:46px;
	background:#f4f4f4;	
}

.bootstrap-touchspin .input-group-btn-vertical > .btn{
	height:24px;
	background:#e9e9e9;	
}

.bootstrap-touchspin .input-group-btn-vertical i{
	left:6px;
	top:6px;	
}

.cart-total-box{
	position:relative;
	max-width:490px;
	margin-bottom:40px;
	padding:40px 40px 30px;
	background-color:#f4f4f4;
}

.cart-total-box h4{
	position:relative;
	color:#222222;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:25px;
}

.totals-table{
	position:relative;
}

.totals-table li{
	position:relative;
	color:#222222;
	font-weight:500;
	font-size:18px;
	margin-bottom:8px;
}

.totals-table li .col{
	float:right;width:auto;
}

.totals-table li .col-title{
	font-weight:600;
	float:left;
}

.totals-table li.total{
	margin-top:25px;
	padding-top:30px;
	border-top:1px solid #cccccc;
}

.checkout-btn{
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	padding:17px 43px 14px;
	cursor: pointer;
	background-color:#03a5b7;
}

/*Check Out Page*/

.checkout-page{
	position:relative;
	z-index: 9;
	padding:100px 0px 80px;
	border-bottom:1px solid #dddddd;
}

.checkout-page .default-links{
	position:relative;
	margin-bottom:40px;	
}

.checkout-page .default-links li{
	margin-bottom:15px;
	line-height:24px;
	padding:18px 28px;
	background:#f9f9f9;
	color:#797979;
	font-size:17px;
	font-weight:600;
	border:1px solid #ebebeb;
}

.checkout-page .default-links li a{
	color:#03a4b7;
	text-decoration:underline;
}

.shop-form .billing-inner{
	position:relative;
	padding-right:100px;
}

.shop-form .sec-title h2{
	font-size:24px;
}

.shop-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.billing-details .shop-form .sec-title{
	margin-bottom:20px;	
}

.billing-details .shop-form .form-group.sec-title{
	margin-bottom:10px;
	padding-bottom:30px;
	margin-top:20px;
}

.shop-form .form-group .field-label{
	display:block;
	line-height:24px;
	margin-bottom:8px;
	color:#797979;	
	font-size:15px;
	font-weight:500;
	text-transform:capitalize;
}

.shop-form .form-group .field-label sup{
	position:relative;
	top:0px;
	color:#797979;	
	font-size:16px;
}

.shop-form input[type="text"],
.shop-form input[type="email"],
.shop-form input[type="password"],
.shop-form input[type="tel"],
.shop-form input[type="number"],
.shop-form input[type="url"],
.shop-form select,
.shop-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#ffffff;
	line-height:16px;
	padding:10px 15px;
	height:50px;
	border:1px solid #eeeeee;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.shop-form input.address-two{
	margin-top:12px;
}

.shop-form input::-webkit-input-placeholder,
.shop-form select::-webkit-input-placeholder,
.shop-form textarea-webkit-input-placeholder{
	color:#c6c6c6;
}

.shop-form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
	cursor:pointer;
}

.shop-form select option{
	text-indent:15px;	
}

.shop-form textarea{
	resize:none;
	height:100px !important;
	overflow:hidden;	
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus{
	border-color:#03a4b7;	
}

/* Shop Order Box */

.shop-order-box{
	position:relative;
	padding:20px 28px 50px;
	border:1px solid #d9d9d9;
	background-color:#fdfdfd;
}

.shop-order-box .order-list{
	position:relative;
}

.shop-order-box .order-list li{
	position:relative;
	color:#797979;
	font-size:15px;
	font-weight:500;
	margin-bottom:12px;
	text-transform:uppercase;
}

.shop-order-box .order-list li span{
	float:right;
	width:35%;
	text-align:left;
	font-size:17px;
	text-transform:capitalize;
}

.shop-order-box .order-list li span.dark{
	color:#242424;
}

.shop-order-box .order-list li.total{
	padding:8px 0px;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
}

.payment-options{
	position:relative;
	margin-top:20px;
	margin-bottom:20px;	
}

.checkout-page .payment-options li{
	position:relative;
	margin-bottom:15px;	
}

.checkout-page .payment-options li .radio-option{
	position:relative;		
}

.checkout-page .payment-options li .radio-option label{
	position:relative;
	display:block;
	padding-left:30px;
	font-weight:600 !important;
	text-transform:capitalize;
	letter-spacing:1px;
	color:#797979;
	cursor:pointer;
	font-size:15px;
}

.checkout-page .payment-options li .radio-option label strong{
	font-weight:500;
	display: inline-block;
	color:#797979;
	font-size:15px;
}

.checkout-page .payment-options li .radio-option input[type="radio"]{
	position:absolute;
	left:0px;
	top:3px;	
}

.checkout-page .payment-options li .radio-option #payment-3{
	top:9px;
}

.checkout-page .payment-options li .what-paypall{
	font-size:13px;
	font-weight:500;
	margin-left:15px;
	color:#4349d9;
}

.checkout-page .payment-options li .radio-option label .small-text{
	position:relative;
	display:none;
	padding:18px 26px;
	letter-spacing:0px;
	text-transform:none;
	font-weight:normal;
	font-size:15px;
	color:#8e8d8d;
	border-radius:4px;
	line-height:20px;
	line-height:1.8em;
	margin-top:20px;
	margin-left:-30px;
	background-color:#ececec;
}

.checkout-page .payment-options li .radio-option label .small-text:before{
	position:absolute;
	content:'';
	left:24px;
	top:-10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #ececec;
}

.checkout-page .payment-options li .radio-option input[type="radio"]:checked + label .small-text{
	display: block;
}

.checkout-page .payment-options li .radio-option label img{
	position:relative;
	top:-3px;
	display:inline-block;
	max-width:100%;
	padding-left:30px;	
}

.checkout-page .payment-options li .radio-option label img{
	position:relative;
	display:inline-block;
	max-width:100%;
	padding-left:30px;	
}

/*** 

====================================================================
	Login / Register Section
====================================================================

***/

.register-section{
	position:relative;
	z-index: 9;
	border-bottom:1px solid #dddddd;
	padding:60px 0px 40px;
}

.register-section .form-column{
	margin-bottom:40px;	
}

.register-section .form-column .sec-title{
	position:relative;
	margin-bottom:30px;	
}

.register-section .form-column .sec-title h2{

}

.styled-form{
	position:relative;	
}

.styled-form .submit-text{
	font-size:15px;
	color:#9e9e9e;
	font-weight:400;
	margin-top:10px;
}

.styled-form .form-group{
	position:relative;
	margin-bottom:30px;
	font-size:14px;
	color:#848484;
}

.checkout-section .styled-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.styled-form .form-group .check-box{
	line-height:24px;
	font-size:15px;
	font-weight:normal;
	padding-top:5px;
	color:#272727;
}

.styled-form .form-group .check-box label{
	position:relative;
	top:-1px;
	font-weight:normal;
	padding:0px;
	font-size:15px;
	cursor:pointer;
}

.styled-form .pull-left label,
.styled-form .pull-right label{
	cursor:pointer;
}

.styled-form .form-group .adon-icon{
	position:absolute;
	top:50%;
	margin-top:-10px;
	right:10px;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:15px;
	color:#999999;
	z-index:2;
}

.styled-form .form-group .field-label{
	display:block;
	color:#272727;
	text-transform:capitalize;
	font-size:16px;
	margin-bottom:7px;
	font-weight:400;
}

.styled-form input[type="text"],
.styled-form input[type="email"],
.styled-form input[type="password"],
.styled-form input[type="tel"],
.styled-form input[type="number"],
.styled-form input[type="url"],
.styled-form select,
.styled-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#ffffff;
	line-height:30px;
	padding:8px 20px;
	height:50px;
	border:1px solid #f4f4f4;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.checkout-section .styled-form input[type="text"],
.checkout-section .styled-form input[type="email"],
.checkout-section .styled-form input[type="password"],
.checkout-section .styled-form select{
	line-height:26px;
	height:44px;	
}

.styled-form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
	cursor:pointer;
}

.styled-form select option{
	text-indent:20px;	
}

.styled-form textarea{
	resize:none;
	height:110px;	
}

.styled-form input:focus,
.styled-form select:focus,
.styled-form textarea:focus{
	border-color:#03a5b7;
}

.styled-form .form-group .theme-btn{
	min-width:150px;
	text-align:center;
	padding:11px 34px;	
	border-radius:0px;
	cursor: pointer;
}

.styled-form .remember-me{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:500;
}

.social-links-two a{
	position:relative;
	display:inline-block;
	font-size:14px;
	width:42px;
	height:42px;
	line-height:42px;
	text-align:center;
	color:#ffffff;
	background:#fc721e;
	margin:0px 0px 0px 5px;
	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;
}

.social-links-two a:hover{
	opacity:0.80;
}

.social-links-two .facebook{
	background:#3b5998;	
}

.social-links-two .twitter{
	background:#33ccfe;	
}

.social-links-two .google-plus{
	background:#dd4b39;	
}

.box-version.option-box{
	display:none;
}

.color-palate .option-box{
	padding-top:0px;
	padding-bottom:10px;
}

.color-palate .option-box > li{
	position: relative;
	color:#ffffff;
	width: 40%;
	margin:0px 3px;
	cursor: pointer;
	margin-bottom: 9px;
	padding:8px 12px;
	border-radius:50px;
	display: inline-block;
	background-color: #03a3b4;
	text-transform:capitalize;
}

/* Dark Mode Buttons */

.dark-mode{
	position:relative;
	padding:15px 30px;
	border-bottom:1px solid #f1f3ff;
}

.dark-mode .mode{
	position:relative;
	font-size:14px;
	font-weight:500;
	padding-top:5px;
	padding-left:40px;
	font-family: 'Montserrat', sans-serif;
}

.dark-mode .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#03a3b4;
}

/* Dark Buttons */

.dark-mode .dark-buttons{
	position:relative;
	margin-top:9px;
}

.dark-mode .dark-buttons li{
	position:relative;
	color:#71718a;
	font-size:14px;
	font-weight:400;
	float:left;
	cursor:pointer;
	margin:0px 0px;
	line-height:16px;
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.dark-mode .dark-buttons li.off:before{
	position:absolute;
	content:'';
	left:28px;
	top:0px;
	width:15px;
	height:15px;
	z-index:10;
	border-radius:50px 0px 0px 50px;
}

.dark-mode .dark-buttons li.on:before{
	position:absolute;
	content:'';
	right:28px;
	top:0px;
	width:15px;
	height:15px;
	z-index:10;
	border-radius:0px 50px 50px 0px;
}

.dark-mode .dark-buttons .boll{
	position:relative;
	width: 30px;
    height: 15px;
	padding:0px 0px 0px;
	border-radius:50px;
	float:left;
	margin:0px 10px;
	text-align:left;
	background-color:#f5f6fa;
}

.dark-mode .dark-buttons .boll .round{
	position:relative;
	top:-2px;
	width:7px;
	height:7px;
	left:3px;
	border-radius:50px;
	display:inline-block;
	background-color:#71718a;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.dark-mode .dark-buttons .boll .round.boll-right{
	transform:translateX(16px);
}

.dark-mode .dark-buttons .tab-btn:hover,
.dark-mode .dark-buttons .tab-btn.active-btn{
	color:#222222;
}

/* Dark Layout Code */

.dark-body,
.dark-body .gallery-section .inner-container:before{
	background-color:#2d3049;
}

.dark-body .main-slider{
	background-image:url(../images/background/dark-bg-1.png) !important;
}

.dark-body .popular-posts .post-info:before,
.dark-body .popular-posts .post-info,
.dark-body .popular-posts .post .text a,
.dark-body .services-block .inner-box h3 a,
.dark-body .sec-title .text,
.dark-body .services-block .inner-box .text,
.dark-body .main-footer .logo-widget .copyright,
.dark-body .main-footer .footer-widget h5,
.dark-body .professional-section .content-column .text,
.dark-body .professional-section .content-column h2,
.dark-body .featured-block .inner-box h3 a,
.dark-body .featured-block .inner-box .text,
.dark-body .fact-counter .column .inner .count-outer,
.dark-body .services-section-three .content-column .text,
.dark-body .pricing-block-one .pricing-table .table-header h2:before,
.dark-body .testimonial-block-four .inner-box .text,
.dark-body .help-widget .widget-content .help-list li,
.dark-body .testimonial-block-four .inner-box .lower-content h4,
.dark-body .news-block-two .inner-box .content-box h4 a,
.dark-body .news-block-two .inner-box .content-box .post-meta li,
.dark-body .news-block-two .inner-box .content-box .post-meta li .icon,
.dark-body .testimonial-block-four .inner-box .lower-content .designation,
.dark-body .business-section .content-column .author-box .box-inner .designation,
.dark-body .business-section .content-column .author-box .box-inner h3,
.dark-body .business-section .content-column h2,
.dark-body .sec-title h2{
	color:#ffffff;
}

.dark-body .pricing-block-one .pricing-table .table-content li i{
	box-shadow:0 10px 20px rgba(255,255,255,0.10);
}

.dark-body .list-style-two li,
.dark-body .services-section-three .content-column .bold-text,
.dark-body .social-icon-one li a,
.dark-body .main-footer .footer-list li a,
.dark-body .accordion-box .block .content p,
.dark-body .price-block-three .inner-box .upper-box .price sub,
.dark-body .news-block-three .inner-box .lower-content .text,
.dark-body .discover-section .content-column .bold-text,
.dark-body .business-section-two .content-column .business-list li,
.dark-body .fact-counter .column .inner .counter-title,
.dark-body .business-section .content-column .text{
	color:rgba(255,255,255,0.80);
}

.dark-body .pricing-block-one .pricing-table .choice-box{
	background-color:#ffffff;
}

.dark-body .pricing-block-one .pricing-table .choice-box h6{
	color:#2d3049;
}

.dark-body .page-title,
.dark-body .pricing-section-three,
.dark-body .call-to-action-section,
.dark-body .pricing-section,
.dark-body .counter-section,
.dark-body .quote-section{
	background: #252841;
	background: -webkit-linear-gradient(to top, #252841 0%, #333758 100%);
	background: -moz-linear-gradient(to top, #252841 0%, #333758 100%);
	background: linear-gradient(to top, #252841 0%, #333758 100%);
}

.dark-body .pricing-section .images-layers .image-one,
.dark-body .pricing-section .images-layers .image-two{
	opacity:0.4;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.dark-body .pricing-section .patterns-layers .pattern-layer-one,
.dark-body .pricing-section .patterns-layers .pattern-layer,
.dark-body .quote-section:before{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.dark-body .services-section-three{
	background:#323551;
}

.dark-body .app-section,
.dark-body .screenshots-section,
.dark-body .services-block-two .inner-box,
.dark-body .help-widget .widget-content,
.dark-body .broucher-widget .widget-content,
.dark-body .fact-counter .column .inner:before,
.dark-body .services-block .inner-box,
.dark-body .faq-block .inner-box,
.dark-body .news-block-four .inner-box .lower-content,
.dark-body .news-block .inner-box .lower-content,
.dark-body .pricing-block-one .pricing-table{
	background-color:#252841;
}

.dark-body .news-block-two .inner-box{
	background-color:#252841;
	border-color:rgba(255,255,255,0.10);
}

.dark-body .totals-table li,
.dark-body .cart-total-box h4,
.dark-body .shop-list li,
.dark-body .shop-list li strong,
.dark-body .news-post-detail h3,
.dark-body .news-post-detail p,
.dark-body .news-post-detail h2,
.dark-body .cat-list li a,
.dark-body .error-section .text,
.dark-body .sidebar-title h3,
.dark-body .instagram-widget h4,
.dark-body .styled-pagination li a,
.dark-body .faq-block .inner-box h3,
.dark-body .faq-block .inner-box .text,
.dark-body .services-block-two .inner-box .text,
.dark-body .services-block-two .inner-box h4 a,
.dark-body .banner-section-two .content-column .text,
.dark-body .banner-section-two .content-column h1,
.dark-body .banner-section-two .content-column .title,
.dark-body .main-header.header-style-two .search-box-btn,
.dark-body .main-header .header-top .info-list li,
.dark-body .services-block-two .inner-box .read-more,
.dark-body .main-header .header-top .info-list li a,
.dark-body .main-header .header-top .info-list li .icon,
.dark-body .banner-section-three .content-column h2,
.dark-body .banner-section-three .content-column .text,
.dark-body .news-block-three .inner-box .lower-content h4 a,
.dark-body .header-style-three .header-upper .search-box-btn,
.dark-body .featured-block-two .inner-box .content .text,
.dark-body .business-section-three .content-column .text,
.dark-body .fact-counter-two .column .inner .counter-title,
.dark-body .accordion-box .block .acc-btn,
.dark-body .list-style-three li,
.dark-body .cart-table tbody tr td.price,
.dark-body .cart-table tbody tr .sub-total,
.dark-body .post-controls .control h4,
.dark-body .post-controls .control .subtitle,
.dark-body .list-style-three li:before,
.dark-body .discount-section .title-column h2,
.dark-body .accordion-box .block .content .text,
.dark-body .testimonial-block-three .inner-box .text,
.dark-body .cart-section .apply-coupon .form-group input[type="text"],
.dark-body .services-detail .inner-box .lower-content .text p,
.dark-body .services-detail .inner-box .lower-content h3,
.dark-body .broucher-widget .widget-content .download,
.dark-body .pricing-block-one .pricing-table .table-header h4,
.dark-body .pricing-block-one .pricing-table .table-header h2,
.dark-body .pricing-block-one .pricing-table .table-content li,
.dark-body .broucher-widget .widget-content .content-inner .text,
.dark-body .testimonial-block-three .inner-box .lower-box .designation,
.dark-body .testimonial-block-three .inner-box .lower-box .author-name,
.dark-body .business-section-two .content-column .business-list li strong,
.dark-body .main-header.header-style-three .main-menu .navigation > li > a,
.dark-body .news-block-three .inner-box .lower-content .lower-box .read-more,
.dark-body .news-block-three .inner-box .lower-content .lower-box .comments,
.dark-body .news-block-three .inner-box .lower-content .post-meta li,
.dark-body .help-widget .widget-content h4,
.dark-body .sidebar .popular-tags a,
.dark-body .news-post-detail .text-block ul li,
.dark-body .help-widget .widget-content .text,
.dark-body .news-block .inner-box .lower-content h4 a,
.dark-body .news-block .inner-box .lower-content .text,
.dark-body .service-block-three .inner-box h4 a,
.dark-body .service-block-three .inner-box .text,
.dark-body .gallery-item .inner-box .lower-content h4 a,
.dark-body .price-block-three .inner-box .lower-content .price-list li,
.dark-body .gallery-item .inner-box .lower-content .category,
.dark-body .news-block .inner-box .lower-content .lower-box .read-more,
.dark-body .news-block .inner-box .lower-content .lower-box .comments,
.dark-body .news-block .inner-box .lower-content .post-meta li,
.dark-body .price-block-three .inner-box .upper-box .title,
.dark-body .price-block-three .inner-box .upper-box .price,
.dark-body .price-block-three .inner-box .lower-content .buy-btn,
.dark-body .main-menu .navigation > li > ul > li > a,
.dark-body .project-widget .widget-content h4,
.dark-body .contact-widget .widget-content h4,
.dark-body .news-post-detail .quote-block h4,
.dark-body .news-post-detail .lower-info h5,
.dark-body .news-post-detail .quote-block .posted-by,
.dark-body .news-post-detail .quote-block .posted-by strong,
.dark-body .news-block-four .inner-box .lower-content .share,
.dark-body .sidebar-page-container .group-title h3,
.dark-body .sidebar-page-container .comments-area .comment-box .text,
.dark-body .sidebar-page-container .comments-area .comment-info .comment-time,
.dark-body .sidebar-page-container .comments-area .comment-box strong,
.dark-body .news-block-four .inner-box .lower-content .author-box .box-inner span,
.dark-body .news-block-four .inner-box .lower-content .text,
.dark-body .news-block-four .inner-box .lower-content h4 a,
.dark-body .project-widget .widget-content .project-info-list li,
.dark-body .broucher-widget.style-two .widget-content h4,
.dark-body .projects-detail .inner-box .lower-content h3,
.dark-body .news-post-detail .group-title h4,
.dark-body .shop-section .items-sorting select,
.dark-body .single-product-item .title-holder .title a,
.dark-body .shop-section .items-sorting .results-column h6,
.dark-body .projects-detail .inner-box .lower-content .text p,
.dark-body .updated-gallery-block .inner-box .lower-content .box .category,
.dark-body .updated-gallery-block .inner-box .lower-content .box h4 a,
.dark-body .updated-gallery-block .inner-box .lower-content .text,
.dark-body .main-menu .navigation > li > ul > li > ul > li > a,
.dark-body .product-details .basic-details .details-header h2,
.dark-body .product-details .basic-details .details-header .item-price,
.dark-body .product-details .basic-details .text,
.dark-body .shop-page .prod-tabs .tab-btns .tab-btn,
.dark-body .shop-page .prod-tabs .tabs-content .tab p,
.dark-body .shop-page .prod-tabs .add-review h2,
.dark-body .checkout-page .default-links li,
.dark-body .shop-form .form-group .field-label,
.dark-body .shop-page .prod-tabs .add-review label,
.dark-body .shop-order-box .order-list li,
.dark-body .styled-form .form-group,
.dark-body .styled-form .remember-me,
.dark-body .shop-order-box .order-list li span.dark,
.dark-body .styled-form .form-group .adon-icon,
.dark-body .contact-page-section .info-column ul li,
.dark-body .contact-page-section .info-column ul li strong,
.dark-body .checkout-page .payment-options li .radio-option label strong,
.dark-body .checkout-page .payment-options li .radio-option label .small-text,
.dark-body .cart-table tbody tr .prod-column .column-box h6,
.dark-body .shop-page .prod-tabs .add-review .rating .rate-box,
.dark-body .shop-page .prod-tabs .reviews-container .rev-text,
.dark-body .shop-page .prod-tabs .reviews-container .rev-header h4,
.dark-body .shop-page .prod-tabs .reviews-container .rev-header .time,
.dark-body .single-product-item .title-holder .overlay-content ul li a span:before,
.dark-body .single-product-item .title-holder .static-content span,
.dark-body .main-menu .navigation > li > ul > li.dropdown > a:after,
.dark-body .main-menu .navigation > li > ul > li.dropdown:hover > a:after,
.dark-body .header-style-two.fixed-header .main-menu .navigation > li > a,
.dark-body .header-style-two.fixed-header .header-upper .outer-box .nav-btn,
.dark-body .main-header .header-top .top-left .page-nav li a{
	color:#ffffff;
}

.dark-body .cart-section,
.dark-body .totals-table li.total,
.dark-body .sidebar .popular-tags a,
.dark-body .popular-posts .post,
.dark-body .cat-list li a,
.dark-body .shop-order-box,
.dark-body .register-section,
.dark-body .news-post-detail .inner-box,
.dark-body .blog-page-section,
.dark-body .project-widget .widget-content,
.dark-body .projects-page-section,
.dark-body .sidebar-page-container,
.dark-body .contact-widget .widget-content,
.dark-body .broucher-widget .widget-content,
.dark-body .news-block .inner-box .lower-content,
.dark-body .news-post-detail .text-block,
.dark-body .shop-page .prod-tabs .tab-btns .tab-btn,
.dark-body .shop-order-box .order-list li.total,
.dark-body .news-block-four .inner-box .lower-content .lower-box,
.dark-body .main-menu .navigation > li > ul > li > ul > li,
.dark-body .news-block .inner-box .lower-content .lower-box,
.dark-body .news-block-two .inner-box .content-box .post-meta,
.dark-body .shop-page .prod-tabs .reviews-container .review-box,
.dark-body .news-block-three .inner-box .lower-content .lower-box,
.dark-body .single-product-item .title-holder .overlay-content ul li,
.dark-body .main-header .header-top{
	border-color:rgba(255,255,255,0.10);
}

.dark-body .team-page-section,
.dark-body .testimonial-page-section,
.dark-body .comment-form .form-group input,
.dark-body .comment-form .form-group textarea,
.dark-body .testimonial-block-three .inner-box .lower-box,
.dark-body .main-header .header-top .top-left .page-nav li{
	border-color:rgba(255,255,255,0.40);
}

.dark-body .banner-section-two .patern-layer-one{
	background-image:url(../images/background/dark-bg-2.png) !important;
}

.dark-body .news-block-three .inner-box .lower-content{
	background-color:#272727;
}

.dark-body .testimonials-thumbs-carousel{
	background-image:url(../images/background/dark-bg-3.png) !important;
}

.dark-body .banner-section-three .patern-layer-one{
	background-image:url(../images/background/dark-bg-4.png) !important;
}

.dark-body .checkout-page,
.dark-body .checkout-page .default-links li,
.dark-body .cart-section .cart-table,
.dark-body .cart-section .cart-table tbody tr,
.dark-body .main-menu .navigation > li > ul > li,
.dark-body .pricing-section.style-two,
.dark-body .contact-widget-form .form-group input,
.dark-body .contact-widget-form .form-group textarea,
.dark-body .shop-page .prod-tabs .add-review .form-group input,
.dark-body .shop-page .prod-tabs .add-review .form-group textarea,
.dark-body .header-style-three.fixed-header .header-upper,
.dark-body .news-block-three .inner-box .lower-content{
	border-color:rgba(255,255,255,0.10);
}

.dark-body .cart-total-box,
.dark-body .faq-section,
.dark-body .shop-order-box,
.dark-body .single-product-item .title-holder,
.dark-body .blog-section.style-two,
.dark-body .btn-style-four .txt,
.dark-body .styled-pagination,
.dark-body .featured-section.style-two,
.dark-body .featured-block-two .inner-box,
.dark-body .service-block-three .inner-box,
.dark-body .gallery-item .inner-box .lower-content,
.dark-body .banner-section-three .circle-box,
.dark-body .price-block-three .inner-box,
.dark-body .main-menu .navigation > li > ul,
.dark-body .project-widget .widget-content,
.dark-body .testimonial-block-three .inner-box:before,
.dark-body .main-menu .navigation > li > ul > li > ul,
.dark-body .contact-widget .widget-content,
.dark-body .news-post-detail .quote-block,
.dark-body .contact-widget-form .form-group input,
.dark-body .contact-widget-form .form-group textarea,
.dark-body .news-post-detail .lower-info .related-tags li a,
.dark-body .sidebar .search-box .form-group input[type="text"],
.dark-body .sidebar .search-box .form-group input[type="search"],
.dark-body .comment-form .form-group input,
.dark-body .comment-form .form-group textarea,
.dark-body .checkout-page .default-links li,
.dark-body .single-product-item .title-holder .overlay-content,
.dark-body .blog-section.style-two .news-block-two .inner-box .content-box,
.dark-body .header-style-three.fixed-header .header-upper,
.dark-body .main-footer.style-two{
	background-color:#252841;
}

.dark-body .checkout-page .payment-options li .radio-option label .small-text{
	background-color:#2d3049;
}

.dark-body .checkout-page .payment-options li .radio-option label .small-text:before{
	border-bottom-color:#2d3049;
}

.dark-body .contact-page-section .info-column .inner-column,
.dark-body .default-form .form-group input[type="text"],
.dark-body .default-form .form-group input[type="email"],
.dark-body .default-form .form-group select,
.dark-body .default-form .form-group textarea{
	background-color:#252841;
	color:#ffffff;
}

.dark-body .waves .content{
	background-color:#252841;
}

.dark-body .parallax > use {
	-webkit-animation: move-forever 25s cubic-bezier(45, 48, 73, 0.5) infinite;
	animation: move-forever 25s cubic-bezier(45, 48, 73, 0.5) infinite; 
}

.dark-body .shop-page .prod-tabs .add-review .form-group input,
.dark-body .shop-page .prod-tabs .add-review .form-group textarea{
	background-color:#252841;
	color:#ffffff;
}

.dark-body .shop-form input[type="text"],
.dark-body .shop-form input,
.dark-body .shop-form textarea,
.dark-body .styled-form input[type="text"],
.dark-body .styled-form input,
.dark-body .sidebar .service-list li a{
	color:#ffffff;
	background-color:#252841;
	border-color:rgba(255,255,255,0.10);
}

.dark-body .header-style-two.fixed-header .header-upper{
	background-color:#222222;
	border-color:rgba(255,255,255,0.10);
}

.dark-body .news-post-detail .quote-block .quote-icon{
	color:rgba(255,255,255,0.10);
}

.dark-body .services-section{
	padding-top:100px;
}

.dark-body .main-header .header-upper .outer-box .nav-btn{
	color:#ffffff !important;
}

/* RTL Code */

.rtl .main-menu,
.rtl .main-header .header-upper .logo-box{
	float:right;
}

.rtl .main-header .header-upper .outer-box{
	float:left;
	padding-left:0px;
	padding-right:35px;
}

.rtl .main-header .nav-outer{
	float:left;
}

.rtl .main-header .outer-box .cart-box .cart-panel{
	left:0px !important;
}

.rtl .main-header .outer-box .cart-product .inner{
	padding-left:0px;
	text-align:right;
	padding-right:90px;
}

.rtl .main-header .outer-box .cart-product .inner .cross-icon{
	left:0px;
	right:auto;
}

.rtl .list-style-one li .icon,
.rtl .main-header .outer-box .cart-product .inner .image{
	right:0px;
	left:auto;
}

.rtl .sidebar-info-contents .content-inner{
	text-align:right;
}

.rtl .list-style-one li{
	padding-left:0px;
	padding-right:30px;
}

.rtl .main-menu .navigation > li{
	float:right;
}

.rtl .main-menu .navigation > li:last-child{
	margin-right:25px;
}

.rtl .main-menu .navigation > li > ul{
	left:auto;
	right:30px;
	text-align:right;
}

.rtl .main-menu .navigation > li.dropdown:hover > ul{
	left:auto;
	right:0px;
}

.rtl .main-menu .navigation > li > ul > li:hover > a{
	padding-left:18px;
	padding-right:30px;
}

.rtl .main-menu .navigation > li > ul > li > a:before{
	right:10px;
	left:auto;
}

.rtl .main-menu .navigation > li > ul > li.dropdown > a:after{
	right:auto;
	left:15px;
}

.rtl .main-menu .navigation > li > ul > li > ul{
	left:auto;
	right:120%;
}

.rtl .main-menu .navigation li > ul > li.dropdown:hover > ul{
	left:auto;
	right:100%;
}

.rtl .main-menu .navigation > li > ul > li.dropdown > a:after{
	transform:rotate(180deg);
}

.rtl .main-slider .content-column{
	order:2;
	text-align:right;
}

.rtl .main-slider .image-column{
	order:1;
}

.rtl .main-slider .content-column .btn-box .theme-btn{
	margin-right:0px;
	margin-left:20px;
}

.rtl .main-slider .image-column .inner-column{
	padding-left:0px;
	padding-right:80px;
}

.rtl .main-slider .image-column .inner-column .image{
	margin-left:-120px;
}

.rtl .business-section .content-column .inner-column{
	text-align:right;
}

.rtl .business-section .content-column .author-box .box-inner{
	padding-left:0px;
	text-align:right;
	padding-right:105px;
}

.rtl .business-section .content-column .author-box .box-inner .image{
	right:0px;
	left:auto;
}

.rtl .quote-form .theme-btn{
	left:0px;
	right:auto;
}

.rtl .quote-form .form-group input{
	text-align:right;
}

.rtl .quote-form .form-group{
	padding-left:120px;
}

.rtl .quote-form .form-group input[type="email"]{
	border-radius:0px 50px 50px 0px;
}

.rtl .discover-section .content-column{
	order:2;
	text-align:right;
}

.rtl .discover-section .image-column{
	order:1;
}

.rtl .fact-counter .column .inner .content{
	padding-left:0px;
	text-align:right;
	padding-right:90px;
}

.rtl .fact-counter .column .inner .icon{
	right:0px;
	left:auto;
}

.rtl .news-block-two .inner-box .content-box,
.rtl .gallery-item .inner-box .lower-content{
	text-align:right;
}

.rtl .professional-section .content-column{
	order:2;
	text-align:right;
}

.rtl .professional-section .image-column{
	order:1;
}

.rtl .professional-section .content-column .inner-column{
	padding-right:0px;
	padding-left:70px;
}

.rtl .pricing-block-one .pricing-table .table-content li{
	text-align:right;
	padding-left:0px;
	padding-right:32px;
}

.rtl .pricing-block-one .pricing-table .table-content li i{
	right:0px;
	left:auto;
}

.rtl .news-block-two .inner-box .content-box .post-meta li{
	padding-left:0px;
	margin-right:12px;
	padding-right:20px;
}

.rtl .news-block-two .inner-box .content-box .post-meta li .icon{
	right:0px;
	left:auto;
	top:0px;
	font-size:12px;
}

.rtl .news-block-two .inner-box .content-box .post-meta li:last-child{
	margin-right:0px;
}

.rtl .app-section .title-column{
	order:2;
	text-align:right;
}

.rtl .app-section .images-column{
	order:1;
}

.rtl .main-footer,
.rtl .service-block-three .inner-box,
.rtl .services-section-three .content-column .inner-column,
.rtl .subscribe-form .form-group input[type="email"]{
	text-align:right;
}

.rtl .subscribe-form .form-group button{
	left:5px;
	right:auto;
}

/* .rtl .main-header .header-upper .outer-box .nav-btn{
	color:#222222;
} */

.rtl .main-header .btn-box .quote-btn{
	color:#ffffff;
	border-color:#222222;
	background-color:#222222;
}

.rtl .main-header .header-top .info-list li{
	padding-left:0px;
	padding-right:25px;
	text-align:right;
}

.rtl .main-header .header-top .info-list li .icon{
	right:0px;
	left:auto;
}

.rtl .banner-section-two .content-column{
	order:2;
	text-align:right;
}

.rtl .banner-section-two .image-column{
	order:1;
}

.rtl .services-block-two .inner-box .icon-box{
	right:auto;
	left:-60px;
}

.rtl .services-block-two .inner-box{
	text-align:right;
	padding:35px 40px 40px 135px;
}

.rtl .services-block-two .inner-box .text{
	margin-right:0px;
}

.rtl .list-style-two li{
	padding-left:0px;
	padding-right:35px;
	text-align:right;
}

.rtl .list-style-two li:before{
	right:0px;
	left:auto;
}

.rtl .video-section .content-column .inner-column{
	text-align:right;
}

.rtl .video-section .content-column .text{
	max-width:100%;
}

.rtl .video-section .content-column .play-box{
	padding-left:0px;
	padding-right:120px;
	text-align:right;
}

.rtl .video-section .content-column .video-box{
	right:0px;
	left:auto;
}

.rtl .faq-block .inner-box .content{
	padding-left:0px;
	text-align:right;
	padding-right:40px;
}

.rtl .faq-block .inner-box .icon{
	right:0px;
	left:auto;
}

.rtl .signup-form,
.rtl .testimonial-block-two .inner-box .slide-text,
.rtl .faq-block .inner-box .text{
	max-width:100%;
}

.rtl .testimonials-thumbs-carousel .pagers-column{
	order:2;
}

.rtl .testimonials-thumbs-carousel .carousel-column{
	order:1;
	text-align:right;
	margin-left:0px;
	padding-right:60px;
}

.rtl .testimonial-block-two .inner-box .lower-content{
	padding-left:0px;
	padding-right:150px;
}

.rtl .testimonial-block-two .inner-box .author-image{
	right:0px;
	left:auto;
}

.rtl .signup-form .form-group input[type="email"]{
	padding-right:25px;
	text-align:right;
}

.rtl .main-menu .navigation > li .mega-menu-bar .column > ul > li,
.rtl .main-menu .navigation > li .mega-menu-bar h3,
.rtl .signup-section .content-column .inner-column{
	text-align:right;
}

.rtl .signup-form .form-group .send-btn{
	left:0px;
	right:auto;
	border-radius:25px 0px 25px 0px;
}

.rtl .header-style-three .header-top .inner-container{
	padding-left:0px;
	padding-right:195px;
}

.rtl .main-header.header-style-three .header-upper .logo-box{
	right:15px;
	left:auto;
}

.rtl .main-header.header-style-three .header-upper .logo-box:before{
	transform:rotate(180deg);
	left:-60px;
	right:auto;
	width:220%;
	background-position:right center;
}

.rtl .instagram-widget h4,
.rtl .help-widget .widget-content,
.rtl .broucher-widget .widget-content,
.rtl .sidebar .service-list li a,
.rtl .team-block .inner-box .lower-content,
.rtl .website-form .form-group input,
.rtl .accordion-box .block .content,
.rtl .testimonial-block-three .inner-box,
.rtl .project-widget .widget-content,
.rtl .contact-widget .widget-content,
.rtl .news-block-four .inner-box .lower-content,
.rtl .contact-widget-form .form-group input[type="text"],
.rtl .contact-widget-form .form-group input[type="password"],
.rtl .contact-widget-form .form-group input[type="tel"],
.rtl .contact-widget-form .form-group input[type="email"],
.rtl .contact-widget-form .form-group select,
.rtl .contact-widget-form .form-group textarea,
.rtl .projects-detail .inner-box .lower-content,
.rtl .projects-detail .inner-box .lower-content .two-column .list-style-three li,
.rtl .coming-soon .emailed-form .form-group input[type="email"],
.rtl .fact-counter-two .column .inner .content,
.rtl .faq-section .accordian-column .inner-column,
.rtl .business-section-three .content-column .inner-column,
.rtl .business-section-two .content-column .inner-column,
.rtl .banner-section-three .content-column .inner-column,
.rtl .services-detail .inner-box .lower-content{
	text-align:right;
}

.rtl .main-header.header-style-three .outer-box{
	margin-left:0px;
}

.rtl .business-section-two .content-column .business-list li strong{
	padding-left:0px;
	padding-right:25px;
}

.rtl .business-section-two .content-column .business-list li strong:before{
	right:0px;
	left:auto;
	transform:rotate(180deg);
}

.rtl .featured-block-two .inner-box .content{
	padding-left:0px;
	padding-right:85px;
	text-align:right;
}

.rtl .featured-block-two .inner-box .content .icon-box{
	right:0px;
	left:auto;
}

.rtl .faq-section .accordian-column{
	order:2;
}

.rtl .faq-section .image-column{
	order:1;
}

.rtl .accordion-box .block .acc-btn{
	text-align:right;
	padding-left:0px;
	padding-right:50px;
}

.rtl .broucher-widget .widget-content .icon,
.rtl .accordion-box .block .icon-outer{
	right:0px;
	left:auto;
}

.rtl .website-form .form-group{
	padding-right:0px;
	padding-left:150px;
}

.rtl .website-form .theme-btn{
	left:0px;
	right:auto;
}

.rtl .discount-section .title-column{
	order:2;
	text-align:right;
}

.rtl .discount-section .image-column{
	order:1;
}

.rtl .coming-soon .emailed-form .form-group input[type="submit"],
.rtl .coming-soon .emailed-form button{
	left:0px;
	right:auto;
}

.rtl .sidebar .service-list li a:after{
	left:20px;
	right:auto;
}

.rtl .broucher-widget .widget-content .content-inner{
	padding-left:0px;
	padding-right:85px;
	text-align:right;
}

.rtl .list-style-three li,
.rtl .help-widget .widget-content .help-list li{
	padding-left:0px;
	padding-right:30px;
}

.rtl .list-style-three li:before,
.rtl .updated-gallery-block .inner-box .lower-content .box .icon-box,
.rtl .help-widget .widget-content .help-list li .icon{
	right:0px;
	left:auto;
}

.rtl .updated-gallery-block .inner-box .lower-content .box{
	padding-left:0px;
	padding-right:75px;
	text-align:right;
}

.rtl .cat-list li a,
.rtl .updated-gallery-block .inner-box .lower-content{
	text-align:right;
}

.rtl .project-widget .widget-content .project-info-list li span{
	text-align: revert;
    width: 160px;
    position: absolute;
    left: 0px;
}

.rtl .sidebar-title,
.rtl .popular-tags,
.rtl .news-post-detail .inner-box,
.rtl .sidebar .search-box .form-group input[type="text"],
.rtl .sidebar .search-box .form-group input[type="search"],
.rtl .news-block-four .inner-box .lower-content .author-box .box-inner,
.rtl .comment-form .form-group input[type="text"],
.rtl .comment-form .form-group input[type="password"],
.rtl .comment-form .form-group input[type="tel"],
.rtl .comment-form .form-group input[type="email"],
.rtl .comment-form .form-group select,
.rtl .comment-form .form-group textarea{
	text-align:right;
}

.rtl .cat-list li a span,
.rtl .sidebar .search-box .form-group button{
	left:0px;
	right:auto;
}

.rtl .popular-posts .post{
	padding-left:0px;
	text-align:right;
	padding-right:110px;
}

.rtl .news-post-detail .text-block ul li:before,
.rtl .popular-posts .post-info:before,
.rtl .popular-posts .post .post-thumb{
	right:0px;
	left:auto;
}

.rtl .popular-posts .post-info{
	padding-left:0px;
	padding-right:20px;
	text-align:right;
}

.rtl .news-post-detail .post-meta li{
	float:none;
	display:inline-block;
}

.rtl .news-post-detail .text-block ul li{
	padding-right:30px;
	padding-left:0px;
	text-align:right;
}

.rtl .sidebar-page-container .comments-area .comment{
	padding-left:0px;
	padding-right:160px;
}

.rtl .sidebar-page-container .comments-area .comment-box .author-thumb{
	right:0px;
	left:auto;
}

.rtl .sidebar-page-container .comments-area .comment-box .theme-btn{
	left:0px;
	right:auto;
}

.rtl .sidebar-page-container .comments-area .reply-comment{
	margin-left:0px;
	margin-right:90px;
}

.rtl .shop-section .items-sorting .results-column{
	order:2;
	text-align:right;
}

.rtl .shop-section .items-sorting .select-column{
	order:1;
}

.rtl .shop-list,
.rtl .checkout-page,
.rtl .cart-total-box,
.rtl .shop-form input,
.rtl .styled-form input,
.rtl .shop-form textarea,
.rtl .register-section .form-column,
.rtl .shop-order-box .order-list li span,
.rtl .checkout-page .default-links li,
.rtl .shop-page .prod-tabs .tabs-content .tab,
.rtl .product-details .basic-details .other-options,
.rtl .product-details .basic-details .text,
.rtl .contact-page-section .form-column .inner-column,
.rtl .shop-page .prod-tabs .add-review .form-group input,
.rtl .shop-page .prod-tabs .add-review .form-group textarea,
.rtl .cart-section .apply-coupon .form-group input[type="text"],
.rtl .product-details .basic-details .details-header,
.rtl .default-form .form-group input[type="text"],
.rtl .default-form .form-group input[type="email"],
.rtl .default-form .form-group select,
.rtl .default-form .form-group textarea,
.rtl .contact-page-section .info-column .inner-column{
	text-align:right;
}

.rtl .product-details .basic-details .other-options .pull-left{
	float:right;
}

.rtl .product-details .basic-details .item-quantity{
	margin-right:0px;
	margin-left:20px;
}

.rtl .shop-page .prod-tabs .reviews-container .review-box{
	padding-left:0px;
	text-align:right;
	padding-right:120px;
}

.rtl .contact-page-section .info-column ul li .icon,
.rtl .shop-page .prod-tabs .reviews-container .rev-thumb{
	right:0px;
	left:auto;
}

.rtl .styled-form .form-group .adon-icon{
	left:12px;
	right:auto;
}

.rtl .contact-page-section .info-column ul li{
	padding-left:0px;
	padding-right:115px;
	text-align:right;
}

.color-palate{
	display:none;
}