/*common style*/
html {
	background-color: #333333;
}

body {
	background: #fff;
	color: #333;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	line-height: 24px;
}
body.overflowHidden, body.video-active{
    overflow: hidden;
}
p {
	padding-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}
h1 {
	font-size: 42px;
	line-height:46px;
}

h2 {
	font-size: 32px;
	line-height: 36px;
}

h1,
h2 {
	padding-bottom:25px;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-family: 'Russo One', sans-serif;
	letter-spacing: 1px
}

h3,
h4,
h5,
h6 {
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
	line-height: 18px;
}

h6 {
	font-size: 12px;
	line-height: 16px;
}

a {
	color: #9692a0;
}

a:focus {
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #FFDD00;
	text-decoration: none;
}

a {
	color:#ef7423;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

input:focus,
textarea:focus {
	outline: none
}

.text-center {
	text-align: center;
}

.container {
	position: relative;
	max-width: 1200px;
}
form{
    width: 100%;
}
img {
	max-width: 100%;
	vertical-align: middle;
}

strong {
	font-weight: 700;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul li,
ol li {
	list-style: none;
}
input {
    -webkit-appearance: none;
     border-radius: 0;
}

.text-box {
	height: 50px;
}

.middle-content, .title-content {
	padding: 0 0 20px;
	text-align: center;
	margin: 0 auto;
	float: none;
}
.middle-content >:last-child{ padding-bottom:0; }
.title-content{
	margin-bottom:25px;
}
.title-content h2{
	padding-bottom:0px; line-height:32px; text-transform: uppercase;
}
.title-content span{ display: block; font-weight:300 }
.menu-trigger, .close-trigger{
	position: absolute;right: 0; top: 0; height:67px; width:67px; padding:20px; display: none;
}
.text-box,
.textarea {
	border: 1px solid #f1f1f1;
	background-color: transparent;
	position: relative;
	padding: 10px;
	width: 100%;
}
.textarea{ resize: none; height:100px; }

.fL {
	float: left;
}

.fR {
	float: right;
}
.button {
	color:#fff;
	background-color:#ef7423;
	display: inline-block;
	font-weight:700;
	padding: 13px 15px;
	min-width:200px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing:1px;
}
input[type="submit"]{ border: none; }
header{ background-color: transparent; width:100%; position: fixed; top:0; left:0; z-index: 99; height:70px;}
header.active{ background-color:#1D1F26;    /*height: 100px; */}
/*header.active nav a{padding:40px 15px;  }*/
.logo{ position: relative; width:250px; float: left;-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;}
header.active .logo{width: 180px;}
nav{ float: right; }
nav li{ float: left; font-size:12px; text-transform: uppercase;  position: relative; }
nav a
{
color:#fff;
  display: block;
  font-weight:700;
padding:23px 15px;  letter-spacing:1px;
}
nav a:hover{ color:#ef7423;}
nav li ul{
	background:#1D1F26;
	position: absolute;
	width:250px;
	top:75px;
	opacity:0;
	visibility: hidden;
	padding-top:10px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
nav li ul li{ float: none; font-size:12px;}
nav li ul li a{ padding:10px 15px; }
nav li:hover ul{ opacity: 1; visibility: visible; top:70px;}
.subtigger{display:none;color:#9692a0; height: 44px; position: absolute; top: 0; width: 44px; z-index:3;}
.subtigger:before{content: "\f107"; font-size:18px; font-family: "FontAwesome"; position: absolute; text-align: center; line-height:44px; width:100%; left:0; }
.subtigger.active:before{content: "\f106";}
				
.banner, .banner-img-row {
  position: relative;
}
.banner img{
  width: 100%;
  height:calc(100vh);
  object-fit: cover;
  object-position: center
}
.banner-img-row:before{
	background-color:rgba(52, 46, 54, 0.7);
	content:""; position: absolute; width: 100%; top:0; height:100%; left:0; z-index: 3;
}
.banner-desc{ color:#fff; position: absolute; width: 100%; top:50%; z-index:9; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}
.banner-content{ max-width:550px; float: right;width:100%; }
.banner-content >:last-child{ padding-bottom:0; }
.course-row-sub{ position: relative; z-index:3; }
.course-row .container{ max-width:1200px; }
.course-row ul{ margin-top:-125px; }
.course-row li{ float:left; width:25%; height: 250px;}
  .course-row li img{ height:100%; object-fit: cover;
  object-position: center}
.section{ padding:70px 0; }
[class*='bg-color-']{ position: relative; }
[class*='bg-color-']:before{ content:''; position: absolute; width: 100%; height: 100%; left:0; top:0; }
.bg-color-1:before{background-color: rgba(85,69,142,0.9);}
.bg-color-2:before{background-color: rgba(229,175,57,0.9);}
.bg-color-3:before{background-color: rgba(42,140,81,0.9);}
.bg-color-4:before{background-color: rgba(6,145,246,0.9);}
.course-desc{ position: absolute; width: 100%; top:0; left: 0; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; padding:20px; color:#fff; text-align: center;  }
.button-small{ border:2px solid #fff; padding:10px; min-width:150px; font-size:12px; }
.training-grid {margin: 0;}
.training-grid [class*="col-"]{padding: 0;}
.training-grid [class*="col-"] .content-blk{background-color:#fc631c;}
.training-grid [class*="col-"]:nth-child(odd) .content-blk{background-color:transparent;}
.training-grid [class*="col-"]:nth-of-type(5) .content-blk { background-color:#fc631c;}
.training-grid [class*="col-"]:nth-of-type(6) .content-blk { background-color:transparent;}
.training-grid [class*="col-"]:nth-of-type(7) .content-blk { background-color:#fc631c;}

.content-blk{ 
   padding: 30px;
   height: 100%; color:#fff;
   
}
.course-desc .button{ min-width:150px; padding:10px; border:2px solid #fff; background-color: transparent; }
.title-row{ text-align: center; margin-bottom:30px; }
.title-row >:last-child, .content-blk >:last-child{ padding-bottom:0; }
.content-row{ padding-bottom:140px; }
.whatWeDo{ /* background-color:#f1f1f1; */ position: relative; z-index: 3; padding-top:20px;}
.whatWeDo .middle-content{ padding-bottom:50px; }
.whatWeDo a{ font-weight:700; color:#333; }
.whatWeDo .col-4{ margin-bottom:30px;}
.video-wrap{ position: relative; height:100vh;}
.video-wrap:before{ content: "";
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg); background-color:#fff; }
.video-wrap iframe{width:100%; height:100%}
.testimonial-row p{ position: relative; padding-left: 40px;}
.testimonial-row i{ font-size:32px; position: absolute; left: 4px; top:0; }
.testimonial-row span{font-family: 'Russo One', sans-serif; font-size:16px}
footer{
	background-color:#1D1F26;
	padding:20px 0;
}
/*footer ul{
	text-align: center;
}*/
footer li{
	display: inline-block;
	margin:0 -1px;
	padding:0 10px;
	font-weight:600;
	text-transform: uppercase;
	letter-spacing:1px;
}
footer p, footer li{
    font-size: 12px;
    color: #b3b0ae;
   // font-weight: 600;
    letter-spacing: .2px;
}
footer p{
	line-height:16px;
            color:#b3b0ae;
}


footer a{ color:#b3b0ae;}
footer a:hover{
	color: #fff;
}
.social{
        border-top: 1px solid #b3b0ae;
    padding-top: 22px;
}
.left-side{float: left}
.social li{
    font-size: 20px;
}
.social .link{
    float: right;
}
.follow-us-on{ padding-top:5px; }
.follow-us-on >:last-child{
	padding-bottom:0px
}
.popup-action{ cursor: pointer; }
.hero-banner, .overlay{position: relative; text-align: center; height: 100%;}
.hero-banner:before, .overlay:before{
	background-color:rgba(52, 46, 54, 0.7);
	content:"";
	position: absolute;
	width: 100%;
	left:0;
	top:0;
	height:100%;
	opacity: 0.9;
}
.hero-banner img{ width: 100%; height:400px; object-fit: cover; object-position: center }
.hero-banner .banner-content{
	bottom: 30px;
    max-width: 100%;
    position: absolute;
    width: 100%;
    float: none;
}
.hero-banner h1{ color:#fff; }
.sub-page-wrapper{
	padding-top:60px; 
	padding-bottom:60px;
}
.sub-page-wrapper .container{max-width: 980px; }
.sub-page-wrapper .col-8 >:last-child{ margin-bottom: 0; padding-bottom: 0}
.bread-crumb{
	background-color: transparent;
	border: none;
	padding:0;
	margin-bottom:0;
}
.bread-crumb li{
	display: inline-block;
	font-size:10px;
	font-weight:500;
	padding:0 5px;
	text-transform:uppercase;
	letter-spacing:1.5px;
	position: relative;
	color:#fff;
}
.bread-crumb li:before{
	content:"/";
	position: absolute;
	left: -4px;
	top:0;
}
.bread-crumb li:first-child:before{
	content:""
}
.bread-crumb li a{
	color:#fff;
}
.popup-wrapper{
	background-color: rgba(0, 0, 0, 0.9); width: 100%; height: 100%; position: fixed; top:0; left: 0; z-index: 99; display: none
}
.popup-blk{ display: table; width: 320px; margin:0 auto; height: inherit; }
.popup-middle-blk{ display: table-cell; vertical-align: middle; }
.popup-content{ display: none; background-color:#fff; padding:30px; position: relative; }
.checkbox{ margin-bottom:20px; font-size:16px; text-align: left }
.radio-btn{margin-right:15px; margin-bottom:30px;  }
.radio-btn span{
	position: relative;
	background-color:transparent;
	color:#333;
	top: inherit;
	left: 0;
}
.radio-btn label, .radio-row label{ text-align: left; padding-left:40px; }
.radio-btn span:first-child, .radio-row span{ position: absolute;left:0; top: 3px; }
.radio-btn span{ padding:0; }

.radio-row {
	padding-bottom:30px;
}
.radio-row .checkbox{
	float: left;
	margin-right:30px;
}

.ui-checkboxradio-label{ border: none; padding:0; outline: none;}
.ui-checkboxradio-radio-label.ui-state-active .ui-checkboxradio-icon:before{
	-webkit-border-radius: 100%;
    border-radius: 100%;
    content: "";
    background-color: #ef7423;
}
.ui-checkboxradio-radio-label.ui-state-active .ui-checkboxradio-icon:before, .ui-state-checked:before {
    position: absolute;
    width: 9px;
    height: 9px;
    top: 3px;
    left: 3px;
}
.ui-state-checked:before{
	content: "\f00c";
	font-family:'FontAwesome';
	top:-3px; left:2px; color:#ef7423; font-size:11px;
}

.select-row{ position: relative; height: 45px; }
.select-row:after{ content:"\f0d7"; color:#b0b0b0; text-align: center; line-height:45px; font-family: 'FontAwesome'; position: absolute; right: 0; top:0; width:45px; }
.ui-selectmenu-button.ui-button{ padding:12px 15px; height:45px; width: 100%; border: solid 1px #e3e7ed; font-size:14px; }
.ui-selectmenu-button.ui-button span{ text-align: left; }
.ui-menu .ui-menu-item-wrapper{ padding:10px 15px; border-bottom:solid 1px #e3e7ed }
.form-row{ overflow: hidden; }
.form-section{ margin-bottom:24px; width: 100%; }
.form-row .form-section:last-child{ margin-bottom: 0 }
.popup-close{ position: absolute; width:40px; height: 40px; right: 0; top:0; padding: 10px;}
.form-section .button{ background-color:#ef7423; color:#fff; cursor:pointer }
.popup-content h4{ padding-bottom:20px; }

/*table*/
table{border: 1px solid #e2e6e8; margin-bottom:40px; width: 100%;}
table tr td:first-child{ border-left: none}
table tr td, table tr th{border-bottom: 1px solid #e2e6e8; border-left: 1px solid #e2e6e8; padding:10px; text-align: left;}
.sub-page-wrapper .container >:last-child{
	margin-bottom:0;
}
.popup-content .form-row{ margin-bottom:0; }
.sub-section, .form-row, .btn-row{
	margin-bottom:40px;
}
.accordion h5{ border-bottom:1px solid #e2e6e8; padding:15px 20px; position: relative; font-weight:400; text-transform: inherit; cursor: pointer; }
.accordion h5:after{ font-family:'FontAwesome'; content: "\f107"; position: absolute; right: 0; top:0; width:50px; height:49px; text-align: center; line-height: 49px; }
.accordion h5.open:after{
	content: "\f106";
}
.accordion h5.open{ border-bottom: 1px solid transparent; }
.accordion-content{ display: none; padding:5px 20px 20px; border-bottom:1px solid #e2e6e8; }
.accordion-content >:last-child{
	padding-bottom: 0;
}
.alert-msg{
	border:1px solid #ef7423;
	background-color:#ef7423;
	padding:20px;
}

.alert-msg p{ color:#fff; padding-bottom: 0; }

.product-landing img{ width:100%;}
.product-landing h2{ padding-bottom:20px;}
.ui-selectmenu-button{ width: 100%; }
.drop-down{
	margin-bottom:20px;
}
.price-tag{ display: block; font-size:28px; font-weight:700; line-height:40px; color:#ef7423}
.spec-tab ul{ border-bottom:1px solid #ef7423; }
.spec-tab li{ display: inline-block; padding:15px; cursor: pointer; border-bottom:2px solid transparent; font-weight:400; position: relative;}
.tab-content{ display: none; padding:20px }
.spec-tab li.current{
	color:#ef7423;
}
.spec-tab li.current{
	border-bottom:2px solid #ef7423;
	color:#ef7423;
}
.spec-tab li:before{
	content:"";
	position: absolute;
	background-color:#ef7423;
	left: 0; width: 1px; height:15px; top:50%; margin-top:-7px;
}
.spec-tab li:first-child:before{ display: none; }
.form-blk{ margin-bottom:20px; width:100%; }

.list-content{
	margin-bottom:40px;
}
.list-content li{
	padding-left:25px;
	margin-bottom:15px;
	position: relative;
}
.list-content li:before{
	content:"\f178 ";
	font-family:'FontAwesome';
	position: absolute;
	left:0;
	top:3px;
}
.list-content li a{
	font-weight:600;
}

.error-message{ background-color:#c62817; padding:15px; color:#fff; font-size:12px;}

::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #ccc;
  font-size:12px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
  font-size:12px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
  font-size:12px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
  font-size:12px;
}
.summary{ border:1px solid #e2e6e8; padding:15px; margin-top:20px;}
.summary img{border-bottom:1px solid #e2e6e8; width: 100%; margin-bottom:25px;}
.small-textbox{ width:50px;  }
.small-textbox .text-box{ text-align: center; }
.discount-row{ position: relative;  border-bottom:1px solid #e2e6e8; padding-bottom: 15px;}
.discount-row input{ margin-bottom:15px; }
.discount-row .button{
	min-width:100%;
	margin-bottom: 0
}
.total-amount{
	border-bottom:1px solid #e2e6e8;
	padding:15px 0;
}
.total-amount:last-child{ padding-bottom:0; border-bottom: none; }
.total-amount div{ width:50%; float: left; font-weight:500; font-size:14px; }
.total-amount div:last-child{
	text-align: right;
}
.total-amount div span{ display: block; font-size:12px; font-weight: 400 }
iframe{ width:100%; }
.map iframe{ height:400px; margin-bottom:30px; }
.address-summary span{
	display: block; padding-bottom:5px;
}
.address-summary span i{ font-size:18px; }
.side-bar ul{ padding-bottom:30px; }
.side-bar li{
	display: block;
	border-bottom:1px solid #f1f1f1;
	position: relative;
	 font-weight:400;
}	

.side-bar li a{ display: block; padding:10px 10px 10px 30px; }
.side-bar li:before{
	content:"\f178 ";
	font-family:'FontAwesome';
	position: absolute;
	left:0;
	top:10px;
}
/*
.courses{      overflow: hidden;
}*/
.bg-color {
    position: relative;
    background: #eeeeee;
padding: 70px 0px;}
i.fa.fa-arrow-left {
    display: none;
}
.courses [class*="col-"]{ justify-content: center; }
.img-cover{ width:100%; height:100%; object-fit: cover; object-position: center; }
.courses-col{ display: flex; display: -webkit-flex; align-items: center; }
.courses-col > div { text-align: center }
.courses-col > div h2{ padding-bottom:50px; }
.courses-col li{ display: inline-block; font-size:14px; font-weight:700; padding:0 15px;}
.courses-col li img{ width:50px; margin-bottom: 15px;}
.courses-col p{ display: block; color:#333;padding-top: 15px; }
.courses-col span { font-size: 30px;font-weight: 700;}

.count {font-size: 24px;}

.courses-col h2{ font-weight: 400; text-transform: uppercase;font-size: 25px; padding-bottom: 0px; text-align: center;}

.testimonial{ background-color:#fff; z-index: 3; position: relative;padding-bottom: 50px; }
.contact-row{ position: relative; z-index: 3; padding-top:20px; padding-bottom:0;}
.contact-row:after{
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
    z-index: -1;
}
.contact-row:after{
	top:-65px;
    bottom:65px;
    background-image: linear-gradient(to bottom, #fc511c, #fc631c, #fb731e, #fa8223, #f98f2a);
}
.contact-row .form-row{ padding:30px; background-color:#fff; box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08); -webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08); margin-bottom: 0;}
.contact-row .col-6:first-child{ padding-top:80px;}
.contact-row h2,.contact-row p{ color:#fff; }
.whatWeDo{ position: relative; z-index: 3; padding-top:20px; padding-bottom:164px;;}
.whatWeDo h3,.whatWeDo h4,.whatWeDo h5, .whatWeDo h2,.whatWeDo p, .whatWeDo a{ color:#fff; }
.whatWeDo:after, .testimonial:before{
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
    z-index: -1;
}
.whatWeDo:after{
	top:-65px;
    bottom: -65px;
  background-image: linear-gradient(to bottom, #fc511c, #fc631c, #fb731e, #fa8223, #f98f2a);

}

.testimonial:before{
    top: -65px;
    background-color:#fff;
}
.form-section{ padding-right:100px; }


.img-circle {
	border-radius: 100%;
	margin-bottom: 20px;
        width: 150px;
        height: 150px;
        object-fit: cover;
        object-position: center;
}

.ui-selectmenu-menu .ui-menu{height:200px;}

.video-oly{position: absolute;
    width: 100%;
    height: calc(100vh + 200px);
    top: -65px;
    transform: skewY(-5deg);
    left: 0; z-index: 1}
.video-oly:before{
    background-color:rgba(0,0,0,0.5);
    content:"";
    position: absolute;
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
}
.video-oly img{ width:100%; height:100%; object-fit: cover; object-position: center}
.video-frame{ position: fixed; width:100%; height:100%; top:0; left:0; z-index:99; display: none;}
.video-close{ background-color:#000; position: absolute;right: 0; top: 0; height:67px; width:67px; padding:20px;}
.video-content {    position: absolute;
    color: #fff;
    width: 100%;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); z-index: 3}
.video-content i{font-size: 60px; cursor: pointer;}
.footer-nav{ color:#fff; padding-top:40px;}
.col-2.footer-nav.ft-img {
      max-width: 120px;
    padding-bottom: 20px;}
.swiper-wrapper label {    font-size: 30px;
    font-weight: normal;}
.swiper-wrapper p {    font-size: 18px;
    }

.arrow {
 position: absolute;
    top: 50%;
    z-index: 1;
    width: 50px;
    right: 0;
        cursor: pointer;
    margin-top: -50px;
    height: 100px;
    background-color: #ef7423;
    color: white;
    line-height: 100px;
    font-size: 22px;
    text-align: center;}
