/* Gazek HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style Two / Style Three
5. Main Slider
6. About Section / Two
7. Counter Section
8. Services Section
9. Call To Action Section / Two
10. Choose Section
11. Gallery Section
12. Testimonial Section
13. Contact Section
14. Main Footer / Style Two
15. Gallery Masonry Section
16. Video Section
17. Experiance Section
18. Team Section
19. News Section
20. Page Title
21. Blog Widgets
22. Comment Form
23. Comment Boxed
24. Contact Info Section
25. Contact Form Section
26. Map Section

**********************************************/

/* 	
	font-family: 'Work Sans', sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Hind', sans-serif;
*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('animation.css');
@import url('jquery-ui.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: 'Work Sans', sans-serif;
	font-size:14px;
	color:#333;
	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:#ee2e24;
}

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: 'Work Sans', sans-serif;
}

input,button,select,textarea{
	
}

textarea{
	overflow:hidden;
}

p{
	position:relative;
	line-height:1.8em;
	font-family: 'Open Sans', sans-serif;
}

/* Typography */

h1{
	font-size:64px;
}

h2{
	font-size:50px;
}

h3{
	font-size:30px;
}

h4{
	font-size:24px;
}

h5{
	font-size:20px;
}

h6{
	font-size:18px;
}

.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{
	cursor:pointer;
	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;	
}

/***

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#ee2e24;
	font-size:13px;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#ffffff;
	display:none;
	border-radius:50px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.15);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#ee2e24;
}

/* List Style One */

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	color:#222222;
	font-size:16px;
	padding-left:30px;
	font-weight:600;
	line-height:1.6em;
	margin-bottom:14px;
	font-family: 'Open Sans', sans-serif;
}

.list-style-one li:before{
	position:absolute;
	content: "\f13b";
	left:0px;
	top:5px;
	color:#ee2e24;
	font-size:15px;
	line-height:1em;
	font-weight:300;
	font-family: "Flaticon";
	-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-one li:last-child{
	margin-bottom:0px;
}

/*Btn Style One*/
.btn-style-submit:hover{background: #0fa3af;}
.btn-style-submit{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	padding: 14px 40px;
	font-weight: 500;
	overflow: hidden;
	background: #7ac142;
	border-radius:5px;
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
}
.btn-style-one{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	padding: 14px 40px;
	font-weight: 500;
	overflow: hidden;
	background: #ee2e24;
	border-radius:50px;
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
}
.btn-style-six{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	padding: 14px 40px;
	font-weight: 500;
	overflow: hidden;
	background:#02545b;
	border-radius:50px;
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
}
.btn-style-six:hover{background: #ee2e24;color:#fff;}
.btn-style-one .txt{
	position:relative;
	z-index:1;
}

.btn-style-one:before{
	position: absolute;
	content: '';
	top: 0px;
    bottom: 0px;
    left: 0px;
	right: -50px;
    border-bottom: 58px solid #333;
	border-right: 30px solid transparent;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.btn-style-one:after{
	position: absolute;
	content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
	border-left: 30px solid transparent;
    border-bottom: 58px solid #333;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.btn-style-one:hover::before{
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}

.btn-style-one:hover::after{
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
}

.btn-style-one:hover{
	color: #ffffff;
}

/* Btn Style Two */

.btn-style-two{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #ffd34f;
	padding: 12px 34px;
	font-weight: 500;
	overflow: hidden;
	border-radius:50px;
	background-color:#ffffff;
	border:2px solid #ffd34f;
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
}

.btn-style-two .txt{
	position:relative;
	z-index:1;
}

.btn-style-two:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #ee2e24;
    -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-two:hover::before{
    opacity: 1;color:#000;
    transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

.btn-style-two:hover{
	color: #ffffff;
	border-color:#ee2e24;
}

/* Btn Style Three */

.btn-style-three{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	padding: 12px 34px;
	font-weight: 500;
	overflow: hidden;
	border-radius:50px;
	background:none;
	border:2px solid #e8e0f5;
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
}

.btn-style-three .txt{
	position:relative;
	z-index:1;
}

.btn-style-three:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #ee2e24;
    -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-three:hover::before{
    opacity: 1;
    transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

.btn-style-three:hover{
	color: #ffffff;
	border-color:#ee2e24;
}

/* Btn Style Four */

.btn-style-four{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #7ac142;
	padding: 11px 39px;
	font-weight: 600;
	overflow: hidden;
	border-radius:50px;
	background-color:#ffffff;
	border:2px solid #e8e0f5;
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
}

.btn-style-four .txt{
	position:relative;
	z-index:1;
}

.btn-style-four:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #ee2e24;
    -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-four:hover::before{
    opacity: 1;
    transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

.btn-style-four:hover{
	color: #ffffff;
	border-color:#ee2e24;
}

/* Btn Style Five */

.btn-style-five{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	padding: 15px 40px 15px;
	font-weight: 600;
	overflow: hidden;
	border-radius:4px;
	background-color: #ee2e24;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-five .txt{
	position:relative;
	z-index:1;
	transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.btn-style-five:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #6b40ea;
    -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;
    transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

.btn-style-five:hover{
	color: #ffffff;
}

/* Social Icon One */

.social-icon-one{
	position: relative;
	display: block;
}

.social-icon-one .title{
	position: relative;
	font-size: 20px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 700;
	margin-right: 15px;
}

.social-icon-one li{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	margin-right: 22px;
}

.social-icon-one li:last-child{
	margin-right: 0;
}

.social-icon-one li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #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;
}

.social-icon-one li a:hover{
	color: #ee2e24;
}

.theme_color{
	color:#ee2e24;
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.svg); background-size:100px;}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/*** 

====================================================================
	Section Title
====================================================================

***/


.about-section .inner-container p.mb-50{margin-bottom: 50px;}
.mb-50{margin-bottom: 50px;}
.sec-title .title{
	position:relative;line-height: 1.1;
	color:#ee2e24;
	font-size:34px;
	font-weight:500;
	padding-right:10px;
	display:inline-block;
	font-family: 'Work Sans', sans-serif;
}

.sec-title .separate{
	position:relative;
	width:70px;
	height:6px;
	top:-1px;
	border-radius:50px;
	display:inline-block;
	background-color:#ffd34f;
}

.sec-title .separate:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:6px;
	width:12px;
	border-radius:5px;
	background-color:#ffffff;
	
	-webkit-animation: animateCloud 6s linear infinite;
	-moz-animation: animateCloud 6s linear infinite;
	animation: animateCloud 6s linear infinite;
}

.sec-title.style-two .separate{
	background-color:#fff;
}

.sec-title.style-two .separate:before{
	background-color:#ffd34f;
}

@-webkit-keyframes animateCloud {
    0% {
        margin-left: 0px;
    }
    100% {
        margin-left: 100%;
    }
}

@-moz-keyframes animateCloud {
    0% {
        margin-left: 0px;
    }
    100% {
        margin-left: 100%;
    }
}

@keyframes animateCloud {
    0% {
        margin-left: 0px;
    }
    100% {
        margin-left: 100%;
    }
}

.sec-title h2{
	position: relative;
    color:#222222;
    font-weight: 600;
    line-height: 1.2em;
	margin-top:15px;
}

.sec-title .text{
	position: relative;
    color:#777777;
    font-weight: 400;
    line-height: 1.7em;
	margin-top:18px;
	font-size:18px;
}

.sec-title.light .text,
.sec-title.light .title,
.sec-title.light h2{
	color:#ffffff;
}

.sec-title.centered{
	text-align: center;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:absolute;
	z-index:9;
	width:100%;
}

.header-style-one .auto-container{
	max-width:1200px;
}

.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 .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;
}

.main-header .header-upper .left-box{
	position:relative;
	float:left;
	padding:25px 0px;
}

.main-header .header-upper .social-links{
	position:relative;
	float:left;
	padding:14px 0px;
	margin-left:35px;
}

.main-header .header-upper .social-links li{
	position:relative;
	margin-right:15px;
	display:inline-block;
}

.main-header .header-upper .social-links li a{
	position:relative;
	color:#7ac142;
	font-size:18px;
	-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 .social-links li a:hover{
	color:#ee2e24;
}

.main-header .header-upper .inner-container{
	position:relative;
}

.main-header .header-upper .outer-container{
	position:relative;
	padding: 0px 60px;
}

.main-header .nav-outer{
	position:relative;
	float:right;
}

.header-style-two{
	position: relative;
	background-color: #ffffff;
	box-shadow:0px 0px 10px rgba(0,0,0,0.10);
}

.main-header.header-style-two .header-upper .inner-container{
	border:0px;
}

.main-header.header-style-two .logo-box{
	position:absolute !important;
	left:50%;
	top:0px;
	width:auto;
	right:auto;
	margin-left:-53px;
	display:inline-block;
}

.main-header.header-style-two .btn-box{
	margin-right:0px;
}

.main-header.header-style-two .btn-box .contact-btn{
	border-color:#e5e3f4;
}

.main-header .header-upper .logo-box{
	position: relative;
	padding:23px 0px;
}

.main-header .header-upper .logo-box .logo{
	position:relative;
}

.main-header .outer-box{
	position: relative;
	float:right;
	margin-left:50px;
	padding: 20px 0px;
}

.main-header.header-style-two .outer-box{
	padding:25px 0px;
}

.main-header.header-style-two .header-lower{
	border-top:1px solid #eeeeee;
}

.main-header.header-style-two .header-lower .search-box-outer{
	margin-top:23px;
	margin-right:20px;
}

.main-header .btn-box{
	position:relative;
	float:left;
	margin-right:50px;margin-top: 10px;
}

.main-header .btn-box .contact-btn{
	position:relative;
	color:#fff;
	font-size: 15px;
    padding: 10px 15px;
	font-weight:500;
	border-radius:50px;
	border:2px solid #ffd34f;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;background:#ffd34f;
}

.main-header .btn-box .contact-btn .icon{
	position:relative;
	color:#fff;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-header .btn-box .contact-btn:hover .icon{
	color:#ffffff;
}

.main-header .btn-box .contact-btn:hover{
	background-color:#ee2e24;
	border-color:#ee2e24;
	color:#ffffff;
}

.email-icon{font-size: 34px;
padding: 15px 0px;}
.main-header .menu-toggler{
	position:relative;
	float:left;
	cursor:pointer;
	color:#ee2e24;
	font-size:34px;
	padding:10px 0px;
}

/* Header Lower */

.main-header .header-lower .search-box{
	float:right;
}

.main-header .header-lower .search-box .form-group{
	position:relative;
	margin:0px;
	top:-1px;
}

.main-header .header-lower .search-box .form-group input[type="text"],
.main-header .header-lower .search-box .form-group input[type="search"]{
	position:relative;
	line-height:28px;
	padding:10px 50px 10px 25px;
	background:none;
	display:block;
	font-size:14px;
	width:200px;
	height:74px;
	color:#222222;
	font-weight:400;
	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:#ffffff;
	border-radius:0px 50px 50px 0px;
}

.main-header .header-lower .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:74px;
	width:45px;
	font-size:14px;
	color:#000048;
	line-height:100%;
	background:none;
	display:inline-block;
	font-weight:normal;
	text-align:left;
	cursor:pointer;
}

/* Main Menu */

.main-menu{
	position:relative;
	float:left;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.header-style-one .main-menu{
	opacity:0;
	visibility:hidden;
}

.header-style-one.fixed-header .main-menu{
	opacity:1;
	visibility:visible;
}

.header-style-one.fixed-header .btn-box .contact-btn{
	border-color:#ee2e24;
}

.main-menu .navbar-collapse{
	padding:0px;
	float: left;
	display:block !important;
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-right:30px;
	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;
}

.sticky-header .main-menu .navigation > li > a{
	color:#444444;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a{
	color:#ee2e24;
	background-color:inherit !important;
}

.sticky-header .nav-outer .options-box{
	margin-top:45px;
}

.main-header.header-style-two .main-menu .navigation > li > a{
	color:#222222;
	font-size:18px;
	font-weight:400;
	padding:24px 0px;
	font-family: 'Work Sans', sans-serif;
}

.main-header.header-style-two .nav-outer{
	width:100%;
	text-align:center;
}

.main-header.header-style-two .nav-outer .main-menu{
	width:100%;
}

.main-header.header-style-two .nav-outer .main-menu .navbar-collapse{
	width:100%;
	display:block;
}

.main-header.header-style-two .nav-outer .main-menu .navigation{
	position:relative;
	width:100%;
	display:block;
}

.main-header.header-style-two .nav-outer .main-menu .navigation > li{
	float:none;
	margin:0px 15px;
	display:inline-block;
}

/*Sticky Header*/

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	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;
	border-bottom:1px solid #f9f9f9;
}

.sticky-header .logo{
	padding:11px 0px 10px;
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	color:#222222;
	text-align:center;
	line-height:30px;
	text-transform: capitalize;
	letter-spacing:0px;
	opacity:1;
	font-weight:400;
	padding:32px 0px 15px;
	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;
}

.sticky-header .main-menu .navigation > li{
	position:relative;
	margin-left:30px;
	margin-right:0px;
}

.main-header .main-menu .navigation > li:hover > a,
.main-header .main-menu .navigation > li.current > a{
	opacity:1;
	color:#ee2e24;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:-30px;
	top:100%;
	width:230px;
	z-index:100;
	display:none;
	opacity: 0;
	text-align:left;
    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: 0px 0px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.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:400;
	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;
}

.sticky-header .main-menu .navigation > li > a{
	padding:20px 0px !important;
}

.sticky-header .main-menu .navigation > li > a:before{
	top:22px !important;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#ffffff;
	background:#ee2e24;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:15px;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	color:#253d4a;
	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:#ffffff;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:120%;
	top:0%;
	width:230px;
	z-index:100;
	display:none;
	text-align:left;
	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: 0px 0px;
	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:400;
	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 > ul > li:hover > a{
	color:#ffffff;
	background:#ee2e24;
}

.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:0px;
	-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;
}

/*** 

====================================================================
	Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 36px;
	line-height: 50px;
	cursor: pointer;
	color:#000000;
	display: none;
}

.mobile-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	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 .nav-logo img{
	max-width:200px;
}

.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(255,255,255,0.90);
	
}

.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 500ms;
	-moz-transition:all 0.7s ease 500ms;
	-ms-transition:all 0.7s ease 500ms;
	-o-transition:all 0.7s ease 500ms;
	transition:all 0.7s ease 500ms;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn{
	position: absolute;
	right: 20px;
	top: 20px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 14px;
	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;
	width:100%;
	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:hover > a,
.mobile-menu .navigation li.current > a{
	color:#000000;	
}

.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;
}

.sticky-header .navbar-header{
	display:none;
}

.main-header .sticky-header .outer-box{
	margin-left:20px;
	padding:10px 0px;
}

/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/






/***

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#02545b+0,62b0c1+100 */
background: #02545b; /* Old browsers */
background: -moz-linear-gradient(45deg,  #02545b 0%, #62b0c1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #02545b 0%,#62b0c1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #02545b 0%,#62b0c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02545b', endColorstr='#62b0c1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	z-index:9999;
	transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
}

.hidden-bar .mCSB_inside > .mCSB_container{
	margin-right:0px;
}

.hidden-bar.left-align {
	left: -100%;
}

.hidden-bar.left-align.visible-sidebar {
	left: 0px;
}

.hidden-bar.left-align .color-layer{
	position: absolute;
    content: '';
    left: 100%;
    top: 0px;
    width: 100000%;
    height: 100%;
	opacity:0;
	visibility:hidden;
    display: block;
    background-color: rgba(0,0,0,0.75);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.hidden-bar.left-align.visible-sidebar .color-layer{
	opacity:1;
	visibility:visible;
}

.hidden-bar.left-align.visible-sidebar.alternate::before{
	display:none;
}



.hidden-bar .hidden-bar-closer {
	width: 40px;
	height: 40px;
	position: absolute;
	right:15px;
	top:45px;
	background: none;
	color: #02545b;
	border-radius: 0px;
	text-align: center;
	line-height: 40px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}

.hidden-bar .hidden-bar-closer button {
	background: none;
	display:block;
	font-size: 16px;
	color:#fff;
	width:40px;
	height:40px;
	cursor:pointer;
	line-height:40px;
	transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.hidden-bar .hidden-bar-closer:hover button {
	color: #e5e5e5;
}

.hidden-bar-wrapper {
	height: 100%;
	padding:40px 15px 30px 30px;
}

.hidden-bar-wrapper .logo{
	padding-left:0px !important;
	padding-top:0px !important;
	margin-bottom:20px;
}

.hidden-bar .logo {
	padding: 30px 30px 0px;
	
}

.hidden-bar .logo img{
	display:inline-block;
	max-width:100%;
}

.hidden-bar .side-menu {
	background-color: transparent;
	padding: 0;
	font-size:13px;
}

.hidden-bar .side-menu ul li ul a {
	background: transparent;
}

.hidden-bar .side-menu ul li ul li ul li a {
	background: transparent;
}

.hidden-bar .side-menu a.current {
	color: #e5e5e5;
}

.hidden-bar .side-menu li.current > a {
	color: #c5a47e;
}

.hidden-bar .side-menu > ul{
	padding-bottom:150px;
}

.hidden-bar .side-menu ul li{
	position:relative;
	display:block;
	border-bottom: 1px dashed #fff;
}

.hidden-bar .side-menu ul li ul{
	
}

.hidden-bar .mCSB_scrollTools{
	right:-5px;
}

.hidden-bar .side-menu ul li .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	z-index:-1;
	width:32px;
	height:32px;
	color:#ffffff;
	line-height:32px;
	opacity:0.4;
	cursor:pointer;
	font-size:16px;
	text-align:center;
	border:1px solid #ffffff;
}

.hidden-bar .side-menu ul.navigation > li > ul > li.dropdown.open a::after{
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
}

.hidden-bar .side-menu ul.navigation > li > ul > li:first-child{
	border-top: 1px solid rgba(255,255,255,0.05);
}

.hidden-bar .side-menu ul.navigation > li > ul > li:last-child{
	border-bottom:none;
}
.hidden-bar .side-menu ul.navigation > li > ul > li:first-child{	border-top: 1px dashed #fff;}
.hidden-bar .side-menu ul.navigation > li > ul{margin-left: 20px;}
.hidden-bar .side-menu ul li a {
	background: transparent;
	color: #fff;
	display:block;
	font-size: 16px;
	line-height:22px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform:uppercase;
	padding:18px 15px 18px 0px;
	position: relative;
	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;
}

.hidden-bar .side-menu ul li a button{
	position: absolute;
    right: 15px;
    top: 6px;
    background: none;
    color: #e5e5e5;
    border: 1px solid #fff;
    border-radius: 0px;
    padding: 0px;
    width: 36px;
    height: 35px;
}

.hidden-bar .side-menu ul li a button:focus{
	outline:none;
	box-shadow:inherit;
}

.hidden-bar .side-menu ul.navigation > li > ul > li > a{
	color:#fff;
	display:block;
}

.hidden-bar .side-menu ul.navigation > li.active > a:before{
	content:'';
	position:absolute;
	left:100%;
	top:50%;
	margin-top:-1px;
	width:20px;
	border-bottom:2px solid #c5a47e;
}

.hidden-bar .side-menu ul > li.current > a,
.hidden-bar .side-menu ul > li > ul > li.current > a,
.hidden-bar .side-menu ul.navigation > li.active > a {
	color:#fff;
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul.navigation > li > ul > li > a:hover {
	color: #fff;
}

.hidden-bar .social-links{
	/*position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	padding:0px 10px;
	text-align:center;
	font-size:13px;
	line-height:20px;
	color:#999999;*/text-align: center;
    font-size: 13px;    padding-top: 5px;
}

.hidden-bar .social-links li{
	position:relative;
	display:inline-block;
	line-height:20px;
	margin:0px 8px;
}

.hidden-bar .social-links li a{
	display:block;
	color:#2c7c83;padding: 5px 10px;
	font-size:16px;background: #fff;
	transition:all 500ms ease;
}

.hidden-bar .social-links li a:hover{
	color:#ffffff;background:#2c7c83;
}

.hidden-bar .copyright-text{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:10px;
	line-height:20px;
	color:#a6a6a6;
	letter-spacing:1px;
	background: #2c7c83;
	text-transform:uppercase;
	padding:15px 10px 15px 30px;
}




























/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-toped{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#222222;
	display: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;		
}

.scroll-to-toped:hover{
	color:#ffffff;
	background:#000000;
}

/*** 

====================================================================
	Banner Section
====================================================================

***/

.banner-section{
	position:relative;
	overflow:hidden;
}

.banner-section .auto-container{
	position:relative;
}

.banner-section .slide{
	position:relative;
	padding-top:130px;
	overflow:hidden;
	padding-bottom:230px;
	background-position:left top;
	background-repeat:no-repeat;
}

.banner-section .slide .image-layer{
	position:absolute;
	right:-150px;
	top:0px;
	width:100%;
	height:100%;
	background-position:right top;
	background-repeat:no-repeat;
}

.banner-section .patern-icon-one{
	position: absolute;
    left: 15%;
    top: 30%;
    width: 80px;
    height: 92px;
	z-index:2;
    background-repeat: no-repeat;
}

.banner-section .patern-icon-two{
	position: absolute;
    left: 6%;
    top: 46%;
    width: 121px;
    height: 121px;
	z-index:2;
    background-repeat: no-repeat;
}

.banner-section .long-arrow{
	position: absolute;
    left: 20%;
    bottom: 0px;
    width: 17px;
    height: 152px;
    background-position: left top;
    background-repeat: no-repeat;
}

.banner-section .content-column{
	position:relative;
}

.banner-section .content-column .inner-column{
	position:relative;
}
.banner-section .banner-i .content-column h1{
	position:relative;
	color:#7ac142;
	font-weight:700;
	line-height:1.1em;font-size:50px;
	opacity: 1;
	
	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;
}

.banner-section .active .content-column h1{
	opacity: 1;
	
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-section .content-column .text{
	position:relative;
	color:#777777;
	font-size:20px;
	line-height:1.5em;
	margin-bottom:16px;
	font-weight:400;
	opacity: 1;
	margin-top:10px;
	
	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;
	font-family: 'Open Sans', sans-serif;
}

.banner-section .active .content-column .text{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.banner-section .content-column .btns-box{
	margin-top:35px;
	opacity: 1;
	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;
}

.banner-section .active .content-column .btns-box{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.banner-section .content-column .theme-btn{
	margin-right:15px;
}

.banner-section .owl-dots{
	position:absolute;
	right:110px;
	top:50%;
	display:none;
}

.banner-section .owl-dots .owl-dot{
	position:relative;
	width:16px;
	height:16px;
	margin-bottom:10px;
	border-radius:50px;
	background-color:#ffffff;
	margin-bottom:10px;
}

.banner-section .owl-dots .owl-dot:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0;
	border-radius:50px;
	border:3px solid #cc2b5e;
	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;
}

.banner-section .owl-dots .owl-dot.active:before,
.banner-section .owl-dots .owl-dot:hover::before{
	opacity:1;
}

.banner-section .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:1;
	width:100%;
	opacity:0;
	margin-top:-10px;
	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;
}

.banner-section:hover .owl-nav{
	opacity:1;
}

.banner-section .owl-nav .owl-prev{
	position:absolute;
	left:20px;
	width:60px;
	height:60px;
	color:#ee2e24;
	line-height:56px;
	font-size:24px;
	text-align:center;
	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;
	border:2px solid #ee2e24;
}

.banner-section .owl-nav .owl-next{
	position:absolute;
	right:20px;
	color:#ee2e24;
	font-size:24px;
	width:60px;
	height:60px;
	color:#ee2e24;
	line-height:56px;
	border-radius:50px;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:2px solid #ee2e24;
}

.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover{
	color:#ffffff;
	border-color:#ee2e24;
	background-color:#ee2e24;
}

/*** 

====================================================================
	Banner Section Two
====================================================================

***/

.banner-section-two{
	position:relative;
	overflow:hidden;
}

.banner-section-two .auto-container{
	position:relative;
}

.banner-section-two .slide{
	position:relative;
	padding-top:140px;
	padding-bottom:140px;
	background-position:center center;
	background-repeat:no-repeat;
}

.banner-section-two .slide:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(22,18,60,0.70);
}

.banner-section-two .long-arrow{
	position: absolute;
    left: 15%;
    bottom: -130px;
    width: 17px;
    height: 152px;
    background-position: left top;
    background-repeat: no-repeat;
}

.banner-section-two .content-boxed{
	position:relative;
	text-align:center;
}

.banner-section-two .content-boxed .inner-box{
	position:relative;
}

.banner-section-two .content-boxed h1{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.1em;
	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;
}

.banner-section-two .active .content-boxed h1{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-section-two .content-boxed .text{
	position:relative;
	color:#ffffff;
	font-size:24px;
	line-height:1.6em;
	margin-bottom:16px;
	font-weight:400;
	opacity: 0;
	margin-top:20px;
	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;
	font-family: 'Open Sans', sans-serif;
}

.banner-section-two .active .content-boxed .text{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.banner-section-two .content-boxed .btns-box{
	margin-top: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;
}

.banner-section-two .active .content-boxed .btns-box{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.banner-section-two .content-boxed .theme-btn{
	margin-right:15px;
}

.banner-section-two .owl-dots{
	position:absolute;
	right:110px;
	top:50%;
	display:none;
}

.banner-section-two .owl-dots .owl-dot{
	position:relative;
	width:16px;
	height:16px;
	margin-bottom:10px;
	border-radius:50px;
	background-color:#ffffff;
	margin-bottom:10px;
}

.banner-section-two .owl-dots .owl-dot:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0;
	border-radius:50px;
	border:3px solid #cc2b5e;
	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;
}

.banner-section-two .owl-dots .owl-dot.active:before,
.banner-section-two .owl-dots .owl-dot:hover::before{
	opacity:1;
}

.banner-section-two .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:1;
	width:100%;
	opacity:0;
	margin-top:-10px;
	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;
}

.banner-section-two:hover .owl-nav{
	opacity:1;
}

.banner-section-two .owl-nav .owl-prev{
	position:absolute;
	left:20px;
	width:60px;
	height:60px;
	color:#ee2e24;
	line-height:56px;
	font-size:24px;
	text-align:center;
	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;
	border:2px solid #ee2e24;
}

.banner-section-two .owl-nav .owl-next{
	position:absolute;
	right:20px;
	color:#ee2e24;
	font-size:24px;
	width:60px;
	height:60px;
	color:#ee2e24;
	line-height:56px;
	border-radius:50px;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:2px solid #ee2e24;
}

.banner-section-two .owl-nav .owl-prev:hover,
.banner-section-two .owl-nav .owl-next:hover{
	color:#ffffff;
	border-color:#ee2e24;
	background-color:#ee2e24;
}

/*** 

====================================================================
	Banner Section Three
====================================================================

***/

.banner-section-three{
	position:relative;
	overflow:hidden;
}

.banner-section-three .auto-container{
	position:relative;
}

.banner-section-three .slide{
	position:relative;
	padding-top:142px;
	padding-bottom:142px;
	background-position:center center;
	background-repeat:no-repeat;
}

.banner-section-three .slide:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-image: -ms-linear-gradient(left, #7ac142 0%, rgba(255,255,255,0) 100%);
	background-image: -moz-linear-gradient(left, #7ac142 0%, rgba(255,255,255,0) 100%);
	background-image: -o-linear-gradient(left, #7ac142 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac142), color-stop(100, rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(left, #7ac142 0%, rgba(255,255,255,0) 100%);
	background-image: linear-gradient(to right, #7ac142 0%, rgba(255,255,255,0) 100%);
}

.banner-section-three .long-arrow{
	position: absolute;
    left: 15%;
    bottom: -130px;
    width: 17px;
    height: 152px;
    background-position: left top;
    background-repeat: no-repeat;
}

.banner-section-three .content-boxed{
	position:relative;
}

.banner-section-three .content-boxed .inner-box{
	position:relative;
}

.banner-section-three .content-boxed h1{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.1em;
	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;
}

.banner-section-three .active .content-boxed h1{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-section-three .content-boxed .text{
	position:relative;
	color:#ffffff;
	font-size:24px;
	line-height:1.6em;
	margin-bottom:16px;
	font-weight:400;
	opacity: 0;
	margin-top:20px;
	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;
	font-family: 'Open Sans', sans-serif;
}

.banner-section-three .active .content-boxed .text{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.banner-section-three .content-boxed .btns-box{
	margin-top: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;
}

.banner-section-three .active .content-boxed .btns-box{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.banner-section-three .content-boxed .theme-btn{
	margin-right:15px;
}

.banner-section-three .owl-dots{
	position:absolute;
	right:110px;
	top:50%;
	display:none;
}

.banner-section-three .owl-dots .owl-dot{
	position:relative;
	width:16px;
	height:16px;
	margin-bottom:10px;
	border-radius:50px;
	background-color:#ffffff;
	margin-bottom:10px;
}

.banner-section-three .owl-dots .owl-dot:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0;
	border-radius:50px;
	border:3px solid #cc2b5e;
	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;
}

.banner-section-three .owl-dots .owl-dot.active:before,
.banner-section-three .owl-dots .owl-dot:hover::before{
	opacity:1;
}

.banner-section-three .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:1;
	width:100%;
	opacity:0;
	margin-top:-30px;
	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;
}

.banner-section-three:hover .owl-nav{
	opacity:1;
}

.banner-section-three .owl-nav .owl-prev{
	position:absolute;
	left:20px;
	width:60px;
	height:60px;
	color:#ee2e24;
	line-height:56px;
	font-size:24px;
	text-align:center;
	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;
	border:2px solid #ee2e24;
}

.banner-section-three .owl-nav .owl-next{
	position:absolute;
	right:20px;
	color:#ee2e24;
	font-size:24px;
	width:60px;
	height:60px;
	color:#ee2e24;
	line-height:56px;
	border-radius:50px;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:2px solid #ee2e24;
}

.banner-section-three .owl-nav .owl-prev:hover,
.banner-section-three .owl-nav .owl-next:hover{
	color:#ffffff;
	border-color:#ee2e24;
	background-color:#ee2e24;
}

/*** 

====================================================================
	About Section
====================================================================

***/
.no-padding{padding: 0;}
.services{background: #c2e7ea;
	position:relative;
	padding:0px;}
.benifits{background: #c2e7ea;
	position:relative;
	padding:80px 0px 80px;}
.about-section{
	position:relative;
	padding:80px 0px 80px;
}

.about-section.style-two{
	padding-top:145px;
}

.about-section .long-arrow{
	position: absolute;
    left: 8%;
    top: -190px;
    width: 17px;
    height: 152px;
	z-index:2;
    background-position: left top;
    background-repeat: no-repeat;
}

.about-section.style-two .circle-layer{
	top:85px;
}

.about-section .circle-layer{
	position:absolute;
	left:40%;
	top:0%;
	width:65px;
	height:65px;
	background-repeat:no-repeat;
}

.about-section .dotted-layer{
	position:absolute;
	right:5%;
	top:32%;
	width:306px;
	height:392px;
	background-repeat:no-repeat;
}

.about-section .inner-container{
	position:relative;
	padding:0px 20px;
}

.about-section .inner-container .row{
	margin:0px -60px;
}

.about-section .inner-container .column{
	padding:0px 50px;
}


.about-section .inner-container p{
	position:relative;
	color:#333;
	font-size:15px;
	line-height:1.5em;
	margin-bottom:18px;
}

.about-section .inner-container .read-more{
	position:relative;
	color:#7ac142;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	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;
	font-family: 'Open Sans', sans-serif;
}

.about-section .inner-container .read-more .arrow{
	position:relative;
	margin-left:6px;
	color:#ee2e24;
}

.about-section .inner-container .read-more:hover{
	color:#ee2e24;
}

.about-section .counter-boxed{
	position:relative;
	/*padding-left:120px;*/
	padding-top:80px;
}

.fact-counter{
	position:relative;
}

.fact-counter .column{
	position:relative;
	margin-bottom:30px;
}

.fact-counter .column .inner{
	position:relative;
	text-align:center;
}

.fact-counter .column .inner:before{
	position:absolute;
	content:'';
	right:-60px;
	top:0px;
	width:1px;
	height:100%;
	border-right:1px dashed rgba(64,64,64,0.50);
}

.fact-counter .column:last-child .inner:before{
	display:none;
}

.fact-counter .column .inner .content{
	position:relative;
}

.fact-counter .column .inner .icon{
	position:relative;
	color:#2c7c83;
	font-size:64px;
	text-align:center;
	line-height:1em;
	font-weight: 400;
	margin-bottom:18px;
	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{
	-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;
}

.fact-counter .column .inner .count-outer{
	position:relative;
	font-weight:500;
	color:#7ac142;
	font-size:64px;
	line-height:1em;
}

.fact-counter .column .inner .counter-title{
	position:relative;
	color:#222222;
	font-size:15px;
	font-weight:500;
	margin-top:5px;

	font-family: 'Work Sans', sans-serif;
}

.fact-counter.style-two .column .inner .count-outer,
.fact-counter.style-two .column .inner .counter-title,
.fact-counter.style-two .column .inner .icon{
	color:#ffffff;
}

.fact-counter.style-two .column .inner:before{
	right:-25px;
	opacity:0.5;
	border-color:#ffffff;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
	padding:0px 0px 0px;
}

.services-section .sec-title{
	position:relative;
	margin-left:45px;
}

.services-section .service-image{
	position:absolute;
	left:0px;
	top:-160px;
	width:330px;
	height:950px;
	border-radius:0px 40px 40px 0px;
}

.services-section .service-image:before{
	position:absolute;
	content:'';
	right:-100px;
	top:172px;
	width:152px;
	height:17px;
	background:url(../images/icons/long-arrow-2.png) no-repeat;
}

.services-section .icon-one{
	position:absolute;
	right:10%;
	bottom:10%;
	width:80px;
	height:92px;
	background-repeat:no-repeat;
}

.services-section .inner-container{
	position:relative;
	padding-left:70px;
}

/* Service Block */

.service-block{
	position:relative;
	margin-bottom:20px;
}
.service-block img{border-radius: 25px;}
.service-block .inner-box{
	position:relative;
	padding:30px 15px 0px 15px;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;text-align: center;
}

.service-block .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:40%;
	height:100%;
	opacity:0;
	border-radius:12px;
	background-color:#f8f5fd;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.service-block .inner-box:hover::before{
	width:100%;
	opacity:1;
}

.service-block .inner-box .icon-box{
	position:relative;
	width: 70px;
    height: 70px;
    color: #02545b;
    font-size: 35px;
    line-height: 65px;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
	display:inline-block;
	border:2px solid #e8e0f5;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.service-block .inner-box .icon-box .icon{
	position:relative;
}

.service-block .inner-box:hover .icon-box{
	color:#ffffff;
	border-color:#02545b;
}

.service-block .inner-box .icon-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0;
	background-color:#02545b;
	transform:scale(0.4,0.4);
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.service-block .inner-box:hover .icon-box:before{
	opacity:1;
	transform:scale(1,1);
}

.service-block .inner-box h5{
	position:relative;
	margin-top:17px;
	font-size:18px;
	line-height:1.3em;
	font-weight:500;
	margin-bottom:10px;
	text-transform:capitalize;
}

.service-block .inner-box h5 a{
	position:relative;
	color:#02545b;
}

.service-block .inner-box .text{
	position:relative;
	color:#333;
	font-size:15px;
	line-height:1.5em;
	padding-bottom:10px;
}

.service-block .inner-box .arrow-box{
	position:relative;
	width:50px;
	height:50px;
	color:#ffffff;
	text-align:center;
	line-height:50px;
	bottom:-25px;
	opacity:0;
	border-radius:50px;
	display:inline-block;
	background-color:#ee2e24;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
	transform:translateX(-30px);
	box-shadow:0px 0px 40px rgba(248,245,253,1);
}
.service-block .text a{color:#333}
.service-block .inner-box:hover .arrow-box{
	transform:translateX(0px);
	opacity:1;
}

/*** 

====================================================================
	Call To Action Section
====================================================================

***/

.call-to-action-section{
	position:relative;
	padding:80px 0px;
	background-color:#0fa3af;
	background-position:left top;
	background-repeat:repeat-x;
}

.call-to-action-section .dotted-icons{
	position:absolute;
	right:0px;
	bottom:0px;
	width:180px;
	height:180px;
	background-repeat:no-repeat;
}

.call-to-action-section .inner-container{
	position:relative;
	text-align:center;
}

.call-to-action-section .inner-container h2{
	position:relative;
	color:#ffffff;
	font-weight:500;
	line-height:1.2em;
	margin-bottom:20px;
}

.call-to-action-section .inner-container .text{
	position:relative;
	font-size:20px;
	font-weight:400;
	font-size:18px;
	color:#ffffff;
	opacity:1;
	line-height:1.7em;
	margin-bottom:40px;
}

/*** 

====================================================================
	Choose Section
====================================================================

***/

.choose-section{
	position:relative;
	padding:105px 0px 60px 0px;
}

.choose-section .circle-layer{
	position:absolute;
	left:45%;
	top:15%;
	width:180px;
	height:180px;
	background-repeat:no-repeat;
}

.choose-section .patern-icon-two{
	position:absolute;
	right:10%;
	bottom:10%;
	width:121px;
	height:121px;
	background-repeat:no-repeat;
}

.choose-section .sec-title{
	margin-left:0px;
	margin-bottom:50px;
}

.choose-section .inner-container{
	position:relative;
}

.choose-section .inner-container .long-arrow{
	position: absolute;
    left: 49%;
    top: -250px;
    width: 17px;
    height: 152px;
    background-position: left top;
    background-repeat: no-repeat;
}

.choose-section .inner-container .image-column{
	position:relative;
	margin-bottom:50px;
}

.choose-section .inner-container .image-column .inner-column{
	position:relative;
	padding-left:30px;
	padding-right:40px;
}

.choose-section .inner-container .image-column .image{
	position:relative;
}

.choose-section .inner-container .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.choose-section .inner-container .content-column{
	position:relative;
	/*margin-bottom:40px;*/
}

.choose-section .inner-container .content-column .inner-column{
	position:relative;
	padding-top:5px;
}

.choose-section .inner-container .content-column ul{
	position:relative;
}

.choose-section .inner-container .content-column ul li{
	position:relative;
	color:#222222;
	font-size:15px;
	line-height:1.8em;
	margin-bottom: 15px;
    border-bottom: 1px solid #e8e0f5;
    padding-bottom: 15px;
}

.choose-section .inner-container .content-column ul li:last-child{
	margin-bottom:0px;
}

.choose-section .inner-container .content-column ul li strong{
	position:relative;
	display:block;
	color:#333;
	font-weight:600;
	font-size:22px;
	margin-bottom:10px;
	text-transform:capitalize;text-indent: -30px;
    margin-left: 25px;
}

.choose-section .inner-container .content-column ul li:nth-child(1) strong:before{
	/*position:absolute;*/
	content:'\f14c';
	left:-14px;
	top:-2px;
	color:#7ac142;
	font-size:22px;margin-right: 10px;
	font-weight:600;font-family: Flaticon;
}
.choose-section .inner-container .content-column ul li:nth-child(2) strong:before{
	/*position:absolute;*/
	content:'\f110';
	left:-14px;
	top:-2px;
	color:#7ac142;
	font-size:22px;margin-right: 10px;
	font-weight:600;font-family: Flaticon;
}
.choose-section .inner-container .content-column ul li:nth-child(3) strong:before{
	/*position:absolute;*/
	content:'\f114';
	left:-14px;
	top:-2px;
	color:#7ac142;
	font-size:22px;margin-right: 10px;
	font-weight:600;font-family: Flaticon;
}
.choose-section .inner-container .content-column ul li:nth-child(4) strong:before{
	/*position:absolute;*/
	content:'\f1b3';
	left:-14px;
	top:-2px;
	color:#7ac142;
	font-size:22px;margin-right: 10px;
	font-weight:600;font-family: Flaticon;
}
.choose-section .inner-container .content-column ul li:nth-child(5) strong:before{
	/*position:absolute;*/
	content:'\f1b4';
	left:-14px;
	top:-2px;
	color:#7ac142;
	font-size:22px;margin-right: 10px;
	font-weight:600;font-family: Flaticon;
}
/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section{
	position:relative;
	overflow:hidden;
	padding:90px 0px 0px;
}

.gallery-section .auto-container{
	max-width:1800px;
}

.gallery-block{
	position:relative;
	margin-bottom:30px;
}

.gallery-block .inner-box{
	position:relative;
	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-block .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#000000;
}

.gallery-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	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-block .inner-box:hover .image img{
	opacity:0.7;
}

.gallery-block .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	bottom:-150px;
	right:0px;
	padding:35px 35px;
	background-color:#ffffff;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.gallery-block .inner-box:hover{
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.gallery-block .inner-box:hover .image .overlay-box{
	bottom:0px;
}

.gallery-block .inner-box .image .overlay-box .content{
	position:relative;
}

.gallery-block .inner-box .image .overlay-box h3{
	position:relative;
	line-height:1.3em;
	font-weight:600;
}

.gallery-block .inner-box .image .overlay-box h3 a{
	position:relative;
	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;
}

.gallery-block .inner-box .image .overlay-box h3 a:hover{
	color:#ee2e24;
}

.gallery-block .inner-box .image .overlay-box .category{
	position:relative;
	color:#ee2e24;
	font-size:14px;
	margin-top:4px;
}

.gallery-block .inner-box .image .overlay-box .search-icon{
	position:relative;
	width:50px;
	height:50px;
	color:#ffffff;
	font-size:16px;
	text-align:center;
	line-height:50px;
	margin-top:8px;
	border-radius:50px;
	display:inline-block;
	background-color:#ee2e24;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section{
	position:relative;
	padding:195px 0px 100px;
}

.testimonial-section .owl-nav{
	display:none;
}

.testimonial-section .owl-dots{
	position:relative;
	text-align:center;
	margin-top:50px;
}

.testimonial-section .owl-dots .owl-dot{
	position:relative;
	margin:0px 6px;
	width:9px;
	height:9px;
	border-radius:50px;
	display:inline-block;
	background-color:#dddddd;
	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;
}

.testimonial-section .owl-dots .owl-dot:hover,
.testimonial-section .owl-dots .owl-dot.active{
	background-color:#ee2e24;
}

.testimonial-section .sec-title{
	margin-bottom:50px;
}

.testimonial-section .circle-layer{
	position:absolute;
	left:30%;
	top:15%;
	width:180px;
	height:180px;
	background-repeat:no-repeat;
}

.testimonial-section .long-arrow{
	position: absolute;
    left: 50%;
    top: 0px;
    width: 17px;
    height: 152px;
	margin-left:-8px;
    background-repeat: no-repeat;
}

.testimonial-section .plus-icons{
	position: absolute;
    left: 15%;
    bottom: 8%;
    width: 80px;
    height: 92px;
    background-repeat: no-repeat;
}

.testimonial-section .side-pattern{
	position:absolute;
	right:0px;
	top:-20px;
	width:561px;
	height:654px;
	background-repeat:no-repeat;
}

.testimonial-block{
	position:relative;
}

.testimonial-block .inner-box{
	position:relative;
	padding-left:135px;
}

.testimonial-block .inner-box .author-image{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:100px;
	overflow:hidden;
	border-radius:50px;
}

.testimonial-block .inner-box .text{
	position:relative;
	color:#222222;
	font-size:15px;
	line-height:1.8em;
	margin-bottom:25px;
}

.testimonial-block .inner-box .author-info{
	position:relative;
	color:#7ac142;
	font-size:18px;
	line-height:1.2em;
	font-weight:600;
}

.testimonial-block .inner-box .designation{
	position:relative;
	color:#222222;
	font-size:13px;
	line-height:1.5em;
	margin-top:5px;
	font-weight:400;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position:relative;
	padding:60px 0px 0px;
	background: #054250
	
	
}

.contact-section .column{
	position:relative;
	margin-bottom:40px;
}

.contact-section .column .inner-column{
	position:relative;
	padding-left:100px;
}

.contact-section .column .inner-column .long-arrow{
	position:absolute;
	left:-100px;
	top:12px;
	width:153px;
	height:17px;
	background-repeat:no-repeat;
}

.contact-section .info-list{
	position:relative;
}

.contact-section .info-list li{
	position:relative;
	color:#ffffff;
	font-size:15px;
	line-height:1.8em;
	margin-bottom:45px;
	font-family: 'Open Sans', sans-serif;
}

.contact-section .info-list li:last-child{
	margin-bottom:0px;
}

.contact-section .info-list li a{
	position:relative;
	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;
}

.contact-section .info-list li a:hover{
	color:#ee2e24;
}

.contact-section .info-list strong{
	position:relative;
	color:#ffffff;
	font-size:22px;
	font-weight:600;
	line-height:1.4em;
	display:block;
	margin-bottom:8px;
	font-family: 'Work Sans', sans-serif;
}

.contact-section .info-list strong span.location:before{
	position:absolute;
	content:'\f1af';
	left:-30px;
	top:-2px;
	color:#2c7c83;
	font-size:20px;font-family: Flaticon;
}
.contact-section .info-list strong span.phone:before {
	position:absolute;
	content:'\f17f';
	left:-30px;
	top:-2px;
	color:#2c7c83;
	font-size:20px;font-family: Flaticon;
}
.contact-section .info-list strong span.email:before{
	position:absolute;
	content:'\f17e';
	left:-30px;
	top:-2px;
	color:#2c7c83;
	font-size:20px;font-family: Flaticon;
}

/*** 

====================================================================
	Default Form
====================================================================

 ***/

.default-form{
	position:relative;
}

.default-form .form-group{
	position:relative;
	margin-bottom:15px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="email"],
.default-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 30px;
	height:50px;
	color:#ffffff;
	font-size:14px;
	border-radius:5px;
	background:none;
	border:2px solid rgba(255,255,255,0.20);
	-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::placeholder,
.default-form .form-group textarea::placeholder{
	color:#ffffff;
	text-transform:uppercase;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus{
	border-color:rgba(255,255,255,0.60);
}

.default-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 30px;
	color:#ffffff;
	height:135px;
	font-size:14px;
	resize:none;
	border-radius:25px;
	background:none;
	border:2px solid rgba(255,255,255,0.20);
	-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 .theme-btn{
	margin-top:10px;
}

/*** 

====================================================================
	Call To Action Section Two
====================================================================

***/

.call-to-action-section-two{
	position:relative;
	padding:115px 0px;
	background-color:#fff1f2;
}

.call-to-action-section-two .dotted-icons{
	position:absolute;
	left:30px;
	top:30px;
	width:214px;
	height:221px;
	background-repeat:no-repeat;
}

.call-to-action-section-two .plus-icons{
	position:absolute;
	right:25%;
	bottom:10%;
	width:80px;
	height:92px;
	background-repeat:no-repeat;
}

.call-to-action-section-two .inner-container{
	position:relative;
	text-align:center;
}

.call-to-action-section-two .inner-container h2{
	position:relative;
	color:#222222;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:18px;
}

.call-to-action-section-two .inner-container .text{
	position:relative;
	font-size:20px;
	font-weight:400;
	font-size:20px;
	color:#222222;
	opacity:0.80;
	line-height:1.7em;
	margin-bottom:40px;
}

.call-to-action-section-two .btns-box{
	position:relative;
}

.call-to-action-section-two .btns-box .theme-btn{
	position:relative;
	margin:0px 10px;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	background: #00B4DB;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #0083B0, #00B4DB);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #0083B0, #00B4DB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
					
	position:relative;
}

.main-footer.style-two{
	background-color:#f8f5fd;
}

.main-footer .patern-icon{
	position:absolute;
	left:15%;
	top:10%;
	width:121px;
	height:121px;
	background-repeat:no-repeat;
}

.main-footer .footer-widget{
	position:relative;
	/*margin-bottom:40px;*/
}

.main-footer .widgets-section{
	position:relative;
	padding:50px 0px 10px;
}

.main-footer .footer-title{
	position:relative;
	margin-bottom:25px;
	margin-top:15px;
}

.main-footer .footer-widget h4{
	position:relative;
	font-weight:600;
	color:#fff;
	line-height:1.4em;
	padding-left:15px;text-transform: uppercase;
}

.main-footer .footer-widget h4:before{
	position: absolute;
    content: ':';
    left: 0px;
    top: -2px;
    color: #ee2e24;
    font-size: 20px;
}

.main-footer .logo-widget{
	position:relative;
}

.main-footer .logo-widget .logo{
	position:relative;
	margin-bottom:10px;
}

.main-footer .logo-widget .text{
	position:relative;
	color:#fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8em;
	margin-bottom: 18px;
	padding-right:20px;text-align: justify;
}

.main-footer .logo-widget .social-links{
	position:relative;
}

.main-footer .logo-widget .social-links li{
	position:relative;
	margin-right:15px;
	display:inline-block;
}

.main-footer .logo-widget .social-links li a{
	position:relative;
	color:#2c7c83;
	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;
	background: #fff;
    padding: 5px 10px;
    border-radius: 5%;
}

.main-footer .logo-widget .social-links li a:hover{
	background:#2c7c83;color:#fff
}

.main-footer .logo-widget .copyright{
	position:relative;
	margin-top:35px;
	color:#a7a7a7;
	font-size:15px;
}



.main-footer .links-widget ul li{
	position:relative;
	/*margin-bottom:12px;*/border-bottom: 1px solid #1bb1f5; padding-top: 13px;
    padding-bottom: 13px;
}
.main-footer .links-widget ul li:last-child{border: none;}
.main-footer .links-widget ul li a{
	position:relative;
	color:#f5f5f5;
	font-size:15px;
	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;
	font-family: 'Open Sans', sans-serif;
   
    padding-left: 5px;
}


.main-footer .links-widget ul li a:hover{
	color:#ee2e24;
}

/*Gallery Widget*/

.main-footer .gallery-widget{
	position:relative;
}

.main-footer .gallery-widget .images-outer{
	position:relative;
	margin:0px -3px;
}

.main-footer .gallery-widget .image-box{
	position:relative;
	float:left;
	width:25%;
	padding:0px 6px;
	margin-bottom:12px;
}

.main-footer .gallery-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;
}

.main-footer .gallery-widget .image-box img:hover{
	opacity:0.70;	
}

/*** 

====================================================================
	About Section Two
====================================================================

***/

.about-section-two{
	position:relative;
	padding:125px 0px 80px;
}

.about-section-two .circle-layer{
	position:absolute;
	right:20%;
	top:10%;
	width:65px;
	height:65px;
	background-repeat:no-repeat;
}

.about-section-two .dotted-layer{
	position:absolute;
	right:0px;
	bottom:-110px;
	width:306px;
	height:392px;
	background-repeat:no-repeat;
}

.about-section-two .image-column{
	position:relative;
	margin-bottom:40px;
}

.about-section-two .image-column .inner-column{
	position:relative;
	padding-right:40px;
}

.about-section-two .image-column .image{
	position:relative;
}

.about-section-two .image-column .image img{
	position:relative;
	width:100%;
	display:block;
	border-radius:15px;
}


.about-section-two .content-column{
	position:relative;
}

.about-section-two .content-column .sec-title{
	margin-bottom:25px;
}

.about-section-two .content-column .inner-column{
	position:relative;
	padding-top:15px;
}

.about-section-two .content-column .text{
	position:relative;
	color:#222222;
	font-size:15px;
	line-height:1.9em;
	margin-bottom:20px;
}

.about-section-two .content-column .theme-btn{
	margin-top:45px;
}

/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two{
	position:relative;
	padding:110px 0px 60px;
	background-color:#f8f5fd;
}

.services-section-two .long-arrow{
	position: absolute;
    left: 50%;
    top: -35px;
    width: 17px;
    height: 91px;
    margin-left: -8px;
    background-repeat: no-repeat;
}

.services-section-two .plus-icons{
	position:absolute;
	left:15%;
	bottom:10%;
	width:80px;
	height:92px;
	background-repeat:no-repeat;
}

.services-section-two .sec-title{
	margin-bottom:60px;
}

/* Service Block Two */

.service-block-two{
	position:relative;
	margin-bottom:60px;
}

.service-block-two .inner-box{
	position:relative;
	text-align:center;
	padding:0px 25px 0px;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.service-block-two .inner-box .icon-box{
	position:relative;
	width:100px;
	height:100px;
	color:#7ac142;
	font-size:48px;
	line-height:96px;
	text-align:center;
	overflow:hidden;
	border-radius:15px;
	display:inline-block;
	border:2px solid #e8e0f5;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.service-block-two .inner-box .icon-box .icon{
	position:relative;
}

.service-block-two .inner-box:hover .icon-box{
	color:#ffffff;
	border-color:#ee2e24;
}

.service-block-two .inner-box .icon-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0;
	background-color:#ee2e24;
	transform:scale(0.4,0.4);
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.service-block-two .inner-box:hover .icon-box:before{
	opacity:1;
	transform:scale(1,1);
}

.service-block-two .inner-box h5{
	position:relative;
	margin-top:30px;
	font-size:22px;
	line-height:1.3em;
	font-weight:600;
	margin-bottom:17px;
	text-transform:capitalize;
}

.service-block-two .inner-box h5 a{
	position:relative;
	color:#222222;
	transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.service-block-two .inner-box h5 a:hover{
	color:#ee2e24;
}

.service-block-two .inner-box .text{
	position:relative;
	color:#222222;
	font-size:15px;
	line-height:1.8em;
	padding-bottom:10px;
}

/*** 

====================================================================
	Gallery Section Two
====================================================================

***/

.gallery-section-two{
	position:relative;
	padding:110px 0px 90px;
}

.gallery-section-two .long-arrow{
	position: absolute;
    left: 50%;
    top: -35px;
    width: 17px;
    height: 91px;
    margin-left: -8px;
    background-repeat: no-repeat;
}

.gallery-section-two .pattern-icon{
	position: absolute;
    right: 10%;
    bottom: 10%;
    width: 121px;
    height: 121px;
    background-repeat: no-repeat;
}

/* Gallery Item */

.gallery-block-two{
	position:relative;
	margin-bottom:30px;
}

.gallery-block-two .inner-box{
	position:relative;
	width:100%;
}

.gallery-block-two .image-box{
	position:relative;
	display:block;
	margin:0px;
	overflow:hidden;
	border-radius:0px;
}

.gallery-block-two .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.gallery-block-two .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	color:#ffffff;
	text-align:center;
	 transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	-moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	background-color:rgba(252,76,89,0.95);
}

.gallery-block-two .inner-box:hover .overlay-box{
	opacity:1;
	-moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    visibility: visible;
}

.gallery-block-two .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
}

.gallery-block-two .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.gallery-block-two .overlay-box h4{
	position:relative;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:8px;
	font-size:26px;
}

.gallery-block-two .overlay-box h4 a{
	position:relative;
	color:#ffffff;
}

.gallery-block-two .overlay-box .category{
	position:relative;
	color:#ffffff;
	font-size:16px;
}

.gallery-block-two .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;
	border-radius:50px;
	display:inline-block;
	background-color:#7148eb;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.gallery-block-two .overlay-inner .link .icon{
	position:relative;
	z-index:1;
}

.gallery-block-two .overlay-inner .link:hover{
	box-shadow:inset 0 0 10px rgba(0,0,0,0.90);
}

/*** 

====================================================================
	Video Section
====================================================================

***/

.video-section{
	position:relative;
	padding:120px 0px 120px;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
}

.video-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.65);
}

.video-section h2{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.2em;
}

.video-section .title{
	position:relative;
	color:#ffffff;
	font-weight:400;
	line-height:1.6em;
	font-size:15px;
	font-weight:500;
	letter-spacing:4px;
	margin-top:20px;
	text-transform:uppercase;
}

.video-section .video-box{
	position:absolute;
	top:150px;
	right:140px;
	width:100px;
	height:100px;
	color:#ffffff;
	font-size:28px;
	text-align:center;
	border-radius:50px;
	line-height: 100px;
	display:inline-block;
	z-index:1;
	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:#ee2e24;
}

.video-section .video-box .overlay-box span{
	position: absolute;
	width:100px;
	height: 100px;
	left:50%;
    top: 50%;
	z-index:99;
	color: #ffffff;
	font-weight:400;
	font-size:16px;
	text-align: center;
	border-radius:50%;
	padding-left:7px;
	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 .video-box .ripple,
.video-section .video-box .ripple:before,
.video-section .video-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 .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-section .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);}
}

/*** 

====================================================================
	Experiance Section
====================================================================

***/

.experiance-section{
	position:relative;
	padding:110px 0px 60px;
}

.experiance-section .auto-container{
	position:relative;
}

.experiance-section .long-arrow{
	position: absolute;
    left: 2%;
    top: -135px;
    width: 17px;
    height: 91px;
    margin-left: -8px;
    background-repeat: no-repeat;
}

.experiance-section .sec-title{
	margin-bottom:60px;
}

.experiance-section .experiance-column{
	position:relative;
}

.experiance-section .experiance-column .inner-column{
	position:relative;
	border-radius:8px;
	text-align:center;
	padding:60px 30px;
	background-color:#7ac142;
}

.experiance-section .experiance-column .number{
	position:relative;
	color:#ffffff;
	line-height:1em;
	font-size:134px;
	font-weight:700;
	font-family: 'Work Sans', sans-serif;
}

.experiance-section .experiance-column .years{
	position:relative;
	color:#ffffff;
	line-height:1.4em;
	font-size:24px;
	font-weight:600;
	letter-spacing:1px;
	padding-top:40px;
	margin-top:20px;
	display:inline-block;
}

.experiance-section .experiance-column .years:before{
	position:absolute;
	content:'';
	left:50%;
	top:0px;
	width:1px;
	height:30px;
	background-color:#ee2e24;
}

.experiance-section .skill-column{
	position:relative;
}

.experiance-section .skill-column .inner-column{
	position:relative;
	padding-left:30px;
}

.experiance-section .skill-column h3{
	position:relative;
	font-weight:500;
	color:#222222;
	line-height:1.3em;
}

.experiance-section .skill-column .text{
	position:relative;
	font-weight:400;
	color:#222222;
	line-height:1.8em;
	font-size:15px;
	margin-top:10px;
	padding-right:50px;
	margin-bottom:25px;
}

/* Skills Section */

.skills .skill-item{
	position:relative;
	margin-bottom:42px;
	padding-right:90px;
}

.skills .skill-item:last-child{
	margin-bottom:0px;
}

.skills .skill-item .skill-bar{
	position:relative;
	width:100%;
	height:5px;
}

.skills .skill-item .skill-bar .bar-inner{
	position:relative;
	width:100%;
	overflow:hidden;
	height:8px;
	background:url(../images/icons/skill-lines.png) repeat-x;
}

.skills.style-two .skill-item .skill-bar .bar-inner{
	background-color:#eeeeee;
}

.skills .skill-item .skill-bar .bar-inner .bar{
	position:absolute;
	left:0px;
	top:0px;
	height:6px;
	width:0px;
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
	background-image: -ms-linear-gradient(left, #33297B 0%, #f24a5b 100%);
	background-image: -moz-linear-gradient(left, #33297B 0%, #f24a5b 100%);
	background-image: -o-linear-gradient(left, #33297B 0%, #f24a5b 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #33297B), color-stop(100, #f24a5b));
	background-image: -webkit-linear-gradient(left, #33297B 0%, #f24a5b 100%);
	background-image: linear-gradient(to right, #33297B 0%, #f24a5b 100%);
}

.skills .skill-item .skill-header{
	position:relative;
	margin-bottom:14px;
}

.skills .skill-item .skill-header .skill-title{
	position:relative;
}

.skills .skill-item .skill-header .skill-title{
	float:left;
	color:#222222;
	font-size:14px;
	font-weight:500;
	line-height:1.4em;
	text-transform:uppercase;
	font-family: 'Work Sans', sans-serif;
}

.skills .skill-item .skill-header .skill-percentage{
	position:absolute;
	right:-90px;
	top:5px;
	float:right;
	font-weight:300;
	color:#222222;
	font-size:32px;
	font-family: 'Work Sans', sans-serif;
}

/*** 

====================================================================
	Featured Section
====================================================================

***/

.featured-section{
	position:relative;
	padding:50px 0px 80px;
}

.feature-block{
	position:relative;
	margin-bottom:30px;
}

.feature-block .inner-box{
	position:relative;
	text-align:center;
}

.feature-block .inner-box:before{
	position:absolute;
	content:'';
	right:-40px;
	top:50px;
	width:74px;
	height:31px;
	background:url(../images/icons/arrow-icon.png) no-repeat;
}

.feature-block:last-child .inner-box:before{
	display:none;
}

.feature-block .inner-box .icon{
	position:relative;
	margin-bottom:18px;
}

.feature-block .inner-box h5{
	position:relative;
	font-size:22px;
	font-weight:600;
	color:#222222;
	line-height:1.3em;
	display:inline-block;
}

.feature-block .inner-box h5:before{
	position:absolute;
	content:':';
	left:-15px;
	top:-2px;
	color:#fa4c59;
	font-size:24px;
}

.feature-block .inner-box .text{
	position:relative;
	color:#222222;
	font-size:15px;
	line-height:1.8em;
	margin-top:12px;
	padding:0px 25px;
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section{
	position:relative;
	padding:110px 0px 85px;
}

.counter-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(252,76,89,0.95);
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	padding:120px 0px 20px;
}

.team-section .sec-title{
	margin-bottom:50px;
}

.team-section .long-arrow{
	position: absolute;
    left: 50%;
    top: -30px;
    width: 17px;
    height: 91px;
    margin-left: -8px;
    background-repeat: no-repeat;
}

.team-block{
	position:relative;
	margin-bottom:30px;
}

.team-block .inner-box{
	position:relative;
	padding:50px 15px;
	text-align:center;
}

.team-block .inner-box .image{
	position:relative;
	width:170px;
	height:170px;
	margin:0 auto;
	overflow:hidden;
	border-radius:50%;
}

.team-block .inner-box h6{
	position:relative;
	font-size:18px;
	font-weight:700;
	margin-top:26px;
	color:#222222;
	text-transform:uppercase;
	font-family: 'Hind', sans-serif;
}

.team-block .inner-box h6 a{
	position:relative;
	color:#222222;
}

.team-block .inner-box .designation{
	position:relative;
	color:#666666;
	font-size:14px;
	margin-top:2px;
	text-transform:uppercase;
	font-family: 'Hind', sans-serif;
}

.team-block .inner-box .social-links{
	position:relative;
	margin-top:15px;
}

.team-block .inner-box .social-links li{
	position:relative;
	margin:0px 7px;
	display:inline-block;
}

.team-block .inner-box .social-links li a{
	position:relative;
	color:#666666;
	font-size:14px;
	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;
}

.team-block .inner-box .social-links li a:hover{
	color:#ee2e24;
}

.team-block .inner-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	color:#ffffff;
	text-align:center;
	border-radius:15px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	opacity:0;
	-moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	background-color:#7ac142;
}

.team-block .inner-box:hover .overlay-box{
	opacity:1;
	-moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    visibility: visible;
}

.team-block .inner-box .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 25px;
}

.team-block .inner-box .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.team-block .inner-box .overlay-box .name{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	font-family: 'Hind', sans-serif;
}

.team-block .inner-box .overlay-box .name a{
	position:relative;
	color:#ffffff;
}

.team-block .inner-box .overlay-box .designation-popup{
	position:relative;
	color:#ffffff;
	font-size:14px;
	margin-top:6px;
	text-transform:uppercase;
	font-family: 'Hind', sans-serif;
}

.team-block .inner-box .overlay-box .text{
	position:relative;
	color:#ffffff;
	font-size:14px;
	line-height:1.8em;
	margin-top:20px;
	font-family: 'Hind', sans-serif;
}

.team-block .inner-box .overlay-box .number{
	position:relative;
	color:#ffffff;
	font-size:18px;
	line-height:1.8em;
	margin-top:20px;
	font-weight:700;
	font-family: 'Hind', sans-serif;
}

.team-block .inner-box .overlay-box .number a{
	position:relative;
	color:#ffffff;
}

.team-block .inner-box .overlay-box .social-links li a{
	color:#ffffff;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
	padding:110px 0px 70px;
}

.news-section .long-arrow{
	position: absolute;
    left: 50%;
    top: -30px;
    width: 17px;
    height: 91px;
    margin-left: -8px;
    background-repeat: no-repeat;
}

.news-block{
	position:relative;
	margin-bottom:30px;
}

.news-block .inner-box{
	position:relative;
}

.news-block .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#ee2e24;
}

.news-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.news-block .inner-box:hover .image img{
	transform:scale(1.06,1.06);
	opacity:0.5;
}

.news-block .inner-box .lower-content{
	position:relative;
	padding-top:25px;
}

.news-block .inner-box .lower-content .post-meta{
	position:relative;
}

.news-block .inner-box .lower-content .post-meta li{
	position:relative;
	color:#7ac142;
	font-size:13px;
	margin-right:10px;
	display:inline-block;
	text-transform:uppercase;
}

.news-block .inner-box .lower-content .post-meta li .icon{
	position:relative;
	color:#ee2e24;
	font-size:15px;
	margin-right:6px;
}

.news-block .inner-box .lower-content h5{
	position:relative;
	font-size:22px;
	line-height:1.4em;
	font-weight:600;
	margin-top:12px;
}

.news-block .inner-box .lower-content h5 a{
	position:relative;
	color:#222222;
	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-block .inner-box .lower-content h5 a:hover{
	color:#ee2e24;
}

.news-block .inner-box .lower-content .text{
	position:relative;
	line-height:1.8em;
	color:#222222;
	font-size:15px;
	margin-top:15px;
	margin-bottom:28px;
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position:relative;
	padding:80px 0px 80px;
	background-size:cover;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment: fixed;
}

.page-title:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-image: -ms-linear-gradient(left, #2c7c83 0%, rgba(39,121,128,0.5) 100%);
	background-image: -moz-linear-gradient(left, #2c7c83 0%, rgba(39,121,128,0.5) 100%);
	background-image: -o-linear-gradient(left, #2c7c83 0%, rgba(39,121,128,0.5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #2c7c83), color-stop(100, rgba(39,121,128,0.5)));
	background-image: -webkit-linear-gradient(left, #2c7c83 0%, rgba(39,121,128,0.5) 100%);
	background-image: linear-gradient(to right, #2c7c83 0%, rgba(39,121,128,0.5) 100%);
}

.page-title .auto-container{
	position:relative;
}

.page-title h1{
	position:relative;font-size:30px;
	color:#ffffff;
	font-weight:500;
	line-height:1em;
	margin-bottom: 10px;text-transform: uppercase;
	
}

.page-breadcrumb{
	position:relative;
	margin-top:20px;
}

.page-breadcrumb li{
	position:relative;
	display:inline-block;
	margin-right:10px;
	padding-right:15px;
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
}

.page-breadcrumb li:after{
	position:absolute;
	content: "|";
	right:-2px;
	top:-1px;
	color:#ffffff;
	font-size:14px;
	font-family: 'FontAwesome';
}

.page-breadcrumb li:last-child::after{
	display: none;
}

.page-breadcrumb li:last-child{
	padding-right:0px;
	margin-right:0px;
}

.page-breadcrumb li a{
	color:#ffffff;
	font-weight:400;
	text-transform: capitalize;
	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;
	font-family: 'Open Sans', sans-serif;
}

.page-breadcrumb li a:hover{
	color:#ee2e24;
}

/*** 

====================================================================
	News Page Section
====================================================================

***/

.news-page-section{
	position:relative;
	padding:130px 0px 130px;
}

.news-page-section .news-block{
	margin-bottom:80px;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
}

.styled-pagination li{
	position:relative;
	margin:0px 3px 5px;
	display:inline-block;
}

.styled-pagination li a{
	position:relative;
	width:50px;
	height:50px;
	color:#222222;
	font-size:18px;
	font-weight:400;
	line-height:46px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	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;
	border:2px solid #e6e4f4;
}

.styled-pagination li.active a,
.styled-pagination li:hover a{
	color:#ffffff;
	border-color:#ee2e24;
	background-color:#ee2e24;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:80px 0px 80px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

.sidebar-widget{
	margin-bottom:45px;
}

/* 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:43px;
	padding:10px 50px 10px 25px;
	border:1px solid #dddddd;
	background:#ffffff;
	display:block;
	font-size:14px;
	width:100%;
	height:56px;
	color:#222222;
	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;
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:56px;
	width:60px;
	display:block;
	font-size:16px;
	color:#ee2e24;
	line-height:40px;
	font-weight:normal;
	background:none;
}

.sidebar .search-box .form-group input::placeholder,
.sidebar .search-box .form-group textarea::placeholder{
	color:#000000;
}

/*** 

====================================================================
	Sidebar Title
====================================================================

***/

.sidebar-title{
	position:relative;
	margin-bottom:30px;
}

.sidebar-title h4{
	position:relative;
	color:#222222;
	font-weight:600;
	padding-bottom:10px;
	display:block;
	text-transform:uppercase;
	font-family: 'Work Sans', sans-serif;
}

.sidebar-title .separate{
	position:relative;
	width:70px;
	height:6px;
	border-radius:50px;
	display:inline-block;
	background-color:#ddd8eb;
}

.sidebar-title .separate:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:6px;
	width:12px;
	border-radius:5px;
	background-color:#054250;
	
	-webkit-animation: animateCloud 6s linear infinite;
	-moz-animation: animateCloud 6s linear infinite;
	animation: animateCloud 6s linear infinite;
}

/* Blog Cat */

.blog-cat{
	position:relative;
}

.blog-cat li{
	position:relative;
	margin-bottom:14px;
}

.blog-cat li a{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:400;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.blog-cat li a:before{
	position:absolute;
	content: "\f1aa";
	left:0px;
	top:0px;
	color:#ee2e24;
	opacity:0;
	font-size:14px;
	font-family: "Flaticon";
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.blog-cat li a:hover{
	padding-left:28px;
	color:#ee2e24;
}

.blog-cat li a:hover::before{
	opacity:1;
}

.sticky-top{
	z-index:1;
	top:90px;
}

/* Post Widget */

.sidebar .popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	padding:0px 0px;
	padding-left:90px;
	min-height:95px;
	margin-bottom:20px;
	border-bottom:1px solid #e4deee;
}

.sidebar .popular-posts .post:last-child{
	
}

.sidebar .popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:70px;
	 border-radius:0px;
	 overflow:hidden;
}

.sidebar .popular-posts .post .post-thumb .overlay-box{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff;
    font-size: 18px;
    opacity: 0;
    text-align: center;
    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(252,76,89,0.70);
}

.sidebar .popular-posts .post .post-thumb .overlay-box .fa{
	top: 50%;
    position: relative;
    margin-top: -12px;
    display: block;
}

.sidebar .popular-posts .post:hover .post-thumb .overlay-box{
	opacity:1;
}

.sidebar .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;
}

.sidebar .popular-posts .post .text{
	position:relative;
	top:0px;
	font-size:15px;
	margin:0px 0px 0px;
	font-weight:600;
	color:#222222;
	line-height:1.5em;
	text-transform:capitalize;
	font-family: 'Open Sans', sans-serif;
}

.sidebar .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;
}

.sidebar .popular-posts .post a:hover{
	color:#ee2e24;
}

.sidebar .popular-posts .post-info{
	position:relative;
	font-size:12px;
	color:#7ac142;
	font-weight:600;
	margin-top:4px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
}

.newsletter-widget .sidebar-title{
	margin-bottom:18px;
}

.newsletter-widget .text{
	position:relative;
	color:#222222;
	font-size:15px;
	line-height:1.9em;
	margin-bottom:25px;
	font-family: 'Open Sans', sans-serif;
}

/* Newsletter Search Box Widget */

.sidebar .newsletter-form .form-group{
	position:relative;
	margin:0px;
}

.sidebar .newsletter-form .form-group input[type="text"],
.sidebar .newsletter-form .form-group input[type="search"]{
	position:relative;
	line-height:43px;
	padding:10px 50px 10px 25px;
	border:1px solid #dddddd;
	background:#ffffff;
	display:block;
	font-size:15px;
	width:100%;
	height:56px;
	color:#222222;
	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;
	font-family: 'Open Sans', sans-serif;
}

.sidebar .newsletter-form .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:56px;
	width:60px;
	display:block;
	font-size:16px;
	color:#ee2e24;
	line-height:40px;
	font-weight:normal;
	background:none;
}

.sidebar .newsletter-form .form-group input::placeholder,
.sidebar .newsletter-form .form-group textarea::placeholder{
	color:#000000;
}

/* Popular Tags */

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:7px 18px 7px;
	margin:0px 3px 7px 0px;
	color:#222222;
	text-align:center;
	font-size:12px;
	background:#f8f5fd;
	font-weight:500;
	border-radius:50px;
	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;
	font-family: 'Open Sans', sans-serif;
}

.sidebar .popular-tags a:hover{
	background-color:#ee2e24;
	color:#ffffff;
}

.blog-classic.padding-right{
	padding-right:20px;
}

/* News Block Two */

.news-block-two{
	position:relative;
	margin-bottom:60px;
}

.news-block-two .inner-box{
	position:relative;
}

.news-block-two .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#ee2e24;
}

.news-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.news-block-two .inner-box:hover .image img{
	transform:scale(1.06,1.06);
	opacity:0.5;
}

.news-block-two .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	text-align:center;
}

.news-block-two .inner-box .image .overlay-box .icon{
	position:absolute;
	left:50%;
	top:50%;
	width:80px;
	height:80px;
	color:#ffffff;
	margin-left:-40px;
	text-align:center;
	border-radius:50%;
	line-height:80px;
	display:inline-block;
	padding-left:4px;
	font-size:25px;
	margin-top:-40px;
	background-color:#ee2e24;
}

.news-block-two .inner-box .image .overlay-box .ripple,
.news-block-two .inner-box .image .overlay-box .ripple:before,
.news-block-two .inner-box .image .overlay-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:80px;
	height:80px;
	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;
}

.news-block-two .inner-box .image .overlay-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;
}

.news-block-two .inner-box .image .overlay-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;
}

.news-block-two .inner-box .lower-content{
	position:relative;
	padding-top:25px;
}

.news-block-two .inner-box .lower-content .post-meta{
	position:relative;
}

.news-block-two .inner-box .lower-content .post-meta li{
	position:relative;
	color:#7ac142;
	font-size:13px;
	margin-right:10px;
	display:inline-block;
	text-transform:uppercase;
}

.news-block-two .inner-box .lower-content .post-meta li .icon{
	position:relative;
	color:#ee2e24;
	font-size:15px;
	margin-right:6px;
}

.news-block-two .inner-box .lower-content h3{
	position:relative;
	font-size:36px;
	line-height:1.4em;
	font-weight:600;
	margin-top:12px;
}

.news-block-two .inner-box .lower-content h3 a{
	position:relative;
	color:#222222;
	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-block-two .inner-box .lower-content h3 a:hover{
	color:#ee2e24;
}

.news-block-two .inner-box .lower-content .text{
	position:relative;
	line-height:2em;
	color:#222222;
	font-size:15px;
	margin-top:15px;
	margin-bottom:28px;
}

.news-block-two .inner-box .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	margin-top:-38px;
}

.news-block-two .inner-box .owl-nav .owl-prev{
	position:absolute;
	left:20px;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:20px;
	color:#4c4c4c;
	font-weight:600;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
}

.news-block-two .inner-box .owl-nav .owl-next{
	position:absolute;
	right:20px;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:20px;
	color:#4c4c4c;
	font-weight:600;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
}

/* Quote Box */

.quote-box{
	position:relative;
	margin-bottom:60px;
}

.quote-box .inner-box{
	position:relative;
	padding:50px 45px 45px;
	background-color:#f8f5fd;
}

.quote-box .inner-box .quote{
	position:relative;
	font-size:36px;
	font-weight:400;
	color:#222222;
	line-height:1.3em;
	padding-left:45px;
	font-family: 'Open Sans', sans-serif;
}

.quote-box .inner-box .quote .quote-icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#7ac142;
	font-size:22px;
	line-height:1em;
}

.quote-box .inner-box .author{
	position:relative;
	margin-top:25px;
	color:#ee2e24;
	font-size:16px;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
}

/*** 

====================================================================
	Contact Info Section
====================================================================

***/

.contact-info-section{
	position:relative;
	padding:110px 0px 70px;
}

.contact-info-section .text{
	position:relative;
	color:#222222;
	font-size:30px;
	line-height:1.5em;
	text-align:center;
	margin-bottom:40px;
}

.contact-info-section .plus-icons{
	position: absolute;
    left: 15%;
    bottom: 8%;
    width: 80px;
    height: 92px;
    background-repeat: no-repeat;
}

.contact-info-section .info-column{
	position:relative;
	margin-bottom:30px;
}

.contact-info-section .info-column .inner-column{
	position:relative;
	padding:45px 40px;
	border-radius:10px;
	background-color:#f8f5fd;
}

.contact-info-section .info-column .icon{
	position:absolute;
	right:45px;
	color:#ee2e24;
	font-size:46px;
	font-weight:500;
}

.contact-info-section .info-column .title{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:500;
	line-height:1.8em;
	margin-bottom:10px;
	font-family: 'Work Sans', sans-serif;
}

.contact-info-section .info-column ul{
	position:relative;
}

.contact-info-section .info-column ul li{
	position:relative;
	
}
.contact-info-section .info-column ul li.nav-item a{
	color: #2c7c83;
    border: 1px solid #2c7c83;
    border-bottom: none;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
	margin-bottom:0;
	border-left: 3px solid #2c7c83;
    border-right: 3px solid #2c7c83;
}
.contact-info-section .info-column ul li a{
	position:relative;
	color:#222222;
	font-size:18px;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
}

.contact-info-section .info-column .info-text{
	position:relative;
	color:#222222;
	font-size:17px;

	line-height:1.7em;
	font-family: 'Open Sans', sans-serif;
}

/***

==================================================================
	Contact Map Section
==================================================================

***/

.map-section{
	position: relative;
	padding-bottom:0px;
}

.map-section iframe{
	position: relative;
	height: 500px;
	width:100%;
}

.contact-form-section{
	position:relative;
	padding:95px 0px 0px;
}

.contact-form-section .pattern-icons{
	position:absolute;
	right:10%;
	top:10%;
    width: 121px;
    height: 121px;
	background-repeat:no-repeat;
}

.contact-form-section .inner-container{
	position:relative;
	max-width:750px;
	margin:0 auto;
}

.contact-form-section .title-box{
	position:relative;
	margin-bottom:45px;
}

.contact-form-section .title-box h4{
	/*position:relative;
	color:#222222;
	font-size:36px;
	font-weight:600;*/
}

.contact-form-section .title-box .text{
	position:relative;
	margin-top:10px;
	color:#222222;
	font-size:15px;
	line-height:1.8em;
}

/*** 

====================================================================
	Contact Form
====================================================================

 ***/

.contact-form{
	position:relative;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:20px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 30px;
	height:50px;
	color:#222222;
	font-size:14px;
	border-radius:50px;
	background:none;
	border:2px solid #e5e3f4;
	-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-form .form-group input::placeholder,
.contact-form .form-group textarea::placeholder{
	color:#222222;
	text-transform:uppercase;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#ee2e24;
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 30px;
	color:#222222;
	height:135px;
	font-size:14px;
	resize:none;
	border-radius:25px;
	background:none;
	border:2px solid #e5e3f4;
	-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-form .theme-btn{
	margin-top:10px;
}

.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;	
}

.blog-single.padding-right{
	padding-right:20px;
}

/* News Single */

.blog-single{
	position:relative;
	margin-bottom:60px;
}

.blog-single .inner-box{
	position:relative;
}

.blog-single .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#ee2e24;
}

.blog-single .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.blog-single .inner-box:hover .image img{
	transform:scale(1.06,1.06);
	opacity:0.5;
}

.blog-single .inner-box .lower-content{
	position:relative;
	padding-top:25px;
}

.blog-single .inner-box .lower-content .post-meta{
	position:relative;
}

.blog-single .inner-box .lower-content .post-meta li{
	position:relative;
	color:#7ac142;
	font-size:13px;
	margin-right:10px;
	display:inline-block;
	text-transform:uppercase;
}

.blog-single .inner-box .lower-content .post-meta li .icon{
	position:relative;
	color:#ee2e24;
	font-size:15px;
	margin-right:6px;
}

.blog-single .inner-box .lower-content h3{
	position:relative;
	font-size: 25px;
    line-height: 1.3em;
	font-weight:600;
	margin-top:12px;
	color:#222222;
}

.blog-single .inner-box .lower-content .text{
	position:relative;
	margin-top:15px;
}

.blog-single .inner-box .lower-content .text p{
	position:relative;
	line-height:1.9em;
	color:#222222;
	font-size:15px;
	margin-bottom:20px;
	font-family: 'Open Sans', sans-serif;
}

.blog-single .inner-box .lower-content .text .quote-box{
	margin-top:40px;
	margin-bottom:35px;
}

.blog-single .inner-box .lower-content .text .blog-list{
	position:relative;
}

.blog-single .inner-box .lower-content .text .blog-list li{
	position:relative;
	font-size:15px;
	color:#222222;
	line-height:1.8em;
	margin-bottom:25px;
}

.blog-single .inner-box .lower-content .text .blog-list li strong{
	position:relative;
	display:block;
	color:#222222;
	font-weight:600;
	font-size:22px;
	margin-bottom:12px;
	padding-left:15px;
}

.blog-single .inner-box .lower-content .text .blog-list li strong:before{
	position:absolute;
	content:':';
	left:0px;
	top:-2px;
	color:#ee2e24;
	font-size:24px;
	font-weight:700;
}

/* Post Share Options */

.blog-single .post-share-options{
	position:relative;
	margin-top: 50px;
	padding:0px 0px 50px;
	border-bottom:1px solid #e4deee;
}

.blog-single .post-share-options .tags span{
	font-size:15px;
	color:#222222;
	font-weight:700;
	margin-right:8px;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
}

.blog-single .post-share-options .tags a{
	position:relative;
	color:#222222;
	font-size:15px;
	font-weight:400;
	line-height: 1em;
	margin-right: 4px;
	display: inline-block;
	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;
	font-family: 'Open Sans', sans-serif;
}

.blog-single .post-share-options .tags a:last-child{
	border-right:none;
	margin-right: 0px;
	padding-right: 0px;
}

.blog-single .post-share-options .tags{
	position:relative;
	color:#ff4800;
	font-size:16px;
	font-weight:400;
	margin-top:3px;
}

.blog-single .post-share-options .tags a:hover{
	color:#ee2e24;
}

.blog-single .post-share-options .social-box{
	position:relative;
}

.blog-single .post-share-options .social-box > span{
	font-size:15px;
	color:#222222;
	font-weight:700;
	margin-right:0px;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
}

.blog-single .post-share-options .social-box li{
	position:relative;
	margin-left:15px;
	display:inline-block;
}

.blog-single .post-share-options .social-box li a{
	position:relative;
	font-size:16px;
	color:#4e4e4e;
	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;
}

.blog-single .post-share-options .social-box li a:hover{
	color:#fc4f5c;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-top:60px;
	margin-bottom:50px;
	padding-bottom:60px;
	border-bottom:1px solid #e4deee;
}

.sidebar-page-container .group-title{
	position:relative;
	margin-bottom:35px;
}

.sidebar-page-container .group-title h3{
	position:relative;
	color:#222222;
	font-size:32px;
	font-weight:600;
	text-transform:capitalize;
}

.sidebar-page-container .group-title .group-text{
	position:relative;
	color:#222222;
	font-size:15px;
	font-weight:400;
	margin-top:18px;
	margin-bottom:50px;
	font-family: 'Open Sans', sans-serif;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:0px 0px 0px;
	margin-bottom: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;
}

.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-left:85px;
}

.sidebar-page-container .comments-area .reply-comment{
	margin-left:70px;	
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:60px;
	height:60px;
	border-radius:50px;
	margin-bottom:0px;
	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:10px;
}

.sidebar-page-container .comments-area .comment-box strong{
	font-size:20px;
	font-weight:600;
	color:#7ac142;
	display:block;
	line-height:1.3em;
	display:inline-block;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box .text{
	position:relative;
	color:#222222;
	font-size:15px;
	line-height:1.9em;
	margin-bottom:0px;
	font-family: 'Open Sans', sans-serif;
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	font-size:13px;
	color:#222222;
	margin-left:20px;
	font-weight:600;
	display:inline-block;
	font-family: 'Open Sans', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .theme-btn{
	position:relative;
	font-size:14px;
	color:#ee2e24;
	font-weight:700;
	margin-top:15px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover{
	text-decoration:underline;
	color:#222222;
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form{
	position:relative;
}

.comment-form .form-group{
	position:relative;
	margin-bottom:25px;
}

.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:26px;
	padding:10px 30px;
	height:56px;
	color:#222222;
	font-size:14px;
	border-radius:50px;
	background:none;
	border:2px solid #e5e3f4;
	-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::placeholder,
.comment-form .form-group textarea::placeholder{
	color:#222222;
	text-transform:uppercase;
}

.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:#ee2e24;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:15px 30px;
	color:#222222;
	height:135px;
	font-size:14px;
	resize:none;
	border-radius:25px;
	background:none;
	border:2px solid #e5e3f4;
	-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{
	
}

.color-palate{
	display:none;
}

.color-palate .color-trigger .fa{
	-webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
	from {
			-webkit-transform: rotate(0deg);
	}
	to {
			-webkit-transform: rotate(359deg);
	}
}

.color-palate .color-trigger .fa{
	-webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
	from {
			-webkit-transform: rotate(0deg);
	}
	to {
			-webkit-transform: rotate(359deg);
	}
}

	.mt-20{margin-top:20px;}
	ul.bullet {
  margin: 0;
  padding: 0;
}

ul.bullet li {
	font-size: 15px;
    color: #333;
	padding-bottom: 10px;
    text-indent: -25px;
    margin-left: 25px;
    line-height: 1.5;
}
	 .bullet{
    list-style: none;
}.mt-20{margin-top: 20px;}
	ul.bullet li::before {font-family: Flaticon;
  content: "\f168";
  margin: 0px 10px 0 0px;
  color:#7ac142;
  font-size: 15px;
}
ul.bullet-none li a{color:#fff}
ul.bullet-none li {
	font-size: 15px; padding: 0px 0px 10px 20px;text-indent:-25px;margin-left:20px;line-height: 1.5;
	}
		 .bullet-none{
		list-style: none;
	}
ul.bullet-2 li {
	font-size: 15px;color: #333;  padding: 0px 0px 10px 20px;text-indent:-25px;margin-left:20px;line-height: 1.5;
	}
		 .bullet-2{
		list-style: none;
	}
		ul.bullet-2 li::before {font-family: Flaticon;
	  content: "\f13b";
	  margin: 0px 10px 0 0px;
	  color:#7ac142;
	  font-size: 15px;
	}
	.mb-20{margin-bottom: 20px;}
	.main-footer .links-widget ul.bullet-2 li a:hover{color:#7ac142}
.header-style-four{position: relative;}
.with-errors{color: #dc3545;}
.hidden{display:none;}
h2.heading{font-size: 35px;
    line-height: 1.2;
	color: #02545b;margin-bottom: 20px;}
	.features{
		position: absolute;
		content: '';
		right: -100px;
		top: 162px;
		width: 152px;
		height: 17px;
		background: url(../images/icons/long-arrow-2.png) no-repeat;
	}
	.bg-gray{background-color: #f8f5fd;}
	.service-pat{
		position:relative;
		padding:80px 0px 80px;
	}
	.image-box img{
		border-radius: 10px;
    border: 10px solid #efefef;box-shadow: 2px 4px 2px #ccc;}
		.sub-heading{color:#4caf50}
		.service-pat .sec-title{margin-bottom: 0;}
		.box-bg{background-color: #f8f5fd;}.box-bg-2{background-color: #e5e5e5;}
		.ptb-15{padding-top: 15px;padding-bottom: 15px;}
		.ptb-80{padding-top: 80px;padding-bottom: 80px;}
		@media only screen and (min-width: 769px){
			.contact-info-section .info-column ul li {
				width: 25%;
			}
			.bottom-slide-menu li a{color:#fff;font-size: 20px;padding:10px 25px ;}
		.hidden-bar-wrapper h2.heading{line-height: 1.2;
			color: #fff;
			font-size: 50px;
			font-weight: 500;}.about-section .inner-container .column-2{
			padding:0px 0px 0px 50px;
		}.sec-title{
			position:relative;
			margin-bottom:30px;margin-left: -10px;
		}.mr-50{margin-right: 50px;}}
		.sec-title{
			
			margin-bottom:30px;
		}
		.mt-30{margin-top: 30px;}
		.plr-20{padding-left: 20px;padding-right: 20px;}
		@media only screen and (max-width: 768px){
			.contact-info-section .info-column .tab-content{border-radius: 10px;}
			.contact-info-section .info-column ul li a.nav-link{border-radius: 10px;}
			.contact-info-section .info-column ul li.nav-item{/*border-bottom: 3px solid #fff;*/}
			.contact-info-section .info-column ul li{width: 100%;}
			.main-header .btn-box{display: none;}
			.hidden-bar-wrapper{padding-top: 0;}
			ul.bottom-slide-menu{text-align: center;}
			.bottom-slide-menu li a {
				color: #fff;
				font-size: 17px;
				padding: 0;
			}
			.hidden-bar-wrapper h2.heading{line-height: 1.2;
				color: #fff;
				font-size: 25px;
				font-weight: 500;}
			.team-bx{text-align: center;}
			.btn-style-one {
				position: relative;
				display: inline-block;
				font-size: 14px;
				line-height: 30px;
				color: #ffffff;
				padding: 10px 15px;
				font-weight: 500;
				overflow: hidden;
				background: #ee2e24;
				border-radius: 50px;
				text-transform: uppercase;
				font-family: 'Work Sans', sans-serif;
			}
			
			.btn-style-two {
				position: relative;
				display: inline-block;
				font-size: 14px;
				line-height: 30px;
				color: #ffd34f;
				padding: 10px 15px;
				font-weight: 500;
				overflow: hidden;
				border-radius: 50px;
				background-color: #ffffff;
				border: 2px solid #ffd34f;
				text-transform: uppercase;
				font-family: 'Work Sans', sans-serif;
			}
			.contact-section .info-list{padding-left: 25px;}.second-b{margin-top: 20px;}}

		p.copy-text{margin-bottom: 0;color:#f5f5f5;text-align: center;}
		.copyright{padding: 30px 0px;border-top:1px solid #1bb1f5}

.mr-20{margin-right: 20px;}
		.feat-b{background: #efef;
			padding: 30px;
			margin-top: 50px;}
			.feat-b .bullet-2 li{margin-left: 0;font-size: 18px;}
			.portfolio-video{width: 100%;height: 290px;border: 1px solid #efefef;}

			.email-icon i{font-size: 30px;}
			.header-style-one a.email-icon {color:#fff}
			.header-style-one .sticky-header a.email-icon {color:#000}
			.stitle{margin-bottom: 10px;position: relative;padding-left: 15px;}
			h4.stitle {line-height: 1.3;}
			h3.stitle {line-height: 1.2;}
			h3.stitle:before{
				position: absolute;
				content: ":";
				left: 0px;
				top: -2px;
				color: #ffd34f;
				font-size: 30px; 
			}ul.pl-20{padding-left: 20px;}
			.stitle:before{
				position: absolute;
				content: ":";
				left: 0px;
				top: -2px;
				color: #ffd34f;
				font-size: 25px; 
			}
			.carousel-caption-2{padding:30px ;}
			.carousel-caption-2 h3{color:#2c7c83}
			.carousel-caption-2	.carousel-indicators li{height: 5px;}
			.mt-30{margin-top: 30px;}
			.mb-30{margin-bottom: 30px;}
			.about-section .inner-container .banner-sub-text p{font-size: 20px;
				line-height: 1.5em;
				margin-bottom: 16px;
				font-weight: 400;}
				label.error{color:#dc3545}
				.bottom-slide-menu li{list-style-type: none;
					display: inline-block;padding: 10px;}
					

					.about-section .inner-container .banner-sub-text ul li {
						font-size: 20px;
						line-height: 1em;
						font-weight: 400;
					}
					.card-header-2{-webkit-transition:ease-in-out 0.3s;transition:ease-in-out 0.3s}.card-header-2:not(.collapsed) .rotate-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
					.card-header-2.btn-primary{border-radius: 0px;
						background: #2c7c83;
						border: none;
						font-size:20px}
						.branches .card{border: 1px solid #2c7c83;border-radius: 0;}
						.branches	.btn-primary:focus {
							box-shadow: none;
						}
						.branches .btn-primary:not(:disabled):not(.disabled):active{background: none;}
						.branches .btn-primary:hover{background: #00929e;}

						
						
						.classic-tabs .nav.tabs-cyan li a.active {
							background: #14aabd;color:#fff;    border-left: 3px solid #2c7c83;
							border-right: 3px solid #2c7c83;
						}
						.classic-tabs .nav li a.active {
							/*color: #fff;
							border-bottom: 3px solid;*/
						}
						.classic-tabs .nav li a {
							display: block;
							padding: 10px 24px;
							font-size: 13px;
							color: rgba(255,255,255,0.7);
							text-align: center;
							text-transform: uppercase;
							border-radius: 0;
						}
						a.waves-effect, a.waves-light {
							display: inline-block;
						}
						.waves-effect {
							position: relative;
							overflow: hidden;
							cursor: pointer;
							-webkit-user-select: none;
							-moz-user-select: none;
							-ms-user-select: none;
							user-select: none;
							-webkit-tap-highlight-color: transparent;
						}
						.classic-tabs .nav {
							position: relative;
							overflow-x: auto;
							white-space: nowrap;
							border-radius: .3rem .3rem 0 0;
						}
						.tabs-cyan {
							/*background-color: #2c7c83 !important;*/
							border-bottom: 1px solid #2c7c83;
						}
						.rounded-bottom {
							border-bottom-right-radius: .25rem!important;
							border-bottom-left-radius: .25rem!important;
						}
						.border-left {
							border-left: 1px solid #2c7c83!important;
						}
						.border-right {
							border-right: 1px solid #2c7c83!important;
						}
						.border-bottom {
							border-bottom: 1px solid #2c7c83!important;
						}
						.tab-content>.active {
							display: block;
						}
						.tab-content{padding: 15px;}
						.fade {
							transition: opacity .15s linear;
						}
						.branch-bg{background: #f5f5f5;padding: 10px 20px;border-radius: 25px;
							display: table-cell;
							padding: 16px;}
							.barnch-box{display: table;
								width: 100%;}
								.contact-info-section .info-column ul li a.nav-link{color:#2c7c83;}
								.contact-info-section .info-column ul li a.nav-link:hover{color:#fff;background:  #14aabd;}
								.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 0.2s;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

/*Let's make it appear when the page loads*/
.overlay:target:before {
    display: none;
}
.overlay:before {
  content:"";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 9;
}
.overlay .popup {
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: fixed;
  top: 25%;
  left: 25%;
  padding: 10px;
  
  z-index: 10;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.overlay:target .popup {
    top: -100%;
    left: -100%;
}

@media screen and (max-width: 768px){
  .box{
    width: 70%;
  }
  .overlay .popup{
width: 80%;
    left: 10%;
  }
}
.bg-blue{background:#054250;padding:20px}
.mb-30{margin-bottom:30px}