/*@font-face {
    font-family: 'helveticaregular';
    src: url('../fonts/helvetica-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/
body, h1, h2, h3, h4, h5, h6, input[type=text], input[type=password], input[type=email], textarea, select, input[type=button], input[type=submit], button, body .pac-container {
	font-family: Helvetica, Arial, sans-serif;
}

.text-upper {
	text-align: center;
	margin-top: 22px;
	width: 100%;
	float: left;
	color: #FFB500;
}

.gray-bg {
	background-color: #f8f8f8;
}
.header-extra-menu {
	border: none;
}
.header-extra-menu .button {
	background: none;
	font-weight: 600;
    color: #333;
    box-shadow: none;
    margin: 0 30px;
    padding: 0;
}
.front-page-section {
	padding: 50px 0;
	font-family: Helvetica, Arial, sans-serif;
}
.banner-section {
	background-color: #2b5468;
}
.front-page-section.banner-section {
	padding: 0;
}
.section-header {
	font-size: 42px;
    font-weight: 700;
    color: #333;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 10px;
    font-family: Helvetica, Arial, sans-serif;
}
.section-sub-header {
	font-size: 34px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-family: Helvetica, Arial, sans-serif;
}
.section-text {
	padding-top: 10px;
	font-family: Helvetica, Arial, sans-serif;
}
.entry-content p,
.entry-content ul li,
.entry-content ol li {
	font-size: 16px;
    line-height: 1.5;
    font-family: Helvetica, Arial, sans-serif;
}
.entry-content ul,
.entry-content ol {
	padding-left: 20px;
}
.entry-content ul li,
.entry-content ol li {
	padding-bottom: 8px;
}
.front-page-section img {
	max-width: 100%;
}
.banner-section .section-header,
.banner-section .section-sub-header,
.banner-section .entry-content p, 
.banner-section .entry-content ul li, 
.banner-section .entry-content ol li {
	color: #fff;
}
.banner-bottom-section {
	background-color: #f8f8f8;
}
.banner-section .banner-left {
	padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 50px;
    padding-left: 100px;
}
.section-header.banner-heading {
	font-size: 45px;
	text-transform: uppercase;
}
.banner-step-list ul {
	list-style-type: none;
	padding-left: 0;
}
.banner-step-list ul li {
	color: #fdaf17 !important;
	padding-bottom: 15px;
	font-size: 18px;
	line-height: 1.2;
}
.banner-btn-list a {
	background-color: #fdaf17 !important;
	color: #000;
	height: 48px;
	line-height: 48px;
	-webkit-border-radius: unset;
	border-radius: unset;
	padding: 0 35px;
	display: inline-block;
	font-size: 20px;
	margin-left: 10px;
	font-family: Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.banner-btn-list a:first-child {
	margin-left: 0;
}
.banner-btn-list a:hover {
	color: #fff;
}
.banner-btn-list {
	
}


.working-process-section .section-sub-header {
	text-align: center;
	margin-bottom: 30px;
}
.working-process-container {
	/*overflow-x: hidden;*/
	text-align: center;
}
.working-process-container img {
	display: inline-block;
}
.working-process-container-inner {
	margin: 0 -40px;
}
.working-process-col {
	width: 33.33%;
	padding: 40px 40px;
	position: relative;
}
.working-process-col:nth-child(4),
.working-process-col:nth-child(5) {
	width: 50%;
}
.working-process-col:nth-child(4) {
	text-align: center;
}
.working-process-col:nth-child(5) {
	text-align: right;
}
.working-process-col:after {
	content: "\f061";
    font-family: FontAwesome;
    font-weight: 700;
    color: #fdaf17;
    font-size: 30px;
    position: absolute;
    top: 49%;
    right: -20px;
}
.working-process-col:nth-child(3):after {
    bottom: -10px;
    top: unset;
    right: 49%;
    content: "\f063";
}
.working-process-col:nth-child(5):after {
    top: 49%;
    right: unset;
    left: 10px;
    content: "\f060";
}
.working-process-col:nth-child(4):after {
	display: none;
}
.working-process-col .working-process-col-inner {
	max-width: 237px;
	display: inline-block;
}

.yt-video-container {
	position: relative;
}
.yt-video-container:before {
    padding-top: 56.25%;
    display: block;
    content: '';
}
.yt-video-container iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.vimeo-video-container {
	position: relative;
}
.vimeo-video-container:before {
    padding-top: 56.25%;
    display: block;
    content: '';
}
.vimeo-video-container iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/*nav section*/
.nav-section {
	padding: 15px 35px;
	font-family: Helvetica, Arial, sans-serif;
}
.nav-section-inner {
	overflow-x: hidden;
}
.nav-section ul {
	margin: 0 -18px;
	padding: 0;
}
.nav-section ul li {
	list-style-type: none;
	display: inline-block;
	padding: 0 18px;
}
.nav-section ul li a {
	display: inline-block;
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 16px;
	font-weight: 600;
}
.nav-section ul li a:hover {
	color: #fdaf17;
	font-size: 
}
.right-side .header-widget a.button {
	background-color: #fdaf17 !important;
    color: #000;
    height: 48px;
    line-height: 48px;
    -webkit-border-radius: unset;
    border-radius: unset;
    padding: 0 35px;
    display: inline-block;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.right-side .header-widget a.button:hover {
	color: #fff !important;
}

.step-section .section-sub-header {
	margin-bottom: 35px;
}
.service_img_1 .img-mobile {
	display: none;
}
.mobile-menu {
	position: absolute;
	right: 20px;
	top: 0;
	width: 35px;
	height: 100%;
	display: block;
}
.menu-humberger {
	display: inline-block;
		cursor: pointer;
		margin-top: 18px;
}
.menu-humberger > div {
	width: 35px;
  	height: 5px;
  	background-color: #2b5468;
  	margin: 6px 0;
  	-webkit-transition: 0.4s;
  	transition: 0.4s;
}
.menu-humberger.active > div {
	-webkit-transform: rotate(-45deg) translate(-8px, 6px);
		transform: rotate(-45deg) translate(-8px, 6px);
}
.menu-humberger.active .bar2 {opacity: 0;}

.menu-humberger.active .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
.mobile-menu .mobile-menu-content {
	position: absolute;
    top: 82px;
    right: -20px;
    max-height: 315px;
    overflow-y: auto;
    width: 320px;
    display: none; 
    background: #f8f8f8;
    padding: 20px 20px 0 20px;
}
.mobile-menu .mobile-menu-content ul {
	padding-left: 0;
	list-style-type: none;
}
.mobile-menu-content ul.mobile-normal-menu-list li {
	padding-bottom: 10px;
	display: block;
	font-size: 16px;
	font-weight: 600;
}
.mobile-menu-content ul.mobile-menu-button-list li.signup-btn-list {
	display: none;
}
.mobile-menu-content ul.mobile-normal-menu-list li a {
	display: inline-block;
	color: #000;
}
.mobile-menu-content a.button {
	background-color: #fdaf17 !important;
    color: #000;
    height: 48px;
    line-height: 48px;
    -webkit-border-radius: unset;
    border-radius: unset;
    padding: 0 35px;
    display: inline-block;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
#header .right-side {
	right: 75px;
}
#desktop-menu {
	display: none;
}
@media screen and (max-width: 1366px){
	.banner-section .banner-left {
		padding-left: 15px;
	}
}
@media screen and (max-width: 1239px){
	.section-header.banner-heading {
		font-size: 40px;
	}
	.banner-section .banner-left {
		padding-right: 40px;
	}
}
@media screen and (max-width: 1100px){
	.mobile-menu .mobile-menu-content {
		top: 76px;
	}
}
@media screen and (max-width: 1099px){
	.banner-section {
		/*margin-top: 76px;*/
	}
	.banner-section .banner-left {
		padding-right: 20px;
	}
	.section-header,
	.section-header.banner-heading {
		font-size: 38px;
	}
}
@media screen and (max-width: 991px){
	.banner-btn-list a.join-menumaster {
		margin-left: 0;
	}
}
@media screen and (max-width: 768px){
	.section-header.banner-heading {
		font-size: 32px;
	}
	.section-header {
		font-size: 32px;
	}
	.section-sub-header {
		font-size: 26px;
	}
	.banner-btn-list a {
		padding: 0 15px;
		font-size: 18px;
	}
	.banner-btn-list a.join-menumaster {
		margin-left: 10px;
	}
}
@media screen and (max-width: 767px){
	.front-page-section {
		padding: 40px 0;
	}
	.template-image-section .column {
		margin-bottom: 30px;
	}
	.banner-bottom-section .left-col {
		padding-bottom: 30px;
	}
	.banner-section .banner-left {
		padding-bottom: 30px;
	}
	.header-widget .button-sign-up {
		display: none;
	}
	.header-extra-menu {
		display: none;
	}
	.banner-section {
	    margin-top: 0;
	}
	.service_img_1 .img-desktop {
		display: none;
	}
	.service_img_1 .img-mobile {
		display: block;
	}

	.header-widget {
	    padding: 0 15px;
	}
	.right-side .header-widget a.button {
		padding: 0 18px;
	}
	.right-side .header-widget a.button.button-sign-up {
		display: none;
	}
	.mobile-menu-content ul.mobile-menu-button-list li.signup-btn-list {
		display: block;
	}
}
@media screen and (max-width: 640px){
	.section-header {
		font-size: 32px;
	}
	.section-sub-header {
		font-size: 26px;
	}
}
@media screen and (max-width: 575px){
	.template-image-section .column {
		text-align: center;
	}
}
