/* CSS Document */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { 
	margin:0;padding:0;	border:0;outline:0;vertical-align:baseline;}
body {	
	background:#fff;
	font-family: 'Khula', sans-serif;
	color:#5b5b66;	
	font-size:14px;	
	font-weight:400;
	line-height: 18px;
}
ul,ol { list-style:none; }
img,fieldset { border:none; }	
a { text-decoration:none; }
a:hover { text-decoration:none; }
article,aside,details,figcaption,figure,footer,
header,hgroup,main,nav,section,summary {
    display: block;
}
figure {
	margin:0;
	padding:0;
}
.clearfix {
	clear: both;
	width:100%;
}
img {
	max-width:100%;
	height:auto;
	display:block;
}
embed,iframe,
object,video {
	max-width: 100%;
}
html { -webkit-text-size-adjust: none; }
input, textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* transition
----------------------------*/
.category-inn a,
header,
.inpdivbtn input,
.inpdiv textarea,
.inpdiv input,
.homebtmlft-admin p a,
.headicon ul li a,
.readmore a,
.footer-widget-area ul li a,
.footer-bottom-area a,a,
.sendbtn input,
#menu li,
.sociallink ul li a {
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
/* header
----------------------------*/
.center_content {
	max-width:1170px;
	margin:0 auto;
}
.free {
	float:right;
}
.logo li,
.free li {list-style-type:none;}
.free a {
	display: block;
    background: #ffd200;
    font-size: 16px;
    color: #404040;
    line-height: 40px;
    padding: 0 15px;
    font-weight: 500;
    border-radius: 6px;
}
.free a:hover,.free a:focus {background: #fff;}
.header_section {
	display:none;
	padding:10px 10px 7px 10px;
	position:fixed;
	top:0;
	width:100%;
	left:0;
	z-index:9999999;
	/* border-bottom:1px solid #4a6884; */
	background: none;
}
.page .header_section,
.blog .header_section,
.single-post .header_section {
	background: url("../png/header_bg.png") no-repeat top left / cover;
}
.sticky_header {
	/* background:#13151d; */
	background: url("../png/header_bg.png") no-repeat top left / cover;
}
.sticky_header header {
	padding:0 0 0 0;
	min-height:40px;	
}
header {
	position:relative;
/* 	padding-top:15px; */
}
.sticky_header header {
	padding-top:0;
}
.logo {
	float:left;
/* 	padding-top: 6px; */
}
.sticky_header .logo {
/* 	padding-top: 6px; */
}
.header_right {
	float:right;
	padding:0 0 0 0;
}
.sticky_header .header_right {
	padding-top:0;
} 
nav {
	float:left;
	padding-top:7px;
}
#menu_holder {
	 position:relative;
	 margin:0 -10px;
}
.slicknav_menu { display:none}
#menu li {
	float:left;
	font-size:16px;
	font-weight:500;
	line-height:normal;
	padding-bottom:0;
	position:relative;
	margin:0 15px;
}
.sticky_header #menu li {margin:0 10px;}
#menu .menu-item-has-children {
	padding-right:12px;
}
#menu .menu-item-has-children::before {
	content:'\f107';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration:inherit;
	position: absolute;
	font-size:14px;
	color: #fff;
	top:7px;
	right: 0;
	z-index:20;
}
#menu ul li.menu-item-has-children { padding:0}
#menu ul li.menu-item-has-children::before {
	content:'';
}
.sticky_header #menu ul li.menu-item-has-children::before,
#menu ul li.menu-item-has-children:hover::before { color:#fff}

.sticky_header #menu .menu-item-has-children::before { color:#eee}
#menu  .menu-item-has-children:hover::before {
	color:#ffd200;
}
#menu li a {
	color:#fff;
	display:block;
	line-height: 26px;
}
.sticky_header #menu li a  {
	color:#eee;
}
.sticky_header #menu li ul li a { color:#fff}
#menu li span { color:#0595cb}
.sticky_header #menu .support_login_item a:hover,
/* #menu li.current_page_item > a, */
#menu li:hover > a,
#menu li a:hover,
#menu li a:focus{
	color:#ffd200;
	text-decoration:none;
}
#menu li:last-child {display:none;}
.sticky_header #menu .current_page_item::before,
#menu .current_page_item::before { color:#ffd200}
#menu_holder { position:relative}
#menu li ul {
	position:absolute;
	top:40px;
	left:-60px;
	padding:15px 0 0 0;
	width:200px;
	z-index:10;
	visibility:hidden;
	opacity:0;
} 
.sticky_header #menu li ul li {
	width:200px;
} 
#menu  > li > ul::before {
	content:'';
	border-left:7px solid transparent;
    border-right:7px solid transparent;
    border-bottom:8px solid #ffd200;
    height: 0;
    width: 0;
	margin:0 auto;
	position:absolute;
	left:0;
	right:0;
	top:7px;
}
#menu li:hover > ul {
	visibility:visible;
	opacity:1;
	top:100%;
}
#menu li ul li {
	float:none;
	margin:0;
	font-size:14px;
	font-weight:400;
	background:#ffd200;
	padding:0;
	border-top:1px solid #cd8b1b;
}
#menu li ul li:first-child {
	border:none;
}
#menu li ul li.current_page_item > a,
#menu li ul li:hover > a,
#menu li ul li a:hover{
	color:#000;
	background:#fff;
}
#menu li ul li ul li.current_page_item > a,
#menu li ul li ul li:hover > a,
#menu li ul li ul li a:hover{
	color:#fff;
	background:inherit;
}
#menu li ul li a {
	color:#fff;
/* 	padding:10px 17px 11px 20px; */
	padding:5px 10px 5px 15px;
	display:block;
}
#menu li ul li ul {
	left:100%;
	top:25px;
	padding:0 0 0 8px;
}
#menu li ul li:hover > ul {
	top:0;
}
#menu li ul li ul::before {
	top:14px;
	left:0;
	content:'';
	right:inherit;
	position:absolute;
	margin:0;
	border-bottom:7px solid transparent;
    border-top:7px solid transparent;
    border-right:8px solid #1a1c27;
}
#menu li ul li ul li {
	background:#1a1c27;
	border-color:#53555d;
}
/*----------------------*/
/*     mobile menu      */
/*----------------------*/
.slicknav_btn { display: block;}
.slicknav_menu  .slicknav_menutxt { display:inline-block;  }
.slicknav_menu .slicknav_icon {
	padding-right:40px;
}
.slicknav_menu .slicknav_icon:before,
.slicknav_open .slicknav_arrow:before,
.slicknav_collapsed .slicknav_arrow:before {
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size:18px;
    position: absolute;
    top:-1px;
    right:5px;
}
.slicknav_open .slicknav_arrow:before {
	content:  "\f056";
}
.slicknav_collapsed .slicknav_arrow:before{ 
	content: "\f055";
}
.slicknav_open .slicknav_arrow,
.slicknav_collapsed .slicknav_arrow {
	position:relative;
}
.slicknav_menu .slicknav_icon:before {
	content: "\f0c9";
	font-size:34px;
	right:0;
	top:3px;
	color:#ffd200;
	display: none;
}
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar {}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {}
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow  { float:right}
.slicknav_nav .slicknav_item { cursor: pointer; padding: 8px 10px 8px 0; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
.slicknav_menu {
	width:100%;
}
.slicknav_btn {
	position:absolute;
	right:8px;
	top:-36px;
	z-index:100;
	height:24px;
	width: 22px;
	background: url(../png/menu-togle.png) no-repeat;
	overflow: hidden;
	display:none;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
	font-size:18px;
	color:#ff7600;
	letter-spacing:1px;
	font-weight:normal;
	line-height:60px;
	padding-right:0;
	text-transform:uppercase;
	float:left;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
}
.slicknav_nav {
    margin:0;
    padding:0;
	background:#ffd200;
	position: relative;
	top:13px;
}
.slicknav_nav li {
	display:block;
	padding:0;
	border-top:1px solid #cd8b1b;
}
.slicknav_nav li:first-child {
	border:none;
}
.slicknav_nav li ul li:first-child { border-top:1px solid #cd8b1b}
.slicknav_nav li a {
	color:#fff;
	font-size:16px;
	padding:8px 10px;
}
.slicknav_nav li ul li a { font-size:14px;padding:8px 20px;}
.slicknav_nav li ul li ul li a { font-size:13px;}
.slicknav_nav li a:hover,
.slicknav_nav li.current_page_item > a {
	color:#fff;
	background:#ffd200;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
	display: inline-block !important;
	text-decoration:none !important;
	padding-bottom:0;
	padding-top:0;
}
/*     transition       
----------------------*/
.header_right,
.header_section,
#menu li a,
#menu li ul ,
.slicknav_btn::before {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:  all .3s ease-in-out;
	-o-transition:  all .3s ease-in-out;
	transition:  all .3s ease-in-out;
}
/* banner
----------------------------*/
.banner {
	background: #f4f6fa url("../png/header_bg2.png") no-repeat scroll top center;
	padding: 0;
	position: relative;
 	padding-top: 180px; /* 300 */
	padding-bottom: 490px;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
}
.banner h1 {
	font-family: 'Khula', sans-serif;
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	padding-bottom: 30px;
	padding-top: 40px;
	padding-right: 30px;
}
.banner h1 span {display: block;}
.banner h1 strong {color: #ffd200;}
.banner p {padding-bottom: 30px;}
.bannerimg img {/*position: relative;left: -20px;*/}
.bannerbtn a {
	display: inline-block;
	background: #ffd200;
	border:1px solid #ffd200;
	line-height: 40px;
	padding: 0 30px;
	font-size: 16px;
	font-weight: 600;
	color: #404040;
	border-radius: 4px;
	margin-right: 10px;
	margin-bottom:20px;
}
.bannerbtn a:last-child {background: none;color: #fff;border-color: #fff;}
.bannerbtn a:hover,.bannerbtn a:focus {background: #fff;border-color:#fff;color:#404040;}
/* tab / filter
----------------------------------------*/
.tabboxsec .kc_tab_content {
	background:#f4f6fa !important;
	overflow:hidden;
	padding:20px 18px !important;
}
.tabboxsec .kc_tab_content .item-grid {
/*     margin: 11px; */
	margin:2px;
    overflow: hidden;
    padding: 10px;
}
.tabsection .kc_tabs_nav>li>a, .nav-pills>li>a {
    padding: 0 !important;
    text-decoration: none;
    outline: 0;
    display: block;
    line-height: 30px !important;
    color: #777777;
	background: none !important;
	font-size:16px;
}
.tabsection .kc_tabs_nav>li>a:hover,.tabsection .kc_tabs_nav>li:hover {background: none !important;color:#ffd200;}
.tabsection .kc_tabs_nav>.ui-tabs-active>a {color:#ffd200;background:none;display:inline-block !important;line-height: 30px !important;}
.tabsection .kc_tabs>.kc_wrapper>.kc_tabs_nav {text-align:center;}
.tabsection .kc_tabs_nav, .nav-pills {line-height: 30px !important;background:#f4f6fa !important;}
.tabsection .kc_tabs_nav>li {
    list-style: none;
    border: none!important;
    margin: 0;
    float: none !important;
    color: #333;
    box-shadow: none;
    cursor: pointer;
    display: inline-block !important;
	margin:0 10px;
}
/* blog
----------------------------------------*/
.blogsecleft .kc-list-item-3 .content {
    float:none !important;
    width: 95% !important;
    padding: 26px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    margin: 0 auto !important;
    background: #fff;
    position: relative;
    top: -80px;
    overflow: hidden;
}
.blogrecent .list-item figure {
    width: 90px !important;
    margin-bottom: 5px !important;
    margin-right: 25px;
}
.blogrecent .list-item h3 {
    float: none !important;
    width: 100%;
    margin-bottom: 15px;
}
.blogrecent .list-item h3 a {
    font-size:19px !important;
	line-height:25px;
}
.blogrecent .text {margin-bottom:0 !important;}
.blogrecent .list-item .kc-entry_meta {
    float: none !important;
    width: 100%;
    padding-bottom: 15px;
}
.blogrecent .list-item {
    margin-bottom: 20px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #f4f4f4;
}
/*  Contact
----------------------------------------*/
h2.contact-title {
	position: relative;
	margin-bottom: 14px;
	font-size: 50px;
	background: #ED4066;
	background: -webkit-linear-gradient(to right, #ED4066 0%, #F25761 50%, #f76e5c 100%);
	background: -moz-linear-gradient(to right, #ED4066 0%, #F25761 50%, #f76e5c 100%);
	background: linear-gradient(to right, #ED4066 0%, #F25761 50%, #f76e5c 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.contenttitle-h4 h4 {
	font-size:34px;
}
.mediabox {margin-bottom:40px;overflow:hidden;}
.mediabox .mediabox-icon {
    font-size: 23px;
    color: #cccccc;
    width: 50px;
    font-weight: bolder;
    text-align: center;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    border: 2px solid #cccccc;
	float:left;
}
.mediabox a {color: #777777;}
.mediabox .mediabox-body {float:left;max-width:150px;padding-left:20px;}
.mediabox .mediabox-body h4 {margin-bottom: 8px;font-size: 18px;}
.forminpdiv {padding-bottom:20px;}
.forminpdiv textarea, .forminpdiv input {	
	display: block;
    border-radius: 0;
    width: 100%;
    height: 48px;
    padding: 10px 24px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 25px;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: solid 1px #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.forminpdiv textarea {height:120px;}
.forminpdiv textarea:focus, .forminpdiv input:focus {border-color: #e45447;outline: 0;-webkit-box-shadow: none; box-shadow: none;}
a.exbutton {
	display:inline-block;
	background: #0a4fad;
    text-transform: capitalize;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 15px 43px;
    border-radius: 12px;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
	background-image: linear-gradient(to right, #bb3ed5, #a834cd, #962bc6, #8222be, #6e19b6);
	-webkit-background-image: linear-gradient(to right, #bb3ed5, #a834cd, #962bc6, #8222be, #6e19b6);
	-moz-background-image: linear-gradient(to right, #bb3ed5, #a834cd, #962bc6, #8222be, #6e19b6);
	-ms-background-image: linear-gradient(to right, #bb3ed5, #a834cd, #962bc6, #8222be, #6e19b6);
	box-shadow: 10px 10px 15px #eea7fd !important;
	-webkit-box-shadow: 10px 10px 15px #eea7fd !important;
	-moz-box-shadow: 10px 10px 15px #eea7fd !important;
}
.formbtndiv input {
	background: #0a4fad;
    text-transform: capitalize;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 0;
    padding: 25px 43px;
    border-radius: 12px;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
	width:185px;
	background-image: linear-gradient(to right, #bb3ed5, #a834cd, #962bc6, #8222be, #6e19b6);
	-webkit-background-image: linear-gradient(to right, #bb3ed5, #a834cd, #962bc6, #8222be, #6e19b6);
	-moz-background-image: linear-gradient(to right, #bb3ed5, #a834cd, #962bc6, #8222be, #6e19b6);
	-ms-background-image: linear-gradient(to right, #bb3ed5, #a834cd, #962bc6, #8222be, #6e19b6);
	box-shadow: 10px 10px 15px #eea7fd;
	-webkit-box-shadow: 10px 10px 15px #eea7fd;
	-moz-box-shadow: 10px 10px 15px #eea7fd;
}
.formbtndiv input:hover,.formbtndiv input:focus {
	background-image: linear-gradient(to left, #bb3ed5, #a834cd, #962bc6, #8222be, #6e19b6);
	-webkit-background-image: linear-gradient(to left, #bb3ed5, #a834cd, #962bc6, #8222be, #6e19b6);
	-moz-background-image: linear-gradient(to left, #bb3ed5, #a834cd, #962bc6, #8222be, #6e19b6);
	-ms-background-image: linear-gradient(to left, #bb3ed5, #a834cd, #962bc6, #8222be, #6e19b6);
}
/*  footer
----------------------------------------*/
.footerlogo a {width:51px;height:55px;margin:0 auto;display:block;}
.flogo {padding-bottom:55px;}
.social-siteicon a {padding: 0 !important;margin: 0 17px !important;border-radius:0;}
.social-siteicon a:hover i,.social-siteicon a:focus i{color:#ffd200 !important;}
.copyright p {font-weight: 500;font-size: 16px;line-height: 22px;color: #777777;}
.copyright p a {color: #ffd200;}
.followme h4 {font-size: 25px;color: #777777;font-weight: 700;}
.followme2 {padding-bottom:25px;}
.footerarea {
	text-align: center;
    background: #f4f6fa;
    padding-top: 55px;
    padding-bottom: 40px;
}
.footericon {padding-bottom: 50px;}
.footericon a {
    background-color: #f4f6fa;
    line-height: 1;
    display: inline-block;
    border-radius: 3px;
    box-shadow: none;
    padding: 0 !important;
    margin: 0 17px !important;
	color:#ccc;
	font-size:36px;
}
.footericon a i {
    width: 1em;
    height: 1em;
}
/*  Pricing package
----------------------------------------*/
.planbox {
	text-align:center;
	background:#fff;
	padding:30px 20px;
	min-height:400px;
	text-align:center;
	color:#000;
	position:relative;
	margin-bottom:20px;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
.planbox:hover,planbox:focus {box-shadow:0 0 15px #666;}
.popularbox {background: #ffd200;}
.planbox h2 {font-weight:800;font-size:83px;}
.planbox h2 strong {font-weight:500;font-size:28px;position:relative;bottom:20px;}
.planbox h3 {
	font-weight:800;
	font-size:31px;
	line-height:34px;
	text-transform:uppercase;
	padding-bottom:15px;
}
.popularbox p,
.planbox p {
	line-height:17px;
	font-size:14px;
	font-weight:500;
	color:#9d9d9d;
	padding-bottom:10px;
}
.popularbox p {color:#fff;}
.planbox ul {padding-bottom:10px;min-height:140px;}
.planbox li {font-weight:500;font-size:18px;line-height:26px;color:#000;}
.popularbox ul li {color:#fff;}
.planbox a {
	color:#fff;
	display:block;
	line-height:46px;
	width:148px;
	margin:0 auto;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	font-weight:800;
	background:#ffd200;
	border:1px solid #fff;
}
.planbox a:hover,.planbox a:focus {background:#000;border:1px solid #000;text-decoration:none;}
.popular {width:88px;height:88px;position:absolute;right:0;top:0;z-index:999;}
.popular img {display:block;width:88px;height:88px;}
.acrbox {}
.acrbox h3 a {
	font-size:15px;
	font-weight:700;
    color: #555555;
}
.acrbox .kc_text_block ul {list-style-type: disc;padding-left:17px;}
.acrbox .kc_text_block ul li {color:#000;}
/*
------------------------------------*/
/* .feestable {border:1px solid red;}

Generic Styling, for Desktops/Laptops 
*/
.feestable {background:#ccc;overflow:hidden;}
.feestable table { 
	width: 100%; 
	border-collapse: collapse; 
	background:#f2f2f2;
	font-size:20px;
	font-weight:600;
}
.feestable table b {font-size:14px;font-weight:600;}
.feestable table span {color:#ffd200;text-align: right;    display: block;}
.feestable table i {color:#ffd200;}
/* Zebra striping */
.feestable tr:nth-of-type(odd) { 
	background: #f2f2f2;
}
.feestable th { 
	background: pink; 
	color: #111111; 
	font-weight: bold; 
}
.feestable td, .feestable th { 
	padding: 15px 20px; 
	border-bottom: 2px solid #aaaaaa; 
	border-left: 1px solid #f2f2f2; 
	border-right: 1px solid #f2f2f2; 
	text-align: left; 
}
.feestable th:last-child, .feestable td:last-child {
	text-align: center;
}
.feestable table thead th {		
	border: 1px solid #fff; 
}
/*  emergency
----------------------------------------*/
.emergency {
	background:#fff;
	padding:30px 15px;
	min-height:200px;
	color:#000;
	position:relative;
	margin-bottom:20px;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
.emergency:hover,planbox:focus {box-shadow:0 0 15px #666;}
.emergency h2 {font-weight:800;font-size:40px;padding-bottom:30px;}
.emergency h2 strong {font-weight:500;font-size:28px;position:relative;bottom:20px;}
.emergency h3 {
	font-weight:800;
	font-size:31px;
	line-height:34px;
	text-transform:uppercase;
	padding-bottom:15px;
}
.emergency p {
	line-height:20px;
	font-size:14px;
	font-weight:500;
	color:#000;
	padding-bottom:25px;
}
.emergency p strong {color:16px;}
.emergency ul {padding-bottom:10px;min-height:140px;}
.emergency li {font-weight:500;font-size:18px;line-height:26px;color:#000;}
.popularbox ul li {color:#fff;}
.emergency a {
	color:#fff;
	display:block;
	line-height:46px;
	width:148px;
	margin:0 auto;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	font-weight:800;
	background:#ffd200;
	border:1px solid #fff;
}
.planbox a:hover,.planbox a:focus {background:#000;border:1px solid #000;text-decoration:none;}
/*
---------------------------------*/
.blogbanner {
	background: linear-gradient(rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.64)), transparent url(../jpg/amz-price-bg-1.jpg) center center/auto repeat-y fixed;
    padding-top: 94px;
    padding-bottom: 50px;
	text-align:center;
}
.blogbanner label {    display: block; max-width: 100%; font-weight: 700; padding: 20px 0 !important;}
.blogbanner input.search-field {
    display: block;
    border-radius: 0;
    width: 100%;
    height: 48px;
    padding: 10px 24px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 25px;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: solid 1px #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;
	outline:none;
}
.blogbanner input.search-submit {
    background: #0a4fad;
    text-transform: capitalize;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 0;
    padding: 25px 43px;
    border-radius: 30px;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    width: 244px;
	outline:none;
}
.blogbanner li {list-style:none;}
.blogwidth {
    max-width: 860px;
    background: #fff;
	margin:auto;
	box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.3);
}
.blogwidth2 {
	max-width: 860px;
	margin:auto;
}
.blogwidth li {list-style:none;}
.whatsonpage {
	text-align: center;
    padding-bottom: 80px;
}
.screen-reader-text {display:none;}
.blogbanner h4 {
	color: #777777;
    font-weight: 700;
    letter-spacing: 4px;
    text-align: center;
	font-size: 18px;
}
.blogbanner h1 {
    position: relative;
    margin-bottom: 14px;
    font-size: 50px;
	color: #777777;
    font-weight: 800;
    letter-spacing: 20px;
    text-align: center;
}
.blogwidget {
	clear:both !important;
	width:100% !important;
	padding:0 0 40px 0 !important;
}
.blogwidgetcont .kc_column>.kc-col-container {	height:auto !important;}
.blogwidgetadmin {
	text-align:center;
    padding-bottom: 20px;
    color: #7a7a7a;
}
.blogwidgetadmin a,
.blogwidgetadmin span,
.blogwidgetadmin ul {
	display:inline-block;
	font-size: 12px;
    font-weight: 500;
	color: #7a7a7a;
}
.blogwidgetadmin i {
    color: #42BCE2;
	padding-right:5px;
}
.singlepostCont h2,
.singlepostCont h3,
.singlepostCont h4,
.singlepostCont h5,
.singlepostCont h6,
.blogwidget h2 a {
    display: block;
    color: #272727;
    font-size: 37px;
    transition: all .3s ease 0s;
    margin: 20px 0;
    text-transform: uppercase;
    font-weight: 800;
}
.singlepostCont h3 {font-size: 30px;font-weight: 600;}
.singlepostCont h4 {font-size: 25px;font-weight: 600;}
.singlepostCont h5 {font-size: 20px;font-weight: 600;}
.singlepostCont h6 {font-size: 17px;font-weight: 600;}
.blogwidgetCont {
	padding:0 30px;
}
.postCont {
	text-align:left;
}
.singlepostCont p,.singlepostCont,
.postCont p {
	padding-bottom:20px;
	line-height: 25px;
    font-size: 14px;
}
.postCont a {color:#0a4fad;}
.postCont strong {font-size:16px;}
.postCont ul {
	padding:0 0 20px 20px;
}
.postCont ul li {
	list-style: inside;
}
.blogwidget .blogwidgetcont p {
	line-height:24px;
	font-size:16px;
}
.postcomments {
	padding:30px;
}
.paginations {
    padding: 0;
    text-align: center;
    width: 100%;
}
.paginations nav {float:none;}
.pagination a {
    display: inline-block;
    padding: 0 9px;
    line-height: 26px;
    border-radius: 3px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
}
.pagination a.active a {
    background: #163870;
    color: #fff;
}
.singlepostbox {
	padding:150px 0;
	background:#ececec url(../jpg/single-post.jpg) no-repeat top center / 100% auto;
}
.singlepostCont {
	padding:30px;
	text-align:center;
}
h3.comment-reply-title {
    color:#0d3f84;
    font-size: 30px;
    margin: 20px 0;
    text-transform: uppercase;
    font-weight: 800;
}
p.comment-notes {
	padding:0 0 20px 0;
}
p.comment-form-url,
p.comment-form-comment {
	padding-bottom:20px;
}
p.comment-form-email,
p.comment-form-author {
	padding-bottom:20px;
	width:49%;
	float:left;
}
p.comment-form-author {
	margin-right:2%;
}
p.comment-form-url label,
p.comment-form-email label,
p.comment-form-author label,
p.comment-form-comment label {
	font-size: 15px;
	font-weight: 400;
	display: block;
	padding: 0 0 5px 20px;
}
p.comment-form-cookies-consent label {
	font-size: 15px;
	font-weight: 400;
	display: block;
	padding: 0 0 10px 0;
	text-align:center;
}
p.comment-form-url input,
p.comment-form-email input,
p.comment-form-author input,
p.comment-form-comment textarea {
	display: block;
    width: 100%;
    height:120px;
    padding: 10px 24px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 25px;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    border: solid 1px #90acd1;
    -webkit-box-shadow: none;
    box-shadow: none;
}
p.comment-form-url input,
p.comment-form-email input,
p.comment-form-author input {height:48px;}

p.form-submit input {
    background: #0a4fad;
    text-transform: capitalize;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 0;
    padding: 25px 43px;
    border-radius: 30px;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    width: 244px;
}
p.form-submit input:hover, p.form-submit input:focus {
    background: #1562ca;
}
.tooltipsbox {margin-bottom:20px;}
.tooltipsbox .kc_tooltip {
	text-align:left;
	line-height:30px;
}
.newbannersec h3 {
    margin-bottom: 5px;
    font-size: 45px;
	font-weight:800;
    background: #ED4066;
    background: -webkit-linear-gradient(to right, #ED4066 0%, #F25761 50%, #f76e5c 100%);
    background: -moz-linear-gradient(to right, #ED4066 0%, #F25761 50%, #f76e5c 100%);
    background: linear-gradient(to right, #ED4066 0%, #F25761 50%, #f76e5c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.newbannersec p {
	font-size:20px;
	padding:3px 0;
	background: #ED4066;
    background: -webkit-linear-gradient(to right, #ED4066 0%, #F25761 50%, #f76e5c 100%);
    background: -moz-linear-gradient(to right, #ED4066 0%, #F25761 50%, #f76e5c 100%);
    background: linear-gradient(to right, #ED4066 0%, #F25761 50%, #f76e5c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.newbannersec h4 {color:#000;font-size:20px;font-weight:700;padding-bottom:5px;}
.serviceoffer {overflow:hidden;color:#777;margin-bottom:35px;line-height:normal;}
.serviceoffer h5 {color:#8d28c2;font-weight:700;padding-bottom:10px;font-size:18px;}
.serviceoffer span {display:block;line-height:50px;width:50px;text-align:center;color:#fff;background:#8d28c2;margin:0 30px 30px 0;float:left;border-radius:10px;}
.newmenusec {text-align:right;}
.newmenusec a {
	margin-left:15px;
    display: inline-block;
    background: #0a4fad;
    text-transform: capitalize;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 20px 8px 20px;
    border-radius: 12px;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    background-image: linear-gradient(to right, #bb3ed5, #a834cd, #962bc6, #8222be, #6e19b6);
    -webkit-background-image: linear-gradient(to right, #bb3ed5, #a834cd, #962bc6, #8222be, #6e19b6);
    -moz-background-image: linear-gradient(to right, #bb3ed5, #a834cd, #962bc6, #8222be, #6e19b6);
    -ms-background-image: linear-gradient(to right, #bb3ed5, #a834cd, #962bc6, #8222be, #6e19b6);
    box-shadow: 10px 10px 15px #eea7fd !important;
    -webkit-box-shadow: 10px 10px 15px #eea7fd !important;
    -moz-box-shadow: 10px 10px 15px #eea7fd !important;
}
.reviwsec {padding-top:90px;}
.reviwsec li {
	border-bottom: 1px solid #dcdcdc;
	padding:15px 0;
	font-size:20px;
	line-height:22px;
	font-weight:400;
}
.reviwsec li:last-child {border:none;}
.reviwsec i {
	color:#7e21bc;
	font-size:25px;
	padding-right:10px;
	background: #AF38D0;
	background: -webkit-linear-gradient(to right, #AF38D0 0%, #731bb8 100%);
	background: -moz-linear-gradient(to right, #AF38D0 0%, #731bb8 100%);
	background: linear-gradient(to right, #AF38D0 0%, #731bb8 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 767px) {margin-left:10px;padding: 10px 15px 8px 15px; }
@media only screen and (max-width: 767px) { 
	.amzlogo {width:270px;margin:0 auto;}
	.newmenusec {margin:0 auto;max-width:600px;}
	.newmenusec a {
		margin:10px;
		display:block;
		text-align:center;
	}
}
/* side menu
---------------------------------*/
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #0a4fad;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	text-align:center;
	z-index:999999999;
}
.togglebg {
	cursor:pointer;
	color: #fff;
    position: absolute;
    right: 8px;
    top: 13px;
    display: inline-block;
    font-size: 34px;
    cursor: pointer;
    display: none;
    width: 30px;
    height: 25px;
}
.sidenav a {
	padding: 38px 8px 8px 8px;
/* 	padding: 38px 8px 8px 32px; */
	text-decoration: none;
	font-size: 30px;
	color: #fff;
	display: block;
	transition: 0.3s;

}
.sidenav a:hover{
	color: #f1f1f1;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


@media only screen and (max-width: 767px) { 	
	.faqtitle h2 {
		padding-left: 0;
		line-height: normal;
		padding-top: 0;
		padding-bottom: 0;
		background: none;
		font-size: 25px;
	}	
	.faqwidget h4 {font-size: 16px;line-height:21px;font-weight:600;padding-bottom:5px;}
	.tabboxsec .kc_tab_content .item-grid {
		margin:2px;
		overflow: hidden;
		padding: 0 !important;
		width:48% !important;
	}
	.formbtndiv {padding-bottom:50px;}
}

@media only screen and (max-width: 600px) {	
	.feestable table {
		font-size: 14px;
	}
	.feestable table b {
		font-size: 12px;
	}
	.feestable td, .feestable th {
    	padding: 15px 8px
	}
	.planbox li {font-size:15px;}
	h2.contact-title {
		font-size: 40px !important;
		letter-spacing: 2px !important;
		padding-bottom: 2px;
	}
	
	.singlepostCont p,.singlepostCont,
	.blogwidget .blogwidgetcont p {
		font-size: 14px;
	}
	.singlepostCont h2,
	.blogwidget h2 a {
		font-size: 20px;
	}
}
@media only screen and (max-width: 500px) {	
	#menu li:last-child {display:block;}
	.free {display: none;	}
	.upwork {padding-bottom:20px;}
}