/* Moppers HTML Template*/

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style Two
5. Main Slider
6. Services Section
7. Welcome Section
8. Clearner Section
9. Work Section
10. Feedback Section
11. Price Section/ Section Two
12. Blog Section
13. Clients Section
14. Main Footer
15. Spots Section
16. Emergency Section
17. Case Section
18. Case Masonry Section
19. Testimonial Section
20. Blog Section
21. Map Section
22. In Touch Section
23. Page Title
24. Clients Section
25. Experts Section
26. Rating Section
27. Choose Us Section
28. Appointment Section
29. Faq Section
30. Error Section
31. Services Single Section
32. Case Single Section
33. Blog Large
34. Blog Widgets
35. Blog Single
36. Contact Info
37. Contact Form

**********************************************/
@import url('https://fonts.googleapis.com/css2?family=Saira+Stencil+One&display=swap');
/*font-family: 'Saira Stencil One', cursive;*/

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300&display=swap');
/*font-family: 'Nunito', sans-serif;*/




@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i|Sintony:400,700');

/*font-family: 'Rubik', sans-serif;
font-family: 'Sintony', sans-serif;*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.timepicker.min.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: 'Sintony', sans-serif;
	font-size:14px;
	color:#232323;
	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:#464541;
}

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: 'Rubik', sans-serif;
}

input,button,select,textarea{
	
}

textarea{
	overflow:hidden;
}

p{
	position:relative;
	line-height:1.8em;	
}

.auto-container{
	position:static;
	max-width: 1295px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

img{
	display:inline-block;
	max-width:100%;
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}


a:hover {
    color: #e7351d;
}

/*List Style One*/

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	color:#1e1e29;
	font-size:16px;
	padding-left:45px;
	font-weight:400;
	margin-bottom:20px;
	font-family: 'Rubik', sans-serif;
	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;
}

.list-style-one li:last-child{
	margin-bottom:0px;
}

.list-style-one li:before{
	position:absolute;
	content: "\f19d";
	left:0px;
	top:0px;
	color:#332f30;
	font-weight:400;
	font-family: "Flaticon";
}

/*List Style Two*/

.list-style-two{
	position:relative;
}

.list-style-two li{
	position:relative;
	color:#1e1e29;
	font-size:15px;
	padding-left:30px;
	font-weight:400;
	margin-bottom: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;
}

.list-style-two li:last-child{
	margin-bottom:0px;
}

.list-style-two li:before{
	position:absolute;
	content: "";
	left:0px;
	top:7px;
	width:8px;
	height:8px;
	font-weight:400;
	border-radius:50px;
	background-color:#464541;
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	padding:10px 32px;
	line-height:25px;
	text-transform:capitalize;
	background:#464541;
	color:#ffffff;
	border:1px solid #464541;
	font-size:16px;
	font-weight:500;
	border-radius:3px;
	font-family: 'Rubik', sans-serif;
}

.btn-style-one:hover{
	background:none;
	color:#464541;
}

/*Btn Style Two*/

.btn-style-two{
	position:relative;
	padding:16px 53px;
	line-height:24px;
	background:#332f30;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	border-radius:50px;
	border:2px solid #332f30;
	text-transform:capitalize;
	font-family: 'Rubik', sans-serif;
}

.btn-style-two:hover{
	background:#021370;
	color:#ffffff;
	border-color:#021370;
}

/*Btn Style Three*/

.btn-style-three{
	position:relative;
	padding:13px 45px 13px;
	line-height:25px;
	text-transform:capitalize;
	background:#021370;
	color:#ffffff;
	border:2px solid #021370;
	font-size:16px;
	font-weight:500;
	border-radius:50px;
	font-family: 'Rubik', sans-serif;
}

.btn-style-three:hover{
	background:none;
	color:#021370;
}

/*Btn Style Four*/

.btn-style-four{
	position:relative;
	padding:8px 38px 8px;
	line-height:25px;
	text-transform:capitalize;
	background:#021370;
	color:#ffffff;
	border:2px solid #021370;
	font-size:16px;
	font-weight:500;
	border-radius:50px;
	font-family: 'Rubik', sans-serif;
}

.btn-style-four:hover{
	background:none;
	color:#021370;
}

/*Social Icon One*/

.social-icon-one{
	position:relative;
}

.social-icon-one li{
	position:relative;
	margin-right:8px;
	display:inline-block;
}

.social-icon-one li a{
	position:relative;
	font-size:14px;
	background-color: #464541;
	color:#fff;
	width:35px;
	height:35px;
	line-height:33px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	border:1px solid #464541;
	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;
}

.social-icon-one li a:hover{
	background-color:#e7351d;
	border-color:#e7351d;
	color:#ffffff;
}

.theme_color{
	color:#021370;
}

.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);}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	
	right:30px;
	top:-60px;
	width:50px;
	height:50px;
	color:#ffffff;
	font-size:24px;
	text-transform:uppercase;
	line-height:58px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#021370;
	display:none;
	border-radius:50px 50px 0px 0px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top span{
	position:relative;
	display:inline-block;
	-webkit-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	transform:rotate(-90deg);
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#021370;
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:25px;
}

.sec-title h2{
	position:relative;
	color:#464541;
	font-size:30px;
	font-weight:600;
	line-height:1.4em;
	padding-bottom:15px;
	text-transform:uppercase;
}

.sec-title.medium h2{
	font-size:24px;
}

.sec-title.light h2{
	color:#ffffff;
}



.sec-title h3{
	position:relative;
	color:#464541;
	font-size:30px;
	font-weight:600;
	line-height:1.4em;
	padding-bottom:15px;
	text-transform:uppercase;
}

.sec-title.medium h3{
	font-size:24px;
}

.sec-title.light h3{
	color:#ffffff;
}

.sec-title.light .icon-box{
	color:rgba(255,255,255,0.10);
}

.sec-title.centered .separator{
	left:50%;
	margin-left:-15px;
}

.sec-title .separator{
	position:relative;
	width:30px;
	height:10px;
}

.sec-title .separator:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:20px;
	height:10px;
	background-color:#e7351d;
}

.sec-title .separator:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:6px;
	height:10px;
	background-color:#e7351d;
}

.sec-title .icon-box{
	position:absolute;
	left:0px;
	top:-30px;
	color:#f0f0f0;
	line-height:1em;
	font-size:90px;
}

.sec-title.centered .icon-box{
	left:50%;
	color:#d6dee4;
	margin-left:-120px;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	z-index:999;
	width:100%;
}

.main-header .header-top{
	position:relative;
	background-color:#e8f1f7;
}

.main-header .header-top .top-left{
	position:relative;
	padding:12px 0px;
}

.main-header .header-top .top-left .text{
	position:relative;
	color:#98b2c4;
	font-size:14px;
	font-weight:500;
	float:left;
	margin-right:40px;
	padding-left:60px;
	text-transform:uppercase;
	font-family: 'Rubik', sans-serif;
}



.main-header .header-top .top-left .social-nav{
	position:relative;
	float:left;
	z-index:1;
	top:3px;
}

.main-header .header-top .top-left .social-nav li{
	position:relative;
	padding-right:6px;
	display:inline-block;
}

.main-header .header-top .top-left .social-nav li a{
	position:relative;
	width:40px;
	height:40px;
	color:#98b2c4;
	font-size:14px;
	line-height:38px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	border:1px solid #d3dbe1;
	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;
}

.main-header .header-top .top-left .social-nav li a:hover{
	color:#ffffff;
	border-color:#021370;
	background-color:#021370;
}

.main-header .header-top .top-right{
	position:relative;
	text-align:right;
	padding:15px 0px;
}

.main-header .header-top .top-right .mail-us{
	position:relative;
	float:left;
	color:#98b2c4;
	padding:7px 20px;
	font-weight:500;
	font-size:14px;
	margin-right:20px;
	border-radius:50px;
	display:inline-block;
	text-transform:uppercase;
	border:1px solid #d2dae0;
	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: 'Rubik', sans-serif;
}

.main-header .header-top .top-right .mail-us .icon{
	position:relative;
	color:#021370;
	font-size:15px;
	margin-right:5px;
	font-weight:600;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .header-top .top-right .mail-us:hover{
	color:#ffffff;
	border-color:#021370;
	background-color:#021370;
}

.main-header .header-top .top-right .mail-us:hover .icon{
	color:#ffffff;
}

.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 .nav-toggler{
	position:absolute;
	top:50%;
	margin-top:0px;
	display: block;
}

.main-header .nav-toggler button{
	position:relative;
	display:block;
	color:#444444;
	text-align:center;
	font-size:24px;
	line-height:34px;
	font-weight:normal;
	background:none;
}

.main-header .header-upper{
	position:relative;
}

.main-header .header-upper .upper-right{
	padding-top:35px;
}

.main-header .nav-outer{
	position:relative;
	padding-left:40px;
	background-color:#332f30;
}

.header-style-two .nav-outer{
	padding-left:0px;
	background:none;
}

.header-style-two .main-menu .navigation > li{
	padding: 0px 30px;
	margin-right:0px;
	/*border-right:1px solid #e8f1f7;*/
}

.header-style-two .sticky-header .main-menu .navigation > li{
	margin-left:0px;
	padding:0px 20px;
}

.header-style-two .main-menu .navigation > li:first-child{
	padding-left:0px;
}

.header-style-two .main-menu .navigation > li:first-child:before,
.header-style-two .main-menu .navigation > li:first-child:after{
	left:20px;
}

.header-style-two .main-menu .navigation > li:last-child{
	padding-right: 0px;
}

.header-style-two .main-menu .navigation > li > a{
	color:#fff;
}

/*Language Dropdown*/

.main-header .header-upper .language{
	position:relative;
}

.main-header .header-upper .language .dropdown-menu{
	top: 100% !important;
	right: 0px;
    left: auto !important;
	width:170px;	
	border:none;
	padding:0px;
	margin-top:14px;
	border-radius:0px;
	background-color:#222222;
    border-top:3px solid #021370;
	transform: translate3d(0px, 0px, 0px) !important;    
}

.main-header .header-upper .language > a{
	color:#1e1e29;
	padding:0px 0px;
	background:none !important;
	text-transform:capitalize;
	display:inline-block;
    border:0px;
	font-weight:500;
	font-size:16px;
	line-height:1em;
	font-family: 'Rubik', sans-serif;
}

.main-header .header-upper .language > a .fa{
	margin-left:28px;
}

.main-header .header-upper .language > a:after{
	display:none;
}

.main-header .header-upper language a:hover{
	background:none;
}

.main-header .header-upper .language .dropdown-menu > li{
	padding-right:0px !important;
	margin:0px !important;
	float:none;
	display:block !important;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}

.main-header .header-upper .language .dropdown-menu > li:last-child{
	border-bottom:none;	
}

.main-header .header-upper .language .dropdown-menu > li > a{
	padding:8px 20px;
	color:#ffffff;
	display:block;
	text-align:left;
	font-size:14px;
	font-weight:400;
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .header-upper .language .dropdown-menu > li > a:hover{
	color:#ffffff !important;
	background-color:#021370;
}

.main-header .header-upper .logo-box{
	padding: 8px 0px;
}

.main-header .info-box {
    position: relative;
    float: left;
    margin-left: 8px;
    font-size: 14px;
    color: #332f30;
    text-align: left;
    padding: 0px 2px 0px 60px;
}


.main-header .info-box:last-child{
	padding-left:66px;
	padding-top:15px;
	padding-bottom:10px;
	border-left:1px solid #e8f1f7;
}

.main-header.header-style-two .info-box:last-child{
	border:none;
	margin-left:0px;
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:2px;
	color:#98b2c4;
	font-size:45px;
	line-height:1em;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}
.main-header .info-box .icon-box:hover{ color:#021370;}

.main-header .info-box .icon-box:hover .text:before{ color:#021370;}

.main-header .info-box .icon-box.light{
	color:#b7cbd9;
}

.main-header .info-box li{
	position:relative;
	color:#464541;
	font-size:14px;
	margin-bottom:8px;
	font-weight:800;
	line-height:1.8em;
	font-family: 'Sintony', sans-serif;
}

.main-header .info-box li span{color:#021370; font-size:18px; font-family: 'Rubik', sans-serif;}

.main-header .info-box .quote-btn{
	position: relative;
    line-height: 24px;
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 600;
	padding:14px 38px;
	border-radius:50px;
	background:none;
    text-transform: uppercase;
	border:2px solid #f2f2f2;
}

.main-header .info-box .quote-btn:hover{
	color:#ffffff;
	border-color:#26447b;
	background-color:#26447b;
}

.main-header .info-box .appointment-btn{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	padding:13px 20px;
	border-radius:50px;
	margin-top:5px;
	border:2px solid #021370;
	text-transform:capitalize;
	background-color:#021370;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Rubik', sans-serif;
}

.main-header .info-box .appointment-btn:hover{
	background:none;
	color:#021370;
}

.main-header .info-box .appointment-btn .icon{
	position:relative;
	margin-right:5px;
	font-weight:600;
}

.main-menu{
	position:relative;
	-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-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	left: 0;
	right: 0;
	margin:0 auto;
}

.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:before{
	position:absolute;
	content:'';
	left:50%;
	bottom:-6px;
	width:12px;
	height:12px;
	opacity:0;
	margin-left:-6px;
	border-radius:50px;
	background-color:#021370;
	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:after{
	position:absolute;
	content:'';
	left:50%;
	bottom:-3px;
	width:6px;
	height:6px;
	opacity:0;
	margin-left:-3px;
	border-radius:50px;
	background-color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
*/
.main-menu .navigation > li:hover::before,
.main-menu .navigation > li.current::before,
.main-menu .navigation > li:hover::after,
.main-menu .navigation > li.current::after{
	opacity:1;
}

.sticky-header .main-menu .navigation > li > a,
.header-style-two .sticky-header .main-menu .navigation > li > a{
	color:#464541;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a{
	color:#040e41;
	background-color:inherit !important;
}

.sticky-header .nav-outer .options-box{
	margin-top:26px;
}

/*Sticky Header*/

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	z-index:0;
	/*border-bottom:1px solid #021370;*/
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .logo{
	padding:3px 0px;
}

.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:#ffffff;
	text-align:center;
	line-height:30px;
	text-transform:uppercase;
	letter-spacing:0px;
	opacity:1;
	font-weight:500;
	padding:20px 0px;
	font-size:16px;
	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: 'Rubik', sans-serif;
}

.sticky-header .main-menu .navigation > li{
	position:relative;
	margin-left:30px;
	margin-right:0px;
}

.sticky-header .main-menu .navigation > li:before,
.sticky-header .main-menu .navigation > li:after{
	display:none;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-header.light-version .main-menu .navigation > li:hover > a,
.main-header.light-version .main-menu .navigation > li.current > a{
	opacity:1;
	color:#e7351d;
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before{
	width:100%;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:265px;
	padding:0px;
	z-index:100;
	display:none;
	background:#464541;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul:before{
	position:absolute;
	content:'';
	left:0px;
	top:-30px;
	width:100%;
	height:30px;
	display:block;
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(227, 211, 255,0.10);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 20px;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	text-transform:capitalize;
	color:#fff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#332f30;
	background:#ffffff;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:12px;
	width:10px;
	height:20px;
	display:block;
	color:#f1f1f1;
	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:#253d4a;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:100%;
	width:250px;
	padding:0px;
	z-index:100;
	display:none;
	background:#464541;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > 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 rgba(0,0,0,0.10);
}

.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 20px;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	text-transform:capitalize;
	color:#fff;
	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:#111;
	background:#ffffff;
}

.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;
	top:105%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:30px;
	height:30px;
	text-align:center;
	color:#ffffff;
	line-height:28px;
	border:1px solid #ffffff;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .options-box{
	position:relative;
	float:left;
	margin-top:42px;
	right:0px;
	margin-left:0px;
}

.main-header .options-box .options-nav{
	position:relative;
}

.main-header .options-box .options-nav > li{
	position:relative;
	color:#ffffff;
	font-size:22px;
	margin-left:28px;
	display:inline-block;
}

.main-header .options-box .options-nav li.menu-btn{
	cursor:pointer;
}

.main-header .options-box .options-nav > li > a{
	position:relative;
	color:#ffffff;
}
/*.header-lower { border-top: 1px solid #021370; border-bottom: 2px solid #021370 }*/
.main-header .header-lower .outer-box{
	position:relative;
	float:right;
}

.main-header .header-lower .outer-box .phone-number{
	position:relative;
	font-size:14px;
	font-weight:500;
	color:#ffffff;
	float:left;
	margin-right:30px;
	padding-top:23px;
	padding-bottom:22px;
	text-transform:uppercase;
	font-family: 'Rubik', sans-serif;
}

.main-header .header-lower .outer-box .phone-number .icon-outer{
	position:relative;
	display:inline-block;
}

.main-header .header-lower .outer-box .phone-number .icon-outer:before{
	position: absolute;
    content: '';
    left: 4px;
    top: -24px;
    width: 1px;
    height: 18px;
    background-color: rgba(255,255,255,0.15);
}

.main-header .header-lower .outer-box .phone-number .icon-outer:after{
	position: absolute;
    content: '';
    left: 4px;
    bottom: -22px;
    width: 1px;
    height: 13px;
    background-color: rgba(255,255,255,0.15);
}

.main-header .header-lower .outer-box .phone-number .icon-outer .icon{
	position:relative;
	color:#fff;
	font-size:14px;
	margin-right:35px;
	margin-top:1px;
	
}

.main-header .header-lower .outer-box .phone-number .icon-outer .icon::before{
	position:relative;
	top:2px;
}

.main-header .header-lower .outer-box .phone-number .icon:after{
	position:absolute;
	content:'';
	left:-10px;
	top:-2px;
	width:30px;
	height:30px;
	border-radius:4px;
	background:#021370;
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	border:1px solid rgba(255,255,255,0.15);
	z-index:-10;
}
.main-header .header-lower .outer-box .phone-number:hover .icon-outer .icon{ color:#021370;}
.main-header .header-lower .outer-box .phone-number:hover .icon:after{ -webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg); transition:.5s ease; background:#fff;}

.main-header .header-lower .outer-box .appointment-box{
	position:relative;
	float:left;
	overflow:hidden;
}

.main-header .header-lower .outer-box .appointment-box .appointment-btn{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	line-height:25px;
	padding:23px 25px 22px 25px;
	background-color:#021370;
	-webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
	font-family: 'Rubik', sans-serif;
}

.main-header .header-lower .outer-box .appointment-box .appointment-btn .icon{
	margin-right:10px;
}

.main-header .header-top .search-box-outer{
	position: relative;
	float:right;
	margin-top:3px;
}

.main-header .header-top .search-box-btn{
	position:relative;
	float:left;
	width:35px;
	height:35px;
	display:block;
	font-size:14px;
	color:#98b2c4;
	padding:0px;
	margin:0px;
	cursor:pointer;
	background:none;
	border-radius:50%;
	border:1px solid #d3dbe1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .header-top .search-box-btn:hover{
	color:#ffffff;
	border-color:#021370;
	background-color:#021370;
}

.main-header .header-top .search-box-outer .dropdown-menu{
	top:100% !important;
	padding:0px;
	width:280px;
	right:0px;
	left:auto !important;
	margin-top:16px;
	border-radius:0px;
	border-top:3px solid #021370;
	transform:translate3d(0px, 0px, 0px) !important;
}

.main-header .header-top .search-box-outer .dropdown-menu > li{
	padding:0px;
	border:none;
	background:none;
}

.main-header .header-top .search-panel .form-container{
	padding:25px 20px;	
}

.main-header .header-top .search-panel .form-group{
	position:relative;
	margin:0px;	
}

.main-header .header-top .search-panel input[type="text"],
.main-header .header-top .search-panel input[type="search"],
.main-header .header-top .search-panel input[type="password"],
.main-header .header-top .search-panel select{
	display:block;
	width:100%;
	color:#000000;
	line-height:24px;
	padding:7px 40px 7px 15px;
	height:40px;
	border:1px solid #e0e0e0;
	background:#ffffff;	
}

.main-header .header-top .search-panel input:focus,
.main-header .header-top .search-panel select:focus{
	border-color:#021370;	
}

.main-header .header-top .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#555555;
	font-size:12px;
	background:none;
	cursor:pointer;
}

/*** 

====================================================================
	Main Slider Banner
====================================================================

***/

.main-slider{
	position:relative;
}

.main-slider .slide{
	position:relative;
	padding:190px 0px 210px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	opacity: 1;
    transition: opacity 0.5s ease-in;
    background-blend-mode: overlay;
    background-color: #3e3e3e6e;
}
@media only screen and (max-width: 600px){
.main-slider .slide {
   height:420px!important;
}
.main-slider .slide {
    padding: 120px 0px;
}
.main-slider h1 {
    font-size: 28px !important;
    width: 100% !important;
}


}
.main-slider .title{
	position:relative;
	color:#fff;
	font-size:20px;
	font-weight:400;
	opacity:0;
	margin-bottom:15px;
	font-family: 'Saira Stencil One', cursive;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}

.main-slider .active .title{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 500ms;
}

.main-slider h1{
	width: 65%;
	position:relative;
	color:#fff;
	font-size:56px;
	font-weight:800;
	line-height:1.1em;
	margin-bottom:20px;
	font-family: 'Rubik', sans-serif;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .active h1{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1000ms;
}

.main-slider .price{
	position:relative;
	color:#021370;
	font-size:36px;
	font-weight:500;
	margin-bottom:20px;
	padding:18px 20px 12px;
	display:inline-block;
	opacity:0;
	background-color:#332f30;
	font-family: 'Rubik', sans-serif;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}

.main-slider .price span{
	font-size:14px;
}

.main-slider .active .price{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 500ms;
}

.main-slider .theme-btn{
	opacity:0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .active .theme-btn{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1500ms;
}

.main-slider .content.alternate{
	margin-left:600px;
}

.main-slider .title.light,
.main-slider h1.light{
	color:#ffffff;
}

.main-slider .owl-dots{
	position:absolute;
	left:50%;
	bottom:20px;
}

.main-slider .owl-dots .owl-dot{
	position:relative;
	width:20px;
	height:5px;
	margin:0px 4px;
	display:inline-block;
	background-color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-slider .owl-dots .owl-dot:hover,
.main-slider .owl-dots .owl-dot.active{
	background-color:#464541;
}

.main-slider .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:1;
	width:100%;
	margin-top:-20px;
}

.main-slider .owl-nav .owl-prev{
	position:absolute;
	left:40px;
	width:50px;
	height:50px;
	color:#464541;
	line-height:46px;
	text-align:center;
	font-size:28px;
	border-radius:50%;
	display:inline-block;
	background-color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-slider .owl-nav .owl-prev .previous{
	position:relative;
	-webkit-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	transform:rotate(-180deg);
	display:inline-block;
}

.main-slider .owl-nav .owl-next{
	position:absolute;
	right:40px;
	width:50px;
	height:50px;
	color:#464541;
	font-size:28px;
	line-height:50px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	background-color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover{
	color:#ffffff;
	background-color:#e7351d;
}

/*** 

====================================================================
	Welcome Section
====================================================================

***/

.welcome-section{
	position:relative;
	padding:75px 0px 50px;
}

.welcome-section .sec-title .text{
	position:relative;
	color:#7e7e7e;
	font-size:18px;
	margin-top:-15px;
	line-height:1.7em;
	padding:18px 0px 18px 30px;
	border-left:1px solid #e8f1f7;
}

.welcome-block{
	position:relative;
}

.welcome-block .inner-box{
	position:relative;
	/*padding-right:30px;*/
	/*padding-bottom:40px;*/
}

.welcome-block .inner-box .image{
	position:relative;
}

.welcome-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.welcome-block .inner-box .content-outer{
	position:relative;
	
	/*margin-right:-30px;*/
	/*margin-top:-40px;*/
	background-color:#332f30;
	padding:28px 80px 27px 30px;
}

.welcome-block .inner-box .content{
	position:relative;	
}

.welcome-block .inner-box .content-outer .arrow{
	position:absolute;
	right:0px;
	top:0px;
	width:82px;
	height:80px;
	color:#ffffff;
	font-size:24px;
	line-height:80px;
	text-align:center;
	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;
}

.welcome-block .inner-box:hover .content-outer .arrow{
	background-color:#021370;
}

.welcome-block .inner-box .content h3{
	position:relative;
	font-size:18px;
	font-weight:500;
	line-height:1.4em;
	color:#ffffff;
	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;
}

.welcome-block .inner-box:hover .content h3{
	opacity:0;
	visibility:hidden;
}

.welcome-block .inner-box .content .text{
	position:absolute;
	left:0px;
	top:0px;
	color:#92b0d4;
	font-size:15px;
	opacity:0;
	visibility:hidden;
	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;
}

.welcome-block .inner-box:hover .content .text{
	opacity:1;
	visibility:visible;
}

.welcome-block.alternate .inner-box{
	/*padding-left:30px;*/
	/*padding-right:0px;*/
}

.welcome-block.alternate .inner-box .content-outer{
	/*margin-left:-30px;*/
	/*margin-right:0px;*/
}

/*** 

====================================================================
	Featured Section
====================================================================

***/

.featured-section{
	position:relative;
	padding:95px 0px 100px;
	background-color:#e8f1f7;
}

.featured-block{
	position:relative;
	margin-bottom:30px;
}

.featured-block .inner-box{
	position:relative;
}

.featured-block .inner-box .upper-content{
	position:relative;
	text-align:center;
	padding-bottom:50px;
}

.featured-block .inner-box .upper-content:after{
	position:absolute;
	content:'';
	left:50%;
	bottom:20px;
	width:3px;
	height:16px;
	opacity:0;
	visibility:hidden;
	margin-left:-2px;
	background-color:#021370;
	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;
}

.featured-block .inner-box:hover .upper-content:after{
	opacity:1;
	visibility:visible;
}

.featured-block .inner-box .upper-content h3{
	position:relative;
	color:#1e1e29;
	font-size:18px;
	font-weight:500;
	padding-bottom:15px;
	text-transform:uppercase;
}

.featured-block .inner-box .upper-content h3 a{
	position:relative;
	color:#1e1e29;
	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;
}

.featured-block .inner-box:hover .upper-content h3 a:hover{


	color:#021370;
}

.featured-block .inner-box .upper-content .text{
	position:relative;
	color:#7e7e7e;
	font-size:15px;
	z-index:1;
	line-height:1.7em;
}

.featured-block .inner-box .upper-content .icon-box{
	position:absolute;
	bottom:0px;
	width:100%;
	text-align:center;
	line-height:1em;
	color:#dce5ea;
	font-size:100px;
	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;
}

.featured-block .inner-box:hover .upper-content .icon-box{
	opacity:0;
	visibility:hidden;
}

.featured-block .inner-box .lower-content{
	position:relative;
}

.featured-block .inner-box .lower-content .image{
	position:relative;
	background-color:#332f30;
	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;
}

.featured-block .inner-box .lower-content .image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.featured-block .inner-box:hover .lower-content .image img{
	opacity:0.10;
}

.featured-section .owl-dots{
	display:none;
}

.featured-section .owl-nav{
	position:relative;
	text-align:center;
}

.featured-section .owl-nav:before{
	position:absolute;
	content:'';
	left:50%;
	width:120px;
	height:1px;
	bottom:22px;
	margin-left:-190px;
	background-color:#d2dae0;
}

.featured-section .owl-nav:after{
	position:absolute;
	content:'';
	right:50%;
	width:120px;
	height:1px;
	bottom:22px;
	margin-right:-190px;
	background-color:#d2dae0;
}

.featured-section .owl-nav .owl-prev,
.featured-section .owl-nav .owl-next{
	position:relative;
	width:45px;
	height:45px;
	color:#9ab6d7;
	font-size:24px;
	line-height:43px;
	text-align:center;
	border-radius:50%;
	margin:0px 5px;
	display:inline-block;
	border:1px solid #d3dbe1;
	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;
}

.featured-section .owl-nav .owl-prev:hover,
.featured-section .owl-nav .owl-next:hover{
	color:#021370;
	border-color:#021370;
}

/*** 

====================================================================
	Cleaner Section
====================================================================

***/

.cleaner-section{
	position:relative;
	padding:70px 0px 60px;
}

.cleaner-section .upper-section{
	position:relative;
}

.cleaner-section .upper-section .text{
	position:relative;
	margin-bottom:30px;
}

.cleaner-section .upper-section .text p{
	position:relative;
	color:#7e7e7e;
	font-size:15px;
	font-weight:400;
	line-height:1.8em;
	margin-bottom:20px;
}

.cleaner-section .upper-section .text p:last-child{
	margin-bottom:0px;
}

.cleaner-section .upper-section .images-column{
	position:relative;
}

.cleaner-section .upper-section .images-column .inner-column{
	position:relative;
	margin-top:20px;
}

.cleaner-section .upper-section .image-column{
	position:relative;
}

.cleaner-section .upper-section .image-column .image{
	position:relative;
	margin-bottom:30px;
}

.cleaner-section .upper-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.cleaner-section .lower-section{
	position:relative;
	margin-top:30px;
}

.cleaner-section .lower-section .video-column{
	position:relative;
	margin-bottom:40px;
}

/*Video Box*/

.video-box{
	position:relative;
}

.video-box .overlay-box .text{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:500;
	z-index:1;
	display:block;
	margin-top:25px;
	font-family: 'Rubik', sans-serif;
}

.video-box .image{
	position:relative;
	overflow:hidden;
}

.video-box .image img{
	position:relative;
	width:100%;
}

.video-box .overlay-box{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	text-align:center;
	overflow:hidden;
	margin-top:-60px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.video-box .overlay-box span{
	position: relative;
	width:80px;
	height:80px;
	z-index:99;
	color: #021370;
	font-weight:400;
	font-size:30px;
	text-align: center;
	border-radius:50%;
	line-height:80px;
	padding-left:4px;
	display: inline-block;
	background-color:#ffffff;
}

/*Accordian Boxed*/

.accordion-box{
	position:relative;
}

.accordion-box .block{
	position: relative;
    margin-bottom:18px;

}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:18px;
	cursor:pointer;
	line-height:30px;
	color:#3a3939;
	font-weight:500;
	padding:0px 10px 0px 45px;
	transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	font-family: 'Rubik', sans-serif;
}

.accordion-box .block .acc-btn.active .icon-outer{
	color:#e7351d;
}

.accordion-box .block .icon-outer{
	position:absolute;
	left:0px;
	top:0px;
	font-size:22px;
	color: #fff;
	padding-right:20px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .acc-content:after{
    position: absolute;
    content: '';
    left: 8px;
    top: 22px;
    bottom: 6px;
    width: 2px;
	background-color:#f2f2f2;
}

.accordion-box .block.active-block .acc-content:after{
	background-color:#021370;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
}

.accordion-box .block .acc-content .content-text{
	padding-bottom:6px;
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content{
	position:relative;
	font-size:14px;
	padding:15px 30px 0px 45px;
}

.accordion-box .block .content .text{
	line-height:1.4em;
	font-weight: 500;
	font-size:15px;	
	color:#fff;
}

.accordion-box .block .content p:last-child{
	margin-bottom:0px;	
}

.accordion-box.style-two .block{
	margin-bottom:0px;
}

.accordion-box.style-two .block:last-child{
	border-bottom:1px solid #e8f1f7;
}

.accordion-box.style-two .block .acc-btn{
	border:1px solid #dadada;
	padding:24px 24px 24px 75px;
	margin-bottom:0px;
	color: #fff;
	background-color: #464541;
	border-bottom:none;
}

.accordion-box.style-two .block .icon-outer{
	font-size:30px;
	left:25px;
	top:28px;
	font-weight: 400;
}

.accordion-box.style-two .block .acc-btn.active{
	box-shadow:0px 6px 4px rgba(0,0,0,0.10);
}

.accordion-box.style-two .block .content{
	padding:40px 40px 40px 70px;
	    background-color: #f6f6f6;
}

.accordion-box.style-two .block .acc-content:after{
	display:none;
}

/*** 

====================================================================
	Process Section
====================================================================

***/

.process-section{
	position:relative;
	padding:85px 0px 60px;
	background-size:cover;
	background-repeat:no-repeat;
}

.process-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(7,45,90,0.95);
}

.process-section .top-layer{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:350px;
	background-color:#e8f1f7;
}

.process-section .process-blocks{
	position:relative;
	margin-bottom:90px;
	background-color:#ffffff;
}

.process-section .process-blocks .row{
	margin:0px;
}

.process-section .process-blocks .process-block{
	padding:0px;
}

.process-block{
	position:relative;
}

.process-block .inner-box{
	position:relative;
	text-align:center;
	padding:55px 0px;
}

.process-block .inner-box .icon-box{
	position:relative;
	color:#292934;
	font-size:80px;
	line-height:1em;
	margin-bottom:50px;
}

.process-block .inner-box .number-line{
	position:relative;
}

.process-block .inner-box .number-line:before{
	position:absolute;
	content:'';
	left:0px;
	top:14px;
	height:1px;
	width:100%;
	background-color:#e8f1f7;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.process-block .inner-box .number-line .number{
	position:relative;
	width:30px;
	height:30px;
	color:#d2dae0;
	font-size:18px;
	font-weight:500;
	line-height:28px;
	text-align:center;
	border-radius:50%;
	font-style:italic;
	margin:0 auto;
	background-color:#ffffff;
	border:1px solid #eaf2f8;
	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: 'Rubik', sans-serif;
}

.process-block .inner-box:hover .number-line:before{
	background-color:#021370;
}

.process-block .inner-box:hover .number-line .number{
	background-color:#021370;
	border-color:#021370;
	color:#ffffff;
}

.process-block .inner-box .text{
	position:relative;
	margin-top:35px;
	color:#7e7e7e;
	font-size:15px;
	line-height:1.8em;
	padding:0px 30px;
}

/*fact counter*/

.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 .content{
	position:relative;
	display:inline-block;
}

.fact-counter .count-outer .percentage{
	display:inline-block;
	font-weight:500;
	color:#ffffff;
	font-size:60px;
	line-height:1em;	
}

.fact-counter .column .inner .count-outer{
	position:relative;
	font-weight:500;
	color:#09cde3;
	font-size:60px;
	line-height:1em;
	display:inline-block;
}

.fact-counter .count-outer .count-text{
	position:relative;
	font-weight:400;
	color:#ffffff;
	font-size:60px;
	line-height:1em;
	font-family: 'Rubik', sans-serif;
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:18px;
	font-weight:400;
	color:#ffffff;
	margin-top:20px;
	text-transform:capitalize;
	font-family: 'Rubik', sans-serif;
}

/*** 

====================================================================
	Feedback Section
====================================================================

***/

.feedback-section{
	position:relative;
	padding:90px 0px;
}

.feedback-section .sec-title{
	margin-bottom:80px;
}

.feedback-block{
	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;
}

.feedback-block .inner-box{
	position:relative;
}

.feedback-block .inner-box .image{
	position:relative;
}

.feedback-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.feedback-block .inner-box .lower-content{
	position:relative;
	text-align:center;
	padding:0px 35px 35px;
	border:1px solid #e8f1f7;
}

.feedback-block .inner-box .lower-content .quote-icon{
	position:relative;
	width:80px;
	height:80px;
	color:#98b2c4;
	line-height:80px;
	font-size:30px;
	margin:0 auto;
	text-align:center;
	border-radius:50%;
	margin-top:-40px;
	margin-bottom:30px;
	background-color:#e8f1f7;
	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;
}

.feedback-block .inner-box:hover .lower-content .quote-icon{
	color:#ffffff;
	background-color:#021370;
}

.feedback-block .inner-box .lower-content h3{
	position:relative;
	font-size:18px;
	font-weight:500;
	line-height:1.4em;
	margin-bottom:5px;
	text-transform:uppercase;
}

.feedback-block .inner-box .lower-content h3 a{
	position:relative;
	color:#1e1e29;
	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;
}


.feedback-block .inner-box .lower-content h3 a:hover{
	color:#021370;
}

.feedback-block .inner-box .lower-content .rating{
	position:relative;
	padding-bottom:12px;
}

.feedback-block .inner-box .lower-content .rating span{
	position:relative;
	color:#021370;
}

.feedback-block .inner-box .lower-content .rating:after{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	height:3px;
	width:40px;
	margin-left:-20px;
	background-color:#021370;
}

.feedback-block .inner-box .lower-content .text{
	position:relative;
	color:#7e7e7e;
	font-size:18px;
	line-height:1.6em;
	margin-top:25px;
	display:none;
}

.feedback-section .auto-container{
	overflow:hidden;
}

.feedback-section .owl-carousel{
	max-width:370px;
	margin:0 auto;
	width:100%;
	display:block;
}

.feedback-section .owl-carousel .owl-stage-outer{
	overflow:visible;
	padding:10px 0px;
}

.feedback-section .owl-carousel .owl-stage-outer .owl-item.active .feedback-block{
	-webkit-transform:translateY(-40px);
	-ms-transform:translateY(-40px);
	transform:translateY(-40px);
}

.feedback-section .owl-carousel .owl-item.active .feedback-block .inner-box .lower-content .text{
	display:block;
}

.feedback-section .owl-dots{
	display:none;
}

.feedback-section .owl-nav{
	position:relative;
}

.feedback-section .owl-nav .owl-prev{
	position:absolute;
	left:-250px;
	bottom:0px;
	color:#98b2c4;
	font-weight:500;
	font-size:18px;
	text-transform:capitalize;
	font-family: 'Rubik', sans-serif;
	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;
}

.feedback-section .owl-nav .owl-prev span{
	position:relative;
	margin-right:5px;
	display:inline-block;
	-webkit-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	transform:rotate(-180deg);
}

.feedback-section .owl-nav .owl-next{
	position:absolute;
	right:-250px;
	bottom:0px;
	color:#98b2c4;
	font-weight:500;
	font-size:18px;
	text-transform:capitalize;
	font-family: 'Rubik', sans-serif;
	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;
}

.feedback-section .owl-nav .owl-next span{
	margin-left:5px;
}

.feedback-section .owl-nav .owl-prev:hover,
.feedback-section .owl-nav .owl-next:hover{
	color:#021370;
}

/*** 

====================================================================
	Pricing Section
====================================================================

***/

.pricing-section{
	position:relative;
	padding:90px 0px 60px;
	background-image: -webkit-linear-gradient(top, #e8f1f7 0%, #88c8f4 100%);
	background-image: -ms-linear-gradient(top, #e8f1f7 0%, #88c8f4 100%);
	background-image: -moz-linear-gradient(top, #e8f1f7 0%, #88c8f4 100%);
}

.price-block{
	position:relative;
	margin-bottom:30px;
}

.price-block .inner-box{
	position:relative;
	display:block;
	width:100%;
	perspective: 600px;
	text-align:center;
	padding:50px 15px 40px;
	background-color:#caf5ff;
	border-radius: 15px;
	border:1px solid #021370;
	-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.10);
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.10);
}

.pricing-section .price-block .inner-box{
	background:none;
	-webkit-box-shadow:none;
	-ms-box-shadow:none;
	box-shadow:none;
}

.pricing-section .price-block .inner-box:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:'';
	border-radius:8px;
	background-color:#ffffff;
	-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.10);
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.10);
}

.pricing-section .price-block:nth-child(1) .inner-box:before{
	-webkit-transform:rotateY(10deg) scale(0.98) translateY(-10px);
	-ms-transform:rotateY(10deg) scale(0.98) translateY(-10px);
	-moz-transform:rotateY(10deg) scale(0.98) translateY(-10px);
	transform:rotateY(10deg) scale(0.98) translateY(-10px);
}

.pricing-section .price-block:nth-child(2) .inner-box:before{
	-webkit-transform:rotateY(5deg);
	-ms-transform:rotateY(5deg);
	-moz-transform:rotateY(5deg);
	transform:rotateY(5deg);
}

.pricing-section .price-block:nth-child(3) .inner-box:before{
	-webkit-transform:rotateY(-5deg);
	-ms-transform:rotateY(-5deg);
	-moz-transform:rotateY(-5deg);
	transform:rotateY(-5deg);
}

.pricing-section .price-block:nth-child(4) .inner-box:before{
	-webkit-transform:rotateY(-10deg) scale(0.98) translateY(-10px);
	-ms-transform:rotateY(-10deg) scale(0.98) translateY(-10px);
	-moz-transform:rotateY(-10deg) scale(0.98) translateY(-10px);
	transform:rotateY(-10deg) scale(0.98) translateY(-10px);
}

.price-block .inner-box .icon-box{
	position:relative;
	color:#1e1e29;
	font-size:60px;
	line-height:1em;
	margin-bottom:20px;
}

.price-block .inner-box h3{
	position:relative;
	color:#1e1e29;
	font-size:18px;
	font-weight:500;
	line-height:1.4em;
	margin-bottom:25px;
	text-transform:uppercase;
}

.price-block .inner-box .price{
	position:relative;
	color:#021370;
	font-size:42px;
	font-weight:600;
	line-height:1em;
}

.price-block .inner-box .price sub{
	position:relative;
	font-size:16px;
	font-weight:400;
	margin-left:-10px;
}

.price-block .inner-box .price sup{
	position:relative;
	font-size:22px;
	font-weight:600;
}

.price-block .inner-box .lower-box{
	position:relative;
}

.price-block .inner-box .lower-box .text{
	position:relative;
	color:#7e7e7e;
	font-size:14px;
	margin-top:20px;
	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;
}

.price-block .inner-box:hover .lower-box .text{
	opacity:0;
	visibility:hidden;
}

.price-block .inner-box .lower-box .link-box{
	position:absolute;
	width:100%;
	top:0px;
	opacity:0;
	visibility:hidden;
	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;
}

.price-block .inner-box:hover .lower-box .link-box{
	opacity:1;
	visibility:visible;
}

.price-block .inner-box .lower-box .book-btn{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	padding:10px 34px;
	border-radius:50px;
	display:inline-block;
	border:2px solid #021370;
	background-color:#021370;
	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: 'Rubik', sans-serif;
}

.price-block .inner-box .lower-box .book-btn:hover{
	background:none;
	color:#021370;
}

/*** 

====================================================================
	Blog Section
====================================================================

***/
.blog-section  .owl-nav.disabled{ display:block!important; position:absolute; top:-103px; right:-8px;}
.blog-section  .owl-nav {
    position: relative;
    text-align: right;
}
.blog-section .owl-nav .owl-prev, .blog-section .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    color: #4a3765;
    font-size: 24px;
    line-height: 43px;
    text-align: center;
    border-radius: 50%;
    margin: 0px 5px;
    display: inline-block;
    border: 1px solid #dbdbe2;
    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;
}

.blog-section{
	position:relative;
	padding:30px 0px 50px;
}

.news-block{
	position:relative;
	margin-bottom:30px;
}

.news-block .inner-box{
	position:relative;
}

.news-block .inner-box .post-meta{
	position:relative;
	padding-bottom:18px;
}

.news-block .inner-box .post-meta li{
	position:relative;
	padding-right:14px;
	margin-right:5px;
	display:inline-block;
}

.news-block .inner-box .post-meta li:after{
	position:absolute;
	content:'/';
	right:0px;
	top:0px;
	font-size:16px;
	color:#7e7e7e;
}

.news-block .inner-box .post-meta li:last-child::after{
	display:none;
}

.news-block .inner-box .post-meta li a{
	position:relative;
	color:#7e7e7e;
	font-size:16px;
	font-weight:400;
	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;
}

.news-block .inner-box .post-meta li a:hover{
	color:#021370;
}

.news-block .inner-box .image{
	position:relative;
	border-radius: 15px;
    overflow: hidden;
}

.news-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	height: 245px;
	object-fit: cover;
}

.news-block .inner-box .image .post-date{
	position:absolute;
	right:20px;
	top:20px;
	z-index:1;
	color:#021370;
	overflow:hidden;
	font-weight:500;
	padding-bottom:10px;
	line-height:1.2em;
	text-align:center;
	border-radius:50px;
	border:2px solid #e8f1f7;
	display:inline-block;
	background-color:#ffffff;
	text-transform:uppercase;
	font-family: 'Rubik', sans-serif;
}

.news-block .inner-box .image .post-date span{
	position:relative;
	color:#ffffff;
	font-weight:500;
	font-size:16px;
	display:block;
	text-align:center;
	padding:12px 12px;
	margin-bottom:10px;
	background-color:#021370;
}

.news-block .inner-box .lower-content{
	position:relative;
	text-align: left;
    padding: 0px 30px 25px;
    margin-top: -20px;
	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-bottom: 2px solid #473462;*/
}


.news-block .inner-box .lower-content .admin{
	position:relative;
	margin-bottom:4px;
}

.news-block .inner-box .lower-content .admin li{
	position:relative;
	color:#7e7e7e;
	font-size:15px;
	font-weight:400;
	margin-right:15px;
	padding-left:20px;
	margin-bottom:7px;
	display:inline-block;
}

.news-block .inner-box .lower-content .admin li:last-child{
	margin-right:0px;
}

.news-block .inner-box .lower-content .admin li .icon{
	position:absolute;
	left:0px;
	top:3px;
	color:#021370;
	line-height:1em;
}

.news-block .inner-box .lower-content h3{
	position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #464541;
}

.news-block .inner-box .lower-content h3 a{
	position:relative;
	color:#1e1e29;
	font-size:16px;
	line-height:1.4em;
	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;
}

.news-block .inner-box .lower-content h3 a:hover{
	color:#021370;
}

.news-block .inner-box .lower-content .read-btn{
	position:relative;
	color: #ffffff;
	font-size:16px;
	font-weight:500;
	padding:11px 30px;
	border-radius:50px;
	background: #483563;

	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: 'Rubik', sans-serif;
}

.news-block .inner-box:hover .lower-content .read-btn{
	color:#ffffff;
	background: #021370;
}

.news-block .inner-box .lower-content .text{
	position:relative;
	color:#7e7e7e;
	font-size:15px;
	line-height:1.8em;
	margin-bottom:24px;
	padding:0px 30px;
}

.news-block.style-two{
	margin-bottom:30px;
}

.news-block.style-two .inner-box .lower-content h3{
	margin-bottom:20px;
}

.news-block.style-two .inner-box .lower-content h3 a{
	font-size:24px;
}

.blog-large{
	position:relative;
	margin-bottom:35px;
	border-bottom:1px solid #e8f1f7;
}

/*** 

====================================================================
	Sponsors Section
====================================================================

***/

.sponsors-section{
	position:relative;
	padding:100px 20px 85px;
	border-top:2px solid #e8f1f7;
	overflow:hidden;
}

.sponsors-section .sponsors-outer{
	position:relative;
	margin:0px -20px;
}

.sponsors-section .sponsors-outer .sponsors-carousel .owl-stage-outer{
	position:relative;
	padding-top:15px;
}

.sponsors-section .sponsors-outer .owl-dots,
.sponsors-section .sponsors-outer .owl-nav{
	position:relative;
	display:none;
}

.sponsors-section .sponsors-outer .image-box{
	position:relative;
	display:block;
	margin:5px 15px 15px;
	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;
	-webkit-box-shadow:0px 0px 25px rgba(0,0,0,0.08);
	-ms-box-shadow:0px 0px 25px rgba(0,0,0,0.08);
	box-shadow:0px 0px 25px rgba(0,0,0,0.08);
}

.sponsors-section .sponsors-outer .image-box:hover{
	box-shadow:none;
}

.sponsors-section .sponsors-outer .image-box img{
	max-width:100%;
	width:auto;
	opacity:0.30;
	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;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.sponsors-section .sponsors-outer .image-box img:hover{
	opacity:1;
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	padding:0px 0px 0px;
	background-color:#000000e3;
	/*background-image: url(../images/contact-us.jpg);*/
    background-blend-mode: overlay;
    background-size: cover;
}

.main-footer .footer-upper-box{
	position:relative;
	background-color:#0e3665;
}

.main-footer .footer-upper-box .left-column,
.main-footer .footer-upper-box .right-column{
	position:relative;
	padding:50px 0px;
}

.main-footer .footer-upper-box .expert-box{
	position:absolute;
	left:48%;
	top:0px;
	text-align:center;
	padding:30px 20px;
	margin-left:-80px;
	border-right:2px solid #007bff;
	border-left:2px solid #007bff;
}

.main-footer .footer-upper-box .expert-box .icon-box a{
	position:relative;
	color:#021370;
	font-size:60px;
	line-height:1em;
}

.main-footer .footer-upper-box .expert-box h3{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	margin-top:15px;
}

.main-footer .footer-upper-box .expert-box h3 a{
	color:#ffffff;	
}

.main-footer .footer-upper-box .expert-box:hover h3 a{
	color:#021370;	
}

.main-footer .footer-upper-box .left-column .arrow-box{
	position:relative;
	color:#ffffff;
	top:3px;
	font-size:26px;
	line-height:1em;
	margin-right:20px;
	display:inline-block;
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}

.main-footer .footer-upper-box .left-column .icon-box{
	position:relative;
	color:#021370;
	top:6px;
	font-size:46px;
	line-height:1em;
	margin-left:20px;
	display:inline-block;
}

.main-footer .footer-upper-box .left-column h3{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:500;
	display:inline-block;
	text-transform:uppercase;
}

.main-footer .footer-upper-box .left-column h3 a{
	color:#ffffff;	
}

.main-footer .footer-upper-box .left-column:hover h3 a{
	color:#021370;	
}


.main-footer .footer-upper-box .right-column .arrow-box{
	position:relative;
	color:#ffffff;
	top:3px;
	font-size:26px;
	line-height:1em;
	margin-left:20px;
	display:inline-block;
}

.main-footer .footer-upper-box .right-column .icon-box{
	position:relative;
	color:#021370;
	top:9px;
	font-size:46px;
	line-height:1em;
	margin-right:20px;
	display:inline-block;
}

.main-footer .footer-upper-box .right-column h3{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:500;
	display:inline-block;
	text-transform:uppercase;
}

.main-footer .footer-upper-box .right-column h3 a{
	color:#ffffff;	
}

.main-footer .footer-upper-box .right-column:hover h3 a{
	color:#021370;	
}

.main-footer .widgets-section{
	position:relative;
	padding:245px 0px 60px;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:30px;
}

.main-footer .footer-widget h2{
	position:relative;
	font-size:18px;
	font-weight:500;
	color:#ffffff;
	line-height:1.2em;
	margin-bottom:25px;
	text-transform:uppercase;
}

.main-footer .footer-widget h2.alternate{
	font-weight:400;
	font-size:24px;
	font-family: 'Rubik', sans-serif;
}


.main-footer .footer-widget h3{
	position:relative;
	font-size:22px;
	font-weight:500;
	color:#ffffff;
	line-height:1.2em;
	margin-bottom:25px;
	text-transform:uppercase;
}

.main-footer .footer-widget h3.alternate{
	font-weight:400;
	font-size:24px;
	font-family: 'Rubik', sans-serif;
}


.main-footer .we-are-widget .text{
	position:relative;
	font-size:14px;
	line-height:1.8em;
	color:#fff;
	margin-bottom:25px;
}

.main-footer .we-are-widget .read-more{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	padding-left:22px;
	text-transform:capitalize;
	font-family: 'Rubik', sans-serif;
}

.main-footer .we-are-widget .read-more:before{
	position:absolute;
	content:'\f1c8';
	left:0px;
	top:-2px;
	color:#ffffff;
	font-family: "Flaticon";
}

.footer-links{
	position:relative;
}

.footer-links li{
	position:relative;
	margin-bottom:10px;
}

.footer-links li a{
	position:relative;
	color:#ffffffb5;
	font-size:15px;
	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;
}

.footer-links li a:hover{
	color:#ffffff;
}

.contact-list{
	position:relative;
	margin-bottom:20px;
}

.contact-list li{
	position:relative;
	color:#fff;
	font-size:15px;
	line-height:1.7em;
	margin-bottom:15px;
}

.contact-list li a{
	position:relative;
	color:#fff;
	font-size:15px;

}
.contact-list li:first-child{
	font-weight:600;
}

.contact-list li:last-child{
	margin-bottom:0px;
}

.main-footer .footer-bottom{
	position:relative;
	padding:10px 0px;
	font-size: 12px;
	background-color: #464541;
	color: #fff;
}

.main-footer .footer-bottom .copyright{
	position:relative;
	color:#fff;
	font-size:14px;
	line-height:1.8em;
}

.main-footer .footer-bottom .logo-box{
	position:absolute;
	left:50%;
	margin-left:-110px;
	display:inline-block;
}

.main-footer .footer-bottom .buy-btn{
	position:relative;
	color:#1e1e29;
	font-size:16px;
	font-weight:500;
	margin-top:5px;
	border-radius:50px;
	display:inline-block;
	padding:5px 15px 5px 5px;
	background-color:#ffffff;
	font-family: 'Rubik', sans-serif;
	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;
}

.main-footer .footer-bottom .buy-btn span{
	position:relative;
	width:34px;
	height:34px;
	color:#ffffff;
	text-align:center;
	margin-right:10px;
	line-height:34px;
	border-radius:50px;
	display:inline-block;
	background-color:#021370;
	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;
}

.main-footer .footer-bottom .buy-btn:hover{
	color:#ffffff;
	background-color:#021370;
}

.main-footer .footer-bottom .buy-btn:hover span{
	background-color:#ffffff;
	color:#021370;
}

/*** 

====================================================================
	Search Form
====================================================================

***/

.search-form{
	position:relative;
}

.search-form form{
	position:relative;
}

.search-form .form-group{
    position: relative;
	margin-bottom:0px;
}

.search-form .form-group input[type="text"],
.search-form .form-group input[type="tel"],
.search-form .form-group input[type="email"],
.search-form .form-group textarea {
    position: relative;
    width: 250px;
    line-height: 28px;
    padding: 10px 25px;
    height: 70px;
	display:inline-block;
    font-size: 15px;
    background: none;
	font-weight:400;
	color:#7e7e7e;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-form .form-group input::-webkit-input-placeholder{
	color:#7e7e7e;
}

.search-form .form-group .subscribe-btn {
	position: absolute;
	width:30px;
	height:70px;
	top: 0px;
	right: 0px;
	float:right;
	color:#24242f;
	font-size:18px;
	font-weight:400;
	text-align:center;
	padding:0px;
	cursor:pointer;
	background:none;
	display:inline-block;
}

/*** 

====================================================================
	Featured Section Two
====================================================================

***/

.featured-section-two{
	position:relative;
	background-color:#e8f1f7;
}

.featured-section-two .auto-container{
	overflow:hidden;
	padding:95px 15px 95px;
}

.featured-section-two .owl-carousel{
	max-width:370px;
	margin:0 auto;
	width:100%;
	display:block;
}

.featured-section-two .owl-carousel:before{
	position:absolute;
	content:'';
	left:0px;
	top:-300px;
	width:1px;
	height:100000px;
	background-color:#dde4e9;
}

.featured-section-two .owl-carousel:after{
	position:absolute;
	content:'';
	right:0px;
	top:-300px;
	width:1px;
	height:100000px;
	background-color:#dde4e9;
}

.featured-section-two .owl-carousel .owl-stage-outer{
	overflow:visible;
}

.featured-block-two{
	position:relative;
}

.featured-block-two .inner-box{
	position:relative;
	text-align:center;
	padding-bottom:60px;
}

.featured-block-two .inner-box .icon-box{
	position:relative;
	width:100px;
	height:100px;
	color:#1e1e29;
	font-size:46px;
	line-height:100px;
	text-align:center;
	border-radius:50px;
	margin:0 auto;
	margin-bottom:25px;
	background-color:#ffffff;
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-section-two .owl-carousel .owl-item.active .featured-block-two .inner-box .icon-box .icon,
.featured-block-two .inner-box:hover .icon-box .icon{
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}

.featured-block-two .inner-box .icon-box .icon{
	position:relative;
	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;
}

.featured-block-two .inner-box .icon-box:before{
	position:absolute;
	content:'';
	width:40px;
	height:40px;
	left:50%;
	top:50%;
	opacity:0;
	margin-top:-20px;
	margin-left:-20px;
	border-radius:50%;
	background-color:rgba(22,186,225,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;
}

.featured-block-two .inner-box:hover .icon-box:before,
.featured-section-two .owl-carousel .owl-item.active .featured-block-two .inner-box .icon-box:before{
	opacity:1;
	color:#332f30;
	-webkit-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-moz-transform:scale(1,1);
	transform:scale(1,1);
}

.featured-block-two .inner-box h3{
	position:relative;
	color:#1e1e29;
	font-size:18px;
	font-weight:500;
	margin-bottom:18px;
	text-transform:uppercase;
}

.featured-block-two .inner-box a{
	position:relative;
	color:#1e1e29;
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-block-two .inner-box a:hover{
	color:#021370;
}

.featured-block-two .inner-box .text{
	position:relative;
	color:#7e7e7e;
	font-size:15px;
	line-height:1.8em;
}

.featured-block-two .inner-box .star-icon{
	position:absolute;
	color:#dce5ea;
	bottom:0px;
	left:50%;
	margin-left:-50px;
	font-size:100px;
	line-height:1em;
}

.featured-section-two .owl-dots{
	display:none;
}

.featured-section-two .owl-nav{
	position:relative;
	text-align:center;
	margin-top:35px;
}

.featured-section-two .owl-nav .owl-prev,
.featured-section-two .owl-nav .owl-next{
	position:relative;
	width:45px;
	height:45px;
	color:#9ab6d7;
	font-size:24px;
	line-height:43px;
	text-align:center;
	border-radius:50%;
	margin:0px 5px;
	display:inline-block;
	border:1px solid #d3dbe1;
	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;
}

.featured-section-two .owl-nav .owl-prev:hover,
.featured-section-two .owl-nav .owl-next:hover{
	color:#021370;
	border-color:#021370;
}

/*** 

====================================================================
	Spots Section
====================================================================

***/

.spots-section{
	position:relative;
	padding:65px 0px 80px;
}

.spots-section .gallery-column{
	position:relative;
	margin-bottom:10px;
}

.spots-section .gallery-column .inner-column{
	position:relative;
}

.spots-section .gallery-column .inner-column .image{
	position:relative;
	/*margin-bottom: 6px;*/
    border-radius: 3px;
    overflow: hidden;
    /*box-shadow: 5px 5px 12px rgb(70 106 202 / 30%);*/
}

.spots-section .gallery-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.spots-section .content-column{
	position:relative;
}

.spots-section .content-column .inner-column{
	position:relative;
}

.spots-section .content-column .inner-column .text{
	position:relative;
	margin-bottom:26px;
}

.spots-section .content-column .inner-column .text p{
	position:relative;
	color:#2b2b2b;
	font-size:15px;
	line-height:1.8em;
	margin-bottom:20px;
}

.spots-section .content-column .inner-column .text p:last-child{
	margin-bottom:0px;
}

.spots-section .content-column .inner-column .theme-btn{
	padding:13px 43px 13px;
}

.spots-section .content-column .inner-column .list-style-one{
	margin-bottom:35px;
}

/*** 

====================================================================
	Emergency Section
====================================================================

***/

.emergency-section{
	background-color: #464541;
	position:relative;
	padding:95px 0px 70px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-bottom: 30px;
}

.emergency-section .blocks-column{
	position:relative;
	margin-bottom:40px;
}

.emergency-block{
	position:relative;
	margin-bottom:45px;
}

.emergency-block:last-child{
	margin-bottom:0px;
}

.emergency-block .inner-box{
	position:relative;
	padding-left:200px;
	min-height:95px;
}

.emergency-block .inner-box .icon-outer{
	position:absolute;
	left:0px;
	top:0px;
}

.emergency-block .inner-box .icon-outer .block-number{
	position:absolute;
	left:75px;
	top:20px;
	font-weight:500;
	font-size:60px;
	line-height:1em;
	color:rgba(255,255,255,0.06);
	font-family: 'Rubik', sans-serif;
}

.emergency-block .inner-box .icon-outer .icon-box{
	position:relative;
	width:95px;
	height:95px;
	color:#fff;
	font-size:40px;
	line-height:93px;
	text-align:center;
	border-radius:50px;
	background-color:#464541;
	border:1px solid rgba(255,255,255,0.10);
}

.emergency-block .inner-box h3{
	position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: 1px;
    margin-bottom: 7px;
    text-transform: uppercase;
    color: #fff;
}

.emergency-block .inner-box h3 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;
}

.emergency-block .inner-box h3 a:hover{
	color:#021370;
}

.emergency-block .inner-box .text{
	position:relative;
	color:#f1f1f1;
	font-size:14px;
	line-height:1.7em;
	font-weight: 400;
}

.emergency-section .content-column{
	position:relative;
}

.emergency-section .content-column .inner-column{
	position:relative;
	margin-left:100px;
	padding:65px 45px;
	text-align:center;
	margin-top:10px;
	background-color:#ffffff;
	border-radius: 15px;
}

.emergency-section .content-column .title{
	position:relative;
	color:#021370;
	font-size:16px;
	font-weight:500;
	margin-bottom:6px;
	font-family: 'Rubik', sans-serif;
}

.emergency-section .content-column h2{
	position: relative;
    color: #1e1e29;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 0px;
}

.emergency-section .content-column h3{
	position: relative;
    color: #1e1e29;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 22px;
    line-height: 29px;
}

.emergency-section .content-column .text{
	position:relative;
	color:#7e7e7e;
	font-size:15px;
	font-weight:400;
	line-height:1.7em;
	margin-bottom:30px;
}


.pricing-section-two .steps-column .inner-column {
    position: relative;
    padding: 55px 45px 40px;
    background-size: cover;
    /*background: #0b1571 url(../images/background/pattern-1.png) no-repeat;*/
}


/*** 

====================================================================
	Pricing Section Two
====================================================================

***/

.pricing-section-two{
	position:relative;
	padding:90px 0px 60px;
	background-image: url("../images/background/6.jpg");
	background-color:#2a175d99;
  	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	background-blend-mode: overlay;


}

.pricing-section-two .steps-column{
	position:relative;
	margin-bottom:40px;
}

.pricing-section-two .steps-column .inner-column_main{
	position:relative;
	padding:30px;
	border-radius: 5px;
	background-size:cover;
	
}

.pricing-section-two .steps-column .inner-column .title-box{
	padding-bottom: 20px;
	position:relative;
	padding-left:5px;
}

.pricing-section-two .steps-column .inner-column .title-box .icon-box{
	position:absolute;
	left:0px;
	top:5px;
	color:#ffffff;
	font-size:60px;
	line-height:1em;
}

.pricing-section-two .steps-column .inner-column .title-box h2{
	position:relative;
	color:#fff;
	font-size:30px;
	font-weight:500;
	line-height:1.3em;
	padding-bottom:15px;
	text-transform:uppercase;
}

.pricing-section-two .steps-column .inner-column .separator{
	position:relative;
	width:30px;
	height:10px;
}
 
.pricing-section-two .steps-column .inner-column .separator:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:20px;
	height:10px;
	background-color:#fff;
}

.pricing-section-two .steps-column .inner-column .separator:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:6px;
	height:10px;
	background-color:#fff;
}

.pricing-section-two .steps-column .inner-column .text{
	position:relative;
	font-size:16px;
	color:#ffffff;
	line-height:1.6em;
	margin-top:30px;
	margin-bottom:30px;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
	width:100%;
	font-size:16px;
	font-style:normal;
	height:55px;
	padding:12px 18px;
	line-height:30px;
	color:rgba(255,255,255,0.50);
	border-radius:6px;
	border:1px solid rgba(255,255,255,0.10);
	background:#1d65b9;
}

.form-group .ui-button .ui-icon{
	background:none;
	position:relative;
	top:2px;
	text-indent:0px;
	color:#333333;	
}

.form-group .ui-button .ui-icon:before{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:0px;
	top:2px !important;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	color:rgba(255,255,255,0.50);
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;
}

.ui-widget.ui-widget-content{
	border:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item{
	font-size:14px;
	border-bottom:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child{
	border:none;	
}

.ui-state-active, .ui-widget-content .ui-state-active{
	background:#021370;
	border-color:#021370;
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:8px 20px ;
	font-size:14px;
	line-height:24px;
}

.ui-menu-item:hover{
	background-color:#17519d;
}

/*Shop Form*/

.step-form{
	position:relative;
}

.step-form .form-group{
	position:relative;
	margin-bottom:20px;
}

.step-form .form-group .label{
	position:relative;
	color:#ffffff;
	font-size:14px;
	font-weight:500;
	display:block;
	margin-bottom:10px;
	text-transform:uppercase;
	font-family: 'Rubik', sans-serif;
}

.step-form .form-group input{
	position:relative;
	width:100%;
	font-size:16px;
	font-style:normal;
	height:45px;
	padding:12px 18px;
	line-height:30px;
	color:#fff;
	border-radius:6px;
	border:1px solid #fff;
	background-color: transparent;
}

.step-form .form-group input::-webkit-input-placeholder{
	/*color:rgba(255,255,255,0.50);*/
}

.pricing-section-two .steps-column .inner-column .price-box{
	position:relative;
	padding:28px 22px;
	border-radius:10px;
	text-align:center;
	background-color:#1d65b9;
	border:1px solid rgba(255,255,255,0.10);
}

.pricing-section-two .steps-column .inner-column h3{
	position:relative;
	color:#ffffff;
	font-size:14px;
	font-weight:500;
	margin-bottom:10px;
	text-transform:uppercase;
}

.pricing-section-two .steps-column .inner-column .total-price{
	position:relative;
	color:#ffffff;
	font-size:30px;
	font-weight:500;
	line-height:1.2em;
	margin-bottom:24px;
	font-family: 'Rubik', sans-serif;
}

.pricing-section-two .steps-column .inner-column .calculate-btn{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	padding:6px 32px;
	line-height:34px;
	cursor:pointer;
	border-radius:2px;
	background-color: #e7351d;
	font-family: 'Rubik', sans-serif;
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-section-two .steps-column .inner-column .calculate-btn:hover{
	background: #fff;
    color: #e7351d;
}

.pricing-section-two .pricing-column{
	position:relative;
}

.pricing-section-two .pricing-column .inner-column{
	position:relative;
}

.pricing-section-two .pricing-column .inner-column .sec-title .icon-box{
	color:#dae3e8;
}

.pricing-section-two .pricing-column .owl-dots{
	display:none;
}

.pricing-section-two .pricing-column .owl-nav{
	position:absolute;
	right:0px;
	top:-110px;
}

.pricing-section-two .pricing-column .owl-nav .owl-prev,
.pricing-section-two .pricing-column .owl-nav .owl-next{
	position:relative;
	width:45px;
	height:45px;
	color:#9ab6d7;
	font-size:24px;
	line-height:43px;
	text-align:center;
	border-radius:50%;
	margin-left:8px;
	display:inline-block;
	border:1px solid #d3dbe1;
	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;
}

.pricing-section-two .pricing-column .owl-nav .owl-prev:hover,
.pricing-section-two .pricing-column .owl-nav .owl-next:hover{
	color:#021370;
	border-color:#021370;
}

/*** 

====================================================================
	Case Section
====================================================================

***/

.case-section{
	position:relative;
	padding:95px 0px 100px;
}

.case-section .masonry-items{
	position:relative;	
}

/*Case Block*/

.case-block{
	position:relative;
	margin-bottom:30px;
}

.case-block .inner-box{
	position:relative;
}

.case-block .inner-box .image{
	position:relative;
}

.case-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.case-block .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	text-align:center;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -moz-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    -o-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	background-color:rgba(7,45,90,0.90);
}

.case-block .inner-box:hover .image .overlay-box{
	opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.case-block .inner-box .image .overlay-box .overlay-inner{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}

.case-block .inner-box .image .overlay-box .overlay-inner .content{
	position: relative;
    display: table-cell;
    vertical-align: middle;
}

.case-block .inner-box .image .overlay-box h3{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:500;
	margin-bottom:4px;
	text-transform:uppercase;
}

.case-block .inner-box .image .overlay-box h3 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;
}

.case-block .inner-box .image .overlay-box h3 a:hover{
	color:#021370;
}

.case-block .inner-box .image .overlay-box .title{
	position:relative;
	color:#021370;
	font-size:18px;
	font-weight:400;
}

.case-section .btn-box{
	margin-top:10px;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section{
	position:relative;
	padding:105px 0px;
	background-color:#464541;
}

.testimonial-section .auto-container{
	position:relative;
}

.testimonial-section .auto-container:before{
	position:absolute;
	content: '\f178';
	left:0px;
	top:-150px;
	font-size:450px;
	line-height:1em;
	font-family: "Flaticon";
	color:rgba(255,255,255,0.03);
}

.testimonial-block{
	position:relative;
}

.testimonial-block .inner-box{
	position:relative;
	text-align:center;
}

.testimonial-block .inner-box .text{
	position:relative;
	color:#d0cce2;
	font-size:24px;
	line-height:1.6em;
	max-width:780px;
	margin:0 auto;
	margin-bottom:30px;
}

.testimonial-block .inner-box .author-info{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:500;
	text-transform:uppercase;
}

.testimonial-block .inner-box .author-info span{
	color:#021370;
	text-transform:capitalize;
}

.testimonial-section .owl-dots{
	display:none;
}

.testimonial-section .owl-nav{
	position:absolute;
	left:0px;
	top:40px;
	width:100%;
}

.testimonial-section .owl-nav .owl-prev{
	position:absolute;
	left:0px;
	top:0px;
	color:#92b0d4;
	font-size:24px;
	line-height:1em;
	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-nav .owl-prev .fa:before{
	content: "\f10f";
	font-family: "Flaticon";
}

.testimonial-section .owl-nav .owl-next .fa:before{
	content: "\f110";
	font-family: "Flaticon";
}

.testimonial-section .owl-nav .owl-next{
	position:absolute;
	right:0px;
	top:0px;
	color:#92b0d4;
	font-size:24px;
	line-height:1em;
	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-nav .owl-prev:hover,
.testimonial-section .owl-nav .owl-next:hover{
	color:#ffffff;
}

/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

.map-canvas{
	height:550px;
}

.map-section .google-map{
	height:550px;	
}

/*** 

====================================================================
	Info Section
====================================================================

***/

.info-section{
	position:relative;
	padding: 90px 0px 0px;
	margin-bottom: -182px;
    z-index: 2;
}

.info-block{
	position:relative;
	margin-bottom:40px;
}

.info-block .inner-box{
	position:relative;
	text-align:center;
	padding:40px 15px 35px;
	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;
}

.info-block.active .inner-box,
.info-block .inner-box:hover{
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.info-block .inner-box .icon-box{
	position:relative;
	color:#021370;
	line-height:1em;
	font-size:46px;
	margin-bottom:20px;
}

.info-block .inner-box h3{
	position:relative;
	color:#fff;
	font-size:18px;
	font-weight:500;
	margin-bottom:15px;
	text-transform:uppercase;
	font-family: 'Rubik', sans-serif;
}

.info-block .inner-box .text{
	position:relative;
	color:#7e7e7e;
	font-size:15px;
	line-height:1.7em;
	margin-bottom:20px;
}

.info-block .inner-box .link{
	position:relative;
	color:#e7351d;
	font-size:16px;
	font-weight:400;
	padding-left:30px;
	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;
	font-family: 'Rubik', sans-serif;
}

.info-block .inner-box .link:before{
	position:absolute;
	content: "\f1c8";
	left:0px;
	top:0px;
	font-size:18px;
	font-weight:400;
	font-family: "Flaticon";
}

.info-block .inner-box .link:hover{
	color:#fff;
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position: relative;
    padding: 175px 0px 135px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-title:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
    background-color: #1a19198a;
}

.page-title h1{
	position:relative;
	color:#ffffff;
	font-size:54px;
	font-weight:500;
	line-height:1.2em;
}

.page-title h2{
	position:relative;
	color:#ffffff;
	font-size:36px;
	font-weight:500;
	line-height:1.2em;
}

.page-title.style-two{
	padding:100px 0px 200px;
}

/*** 

====================================================================
	Client Section
====================================================================

***/

.client-section{
	position:relative;
	padding-top:100px;
	z-index:1;
}

.client-section .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-size:cover;
	background-position:left top;
	background-repeat:no-repeat;
}

.client-section .upper-section{
	position:relative;
	padding-bottom:60px;
}

.client-section .carousel-column{
	position:relative;
	margin-bottom:40px;
}

.client-section .carousel-column .image{
	position:relative;
}

.client-section .carousel-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.client-section .carousel-column .inner-column{
	position:relative;
	padding-right:35px;
}

.client-section .carousel-column .inner-column .owl-nav{
	position:relative;
	display:none;
}

.client-section .carousel-column .inner-column .owl-dots{
	position:absolute;
	right:-35px;
	bottom:45px;
	width:70px;
	height:120px;
	text-align:center;
	padding-top:28px;
	background-color:#021370;
}

.client-section .carousel-column .inner-column .owl-dots .owl-dot{
	position:relative;
	display:block;
	width:12px;
	height:12px;
	margin:0 auto;
	margin-bottom:15px;
	border-radius:50px;
	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 #021370;
	background-color:#ffffff;
}

.client-section .carousel-column .inner-column .owl-dots .owl-dot:last-child{
	margin-bottom:0px;
}

.client-section .carousel-column .inner-column .owl-dots .owl-dot.active,
.client-section .carousel-column .inner-column .owl-dots .owl-dot:hover{
	background:none;
	border-color:#ffffff;
}

.client-section .content-column{
	position:relative;
}

.client-section .content-column .inner-column{
	position:relative;
	padding-top:35px;
}

.client-section .content-column .inner-column .sec-title h2{
	text-transform:capitalize;
}

.client-section .content-column .inner-column .text{
	position:relative;
	padding-left:30px;
	border-left:3px solid #021370;
}

.client-section .content-column .inner-column .text p{
	position:relative;
	color:#7e7e7e;
	font-size:15px;
	line-height:1.7em;
	margin-bottom:20px;
}

.client-section .content-column .inner-column .text p:last-child{
	margin-bottom:0px;
}

.client-section .lower-section{
	position:relative;
	bottom:-110px;
	margin-top:-110px;
}

/*Services Block Three*/

.services-block-three{
	position:relative;
	margin-bottom:30px;
}

.services-block-three .inner-box{
	position:relative;
	text-align:center;
	padding:50px 30px 40px;
	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;
	box-shadow:0px 0px 25px rgba(0,0,0,0.10);
}

.services-block-three .inner-box:before{
	position:absolute;
	content:'';
	left:50%;
	top:0px;
	width:100px;
	height:5px;
	margin-left:-50px;
	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:#021370;
}

.services-block-three .inner-box:hover::before{
	width:100%;
	left:0px;
	margin-left:0px;
}

.services-block-three .inner-box h3{
	position:relative;
	color:#1e1e29;
	font-size:18px;
	font-weight:500;
	line-height:1.4em;
	padding-bottom:12px;
	margin-bottom:18px;
	text-transform:uppercase;
	border-bottom:1px solid #e8f1f7;
}

.services-block-three .inner-box h3 a{
	position:relative;
	color:#1e1e29;
	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;
}

.services-block-three .inner-box .text{
	position:relative;
	color:#7e7e7e;
	font-size:15px;
	line-height:1.8em;
	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;
}

.services-block-three .inner-box:hover{
	background-color:#332f30;
}

.services-block-three .inner-box:hover h3{
	border-color:rgba(255,255,255,0.10);
}

.services-block-three .inner-box:hover h3 a{
	color:#ffffff;
}

.services-block-three .inner-box:hover .text{
	position:relative;
	color:#92b0d4;
}

/*** 

====================================================================
	Featured Section Three
====================================================================

***/

.featured-section-three{
	position:relative;
	padding:190px 0px 95px;
	background:url(../images/background/pattern-2.jpg) left top no-repeat;
}

.featured-block-three{
	position:relative;
}

.featured-block-three .inner-box{
	position:relative;
	padding-left:70px;
	padding-bottom:42px;
	margin-bottom:42px;
}

.featured-block-three .inner-box:before{
	position:absolute;
	content:'';
	left:70px;
	bottom:0px;
	width:80px;
	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-bottom:1px solid #e8f1f7;
}

.featured-block-three .inner-box:hover::before{
	width:100%;
	border-color:#021370;
}

.featured-block-three .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	color:#021370;
	font-size:46px;
	line-height:1em;
}

.featured-block-three .inner-box h3{
	position:relative;
	color:#1e1e29;
	font-size:16px;
	font-weight:500;
	line-height:1.4em;
	margin-bottom:4px;
	text-transform:uppercase;
}

.featured-block-three .inner-box h3 a{
	position:relative;
	color:#1e1e29;
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-block-three .inner-box h3 a:hover{
	color:#021370;
}

.featured-block-three .inner-box .text{
	position:relative;
	color:#7e7e7e;
	font-size:15px;
}

.featured-section-three .image-outer{
	position:absolute;
	text-align:center;
}

/*Featured Block Four*/

.featured-block-four{
	position:relative;
}

.featured-block-four .inner-box{
	position:relative;
	text-align:right;
	padding-right:70px;
	padding-bottom:42px;
	margin-bottom:42px;
}

.featured-block-four .inner-box:before{
	position:absolute;
	content:'';
	right:70px;
	bottom:0px;
	width:80px;
	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-bottom:1px solid #e8f1f7;
}

.featured-block-four .inner-box:hover::before{
	width:100%;
	border-color:#021370;
}

.featured-block-four .inner-box .icon-box{
	position:absolute;
	right:0px;
	top:0px;
	color:#021370;
	font-size:46px;
	line-height:1em;
}

.featured-block-four .inner-box h3{
	position:relative;
	color:#1e1e29;
	font-size:16px;
	font-weight:500;
	line-height:1.4em;
	margin-bottom:4px;
	text-transform:uppercase;
}

.featured-block-four .inner-box h3 a{
	position:relative;
	color:#1e1e29;
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-block-four .inner-box h3 a:hover{
	color:#021370;
}

.featured-block-four .inner-box .text{
	position:relative;
	color:#7e7e7e;
	font-size:15px;
}

/*** 

====================================================================
	Expert Section
====================================================================

***/

.expert-section{
	position:relative;
	padding:95px 0px 60px;
	background-color:#332f30;
}

.expert-section .auto-container{
	position:relative;
}

.expert-section .title-column{
	position:relative;
	margin-bottom:40px;
}

.expert-section .title-column .inner-column{
	position:relative;
}

.expert-section .title-column .inner-column .sec-title{
	position:relative;
	margin-bottom:35px;
}

.expert-section .title-column .inner-column .text{
	position:relative;
	line-height:1.8em;
	margin-bottom:115px;
	color:rgba(255,255,255,0.50);
}

.expert-section .blocks-column{
	position:static;
}

.expert-section .blocks-column .owl-carousel,
.expert-section .blocks-column .owl-carousel .owl-stage-outer,
.expert-section .blocks-column .owl-carousel .owl-stage{
	position:static;
}

.expert-section .blocks-column .owl-nav{
	position:absolute;
	left:180px;
	bottom:150px;
}

.expert-section .blocks-column .owl-nav:before{
	position: absolute;
    content: '';
    width: 140px;
    height: 1px;
    top: 23px;
    left: -165px;
    background-color: rgba(255,255,255,0.20);
}

.expert-section .blocks-column .owl-nav .owl-prev,
.expert-section .blocks-column .owl-nav .owl-next{
	position:relative;
	width:45px;
	height:45px;
	line-height:43px;
	text-align:center;
	border-radius:50px;
	font-size:24px;
	margin-right:8px;
	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;
	color:rgba(255,255,255,0.40);
	border:1px solid rgba(255,255,255,0.20);
}

.expert-section .blocks-column .owl-nav .owl-prev:hover,
.expert-section .blocks-column .owl-nav .owl-next:hover{
	color:#ffffff;
	border-color:#021370;
	background-color:#021370;
}

/*Team Block*/

.team-block{
	position:relative;
	margin-bottom:40px;
}

.team-block .inner-box{
	position:relative;
}

.team-block .inner-box .image{
	position:relative;
}

.team-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.team-block .inner-box .image .social-option{
	position:absolute;
	left:20px;
	bottom:20px;
}

.team-block .inner-box .image .social-option li{
	position:relative;
	margin-right:8px;
	display:inline-block;
}

.team-block .inner-box .image .social-option li a{
	position:relative;
	color:#92b0d4;
	width:30px;
	height:45px;

	font-size:14px;
	text-align:center;
	line-height:45px;
	display:inline-block;
	border-radius:50px;
	background-color:#332f30;
	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 .image .social-option li a:hover{
	background-color:#021370;
	color:#ffffff;
}

.team-block .inner-box .image .social-option li .tooltip-data{
	position:absolute;
	left:44px;
	bottom:100%;
	color:#222222;
	font-size:14px;
	font-weight:400;
	text-align:center;
	opacity:0;
	padding:4px 10px;
	visibility:hidden;
	margin-left:-60px;
	margin-bottom:0px;
	text-transform:capitalize;
	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;
}

.team-block .inner-box .image .social-option li:hover .tooltip-data{
	opacity:1;
	visibility:visible;
	margin-bottom:15px;
}

.team-block .inner-box .lower-box{
	position:relative;
	padding-top:24px;
	text-align:center;
}

.team-block .inner-box .lower-box h3{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	margin-bottom:5px;
	text-transform:uppercase;
}

.team-block .inner-box .lower-box h3 a{
	position:relative;
	color:#ffffff;
}

.team-block .inner-box .lower-box .designation{
	position:relative;
	font-size:15px;
	color:rgba(255,255,255,0.50);
}

/*** 

====================================================================
	Reviews Section
====================================================================

***/

.reviews-section{
	position:relative;
	padding:90px 0px 60px;
}

.reviews-section .title-box{
	position:relative;
	text-align:center;
	margin-bottom:45px;
}

.reviews-section .title-box h2{
	position:relative;
	color:#1e1e29;
	font-weight:500;
	line-height:1.4em;
	margin-bottom:10px;
}

.reviews-section .title-box .ratings{
	position:relative;
	margin-bottom:40px;
}

.reviews-section .title-box .ratings .fa{
	position:relative;
	color:#021370;
	font-size:14px;
}

.reviews-section .title-box .ratings .total-review{
	color:#1e1e29;
	font-size:16px;
	margin-left:4px;
}

.reviews-section .title-box .text{
	position:relative;
	color:#7e7e7e;
	font-size:18px;
	line-height:1.7em;
	max-width:840px;
	margin:0 auto;
	margin-top:25px;
}

/*Review Block*/

.review-block{
	position:relative;
	margin-bottom:40px;
}

.review-block .inner-box{
	position:relative;
	text-align:center;
	padding:0px 30px;
}

.review-block .inner-box .icon-box{
	position:relative;
	margin-bottom:22px;
}

.review-block .inner-box h3{
	position:relative;
	color:#1e1e29;
	font-size:16px;
	font-weight:500;
	line-height:1.8em;
	text-transform:uppercase;
}

/*** 

====================================================================
	Error Section
====================================================================

***/

.error-section{
	position:relative;
	width:100%;
	text-align:center;
	padding:130px 0px 120px;
	background-position:right top;
	background-repeat:no-repeat;
}

.error-section .inner-section{
	position:relative;
	text-align:center;
}

.error-section .inner-section h2{
	position:relative;
	font-size:18px;
	color:#1e1e29;
	font-weight:400;
	margin-top:40px;
	text-transform:uppercase;
}

.error-section .inner-section .text{
	position:relative;
	color:#7e7e7e;
	font-size:15px;
	margin-top:18px;
	margin-bottom:40px;
}

.error-section .go-back{
	position:relative;
	color:#021370;
	font-size:16px;
	font-weight:500;
	text-align:center;
	margin-top:18px;
	display:inline-block;
	transition:all 500ms ease;
	font-family: 'Rubik', sans-serif;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.error-section .go-back:hover{
	color:#020e28;
}

/*Error Form*/

.error-search-form .form-group{
	position:relative;
	max-width:430px;
	margin:0 auto;
	width:100%;
}

.error-search-form .form-group input[type="text"],
.error-search-form .form-group input[type="search"]{
	position:relative;
	line-height:30px;
	background:none;
	display:block;
	font-size:14px;
	width:100%;
	height:52px;
	color:#7e7e7e;
	border:1px solid #e8f1f7;
	background-color:#ffffff;
	padding:10px 50px 10px 20px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.error-search-form .form-group input:focus{
	border-color:#021370;	
}

.error-search-form .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:52px;
	width:50px;
	display:block;
	font-size:16px;
	color:#1e1e29;
	line-height:100%;
	background:#e8f1f7;
	font-weight:normal;
	cursor:pointer;
}

/*** 

====================================================================
	Faq Page Section
====================================================================

***/

.faq-page-section{
	position:relative;
	padding:100px 0px;
}

.faq-page-section .prod-tabs{
	position:relative;	
}

.faq-page-section .prod-tabs .tab-btns{
	position:relative;
	margin-bottom:40px;
	padding:0px 0px;
	background-color:#332f30;
}

.faq-page-section .prod-tabs .tab-btns .tab-btn{
	position:relative;
	display:block;
	font-size:18px;
	color:#ffffff;
	font-weight:500;
	cursor:pointer;
	line-height:1.6em;
	padding:22px 10px 22px 28px;
	transition:all 500ms ease;
	text-transform:capitalize;
	font-family: 'Rubik', sans-serif;
	border-bottom:1px solid rgba(255,255,255,0.20);
}

.faq-page-section .prod-tabs .tab-btns .tab-btn:after{
	position:absolute;
	content: '\f1c8';
	right:30px;
	top:26px;
	font-size:20px;
	line-height:1em;
	font-family: "Flaticon";
	color:rgba(255,255,255,0.50);
	transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
}

.faq-page-section .prod-tabs .tab-btns .tab-btn:hover::after,
.faq-page-section .prod-tabs .tab-btns .tab-btn.active-btn::after{
	color:#021370;
}

.faq-page-section .prod-tabs .tab-btns .tab-btn:last-child{
	border:none;
}

.faq-page-section .prod-tabs .tab-btns .tab-btn:hover,
.faq-page-section .prod-tabs .tab-btns .tab-btn.active-btn{
	color:#021370;
}

.faq-page-section .prod-tabs .tabs-content{
	position:relative;
}

.faq-page-section .prod-tabs .tabs-content .tab{
	position:relative;
	display:none;
}

.faq-page-section .prod-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.faq-page-section .prod-tabs .tabs-content .tab .content-outer{
	position:relative;
	box-shadow:0px 0px 25px rgba(0,0,0,0.10);
}

/*** 

====================================================================
	Appointment Section
====================================================================

***/

.appointment-section{
	position:relative;
	padding-bottom:100px;
}

.appointment-section .inner-container{
	position:relative;
	margin-top:-100px;
	background-color:#ffffff;
	box-shadow:0px 0px 30px rgba(0,0,0,0.08);
}

.appointment-section .appointment-column{
	position:relative;
	float:left;
	padding:0px;
}

.appointment-section .estimate-column{
	position:relative;
	padding:0px;
	float:right;
}

.appointment-section .appointment-column .inner-column{
	position:relative;
	padding:110px 40px 30px;
}

.appointment-section .appointment-column .title-box{
	position:relative;
	text-align:center;
	margin-bottom:25px;
}

.appointment-section .appointment-column .title-box .icon-box{
	position:absolute;
	top:-30px;
	font-size:100px;
	color:#e8f1f7;
	display:block;
	width:100%;
	line-height:1em;
}

.appointment-section .appointment-column .title-box h2{
	position:relative;
	color:#1e1e29;
	font-size:30px;
	font-weight:500;
	text-transform:uppercase;
}

/*Appointment Form*/

.appointment-form{
	position:relative;
}

.appointment-form fieldset{
	position:relative;
}

.appointment-form fieldset .form-group{
	position:relative;
	margin-bottom:30px;
}

.appointment-form fieldset .form-group .icon{
	position:absolute;
	right:30px;
	top:17px;
	color:#021370;
	font-size:14px;
	font-weight:500;
}

.appointment-form fieldset .form-group .ui-selectmenu-button.ui-button{
	color:#7e7e7e;
	background-color:#ffffff;
	border:1px solid #e8f1f7;
}

.appointment-form fieldset .ui-button .ui-icon:before{
	color:#021370;
}

.appointment-form fieldset .label{
	position:relative;
	color:#1e1e29;
	font-size:14px;
	font-weight:500;
	display:block;
	margin-bottom:15px;
	text-transform:uppercase;
	font-family: 'Rubik', sans-serif;
}

.appointment-form .form-group input[type="text"],
.appointment-form .form-group input[type="email"]{
	position:relative;
	width:100%;
	font-size:14px;
	font-style:normal;
	height:55px;
	padding:12px 18px;
	line-height:30px;
	border-radius:6px;
	background:none;
	border:1px solid #e8f1f7;
	color:#7e7e7e;
}

.appointment-form .form-group textarea{
	position:relative;
	width:100%;
	font-size:14px;
	font-style:normal;
	height:290px;
	padding:12px 18px;
	line-height:30px;
	border-radius:6px;
	background:none;
	border:1px solid #e8f1f7;
	color:#7e7e7e;
	resize:none;
}

.appointment-form .form-group button{
	width:100%;
	display:block;
	cursor:pointer;
}

.appointment-form .form-group input::-webkit-input-placeholder{
	color:#7e7e7e;
}

/*Estimate Column*/

.appointment-section .estimate-column .inner-column{
	position:relative;
	padding:100px 40px 40px;
}

.appointment-section .inner-container:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:50%;
	height:100%;
	display:block;
	background-color:#072c59;
}

.appointment-section .estimate-column .title-box{
	position:relative;
	text-align:center;
	margin-bottom:25px;
}

.appointment-section .estimate-column .title-box .icon-box{
	position:absolute;
	top:-30px;
	font-size:100px;
	display:block;
	width:100%;
	line-height:1em;
	color:rgba(255,255,255,0.10);
}

.appointment-section .estimate-column .title-box h2{
	position:relative;
	color:#ffffff;
	font-size:30px;
	font-weight:500;
	text-transform:uppercase;
}

/* Estimate Form */

.estimate-form{
	position:relative;
}

.estimate-form .form-group{
	position:relative;
	margin-bottom:25px;
}

.estimate-form .form-group .label{
	position:relative;
	color:#ffffff;
	font-size:14px;
	font-weight:500;
	display:block;
	margin-bottom:10px;
	text-transform:uppercase;
	font-family: 'Rubik', sans-serif;
}

.estimate-form .form-group input{
	position:relative;
	width:100%;
	font-size:14px;
	font-style:normal;
	height:55px;
	color:#ffffff;
	padding:12px 18px;
	line-height:30px;
	border-radius:6px;
	background:none;
	border:1px solid rgba(255,255,255,0.10);
}

.estimate-form .form-group .ui-selectmenu-button.ui-button{
	color:#92b0d4;
	font-size:14px;
	background:none;
	border:1px solid rgba(255,255,255,0.15);
}

.estimate-form .form-group .ui-button .ui-icon:before{
	color:#021370;
}

.estimate-form .form-group select::-webkit-input-placeholder,
.estimate-form .form-group input::-webkit-input-placeholder{
	color:rgba(255,255,255,0.70);
}

.appointment-section .estimate-column h3{
	position:relative;
	color:#ffffff;
	font-size:14px;
	font-weight:500;
	display:block;
	margin-bottom:10px;
	text-transform:uppercase;
	font-family: 'Rubik', sans-serif;
}

.appointment-section .estimate-column .price-box{
	position:relative;
	padding:32px 15px 38px;
	border-radius:5px;
	border:1px solid rgba(255,255,255,0.15);
}

/*Price List*/

.price-list{
	position:relative;
}

.price-list li{
	position:relative;
	font-size:16px;
	font-weight:400;
	color:#ffffff;
	padding-left:28px;
	padding-bottom:14px;
	margin-bottom:13px;
	font-family: 'Rubik', sans-serif;
	border-bottom:1px solid rgba(255,255,255,0.20);
}

.price-list li:last-child{
	border-bottom:none;
}

.price-list li:before{
	position:absolute;
	left:0px;
	top:3px;
	font-size:18px;
	line-height:1em;
	content: "\f19d";
	font-family: "Flaticon";
	color:rgba(255,255,255,0.50);
}

.appointment-section .estimate-column .total-price{
	position:relative;
	color:#ffffff;
	font-size:30px;
	font-weight:500;
	line-height:1.4em;
	margin-bottom:20px;
	font-family: 'Rubik', sans-serif;
}

.appointment-section .estimate-column .calculate-btn{
	position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 32px;
    line-height: 30px;
	cursor:pointer;
    border-radius: 50px;
	border:2px solid #021370;
    background-color: #021370;
    font-family: 'Rubik', sans-serif;
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.appointment-section .estimate-column .calculate-btn:hover{
	background:none;
	color: #021370;
}

.appointment-section .estimate-column .estimate-blocks{
	position:relative;
	margin-top:50px;
}

.appointment-section .estimate-column .estimate-blocks .inner-blocks{
	position:relative;
	padding:45px 40px 0px;
	border-top:5px solid #021370;
	background-color:rgba(255,255,255,0.05);
}

/*Estimate Block*/

.estimate-block{
	position:relative;
	margin-bottom:40px;
}

.estimate-block:last-child{
	margin-bottom:0px;
}

.estimate-block:last-child .inner-box{
	border:none;
}

.estimate-block .inner-box{
	position:relative;
	text-align:center;
	padding-bottom:35px;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.estimate-block .inner-box .icon-box{
	position:relative;
	width:95px;
	height:95px;
	color:#021370;
	line-height:95px;
	font-size:45px;
	border-radius:50px;
	margin:0 auto;
	margin-bottom:22px;
	background-color:#ffffff;
}

.estimate-block .inner-box h3{
	position:relative;
	font-size:16px;
	font-weight:500;
	margin-bottom:18px;
	text-transform:uppercase;
}

.estimate-block .inner-box h3 a{
	position:relative;
	color:#ffffff;
}

.estimate-block .inner-box .text{
	position:relative;
	color:#92b0d4;
	font-size:15px;
	line-height:1.8em;
}

/*** 

====================================================================
	Testimonial Page Section
====================================================================

***/

.testimonial-page-section{
	position:relative;
	padding:110px 0px 50px;
}

.testimonial-block-three{
	position:relative;
	margin-bottom:55px;

}

.testimonial-block-three .inner-box{
	position:relative;
	text-align:center;
	padding:65px 15px 40px;
	border:1px solid #e8f1f7;
	transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
}

.testimonial-block-three .inner-box:hover{
	box-shadow:0px 0px 30px rgba(0,0,0,0.10);
}

.testimonial-block-three .inner-box .quote-icon{
	position:absolute;
	left:50%;
	top:0px;
	width:60px;
	height:60px;
	font-size:30px;
	color:#98b2c4;
	line-height:60px;
	margin-left:-30px;
	padding:0px 15px;
	margin-top:-30px;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
	transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
}

.testimonial-block-three .inner-box:hover .quote-icon{
	color:#021370;
}

.testimonial-block-three .inner-box .image{
	position:relative;
	width:80px;
	height:80px;
	margin:0 auto;
	overflow:hidden;
	border-radius:50px;
	margin-bottom:25px;
}

.testimonial-block-three .inner-box h3{
	position:relative;
	color:#1e1e29;
	font-size:18px;
	font-weight:500;
	line-height:1.4em;
	margin-bottom:18px;
	text-transform:uppercase;
}

.testimonial-block-three .inner-box h3 span{
	position:relative;
	font-size:16px;
	font-weight:400;
	color:#021370;
	text-transform:capitalize;
}

.testimonial-block-three .inner-box .text{
	position:relative;
	color:#7e7e7e;
	font-size:15px;
	line-height:1.8em;
}

/*** 

====================================================================
	Case Page Section
====================================================================

***/

.case-page-section{
	position:relative;
	padding:100px 0px 90px;
}

/*Case Block Two*/

.case-block-two{
	position:relative;
	margin-bottom:30px;
}

.case-block-two .inner-box{
	position:relative;
}

.case-block-two .inner-box .image{
	position:relative;
}

.case-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.case-block-two .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	text-align:center;
    -webkit-transform: perspective(400px) rotateY(-90deg);
    -moz-transform: perspective(400px) rotateY(-90deg);
    -ms-transform: perspective(400px) rotateY(-90deg);
    -o-transform: perspective(400px) rotateY(-90deg);
    transform: perspective(400px) rotateY(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	background-color:rgba(255,255,255,1);
}

.case-block-two .inner-box .image .overlay-box:before{
	position:absolute;
	content:'';
	left:50%;
	top:50%;
	width:115px;
	height:115px;
	margin-top:-57px;
	margin-left:-57px;
	border-radius:50%;
	background-color:rgba(22,186,225,0.10);
}

.case-block-two .inner-box:hover .image .overlay-box{
	opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
}

.case-block-two .inner-box .image .overlay-box .overlay-inner{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}

.case-block-two .inner-box .image .overlay-box .overlay-inner .content{
	position: relative;
    display: table-cell;
    vertical-align: middle;
}

.case-block-two .inner-box .image .overlay-box h3{
	position:relative;
	color:#1e1e29;
	font-size:18px;
	font-weight:500;
	margin-bottom:4px;
	text-transform:uppercase;
}

.case-block-two .inner-box .image .overlay-box h3 a{
	position:relative;
	color:#1e1e29;
	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;
}

.case-block-two .inner-box .image .overlay-box h3 a:hover{
	color:#021370;
}

.case-block-two .inner-box .image .overlay-box .title{
	position:relative;
	color:#021370;
	font-size:18px;
	font-weight:400;
}

/*Styled Pagination*/

.styled-pagination{
	position:relative;
}

.styled-pagination li{
	position:relative;
	display:inline-block;
	margin:0px 10px 0px 10px;
}

.styled-pagination li a{
	position:relative;
	font-size:18px;
	color:#1e1e29;
	font-weight:500;
	padding-bottom:8px;
	border-bottom:2px solid transparent;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	font-family: 'Rubik', sans-serif;
}

.styled-pagination li a{
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#021370;
	border-color:#021370;
}

.styled-pagination li.prev a,
.styled-pagination li.next a{
	font-size:20px;
	border:none;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover{
	color:#949494;
}

/*** 

====================================================================
	Case Masonry Section
====================================================================

***/

.case-masonry-section{
	position:relative;
	padding:95px 0px 100px;
}

.case-masonry-section .btn-box{
	position:relative;
	margin-top:10px;
}

.case-masonry-section .filters{
	margin-bottom:35px;
	text-align:center;
}

.case-masonry-section .filters .filter-tabs{
	position:relative;
}

.case-masonry-section .filter-list{
	padding:0px 15px;
}

.case-masonry-section .filters li{
	position: relative;
    display: inline-block;
    color: #1e1e29;
	padding:14px 24px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
	border-radius:50px;
	margin:0px 0px 15px;
	text-transform:uppercase;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	font-family: 'Rubik', sans-serif;
}

.case-masonry-section .filters .filter.active,
.case-masonry-section .filters .filter:hover{
    color:#ffffff;
	background-color:#021370;
}

/*Case Block Three*/

.case-block-three{
	position:relative;
}

.case-block-three .inner-box{
	position:relative;
}

.case-block-three .inner-box .image{
	position:relative;
}

.case-block-three .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.case-block-three .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	text-align:center;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -moz-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    -o-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	background-color:rgba(7,45,90,0.90);
}

.case-block-three .inner-box:hover .image .overlay-box{
	opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.case-block-three .inner-box .image .overlay-box .overlay-inner{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}

.case-block-three .inner-box .image .overlay-box .overlay-inner .overlay-content{
	position: relative;
    display: table-cell;
    vertical-align: middle;
}

.case-block-three .inner-box .image .overlay-box h3{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:500;
	margin-bottom:4px;
	margin-top:-40px;
	display:block;
	line-height:1.6em;
	text-transform:uppercase;
}

.case-block-three .inner-box .image .overlay-box h3 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;
}

.case-block-three .inner-box .image .overlay-box h3 a:hover{
	color:#021370;
}

.case-block-three .inner-box .image .lower-box{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	opacity:0;
	padding:25px 28px;
	background-color:#e8f1f7;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.case-block-three .inner-box:hover .image .lower-box{
	opacity:1;
}

.case-block-three .inner-box .image .lower-box .content{
	position:relative;
}

.case-block-three .inner-box .image .lower-box .content .text{
	position:relative;
	color:#7e7e7e;
	font-size:15px;
	padding-right:35px;
}

.case-block-three .inner-box .image .lower-box .content .arrow{
	position:absolute;
	right:0px;
	top:0px;
	color:#021370;
	font-size:22px;
}

.case-page-section .case-block-three{
	padding:0px;
	float:left;
}

/*** 

====================================================================
	Case Single Section
====================================================================

***/

.case-single-section{
	position:relative;
	padding:100px 0px;
}

.case-single-section .carousel-box{
	position:relative;
}

.case-single-section .carousel-box .owl-dots{
	position:relative;
	display:none;
}

.case-single-section .carousel-box .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	margin-top:-20px;
}

.case-single-section .carousel-box .owl-nav .owl-prev{
	position:absolute;
	left:40px;
	color:#ffffff;
	font-size:46px;
	line-height:1em;
	display:inline-block;
}

.case-single-section .carousel-box .owl-nav .owl-next{
	position:absolute;
	right:40px;
	color:#ffffff;
	font-size:46px;
	line-height:1em;
	display:inline-block;
}

.case-single-section .carousel-content-box{
	position:relative;
	margin-bottom:50px;
}

.case-single-section .carousel-content-box .content-inner{
	position:relative;
	padding:30px 40px 0px;
	margin-left:70px;
	margin-right:70px;
	margin-top:-100px;
	z-index:1;
	background-color:#332f30;
}

.case-single-section .carousel-content-box .content-inner:before{
	position:absolute;
	content:'';
	left:40px;
	top:70px;
	right:40px;
	height:1px;
	background-color:rgba(255,255,255,0.10);
}

.case-single-section .carousel-content-box .content-inner ul{
	position:relative;
}

.case-single-section .carousel-content-box .content-inner ul li{
	position:relative;
	width:33.333%;
	float:left;
	font-size:16px;
	font-weight:500;
	color:#7b98bb;
	margin-bottom:35px;
}

.case-single-section .carousel-content-box .content-inner ul li span{
	position:relative;
	color:#ffffff;
	font-size:15px;
	width:110px;
	display:inline-block;
}

.case-single-section .lower-content .sec-title{
	margin-bottom:30px;
}

.case-single-section .lower-content .text{
	position:relative;
	color:#7e7e7e;
	font-size:15px;
	line-height:1.8em;
	margin-bottom:45px;
}

.video-block{
	position:relative;
	margin-bottom:30px;
}

.video-block .inner-box{
	position:relative;
}

.video-block .inner-box .image{
	position:relative;
}

.video-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.video-block .inner-box .image .play-box{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	background-color:rgba(41,41,41,0.90);
}

.video-block .inner-box .image .play-box a{
	position:relative;
	display:block;
	padding:15px;
}

.video-block .inner-box .image .play-box .play{
	position:relative;
	font-size:40px;
	line-height:1em;
	color:#021370;
}

.video-block .inner-box .image .play-box .resize{
	position:absolute;
	right:20px;
	top:28px;
}

.video-block .inner-box .image .play-box .resize img{
	width:auto;
}

.video-block .inner-box .lower-content{
	position:relative;
	padding:35px 30px;
	border:1px solid #e8f1f7;
}

.video-block .inner-box .lower-content h3{
	position:relative;
	color:#1e1e29;
	font-size:18px;
	font-weight:500;
	line-height:1.4em;
	margin-bottom:15px;
}

.video-block .inner-box .lower-content h3 a{
	position:relative;
	color:#1e1e29;
}

.video-block .inner-box .lower-content h3 a span{
	color:#021370;
}

.video-block .inner-box .lower-content .text{
	position:relative;
	color:#7e7e7e;
	font-size:15px;
	line-height:1.8em;
	margin-bottom:22px;
}

/*New Posts*/

.new-posts{
	position:relative;
	padding:25px 0px;
	margin-top:75px;
	border-top:1px solid #e8f1f7;
	border-bottom:1px solid #e8f1f7;
}

.new-posts a{
	position:relative;
	color:#1e1e29;
	font-size:14px;
	font-weight:500;
	letter-spacing:1px;
	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: 'Rubik', sans-serif;
}

.new-posts a.prev .icon{
	margin-right:10px;
}

.new-posts a.next .icon{
	margin-left:10px;
}

.new-posts a .icon{
	position:relative;
	line-height:20px;
	font-size:18px;
}

.new-posts a:hover{
	color:#021370;
}

.new-posts .grid-btn{
	position:absolute;
	left:50%;
	color:#222222;
	font-size:32px;
	margin-top:2px;
	margin-left:-13px;
}

/*** 

====================================================================
	In Touch Section
====================================================================

***/

.in-touch-section{
	position:relative;
	padding:110px 0px 70px;
	background-size:cover;
	background-repeat:no-repeat;
}

.in-touch-section:before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
       background-color: rgb(70 51 97);
}

.in-touch-block{
	position:relative;
	margin-bottom:40px;
}

.in-touch-block .inner-box{
	position:relative;
}

.in-touch-block .inner-box h3{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:500;
	line-height:1.4em;
	padding-bottom:12px;
	margin-bottom:25px;
	text-transform:uppercase;
	border-bottom:3px solid rgba(250,250,250,0.10);
}

.in-touch-block .inner-box ul{
	position:relative;
	margin-bottom:20px;
}

.in-touch-block .inner-box ul li{
	position:relative;
	color:#c4dffd;
	font-size:18px;
	line-height:1.7em;
}

.in-touch-block .inner-box .link{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	padding-left:28px;
	text-transform:capitalize;
	font-family: 'Rubik', sans-serif;
}

.in-touch-block .inner-box .link:before{
	position:absolute;
	content: "\f1c8";
	left:0px;
	top:-2px;
	line-height:1em;
	font-size:18px;
	font-family: "Flaticon";
}

/*** 

====================================================================
	Contact Page Section
====================================================================

***/

.contact-page-section{
	position:relative;
	padding:100px 0px 60px;
}

.contact-page-section .form-column{
	position:relative;
	margin-bottom:40px;
}

.contact-page-section .form-column .inner-column{
	position:relative;
	padding:32px 30px 10px;
	background-color:#e8f1f7;
}

/* Contact Form */

.contact-form{
	position:relative;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:30px;
}

.contact-form .form-group label{
	position:relative;
	font-weight:500;
	color:#1e1e29;
	margin-bottom:18px;
	text-transform:uppercase;
	font-family: 'Rubik', sans-serif;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea{
	display:block;
	width:100%;
	line-height:28px;
	height:50px;
	font-size:14px;
	padding:10px 22px;
	background:#ffffff;
	color:#888888;
	border-radius:0px;
	border:1px solid transparent;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.contact-form textarea{
	height:110px;
	resize:none;
	font-size:14px;
	border-radius:6px;
	background:#ffffff;
	border:1px solid transparent;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="password"]:focus,
.contact-form select:focus,
.contact-form textarea:focus{
	border-color:#464541;
}

.contact-form .message-btn{
	color:#ffffff;
	cursor:pointer;
	font-size:16px;
	font-weight:500;
	margin-top:10px;
	padding:16px 36px;
	border-radius:50px;
	background-color:#021370;
	font-family: 'Rubik', sans-serif;
}

.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;	
}

.contact-page-section .content-column{
	position:relative;
}

.contact-page-section .content-column .inner-column{
	position:relative;
}

.contact-page-section .content-column .inner-column .sec-title{
	position:relative;
	margin-bottom:25px;
}

.contact-page-section .content-column .inner-column .text{
	position:relative;
	color:#7e7e7e;
	font-size:18px;
	font-weight:400;
	line-height:1.7em;
	margin-bottom:30px;
}

.person-block{
	position:relative;
}

.person-block .inner-box{
	position:relative;
}

.person-block .inner-box .image{
	position:relative;
	width:115px;
	height:115px;
	margin-bottom:25px;
}

.person-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.person-block .inner-box h3{
	position:relative;
	color:#1e1e29;
	font-size:18px;
	font-weight:500;
	text-transform:uppercase;
}

.person-block .inner-box .title{
	position:relative;
	color:#021370;
	font-size:15px;
	padding-bottom:12px;
	margin-bottom:22px;
}

.person-block .inner-box .title:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:80px;
	height:3px;
	background-color:#021370;
}

.person-block .inner-box ul{
	position:relative;
}

.person-block .inner-box ul li{
	position:relative;
	color:#7e7e7e;
	font-size:15px;
	margin-bottom:8px;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
	padding:85px 0px 40px;
}

.services-block-four{
	position:relative;
	margin-bottom:40px;
}

.services-block-four .inner-box{
	position:relative;
}

.services-block-four .inner-box .upper-content{
	position:relative;
	text-align:center;
	padding-bottom:50px;
}

.services-block-four .inner-box .upper-content:after{
	position:absolute;
	content:'';
	left:50%;
	bottom:20px;
	width:3px;
	height:16px;
	opacity:0;
	visibility:hidden;
	margin-left:-2px;
	background-color:#021370;
	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;
}

.services-block-four .inner-box:hover .upper-content:after{
	opacity:1;
	visibility:visible;
}

.services-block-four .inner-box .upper-content h3{
	position:relative;
	color:#1e1e29;
	font-size:18px;
	font-weight:500;
	padding-bottom:15px;
	text-transform:uppercase;
}

.services-block-four .inner-box .upper-content h3 a{
	position:relative;
	color:#1e1e29;
	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;
}

.services-block-four .inner-box .upper-content h3 a:hover{
	color:#021370;
}

.services-block-four .inner-box .upper-content .text{
	position:relative;
	color:#7e7e7e;
	font-size:15px;
	z-index:1;
	line-height:1.7em;
}

.services-block-four .inner-box .upper-content .icon-box{
	position:absolute;
	bottom:0px;
	width:100%;
	text-align:center;
	line-height:1em;
	color:#dce5ea;
	font-size:100px;
	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;
}

.services-block-four .inner-box:hover .upper-content .icon-box{
	opacity:0;
	visibility:hidden;
}

.services-block-four .inner-box .lower-content{
	position:relative;
}

.services-block-four .inner-box .lower-content .image{
	position:relative;
	overflow:hidden;
	border-radius:10px;
	-webkit-transform:scale(0.86,0.86);
	-ms-transform:scale(0.86,0.86);
	transform:scale(0.86,0.86);
	background-color:#332f30;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-block-four .inner-box:hover .lower-content .image{
	-webkit-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1);
}

.services-block-four .inner-box .lower-content .image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two{
	position:relative;
	padding:95px 0px 50px;
	background-color:#332f30;
}

.services-block-two{
	position:relative;
	margin-bottom:40px;
}

.services-block-two .inner-box{
	position:relative;
}

.services-block-two .inner-box .upper-box{
	position:relative;
	padding-left:105px;
	padding-top:40px;
	margin-bottom:60px;
}

.services-block-two .inner-box .upper-box .number-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:100px;
	font-size:60px;
	line-height:100px;
	text-align:center;
	border-radius:50px;
	color:rgba(255,255,255,0.30);
	font-family: 'Rubik', sans-serif;
	background-color:rgba(255,255,255,0.10);
}

.services-block-two .inner-box .upper-box .icon-box{
	position:absolute;
	left:5px;
	top:0px;
	color:#021370;
	font-size:30px;
	line-height:1em;
}

.services-block-two .inner-box .upper-box h3{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:500;
	text-transform:uppercase;
}

.services-block-two .inner-box .upper-box h3 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;
}

.services-block-two .inner-box .upper-box h3 a:hover{
	color:#021370;
}

.services-block-two .inner-box .upper-box .upper-inner{
	position:relative;
	padding-left:50px;
}

.services-block-two .inner-box .lower-box{
	position:relative;
}

.services-block-two .inner-box .lower-box .text{
	position:relative;
	color:#92b0d4;
	font-size:15px;
	line-height:1.8em;
	margin-bottom:22px;
}

.services-block-two .inner-box .lower-box .read-more{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	padding-left: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;
	font-family: 'Rubik', sans-serif;
}

.services-block-two .inner-box .lower-box .read-more:before{
	position:absolute;
	content: "\f1c8";
	left:0px;
	top:0px;
	font-size:18px;
	line-height:1em;
	font-family: "Flaticon";
}

.services-block-two .inner-box .lower-box .read-more:hover{
	color:#021370;
}
.services-single .inner-box h2.st{ 
	font-weight: 600;  
	color: #464541;
	margin-bottom: 25px;
}
.services-single .inner-box h2.st span{ 
	color: #0b1571; 
}

.inner-box h2.st::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -10px;
    width: 35px;
    height: 6px;
    background-color: #e7351d;
}
.inner-box h2.st::after {
    position: absolute;
    content: '';
    left: 38px;
    bottom: -10px;
    width: 6px;
    height: 6px;
    background-color: #e7351d;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:95px 0px 0px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:35px;
}

.sidebar-widget{
    position: relative;
    margin-bottom: 50px;
}

.sidebar-widget .widget-content{
	position:relative;
	padding:35px 35px 35px;
	background-color:#464541;
	border-radius: 10px 0px 10px;
}
.services-single .image img {
    height: 445px;
    border-radius: 10px 0px 10px;
    object-fit: cover;
}
.services-single .image::after {
    content: "";
    position: absolute;
    left: 30px;
    writing-mode: tb-rl;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    text-align: center;

    font-size: 100px;
    color: #232323;
    font-weight: 800;
    opacity: 0.1;
    text-transform: uppercase;
    font-family: 'Saira Stencil One', cursive;

}

/*Sidebar Title*/

.sidebar-title{
    position: relative;
    margin-bottom:30px;
}

.sidebar-title h2{
	position:relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.2em;
	padding-bottom:18px;
    text-transform: uppercase;
}

.sidebar-title h3{
	position:relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.2em;
	padding-bottom:18px;
    text-transform: uppercase;
}

.sidebar-title .separator{
	position:relative;
	width:30px;
	height:10px;
}

.sidebar-title .separator:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:20px;
	height:10px;
	background-color:#e7351d;
}

.sidebar-title .separator:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:6px;
	height:10px;
	background-color:#e7351d;
}

/*Services Widget*/

.services-widget ul{
	position:relative;
}

.services-widget ul li{
	position:relative;
	color:#92b0d4;
	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: 'Rubik', sans-serif;
}

.services-widget ul li:last-child a{
	border:none;
	margin-bottom:0px;
	padding-bottom:0px;
}

.services-widget ul li a{
	position:relative;
	padding-bottom:14px;
	margin-bottom:15px;
	display:block;
	color:#fff;
	font-size:16px;
	padding-left:28px;
	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: 'Rubik', sans-serif;
	border-bottom:1px solid rgba(255,255,255,0.20);
}

.services-widget ul li a:hover{
	color:#e7351d;
}

.services-widget ul li a:before{
	position:absolute;
	content: "\f1c8";
	left:0px;
	top:2px;
	font-size:18px;
	line-height:1em;
	font-family: "Flaticon";
}

/*Branch List*/

.branch-lists{
	position:relative;
}

.branch-lists li{
	position:relative;
	margin-bottom:20px;
}

.branch-lists li:last-child{
	margin-bottom:0px;
}

.branch-lists li a{
	position:relative;
	color:#ffffff;
	display:block;
	font-size:16px;
	font-weight:500;
	background-color:#92b0d4;
	padding:15px 15px 12px 75px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Rubik', sans-serif;
}

.branch-lists li .icon{
	position:absolute;
	left:20px;
	top:20px;
	z-index:1;
	color:#ffffff;
	font-size:40px;
	line-height:1em;
}

.branch-lists li .mb{
	position:relative;
	display:block;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	margin-top:2px;
	font-family: 'Rubik', sans-serif;
}

.booking-widget .widget-content{
	background-repeat:no-repeat;
	background-size:cover;
}

.booking-widget .widget-content:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(7,45,90,0.92);
}

/* Booking Form */

.booking-form{
	position:relative;
}

.booking-form .form-group{
	position:relative;
	margin-bottom:20px;
}

.booking-form .form-group:last-child{
	margin-bottom:0px;
}

.booking-form input[type="text"],
.booking-form input[type="email"],
.booking-form input[type="password"],
.booking-form select,
.booking-form textarea{
	display:block;
	width:100%;
	line-height:33px;
	height:55px;
	font-size:14px;
	padding:10px 22px;
	background:#0b315d;
	color:#ffffff;
	border:1px solid rgba(255,255,255,0.10);
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.booking-form textarea{
	height:85px;
	resize:none;
	font-size:14px;
	background:#0b315d;
	border:1px solid rgba(255,255,255,0.10);
}

.booking-form .form-group textarea::-webkit-input-placeholder,
.booking-form .form-group input::-webkit-input-placeholder{
	color:#92b0d4;
}

.booking-form input[type="text"]:focus,
.booking-form input[type="email"]:focus,
.booking-form input[type="password"]:focus,
.booking-form select:focus,
.booking-form textarea:focus{
	border-color:#021370;
}

.booking-form .book-btn{
	color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    padding: 11px 35px;
    border-radius: 50px;
	border:2px solid #021370;
    background-color: #021370;
    font-family: 'Rubik', sans-serif;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.booking-form .book-btn:hover{
	background:none;
	color:#021370;
}

/*Services Single*/

.services-single{
	position:relative;
}

.services-single .inner-box{
	position:relative;
}

.services-single .inner-box h3{
	position:relative;
	color:#332f30;
	font-size:36px;
	font-weight:500;
	line-height:1.4em;
	margin-bottom:20px;
}

.services-single .inner-box .text{
	position:relative;
}

.services-single .inner-box .text p{
	position:relative;
	color:#7e7e7e;
	font-size:15px;
	line-height:1.8em;
	margin-bottom:30px;
}

/* Services Single Block */

.services-single-block{
	position:relative;
	margin-bottom:30px;
}

.services-single-block .inner-box{
	position:relative;
	overflow:hidden;
}

.services-single-block .inner-box .image{
	position:relative;
}

.services-single-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-single-block .inner-box .image .case-studies{
	position:absolute;
	left:30px;
	bottom:25px;
	color:#ffffff;
	opacity:0;
	font-size:16px;
	font-weight:500;
	padding-left:30px;
	-webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
	font-family: 'Rubik', sans-serif;
}

.services-single-block .inner-box:hover .image .case-studies{
	opacity:1;
}

.services-single-block .inner-box .image .case-studies:before{
	position:absolute;
	content: "\f1c8";
	left:0px;
	top:2px;
	font-size:18px;
	line-height:1em;
	font-family: "Flaticon";
}

.services-single-block .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	text-align:center;
    -webkit-transform: perspective(400px) rotateY(-90deg);
    -moz-transform: perspective(400px) rotateY(-90deg);
    -ms-transform: perspective(400px) rotateY(-90deg);
    -o-transform: perspective(400px) rotateY(-90deg);
    transform: perspective(400px) rotateY(-90deg);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	background-color: rgb(204 173 67 / 91%);
}

.services-single-block .inner-box:hover .image .overlay-box{
	opacity: 1;
   /* -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);*/
}

.services-single-block .inner-box .image .overlay-box .overlay-inner{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}

.services-single-block .inner-box .image .overlay-box .overlay-inner .content{
	position: relative;
    display: table-cell;
    vertical-align: middle;
}

.services-single-block .inner-box .image .overlay-box h3{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:500;
	margin-bottom:4px;
	text-transform:uppercase;
}

.services-single-block .inner-box .image .overlay-box h3 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;
}

.services-single-block .inner-box .image .overlay-box h3 a:hover{
	color:#021370;
}

.services-single .inner-box .text .bold-text{
	position:relative;
	color:#1e1e29;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:30px;
}

.services-single .inner-box .tiles-section{
	position:relative;
	margin-top:40px;
}

/*Tile Block*/

.tile-block{
	position:relative;
}

.tile-block .tile-inner{
	position:relative;
	background-color:#332f30;
}

.tile-block .image-column{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	display:block;
	float:left;
	text-align:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.tile-block .image-column .play-btn{
	position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    width: 70px;
    height: 70px;
    z-index: 99;
    color: #021370;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    line-height: 70px;
	margin-top:-35px;
	padding-left:5px;
	margin-left:-35px;
    display: inline-block;
    background-color: #ffffff;
}

.tile-block .tile-inner .content-column{
	position:relative;
	float:right;
	width:50%;
}

.tile-block .tile-inner .content-column .inner-column{
	position:relative;
	padding:45px 60px 50px 40px;
}

.tile-block .tile-inner .content-column .inner-column .tile-title{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:500;
	margin-bottom:25px;
	text-transform:uppercase;
	font-family: 'Rubik', sans-serif;
}

.tile-block .tile-inner .content-column .inner-column .tile-name{
	position:relative;
	color:#ffffff;
	font-size:24px;
	font-weight:500;
	line-height:1.4em;
	margin-bottom:25px;
	text-decoration:underline;
	text-transform:uppercase;
}

.tile-block .tile-inner .content-column .inner-column .tile-name a{
	position:relative;
	color:#ffffff;
}

.tile-block .tile-inner .content-column .inner-column .tile-text{
	position:relative;
	line-height:1.8em;
	color:#92b0d4;
	font-size:15px;
}

.tiles-section .owl-dots{
	position:relative;
	display:none;
}

.tiles-section .owl-nav{
	position:absolute;
	right:20px;
	bottom:15px;
}

.tiles-section .owl-nav .owl-prev,
.tiles-section .owl-nav .owl-next{
	position:relative;
	color:#92b0d4;
	font-size:24px;
	line-height:1em;
	margin:0px 6px;
	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;
}

.tiles-section .owl-nav .owl-prev .fa::before{
	position:relative;
	content: "\f1c8";
	font-family: "Flaticon";
	-webkit-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	transform:rotate(-180deg);
	display:inline-block;
}

.tiles-section .owl-nav .owl-next .fa::before{
	content: "\f1c8";
	font-family: "Flaticon";
}

.tiles-section .owl-nav .owl-prev:hover,
.tiles-section .owl-nav .owl-next:hover{
	color:#021370;
}

/*** 

====================================================================
	Buckets Section
====================================================================

***/

.buckets-section{
	position:relative;
	margin-bottom:50px;
	margin-top:50px;
}

.buckets-section .blocks-outer{
	position:relative;
}

/*Buckets Block*/

.buckets-block{
	position:relative;
	margin-bottom:30px;
}

.buckets-block:last-child{
	margin-bottom:0px;
}

.buckets-block .inner-box{
	position:relative;
	padding-left:200px;
	min-height:130px;
}

.buckets-block .inner-box .icon-outer{
	position:absolute;
	left:0px;
	top:0px;
	padding-bottom:30px;
	border-bottom:2px solid #e8f1f7;
}

.buckets-block .inner-box .icon-outer .block-number{
	position:absolute;
	left:75px;
	top:20px;
	font-weight:500;
	font-size:60px;
	line-height:1em;
	color:#e8f1f7;
	font-family: 'Rubik', sans-serif;
}

.buckets-block .inner-box .icon-outer .icon-box{
	position:relative;
	width:95px;
	height:95px;
	color:#021370;
	font-size:40px;
	line-height:93px;
	text-align:center;
	border-radius:50px;
	background-color:#ffffff;
	border:2px solid #eaf2f8;
}

.buckets-block .inner-box h3{
	position:relative;
	font-size:16px;
	font-weight:500;
	line-height:1.4em;
	margin-bottom:18px;
	text-transform:uppercase;
}

.buckets-block .inner-box h3 a{
	position:relative;
	color:#1e1e29;
	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;
}

.buckets-block .inner-box h3 a:hover{
	color:#021370;
}

.buckets-block .inner-box .text{
	position:relative;
	color:#7e7e7e;
	font-size:15px;
	line-height:1.7em;
}

/*Service Price List*/

.service-price-list{
	position:relative;
	padding:0px 30px;
	border:1px solid #e8f1f7;
}

.service-price-list li{
	position:relative;
	color:#1e1e29;
	font-size:16px;
	display:block;
	line-height:62px;
	border-bottom:1px solid #e8f1f7;
	font-family: 'Rubik', sans-serif;
}

.service-price-list li:first-child,
.service-price-list li:first-child span{
	color:#1e1e29;
	font-weight:500;
	text-transform:uppercase;
}

.service-price-list li:last-child{
	border-bottom:0px;
}

.service-price-list li span{
	position:relative;
	right:0px;
	top:0px;
	width:30%;
	float:right;
	color:#7e7e7e;
	text-align:right;
	border-left:1px solid #e8f1f7;
}

/*** 

====================================================================
	Blog Page Section
====================================================================

***/

.blog-page-section{
	position:relative;
	padding:90px 0px;
}

.blog-page-section .news-block{
	margin-bottom:30px;
}

.blog-page-section .styled-pagination{
	margin-top:30px;
}

/*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:28px;
	padding:10px 50px 10px 0px;
	border-bottom:1px solid #e8f1f7;
	background:none;
	display:block;
	font-size:15px;
	width:100%;
	height:50px;
	color:#808080;
	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;
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	font-size:16px;
	color:#1e1e29;
	background:#e8f1f7;
	display:inline-block;
	border-radius:50px;
	padding:8px 23px;
	font-weight:500;
	cursor:pointer;
	font-family: 'Rubik', sans-serif;
}

/* Sidebar Widget Two */

.sidebar-widget-two{
    position: relative;
    margin-bottom: 45px;
}

/*Sidebar Title Two*/

.sidebar-title-two{
    position: relative;
    margin-bottom:30px;
}

.sidebar-title-two h2{
	position:relative;
    font-size: 18px;
    color: #1e1e29;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: uppercase;
}

.sidebar-widget-two .widget-content{
	position:relative;
	padding-bottom:45px;
	border-bottom:1px solid #e8f1f7;
}

.about-widget .widget-content{
	text-align:center;
}

.about-widget .image{
	position:relative;
	width:170px;
	height:170px;
	margin:0 auto;
	overflow:hidden;
	margin-bottom:30px;
	border-radius:50%;
}

.about-widget .text{
	position:relative;
	color:#7e7e7e;
	font-size:15px;
	line-height:1.7em;
	padding:0px 30px;
	margin-bottom:20px;
}

.about-widget .read-more{
	position:relative;
	color:#1e1e29;
	font-size:16px;
	font-weight:500;
	padding-left: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;
	font-family: 'Rubik', sans-serif;
}

.about-widget .read-more:before{
	position:absolute;
	content: "\f1c8";
	left:0px;
	top:0px;
	font-size:18px;
	font-weight:500;
	line-height:1em;
	font-family: "Flaticon";
}

.about-widget .read-more:hover{
	color:#021370;
}

/*Category List*/

.category-list{
	position:relative;
	margin-left:15px;
}

.category-list li{
	position:relative;
	margin-bottom:18px;
	list-style:decimal;
}

.category-list li a{
	position:relative;
	color:#7e7e7e;
	font-size:16px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.category-list li:last-child{
	margin-bottom:0px;
}

.category-list li a span{
	position:relative;
	width:25px;
	height:25px;
	opacity:0;
	line-height:25px;
	color:#ffffff;
	font-size:16px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#021370;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.category-list li a:hover{
	color:#021370;
}

.category-list li:hover a span{
	opacity:1;
}

/*Post Widget*/

.sidebar .popular-posts .post{
	position:relative;
	font-size:16px;
	color:#1e1e29;
	padding:0px 0px;
	padding-left:106px;
	min-height:85px;
	margin-bottom:40px;
}

.sidebar .popular-posts .post:last-child{
	margin-bottom:0px;
}

.sidebar .popular-posts .post .title{
	position:relative;
	color:#021370;
	font-size:16px;
	line-height:1.2em;
	margin-bottom:3px;
	text-transform:uppercase;
}

.sidebar .popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:85px;
}

.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;
	font-size:16px;
	margin:0px 0px 0px;
	font-weight:600;
	color:#222222;
	line-height:1.5em;
	text-transform:capitalize;
}

.sidebar .popular-posts .post .text a{
	color:#3d3e3e;
	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:#021370;
}

.sidebar .popular-posts .post-info{
	font-size:14px;
	color:#777777;
	font-weight:400;
}

/*Social Widget*/

.social-widget{
	position:relative;
}

.social-widget ul{
	position:relative;
}

.social-widget ul li{
	position:relative;
	display:inline-block;
}

.social-widget ul li a{
	position:relative;
	width:35px;
	height:35px;
	color:#98b2c4;
	line-height:34px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	border:1px solid #e8f1f7;
	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;
}

.social-widget ul li a:hover{
	color:#ffffff;
	border-color:#021370;
	background-color:#021370;
}

.newsletter-widget .text{
	position:relative;
	color:#7e7e7e;
	font-size:15px;
	line-height:1.4em;
	margin-bottom:22px;
}

.newsletter-widget .widget-content .icon-box{
	position:absolute;
	font-size:100px;
	line-height:1em;
	color:#e8f1f7;
	left:50%;
	margin-top:-50px;
	margin-left:-50px;
	-webkit-transform:rotate(35deg);
	-ms-transform:rotate(35deg);
	transform:rotate(35deg);
	display:inline-block;
}

/*Newsletter Form*/

.newsletter-form .form-group{
	position:relative;
	display:block;
	margin:0px;
	width:100%;
	border:1px solid #dee6ec;
}

.newsletter-form .form-group input[type="text"]{
	position:relative;
	display:block;
	width:140px;
	line-height:28px;
	height:50px;
	float:left;
	font-size:14px;
	color:#777777;
	font-weight:400;
	background:#ffffff;
	padding:10px 50px 10px 20px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.newsletter-form .form-group input[type="email"]{
	position:relative;
	display:block;
	width:180px;
	line-height:28px;
	height:50px;
	float:left;
	font-size:14px;
	color:#777777;
	font-weight:400;
	background:none;
	border-left:1px solid #dee6ec;
	border-right:1px solid #dee6ec;
	padding:10px 50px 10px 20px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.newsletter-form .form-group input[type="submit"],
.newsletter-form button{
	position:absolute;
	right:0px;
	top:0px;
	width:50px;
	height:50px;
	line-height:50px;
	color:#1e1e29;
	font-size:18px;
	cursor:pointer;
	text-align:center;
	background:none;
	text-transform:uppercase;
}

/*Instagram Widget*/

.instagram-widget .row{
	margin:0px -10px;
}

.instagram-widget .sidebar-title-two .follow{
	position:relative;
	color:#021370;
	font-size:16px;
	font-weight:500;
	text-transform:capitalize;
	font-family: 'Rubik', sans-serif;
}

.instagram-widget .widget-content .image{
	position:relative;
	width:50%;
	padding:0px 10px;
	float:left;
	margin-bottom:20px;
}

.instagram-widget .widget-content .instagram-post{
	position:relative;
	display: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;
	background-color:#332f30;
}

.instagram-widget .widget-content .instagram-post img{
	position:relative;
	width:100%;
	display: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;
}

.instagram-widget .widget-content .instagram-post:hover img{
	opacity:0.2;
}

.instagram-widget .widget-content .instagram-post .icon{
	position:absolute;
	left:50%;
	top:50%;
	color:#021370;
	font-size:24px;
	line-height:1em;
	margin-left:-10px;
	margin-top:-12px;
	opacity:0;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.instagram-widget .widget-content .instagram-post:hover .icon{
	opacity:1;
}

/*Popular Tags*/

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:4px 12px 4px;
	margin:0px 6px 10px 0px;
	color:#7e7e7e;
	text-align:center;
	font-size:15px;
	background:#e8f1f7;
	font-weight:400;
	border:1px solid #e8f1f7;
	text-transform:capitalize;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
	border-color:#021370;
	background-color:#021370;
	color:#ffffff;	
}

/*Facebook Widget*/

.facebook-widget{
	position:relative;
}

.facebook-widget .title-box{
	position:relative;
	text-align:center;
	margin-bottom:15px;
}

.facebook-widget .title-box h2{
	position:relative;
	color:#ffffff;
	font-weight:500;
	font-size:18px;
	text-transform:uppercase;
}

.facebook-widget .widget-content{
	position:relative;
	text-align:center;
}

.facebook-widget .widget-content:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(7,45,90,0.95);
}

.facebook-widget .widget-content .likes-image{
	position:relative;
}

.blog-single-section{
	position:relative;
	padding:100px 0px 100px;
}

.blog-single-section .inner-section{
	position:relative;
	box-shadow:0px 0px 20px rgba(0,0,0,0.15);
}

.blog-single-section .inner-section .upper-box{
	position:relative;
	text-align:center;
	padding:45px 50px 40px;
}

.blog-single-section .inner-section .upper-box .post-meta {
	position:relative;
	margin-bottom:4px;
}

.blog-single-section .inner-section .upper-box .post-meta li{
	position:relative;
	color:#7e7e7e;
	font-size:15px;
	font-weight:400;
	margin-right:15px;
	padding-left:20px;
	margin-bottom:7px;
	display:inline-block;
}

.blog-single-section .inner-section .upper-box .post-meta li:last-child{
	margin-right:0px;
}

.blog-single-section .inner-section .upper-box .post-meta li .icon{
	position:absolute;
	left:0px;
	top:3px;
	color:#021370;
	line-height:1em;
}

.blog-single-section .inner-section .upper-box h2{
	position:relative;
	color:#1e1e29;
	font-size:30px;
	line-height:1.4em;
	font-weight:500;
	margin-bottom:18px;
	text-transform:uppercase;
}

.blog-single-section .inner-section .upper-box .text{
	position:relative;
	color:#7e7e7e;
	font-size:15px;
	line-height:1.7em;
}

.blog-single-section .inner-section .lower-box{
	position:relative;
	padding:35px 40px 55px;
}

.blog-single-section .inner-section .lower-box .text{
	position:relative;
}

.blog-single-section .inner-section .lower-box .text p{
	position:relative;
	color:#7e7e7e;
	font-size:15px;
	line-height:1.8em;
	margin-bottom:25px;
}

.blog-single-section .inner-section .lower-box .text blockquote{
	position:relative;
	margin-bottom:30px;
}

.blog-single-section .inner-section .lower-box .text blockquote .quote-inner{
	position:relative;
	padding-left:60px;
	margin-left:25px;
	border-left:2px solid #d2dae0;
}

.blog-single-section .inner-section .lower-box .text blockquote .quote-text{
	position:relative;
	color:#7e7e7e;
	font-size:18px;
	line-height:1.7em;
	margin-bottom:20px;
}

.blog-single-section .inner-section .lower-box .text blockquote .author-name{
	position:relative;
	color:#1e1e29;
	font-size:18px;
	font-weight:500;
	text-transform:uppercase;
	font-family: 'Rubik', sans-serif;
}

.blog-single-section .inner-section .lower-box .text blockquote .quote-icon{
	position:absolute;
	left:-25px;
	top:0px;
	width:50px;
	height:50px;
	color:#d2dae0;
	font-size:20px;
	line-height:48px;
	text-align:center;
	border-radius:50%;
	background-color:#ffffff;
	border:2px solid #d2dae0;
}

.blog-single-section .inner-section .lower-box h3{
	position:relative;
	color:#1e1e29;
	font-size:24px;
	font-weight:500;
	line-height:1.4em;
	margin-top:50px;
	margin-bottom:25px;
}



.blog-single-section .inner-section .post-share-options{
	position:relative;
	padding-top:35px;
}

.blog-single-section .inner-section .post-share-options .post-share-inner{
	position:relative;
	color:#17b6e6;
}

.blog-single-section .inner-section .post-share-options .tags{
	position:relative;
	padding-bottom:16px;
	margin-bottom:16px;
	border-bottom:1px solid #e8f1f7;
}

.blog-single-section .inner-section .post-share-options .tags a{
	position:relative;
	color:#7e7e7e;
	font-size:16px;
}

.blog-single-section .inner-section .post-share-options .tags span{
	position:relative;
	color:#1e1e29;
	font-size:16px;
	font-weight:500;
	text-transform:capitalize;
	font-family: 'Rubik', sans-serif;
}

.blog-single-section .inner-section .post-share-options .social-links{
	position:relative;
}

.blog-single-section .inner-section .post-share-options .social-links li{
	position:relative;
	margin-right:8px;
	color:#1e1e29;
	font-size:16px;
	display:inline-block;
}

.blog-single-section .inner-section .post-share-options .social-links li.share{
	position:relative;
}

.blog-single-section .inner-section .social-links li a{
	position:relative;
	font-size:14px;
	color:#a1a1a1;
	display:inline-block;
}



.blog-single-section .other-posts{
	position:relative;
	margin-top:60px;
	padding-bottom:40px;
	border-bottom:1px solid #e8f1f7;
}

.blog-single-section .other-posts h4{
	position:relative;
	color:#252525;
	font-size:18px;
	font-weight:500;
	line-height:1.7em;
	margin-bottom:10px;
	font-family: 'Rubik', sans-serif;
}

.blog-single-section .other-posts .prev-post a{
	position:relative;
	padding-left:18px;
	color:#7e7e7e;
	font-size:16px;
	font-weight:400;
	font-family: 'Rubik', sans-serif;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.blog-single-section .other-posts .prev-post a:before{
	position:absolute;
	left:0px;
	top:1px;
	content: "\f100";
	line-height:1em;
	font-family: 'FontAwesome';
}

.blog-single-section .other-posts .next-post{
	text-align:right;
	padding-right:120px;
}

.blog-single-section .other-posts .next-post a{
	position:relative;
	padding-right:18px;
	color:#7e7e7e;
	font-size:16px;
	font-weight:400;
	font-family: 'Rubik', sans-serif;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.blog-single-section .other-posts .next-post a:after{
	position:absolute;
	right:0px;
	top:0px;
	content: "\f101";
	line-height:1em;
	font-family: 'FontAwesome';
}

.blog-single-section .other-posts .prev-post{
	position:relative;
	padding-left:120px;
}

.blog-single-section .other-posts .prev-post .image{
	position:absolute;
	left:0px;
	top:0px;
}

.blog-single-section .other-posts .next-post .image{
	position:absolute;
	right:0px;
	top:0px;
}

.blog-single-section .other-posts:after{
	position:absolute;
	content:'';
	left:50%;
	top:0px;
	width:1px;
	height:75px;
	background-color:#e8f1f7;
}

.blog-single-section .other-posts .prev-post a:hover,
.blog-single-section .other-posts .next-post a:hover{
	color:#17b6e6;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.comments-area{
	position:relative;
	margin-top:90px;
	margin-bottom:50px;
}

.comments-area .sec-title{
	margin-bottom:40px;
}

.comments-area .comment-box{
	position:relative;
	margin-bottom:35px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comments-area .comment-box:nth-child(1){
	padding-top:0px;	
}

.comments-area .comment-box:hover{
	border-color:#eb5310;	
}

.comments-area .comment-box.reply-comment{
	margin-left:50px;
}

.comments-area .comment{
	position:relative;
	font-size:14px;
	padding:0px 0px 0px 110px;
}

.comments-area .comment .comment-inner{
	position:relative;
	padding:30px 30px;
	border:1px solid #e8f1f7;
}

.comments-area .comment .comment-inner .text{
	position:relative;
	color:#7e7e7e;
	font-size:15px;
	line-height:1.8em;
}

.comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
	margin-bottom:20px;
}

.comments-area .comment-box .author-thumb img{
	width:80px;
	display:block;
}

.comments-area .comment-info{
	position:relative;
	color:#1e1e29;
	line-height:24px;
	font-size:18px;	
	font-weight:500;
	margin-bottom:15px;
	font-family: 'Rubik', sans-serif;
}

.comments-area .comment-info a{
	position:relative;
	color:#1e1e29;
}

.comments-area .comment-box .text{
	color:#848484;
	font-size:16px;
    margin-top:12px;
	font-weight:400;
    line-height: 1.6em;
	margin-bottom:15px;
}

.comments-area .comment-box .reply-comment{
	position:relative;
	color:#021370;
	font-size:16px;
	font-weight:500;
	font-family: 'Rubik', sans-serif;
}

/*Comment Form*/

.comment-form{
	position:relative;
}

.comment-form .sec-title{
	margin-bottom:30px;
}

.comment-form .form-group{
	position:relative;
	margin-bottom:30px;
}

.comment-form .form-group:last-child{
	margin-bottom:0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:15px 25px;
	height:60px;
	color:#7e7e7e;
	border-radius:5px;
	font-weight:300;
	background:#ffffff;
	border:1px solid #e8f1f7;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#17b6e6;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 20px;
	color:#7e7e7e;
	height:200px;
	font-weight:300;
	background:#ffffff;
	resize:none;
	border-radius:5px;
	border:1px solid #e8f1f7;
	-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 button{
	position:relative;
	margin-top:10px;
	padding:11px 41px;
	font-weight:500;
	font-size:16px;
	cursor:pointer;
	text-transform:capitalize;
}

.comment-form input:focus,
.comment-form select:focus,
.comment-form textarea:focus{
	border-color:#021370;	
}




input#lname {
    padding-top: 4px;
}

/*=======================================================*/
#callnowbutton {
    display: none;
}

@media screen and (max-width: 650px){
#callnowbutton {
    position: fixed;
    text-decoration: none;
    z-index: 99999;
    width: 100vw;
    left: 0;
    bottom: 0;
    height: auto;
    padding: 11px 0;
    border-top: 1px solid #28a745;
    border-bottom: 1px solid #28a745;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    overflow: hidden;
    padding-right: 20px;
    background: #28a745;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ab30{width: 24px;margin-right: 10px;filter: invert(1);}
.scroll-to-top {display: none !important;}
.main-footer .footer-bottom {margin-bottom: 50px; padding-bottom: 40px;}
}

.quote-suburb::-webkit-scrollbar {width: 5px;}
.quote-suburb::-webkit-scrollbar-track {background: #464541;}
.quote-suburb::-webkit-scrollbar-thumb {background: #e7351d;}

.sky-1{
	margin-top: 30px;
	position: relative;
    color: #353535;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    margin-bottom: 1rem;
}
.sky-2{
	padding-top: 20px;
	padding-bottom: 20px;
}
.cmt-row.service-section {
	padding-top: 90px;
    padding-bottom: 80px;
}
.test-centre {
    text-align: center;
}
.quote-suburb {
    height: 250px;
    margin: 0 15px !important;
    overflow-y: scroll;
    overflow-x: hidden;
}
.quote-suburb li {
    line-height: 22px;
    margin-bottom: 7px;
}
.sky-3{
	position: relative;
    color: #1e1e29;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.4em;
}
.sky-4{
	margin-top: 50px;
}
.sky-5{
	margin-top: 50px;
	margin-bottom: 80px;
}
.sky-6{
	padding-top:30px;
}




.switch-box {
	cursor: pointer;
    font-size: 16px;
    color: #fff;
    background-color: #021370;
    padding: 10px 20px 10px;
    width: 170px;
    position: fixed;
    top: 42%;
    right: -65px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -moz-transform:rotate(-90deg);
  -ms-transform:rotate(-90deg);
  -o-transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
}
@media screen and (max-width:650px) {
.switch-box{ display: none !important;}
}




/*call btn on desktop*/
.switch-box-1{
    background-color: #021370;
    box-shadow: 0 14px 30px -8px #02137094;
    width: auto;
    padding: 14px 26px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.switch-box_btn-1 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: all .2s;
}
.switch-box_btn-1:hover.switch-box {
    background-color: #235078;
    box-shadow: 0 14px 30px -8px #0029ff8f;
    color: #fff;
}

@media screen and (max-width:650px) {
.switch-box-1{ display: none !important;}
}


/*call btn on desktop*/
.switch-box-2{
    width: auto;
    position: fixed;
    flex-direction: column;
    bottom: 30px;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.switch-box-2 img{
	width: 32px;
}

@media screen and (max-width:650px) {
.switch-box-2{ display: none !important;}
}


.kkk-banner-section{
    /*margin-bottom: 80px;*/
    height: 420px;
    background-attachment: fixed;
    background-size: cover;
}
.kkk{
    padding: 80px 0 30px;
}
.kkk h2{
    line-height: 55px;
    text-align: center;
    font-size: 46px;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
}

.kkk h4{
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}

.kk-button{
    margin: 0 auto;
    width: fit-content;
}

.kk-btn-1{
    margin-right: 10px;
}
.kk-btn-2{
    background-color: #fff0 !important;
    color: #021370 !important;
}

.sk-kk{
	margin: 80px 0;
}
.sk-kk-1{
	font-weight: 500;
    margin-top: 75px;
    margin-bottom: 30px;
    line-height: 30px;
    color: #464541;
}
.kk-ul li{
	    font-weight: 600;
	margin-bottom: 5px;
}
.sec-title h5 { 
	font-size: 16px;
	color: #464541; 
	text-transform: uppercase;
	font-weight: 400; 
	font-family: 'Saira Stencil One', cursive; 
}

.form-group select { width: 100%; padding: 10px 10px; color: #fff;
 border-radius: 4px; background-color: transparent; border:1px solid #fff; font-size: 16px; }
 .form-group option { background-color: #1d65b9 }

.price-block ul li { text-align: left; padding: 10px 0px; }
.fa-check-circle-o { color: #021370; }
.booknow {margin-top: 50px;}
.booknow a { padding: 10px 18px; border-radius: 25px; background-color: #021370; color: #fff; }
.pd_t { padding-top: 50px; }
.bookyourmove { width: 100%; margin: 0 auto; }
.bookyourmove-main h2{padding: 50px 0px; color: #000;  }

.inner-column_2 { 
	background-color: #464541; 
	padding: 80px; 
	border-radius: 5px; 
	/*text-align: center; */
}
.form-group label { text-align: left; }
.moving-tips { padding: 50px; }

.bookyourmove .step-form .form-group input {
    position: relative;
    width: 100%;
    font-size: 14px;
    font-style: normal;
    height: 45px;
    padding: 12px 18px;
    line-height: 30px;
    color: #646161;
    border-radius: 2px;
     border:none; 
    background-color: #fff;
}

.bookyourmove .form-group select { 
	width: 100%;
    padding: 12.5px 10px;
    color: #646161;
    border-radius: 2px;
    background-color: #fff;
    border: none;
    font-size: 14px;
}
 .gallery { padding: 50px 0px; }
 .number { margin-top: 12px; }
.number a {
    padding: 8px 35px!important;
    /*background-color: #021370;*/
    border-radius: 3px;
    color: #fff!important;
    border: 1px solid #fff;
    border-radius: 0px 0px 0px 15px;
}

 
 .logo img { width: 65%; }
 .logo-box { width: 275px; }
 .sticky-header img { width: 58%; }
 .sticky-header .logo { width: 220px; }

  strong { color: #464541; }
  .flaticon-trip { color: #021370 }
  .flaticon-clock  { color: #fff }


  .accordion-box2 .block .content .text {
    line-height: 1.9em;
    font-size: 15px;
    color: #2b2b2b;
}

.pricing-section-two-c {
    position: relative;
    padding: 100px 0px 60px;
    background-color: #fff;
}
.services-widget ul li a.active { color: #021370; font-weight: 700; }

.form-group-c select { background-color:#fff; color: #000;  }
.footer-widget h6 a{ color: #fff; }
/*.kk-ul img { filter: sepia() saturate(1000%) hue-rotate(5deg); }*/



.sticky-header .pull-right { float: none; }
.info-section .inner-box { background-color: #464541; border-radius: 4px; }
.info-section .inner-box .flaticon-trip { color: #fff }
.info-section .inner-box .flaticon-contact { color: #fff }
.info-section .inner-box .flaticon-clock-3 { color: #fff }
.info-section .inner-box .text { color: #fff }





























a.blnk-no {
    line-height: 54px;
    color: #bd1524;
    font-size: 36px;
    font-weight: 600;
    font-family: 'Saira Stencil One', cursive;
}

.upper-column.info-box span{ color: #e7351d; }
li.tp-li b {
    color: #464541;
}
li.socic a i {
    border: 1px solid #fff;
    width: 30px;
    border-radius: 5px;
    margin: -12px;
}
a.theme-btn.btn-style-one.b {
    background: none;
    color: #464541;
}
a.theme-btn.btn-style-one.b:hover {
    background: #464541;
    color: #fff;
}
.icon-box img {
    width: 42px;
    margin-left: 7px;
    margin-top: -1px;
    border: 1px dotted #464541;
    padding: 6px;
    border-radius: 8px 0px 0px;
    filter: invert(23%) sepia(6%) saturate(402%) hue-rotate(11deg) brightness(101%) contrast(87%);
}
.number span{ margin-right: 8px; }
.icon-box .icon img {
    opacity: 0.3;
    width: 90px;
    margin-left: -11px;
    margin-top: 0px;
}

span.icon.bfo img {
    opacity: 0.5;
    filter: invert(1%) sepia(100%) saturate(208%) hue-rotate( 
180deg
 ) brightness(170%) contrast(83%);
    margin-top: -15px;
    border: none;
    
}
.inner-column h3 {
    color: #02102b;
    font-weight: 600;
    margin-top: 20px;
}
.inner-column p {
    color: #000;
    margin-top: 10px;
}
.mimg{ margin-top: 20px; }

.gal_img {
    width: 25%;
    overflow: hidden;
    padding: 5px;
}
.col-iv{ columns:4; }

.col-lg-6.why-mg {
    margin-top: 5%;
}
.w-mg-t{ margin-top: 15px; }


.nerogp {
    padding: 3px;
}
.norowgp{ padding: 3px 30px; }




/*button zoom effect*/


/*animation: blink 1.2s infinite;*/


  @-webkit-keyframes blink {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.15);
    }

    100% {
      transform: scale(1);
    }
  }

  @keyframes blink {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.15);
    }

    100% {
      transform: scale(1);
    }
  }

/*color auto chenge*/

.calltop {
    color: #464541;
    animation:myfirst 5s;
    -moz-animation:myfirst 5s infinite; /* Firefox */
    -webkit-animation:myfirst 5s infinite; /* Safari and Chrome */
}

@-moz-keyframes myfirst /* Firefox */ {
    0% {color: #464541;}
    50% {color: #040e41;}
    100% {color: #464541;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */ {
    0% {color: #464541;}
    50% {color: #040e41;}
    100% {color: #464541;}
}















.smg-tp{ margin-top: 60px; }
.logo-mdl img {
    width: 250px;
    margin-bottom: 60px;
}
li.tp-li.blnk-cl {
    margin-top: -16px;
}

.header-style-two .main-menu .navigation > li.lst-nv {
    margin-right: 20px;
}
li.socic a i {
    border: 1px solid #fff;
    width: 30px;
    border-radius: 5px 0px 0px;
    margin: -12px;
}
.header-lower {
    background-color: #464541;
}



a.theme-btn.btn-style-one.sb {
    background-color: #fff0;
    color: #fff;
    border: 1px solid #fff;

}


span.sv-logo {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
span.sv-logo img{
   width: 20px !important;
   margin-right: 10px;
   margin-bottom: 10px;
}
a.theme-btn.sv-btn {
    padding: 3px 16px;
    background-color: #464541;
    margin-top: 4px;
    border-radius: 25px;
    margin-bottom: 20px;
    color: #fff;
}
a.rm {
    font-weight: 600;
    color: #464541;
}
a.rm:hover {
    color: #e7351d;
}
















.d-on-mobile{ display: none; }
section.reviews-badges-wrapper {
    margin-top: -107px;
    z-index: 99;
    position: relative;
}
.mt-4 {
    margin-top: 30px;
}
.dflx-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.ulfiv {
    margin: 0px;
    padding: 10px;
}

.ulfiv {
    width: 25%;
}
.feature-box {
    margin-right: 0px;
    border-radius: 5px;
    padding: 30px 20px;
    text-align: center;
    background-color: #332f30;
    box-shadow: 0 4px 20px 0px rgb(0 0 0 / 33%);
}
.feature-box_icon {
    border-radius: 5px;
    padding: 30px;
    background-color: #fff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    color: #fff;
}
.ttt{ font-weight: 400; font-family: 'Saira Stencil One', cursive; color: #332f30; }















ul.r-sd {
    margin-top: 0px;
    position: relative;
    text-align: center;
}
.tt-text {
    color: #332f30;
    font-size: 12px;
}
a.calltop {
	color: #bd1524 !important;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Saira Stencil One', cursive;
}










.dflex-center{ display: flex; justify-content: safe left; }
a.theme-btn.btn-style-one.kk-btn-2 {
    border: 2px solid #ffc51f;
}
.kk-button a.theme-btn.btn-style-one:hover {
    background-color: #ffc51f;
    border: 2px solid #ffc51f;
    color: #fff;
}
.kk-ul{ margin-bottom: 30px; }
ul.ulli-for {
    columns: 4;
}









/*top to down css*/
#tdbutton {
  display: inline-block;
  background-color: #464541;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 3px;
  position: fixed;
  bottom: 25px;
  right: 30px;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#tdbutton::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 35px;
  color: #fff;
}
#tdbutton:hover {
  cursor: pointer;
  background-color: #e7351d;
}
#tdbutton:active {
  background-color: #e7351d;
}
#tdbutton.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 500px) {
  #tdbutton {
    margin: 2px;
  }
}
li.socic {
    padding: 0px 15px !important;
}
    #CallDbtn { display: flex;  flex-direction: column; }
    #CallDbtn a { margin-top: 8px; }
	section.bnr-ad { padding-bottom: 24px;}
	.log img{
	width: 75%;
    margin-bottom: -5px;
    justify-content: left;
    text-align: left; }
	.text-left.log { padding-top: 0px;}
	.title img { width: 30%; margin-bottom: -15px; }
	.sec-title h2.w{ color: #fff; }
	h2.w::before {
    position: absolute;
    content: '';
    top: 45px;
    /*left: 47%;*/
    width: 56px;
    height: 6px;
    background-color: #ffffff;
    right: 50%;
  	left: 50%;
  transform: translate(-50%, -50%);

}










.footer-widget.we-are-widget img {
    margin-bottom: 30px;
    width: 250px;
}
.why1 .image img{ width: 100%; }





/*home page new css*/

.sico {
    opacity: 0.2;
    color: #464541;
    position: absolute;
    font-size: 110px;
    font-weight: 400;
    margin-top: 46px;
    margin-left: -43px;
    font-family: 'Saira Stencil One', cursive;
}






/*
.sep-tl::before {
    height: 100%;
    width: 1px;
    left: 10px;
    top: 0;
}
.sep-tl::after {
    height: 1px;
    width: 100%;
    left: 0;
    top: 10px;
}
.sep-tl::after {
    content: "";
    position: absolute;
    background-color: #fff;
}
.sep-tl::before {
    content: "";
    position: absolute;
    background-color: #fff;
}
.sep-tl, .sep-tr, .sep-br, .sep-bl {
    height: 45px;
    width: 45px;
    position: absolute;
}
.sep-tl {
    left: 0;
    top: 0;
}*/


/*shape-work*/

span.sico::after {
    content: "";
    height: 1px;
    width: 130px;
    left: 0;
    top: 10px;
    background-color: #fff;
    position: absolute;
    margin-top: -86px;
    margin-left: -25px;
    opacity: 1 !important;
}
span.sico::before {
    content: "";
    height: 130px;
    width: 1px;
    left: 0;
    top: 10px;
    background-color: #fff;
    position: absolute;
    margin-top: -96px;
    margin-left: -15px;
    opacity: 1 !important;
}

.slide-a{ width: 50%; color: #ffffffb5;}
.slide-b{ width: 50%; color: #ffffffb5; }

p.vlin { font-weight: 600;}
.vlin{ margin-left: 30px; }
.vlin::before{
	content: "";
    height: 80%;
    width: 2px;
    left: 0;
    top: 5px;
    background-color: #007bff;
    position: absolute;
    margin-left: -25px;
    opacity: 1 !important;

 }
 .shape1::before{ 
 	content: "";
 	background-image: url('../images/shape1.png');
 	position: absolute;
 	bottom: -20px;
 	right: 20px;
  }


.ab1-col{ width: 40%; }
.ab1-col {
    position: absolute;
    margin-top: -7%;
    z-index: 1;
}

.ab2-col{ width: 96%; }
.ab2-col{ 
	padding-right: 20px;
    padding-left: 0px;
}



sp2 img{ max-width: 350px; }
sp2 { position: absolute; margin-top: 60px; left: 20px; }
.sqrbg img { width: 142px;}
.sqrbg {
    position: absolute;
    z-index: -1;
    margin-top: -16%;
    right: 19px;
}


.vtxttitle:after {
    right: 0px;
    writing-mode: tb-rl;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    text-align: center;
}
.vtxttitle:after {
    content: 'ABOUT';
    font-size: 140px;
    position: absolute;
    line-height: 100px;
    color: #6d6d6d;
    font-weight: 800;
    z-index: -1;
    opacity: 0.1;
    text-transform: uppercase;
    font-family: 'Saira Stencil One', cursive;
    letter-spacing: 5px;
}


.news-block {
    box-shadow: 5px 5px 10px rgb(0 0 0 / 30%);
    border-radius: 15px;
}
.column.ab1-col {
    box-shadow: 3px 11px 23px rgb(0 0 0 / 50%);
}

.ulli2{ 
	columns: 1; 
	margin-left: 20px; 
	font-weight: 600; 
	margin-top: 15px; 
	margin-bottom: 20px;
}

/*ul.ulli2 { width: 60%; }*/

ul.ulli2 li {
    padding-bottom: 3px;
    font-size: 14px;
}

ul.ulli2 li:before {
    position: absolute;
    content: "\f19d";
   	margin-left: -20px;
    color: #332f30;
    font-weight: 400;
    font-family: "Flaticon"; 
}

h5.bld{ font-weight: 600; }
a.theme-btn.btn-style-three.b {
    background-color: #fff0;
    color: #021370;
}



/*text shadow*/
h2.title-tws:before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: attr(title);
    line-height: 10;
    text-transform: uppercase;
    white-space: nowrap;
    color: #235de1;
    transform: translate(-50%, -50%);
    opacity: 0.1;
    font-family: 'Saira Stencil One', cursive;
}

h2.title-tws:before {
    font-size: 100px;
    background-color: #6d6d6d;
    font-weight: 800;
/*    background-image: linear-gradient( 
180deg
 , #244ce2 0%, #e7edf7 100%);*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: -1;
    pointer-events: none;
}



h3.title-tws:before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: attr(title);
    line-height: 10;
    text-transform: uppercase;
    white-space: nowrap;
    color: #235de1;
    transform: translate(-50%, -50%);
    opacity: 0.1;
    font-family: 'Saira Stencil One', cursive;
}

h3.title-tws:before {
    font-size: 100px;
    background-color: #6d6d6d;
    font-weight: 800;
/*    background-image: linear-gradient( 
180deg
 , #244ce2 0%, #e7edf7 100%);*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: -1;
    pointer-events: none;
}







a.vallbtn {
    position: absolute;
    right: 2px;
    margin-top: -70px;
    padding: 10px 18px 10px 38px;
    /* border-bottom: 1px solid #021370; */
    font-weight: 400;
    color: #464541;
    letter-spacing: 1px;
    font-size: 14px;
    transition: 1.2s;
}
a.vallbtn:hover {
	padding: 10px 18px 10px 38px;
     border-bottom: 1px solid #464541;
     background-color: #e7351d;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
}
a.vallbtn:hover i{ color: #fff; }
a.vallbtn:before{
	 position: absolute;
    content: "\f110";
   	margin-left: -25px;
    font-weight: 400;
    font-family: "Flaticon";

}


/*svc*/
.single-svsec{  }
.svc-l{ width: 40%;  background-color: #f0f0f0;}
.svc-r{ 
	width: 60%; 
	background-image: url("../images/about-5.jpg");
	min-height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.svc-text {
    position: absolute;
    padding: 30px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 75px;
    max-width: 500px;
    left: 10%;
}
.svc-text h5{
	color: #e7351d;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Saira Stencil One', cursive;
    font-size: 16px;
}
.svc-text h3{ 
	font-weight: 600; 
	color: #464541;
}
.theme-btn.btnc {
    border: 1px solid #464541;
    padding: 10px 18px;
    border-radius: 4px;
}

.svc-text.r{ left: 50%; }
.svc-r.l{ background-image: url("../images/new-images/4.jpeg"); }

/*
a.theme-btn.btn-style-one::after {
    content: "";
    height: 1px;
    width: 30px;
    left: 0;
    top: 10px;
    background-color: #fff;
    position: absolute;
    margin-top: -20px;
    margin-left: -15px;
    opacity: 1;
}
a.theme-btn.btn-style-one::before {
    content: "";
    height: 30px;
    width: 1px;
    left: 0;
    top: 10px;
    background-color: #fff;
    position: absolute;
    margin-top: -30px;
    margin-left: -05px;
    opacity: 1;
}
*/
/*index-image gallery*/
.gallery-sec{ margin-bottom: 25px; }
.gallery-sec .owl-nav{ display: none; }
.gallery-sec .owl-prev{ display: none; }
.gallery-sec .owl-item .img-cont{ margin: 3px; padding: 0px; border-radius: 10px; }

.g-col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.img-cont {
    width: 100%;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 3px;
   }
 .img-cont img{ transition: transform 2.5s ease; }
 /*.img-cont:hover img{transform: scale(1.2); }*/

span.t-blok{
	transform: rotate(-90deg);
	  /* Safari */
	  -webkit-transform: rotate(-90deg);
	  /* Firefox */
	  -moz-transform: rotate(-90deg);
	  /* IE */
	  -ms-transform: rotate(-90deg);
	  /* Opera */
	  -o-transform: rotate(-90deg);
	  /* Internet Explorer */
	  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	}

span.t-blok {
    position: absolute;
    color: #e6e3e3;
    font-weight: 800;
    font-size: 30px;
    margin-top: 60px;
    opacity: 1;
    margin-left: -53px;
    padding: 6px 8px;
    font-family: 'Saira Stencil One', cursive;
}
p.w6 { width: 60%; }
.cmt-row{ display: none; }









.g-row.home {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.g-row.home .img-cont{ width: 25%; border: 1px solid #fff0; min-height: 250px;}

.g-row .img-cont:hover {
    opacity: 1;
    /*background-blend-mode: overlay;*/
    /*background-color: #d4d4d46e;*/
}












@media (max-width: 768px){
	.ulli-for{ columns: 2; }
	.gallery-column.col-lg-6.col-md-12.col-sm-12.nerogp{ display: none; }
	.welcome-section.slider-below{ display: none; }
	.spots-section .content-column .inner-column .theme-btn { padding: 10px 20px 10px; }
	.image img{ width: 100%; display: none;}
	.kk-button a { padding: 10px 13px; }
	.kkk-banner-section { height: 370px; }
	.bookyourmove { width: 95%; }
	#tdbutton{ bottom: 75px; }


	.ulfiv { width: 50%;}
	h3.feature-title { font-size: 12px; }
	.feature-box_icon { border-radius: 5px; padding: 15px; }
	.row.padding-top-30.dflx-box { margin-left: 0px; }
	ul.ulli-for { columns: 2; }
	/*.logo { float: left; position: absolute; }*/
	section.reviews-badges-wrapper {
    margin-top: 30px;}
    a.theme-btn.btn-style-one{ padding: 12px 18px; }
    .main-slider .owl-dots{ opacity: 0; }
    .dno { display: none; }
    .d-on-mobile { display: block; }
    .logo img { width: 40%; }
    .sidebar-page-container { padding: 60px 0px 0px; }








.header-lower{ background-color: #fff; }
.slide-a{ display: none; }
.slide-b{ display: none; }
.svc-text{ left: 0%; margin: 60px 12px;  }

.svc-text.r {
    left: 0%;
    margin: 0px; border-radius: 0px; width: 100%;
}
.svc-r.l { width: 100%; background-image: none;}
p.w6 {
    width: 100%;
}
.main-footer {
    position: relative;
    padding: 110px 0px 0px; }
.sky-3{ font-weight: 600; }
ul.ulli-for {
    padding: 3px;
}
ul.ulli2 {
    width: 100%;
    columns: 1;
}

.socic{ display: none; }

}




/*=====================================*/
.lna-mb{
	margin-bottom: 30px;
}

.lna-pr0{
	padding-right: 0 !important;
}

.lna-serv{
	font-weight: 600;
	color: #464541;
}

.inout-serv-h{
	font-weight: 600;
	color: #464541;
}

.subrb-servh{
	margin-top: 35px;
    line-height: 10px;
    font-size: 18px;
    font-weight: 500;
}


.btn-box {
    position: relative;
    display: flex;
}
.nsp-mt30 {
    margin-top: 30px;
}
.nsp-service {
    padding-left: 25px;
    color: #00bfff;
    font-size: 28px;
    font-weight: 700;
    display: flex;
}

.services-icon-img {
    filter: invert(10%) sepia(34%) saturate(861%) hue-rotate(179deg) brightness(94%) contrast(95%);
    position: relative;
    height: 42px;
    width: 42px;
    margin-right: 15px;
    top: 0px;
    /*filter: invert(22%) sepia(90%) saturate(3490%) hue-rotate(356deg) brightness(98%) contrast(85%);*/
}

.thop {
    position: relative;
    top: 10px;
    font-family: 'Saira Stencil One', cursive;
    color: #464541;
    font-weight: 600;
}



.sidebar-contact-info-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 70px 0px 0px;
    margin-top: 50px;
}
.sidebar-contact-info-box__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    z-index: -1;
}
.sidebar-contact-info-box__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(104.43deg, rgba(34, 34, 34, 0.7) -1.04%, rgba(34, 34, 34, 0.35) 100%);
}
.sidebar-contact-info-box .title-box {
    position: relative;
    display: block;
    margin-top: 140px;
    text-align: center;
}
.sidebar-contact-info-box .title-box h3 {
    color: #ffffff;
    font-size: 64px;
    line-height: 1.1em;
    text-transform: uppercase;
}
.sidebar-contact-info-box .main-info {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #e7351d;
    padding: 29px 20px 29px;
    margin: 0px 10px 10px;
    z-index: 2;
}
.sidebar-icon-img {
    width: 42px;
    filter: invert(1);
}
.sidebar-contact-info-box .main-info .text {
    position: relative;
    display: block;
    padding-left: 15px;
}
.sidebar-contact-info-box .main-info .text p {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
}
.sidebar-contact-info-box .main-info .text a {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}



.breadcrumb-menu {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 0px;
    z-index: 1;
}
.breadcrumb-menu ul {
    position: relative;
    display: block;
    overflow: hidden;
}
.breadcrumb-menu ul li {
    position: relative;
    float: left;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-transform: capitalize;
    padding-right: 12px;
    margin-right: 12px;
}
.breadcrumb-menu ul li:before {
    content: "";
    position: absolute;
    top: 9px;
    right: 0;
    bottom: 7px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.7);
    transform: rotate(20deg);
}
.breadcrumb-menu ul li a {
    color: rgba(255, 255, 255, 0.7);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.breadcrumb-menu ul li:hover a, .breadcrumb-menu ul li.active {
    color: rgba(255, 255, 255, 0.7);
}
.breadcrumb-menu ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.breadcrumb-menu ul li:last-child:before {
    display: none;
}



.quote-suburb {
    height: 250px;
    margin: 0 15px !important;
    overflow: auto;
}
.skt-menu-height{
  height: 586px !important;
}
.quote-suburb::-webkit-scrollbar {width: 5px;}
.quote-suburb::-webkit-scrollbar-track {background: #464541;}
.quote-suburb::-webkit-scrollbar-thumb {background: #e7351d;}

.suburb-section {
    padding-top: 90px;
    padding-bottom: 45px;
}

.suburb-section h1{
    color: #e7351d;
    font-size: 18px;
    line-height: 15px;
}

.suburb-section h2{
    color: #464541;
    text-align: center;
    position: relative;
    line-height: 1.4em;
    margin-bottom: 5px;
    font-weight: 600;
}
.suburb-section h4{
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
    font-size: 20px;
}
.suburb-section p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 35px;
}
.quote-suburb {
    height: 250px;
    margin: 0 15px !important;
    overflow: auto;
}
.quote-suburb ul {
    columns: 4;
    padding-left: 0px;
}
.quote-suburb li {
    color: #282828;
    list-style: none;
    line-height: 22px;
    margin-bottom: 7px;
    font-weight: 600;
}

.foot-p{
	color: #ffffffb5;
}


/*--------- locations page ------------*/
.about-style1 {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 80px 0px 120px;
    z-index: 10;
}
.mapouter {
    position: relative;
    text-align: right;
    height: 500px;
    width: 100%;
}
.gmap_canvas {
    overflow: hidden;
    background: none!important;
    height: 500px;
    width: 100%;
}
.nsp-loaction-title {
    font-size: 48px;
    line-height: 1.2em;
    text-transform: capitalize;
    color: #e7351d;
    text-align: center;
    margin-top: 60px;
}
.nsp-loaction-ul {
    padding-left: 60px;
    margin-top: 30px;
    columns: 4;
    font-weight: 400;
    color: #111;
}
.nsp-loaction-ul li {
    padding-bottom: 5px;
    border-bottom: 1px solid #f1f1f1;
    margin-right: 45px;
    margin-bottom: 7px;
}
.nsp-loaction-ul li:before {
    content: '';
    background: url(../images/icon/map.png);
    background-size: 20px 20px;
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: -30px;
    margin-top: 5px;
}
.nsp-loaction-ul li a {
    color: #111;
}



.mapouter1{
	margin-top: 60px;
	position:relative;
	text-align:right;
	height:450px;
	width:100%;
}
.gmap_canvas1 {
	overflow:hidden;
	background:none!important;
	height:450px;
	width:100%;
}


.services-area{
	margin: 85px 0 80px;
}


.contact-us-img{
	object-fit: cover;
    height: 635px;
    border-radius: 3px;
}

.contact-us-htag{
	text-align: center;
    font-weight: 500;
    color: #464541;
    line-height: 40px;
}

.contact-us-htag span{
	font-weight: 600;
}

.contact-usp{
	line-height: 15px;
    margin-bottom: 30px;
}


.dateclass {width: 100%;}
.dateclass.placeholderclass::before {width: 100%;content: attr(placeholder);}
.dateclass.placeholderclass:hover::before {width: 0%;content: "";}


.about-img{
	object-fit: cover;
    height: 500px;
}


.home-sky-ptag{
    margin-top: 20px;
    position: relative;
    color: #353535;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    margin-bottom: 2rem;
}


.lna-foot-pclr{
	color: #ffffffb5;
}

.lna-foot-pclr a{
	font-weight: 600;
    color: #ffffffeb;
    font-size: 15px;
}


.about-last-img{
	height: 255px;
    object-fit: cover;
}


.io-weiht{
	font-weight: 500;
}

.check-box-width{
	width: 100%;
	columns: 4;
	margin-bottom: 30px;
}

.cb-items{
	display: flex;
}

.cb-checkbox{
	width: 20%;
    border-radius: 0;
    height: 15px;
    margin-left: 0;
}

.cb-mb-15{
	margin-bottom: 15px !important;
}


.cb-cklabel{
	font-size: 16px;
    position: relative;
    z-index: 9;
    margin-top: -4px;
}


.cb-submit-width{
	width: 100%;
}

.ck-uploadfile{
	content: '';
    background:url('../images/browse.jpg');
    width: 188px;
    height: 65px;
    background-position: center;
    z-index: 999999;
}

.ck-upml-15{
	margin-left: 15px;
}


.image-upload > input {visibility:hidden;width:0;height:0}
                                                        .image-upload{display: flex;}
                                                        .image-upload p{
                                                            padding-top: 18px;
                                                            color: #464541;
                                                            font-size: 18px;
                                                            font-weight: 600;
                                                            font-style: italic;
                                                        }

                                                        .image-mb-30{
                                                        	margin-bottom: 30px;
                                                        }

                                                        .image-mb-15{
                                                        	margin-bottom: 15px;
                                                        }




/* ============================================= New Section From Here ============================================= */
.active-color{
	color: #e7351d !important;
}

.punch-faq{
	position: relative;
    padding: 60px 0px;
    background-color: #f1f1f18f;
    margin: 65px 0 0px;
}

.punch-faq1{
	font-weight: 600;
    color: #464541;
    font-size: 32px;
}

.punch-faqptag{
	line-height: 1.9em;
    font-size: 15px;
    color: #2b2b2b;
}


.punch-serv-h1{
	margin-top: 15px;
    line-height: 10px;
    font-size: 18px;
    font-weight: 500;
}

.punch-ul{
	list-style: disc;
    padding-left: 30px;
    padding-bottom: 15px;
}

.punch-ul li{
	list-style: disc;
    padding-bottom: 3px;
}

.punch-mt15{
	margin-top: 15px;
}

.punch-mt20{
	margin-top: 20px;
}

.punch-mt25{
	margin-top: 25px;
}



/*------------------- For Colour -------------------*/
.inside-colour-ul{
	border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    list-style: none;
    margin: 0;
    padding: 0;
}

.inside-colour-ul li{
	border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    float: left;
    margin: 0;
    padding: 0.5rem;
    position: relative;
    width: 16.6%;
}

.inside-colour-ul li img{
	width: 100%;
    display: block;
    margin: 0 auto;
}

.inside-capie{
	text-align: center;
    color: #0f1e3b;
    font-size: 16px;
    font-weight: 500 !important;
    margin: 0;
    padding: 6px 0 0 0;

    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ijuip{
    position: relative;
    padding: 0px 0px 0px;
}

.clearfix::before, .clearfix::after {
    display: table;
    content: " ";
}


.dulux-white-colour{
	height: 188px;
}

.inside-dul-small{
	margin-bottom: 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.6em;
}


.handle-row {
    width: 100%;
    display: flex;
    gap: 25px;
}

.single-handle-area {
    width: 25%;
}

.handle-area {
    margin-bottom: 25px;
}

.handle-area img {
    width: 100%;
}

.handle-area p {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px;
    text-align: center;
    color: #161f28;
}



.desktop-version{display: block;}
.mobile-version{display: none;}


.ich1 {
    text-transform: capitalize;
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: center;
}

.ich2 {
    text-transform: capitalize;
    font-size: 36px;
    margin-top: 50px;
    margin-bottom: 15px;
    text-align: center;
}

.hopery {
    text-transform: capitalize;
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
}


.duropal-image-area{
	height: 250px;
    background-color: #222321;
}

.duropal-image-area h2{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 42px;
}


.custom-prods{
	position: relative;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2em;
    margin: 60px 0 20px;
}




.ini-menu-padd0{
	padding-right: 0 !important;
}


.dilulu{
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 45px;
    border-radius: 5px;
}


.dillu-fk-ll1{
	padding-left: 45px;
}

.dillu-fk-ll2{
	padding-left: 65px;
}

.natraul-top{
	margin-top: 75px;
}

.natraul-down{
	margin-bottom: 45px;
}


/*==========================*/
    .singpa-row{
        display: flex;
        width: 100%;
        gap: 15px;
        margin-bottom: 15px;
    }
    .singpa-img{
        width: 16%;
    }

    .singpa-img img{
        width: 100%;
        height: 235px;
    }

    .desk-view{display: flex;}
    .mob-view-gal{display: none;}

    @media screen and (max-width: 460px) {
        .desk-view{display: none;}
        .mob-view-gal{display: flex !important; padding: 0 15px;}
        .singpa-img {width: 50%;}
        .singpa-img img{height: 200px;}
        .mob-pd{padding: 0 10px;}

        .dillu-fk-ll1{padding-left: 0px;}
        .dillu-fk-ll2{padding-left: 0px;}
        .dilllu-mb-plo{padding-left: 0px;}

    }