/*Universal Style*/
body { font-family: 'Proxima Nova', Arial, Helvetica Neue, Helvetica, sans-serif !important; font-weight: 400; position: relative; color: #333; }
a, a:visited, a:focus, a:active, a:hover { text-decoration: none; outline: none; }
a, button { -webkit-transition: 0.3s; transition: 0.3s }
section { padding: 80px 0; position: relative; }
h1, h2, h3, h4, h5, h6 { font-weight: 600; margin: 0px; color: #252525; line-height: 1em; }
h1 { font-size: 68px; font-weight: bold; letter-spacing: 0.2px }
h2 { font-size: 48px; font-weight: bold; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }
p { font-size: 16px; color: #333; line-height: 1.4em; font-weight: 400; letter-spacing: 0.4px; }
p:last-child { margin-bottom: 0px; }
a.btn { border-radius: 30px; padding: 9px 30px; text-transform: uppercase; font-weight: 600; font-size: 16px; letter-spacing: 2px; text-align: center; }
ul { list-style: none; padding: 0px; margin-bottom: 0px; }
.btn-primary { color: #fff; background-color: #ff6317; border-color: #ff6317; }
.btn-primary:hover, .btn-primary:focus { color: #fff; background-color: #ff6317; border-color: #ff6317; }
.overlay { background-repeat: no-repeat; background-size: cover; background-position: center; }
.overlay:before { background-color: rgba(0, 0, 0, 0.7); position: absolute; content: ""; left: 0px; right: 0px; top: 0px; bottom: 0px; z-index: 1; }
.overlay .container { z-index: 2; position: relative; }
.section-title { text-align: center; }
.section-title h2 { display: inline-block; position: relative; color: #252525; }
.padding-left10 { padding-left: 10%; }
.padding-right10 { padding-right: 10%; }
.section-image img { width: 100%; height: auto; }
.bg-dark { background-color: #ff6317 !important }
.bg-dark .section-title h2:after { background-color: #fff; }
.bg-light { background-color: #fafafa; }

/* Navbar style
================================*/
.navbar { padding: 15px 0px; border-radius: 0px; margin: 0px; border: none !important; background-color: transparent; z-index: 111 }
.navbar li a { letter-spacing: 1px; color: #fff; font-size: 16px; font-weight: 400; padding: 20px 12px !important; display: inline-block; }
.navbar li:hover a, .navbar li.active a { color: #ff6317; }
.navbar li a.btn { margin: 12px 0px 11px 10px; padding: 8px 30px !important; font-weight: 600 !important; letter-spacing: 2px !important; color: #fff !important; }
.fixed { position: fixed; top: 0; left: 0; width: 100%; }
.navbar ul { list-style: none; margin: 0px; padding: 0px; }
.navbar-brand { height: auto; padding: 20px 15px; }
span.icon-bar { background: #fff; }
.navbar-toggle { background-color: #ff6317; }
.navbar-brand { padding-top: 0px; padding-bottom: 0px; }
.navbar-brand a img { max-width: 170px; height: auto; }
.navbar.dark-header { background: #252525; }
.btn_responsive { float: right; margin-right: 15px; display: none; }
.navbar-collapse { padding: 0px !important; }

/* Hero Section style
================================*/
.hero-section { height: 100vh; color: #fff; background-image: url(../images/hero_banner.jpg); }
.hero-caption { text-align: center; position: absolute; z-index: 2; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; padding: 0px 20px; }
.hero-caption h1 { margin-bottom: 0px; color: #fff; }
.hero_scroll { z-index: 11; position: absolute; bottom: 20px; text-align: center; width: 100%; }
.hero_scroll span:first-child { margin-bottom: 10px; }
.hero_scroll span { display: block; clear: both; font-size: 16px; color: #fff; }

/* Common Section style
================================*/

/*Features Section*/
.feature_list { width: 100%; margin-top: 50px; float: left; }
.feature_list .fl { float: left; width: 33%; }
.feature_list .fl li { font-size: 18px; font-weight: 600; line-height: 28px; width: 100%; position: relative; margin-bottom: 18px; }
.feature_list .fl li:last-child { margin-bottom: 0px; }
.feature_list .fl_monitor { float: left; width: 33%; padding: 0px 15px; text-align: center; }
.feature_list .fl_monitor img { max-width: 100%; }
.feature_list .fl li:before { background-position: center; background-size: 27px auto; background-repeat: no-repeat; position: absolute; content: ""; height: 27px; width: 30px; background-image: url(../images/rightmark.png); top: 0px; }
.feature_list .fl_left li { text-align: right; padding-right: 40px; }
.feature_list .fl_right li { text-align: left; padding-left: 40px; }
.feature_list .fl_left li:before { right: 0px; }
.feature_list .fl_right li:before { left: 0px; }
.hidedesktop { display: none; }
.pro_description { background-image: url(../images/description_banner.jpg); text-align: center; }
.description_content { width: 100%; text-align: center; max-width: 900px; width: 100%; margin: 0px auto; }
.description_content p { font-weight: bold; font-size: 34px; color: #fff; line-height: 1.4em; letter-spacing: 1px; margin-bottom: 0px; }
.youtube_video { width: 60%; float: left; }
.video_frame { width: 100%; float: left; padding-bottom: 56.25%; position: relative; }
.video_frame iframe { width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; }
.video_content { float: left; width: 40%; padding-left: 4%; }
.video_content h4 { font-weight: bold; font-size: 34px; line-height: 1.1em }
.video_content p { margin-top: 15px; line-height: 1.4em; font-size: 20px; }

/* Footer Section style
================================*/
.footer { background-color: #252525; padding: 20px 0px; text-align: center; }
.footer p { margin-bottom: 0px; color: #fff; line-height: normal; }

/*New Video Section*/
.front_video { background-color: #fafafa; }
.fv_box { float: left; width: 50%; }
.fv_box:first-child { padding-right: 20px; }
.fv_box:last-child { padding-left: 20px; margin-top: 70px; }
.fv_box-title { margin-bottom: 20px; width: 100%; float: left; }
.fv_box-video { width: 100%; float: left; position: relative; padding-bottom: 56.25%; border: 2px solid #d4d4d4; }
.fv_box-video iframe { width: 100%; position: absolute; left: 0px; top: 0px; height: 100%; }

/* Media Queries
================================*/
@media screen and (max-width:1200px) {
	.container { max-width: 100% !important; width: 100%; }
}
@media screen and (max-width:1180px) {
	.video_content h4 { font-size: 32px; line-height: 1.2em; }
	.fv_box:first-child { padding-right: 15px; }
	.fv_box:last-child { padding-left: 15px; margin-top: 50px; }
}
@media screen and (max-width:1090px) {
	h1 { font-size: 56px; line-height: 1em; }
	h2 { font-size: 42px; }
	h3 { font-size: 22px; }
	h4 { font-size: 18px; }
	h5 { font-size: 16px; }
	h6 { font-size: 14px; }
	.video_content h4 { font-size: 30px; line-height: 1.2em; }
	.video_content p { font-size: 17px; }
}
@media screen and (max-width:1023px) {
	.feature_list .fl li { font-size: 16px; line-height: 20px; margin-bottom: 15px; }
	.feature_list .fl li:before { background-size: 20px auto; height: 20px; width: 20px; }
	.feature_list .fl_right li { text-align: left; padding-left: 30px; }
	.feature_list .fl_left li { text-align: right; padding-right: 30px; }
	.feature_list { margin-top: 30px; }
	section { padding: 60px 0; position: relative; }
	.video_content h4 { font-size: 28px; line-height: 1.1em; }
}
@media screen and (min-width:992px) {
	.navbar ul { width: calc(100% - 200px); }
	li.nav-item.removembl { float: right; }
}
@media screen and (max-width:991px) {
	.navbar-brand { width: auto; float: left; }
	.navbar-toggle { margin-top: 4px; margin-bottom: 4px; }
	.navbar { padding: 10px 0px; }
	div#bs-example-navbar-collapse-1 { position: absolute; top: 100%; width: 100%; left: 0px; right: 0px; margin: 0px !important; margin-top: -2px !important; border-top: 1px solid rgba(255, 255, 255, 0.1); }
	div#bs-example-navbar-collapse-1 ul { background: #252525; float: left !important; width: 100%; display: block; margin: 0px !important; padding: 0px !important; }
	div#bs-example-navbar-collapse-1 ul li { width: 100%; float: left; border-bottom: 1px solid rgba(255, 255, 255, 0.1); background-color: transparent; }
	div#bs-example-navbar-collapse-1 ul li a { padding: 10px 20px !important; width: 100%; text-align: center; }
	.navbar-collapse { padding: 0px !important; }
	nav .container { padding: 0px !important; }
	.nav-item.removembl { margin-left: 0px; text-align: center; }
	.navbar-brand a img { max-width: 120px; height: auto; }
	.video_content { width: 40%; padding-left: 20px; }
	.video_content h4 { font-size: 26px; line-height: 1.2em; }
	.video_content p { margin-top: 15px; line-height: 1.4em; }
	.btn_responsive { display: block; }
	.nav-item.removembl a { width: 100% !important; margin: 10px auto !important; max-width: 120px; font-size: 14px; }
	.video_content p { font-size: 16px; }
	.video_content h4 { font-size: 22px; line-height: 1.2em; }
}
@media screen and (max-width:768px) {
	section { padding: 50px 0; position: relative; }
	p { font-size: 14px; line-height: 1.6em; }
	.section-content { margin-top: 20px; }
	.padding-left10 { padding-left: 0; }
	.padding-right10 { padding-right: 0; }
	.footer { padding: 20px 0px; }
	.hidemobile { display: none; }
	.hidedesktop { display: block; }
	h1 { font-size: 42px; }
	h2 { font-size: 36px; }
	h4 { font-size: 16px; }
	.feature_list .fl_monitor { width: 100%; padding: 0px; margin-bottom: 20px; }
	.feature_list .fl_left li { text-align: left; padding-right: 0px; }
	.feature_list .fl_right li, .feature_list .fl_left li { text-align: left; padding-left: 30px; }
	.feature_list .fl_left li:before { left: 0px; right: auto; }
	.feature_list .fl { float: left; width: 50%; padding-right: 10px; }
	.feature_list .fl_monitor img { max-width: 250px; width: 100%; }
	.youtube_video { width: 100%; float: left; }
	.video_content { float: left; width: 100%; padding-left: 0px; margin-top: 20px; }
	.video_content h4 { font-size: 24px; }
	.video_content p { margin-top: 10px; }
	.btn_responsive { margin-right: 10px; }
	.btn_responsive a.btn { font-size: 14px; letter-spacing: 1px; padding: 9px 10px; }
	.fv_box { width: 100%; }
	.fv_box:first-child { padding-right: 00px; }
	.fv_box:last-child { padding-left: 0px; margin-top: 30px; }
	.fv_box-title { margin-bottom: 10px; }
}
@media screen and (max-width:640px) {
	section { padding: 40px 0px; }
	.description_content p { font-size: 20px; line-height: 1.2em; }
	.video_content h4 { font-size: 20px; }
	h3 { font-size: 18px; }
}
@media screen and (max-width:500px) {
	.feature_list .fl { float: left; width: 100%; padding: 0px; }
	.feature_list .fl li:last-child { margin-bottom: 15px; }
	.feature_list .fl:last-child li:last-child { margin-bottom: 0px; }
	.btn_responsive a.btn { font-size: 14px; letter-spacing: 1px; padding: 9px 12px; margin: 4px 0px; }
	.navbar-brand a img { max-width: 110px; height: auto; }
	.navbar-toggle { padding: 9px 8px; }
	h1 { font-size: 28px; }
	h2 { font-size: 26px; }
	.feature_list { margin-top: 15px; }
}
