/*
    Name: Minimal
    Description: Responsive Landing Page
    Version: 1.0
    Author: Schintu Desing

    TABLE OF CONTENTS
    ---------------------------
     1. General
     2. Header
     3. Slider
     4. Footer
     5. Responsive CSS
*/


/* ================================= */
/* :::::::::: 1. General ::::::::::: */
/* ================================= */

html, body {
	font-size: 14px;
	font-family: Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
}

a, a:link {
	color: rgba(255, 255, 255, 0.6);
	font-weight: 900;
	text-decoration: none;
}
a:hover {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
}


::-webkit-input-placeholder { /* WebKit browsers */
 color:    #FFFFFF;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #FFFFFF;
 opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #FFFFFF;
 opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
 color:  #FFFFFF;
}
/* ================================= */
/* :::::::::: 2. Header :::::::::::: */
/* ================================= */
.grey-bg {
	font-family: 'Avenir LT Std';
    color: #1E2D3B;
	line-height:22px;
}
.left-align {
	text-align:left;
}
.center-align {
	text-align:center;
}
.bigger img {
	width:70px;
}
.orange-bg {
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:22px;
}
.orange-bg p {
	padding-top:25px;
}
.middle-box {
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}
.left-shft {
	margin-left:-55px;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Roman.eot');
    src: url('../fonts/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirLTStd-Roman.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Roman.woff') format('woff'),
        url('../fonts/AvenirLTStd-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT StdSemiBold';
    src: url('../fonts/AvenirLTStd-Book.eot');
    src: url('../fonts/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirLTStd-Book.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Book.woff') format('woff'),
        url('../fonts/AvenirLTStd-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT StdBold';
    src: url('../fonts/AvenirLTStd-Medium.eot');
    src: url('../fonts/AvenirLTStd-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirLTStd-Medium.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Medium.woff') format('woff'),
        url('../fonts/AvenirLTStd-Medium.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'HelveticaItalic';
    src: url('HelveticaNeue-UltraLightItal.eot');
    src: url('HelveticaNeue-UltraLightItal.eot?#iefix') format('embedded-opentype'),
        url('HelveticaNeue-UltraLightItal.woff2') format('woff2'),
        url('HelveticaNeue-UltraLightItal.woff') format('woff'),
        url('HelveticaNeue-UltraLightItal.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('HelveticaNeue-UltraLight.eot');
    src: url('HelveticaNeue-UltraLight.eot?#iefix') format('embedded-opentype'),
        url('HelveticaNeue-UltraLight.woff2') format('woff2'),
        url('HelveticaNeue-UltraLight.woff') format('woff'),
        url('HelveticaNeue-UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}


.welcome {
	float: left;
	width: 100%;
}
.welcome .logo {
	float: left;
	position:fixed;
	left:2%;
	z-index:999;
	top:3%;
}
.social-icons {
	position:absolute;
	right:5%;
	z-index:999;
	top:2%;
}
.social-icons li {
	list-style: none;
	text-align: center;
	padding-top: 8px;
	float: left;
	margin-left: 25px;
	opacity: 0.5;
}

.social-icons li a {
	color: #3B3A3A;
    transition: color 0.4s ease 0s;
	font-family: 'Avenir LT Std';
	text-transform:uppercase;
	font-size:14px;
	text-decoration:none;
	font-weight:normal !important;
}
.social-icons li a:hover {
	color:#edcd1f;
}
.social-icons li i {
	font-size: 19px;
}
/* ================================= */
/* :::::: 3. Slider ::::::: */
/* ================================= */

#slider.container {
	position: relative;
	height: 99%;
	vertical-align: middle;
}
.bxslider .title {
	text-align: center;
	color: #ffffff;
	font-size: 60px;
	font-weight: 900;
	line-height: 1.3em;
}
.bxslider .title span {
	color: #F79862;
}
.bxslider h3 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}
.bx-wrapper {
	position: relative;
	padding: 0;
    *zoom: 1;
	top: 22%;
	bottom: 22%;
}
/* :::::: Mouse Scroller ::::::: */

.bxslider .scroller {
	margin: 50px auto 0 auto;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 900;
	width: 150px;
	text-align: center;
}
.bxslider .scroller a, .bxslider .scroller a:link {
	color: rgba(255, 255, 255, 0.6);
	font-weight: 900;
	text-decoration: none;
}
.bxslider .scroller a:hover {
	color: rgba(255, 255, 255, 0.9);
}
.bxslider .scroller span {
	margin: 40px auto 10px auto;
	width: 25px;
	height: 40px;
	text-align: center;
	border: 2px solid #ffffff;
	display: block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.bxslider .scroller span.scroll-down {
	display: block;
	width: 4px;
	height: 7px;
	background: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin: 10% auto auto auto;
	-webkit-animation: scroll-inner 1s;
	animation: scroll-inner 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease
}
 @-webkit-keyframes scroll-inner {
 from {
margin-top: 15%;
}
 to {
margin-top: 50%;
}
}
@keyframes scroll-inner {
 from {
margin-top: 15%;
}
 to {
margin-top: 50%;
}
}
@-webkit-keyframes scroll-mouse {
 from {
margin-top: 0;
}
 to {
margin-top: 15px;
}
}
@keyframes scroll-mouse {
 from {
margin-top: 0;
}
 to {
margin-top: 15px;
}
}
#thank-you.container {
	position: relative;
	height: 100%;
}
#thank-you div {
	top: 20%;
	position: relative;
}
#thank-you h2 {
	text-align: center;
	color: #ffffff;
	font-size: 60px;
	font-weight: 900;
	line-height: 1.3em;
}
#thank-you span {
	color: #F79862;
}
/* ================================= */
/* :::::: 4. Footer ::::::: */
/* ================================= */

#footer {
	min-height: 50px;
	position: relative;
	background-color: #fff;
	width: 100%;
	bottom: 0;
}
#footer .social-icons {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 205px;
}
#footer .social-icons li {
	margin-top: 20px;
	margin-bottom: 20px;
}
#footer .social-icons ul {
	padding: 0;
}
/* Email-form */
.email-form {
	float: left;
	width: 100%;
	margin: 40px 0;
	text-align: center;
}
.email-form h4 {
	text-align: center;
	color: #ffffff!important;
	font-size: 24px!important;
	font-weight: 900!important;
}
.email-form h4 span {
	color: #F79862!important;
}
.newsletter {
	margin-top: 30px;
}
.newsletter input {
	background: #ffffff;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	width: 320px;
	height: 60px;
	border: none;
	font-weight: 900;
	font-size: 14px;
	font-family: inherit;
	color: #999999;
	padding-left: 30px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #d6d6d6;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #d6d6d6;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #d6d6d6;
}
:-moz-placeholder { /* Firefox 18- */
 color: #d6d6d6;
}
.newsletter button {
	background: #F79862;
	color: #ffffff;
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomright: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	width: 176px;
	height: 60px;
	border: none;
	padding: 0;
	margin-left: -5px;
	font-weight: 900;
	font-size: 14px;
	font-family: inherit;
}
.nav-mobile {
	display:none;
	background-color:#FFF;
	padding-bottom:15px;
	padding-top:15px;
	position:fixed;
	top:0;
	z-index:9999;
	width:100%;
	left:0;
}
.mobile-menu {
	display:none;
	position:absolute;
	top:75px;
	z-index:9999;
	background-color:#FFF;
	left:0;
	width:100%;
}
#menu-main-menu-1 {
	padding-left:0px;
}
.mobile-menu #menu-main-menu-1 li {
	list-style-type:none;
	border-bottom:1px solid #f37124;
}
.mobile-menu #menu-main-menu-1 li a {
	color:#3B3A3A !important;
	text-decoration:none;
	text-transform:uppercase !important;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:15px;
	display:block;
	font-weight:normal !important;
}
.nav-mobile img {
	width:80px;
	margin-left:20px;
}
.fa-bars {
	font-size:30px;
	color:#3B3A3A;
}

/* ================================= */
/* :::::: 5. Responsive CSS ::::::: */
/* ================================= */

@media only screen and (max-width: 1366px) {
}

@media only screen and (max-width: 1036px) {
}

@media only screen and (max-width: 768px) {
.bxslider .title, #thank-you h2 {
	font-size: 50px;
	line-height: 1.2em;
}
.welcome,.mobile-menu {
	display:none;
}
.nav-mobile {
	display:block;
}
.button-section {
	padding-top:5px !important;
}
.vc_btn3-container.vc_btn3-right,.vc_btn3-container.vc_btn3-left {
    text-align: center !important;
}
.mid-section div {
	text-align:center !important;
}
.left-shft {
	margin-left:0px !important;
}
.left h1:before {
	left:35% !important;
}
.contact-form {
	padding-right:50px;
}
.wpcf7-form-control-wrap input[type="text"],.wpcf7-form-control-wrap input[type="email"],.wpcf7-form-control-wrap textarea {
	width:100% !important;
}
}

@media only screen and (max-width: 736px) {
}

@media only screen and (max-width: 667px) {
}

@media only screen and (max-width: 568px) {
.bxslider .title, #thank-you h2 {
	font-size: 40px;
	line-height: 1.1em;
}
.email-form h4 {
	font-size: 18px!important;
}
.newsletter input {
	width: 70%;
	height: 40px;
	margin-bottom: 15px;
	-webkit-border--radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.bxslider .scroller {
	margin-top: 50px;
}
.newsletter button {
	height: 40px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
#footer {
}
}

@media only screen and (max-width: 414px) {
}

@media only screen and (max-width: 320px) {
}
.top {
	height:5px;
	background-color:#c6c6c6;
	width:100%;
	top:0;
}

/*=== mystyles ====*/
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom {
	padding-left:28px !important;
	font-size:35px;
	font-weight:bold;
	padding-right: 28px !important;
}
.orange-box {
	border: 0px solid rgba(255, 222, 95, 1);
    background-color: rgba(243, 113, 36, 1);
    border-radius: 0;
    box-shadow: 2.83px 2.83px 0px 0px rgba(158,75,25,1);
	color:#fff;
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	font-size:17px;
	font-family: 'Avenir LT Std';
}
.style-k13warelbg {
    border-radius: 0;
    background-color: rgba(219, 219, 219, 1);
    border: 0px solid rgba(219, 219, 219, 1);
    position: relative;
    top: 0;
    right: 0;
    bottom: 10px;
    left: 0;
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
	font-weight:bold;
	font-family: 'Avenir LT Std';
	font-size:18px;
	padding-left:10px;
	padding-right:10px;
	line-height:20px;
}
.style-k13warelbg:after {
	
}
.wpb_content_element.style-k13warelbg,.triangle_down1.wpb_content_element,.step.wpb_content_element {
	margin-bottom:0px !important;
}
.triangle_down1 {
	position: relative;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #dbdbdb;
	font-size: 0;
	line-height: 0
}
.step h2 {
	color: #3B3A3A;
	font-size:22px;
	text-align:center;
	font-weight:bold;
}

.vc_general.vc_btn3:focus, .vc_general.vc_btn3:hover {
    border: 2px solid #000 !important;
    text-decoration: none;
    color: #4868cf;
}
.step {
	padding-bottom:15px;
}
.arrow-right {
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	width:40px;
	height:40px;
	position:absolute;
}
.arrow-1 {
	top: 160px;
    left: 210px;
}

.contact-section {
	color:#3B3A3A;
	font-family: 'Avenir LT Std';
	font-size:17px;
}
.contact-section a {
	color:#3B3A3A !important;
	text-decoration:none;
	font-weight:normal;
}
.contact-section h3 {
	font-weight:bold;
	color:#1E2D3B;
}
.wpcf7-form-control-wrap input[type="text"],.wpcf7-form-control-wrap input[type="email"] {
	  border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-width: 1px;
    background-color: rgba(247, 247, 247, 1);
    box-sizing: border-box !important;
    color: #3B3A3A;
    border-style: solid;
    border-color: rgba(247, 247, 247, 1);
    padding: 5px;
    margin: 0;
    width: 123%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-overflow: ellipsis;
	font-weight:normal;
	font-family: 'Avenir LT Std';
}
.wpcf7-form-control-wrap textarea {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-width: 1px;
    background-color: rgba(247, 247, 247, 1);
    box-sizing: border-box !important;
    color: #3B3A3A;
    border-style: solid;
    border-color: rgba(247, 247, 247, 1);
    padding: 5px;
    margin: 0;
    width: 122%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-overflow: ellipsis;
	font-weight:normal;
	font-family: 'Avenir LT Std';
}
.wpcf7-form p {
	padding-bottom:4px !important;
	margin-bottom:-16px !important;
}
.wpcf7-submit {
	margin-top:25px !important;
	float:right;
	background-color:#f37124;
	color:#fff;
	text-align:center;
	font-family: 'Avenir LT Std';
	font-weight:bold;
	font-size:14px;
	border:0;
	padding-top:10px;
	padding-bottom:10px;
	width:150px;
	margin-right: 95px;
}
.wpcf7-submit:hover {
	background-color: rgba(237, 205, 31, 1);
	border-color: rgba(247, 247, 247, 1);
	color:#000;
}
.assesment h3 a {
	font-weight: bold !important;
    color: #1E2D3B !important;
	font-size: 24px !important;
}
#footer p {
	font-family: 'Avenir LT Std';
    color: #3B3A3A;
	padding-top:33px;
	font-size:15px;
}
h1 {
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
  font-size:22px !important;
}
h1:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 25%;
    border-bottom: 5px solid rgba(243, 113, 36, 1);
}

.left h1:before{
    content: "";
    position: absolute;
    width: 30%;
    height: 1px;
    bottom: 0;
    left: 1%;
    border-bottom: 5px solid rgba(243, 113, 36, 1);
}
.contact-form {
	padding-right:150px;
}

.top-line {
	border-top: 5px solid rgba(243, 113, 36, 1);
	width:20%;
	height:1px;
}
.home {
	height:100%;
}
.welcome-text {
	text-align:center;
	padding-top:175px;
}
.welcome-text h1 {
	 font-family: 'Avenir LT Std';
	 font-size:60px !important;
	 color: #3B3A3A;
	 font-weight:bold !important;
	 letter-spacing:2px;
}
.welcome-text h1 span {
	color:#F37124;
	margin-bottom:-25px;
}

.welcome-text h1:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 25%;
    border-bottom: 0 !important;
}

.welcome-text h2 {
	font-family: 'Avenir LT Std';
	font-size:30px;
	color: #3B3A3A;
	margin-top:-20px;
	font-weight:bold;
	font-style:italic;
}
.welcome-text h3 {
	font-family: 'Avenir LT Std';
	font-size:47px;
	font-style:italic;
	color: #232323;
	font-weight:bold;
	margin-top:-5px;
}
.home .vc_general {
	width:235px;
	font-weight:normal !important;
}
.vc_general.vc_btn3:hover {
	border:0 !important;
}



.fa-chevron-down {
	color:#fff !important;
	font-size:35px;
	text-decoration:none;
	position:absolute !important;
	bottom:0 !important;
	text-decoration:none !important;
	color: rgba(255, 255, 255) !important;
}
.fa-chevron-down:hover {
	color:#fff !important;
}

.splash {
	background-attachment:fixed;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.subpage h1 {
	color:#414141 !important;
	font-family: 'Avenir LT Std';
	font-size:55px !important;
	font-weight:bold !important;
	padding-top:20px;
}
.subpage h1:before{
	content: "";
	position: absolute;
	width: 20%;
	height: 1px;
	bottom: 0;
	left: 1% !important;
	border-bottom: 5px solid rgba(243, 113, 36, 1);
}
.about-txt {
	font-family: 'Helvetica' !important;
	font-weight:normal !important;
	font-size:17px;
	line-height:32px;
	color: #3B3A3A;
}
.about-txt strong {
	color:#414141;
	font-size:23px;
	font-family: 'Avenir LT Std' !important;
}
.left-logo {
	float:left;
}
.right-hamburger {
	float:right;
	padding-top:15px;
	padding-right:15px;
	cursor:pointer;
}
.button-section {
	padding-top:125px;
}