/*
*/

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Header Section
    3.0 Slider Section
    3.0 About section
    4.0 Service Section
    5.0 Cta section
    6.0 Works Section
    7.0 Team Section
    8.0 Contact Section
    9.0 widget Section
    10.0 Footer Section
    11.0 Scroll to Top
    
    ==========================================================================
    Industrial
    ========================================================================== */

	@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900');
    @import url('https://fonts.googleapis.com/css?family=Karla');



	
/*  ==========================================================================
    Common Styles
    ========================================================================== */
*{
	padding: 0;
	margin: 0;
}
body{
    background-color: #fff;
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #444;
    position: relative;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing:antialiased;
    text-transform: uppercase;
	color: #282828;
}
h1{
    font-size: 45px;
    font-weight: 900;
    line-height: 1;
    margin: 0 0 10px;
    letter-spacing: -0.04em;
}
h2{
    font-size: 28px;
    margin: 0 0 56px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
h3,h4{
    margin: 0 0 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #303133;
    
}
h3{
    font-size: 17px;
}
h4{
    font-size: 15px;
}
h5,h6{
    font-size: 14px;
    margin: 0 0 10px;
}
img{
    border: none;
    outline:none;
}
footer ul {padding: 0 10px;}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p, li, a, span{

}
p{
    font-size: 16px;
    margin-bottom: 24px;
}
a, a:hover{
    text-decoration: none;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   color: #ddd !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #ddd !important;  
}

input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #ddd !important;  
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{  
   color: #ddd !important;  
}
button{
    border: none;
	background: none;
}
/* Helper Class */
.padding5{
    padding: 5% 0;
}
.padding{
    padding: 4.2% 0;
}
.no-padding{
    padding: 0;
}
.diplay-none {display: none;}
.mt-2 {margin-top: 2px;}
.mt-4 {margin-top: 4px;}
.mt-10 {margin-top: 10px;}
.mt-16 {margin-top: 16px;}
.mt-20 {margin-top: 20px;}
.mt-24 {margin-top: 24px;}
.mt-32 {margin-top: 32px;}
.mt-40 {margin-top: 40px;}
.mt-48 {margin-top: 48px;}
.mt-56 {margin-top: 56px;}
.mb-10 {margin-bottom: 10px;}
.mb-16 {margin-bottom: 16px;}
.mb-20 {margin-bottom: 20px;}
.mb-24 {margin-bottom: 24px;}
.mb-32 {margin-bottom: 32px;}
.mb-40 {margin-bottom: 40px;}
.ml-0  {margin-left: 0px;}
.ml-10 {margin-left: 10px;}
.ml-16 {margin-left: 16px;}
.ml-20 {margin-left: 20px;}
.ml-24 {margin-left: 24px;}
.ml-32 {margin-left: 32px;}
.ml-40 {margin-left: 40px;}
.mr-0  {margin-right: 0px;}
.mr-10 {margin-right: 10px;}
.mr-16 {margin-right: 16px;}
.mr-20 {margin-right: 20px;}
.mr-24 {margin-right: 24px;}
.mr-32 {margin-right: 32px;}
.mr-40 {margin-right: 40px;}
.pl-10 {padding-left:10px}
.pl-16 {padding-left:16px}
.pl-24 {padding-left:24px}
.pr-10 {padding-right: 10px}
.pr-16 {padding-right:16px}
.pr-24 {padding-right:24px}
.pt-10 {padding-top: 10px}
.pt-16 {padding-top:16px}
.pt-24 {padding-top:24px}
.pb-10 {padding-bottom:10px}
.pb-16 {padding-bottom:16px}
.pb-24 {padding-bottom:24px}
.p-10  {padding:10px}
.p-16  {padding:16px}
.p-20  {padding:20px}
.p-24  {padding:24px}
.mb-15{ margin-bottom: 15px; }
.mb-25{ margin-bottom: 25px; }
.mb-30{ margin-bottom: 30px; }
.mb-35{ margin-bottom: 35px; }
.mb-45{ margin-bottom: 45px; }
.mb-50{ margin-bottom: 50px; }
.ml-15{ margin-left: 15px; }
.fz-28{ font-size: 28px; }
.fz-24{ font-size: 24px; }
.fz-22{ font-size: 22px; }
.fz-20{ font-size: 20px; }
.fz-18{ font-size: 18px; }
.fz-16{ font-size: 16px; }
.text-black{
    color: #282828;
}
.text-white{
    color: #ffffff;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}
.fl-right{
    float: right;
}
.fl-left{
    float: left;
}
.display-table{
    width: 100%;
    height: 100%;
    display: table;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.container{
    height: 100%;
}
.overlay{
    width: 100%;
    position: relative;
    z-index: 1;
}
.overlay:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
} 

/* Preloader Styles */
#preloader{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s .5s ease;
    -moz-transition: all .5s .5s ease;
    transition: all .5s .2s ease;
}
.loader{
    position:absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
    margin-top: -30px;
}
body.loaded #preloader{
    opacity: 0;
    visibility: hidden;
}

/* Button Style */
.btn_group{}
.btn_group a{
    margin: 5px;
}
.default_btn{
    background-color: transparent;
    border: 2px solid #e6373c;
    color: #e6373c;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    text-transform: uppercase;
    font-size: 16px;
}
.default_btn i { 
margin-top: 10px;
float: right;
margin-left: 6px;}
.default_btn:hover{
    background-color: #e6373c;
    color: #fff;
}
.default_btn.btn_sm{
    line-height: 40px;
    padding: 0 15px;
}

/* Transition Effect */
a,a:hover, .overlay,  .form-control,  .form-control:hover, button{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* ==========================================================================
   Header Section
   ========================================================================== */
.header_section{
    background-color: #FFF;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 80px;
    z-index: 999;
    position: relative;
}
.home .topbar {height: 0;}
.topbar {height: 80px;}
.header_section img{
    max-height: 70px;
}
.navbar-fixed-top.header_section, .home .navbar-fixed-top.header_section{
    position: fixed; height: 80px;  box-shadow:0 2px 4px rgba(0,0,0,0.08);
}
.navbar-fixed-top.header_section img{
    max-height: 60px;
}
.navbar-fixed-top .navbar-collapse{
    max-height: 100%;
}
.home .navbar-fixed-top.header_section {background:#FFF}
.home .navbar-fixed-top.header_section a {color: #000;}
.home .navbar-fixed-top.header_section .active a {color:#e6373c}
.top_header{
    background-color: #fff;
    border-bottom: 1px solid #091c2d;
    height: 40px;
}
.top_header .top_left{
    color: #777;
    font-size: 12px;
    line-height: 40px;
}
.top_header .top_left ul li{
    display: inline-block;
    margin-right: 10px;
}
.top_header .top_left ul li i{
    margin-right: 5px;
}
.top_header .top_right{}
.social_icons {
    padding: 4px 0;
}
.social_icons li{
    display: inline-block;
}
.social_icons li a{
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    border: 1px solid #ddd;
    padding: 2px 8px;
    color: #777;
}
.social_icons li a:hover{
    background-color: #0f263a;
    color: #fff;
}
.navbar{
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
}
.navbar .collapse .nav_btn {
    background-color: #fcd846;
    display: inline-block;
    color: #fff;
    line-height: 40px;
    margin: 8px 8px;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 12px;
}
.navbar .collapse .nav_btn:hover{
    background-color: #f9cf22;
    color: #fff;
}
.navbar{
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
}
.navbar-header {
    padding: 5px 0;
}
.navbar-header .brand{
    font-size: 25px;
    color: #282828;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -1px;
    font-weight: 600;
	margin-left: 13px;
}
.navbar-header .nav-btn{
    padding: 8px;
    border-radius: 1px;
}
.navbar-header .nav-btn .icon-bar{
    background-color: #000;
    width: 18px;
}
.home .navbar-header .nav-btn .icon-bar{
    background-color: #fff;
    width: 18px;
}
.navbar-toggle {margin-top: 22px;}
.home .navbar-fixed-top .navbar-header .nav-btn .icon-bar{
    background-color: #000;
}
.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus{
    opacity: 0.8;
}

/* Nav Menu */
#navbar{
    z-index: 999;
}
.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
}
ul.nav{}
ul.nav > li{}
ul.nav > li > a{
    color: #000;
    display: inline-block;
    vertical-align: middle; padding-left:8px; padding-right:8px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 80px;
    z-index: 1;
}
ul.nav > li > a:hover,
ul.nav > li > a:focus,
ul.nav > li.active > a{
    background: none;
    color: #e6373c;
}

/* ==========================================================================
   Slider section
   ========================================================================== */
.slider_section{
}
.slider_content .btn_group a{
    margin: 0 10px 0 0;
}
.slider_content .fs_btn:hover{
    color: #fff;
}
.slider_item{
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 570px;
}
.main_slider .owl-nav{}
.main_slider .owl-nav div{
    color: #fff;
    width: 60px;
    height: 100px;
    font-size: 30px;
    text-align: center;
    line-height: 100px;
    position: absolute;
    left: 0;
    top: calc(50% - 60px);
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}
.main_slider .owl-nav div:hover{
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.main_slider .owl-nav div.owl-next{
    left: auto;
    right: 0;
}
.main_slider .owl-dots {
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 25px;
}
.main_slider .owl-dots div{
    background-color: rgba(255,255,255,0.4);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    transition: all 0.5s ease-in-out;
}
.main_slider .owl-dots div.active{
    background-color: rgba(255,255,255,1);
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    transition: all 0.5s ease-in-out;
} 

/* ==========================================================================
   about section
   ========================================================================== */
.about_section{
    background-color: #f7f7f7;
    border-bottom: 1px solid #eaeaea;
}      
.about_content {
    padding: 35px 0;
} 
.about_content .fs_btn:hover{
    color: #282828;
}
.about_content h2{}   
.about_content p{}
.about_section .about_image{}   
.about_section .about_image img{
    border-radius: 5px;
    width: 100%;
}
.funfact{
    margin-top: 20px;
}
.funfact .fact_content{
    margin: 30px 10px 0;
    border-bottom: 1px solid #ddd;
}
.funfact .fact_content span{
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -1.4px;
    color: #fcd846;
}
.funfact .fact_content h4{
    margin: 0;
}

/* ==========================================================================
   Service Section
   ========================================================================== */
.service_section{}  
.service_items li{
    padding: 15px;
}
.service_items{}  
.service_item img{
    width: 100%;
}
.service_item:hover img{
    opacity: 0.75;
}  
.service_item .service_content{
    padding: 30px 15px;
    background-color: #e6373c;
    display: block;
}  
.service_items .service_content h4{
    color: #fff;
    margin: 0 0 3px;
}  
.service_items .service_content p{
    color: #fff; line-height: 18px;
    margin: 0;
}

/* ==========================================================================
   Cta section
   ========================================================================== */
   .mat_section{
    background: url(../img/manufacturing-tool.jpg) ;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
} 

.mat_content li {font-size: 16px; padding: 4px 0 4px 30px;
background: url(../img/icon_next.svg) no-repeat left 14px;}

.cta_section{
    background-image: url(../img/team.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}    
.cta_section.overlay:before{
    background-color: rgba(52,52,52,0.93);
    left: auto;
    right: 0;
    width: 50%;
}      
.cta_section .cta_content{
    padding: 15px;
    color: #fff;
}
.cta_content h2{
    font-size: 32px;
}
.cta_content h2 span{
    color: #ff725b;
}
.cta_content p{}

/* ==========================================================================
   Works Section
   ========================================================================== */
.works_section{position: relative;}
.works_items{}
.works_items .works_item{
    position: relative;
}
.works_items .works_item img{
    border: 2px solid #ffbebe;
    width: 100%; height: 370px;
}

.works_items .works_item .works_overlay{
    background-color: rgba(15,38,58,0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.works_items .works_item:hover .works_overlay{
    visibility: visible;
    opacity: 1;
}
.works_items .works_item .works_content{
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
    text-align: left;
    position: absolute;
    left: 30px;
    bottom: 20px;
    padding-right: 20px;
}
.works_items .works_item .works_content i {font-size: 24px; margin-right: 12px}
.works_items .works_item .works_content h3{
    margin: 0 0 3px;
}
.works_items .owl-nav div{
    background-color: rgba(252,216,70,0.7);
    width: 40px;
    height: 60px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 60px;
    position: absolute;
    left: -39px;
    top: calc(50% - 30px);
    transition: all 0.5s ease-in-out;
}
.works_items .owl-nav div:hover{
    background-color: rgba(252,216,70,1);
    transition: all 0.5s ease-in-out;
}
.works_items .owl-nav div.owl-next{
    left: auto;
    right: -39px;
}

/* ==========================================================================
   Team Section
   ========================================================================== */
.team_section{
    background-color: #f7f7f7;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.team_section .team_members{}
.team_section .team_members .team_member{
    position: relative;
    overflow: hidden;
}
.team_section .team_members .team_member img{
    width: 100%;
}
.team_section .team_members .team_member .overlay{
    background-color: rgba(15,38,58,0.9);
    color: #fff;
    text-align: center;
    padding: 0 15px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.team_section .team_members .team_member:hover .overlay{
    opacity: 1;
}
.social_links{}
.social_links li{
    display: inline-block;
}
.social_links li a{
    display: inline-block;
    border: 1px solid #fcd846;
    font-size: 10px;
    color: #fff;
    line-height: 28px;
    width: 30px;
    height: 30px;
    margin: 0 5px;
}
.social_links li a:hover{
    background-color: #fcd846;
    color: #111;
}
.team_section .team_content{
    margin-top: 20px;
}
.team_section .team_content h4{
    color: #fff;
    margin: 0 0 3px;
}

.team_section .team_content p{
    color: #ddd;
    margin: 0;
}

/* ==========================================================================
   Testimonial Section
   ========================================================================== */
.testimonial_section{
    background-image: url(../img/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.testimonial_section:before{
    background-color: rgba(15,38,58,0.9);
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.testimonial_items{}
.testimonial_item{
    text-align: center;
}
.testimonial_item figure{
    width: 90px;
    height: 90px;
    padding: 5px;
    margin: 0 auto 15px;
    position: relative;
}
.testimonial_item figure img{
    border-radius: 50px;
    width: 100%;
}
.testimonial_item h4{
    color: #fff;
    font-weight: 600;
    margin: 15px 0 10px;
}
.testimonial_item p{
    color: #ddd;
}

.testimonial_items .owl-dots{
    display: block;
    text-align: center;
}
.testimonial_items .owl-dots .owl-dot{
    background-color: transparent;
    border: 3px solid #ddd;
    display: inline-block;
    width: 20px;
    height: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 3px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    transition: all 0.5s ease-in-out;
}
.testimonial_items .owl-dots .owl-dot.active{
    background-color: transparent;
    border: 3px solid #fff;
    transition: all 0.5s ease-in-out;
} 
/* ==========================================================================
   Blog Section
   ========================================================================== */
.blog_section{}
.blog_items{}
.blog_items .blog_content{}
.blog_items .blog_content img{
    width: 100%;
    margin-bottom: 20px;
}
.blog_items .blog_content h4{
    margin: 0 0 3px;
}
.blog_items .blog_content h4 a{
    text-transform: uppercase;
    font-size: 16px;
    color: #333;
}
.blog_items .blog_content h4:hover{
    text-decoration: underline;
}
.blog_items .blog_content a{
    color: #777;
}
.blog_items .blog_content a:hover{
    text-decoration: underline;
    color: #111;
}
.blog_items .blog_content p{
	
}

/* ==========================================================================
   Call To Action
   ========================================================================== */
.cta_section_2{
    background-color: #000;
    display: block;
    padding: 60px 0;
}
.cta_section_2 h3{
    display: inline-block;
    color: #fff;
    font-weight: 600;
    margin: 0 10px 0;
}

/* ==========================================================================
   Contact Section
   ========================================================================== */
.contact_section{
    border-bottom: 1px solid #eaeaea;
    position: relative;
}
.contact_wrapper{
    padding-left: 30px;
}
.contact_form{}
.contact_form .form-control{
    background-color: #f8f8f8;
    border: 1px solid #999;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    color: #282828;
    padding: 20px;
}
.contact_form .form-control:hover,
.contact_form .form-control:focus{
    border: 1px solid #999;
    box-shadow: none;
}
.contact_form .fs_btn:hover{
    color: #282828;
}
#form-messages{
    display: none;
}
#form-messages.alert-danger,
#form-messages.alert-success{
    display: block;
}
.contact_form input::-webkit-input-placeholder,
.contact_form textarea::-webkit-input-placeholder{
   color: #888 !important;
}

.contact_form input:-moz-placeholder,
.contact_form textarea:-moz-placeholder{ /* Firefox 18- */
   color: #888 !important;  
}

.contact_form input::-moz-placeholder,
.contact_form textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #888 !important;  
}

.contact_form input:-ms-input-placeholder,
.contact_form textarea:-ms-input-placeholder{  
   color: #888 !important;  
}

/*Google Map*/
#google_map{
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/* ==========================================================================
   Brands Section
   ========================================================================== */
.sponsor_section{
    background-color: #f7f7f7;
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0;
}
.sponsor_section .sponsor_items{}
.sponsor_section .sponsor_item img{
    width: 100%;
}
.sponsor_section .sponsor_items li:hover img{
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

/* ==========================================================================
   widget Section
   ========================================================================== */
.widget_section{
    background-image: url(../img/widget-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.widget_section:before{
    background-color: rgba(15,38,58,0.9);
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
} 
.footer_widget{
    color: #fff;
}
.footer_widget p a{
    color: #888;
}
.footer_widget h4 {
    font-weight: 600;
}
.links{}
.links li{}
.links li a{
    color: #999;
    font-size: 13px;
    display: block;
}
.links li a:hover{
    text-decoration: underline;
    color: #ddd;
}
.subscribe_form {
    display: block;
    text-align: center;
    padding: 5px 0;
}
.subscribe_form p{
	color: #999;
	
}
.subscribe_form .form_input{
    display: block;
    background-color: #fff;
    color: #181818;
    border: none;
    font-size: 12px;
    line-height: 50px;
    padding: 0 10px;
    float: left;
    width: 70%;
    transition: all 0.5s ease-in-out;
}

.subscribe_form .submit{
    background-color: #fcd846;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 50px;
    display: inline-block;
    padding: 0 10px;
    float: left;
    width: 30%;
    transition: all 0.5s ease-in-out;
}
.subscribe_form .submit:hover{
    background-color: #ddd;
    color: #333;
    transition: all 0.5s ease-in-out;
}
#subscribe-result{
    display: none;
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #DEAA6E;
}
#subscribe-result.subs-result{
    display: block;
}
.subscription-error{
    color: #B60000;
}
.subscription-success{
    color: #333;
} 
   
/* ==========================================================================
   Footer Section
   ========================================================================== */

footer ul li {
height: 1em;float: left;margin: 0.5em 1em 1em 0;padding: 0 1em 0 0; text-transform: uppercase; font-size: 14px}
footer ul li a {color: #d9cdcd;}
footer ul li a:hover {color: #fff;}
.footer_section{
    display: block;
    background-color: #503325;
    border-top: 1px solid #503325;
    color: #fff;
    text-align: center;
    padding: 15px 0; 
}
.footer_section p{
    text-transform: uppercase;
    font-size: 12px;
    color: #ddd;
    margin: 0;
}  
.copyright {
    color: #d9cdcd;;
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 500;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #724833;
    padding-top: 15px;
}
.float-right {
    float: right;
}
/* ==========================================================================
   Scroll to Top
   ========================================================================== */
#scroll-to-top{
    background-color: #ff725b;
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    border-radius: 3px;
    color: #000;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}
#scroll-to-top:hover{
    background-color: #282828;
    color: #fff;
}

.purchase-btn{
    position: fixed;
    right: -135px;
    height: 55px;
    width: 190px;
    top: 20%;
    z-index: 99;
    transition: all 0.3s ease 0s;
}
.purchase-btn:hover{
    right: -2px;
    transition: all 0.3s ease 0s;
}
.purchase-btn a{
    width: 100%;
    background-color: #fcd846;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 11px;
    width: 100%;
    line-height: 55px;
    padding-left: 55px;
    border-radius: 3px;
    text-transform: uppercase;
    position: relative;
}
.purchase-btn a:before{
    font-family: 'et-line';
    content: '\e027';
    color: #fff;
    font-size: 20px;
    width: 55px;
    height: 100%;
    text-align: center;
    display: block;
    line-height: 55px;
    border-right: 1px solid #e2bf2d;
    position: absolute;
    left: 0;
    top: 0;
}
.purchase-btn a:hover{
    text-decoration: none;
}
/* Inner banner */
.inner-container {
    position: relative; width: 80vw; height:35vh; max-width: 950px; margin:2% auto 2%; /*box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);*/
}
.cover-background {
    position: relative; background-size: cover !important; height: 100%; width: 100%; background-position: right center !important;
    background-repeat: no-repeat !important;
}
.no-margin-lr {
    margin-left: 0 !important; margin-right: 0 !important;
}
.no-margin-top {
    margin-top: 0 !important;
}.separator-line {
    height: 4px; margin: 0 auto; width: 30px; margin: 7% auto;
}
.bg-yellow {
    background: #f93535 !important;
}
.slider-subtitle1 {
   font-family: 'Montserrat', sans-serif; display: block; font-size: 28px; font-weight: 800;  line-height: 36px; text-align: center; text-transform: uppercase;}
.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.white-text {
    color: #FFF !important;
}
.text-left {
    text-align: left !important;
}
.header-text {position: absolute; left: -3%; bottom:5%; background: #fff; padding:3% 4%; box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);}

article.news-black {
background-color: #343434;
position: relative; width: 95%;
left: 5%; min-height: 260px}

article.news-black a {
    color: #2a2a29;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
article.news-black .bg-block-news-black {
    height: 200px;
width: 40%;
top: 24px;
left: -24px;
float: left;
background-size: cover;
background-position: center;
position: relative;  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
article.news-black a:hover .bg-block-news-black {
    -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
}
.filtre-slideshow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px; display: flex; color: #000;
}
article.news-black .content-block-news-black {
    color: white;
width: 55%;
padding:24px 2% 0 0;
display: inline-block;
box-sizing: border-box;
position: relative;
top: 12.5%;
vertical-align: middle;
}
article h2 {
    font-size: 28px; margin-top: 10px;
line-height: 1.1; position: relative;
left: -10%;
width: calc(100% + 55px); color: #ffdc12; text-transform: none;
}
/*article h2::after {
    width: 16px;
height: 12px;
margin-left: 8px;
vertical-align: middle;
background: url('../img/icon_next.svg') no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
background-size: 100%;
background-position: center;
content: "";
display: inline-block;
} */



.c-home-category_link {
position: relative;
width: 100%;
display: block;
overflow: hidden;
-webkit-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
-ms-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
-moz-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
 height: 400px;
}
    .c-img::before, .c-img::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.c-img {height: 100%}
.c-img::after {
    background: -moz-linear-gradient(top, rgba(63, 78, 121, 0) 0%, rgba(63, 78, 121, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(63, 78, 121, 0) 0%, rgba(63, 78, 121, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(63, 78, 121, 0) 0%, rgba(63, 78, 121, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003f4e79', endColorstr='#a63f4e79',GradientType=0);
    opacity: 0.9;
}
.c-home-category_content_bg::before {
    -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);}
.c-img::before {
    background: #e88187;
    opacity: 0.4;
}
.c-home-category_content_text {
    padding: 0 0px 1rem 0px;
    left: 1.875rem;
    right: 1.875rem;
}
.c-home-category_content_text {
    position: absolute;
    bottom: 0;
    z-index: 3;
    color: #fff;}
.c-home-category_content_title::before {
    transform: scale(0.9, 1);
    -ms-transform: scale(0.9, 1);
    -webkit-transform: scale(0.9, 1);
    -moz-transform: scale(0.9, 1);
    -webkit-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.is-inview .c-home-category_content_title::before {
    transform: scale(0.9, 1);
    -ms-transform: scale(0.9, 1);
    -webkit-transform: scale(0.9, 1);
    -moz-transform: scale(0.9, 1);
    -webkit-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-home-category_link:hover .c-home-category_content_text .ic-arrow-small-right {
    transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    opacity: 1
}
.c-home-category_link:hover .c-home-category_content_title::before {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1)
}
.c-home-category_content_title::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background:rgba(255,255,255,0.8);
    display: block;
    height: 1px;
    transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    moz-transform-origin: left center;
    -o-transform-origin: left center;
    -ms-transform-origin: left center;
    -webkit-transform-origin: left center;
    transform-origin: left center;}
.c-home-category_content_title {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.c-home-category_content_title {
    color: #ffca19;
    position: relative; font-size: 24px; line-height: 1.05;
}
.c-home-category_content_text .c-text-cap-small {
    margin-bottom: 10px; font-size: 14px;
line-height: 1.2; height: 34px; overflow: hidden; 

}
.c-home-category_content_text .ic-arrow-small-right {
    transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -webkit-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    display: inline-block;
    position: relative;
}
.c-home-category_link:hover .c-home-category_content_text .arrow_right {
    transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    opacity: 1;
}
.c-home-category_content_text .arrow_right {
    transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -webkit-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    display: inline-block;
    position: relative;
}
.arrow_right {
    font-size: 24px;
}
.c-home-category_link:hover .c-home-category_content_bg::before {
    opacity: 0.6;
    -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1)
}
.is-inview {margin-bottom: 16px;}


.scene {overflow: hidden;right: 0; width: 100%; top: 0;height: 80vh; position: relative; background:#000 url(../img/main-banner-bg.jpg) center center no-repeat; background-size: cover;}

.scenebg {position: absolute;top: 0;left: 0;overflow: hidden;right: 0;width: 100%;
  height: 100vh; background: url(../img/main-banner-bg.jpg) center center no-repeat; background-size: cover;
}
.scene > div {
  position: absolute;
  bottom: 0;
}
.banner-content {max-width: 900px; width: 95%; bottom:10% !important; left: 50%; margin-left:-425px; z-index: 101;     text-shadow: 0 0px 10px #000000a8;}
.banner-content h2 {color:#fff !important; text-align: center; line-height: 2; font-size:26px; font-weight: 500; margin-bottom: 0}
.banner-content h1 {color:#fff !important; text-align: center; line-height: 1.08; font-size:42px; font-weight: 700;}
.scene div.clouds {    width: 1000px;
    left: -20px;
    bottom: -16px;
    height: 614px;
    background: url(../img/main-banner-fan.png) no-repeat center;
    background-size: cover;
    z-index: 100;
}}
.home .header_section {background:transparent; position: absolute; border: transparent;}
.home .header_section a {color: #FFF}
.about_section h2 {margin:0 0 24px;}
.c-home-category_link:hover .spm, .c-home-category_link:hover .automation-line, .c-home-category_link:hover .engineer, .c-home-category_link:hover .jig,
.c-home-category_link:hover .proto {-webkit-filter:none; filter: none;
    -webkit-transition: filter 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: filter 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: filter 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: filter 0.6s cubic-bezier(0.4, 0, 0.2, 1)
}
.spm, .automation-line, .engineer, .jig, .proto {-webkit-filter: grayscale(10%);filter: grayscale(10%);}
.spm {background:url(../img/services/occupational.jpg) no-repeat center center; background-size: cover}
.automation-line {background:url(../img/services/speech-therapy.jpg) no-repeat center center; background-size: cover}
.engineer {background:url(../img/services/special-teaching.jpg) no-repeat center center; background-size: cover}
.jig {background:url(../img/services/Physical-Therapy.jpg) no-repeat center center; background-size: cover}
.proto {background:url(../img/services/parent-councesilling.jpg) no-repeat center center; background-size: cover}

.ashbg {background-color: #f7f7f7;}
.contact_form .form-control.error {border-color: red}
.contact_form label.error {color: red; font-weight: 400; font-size:14px;} 
.email.alert  {
    position: fixed;
    bottom: 8px;
    right: 8px;
    margin: 0;
    padding: 20px;
    background: #2f2f2f;
    border: none;
}
.email.alert-success {
    color: #8fdb0a;
}
a.email-alert-close {
    font-size: 13px;
    margin-left: 24px;
    color: rgba(255,82,82,0.87);
    cursor: pointer;
}
.port {position: relative; max-width: 1170px; margin:0 auto; }
.port ul {
  display: block;
}
.port ul li {
  width: 33%; display: inline-block; text-align: center;
}
.port ul li img {
    border: 2px solid #ffbebe; margin-bottom: 24px;
}
.port ul li img:hover {
    border: 2px solid #f67878; 
    transition: border, box-shadow  0.6s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 0 10px #757575;
}





