/* CSS
Author: GILLAN E SOLUTIONS
Created:19-05-2020
*/
/*
-------------------------------------------------------------- 
BROWSER SPECIFICATION STYLES
-------------------------------------------------------------- 
*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 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, 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;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a:hover {
	transition: all 0.4s ease-in-out;
}
h1 {
	text-transform: capitalize;
	line-height: normal;
	font-family: 'ProximaNova-Semibold';
	font-size: 60px;
	color: #555555;
	line-height: 54px
}
h2 {
	font-family: 'ProximaNova-Semibold';
	font-size: 48px;
	color: #555555;
	line-height: normal;
	margin-bottom: 20px;
}
h3 {
	font-family: 'ProximaNova-Semibold';
	font-size: 30px;
	color: #2e2e2e;
	line-height: normal;
	margin-bottom: 20px;
}
h3 span {
	display: block;
	font-family: 'ProximaNova-Light';
	font-size: 20px;
	color: #555555;
	font-weight: bolder;
	margin-top: 7px;
}
h4 {
	font-family: 'ProximaNova-Semibold';
	font-size: 27px;
	color: #f1bd64;
	line-height: normal;
	margin-bottom: 20px;
	text-transform: capitalize;
}
h5 {
	font-family: 'ProximaNova-Semibold';
	font-size: 24px;
	color: #000;
	text-transform: capitalize;
	margin-bottom: 20px;
}
h6 {
	font-family: 'OpenSans-Bold';
	font-size: 22px;
	color: #317d59;
	line-height: normal;
	margin-bottom: 20px;
}
/*
-------------------------------------------------------------- 

GLOBAL STYLES

-------------------------------------------------------------- 

*/

.yellow-btn {
	display: inline-block;
	font-family: 'Raleway-Regular';
	font-size: 20px;
	color: #555555;
	background: #f1be63;
	text-transform: capitalize;
	line-height: normal;
	padding: 16px 35px;
	border-radius: 30px;
	transition: all 0.4s ease-in-out;
}
.yellow-btn:hover, .yellow-btn:focus {
	background: #555555;
	color: #f1be63;
	text-decoration: none;
}
.border-btn {
	display: inline-block;
	font-family: 'Raleway-Regular';
	font-size: 20px;
	color: #555555;
	background: none;
	border: 2px solid #ebebeb;
	text-transform: capitalize;
	line-height: normal;
	padding: 16px 35px;
	border-radius: 30px;
	transition: all 0.4s ease-in-out;
}
.border-btn:hover, .border-btn:focus {
	background: #f1be63;
	border: 2px solid #f1be63;
	color: #555555;
	text-decoration: none;
}
.alignright {
	float: right;
	margin: 0px 0px 15px 20px;
	border: 5px solid #f1be63;
	border-radius: 5px;
	box-shadow: 0px 0px 28px 0px rgb(0, 0, 0, 0.08);
}
.alignleft {
	float: left;
	margin: 0px 20px 15px 0px;
	border: 5px solid #f1be63;
	border-radius: 5px;
	box-shadow: 0px 0px 28px 0px rgb(0, 0, 0, 0.08);
}
/*



-------------------------------------------------------------- 



HEADER STYLE



-------------------------------------------------------------- 



*/







.header {
	position: relative;
	float: left;
	width: 100%;
	box-shadow: 0px 5px 16px 0px rgb(0, 0, 0, 0.03);
	min-height: 80px;
}
header .container-fluid {
	max-width: 1350px;
}
.banner-area .container-fluid {
	max-width: 1150px;
}
.logo {
	float: left;
	margin-top: 23px;
	width: 350px;
	margin-bottom: 28px;
}
/*



-------------------------------------------------------------- 

MAIN NAV STYLE

-------------------------------------------------------------- 

*/

.main-nav {
	float: right;
	text-align: right;
	margin-top: 36px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-family: 'ProximaNova-Light';
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child > a.mega-menu-link {
	padding-right: 0;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child > a.mega-menu-link {
	padding: 0;
	height: auto;
	line-height: initial;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child ul.mega-sub-menu {
	width: 50px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	background: #f9f9f9;
	text-align: center;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child {
	background: #ebebeb;
	border-radius: 20px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item img {
	border-radius: 50%;
	height: 20px;
	object-fit: cover;
	width: 20px;
}
/*



-------------------------------------------------------------- 



BANNER STYLE



-------------------------------------------------------------- 



*/



.banner-area {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 50px;
}
.banner-caption-area {
	position: absolute;
	width: 100%;
	color: #ffff;
	z-index: 100;
	text-align: center;
	top: 51%;
}
.banner-text {
	float: left;
	width: 44%;
	font-family: 'OpenSans-Light';
	font-size: 22px;
	color: #555555;
	padding-top: 95px;
}
.banner-text big {
	font-family: 'ProximaNova-Semibold';
	font-size: 60px;
	color: #555555;
	line-height: 54px;
}
.banner-text big span {
	display: block;
	font-family: 'ProximaNova-Light';
	font-size: 32px;
}
.banner-image {
	float: right;
	width: 38%;
	position: relative;
	margin-right: 3%;
}
.banner-caption big span.plain-text {
	font-family: 'OpenSans';
}
.banner-video-div {
	position: absolute;
	top: 11.1%;
	right: 12.7%;
	width: 61.5%;
}
.banner-video-div img {
	border-radius: 50%;
}
.banner-logo {
	float: right;
	margin-right: -44px;
	margin-top: -47px;
	width: 250px;
}
.banner-text a {
	margin: 0px 3px;
}
.video-icon {
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}
.video-icon img {
	border-radius: 0;
}
/*



-------------------------------------------------------------- 



MAIN TABS AREA STYLE



-------------------------------------------------------------- 



*/



.main-tab-area {
	float: left;
	width: 100%;
	padding: 110px 0 130px;
	font-family: 'ProximaNova-Light';
	color: #555555;
	font-size: 24px;
}
.heading-div {
	text-align: center;
	margin-bottom: 70px;
	font-family: 'ProximaNova-Light';
	color: #555555;
	font-size: 24px;
}
.main-tab {
	display: inline-block;
	width: 100%;
	font-family: 'OpenSans';
	font-size: 18px;
	color: #555555;
	padding: 53px 45px;
	border-radius: 5px;
}
.main-tab:hover {
	background: #f1be63;
}
.main-tab h4 {
	font-family: 'ProximaNova-Semibold';
	font-size: 24px;
	color: #555555;
	margin-bottom: 35px;
}
.main-tab img {
	margin-bottom: 65px;
}
/*



-------------------------------------------------------------- 



MENUAL GUIDE AREA STYLE



-------------------------------------------------------------- 



*/



.menual-guide-area {
	float: left;
	width: 100%;
	padding-bottom: 130px;
}
.menual-guide-area .heading-div img {
	margin-bottom: 20px;
}
.menual-guide-tab {
	position: relative;
	display: inline-block;
	width: 100%;
	border: 5px solid #ececec;
	border-radius: 5px;
	box-shadow: 0px 0px 28px 0px rgb(0, 0, 0, 0.08);
	padding: 7px;
	margin-bottom: 50px;
	text-align: center;
}
.count-div {
	position: absolute;
	right: 5px;
	color: #555555;
	bottom: 5px;
	border: 1px solid #ffc000;
	border-radius: 50%;
	font-size: 15px;
	width: 30px;
	height: 30px;
	text-align: center;
}
/*



-------------------------------------------------------------- 



Testimonial AREA STYLE



-------------------------------------------------------------- 



*/



.testimonial-area {
	float: left;
	width: 100%;
}
.testimonial-area h2 {
	text-align: center;
	margin-bottom: 50px;
}
.testimonial-div {
	float: left;
	width: 100%;
	position: relative;
	background: url(../images/quote-icon.png) no-repeat top center;
	padding-top: 160px;
	text-align: center;
	font-family: 'Georgia';
	font-size: 25px;
	color: #555555;
	line-height: 43px;
	margin-bottom: 30px;
}
.testimonial-div:before, .testimonial-div:after {
	position: absolute;
	content: '';
	background: #f1be63;
	height: 2px;
	width: 39%;
	top: 70px;
}
.testimonial-div:before {
	left: 0;
}
.testimonial-div:after {
	right: 0;
}
.testimonial-area .easy_t_single_testimonial blockquote.easy_testimonial {
	padding: 0;
	margin: 0;
	font-style: italic;
}
.testimonial-area blockquote.easy_testimonial .testimonial_author {
	margin-top: 55px;
	position: relative;
	width: 100%;
}
.testimonial-area blockquote.easy_testimonial .testimonial_author .testimonial-client {
	font-family: 'CenturyGothic-Bold';
	font-size: 22px;
	color: #f1be63;
	background: #fff;
	font-style: normal;
	line-height: normal;
	display: inline;
	padding: 0px 23px;
}
.testimonial-area blockquote.easy_testimonial .testimonial_author .testimonial-other, .testimonial-area blockquote.easy_testimonial .testimonial_author .testimonial-position {
	font-family: 'CenturyGothic';
	font-size: 18px;
	color: #9b9d9d;
	font-style: normal;
	line-height: normal;
	display: block;
}
.testimonial-area blockquote.easy_testimonial .testimonial_author:before {
	position: absolute;
	content: '';
	height: 2px;
	background: #f1be63;
	left: 0;
	right: 0;
	top: 26px;
}
.testimonial-area blockquote.easy_testimonial .testimonial_author cite {
	float: right;
	margin-right: 87px;
	position: relative;
}
.testimonial-area blockquote.easy_testimonial .testimonial_body {
	display: inline-block;
	width: 85%;
	min-height: 150px;
	line-height: 44px;
}
.testimonial-area blockquote.easy_testimonial .testimonial_body span {
	display: block;
	font-family: 'OpenSans-Bold';
	font-size: 24px;
	color: #317d59;
	font-style: normal;
	margin-bottom: 12px;
}
.testimonial-area .easy-t-cycle-controls div {
	display: inline-block;
	background: #fff;
	width: 65px;
	height: 65px;
	font-size: 0;
	border-radius: 50%;
	top: 38% !important;
	position: absolute;
	z-index: 1000;
}
.testimonial-area .easy-t-cycle-controls .cycle-prev {
	left: -25px;
	background: #ebebeb url(../images/testi-left-arrow.png) no-repeat center;
}
.testimonial-area .easy-t-cycle-controls .cycle-next {
	right: -25px;
	background: #ebebeb url(../images/testi-right-arrow.png) no-repeat center;
}
/*



-------------------------------------------------------------- 



RESOURCES AREA STYLE



-------------------------------------------------------------- 



*/







.resources-area {
	float: left;
	width: 100%;
	text-align: center;
	padding: 80px 0;
}
.resources-area h2 {
	margin-bottom: 55px;
}
.resources-tab {
	display: inline-block;
	width: 30%;
	vertical-align: top;
	margin: 0px 4%;
	border: 5px solid #f1be63;
	border-radius: 5px;
	position: relative;
	box-shadow: 0px 0px 28px 0px rgb(0, 0, 0, 0.08);
}
.resource-img {
	position: relative;
}
.resource-img:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.5;
}
.resources-tab .yellow-btn {
	position: absolute;
	bottom: 40px;
	width: 94%;
	left: 0;
	right: 0;
	margin: 0px auto;
	font-size: 17px;
	padding: 16px 10px;
}
/*



-------------------------------------------------------------- 



Instagram STYLE



-------------------------------------------------------------- 



*/



.instagram-area {
	float: left;
	width: 100%;
	text-align: center;
}
.instagram-area .sb_instagram_header.sbi_no_avatar {
	display: none;
}
.instagram-area .heading-img {
	margin-bottom: 20px;
}
.instagram-area #sb_instagram #sbi_load .sbi_load_btn {
	display: inline-block;
	font-family: 'Raleway-Regular';
	font-size: 17px;
	color: #555555;
	background: #f1be63;
	text-transform: capitalize !important;
	line-height: normal;
	padding: 11px 35px;
	border-radius: 30px;
	transition: all 0.4s ease-in-out;
	box-shadow: 0px 0px;
}
.instagram-area #sb_instagram #sbi_load .sbi_load_btn span {
	text-transform: capitalize;
}
.instagram-area #sb_instagram .sbi_follow_btn a {
	display: inline-block;
	font-family: 'Raleway-Regular';
	font-size: 17px;
	color: #555555;
	background: #f1be63;
	text-transform: capitalize !important;
	line-height: normal;
	padding: 11px 35px;
	border-radius: 30px;
	transition: all 0.4s ease-in-out;
	box-shadow: 0px 0px;
}
.instagram-area #sb_instagram .sbi_follow_btn a:hover, .instagram-area #sb_instagram #sbi_load .sbi_load_btn:hover {
	background: #555555;
	color: #fff;
}
.instagram-area #sb_instagram #sbi_load {
	margin-top: 10px;
}
/*



-------------------------------------------------------------- 



FOOTER  STYLE



-------------------------------------------------------------- 



*/



.footer {
	float: left;
	width: 100%;
	padding: 95px 0px 45px;
}
.footer h5 {
	font-family: 'ProximaNova-Semibold';
	font-size: 24px;
	color: #f1be63;
	border-bottom: 2px solid #cdcece;
	padding-bottom: 12px;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.footer-tab {
	float: left;
	width: 100%;
	font-family: 'CenturyGothic';
	font-size: 16px;
	line-height: 24px;
	color: #434343;
	padding-right: 15px;
	margin-bottom: 50px;
}
.footer-tab p {
	margin-bottom: 0;
}
.footer-tab a {
	color: #434343;
}
.footer-tab a:hover, .footer-tab a:focus {
	text-decoration: none;
	color: #f1be63;
}
.footer-social {
}
.footer-social .smw_center img {
	margin: 5px 15px !important;
}
.social-div {
	float: left;
}
footer .juva-logo {
	float: right;
	padding-top: 5px;
}
/*



-------------------------------------------------------------- 



INNER BANNER PAGE  STYLE



-------------------------------------------------------------- 



*/



.inner-banner {
	float: left;
	width: 100%;
	position: relative;
}
.banner-caption {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}
.caption-text {
	display: inline-block;
	background: #fff;
	font-family: 'OpenSans-Light';
	font-size: 33px;
	color: #f1be63;
	padding: 24px 30px;
	clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}
.banner-caption-div h1 {
	margin-left: 20px;
	margin-bottom: 20px;
}
.caption-div {
	background: #ececec;
	padding: 5px;
	clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
	display: inline-block;
}
/*



-------------------------------------------------------------- 



INNER PAGE  STYLE



-------------------------------------------------------------- 



*/
.img-bg {
	position: relative;
	background: url(../images/inner-bg-banner.png) repeat-x top center !important;
}
.img-bg:before {
	position: absolute;
	content: '';
	background: #fff;
	opacity: 0.2;
	width: 100%;
	height: 100%;
	top: 0;
}
.inner-heading-area {
	float: left;
	width: 100%;
	text-align: center;
	background: #f1bd64;
	padding: 35px 0;
}
.inner-download-area .resources-tab {
	width: 23%;
	margin: 0px 0.5%;
}
.inner-download-area .resources-tab .yellow-btn {
	font-size: 17px;
	padding: 16px 8px;
}
/*
body > div.inner-content-area.tech-area > div:nth-child(2) {
    background: #555555 !important;
}
body > div.inner-content-area.tech-area > div:nth-child(2) h2 {
    color: #f4ce53;
}
*/
.yellow-text-area {
	float: left;
	width: 100%;
	background: #f1be60;
	padding: 70px 0px 50px;
}
.yellow-text-area .border-img {
	border: 5px solid #555555;
}
.yellow-text-area .alignleft, .yellow-text-area .alignright {
	border: 5px solid #9a9d9c;
}
.inner-content-area h2 {
	margin-bottom: 40px;
}
/*.inner-download-area {

	background: #ebebeb;

	margin-bottom: 50px;

}*/

.bolg-text-area {
	padding: 30px 20px;
}
.blog-tab {
	display: inline-block;
	width: 100%;
	transition: all 0.5s;
	background: #f1be63;
	margin-bottom: 40px;
	text-align: center;
	border-radius: 5px;
}
.blog-tab .sharedaddy p.share-customize-link {
	display: none;
}
.blog-tab:hover, .blog-tab:focus {
	-webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.4);
	box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.4);
}
.bolg-text-area h3 {
	margin-bottom: 16px;
}
.bolg-text-area h3 a {
	color: #555;
}
.bolg-text-area h3 a:hover {
	color: #000000;
}
.blog-img-area img {
	width: 100%;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.blog-tab .sd-content ul li {
	margin-bottom: 0;
}
.bolg-text-area .more-btn {
	color: #555;
	font-weight: bold;
}
.bolg-text-area .more-btn:hover {
	color: #000;
}
.blog-tab div.sharedaddy h3.sd-title {
	display: none !important;
}
.blog-tab .sd-content ul li.share-end {
	display: none;
}
.content-div .blog-sidebar ul li a {
	color: #555555;
	display: inline-block;
	width: 100%;
	border-top: 1px solid #ffd081;
	padding: 13px 15px;
	font-size: 19px;
	line-height: normal;
}
.content-div .blog-sidebar ul li {
	padding: 0;
	background: none;
}
.blog-sidebar {
	display: inline-block;
	width: 100%;
	background: #f1bd64;
	border-radius: 5px;
	margin-bottom: 30px;
}
.blog-sidebar h4 {
	color: #555555;
	padding: 20px 15px 15px;
	margin-bottom: 0;
}
.content-div .blog-sidebar ul {
	margin-bottom: 0;
}
.blog-sidebar ul li a:hover {
	color: #fff;
	background: #555555;
}
.yellow-text-area a {
	color: #000;
	text-decoration: underline;
}
.gray-area {
	float: left;
	width: 100%;
	background: #ebebeb;
	padding: 70px 0;
}
.inner-tabs-area {
	float: left;
	width: 100%;
	padding: 70px 0;
}
.inner-tabs {
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
	box-shadow: 0px 0px 28px 0px rgb(0, 0, 0, 0.08);
	border-radius: 5px;
}
.tab-text-div {
	padding: 30px;
	background: #f3f3f3;
}
.ref-cit-blk {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 23px;
	margin-bottom: 23px;
}
.border-img {
	border: 5px solid #f1be63;
	border-radius: 5px;
	box-shadow: 0px 0px 28px 0px rgb(0, 0, 0, 0.08);
}
.detail-div {
	display: inline-block;
	width: 95%;
	background: #ececec;
	padding: 30px 30px;
	border-radius: 5px;
	box-shadow: 0px 0px 28px 0px rgb(0, 0, 0, 0.08);
	border: 5px solid #e0e0e0;
}
.map-div {
	display: inline-block;
	width: 100%;
	margin-top: 120px;
	border-radius: 5px;
	box-shadow: 0px 0px 28px 0px rgb(0, 0, 0, 0.09);
}
.map-div iframe {
	border-radius: 5px;
	box-shadow: 0px 0px 28px 0px rgb(0, 0, 0, 0.09);
}
.map-div .wpgmp_map_parent {
	margin-bottom: 0;
}
form .yellow-btn {
	outline: none;
	border: 0;
	margin-top: 5px;
	padding: 16px 45px;
}
.detail-div a {
	color: #555555;
}
.detail-div a:hover {
	color: #deab53;
}
.inner-testimonial-text {
	display: block;
	margin-bottom: 50px;
	margin: 0px 10px 150px;
}
.inner-testimonial-text blockquote {
	background: #f1be63;
	padding: 30px;
	border-radius: 5px;
	position: relative;
}
.inner-testimonial-text blockquote:after {
	position: absolute;
	content: '';
	background: #f1be63;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	width: 42px;
	height: 28px;
	bottom: -27px;
	right: 50px;
}
.inner-testimonial-text h5 {
	float: right;
	font-size: 23px;
	padding-right: 30px;
	margin-top: 20px;
	text-align: right;
	color: #f1be63;
	font-family: 'CenturyGothic-Bold';
}
.inner-testimonial-text h5 span {
	display: block;
	font-family: 'CenturyGothic';
	color: #9b9d9d;
	font-size: 18px;
}
.tab-img {
	position: relative;
}
.step-number-div {
	position: absolute;
	left: 0;
	right: 0;
	color: #ffffff;
	top: -41px;
	border: 2px solid #555;
	border-radius: 50%;
	font-family: 'ProximaNova-Semibold';
	font-size: 41px;
	width: 80px;
	height: 80px;
	text-align: center;
	margin: 0 auto;
	padding-top: 24px;
	background: #555;
}
.main-tab:hover .step-number-div {
	border: 2px solid #f1be63;
	background: #f1be63;
}
.inner-tabs-area .main-tab {
	background: #fff;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 70px;
	padding-top: 100px;
	border: 5px solid #ececec;
	box-shadow: 0px 0px 28px 0px rgb(0, 0, 0, 0.08);
}
.inner-tabs-area .main-tab img {
	margin-bottom: 40px;
}
.blog-detail-tab div#jp-relatedposts {
	display: none !important;
}
.blog-detail-tab .post-img-tab img {
	border: 0;
	border-radius: 5px;
}
.info-tab-area {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.info-tab {
	display: inline-block;
	width: 25%;
	vertical-align: top;
	border: 5px solid #ececec;
	box-shadow: 0px 0px 28px 0px rgb(0, 0, 0, 0.08);
	padding: 30px;
	margin: 0px 1% 30px;
	border-radius: 5px;
	color: #555;
}
.info-tab img {
	margin-bottom: 20px;
}
.info-tab p {
	margin: 0;
}
.info-tab a {
	color: #555;
}
.info-tab a:hover {
	color: #f1bd64;
}
/*



-------------------------------------------------------------- 



CONTENT DIV STYLES



-------------------------------------------------------------- 



*/



.content-div {
	float: left;
	width: 100%;
	padding: 0px 0 0px;
	min-height: 500px;
}
.height-auto {
	min-height: auto !important;
}
.content-div ul {
	list-style: none;
	margin-bottom: 20px;
}
.content-div ul li {
	background: url(../images/tick-bullet.png) no-repeat;
	padding: 0 0 7px 40px;
}
.resources-tab img {
	width: 100%;
}
.content-div.height-auto {
	padding: 70px 0 60px;
}
.c-tab {
	text-align: center;
	margin-bottom: 60px;
}
.c-tab-img .twenty20 {
	margin: 0;
}
.c-tab-text {
	margin-top: 15px;
}
.simple-tab {
	background: #555555;
	display: inline-block;
	width: 45%;
	vertical-align: top;
	text-align: center;
	border-radius: 6px;
	padding: 30px;
	margin: 0 15px 30px;
	color: #f2be60;
}
.tech-div {
	text-align: center;
}
.simple-tab a {
	display: block;
	margin-top: 20px;
	color: #fff;
}
.simple-tab a:hover {
	text-decoration: none;
}
.form-control {
	border: 2px solid #ececec !important;
}
.form-control:focus {
	border: 2px solid #f1bd64 !important;
	color: #555 !important;
}
.manual-video-div {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
}

/*NEW Styling*/
.page-id-4108 .yellow-btn {
    background: #4ba3e6;
    border: 2px solid #4ba3e6;
    color: #fff;
}
.page-id-4108 .yellow-btn:hover {
	background:#fff;
	color:#555555;
}
.page-id-4108 .border-btn:hover {
    background: #ebecec;	
    border: 2px solid #ebecec;
}
.page-id-4108 .testimonial-area blockquote.easy_testimonial .testimonial_author .testimonial-client {
    color: #4ba3e6;
}
.page-id-4108 .testimonial-div {
    background: url(../images/quote-icon-b.png) no-repeat top center;
}
.page-id-4108 .testimonial-area blockquote.easy_testimonial .testimonial_author:before,
.page-id-4108 .testimonial-div:before,
.page-id-4108 .testimonial-div:after  {
    background: #4ba3e6;
}
.page-id-4108 .resources-tab {
    border: 5px solid #4ba3e6;
}
.page-id-4108 .main-tab:hover {
    background: #4ba3e6;
    color: #fff;
}
.page-id-4108 .main-tab:hover h4 {
    color: #fff;
}
.page-id-4108 .footer h5,
.page-id-4114 .footer h5,
.page-id-4116 .footer h5 {
    color: #4ba3e6;
}
.page-id-4114 .yellow-text-area {
    background: #4ba3e6;
	color:#fff;
}
.page-id-4114 .yellow-text-area h2 {
	color:#fff;
}
.page-id-4114 .resources-tab {
    border: 5px solid #4ba3e6;
}
.page-id-4114 .inner-download-area .resources-tab .yellow-btn {
    background: #4ba3e6;
    color: #fff;
}
.page-id-4114 .caption-text {
    color: #4ba3e6;
}
.page-id-4116 .yellow-text-area {
    background: #4ba3e6;
}
.page-id-4116 .yellow-text-area h2 {
	color:#fff;
}
.page-id-4116 .yellow-text-area .border-img {
    border: 5px solid #fff;
}
.page-id-4116 .simple-tab {
    background: #ffffff;
	color: #000;
}
.page-id-4116 .simple-tab a {
    color: #000;
}
.main-tab:hover .step-number-div {
    border: 2px solid #4ba3e6;
    background: #4ba3e6;
} 
 @media only screen and (max-width:1170px) {
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-size: 21px;
	padding: 0px 10px;
}
}
 @media only screen and (max-width:1024px) {
h2 {
	font-size: 42px;
}
.logo {
	float: none;
	display: block;
	margin: 13px auto 0;
}
.main-nav {
	float: right;
	margin-top: 24px;
	width: 100%;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary {
	text-align: center;
}
.banner-text {
	width: 49%;
	font-size: 20px;
	padding-top: 61px;
}
.banner-text big {
	font-size: 46px;
	line-height: 46px;
}
.banner-text big span {
	font-size: 29px;
}
.banner-logo {
	width: 181px;
}
.heading-div {
	margin-bottom: 60px;
}
.main-tab {
	padding: 40px 30px;
}
.main-tab-area {
	padding: 66px 0 80px;
}
.menual-guide-tab {
	margin-bottom: 80px;
}
.testimonial-div {
	font-size: 26px;
}
.testimonial-area blockquote.easy_testimonial .testimonial_body {
	line-height: 47px;
}
.resources-tab .yellow-btn {
	font-size: 16px;
}
.resources-area {
	padding: 80px 0 40px;
}
.yellow-btn {
	font-size: 19px;
}
.border-btn {
	font-size: 19px;
}
.caption-text {
	font-size: 24px;
	padding: 14px 30px;
}
.header {
	padding-bottom: 14px;
}
}
 @media (max-width: 991px) {
h1 {
	font-size: 45px;
	line-height: 54px;
}
h2 {
	font-size: 35px;
}
.main-tab {
	padding: 35px 14px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-size: 21px;
	color: #555;
	border-bottom: 1px solid #f7ce89;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child {
	background: #ebebeb;
	border-radius: 20px;
	margin: 15px 15px 0;
}
.main-nav {
	background: #f1bd64;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary {
	padding-bottom: 15px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child ul.mega-sub-menu {
	width: 100%;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	text-align: left;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child > a.mega-menu-link {
	padding-left: 9px;
	border: 0;
}
.banner-text {
	width: 57%;
	font-size: 18px;
	padding-top: 53px;
}
.banner-text big {
	font-size: 38px;
	line-height: 39px;
}
.banner-text big span {
	font-size: 24px;
}
.header {
	min-height: 144px;
}
.banner-text a {
	font-size: 15px !important;
	padding: 12px 26px !important;
}
.banner-image {
	margin-right: 5%;
}
.heading-div br {
	display: none;
}
.resources-tab {
	width: 45%;
	margin: 0px 2%;
}
.testimonial-div {
	font-size: 25px;
}
.testimonial-area blockquote.easy_testimonial .testimonial_body {
	line-height: 36px;
}
.testimonial-div h2 {
	display: none;
}
.caption-text {
	font-size: 20px;
	padding: 10px 30px;
}
.banner-caption-div h1 {
	margin-bottom: 10px;
}
.inner-download-area .resources-tab {
	width: 45%;
	margin: 0px 1.5% 30px;
}
.resources-area {
	padding: 70px 0 40px;
}
.info-tab {
	width: 31%;
	margin: 0px 0.5% 30px;
}
}
 @media (max-width: 767px) {
.main-tab {
	padding: 55px 45px;
	margin-bottom: 50px;
}
.menual-guide-tab {
	margin-bottom: 20px;
}
.testimonial-area .easy-t-cycle-controls div {
	width: 49px;
	height: 49px;
}
.testimonial-area .easy-t-cycle-controls .cycle-prev {
	left: -10px;
}
.testimonial-area .easy-t-cycle-controls .cycle-next {
	right: -10px;
}
.text-center img {
	float: none;
}
.simple-tab {
	margin: 0 2% 30px;
}
.info-tab {
	width: 100%;
	margin: 0px 0 30px;
}
.menual-guide-area {
	display: none;
}
.menual-guide-area.display {
	display: block;
}
}
 @media (max-width: 640px) {
.simple-tab {
	width: 100%;
	margin: 0 0 30px;
}
.banner-caption-div h1 {
	margin-bottom: 0px;
}
.caption-text {
	font-size: 17px;
	padding: 4px 19px 5px 10px;
}
}
 @media (max-width: 480px) {
h2 {
	font-size: 27px;
}
.resources-tab {
	width: 48%;
	margin: 0px 0.5% 30px;
}
.resources-tab .yellow-btn {
	font-size: 13px;
}
.inner-download-area .resources-tab .yellow-btn {
	font-size: 13px;
}
.banner-text a {
	display: none;
}
.banner-logo {
	width: 134px;
	margin-right: 0px;
	margin-top: -3px;
}
.banner-image {
	width: 80%;
	float: none;
	display: block;
	margin: 0px auto;
}
.banner-video-div {
	top: 11.7%;
}
.banner-text big {
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 6px;
	display: block;
}
.banner-text big span {
	font-size: 22px;
}
.banner-text {
	font-size: 18px;
	padding-top: 20px;
	line-height: 25px;
	width: 100%;
	text-align: center;
}
.heading-div {
	font-size: 20px;
}
.menual-guide-area .heading-div img {
	width: 90%;
}
.testimonial-area blockquote.easy_testimonial .testimonial_author {
	margin-top: 10px;
}
.testimonial-div {
	font-size: 20px;
}
.testimonial-area blockquote.easy_testimonial .testimonial_body {
	line-height: 29px;
}
/*.caption-text {
	display: none;
}*/
h1 {
	font-size: 40px;
}
h3 {
	font-size: 23px;
}
}
 @media (max-width:450px) {
.video-icon img {
	width: 41px;
}
.social-div {
	width: 100%;
	text-align: center;
}
footer .juva-logo {
	width: 100%;
	text-align: center;
}
.social-div .socialmedia-buttons.smw_left {
	text-align: center;
	margin-bottom: 20px;
}
.testimonial-area blockquote.easy_testimonial .testimonial_author::before {
	display: none;
}
.testimonial-area blockquote.easy_testimonial .testimonial_author cite {
	float: right;
	margin-right: 0;
}
.logo {
	width: 90%;
}
.resources-area h2 {
	margin-bottom: 40px;
}
.resources-area {
	padding: 80px 0 0px;
}
.testimonial-area .easy-t-cycle-controls div {
	width: 43px;
	height: 44px;
}
.testimonial-div {
	background-size: 110px;
	padding-top: 130px;
}
.testimonial-div::before, .testimonial-div::after {
	width: 31%;
	top: 46px;
}
.border-btn {
	font-size: 17px;
}
.main-tab-area {
	padding: 66px 0 40px;
}
.testimonial-area blockquote.easy_testimonial .testimonial_author .testimonial-client {
	font-size: 20px;
}
.testimonial-area blockquote.easy_testimonial .testimonial_author .testimonial-other, .testimonial-area blockquote.easy_testimonial .testimonial_author .testimonial-position {
	font-size: 16px;
}
.testimonial-area blockquote.easy_testimonial .testimonial_author cite {
	width: 100%;
}
.menual-guide-area {
	padding-bottom: 100px;
}
.main-tab img {
	margin-bottom: 40px;
}
.main-tab {
	padding: 45px 35px;
}
.main-tab h4 {
	margin-bottom: 25px;
}
.banner-area {
	margin-top: 20px;
}
.inner-banner img {
	min-height: 120px;
	object-fit: cover;
}
.banner-caption-div h1 {
	margin-left: 0;
}
h1 {
	font-size: 35px;
	line-height: 32px;
}
.step-number-div {
	top: -36px;
	font-size: 36px;
	width: 75px;
	height: 75px;
	padding-top: 20px;
}
.main-tab {
	padding: 30px 20px;
}
.caption-text {
	font-size: 12px;
	font-weight: bold;
}
.banner-caption-div h1 {
	margin-bottom: 10px;
}
}
@media (max-width:375px) {
.banner-text big {
	font-size: 30px;
	margin-bottom: 7px;
}
.banner-text big span {
	font-size: 21px;
}
.banner-text {
	font-size: 17px;
}
.inner-download-area .resources-tab {
	width: 100%;
	margin: 0px 0 30px;
}
.resources-tab {
	width: 95%;
}
.testimonial-div::before, .testimonial-div::after {
	width: 28%;
}
.testimonial-div {
	padding-top: 120px;
	background-size: 94px;
}
.caption-text {
	font-size: 9px;
}
.caption-div {
	margin-top: 8px;
	padding: 2px;
}
}
