/* Healing - HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style Two / Style Three
5. Main Slider
6. Welcome Section
7. Fluid Fullwidth Section
8. Services Section
9. About Section
10. Testimonial Section / Style Two
11. Blog Section
12. Appointment Section
13. Main Footer
14. Doctor Section
15. Therapists Section
16. Therapy Section
17. Discount Section
18. Call To Action Section
19. Default Gallery Section
20. Page Title
21. Clinic Section
22. Accordian Section
23. Faq Form Section
24. Patient Section ./ Style Two
25. Comming Son Section
26. Error Section
27. Services Single Sections
28. Gallery Section
29. Gallery FullWidth Section
30. Shop Item
31. Shop Single
32. Contact Map
33. Contact Form

**********************************************/

@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Playball|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*font-family: 'Lato', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Playball', cursive;*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.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-size:15px;
	color:#777777;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Lato', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#55b6c7;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
	font-family: 'Montserrat', sans-serif;
}

input,button,select,textarea{
	font-family: 'Lato', sans-serif;
}

.theme_color{
	color:#222;
}

p{
	position:relative;
	line-height:1.8em;	
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1193px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

.grey-bg{
	background-color:#fafafa;
}

.dark-bg{
	background-color:#f3f3f3;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.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;	
}

/*List Style One*/

.list-style-one{
	position:relative;
	margin-bottom:40px;
}

.list-style-one li{
	position:relative;
	padding-left:30px;
	margin-bottom:12px;
	color:#797979;
	font-size:17px;
	font-weight:400;
}

.list-style-one li:before{
	position:absolute;
	content:'\f106';
	left:0px;
	top:2px;
	color:#55b6c7;
	font-size:18px;
	font-family: "Flaticon";
}

/*List Style Two*/

.list-style-two{
	position:relative;
	margin-bottom:40px;
}

.list-style-two li{
	position:relative;
	padding-left:25px;
	margin-bottom:10px;
	color:#797979;
	font-size:17px;
	font-weight:400;
}

.list-style-two li:before{
	position:absolute;
	content:'\f00c';
	left:0px;
	top:0px;
	color:#55b6c7;
	font-size:14px;
	font-family: 'FontAwesome';
}

/*List Style Three*/

.list-style-three{
	position:relative;
}

.list-style-three li{
	position:relative;
	padding:19px 22px;
	color:#ffffff;
	font-size:22px;
	padding-left:90px;
	margin-bottom:20px;
	background-color:#55b6c7;
}

.list-style-three li a{
	color:#ffffff;
}

.list-style-three li.number{
	font-size:28px;
	font-weight:800;
	font-family: 'Lato', sans-serif;
}

.list-style-three li .icon{
	position:absolute;
	left:20px;
	top:10px;
	width:46px;
	height:46px;
	color:#edca9a;
	font-size:24px;
	text-align:center;
	line-height:46px;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
}

.list-style-three li .social-icon{
	font-size:23px;
	margin-right:30px;
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	line-height:24px;
	color:#ffffff;
	font-size:16px;
	font-weight:600;
	background:#55b6c7;
	display:inline-block;
	padding:11px 21px;
	border-radius:50px;
	text-transform:capitalize;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-one:hover{
	opacity:0.90;
	color:#ffffff;
}

/*Btn Style Two*/

.btn-style-two{
	position:relative;
	line-height:24px;
	color:#ffffff;
	font-size:16px;
	font-weight:600;
	background:#212a36;
	display:inline-block;
	padding:10px 35px 8px;
	border-radius:50px;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	/*border-bottom:2px solid #212a36;*/
}

.btn-style-two:hover{
	background:#55b6c7;
	color:#ffffff;
	border-bottom-color:rgba(0,0,0,0.10);
}

/*Btn Style Three*/

.btn-style-three{
	position: relative;
    line-height: 24px;
    color: #55b6c7;
    font-size: 16px;
    font-weight: 600;
    /* background: #ffffff; */
    display: inline-block;
    padding: 8px 38px;
    border: 1px solid #55b6c7;
    /* border-radius: 50px; */
    text-transform: uppercase;
}
}

.btn-style-three:hover{
	background:#55b6c7;
	color:#ffffff;
}

/*Btn Style Four*/

.btn-style-four{
	position:relative;
	line-height:24px;
	color:#202020;
	font-size:16px;
	font-weight:600;
	background:#ffffff;
	display:inline-block;
	padding:11px 22px;
	border:2px solid #ffffff;
	border-radius:5px;
	text-transform:capitalize;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-four:hover{
	background:#55b6c7;
	color:#ffffff;
	border-color:#55b6c7;
}

/*Btn Style Five*/

.btn-style-five{
	position:relative;
	line-height:24px;
	color:#242424;
	font-size:16px;
	font-weight:600;
	background:#ffffff;
	display:inline-block;
	padding:8px 29px;
	border:2px solid #ffffff;
	border-radius:50px;
	text-transform:capitalize;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-five:hover{
	opacity:0.9;
	color:#55b6c7;
}

/*Btn Style Six*/

.btn-style-six{
	position:relative;
	line-height:24px;
	color:#262626;
	font-size:16px;
	font-weight:600;
	background:none;
	display:inline-block;
	padding:8px 26px;
	border:2px solid #262626;
	border-radius:50px;
	text-transform:capitalize;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-six:hover{
	color:#ffffff;
	background-color:#262626;
}

/*Btn Style Seven*/

.btn-style-seven{
	position:relative;
	line-height:24px;
	color:#242424;
	font-size:14px;
	font-weight:600;
	background:#edca9a;
	display:inline-block;
	padding:8px 26px;
	border-radius:50px;
	text-transform:capitalize;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-seven:hover{
	color:#ffffff;
	background-color:#55b6c7;
}

/*Btn Style Eight*/

.btn-style-eight{
	position:relative;
	line-height:24px;
	color:#ffffff;
	font-size:16px;
	font-weight:600;
	background:#55b6c7;
	display:inline-block;
	padding:10px 27px;
	text-transform:capitalize;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-eight:hover{
	color:#ffffff;
	opacity:0.9;
}

/*Btn Style Nine*/

.btn-style-nine{
	position:relative;
	line-height:24px;
	color:#38373d;
	font-size:16px;
	font-weight:600;
	display:inline-block;
	padding:8px 38px;
	border:2px solid #38373d;
	border-radius:50px;
	text-transform:capitalize;
}

.btn-style-nine:hover{
	background:#55b6c7;
	color:#ffffff;
	border-color:#55b6c7;
}

/*Btn Style Ten*/

.btn-style-ten{
	position:relative;
	line-height:24px;
	color:#ffffff;
	font-size:18px;
	font-weight:600;
	display:inline-block;
	padding:12px 36px;
	border:2px solid #55b6c7;
	border-radius:50px;
	background-color:#55b6c7;
	text-transform:capitalize;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-ten:hover{
	color:#ffffff;
	opacity:0.9;
}

/*Btn Style Eleven*/

.btn-style-eleven{
	position:relative;
	line-height:24px;
	color:#202020;
	font-size:16px;
	font-weight:600;
	background:#ffffff;
	display:inline-block;
	padding:11px 22px;
	border:2px solid #ffffff;
	border-radius:5px;
	text-transform:capitalize;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-eleven:hover{
	background:none;
	color:#ffffff;
	border-color:#ffffff;
}

/*Btn Style Twelve*/

.btn-style-twelve{
	position:relative;
	line-height:24px;
	color:#ffffff;
	background:none;
	font-size:16px;
	font-weight:600;
	display:inline-block;
	padding:8px 38px;
	border:2px solid #ffffff;
	border-radius:20px;
}

.btn-style-twelve:hover{
	background:#ffffff;
	color:#38373d;
	border-color:#ffffff;
}


.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;	
}

/*** 

====================================================================
	Fancy Box
====================================================================

***/

.fancybox-next span,
.fancybox-prev span{
	background-image:none !important;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	text-align:center;
}

.fancybox-next span:before,
.fancybox-prev span:before{
	content:'';
	position:absolute;
	font-family: 'FontAwesome';
	left:0px;
	top:0px;
	font-size:12px;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	background-color:rgba(28,28,28,0.40) !important;
	color:#ffffff;
	visibility:visible;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.fancybox-next span:before{
	content:'\f178';
}

.fancybox-prev span:before{
	content:'\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before{
	background-color:#ffffff !important;
	color:#000000;	
}

.fancybox-type-image .fancybox-close{
	right:0px;
	top:0px;
	width:45px;
	height:45px;
	background:url(../images/icons/icon-cross.png) center center no-repeat;
	background-color:rgba(17,17,17,0.50) !important;	
}

.fancybox-type-image .fancybox-close:hover{
	background-color:#000000 !important;	
}

.fancybox-type-image .fancybox-skin{
	padding:0px !important;	
}

/*** 

====================================================================
	Social Icon One
====================================================================

***/

.social-icon-one{
	position:relative;
}

/*.social-icon-one .share{
	color:#222222;
	font-size:16px;
	font-weight:700;
}*/

.social-icon-one li{
	position:relative;
	margin-right:10px;
	display:inline-block;
}

.social-icon-one li a{
	position:relative;
	width:36px;
	height:36px;
	font-size:16px;
	text-align:center;
	border-radius:50%;
	line-height:34px;
	color:#858585;
	display:inline-block;
	border:1px solid #858585;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.social-icon-one li a:hover{
	color:#55b6c7;
	border-color:#55b6c7;
}

/*** 

====================================================================
	Social Icon Two
====================================================================

***/

.social-icon-two{
	position:relative;
}

.social-icon-two li{
	position:relative;
	margin:0px 5px;
	display:inline-block;
}

.social-icon-two li a{
	position:relative;
	width:36px;
	height:36px;
	font-size:16px;
	text-align:center;
	border-radius:50%;
	line-height:34px;
	color:#ffffff;
	display:inline-block;
	border:1px solid #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;
}

.social-icon-two li a:hover{
	color:#1d1d1d;
	border-color:#1d1d1d;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:50px;
	height:50px;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
	line-height:50px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#444444;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#55b6c7;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:initial;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
}

.main-header .header-top{
	position:relative;
background-color: #333436;
    background: -webkit-gradient(radial,center center,0,center center,460,from(#333436),to(#000));
    background: -webkit-radial-gradient(circle,#333436,#000);
	color:#fff;
	height:44px;
}

.main-header .header-top .top-left{
	position:relative;
	float:left;
	padding:13px 0px;
}

.main-header .header-top .top-left .links{
	position:relative;
	float:left;	
}

.main-header .header-top .top-left .links a{
	position:relative;
	float:left;
	margin-right:30px;
	line-height:1em;
	color:#ababab;
	padding-right:28px;
}

.main-header .header-top .top-left .links a:after{
	content: '';
    position: absolute;
    right: 18px;
    top: 40%;
    margin-top: -10px;
    height: 25px;
    border-right: 1px solid rgba(209,209,209,0.24) !important;
}

.main-header .header-top .top-left ul a:last-child{
	margin-right:0px;
	padding-right:0px;
	border:0px;
	margin-left: -35px;
}
.main-header .header-top .top-right a{font-size: 14px;font-family: 'Open Sans', sans-serif;
   
    color: #fff;}
.main-header .header-top .top-right a i{color: #fff;
    color: #fff;
    border-left: 1px solid;
    margin-right: 2px;
    padding: 0px 12px;
    margin-top: -21px;}
.main-header .header-top .top-right .links a:last-child:after{
	display:none;	
}

.main-header .header-top .top-right .links li .icon{
	position:relative;
	top:1px;
	font-size:18px;
	padding-right:15px;
}

.main-header .header-top .top-right .links li a{
	position:relative;
	line-height:24px;
	color:#fff;
	font-size:12.5px;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;	
	 font-family: Georgia, serif;}
}

.main-header .header-top .top-left .links li a:hover{
	color:#55b6c7;
}

.main-header .header-top .top-right{
	position:relative;
	float:right;    margin-right: -22px;
	padding:10px 0px;
}

/*Social Icons*/

.header-top .social-icon{
	position:relative;
	float:left;
	margin-left:-37px;
}

.header-top .social-icon li{
	position:relative;
	float:left;
	margin-left:0px;	
}

.header-top .social-icon li a{
	position:relative;
    display:block;
	margin-right: -18px;
	font-family: 'Josefin Sans', sans-serif;
    line-height:30px;
    font-size:12.5px;
	height: 44px;
    line-height: 44px;
	display: block;
    position: relative;
    padding: 0 13px;
	background: #e8a20c;
	margin-top: -10px;
    margin-bottom: -16px;
	
    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;
}

    .header-top .social-icon li {
    position: relative;
    display: block;font-family: 'Open Sans', sans-serif;
    line-height: 19px;
    margin-right: 2px;
    border-right: 1px solid;
    font-size: 14px;
    
    color: #fff;
    transition: all 500ms ease;
    margin-top: 0px;
    padding: 0px 10px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;

}
.header-top .social-icon li a:hover{
	color:#ffffff;
}

/*Main Box*/

.main-header .main-box{
	position:relative;
	height:82px;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background-color:#fff;
	-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.fixed-header .main-box {
    position: fixed;
    width: 100%;
    margin-left: 0px;
	padding: 5px 0px;
    height: 85px;
	z-index:999;
	border-bottom: 1px solid #7474744a;
	box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px ;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-o-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}
.fixed-header .main-menu .navigation > li.current{
	margin-top:9px;
	
}
.fixed-header .main-menu .navigation > li.current > a {
    
	
    color: #000;
   padding: 15px 15px 15px 15px;
}
.fixed-header .main-menu .navigation > li{
	margin-top: 17px !important;
    margin-left: 0px;
	
}
.fixed-header .main-menu .navigation > li > a {
    
    padding:25px 0px 25px 0px;
}
.fixed-header .main-menu .navigation > li:hover > a {
    
    color: #000;
   padding: 15px 15px 15px 15px;
}
.main-header .main-box .outer-container{
	position:relative;
}
.fixed-header .main-menu .navigation > li > ul{margin-top:-8px;}
.main-header .main-box .logo-box{
	position:relative;
	
	left:0px;
	z-index:10;
	padding:9px 0px;
}

.main-header.fixed-header .main-box .logo-box{
	padding:5px 0px;
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	
    height: 80px;margin-left: -27px;
	float:left;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header.fixed-header .main-box .logo-box .logo img{
	height:80px;margin-left: -50px;
}
.main-box .logo-box .logo img{margin-top:-8px;margin-left: -56px;margin-bottom: 3px;}

.main-header .nav-toggler{
	position:relative;
	right:0px;
	width:44px;
	height:46px;
	top:50%;
	margin-top:0px;
	display: block;
	border-radius:4px;
	text-align:center;
	border:1px solid #dddddd;
}

.main-header .nav-toggler button{
	position:relative;
	left:12px;
	display:block;
	color:#444444;
	text-align:center;
	font-size:20px;
	line-height:44px;
	background:none;
	font-weight:600;
}

.main-header .nav-outer{
	position:relative;
	float:right;
	margin-right: -20px;
}

.main-header .nav-outer .search-box-outer{
	position: absolute;
	left:-55px;
	top:50%;
	margin-top:-8px;
	width:40px;
	height:40px;
	display: block;
	color:#ffffff;
}

.main-header .search-box-btn{
	position:relative;
	display:block;
	width:100%;
	font-size:18px;
	color:#ffffff;
	line-height:20px !important;
	padding:0px;
	margin:0px;
	cursor:pointer;
	background:none;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .search-box-outer .dropdown-menu{
	top:37px;
	right:0px;
	padding:0px;
	width:280px;	
	border-radius:0px;
	border-top:3px solid #55b6c7;
}

.main-header .search-box-outer .dropdown-menu > li{
	padding:0px;
	border:none;
	background:none;
}

.main-header .search-panel .form-container{
	padding:25px 20px;	
}

.main-header .search-panel .form-group{
	position:relative;
	margin:0px;	
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select{
	display:block;
	width:100%;
	height:40px;
	color:#000000;
	line-height:24px;
	background:#ffffff;	
	border:1px solid #e0e0e0;
	padding:7px 40px 7px 15px;
	-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 .search-panel input:focus,
.main-header .search-panel select:focus{
	border-color:#55b6c7;	
}

.main-header .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-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;
    margin-right: -58px;
    margin-top: -32px;
    float: right;
}

.main-menu .navigation > li{
	position: inherit;
    float: left;
    padding: 0px 0px;
    margin-top: 15px;
	margin-right:29px;
	
}

.main-menu .navigation > li > a{
	border-top: 3px solid transparent;
    height: 83px;
    line-height: 83px;
    color: #353434;
    font-weight: 600;
    font-size: 15px;
    margin-right: 20px;
    text-transform: uppercase;
    padding: 10px 10px;
}
.main-menu ul > li > a{
	border-top: 3px solid transparent;
    
    line-height: 83px;
    
    font-weight: 400;
    font-size: 14px;
color: #174873;
text-transform:uppercase;	
 
}
.main-menu ul > li > a:hover{
	
    font-weight: 400;
    font-size: 15px;
color: #174873;
text-transform:uppercase;	
 
}

.fixed-header .main-menu .navigation > li > a{
	 padding: 15px 15px 15px 15px;
}
.main-menu .navigation > li.current > a
	{margin-top: 12px;
    color: #353434;
    border-bottom: 2px solid #a68729;}

.main-menu ul > li a:hover {border-bottom: 2px solid #a68729;
   color:#fff;
    }
.main-menu .navigation > li a:hover {
   
    color: #a68729 !important;
    
    font-weight: 600;
    font-size: 15px;
    margin-right: 20px;
    text-transform: uppercase;
    padding: 10px 10px;
    }
.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before{
	width:100%;
}
.main-menu .navigation > li:hover > a:after,
.main-menu .navigation > li.current > a:after{
	width:100%;
}
.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:250px;
	z-index:100;
	display:none;
	padding:0px 0px;
	background:#55b6c7;
	font-family:'Montserrat',sans-serif;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;    line-height: 39px;
	
}
.main-menu .navigation > li > ul > li a {
    border-bottom: 1px solid #a68729 !important;}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:5px 25px;
	line-height:24px;
	font-weight:600;
	background-color:rgba(255,255,255,0.10);
	font-size:14.5px;
	color:#000;
font-family: 'Open Sans', sans-serif;
	text-align:left;
	text-transform:uppercase;
	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:rgb(245, 134, 52);
	background-color: #fff;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	line-height:21px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0px;
	width:250px;
	z-index:100;
	display:none;
	background:#55b6c7;
	-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 > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.30);
}

.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 25px;
	line-height:24px;
	font-weight:500;
	font-size:15px;
	background-color:rgba(255,255,255,0.10);
	color:#ffffff;
	text-align:left;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	color:#ffffff;
	background-color:rgba(0,0,0,0.07);
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .btn-outer{
	position:relative;
	float:right;
	padding:27px 0px;
	margin-left:30px;
	-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.fixed-header .btn-outer{
	padding:15px 0px;	
}

.main-header.fixed-header .btn-outer .theme-btn{
	line-height:18px;	
}

.main-header .header-upper{
	position:relative;
	background:#ffffff;
	z-index:5;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .header-upper .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.main-header .header-upper .logo-outer{
	position:relative;
	z-index:25;
	padding:18px 0px;
}

.main-header .header-upper .upper-right{
	position:relative;
	padding-top:30px;
}

.main-header .info-box{
	position:relative;
	float:left;
	margin-left:50px;
	font-size:13px;
	color:#777777;
	text-align:left;
	padding:0px 0px 0px 50px;
}

.main-header .info-box:last-child{
	padding-right:0px;
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:5px;
	color:#55b6c7;
	font-size:30px;
	text-align:left;
	line-height:1.2em;
	-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 li{
	position:relative;
	line-height:20px;
	color:#767676;
	font-size:14px;
	margin-bottom:3px;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
}

.main-header .info-box strong{
	font-weight:700;
	color:#333333;
	font-size:15px;
	display:block;
	margin-bottom:4px;
	font-family: 'Montserrat', sans-serif;
}

.header-style-two .header-lower{
	background-color:#212a36;
}

.header-style-two .nav-outer{
	width:100%;
	float:none !important;
}

.header-style-two .main-menu .navigation > li{
	padding:0px;
	margin-left:0px;
	margin-right:45px;
}

.header-style-two .main-menu .navigation > li > a{
	padding:16px 0px;
}

.header-style-two .outer-box{
	position:absolute;
	right:0px;
	top:9px;
}

.header-style-three.fixed-header .main-box{
	border-bottom:1px solid #f0f0f0;
}

.header-style-three .header-top{
	background-color:#50a6b5;
}

.header-style-three .header-top .social-icon li a,
.header-style-three .header-top .top-left .links li a,
.header-style-three .header-top .top-left .links li a:hover{
	color:#ffffff;
}

.header-style-three .header-top .top-left .links li:after{
	border-color:#ffffff;
}

.header-style-three .main-box{
	background-color:#ffffff;
}

.header-style-three .main-menu .navigation > li > a{
	color:#242424;
}

/*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 #e0e0e0;
	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:6px 0px 3px;	
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-header .sticky-header .main-menu .navigation > li{
	margin-right:0px;
	margin-left:30px;
}

.main-header .sticky-header .main-menu .navigation > li > a{
	color:#333333;
}
.fancy-box.section-style1 {
    padding: 40px 30px 40px 30px;
    border-right: 1px solid #ebebeb;
}
.text-left {
    text-align: left!important;
}
.fancy-box.section-style1 .fancy-head-wrapp {
    display: inline-block;
    width: 100%;
}
.fancy-box.section-style1 .fancy-icon i {
    font-size: 48px;
    color: #a68729 !important;
    float: left;
    margin-right: 20px;
}
.fancy-box.section-style1 .fancy-head {
    text-align: left;
    display: table-cell;
}
.fancy-box.section-style1 .fancy-head h2 {
    line-height: 25px;
    color: #14212b;
    font-weight: 700;
    font-size: 19px;font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    text-align: left;
}
.page.type-page .k-content p:last-child {
    margin-bottom: 0;
}
.fancy-box.section-style1 p {
    margin-bottom: 0;font-family: 'Nunito', sans-serif;
    margin-top: 15px;
    font-size: 17px;
}
.fposition-top {
    padding: 0;
    margin-bottom: 5px;
    box-shadow: 0px 0px 18.9px 2.1px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
    background: #ffffff;
    z-index: 1;
    position: relative;
    display: inline-block;
}
.kenray-heading.text-center {
    margin-bottom: 60px !important;
    padding: 0 300px !important;
}
.kenray-heading .section-upper {
    color: #ff4a17;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.kenray-heading .section-heading {
    margin-bottom: 15px;
    color: #14212b;
    text-transform: capitalize;
    font-weight: 800;
}
.view-third{margin-top:45px;}
.fancy-box.section-style3 {
    background: #ffffff;
    display: inline-block;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0px 0px 11px 8px rgba(249, 249, 249, 1);
    -moz-box-shadow: 0px 0px 11px 8px rgba(249, 249, 249, 1);
    box-shadow: 0px 0px 11px 8px rgba(249, 249, 249, 1);
    padding: 20px 30px 30px;
    margin-bottom: 50px;
}
.fancy-box.section-style3:hover::before {
    height: 100%;
}
.fancy-box.section-style3::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 0;
    background: #ff4a17;
    top: 0;
    left: 0;
    transition: all 0.3s ease-out 0s;
}
.fancy-box.section-style3  p{font-size: 17px;
    text-align: justify;font-family: 'Open Sans', sans-serif;}
.fancy-box.section-style3 .fancy-head h4 {
    text-transform: capitalize;
    font-size: 22px;font-family: 'Open Sans', sans-serif;
    line-height: 50px;
    font-style: normal;color:#000;
    font-weight: 700;
    margin-bottom: 10px;
}
.fancy-box.section-style3 .fancy-head p{font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    text-align: justify;}
.fancy-box.section-style3 .fancy-icon {
    height: 70px;
    width: 70px;
    text-align: center;
    display: inline-block;
    background-color: #ff4a17;
    line-height: 80px;
    margin-top: 8px;
    margin-right: 11px;
}
.fancy-box.section-style3 .fancy-icon img{margin-top:-11px;}
.fancy-box.section-style3 .fancy-icon i {
    font-size: 26px;
    line-height: 60px;
    color: #ffffff;
}
.fancy-box.section-style3 .content-more-wrap {
    display: inline-block;
    margin-left: 12px;
    vertical-align: top;
    width: 80%;
}
.fancy-box.section-style3 .content-more-wrap .fancy-description {
    margin-bottom: 10px;
}
.fancy-box.section-style3 a.section-more {
    color: #14212b;
    text-decoration: underline;
    font-weight: 600;font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}
.fancy-box.section-style3 .light-icon i {
    position: absolute;
    bottom: 27px;
    right: 0;
    font-size: 100px;
    opacity: 0.07;
}

.wpb_single_image.vc_align_left {
    text-align: left;
}
.wpb_single_image .vc_figure {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    max-width: 100%;
}
.wpb_single_image .vc_single_image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
.kenray-contact-info.section-style1 {
    display: inline-flex;
    padding: 0;
    width: 100%;
}
.kenray-contact-info.section-style1 .section-icon i {
    color: #ffffff;
    font-size: 36px;
    vertical-align: middle;
}
.kenray-contact-info.section-style1 .section-wrap {
    background: #14212b;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
}
.kenray-contact-info.section-style1 .section-wrap .section-head{color: #616161 !important;
}
.kenray-contact-info.section-style1 .section-wrap .section-phone {
    font-size: 24px;
}
.kenray-contact-info.section-style1 .section-wrap .section-phone a {
    color: #ffffff;
    font-weight: 700;
}
.kenray-heading.text-left {
    margin-bottom: 20px;
    padding: 0px !important;
}
.kenray-heading .section-upper {
    color: #ff4a17;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.kenray-heading .section-heading {
    margin-bottom: 15px;
    color: #14212b;
    text-transform: capitalize;
    font-weight: 800;
}
.page.type-page .k-content p:last-child {
    margin-bottom: 0;
}
.kenray-list.section-style1 {
    padding: 0 !important;
    display: inline-block;
    width: 100%;
    list-style: none;
}
.kenray-list.section-style1 li {
    margin-bottom: 5px;
    line-height: 26px;
    list-style: none;
    font-weight: 600;
}
.kenray-list.section-style1 li i {
    float: left;
    font-size: 22px;
    margin-right: 15px;
    color: #ff4a17;
    line-height: 22px;
}
.kenray-list.section-style1 li span {
    display: table-cell;
}
.kenray-list.section-style1 li {
    margin-bottom: 5px;
    line-height: 26px;
    list-style: none;
    font-weight: 600;
}
.kenray-images.section-style2 {
    margin-top: 15px;
}
.kenray-images.section-style2 .section-image-one, .kenray-images.section-style2 .section-image-two {
    display: inline-block;
    position: inherit;
}
.kenray-images .section-image-one {
    position: absolute;
    bottom: -90px;
    left: -20px;
}
.kenray-images.section-style2 .section-image-one img {
    border: 2px solid #a68729 !important;
}
.kenray-images.section-style2 .section-image-one img {
    border-radius: 100%;
    height: 80px;
    width: 80px;
    margin-right: 15px;
    border: 2px solid #ff4a17;
    padding: 3px;
}
.kenray-images.section-style2 .section-image-one, .kenray-images.section-style2 .section-image-two {
    display: inline-block;
    position: inherit;
}
.kenray-contact-info.section-style1 .section-icon i {
    color: #ffffff;
    font-size: 36px;
    vertical-align: middle;
}
.kenray-contact-info.section-style1 .section-icon {
    background: #a68729;
    display: inline-block;
    width: 120px;
    text-align: center;
    line-height: 80px;
}
.kenray-heading .section-upper {
    color: #a68729;
    font-weight: 700;font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.kenray-heading .section-heading {
    margin-bottom: 15px;
    color: #14212b;font-size: 35px;
    text-transform: capitalize;
    font-weight: 800;
}
.home ol, .home ul {
    padding-left: 0 !important;
    line-height: inherit;
    list-style: none;
}
ul.kenray-faq .question {
    color: #14212b;
    line-height: 20px;
    font-size: 16px;
    font-weight: 800;
    padding: 20px 18px;
    display: flex;
    cursor: pointer;
    border-top: 1px solid #e8e8e8;
}
ul.kenray-faq span.plusminus {
    padding-right: 10px;
    font-size: 26px;
    line-height: 18px;
}
ul.kenray-faq .answer {
    display: none;
    border: 0 none;
    padding: 0px 20px 15px 20px;
    box-sizing: border-box;
}
.wpb_single_image .vc_figure {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    max-width: 100%;
}
.wpb_single_image .vc_single_image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

FOOTER

````````````````*****`````````````````*/
footer  ol, footer ul { padding-left: 0; margin: 0; }
footer ul a:visited, .footer-top .widget::placeholder { color: #ffffff; }
footer.site-footer ul li { margin: 10px 0; width: 100%; display: inline-block; }
footer.site-footer ul li:last-child { margin-bottom: 0; }
footer.site-footer .widget { border: inherit; padding: 0; margin-bottom: 40px; }
footer.site-footer ul li:hover { background: inherit; border: inherit; }
footer.site-footer .footer-widget { padding-bottom: 40px; background: #15222b; padding-top: 80px; }
footer.site-footer .footer-widget .widget ul { padding-left: 0px !important; line-height: 1.5; }
footer.site-footer .widget ul li a::before { display: none; }

/* Title & Texts*/
footer.site-footer .widget h3.widget-title, .sidebar .widget .widget-title { font-family: 'Open Sans', sans-serif;font-size: 22px; line-height: 32px; color: #ffffff; text-transform: capitalize; margin-bottom: 40px; position: relative; }
footer.site-footer .widget .widget-title::before, .sidebar .widget .widget-title::before { position: absolute; background: #a68729; height: 3px; width: 40px; bottom: -15px; left: 0; content: ''; }
footer.site-footer .widget .textwidget p { font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: justify;font-size: 16px; color: #ffffff; line-height: 25px; }
footer.site-footer ul li a { font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: justify;color: #ffffff; font-size: 14px; line-height: 25px; position: relative; padding-left: 0; }
footer.site-footer .footer-widget .widget ul li a::before { top: -3px; left: -25px; }
footer.site-footer .widget .textwidget p:last-child { margin-bottom: 0;font-family: 'Nunito', sans-serif;font-size:17px; }

/* Menu */
footer.site-footer ul.menu a { text-decoration: none;font-family: 'Nunito', sans-serif;font-size:17px; }

/* Hover */
footer.site-footer ul.menu a:hover { color: #ff4a17; }

/* widget_recent_post */
footer.site-footer .widget_kenray_widget_recent_post ul li { font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: justify;border-bottom: 1px solid #403d3d; padding-bottom: 10px; display: flex; }
footer.site-footer .widget_kenray_widget_recent_post ul li:last-child { border-bottom: none; }
footer.site-footer .widget_kenray_widget_recent_post ul li img { width: 80px; height: 80px; margin-right: 10px; }
footer.site-footer .widget_kenray_widget_recent_post ul li span { font-family: 'Open Sans', sans-serif;color: #a68729; display: flex; }

/* Hover */
footer.site-footer .widget_kenray_widget_recent_post ul li a:hover { color: #ff4a17; }
.contact-info span{font-family: 'Nunito', sans-serif;font-size:17px;}
/* widget_contact_info */
footer.site-footer ul.contact-info li { display: flex; padding: 10px 0; margin: 0;     width: 129%;}
footer.site-footer ul.contact-info li a { display: flex; }
footer.site-footer ul.contact-info li i { margin-right: 10px; color: #a68729; margin-top: 0px; font-size: 18px; line-height: 25px; }

/* Hover */
footer.site-footer ul.contact-info a:hover { color: #ff4a17; }

/* Social-Media */
footer.site-footer ul.social-media a { margin-right: 10px; }
footer.site-footer ul.social-media  a { width: 40px; height: 40px; line-height: 40px; border-radius: 100%; display: inline-block; border: 1px solid #ffffff; text-align: center; padding-left: 0; }
footer.site-footer ul.social-media  a i { font-size: 16px; color: #ffffff; }

/* Hover */
footer.site-footer ul.social-media  a:hover { background: #a68729; border: 1px solid #a68729; }

/* SUB FOOTER */
footer .site-info { background: #121f29; color: #ffffff; padding: 20px 0px; display: flex; width: 100%; }
footer .site-info a { color: #ffffff; }

/* Left */
footer .site-info .copyright-left { float: left; width: 50%; padding: 5px 0; }

/* Right */
footer .site-info .copyright-right ul li { margin: 0; padding-right: 10px; color: #ffffff; width: inherit; text-transform: capitalize; display: inline-block; }
footer .site-info .copyright-right { width: 50%; text-align: right; align-self: center; }
footer .site-info .copyright-right ul { display: inherit; float: inherit; }
footer .site-info .copyright-right ul.navbar-nav li ul.sub-menu { display: none; }

/* Hover */
footer .site-info .copyright-right ul li a:hover, footer .site-info a:hover { color: #ff4a17; }
ul.kenray-faq { margin-top: 50px !important; border: 0 none; box-shadow: none; margin: 0; list-style: none; padding-left: 0px !important; }
ul.kenray-faq .question { font-family: 'Nunito', sans-serif;color: #14212b; line-height: 20px; font-size: 17px;  padding: 20px 18px; display: flex; cursor: pointer; border-top: 1px solid #e8e8e8; }
ul.kenray-faq .question.active { border: 1px solid #333333; }
ul.kenray-faq span.plusminus { padding-right: 10px; font-size: 26px; line-height: 18px; }
ul.kenray-faq .answer {
    display: none;
    font-size: 17px;
    color: #616161;
    font-family: 'Nunito', sans-serif;
    border: 0 none;
    padding: 0px 20px 15px 20px;
    box-sizing: border-box;
}
.carousel-caption h2 {
    margin-top: 0px;
    text-align: justify;
    color: #fff;
    font-weight: 600;
    font-size: 34px;
    line-height: 56px;
    margin-bottom: 43px;
    text-align: center;
    margin-top: -438px;
}
.carousel-caption h5 a i{font-size: 23px;
    color: #a68729;
    margin-top: 6px;
    margin-right: 9px;}
    .carousel-caption h5 a{margin-top: -460px;line-height: 40px;
    text-align: left;font-family: 'Open Sans', sans-serif;
    color: #fff !important;background-color:#a6872905 !important;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 12px;}
	.carousel-caption h6{margin-top: 0px;
    color: #fff;font-family: 'Open Sans', sans-serif;
    width: 46%;
    padding: 5px 5px;
    font-weight: 600;
    font-size: 13px;
    background-color: #ff4a17;
    text-align: justify;
    font-weight: 400;}
	
.carousel-caption	a{text-align: center;;
    font-family: 'Open Sans', sans-serif;
    margin-top: 50px !important;
    background: #a68729;
    color: #fff;
    padding: 12px 20px;}
    
    .carousel-caption	a:hover{background-color:#a6872905 !important;color:#a68729 !important; border: 2px solid #a68729 !important;}
	.carousel-caption h5 a:hover{background-color:#a6872905 !important;color:#fff !important; border: 2px solid #a6872905 !important;}
	
	.page-title-area {
    background-color: #080e32;
    height: 384px;
    position: relative;
    z-index: 1;
    padding-bottom: 0px;
    padding-top: 0px;
}
.page-title-area {
    background-color: #080e32;height: 53px;
    position: relative;
    z-index: 1;
    padding-bottom: 60px;
    padding-top: 95px;
}
.web-border {border: 2px solid #e70f47;
    width: 47%;
    margin-top: -37px;
    margin-left: 91px;
    margin-bottom: 45px;}
	.nav-tabs .nav-link:hover .img02{display:none;margin-left: 9px;}
	.nav-tabs .nav-link:hover .img01{display:block;margin-left: 9px;}
	.feature-tabs li a.active .img02{display:none;margin-left: 9px;}
	.feature-tabs li a.active .img01{display:block;margin-left: 9px;}
	.img02{margin-left: 9px;}
	.nav-tabs .nav-link  .img01{display:none;}
	.img1{margin-left: 13px;}
.shadow-sm{margin-left:0px !important;}
.shape2 {
    position: absolute;
    left: 4%;
    top: 21%;
    z-index: -1;
}
.shape2 img {
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
}
.page-title-area .shape3 {
    left: auto;
    top: 10%;
    right: 8%;
}
.shape3 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}
.shape5 {
    position: absolute;
    left: 9%;
    bottom: 10%;
    z-index: -1;
}
.shape5 img {
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}
.page-title-area .shape6 {
    left: 40%;
    bottom: 55%;
}
.shape6 {
    position: absolute;
    left: 25%;
    bottom: 17%;
    z-index: -1;
}
.shape6 img {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.shape7 {
    position: absolute;
    left: 35%;
    bottom: 8%;
    z-index: -1;
}
.shape7 img {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.page-title-area .shape8 {
    left: 90%;
}
.shape8 {
    position: absolute;
    left: 38%;
    bottom: 22%;
    z-index: -1;
}
.shape8 img {
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}
.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 90vw;
    z-index: -1;
}
.lines .line:nth-child(1) {
    margin-left: -25%;
}
.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}
.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, var(--whiteColor)), to(var(--whiteColor)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--whiteColor) 75%, var(--whiteColor) 100%);
    -webkit-animation: run 7s 0s infinite;
    animation: run 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}
.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, var(--whiteColor)), to(var(--whiteColor)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--whiteColor) 75%, var(--whiteColor) 100%);
    -webkit-animation: run 7s 0s infinite;
    animation: run 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.lines .line:nth-child(3) {
    margin-left: 25%;
}
.lines .line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.page-title-area h1 {
    text-align: center;
    width: 100%;
    margin-top: -63px;
  
    font-size: 40px;
    color: #fff;
    line-height: initial;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.page-title-area h2 {
    text-align: center;
    width: 100%;
    margin-top: 0px;

    font-size: 18px;
    color: #b00460;
    line-height: initial;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.website-box {
    width: 365px;
    height: 530px;margin-bottom: 50px;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    padding: 35px;
    position: relative;
}

.website-box ul li a {
    background: #fff !important;
	border: 1px solid #f8f8f8;
    padding: 15px 12px;
    margin: 10px 0px;
    display: flex;
    color: #fff;font-family: 'Open Sans', sans-serif;
    padding: 15px 12px;
    margin: 10px 0px;
    font-size: 17px;
    display: block;
    color: #000 !important;
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-weight: 700;
}
.website-box ul li {
    padding: 0;
    margin-bottom: 10px;
}
.website-content h1 {
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 42px;
    color: #e70f47;
    line-height: 35px;
    font-weight: 700;
}
.website-content p {
    font-size: 18px;
    margin-left: 46px;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
}
.kenray-heading .section-heading {
    margin-bottom: 15px;margin-left: 0px;
    color: #14212b;
    text-transform: capitalize;font-family: 'Nunito', sans-serif;
    font-weight: 800;
}
.kenray-heading p{font-family: 'Nunito', sans-serif;
    font-size: 17px;
    text-align: justify;}
.icon-box.section-style1 {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}
.icon-box.section-style1 .section-icon {
    height: 40px;
    width: 40px;
    border: 1px solid #ff4a17;
    text-align: center;
    border-radius: 40px;
    margin-top: 10px;
}
.icon-box.section-style1 .icon-des-wrapp {
    margin-left: 30px;
    -ms-flex: 1;
    flex: 1;
}
.icon-box.section-style1 .icon-head h4 {
    font-size: 17px;
    line-height: 30px;color:#000;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 0 !important;
}
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.icon-box.section-style1 .section-icon i {
    font-size: 18px;
    line-height: 40px;
    color: #ff4a17;
}
.website-design{margin-top:100px;
    margin-bottom: 70px;
}
.website-box01{width:360px;height:366px;background-color:#14212b;padding:30px 
30px;}
.website-design p{font-size: 17px;    margin-top: -31px;
    text-align: justify;margin-bottom: 43px;margin-left: 18px;
    font-family: 'Nunito', sans-serif;}
    textarea.form-control {
    height: auto;
    height: 98px !important;
}
.website-box01 h4{color: #ffffff;
    margin-bottom: 15px;
    font-size: 26px;
    text-align: center;
    font-weight: 600;}
	.website-box01 form{margin-top:30px;}
	.website-box01 input{width: 98%;
    height: 50px;
    padding: 0px 20px;
    background: #fff;}
	.website-box01 select{width: 98%;margin-top:20px;
    height: 50px;
    padding: 0px 20px;
    background: #fff;}
	.submit{width: 50%;
    color: #ffffff;
    
    padding: 15px 15px;
    margin-top: 20px;
    border: 1px solid #f2f2f2;}

	.submit:hover{border: 1px solid #a68729 !important;background-color:#a68729 !important;}
	.contact-content h6{font-weight: 700;
    color: #a68729;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;}
	h2{argin-bottom: 15px;
    color: #14212b;
    text-transform: capitalize;
    font-weight: 800;}
	.contact-social 
.contact-content h2	{margin-bottom: 15px;
    color: #14212b;font-size:30px;
    text-transform: capitalize;
    font-weight: 800;}
	.contact-content p{font-weight: 500;
    font-family: 'Nunito', sans-serif;
    color: #777;
    font-size: 17px;
    margin-top: 9px !important;
    text-align: justify;
    margin-bottom: 50px;
    margin-left: 0px;
    line-height: 33px;}
	.contact-social a{padding: 13px 15px 9px 15px;margin-right:8px;
    border: 1px solid #a68729;
    border-radius: 50%;}
	.contact-social a:hover{background-color:#a68729;}
	.contact-social a:hover i{color:#fff;}
	.contact-social i{font-size:20px;color:#a68729;}
	.contact-us-content{margin-top:50px;}
	.contact-content{margin-top:100px;}
	.promo-info strong{    text-align: center;
    color: #e70f47;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 17px;}
	.contact-box{width:1140px;height:171px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 50px 50px 50px;border-radius: 100px 100px 100px 100px;}
	#contact01 i{font-size: 54px;
    margin-left: 7px;
    border-radius: 50%;
    padding: 20px 26px;
    color: #a68729 !important;
    
}
#contact02 h3{font-size: 22px;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    color: #14212b;}
#contact02	p{font-family: 'Open Sans', sans-serif;
    line-height: 23px;
    font-size: 17px;
    margin-top: 3px;
    color: #696970;
    }
	#contact02{margin-left:24px;}
	#contact01 {margin-left: 19px;
    background-color: #f5f5f9;
    width: 60px;
    height: 60px;
    border-radius: 50px;}
.tech-feature-list i{font-size: 23px;
    color: #e70f47;
    margin-top: 6px;
    margin-right: 15px;}
		.contact-details {margin-bottom: -50px;
    position: relative;}
	.all-box{width: 1170px;
    height: 732px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    margin-left: 87px;padding: 36px 0px;}
	.contact-social{margin-bottom:50px !important;}
	.contact-us-form{margin-top:90px;}
	.form-control{height:50px !important;}
	.form-control:hover{border: 1px solid #a68729;}
	.btn	{color: #14212b;
    width: auto;
    margin-left: -13px;
    height: 50px;
    width: 166px;
    border: 1px solid #14212b;
    background: transparent;}
	.btn:hover{ border: 1px solid #a68729;color:#a68729;}
	.contact-us-section{margin-bottom: 70px;position: absolute;
    padding: 0px 30px;}
	.form-group{width:89% !important;}
	.contact-us-section{margin-top:50px;}
	.header-top .social-icon i{margin-right:6px;}
	.all-box{margin-top:50px;margin-bottom:50px;}
	.website-box h3{color: #14212b;
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 15px;}
	.website-box ul li a:hover{    background: #a68729 !important;
    color: #fff !important;
    border: 1px solid #a68729;}
	.service-hover1 {
    position: relative;
    display: inline-block;
    margin: 0;
    text-align: center;width: 91%;margin-bottom:60px !important;   margin-left: 16px !important;
}
.service-hover1 {
    position: relative;
    display: inline-block;
    margin: 0;
    text-align: center;
}
.service-box.section-style1 {
    position: relative;
    border-bottom: 1px solid #eaeaea;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    padding-bottom: 30px;
}
.service-box.section-style1::before {
    content: '';
    height: 45px;
    width: 45px;
    border-radius: 100%;
    border: 1px solid #eaeaea;
    background: #ffffff;
    position: absolute;
    bottom: -22px;
    left: 44%;
    z-index: 1;
}
.service-box.section-style1 .service-image img {
    border: 5px solid #ffffff;
}
.service-box.section-style1 .service-icon{background: #a68729 !important;border: 3px solid #ffffff;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: #ff4a17;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	}
	.service-box.section-style1 i {
    font-size: 26px;
    line-height: 65px;
}
.service-box.section-style1 .service-head {
    margin-top: 35px;
}
.service-box.section-style1 .service-head h4 a{color: #14212b;
    font-weight: 700;
    font-size: 21px;
    text-transform: capitalize;
    text-align: center;}
	.page.type-page .k-content p:last-child {
    margin-bottom: 0;
}
.service-box.section-style1 p {
    text-align: center;
    font-family: 'Nunito', sans-serif;
    padding: 0 15px;
    font-size: 17px;
    margin-top: 15px;
}
.service-box.section-style1::after {
    content: '';
    height: 12px;
    width: 12px;
    border-radius: 100%;
    background: #eaeaea;
    position: absolute;
    bottom: -5px;
    left: 48.5%;
    z-index: 1;
}
.service-hover1:hover:after {
    transform: scaleX(1);
}
.service-hover1:after {
    border-bottom: 1px solid #ff4a17 !important;
}
.service-hover1:after {
    display: block;
    content: '';
    border-bottom: solid 1px #a68729 !important;
    transform: scaleX(0);
    transition: transform 400ms ease-in-out;
}
.service-box.section-style1:hover::before {
    border: 1px solid #a68729;
}
.service-box.section-style1:hover::after {
    background: #a68729;
}
/* STYLE 1 */
.kenray-post { border: 1px solid #f2f2f2;width: 87%; margin-left: 16px !important;}
.kenray-post .post-title a, .kenray-post.section-style1 .post-title a, .kenray-post.section-style2 .post-title  a {font-family: 'Nunito', sans-serif; text-decoration: inherit; color: #14212b !important; font-size: 20px!important;font-weight: 600; line-height: 28px; text-transform: capitalize; }
.kenray-post .post-title a:hover, .kenray-post.section-style1 .post-title a:hover, .kenray-post.section-style2 .post-title h3 a:hover, .post.type-post .post-title a:hover, .post.type-post .post-meta a:hover, .post.type-post .post-date a:hover .entry-date, .page.type-page .post-title h3 a:hover, .page.type-page .post-meta a:hover, .page.type-page .post-date a:hover .entry-date, .post.type-post .post-title a:hover, .page.type-page .post-title a:hover, .page.type-page .read-more a:hover { color: #ff4a17; }
.kenray-post .post-datetime  span.posted-on  .entry-date, .kenray-post.section-style1 .post-datetime span.posted-on .entry-date, .post.type-post .post-author a:hover { text-decoration: inherit; color: #ffffff; }
.kenray-post .post-box, .kenray-post.section-style1 .post-box { padding: 30px 20px; }
.kenray-post .post-comment, .kenray-post.section-style1 .post-comment { margin-right: 10px; }
.kenray-post .post-comment i, .kenray-post.section-style1 .post-comment i, .kenray-post.section-style1 .post-author i { padding-right: 5px; font-size: 14px; }
.kenray-post .post-datetime, .kenray-post.section-style1 .post-datetime { position: relative; }
.kenray-post .post-datetime  span.posted-on, .kenray-post.section-style1 .post-datetime  span.posted-on { margin-top: -35px; color: #ffffff; background: #a68729; padding: 5px 15px; float: right; margin-right: 30px; font-weight: 600; text-align: center; }
.kenray-post .post-meta, .kenray-post.section-style1 .post-meta { width: 100%; color: #6e6e6e; border-top: 1px solid #eae7e7; border-bottom: 1px solid #eae7e7; padding: 5px 0; margin-top: 0px; }
.page.type-page .post-meta span, .post.type-post .post-meta span, .kenray-post.section-style1 .post-meta .post-comment, .page.type-page .post-meta .post-author, .post.type-post .post-meta .post-author, .kenray-post.section-style1 .post-meta 

.post-author, .post.type-post .post-meta .post-date, .page.type-page .post-meta .post-date { display: inline-block; text-transform: capitalize; font-size: 13px; }
.post-box .post-excerpt { margin: 0; color: #14212b; }
.kenray-post .post-excerpt p, .kenray-post.section-style1 .post-excerpt p { margin: 0; padding: 0; }
.kenray-post.section-style1 .post-datetime span.posted-on span { width: 100%; display: inline-block; text-transform: uppercase; }
.kenray-post.section-style1 .post-box { padding: 10px 20px; height:245px;}
.kenray-post.section-style1 .post-box .post-title { padding-top: 5px; }
.kenray-post.section-style1 .post-box .post-meta .post-author a, .kenray-post.section-style2 .post-wrapper .post-author a { color: #616161; }
.kenray-post.section-style1 .post-box .post-meta a:hover, .kenray-post.section-style1 .post-box .post-meta .post-author a:hover, .kenray-post.section-style2 .post-wrapper .post-author a:hover { color: #ff4a17; }
.post-box .post-meta .post-author a { color: #616161; }
.post-box .post-meta .post-author a:hover { color: #ff4a17; }
.post-box .post-meta i { color: #ff4a17; margin-right: 5px; }
.post.type-post .post-box p, .page.type-page .post-box p { color: #14212b; line-height: 2; margin-bottom: 15px; }
.page.type-page .k-content p:last-child { margin-bottom: 0; }
.post-box .read-more a:hover, .post-box .post-comment a:hover { color: #ff4a17; }
.post-box .read-more i { color: #ff4a17; margin-left: 5px; }
.kenray-post .post-wrapper { font-size: 13px; }
.post-box .post-author i, .post-box .post-date-time i, .post-box .post-meta .post-author i, .post-box .post-meta .post-comment i, .post-box .post-meta .post-date i { color: #ff4a17; }
.post .post-box .post-excerpt .wp-block-columns.has-4-columns { margin-top: 28px; }
.kenray-post.section-style1 .post-excerpt { padding: 15px 0; font-family: 'Nunito', sans-serif;font-size:17px;}
.kenray-post.section-style2, .kenray-post.section-style1 {
    -webkit-box-shadow: 0px 0px 11px 8px rgba(249, 249, 249, 1);
    -moz-box-shadow: 0px 0px 11px 8px rgba(249, 249, 249, 1);
    box-shadow: 0px 0px 11px 8px rgba(249, 249, 249, 1);
    border: none;
    background: #ffffff;
    position: relative;
}
.testimonial-box .owl-carousel.owl-drag .owl-item {
    padding-top: 15px;
    padding-right: 25px;
}
.kenray-testimonial.section-style2 {
    margin: 0 15px;
    width: 100%;
}

.kenray-testimonial.section-style2 .section-content {
    background: #f8f8f8;font-size:17px;height:182px;
    position: relative;font-family: 'Nunito', sans-serif;
    background: rgba(255, 255, 255, 1.0);
    padding: 30px 30px 30px 55px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 11px 8px rgba(249, 249, 249, 1);
    -moz-box-shadow: 0px 0px 11px 8px rgba(249, 249, 249, 1);
    box-shadow: 0px 0px 11px 8px rgba(249, 249, 249, 1);
}.kenray-testimonial.section-style2 .section-content::before {
    content: "";
    position: absolute;
    z-index: 9;
    bottom: -15px;
    left: 05%;
    height: 0;
    width: 0;
    border-top: 15px solid rgba(255, 255, 255, 1.0);
    border-left: 15px solid transparent;
}
.kenray-testimonial.section-style2 .section-content::after {
    position: absolute;
    font-size: 24px;
    color: #ff4a17;
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    top: 15px;
    line-height: initial;
    font-weight: 700;
    left: 20px;
}
.kenray-testimonial.section-style2 .section-content-wrap {
    margin-top: 30px;
}
.kenray-testimonial.section-style2 .section-img {
    width: 60px;
    display: inline-block;
    margin-right: 15px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    float: left;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.kenray-testimonial.section-style2 .section-title-wrap {
    display: table-cell;
    text-transform: capitalize;
}
.kenray-testimonial.section-style2 .section-title {
    font-size: 18px;
    font-family: 'Nunito', sans-serif;
    line-height: 28px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}


.kenray-testimonial.section-style2 .section-img img {
    -webkit-border-radius: 100%;width:60px !important;height:60px !important;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.owl-carousel .owl-dots {
    text-indent: inherit !important;
    text-align: center !important;
    position: relative !important;
    width: 90% !important;
    display: inline-block !important;
    cursor: pointer !important;
    margin-top: 60px !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0 !important;
    color: inherit !important;
    border: none !important;
    padding: 0!important;
    font: inherit !important;
}
.owl-carousel .owl-dots .owl-dot.active span {
    background: #a68729 !important;
    width: 35px !important;
}
ul li.breadcrumb span.active, .post-box .post-author i, .post-box .post-date-time i, .post-box .post-meta .post-author i, .post-box .post-meta .post-comment i, .post-box .post-meta .post-date i, .post-box .read-more a:hover, .post-box .post-comment a:hover, .post-box .read-more i, .post.type-post .post-comment i, .page.type-page .post-comment i, .widget.widget_search .search-form i, .widget.widget_recent_comments ul li.recentcomments a, ol.comment-list li .comment-meta-wrap .comment-meta a, .widget.widget_rss ul li a.rsswidget, .kenray-post .post-title a:hover, .kenray-post.section-style1 .post-title a:hover, .kenray-post.section-style2 .post-title h3 a:hover, .post.type-post .post-title a:hover, .post.type-post .post-meta a:hover, .post.type-post .post-date a:hover .entry-date, .page.type-page .post-title h3 a:hover, .page.type-page .post-meta a:hover, .page.type-page .post-date a:hover .entry-date, .post.type-post .post-title a:hover, .page.type-page .post-title a:hover, .page.type-page .read-more a:hover, .fancy-box.section-style4 .fancy-icon i, .kenray-heading .section-upper, .icon-box.section-style3 i, .kenray-list.section-style1 li i, .kenray-testimonial.section-style2 .section-content::after, .icon-box.section-style1 .section-icon i, .kenray-contact-info.section-style4 .section-icon i, .kenray-testimonial.section-style1 .section-content-wrap .section-rating i, .fancy-box.section-style1 .fancy-icon i, .kenray-callto .icon-des-wrapp a:hover, .image-shape .image-box::after, .icon-box.section-style1 .section-icon i, footer.site-footer ul.contact-info li a i, footer.site-footer ul.contact-info span:hover, footer ul.menu a:hover, footer .widget_recent_post ul li a:hover, footer .site-info .copyright-right ul li a:hover, .kenray-portfolio.section-style1 .isotope-item .section-content-wrap a h4.section-title:hover, .kenray-portfolio.section-style2 .isotope-item .section-content-wrap h4.section-title:hover, .kenray-post.section-style2 .post-wrapper .post-date-time .posted-on a:hover, .kenray-post.section-style1 .post-box .post-meta a:hover, .kenray-post.section-style1 .post-box .post-meta .post-author a:hover, .kenray-post.section-style2 .post-wrapper .post-author a:hover, .icon-box.section-style6 .section-icon i, .servicebar .widget.pdf-file li i, .kenray-quoted span, header .header-top ul li a:hover, .service-box.section-style1 .service-head h4 a:hover, .page-header ul li a:hover, ul li.breadcrumb span.active, .widget .tagcloud a:hover, .widget.widget_tag_cloud a:hover, .wp_widget_tag_cloud a:hover, .kenray-callto .section-icon i, header.header-fourth .header-for-sub .header-box .section-icon span, .kenray-counter .section-number-wrap, .kenray-contact-info.section-style2 .section-wrap .section-phone, .kenray-team.section-style1 h4:hover, .fancy-box.section-style5 a.section-more, .sidebar .widget ul.pdf-widget li i, .woocommerce-Price-amount bdi {
    color: #a68729 !important;
}
.kenray-testimonial.section-style2 .section-content::after{display:none !important;}
.kenray-testimonial.section-style2 .section-content img {
    position: absolute;
    width:25px;height:25px;
    color: #ff4a17;
    
    top: 15px;
    line-height: initial;
    font-weight: 700;
    left: 20px;
}
.owl-carousel .owl-dots .owl-dot.active span { background: #a68729!important width: 35px!important;margin-left:30px !important; }
.owl-carousel .owl-dots { text-indent: inherit!important; text-align: center!important; position: relative!important; width: 90%!important; display: inline-block!important; cursor: pointer!important; margin-top: 60px!important; }
.owl-carousel .owl-controls .owl-dot { margin-top: 20px; display: inline-block; }
.owl-carousel .owl-dots .owl-dot span { outline: inherit!important; border-radius: 40px !important; position:absolute !important;margin: 0px 5px !important; height: 10px !important; width: 10px !important; background: #dddddd !important; display: inline-block !important; cursor: pointer !important; transition: all 0.5s ease-in-out !important; -webkit-transition: all 0.5s ease-in-out !important; -o-transition: all 0.5s ease-in-out !important; -moz-transition: all 0.5s ease-in-out !important;-ms-transition: all 0.5s ease-in-out!important; }
.owl-carousel .owl-nav span:hover { background: #ff4a17 important; color: #ffffff important; position:absolute !important;border-color: #ff4a17 important; }
.owl-carousel:hover .owl-nav { opacity: 1 important; }
footer.site-footer ul.contact-info span:hover{color: #a68729!important;}
@keyframes fadeInUp {
    from {
        transform: translate3d(0,80px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 5s;
    animation-fill-mode: both;
    -webkit-animation-duration: 5s;
    -webkit-animation-fill-mode: both
}


@keyframes fadeIn {
    from {
        transform: translate3d(0,80px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 5s;
    animation-fill-mode: both;
    -webkit-animation-duration: 5s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeIn {
    opacity: 0;
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
}
.service01 li{font-size: 17px;
    margin-top: -31px;
    text-align: justify;font-weight: 600;
    color: #000;
    margin-bottom: 43px;
    margin-left: 18px;
    font-family: 'Open Sans', sans-serif;}
   .service01 i{font-size: 23px;
    color: #a68729;
    margin-top: 6px;
    margin-right: 9px;}
    .service01{margin-left:-15px;}

	
	.kenray-images.section-style4 {
    position: relative;
}
.kenray-images.section-style4 .section-image-one {
    position: absolute;
    top: 0;
    right: 0;
    bottom: inherit;
    left: inherit;
}
.kenray-images.section-style4 .section-image-two {
    position: absolute;
    bottom: -600px;
    width: 70%;
    left: 50px;
}
.kenray-images.section-style4 .section-image-three {
    position: absolute;
    bottom: -400px;
    left: 15px;
    width: 40%;
}
.icon-box.section-style6 {
    -webkit-box-shadow: 0px 0px 11px 8px rgba(249, 249, 249, 1);
    -moz-box-shadow: 0px 0px 11px 8px rgba(249, 249, 249, 1);
    box-shadow: 0px 0px 11px 8px rgba(249, 249, 249, 1);
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.icon-box.section-style6 .section-icon {
    display: block !important;
    text-align: center;
}
.icon-box.section-style6 .section-icon i {
    font-size: 24px;
    color: #ff4a17 !important;
    line-height: 45px;
}
.icon-box.section-style6 .icon-head h4 {
    text-align: center;
    color: #14212b;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
}
.about-us{margin-top:70px;margin-bottom:70px;}

.kenray-team.section-style1 {
    border-bottom: 2px solid #ffffff;
    background-color: #ffffff;width: 300%;
    margin-left: 13px;
}
.kenray-team.section-style1 .section-img img.rounded-circle {
    border-radius: inherit !important;
}
.kenray-team.section-style1 .section-content-wrap {
    text-align: center;
    padding: 15px 0;
}
.kenray-team.section-style1 h4, .kenray-team.section-style2 h4 a {
    font-size: 22px;color:#a68729 !important;
    line-height: 32px;
    text-transform: capitalize;
    font-weight: 600;
}
.kenray-team.section-style1:after {
   border-bottom:2px solid #a68729;
    position: absolute;
    height: 2px;
    background: #f56941;
    width: 0;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease-out 0s;
}
.team{background-color:#f6f6f6;padding:70px 0px;}
.footer-top {
    background: #ff4a17;
}
.footer-top .widget.widget_text {
    text-align: left;
    width: 100%;
}
.footer-top .widget.widget_text .form-description, .footer-top .widget.widget_text .form-input {
    display: inline-block;
}
.footer-top .widget.widget_text .form-description, .footer-top .widget.widget_text .form-input {
    display: inline-block;
}
.footer-top .widget.widget_text label {
    display: block;
}
.footer-top .widget.widget_text .form-input {
    float: right;
    margin-top: 20px;
}
.main-menu .navigation > li > ul{width:300px !important;}
.modal-content .contact-us-form {
     margin-top: 0px !important; 
    margin-bottom: 76px !important;
}
.blogs{margin-top:70px;margin-bottom:70px;}
.blogs img{width:100%;height:400px;}
.blogs h1 {
    margin-bottom: 5px;margin-top: 30px;
    margin-left: 0px;
    color: #14212b;text-align:justify;
    text-transform: capitalize;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
}
.blogs p{padding: 15px 0;text-align: justify;
    font-family: 'Nunito', sans-serif;
    font-size: 17px;}
    .blogs em{padding: 15px 0;
    font-family: 'Nunito', sans-serif;color: #a68729 !important;
    font-size: 17px;}
     .blogs small{padding: 15px 0;
    font-family: 'Nunito', sans-serif;color: #a68729 !important;
    font-size: 17px;}
     .blogs a{padding: 15px 0;
    font-family: 'Nunito', sans-serif;color: #a68729 !important;
    font-size: 17px;}
    
   .modal-content .form-control {
    height: 50px !important;
    width: 111% !important;
}
.float {
    bottom: -15px;
    box-shadow: 0 0 5px #888;
    display: block;
    height: 80px;
    left: 0;
    position: fixed;
    text-decoration: none;
    width: 100px;
    z-index: 9999;
    background: #080e32;
    padding: 8px 25px 8px 10px;
    border-top: 2px solid #080e32;
    border-top-right-radius: 40px;
    position: fixed;
    border-bottom: 2px solid #080e32;
    border-bottom-right-radius: 40px;
    display: none;
}
#accordion {
  width: 900px;
  }

.card h3 span.fa {
  float: right;
}

.card h3 a {
  display: block;
}

.card .card-header h3 a{font-family: 'Nunito', sans-serif;
    color: #14212b;
    line-height: 20px;width: 107%;
    font-size: 18px;
    padding: 20px 18px;
    display: flex;
    cursor: pointer;font-weight: 600;
    border-top: 1px solid #e8e8e8;}
    .card .card-header h4 a{font-family: 'Nunito', sans-serif;
    color: #14212b;
    line-height: 20px;width: 107%;
    font-size: 16px;
    padding: 20px 18px;
    display: flex;
    cursor: pointer;font-weight: 500;
    border-top: 1px solid #e8e8e8;}
    
 .card .card-header a span{margin-left: 212px;}
 .site-info a{color:#a68729 !important;}
 .site-info a:hover{color:red !important;}
    
    @media (min-width: 1024px){
        
        #desktop{display:block;}
        #mobile{display:none;}
        
    }
    
    @media (max-width: 768px){
        #desktop{display:block;}
        #mobile{display:none;}
         
        .main-header .main-box .logo-box .logo img{margin-left:176px;}
        .main-slider h2 {
    font-size: 27px !important;
}
#slider01{margin-left: -157px;
    width: 100%;}
   #slider02 {margin-left: 163px;
    margin-top: -200px;
    width: 100%;}
    .fancy-box.section-style1{margin-bottom: 9px;
    border: 1px solid #ebebeb;}
    .kenray-heading .section-heading{width: 180%;margin-left: -61px;}
    #home-about02{width:50%;float: right;
    margin-top: -500px;}
    #home-about02 .kenray-heading .section-heading{margin-left:0px !important;font-size: 30px !important;}
    .kenray-post.section-style2, .kenray-post.section-style1{width:42% !important;}
    .kenray-post.section-style2, .kenray-post.section-style1{width:45% !important;margin-bottom:10px;}
    #blog-style{    margin-left: 33px !important;
    float: right !important;
    margin-top: -428px !important;
    margin-right: 22px !important;}
    #home-about01{width:50%;}
    #faq01 .kenray-heading .section-heading{margin-left:0px !important;width:100% !important;}
    .footer.site-footer .footer-widget .widget ul{width:90% !important;}
  #contact-info  {margin-left: -70px !important;width:90% !important;}
  
    
    @media (max-width: 425px){
        .main-menu .collapse{max-height:none !important; height:auto !important;}
        .main-menu .navbar-collapse > .navigation {
    height: auto;
    
    background-color: #0084b4 !important;
}

        .page-title-area{margin-top:184px !important;}
        .post-media img{width:100%;}
        #testi{margin-top:-100px;}
        .all-box {
    width: 1170px;
    height: 1118px;}
    .contact-content h2{font-size: 28px;
    margin-bottom: 19px;}
        .all-box {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 4px;
    width: 98%;
}
#contact02 {
    margin-left: 60px;
    margin-top: -71px;
}
#contact{margin-bottom: 23px;}
#contact02 p{width:25% !important;}
.contact-content {
    margin-top: 269px;}
#contact01 {
    margin-left: -16px;}
        .main-header {
    position: absolute !important;}
        .page-title-area h1{font-size:27px;}
        .modal-content {
    margin-top: 120px !important;
    margin-left: 0px; 
    width: 100% !important;}
        .website-box{margin-left:45px !important;}
        .website-box01{margin-left:45px !important;}
        
        .kenray-heading .section-heading{font-size:26px;}
        .website-design .kenray-heading .section-heading h3{margin-left:-15px !important;}
        .website-design{margin-left:-20px !important;}
        #desktop{display:none;}
        #mobile{display:block;}
        .main-header .header-top{height:94px;}
        .main-header .header-top .top-right{margin-right:6px;width: 108% !important;}
        .header-top .social-icon li{font-size:13px;}
        .main-header .header-top .top-right a {
    font-size: 13px;}
        .main-header .main-box .logo-box .logo img {
    margin-left: 6px;margin-bottom: -18px;
    width: 83%;float:left;
}
.main-menu .navbar-header .navbar-toggle{float: right !important;
    margin-top: -52px !important;
    margin-left: 10px !important;}
    .main-slider h2 {
    font-size: 18px !important;margin-top:-185px !important;
}
.kenray-heading.text-center{padding:0px !important;}
.kenray-heading .section-heading {
    width: 100%;margin-left:0px !important;}
    #home-about02 {
   width: 100%; 
   float: right; 
    margin-top: 50px;
}
#home-about01{width:100%;}
#blog-style {
    margin-left: 18px !important;
    float: none !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
}
.kenray-post.section-style2, .kenray-post.section-style1 {
    width: 92% !important;}
    #contact-info{margin-left:0px !important; width:70% !important;}
    footer .site-info .copyright-left{width:100% !important;}
    .main-menu .navbar-header .navbar-toggle{background-color: #060607 !important;}
    .main-menu .navbar-collapse > .navigation > li.current > a{background-color: #2c2c2c !important;}
    .main-menu .navigation > li > ul > li a {
    border-bottom: 1px solid #a68729 !important;
    width: 131%;
}
.main-menu .navbar-collapse > .navigation{background-color: #2c2c2c !important;}
.main-menu .navbar-collapse > .navigation > li > a{background-color: #2c2c2c !important;}
.main-menu .navbar-collapse > .navigation > li > ul{background-color: #2c2c2c !important;}
.main-menu .navbar-collapse > .navigation > li > ul > li > a{background-color: #2c2c2c !important;}
#transition-timer-carouselzzz{margin-top:189px;}
main-header .main-box {
    position: absolute;top: 93px;}
    .kenray-team.section-style1{width: 97%;
    margin-left: 7px;}
    }
    
     @media (max-width: 390px){
         .main-header .header-top .top-righ{width:108% !important;}
     }
    @media (max-width: 375px){
        .main-header .main-box .logo-box .logo img {
    margin-left: -14px;
    margin-bottom: -22px;
    width: 331px;
    float: left;
}
.main-menu .navbar-header .navbar-toggle {
    float: right !important;
    margin-top: -40px !important;
    margin-left: 38px !important;
    margin-right: -11px !important;
    margin-bottom: 20px;
}
        #blog-style {
    margin-left: 18px !important;}
    .kenray-heading .section-heading {
    font-size: 23px;
}
        .main-slider h2 {
    font-size: 18px !important;
    margin-top: -185px !important;
    margin-bottom: 20px;font-size: 17px !important;
}
        .website-box {
    margin-left: 25px !important;
}
.website-box01 {
    margin-left: 25px !important;width: 365px;
}
        .main-header .header-top .top-right {
    margin-right: -39px;
    margin-top: -11px;
    width: 131% !important;
}
.main-header .header-top .top-left{width: 107% !important;
    margin-left: -12px !important;margin-bottom: 8px !important;}
    #home-about02 .kenray-heading .section-heading {
    margin-left: 0px !important;
    font-size: 27px !important;
}
}
@media (max-width: 360px){
.main-header .header-top .top-left {
    width: 112% !important;
    margin-left: -16px !important;
    margin-bottom: 8px !important;
}
.main-header .main-box .logo-box .logo img {
    margin-left: -11px;}
    .kenray-heading .section-heading{font-size: 23px;}
    #contact-info {
    margin-left: 0px;
    width: 54% !important;
}

    }
    
    @media (max-width: 315px){
        .main-header .main-box .logo-box .logo img{width:245px !important;}
        .main-header .header-top .top-right a{margin-left: -10px;font-size: 12px;}
    }