@font-face {
    font-family: 'HelveticaNeue-Medium';
    src: url('font/HelveticaNeueLTStd-Md.otf') format("opentype");
}

/*@font-face {
    font-family: 'NeoTechAltRegular';
    src: url('font/NeoTechRegular.eot');
    src: url('font/NeoTechRegular.eot') format('embedded-opentype'),
        url('font/NeoTech-Regular.woff')format('woff'),
        url('font/NeoTechRegular.ttf')format('truetype'),
        url('font/NeoTechRegular.svg#NeoTechAltRegular')format('svg');
}

@font-face { 
    font-family: 'NeoTechAltRegular'; 
    src: url('font/neo-tech-alt-medium.eot'); 
    src: url('font/neo-tech-alt-medium.eot') format('embedded-opentype'), 
         url('font/neo-tech-alt-medium.woff') format('woff'),
         url('font/neo-tech-alt-medium.ttf') format('truetype'), 
         url('font/neo-tech-alt-medium.svg#NeoTechAltMedium') format('svg') }*/

body {
    font-family: 'HelveticaNeue-Medium';
	color: #7c7c7a;
}

h3 {
    font-weight: bolder;
}

:focus {
    outline: 0;
}

/* =========================================
            Header 
============================================ */
ul.navbar-nav > li > a {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus {
    background: none;
    color: #e00800;
}

.black_nav_top {
    background: #fff;
    padding-bottom: 1%;
    border-bottom: 0.5px solid #000;
}

.pull-right {
    margin-top: 1%;
}

.company_logo img {
    width: 265px;
}

/* =========================================
            About section 
============================================ */
h2,
h1 {
    color: #C6C6C6;
    font-weight: bolder;
    font-size: 45px;
}
#header-slider{
    padding-top:10px;
}

#services-01 img {
    margin: 30px 0;
}

.service {
    margin: 35px 0;
}

.service .icon {
    font-size: 42px;
    margin: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.service:hover .icon {
    color: #f4c613;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.service h5 {
    font-size: 12px;
    text-transform: uppercase;
    color: #f4c613;
    margin: 0 0 6px 0;
}

.service:hover h5 {
    color: #212226;
}

.service h4 {
    font-size: 24px;
    margin: 0 0 8px 0;
}

.service p {
    line-height: normal;
    text-align: justify;
}

.service_row1 {
    padding-bottom: 2%;
}

.service-item h2 {
    font-weight: 600;
    color: #000;
    font-size: 21px;
}

.service-item-overlay h2 {
    color: #fff;
}

/* =========================================
            yellow underline 
============================================ */
.services_heading_underline,
.projects_heading_underline,
.clients_heading_underline,
.contects_heading_underline,
.about_heading_underline,
.accrediations_heading_underline {
    width: 116px;
    border-top: 10px solid #e00800;
    position: relative;
    /* margin: 0px 0px 40px calc((100% - 980px) * 0.5);
    left: 38%;*/
    display: inline-block;
    padding: 1%;
}

.accrediations_heading_underline {
    width: 250px !important;
}

.projects_heading_underline {
    width: 200px !important;
}

#services {
    padding-bottom: 2%;
}
#header, .site-nav-wrapper{
	height: 75px;
}

/* =========================================
            Stats section 
============================================ */

#stats {
    background: #e00800;
}

.counter {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}

.stats-item p,
.stats-items p {
    font-size: 22px;
    color: #000;
    font-weight: bolder;
}

.stats-item {
    border-right-style: solid;
    border-right-color: #fff;
    border-right-width: 2px;
}

.stats-rows {
    padding-bottom: 10px;
}

/* =========================================
            Google map 
============================================ */

#map {
    height: 400px;
}

/* =========================================
            Inquiry form 
============================================ */
.btn-yellow {
    color: #fff;
    border: 1px solid #e00800;
    background-color: #e00800;
}

.btn-general {
    font-family: 'Raleway', sans-serif;
    border-radius: 28px;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 6px;
    padding: 12px 46px 12px 46px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.error {
    color: #FF0000;
    font-size: 11px;
}

ul.office-details {
    list-style: none;
    padding: 0;
}

ul.office-details li {
    margin-top: 12px;
}

ul.office-details li i {
    font-size: 20px;
    width: 45px;
}

/* =========================================
                Social Icons
============================================ */
ul.social-list li a {
    color: #212226;
    border: 1px solid #212226;
    text-align: center;
}

ul.social-list li a:hover {
    color: #fff;
    border-color: transparent;
}

ul.social-list {
    padding: 0;
    margin-top: 20px;
}

ul.social-list li {
    display: inline-block;
    padding: 0;
}

ul.social-list li a {
    border: 1px solid #000;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    border-radius: 50%;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

ul.social-list li:nth-child(1) a:hover {
    background: #3b5998;
    border-color: transparent;
}

ul.social-list li:nth-child(2) a:hover {
    background: #00aced;
    border-color: transparent;
}

ul.social-list li:nth-child(3) a:hover {
    background: #2867B2;
    border-color: transparent;
}

ul.social-list li:nth-child(4) a:hover {
    background: #cb2027;
    border-color: transparent;
}

ul.social-list li:nth-child(5) a:hover {
    background: #bb0000;
    border-color: transparent;
}


/*** slider ***/
.header_section {
    margin-top: 5.5%;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.mySlides {
    width: 100%;
}

#projects {
    padding-top: 4%;
}

/* Caption text */
.text {
    text-align: center;
}

/* =========================================
            Services 
============================================ */

#services-02 {
    background: #f4f4f4;
}

#services-tabs ul {
    margin-bottom: 18px;
}

#services-tabs ul li {
    padding: 5px 30px;
    margin-top: 2%;
}

#services-tabs ul li a {
    font-family: 'HelveticaNeue-Medium';
    font-size: 13px;
    color: #212226;
    /* text-transform: uppercase;*/
    font-weight: 400;
    padding: 0;
    text-decoration: none;
}


/* Tab active state */

#services-tabs ul li.r-tabs-state-active a {
    color: #e00800;
    font-weight: 700;
    border-bottom: 3px solid #e00800;
    padding-bottom: 5px;
    -webkit-transition: border-color 300ms linear;
    transition: border-color 300ms linear;
}

.service-tab .col-md-6 {
    padding: 0;
}

.service-tab img {
    width: 100%;
    margin: 0 auto;
}

.service-tab .tab-bg {
    background: #fff;
    padding: 59px 30px;
    min-height: 481px;
}

.service-tab h2 {
    font-size: 48px;
    color: #bbb;
    margin-bottom: 20px;
    font-weight: 100;
}

.service-tab h3 {
    font-size: 32px;
    margin-bottom: 30px;
}

.service-tab p {
    line-height: 24px;
    margin-bottom: 30px;
    text-align: justify;
}

#services {
    background-color: #f4f4f4;
    overflow: hidden;
}

.service-item {
    background-color: #fff;
    padding: 80px 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.service-item i {
    font-size: 42px;
    margin: 0;
}

.service-item h3 {
    font-size: 21px;
    margin-bottom: 10px;
}

.service-item hr {
    width: 45px;
    height: 3px;
    background-color: #e00800;
    margin: 0 auto;
    border: none;
}

.service-item p {
    margin-top: 20px;
}


/* Hover state */

.service-item:hover {
    background-color: #e00800;
}

.service-item:hover i,
.service-item:hover h3,
.service-item:hover p {
    color: #fff;
}

.service-item:hover hr {
    background-color: #fff;
}

.service-item:hover i {
    transform: translateY(-20px);
}

.services_submenu {
    display: none;
}

.service-item:hover .services_submenu {
    display: inline-block;

}

.services_submenu:hover .service_description {
    display: none;
}

/* Smooth transition */

.service-item,
.service-item i,
.service-item hr {
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.service-item h3,
.service-item p {
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}


/* Overlay Effect */

.service-item-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    right: 13px;
    background: rgba(14, 14, 17, 0.9);
    cursor: -webkit-zoom-in;
    cursor: context-menu;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.service-item-details {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service-item-details h3 {
    color: #f4c613;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.service-item-details span {
    display: inline-block;
    border-top: 1px solid #e00800;
    border-bottom: 1px solid #e00800;
    height: 6px;
    width: 30px;
    margin: 11px auto 5px auto;
}

/* Show Overlay on mouse over */

.service-item:hover .service-item-details h3 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.service-item:hover .service-item-details p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.service-item:hover .service-item-overlay {
    opacity: 1;
}

.owl-carousel .client_logo img {
    width: 100% !important;
}

/*.owl-carousel .accrediations_logo img {
    width: 40% !important;
}*/


/* =========================================
        Vertical/Horizontal Headings
============================================ */

.vertical-heading h5 {
    color: #4F6931;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    word-spacing: 9px;
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    top: 60px;
    left: -53px;
}

.vertical-heading h2 {
    margin: 0 0 0 35px;
}

.horizontal-heading h2,
.vertical-heading h2 {
    font-size: 42px;
    font-weight: bolder;
    line-height: 45px;
}

.horizontal-heading {
    padding-top: 2%;
}

.horizontal-heading h5 {
    font-size: 16px;
    color: #f4c613;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}

.horizontal-heading h2 {
    margin: 0;
    padding-bottom: 8px;
}

/* =========================================
                Testimonials
============================================ */

#testimonials {
    background: #f4f4f4;
    /*padding-bottom: 45px;*/
    overflow: visible;
}

#testimonials .vertical-heading {
    padding: 80px 0;
    margin-bottom: 50px;
}

#testimonial-slider {
    background: #7DA830;
    /* top: -80px;*/
}

.testimonial .row {
    margin-bottom: 25px;
}

.testimonial {
    padding: 20px 45px 0 45px;
    color: #fff;
}

.testimonial h3 {
    font-size: 32px;
    line-height: 35px;
}

.testimonial .stars {
    font-size: 20px;
    margin: 20px 0 10px 0;
}

.testimonial p {
    line-height: normal;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 20px;
}

.author .author-name-des {
    width: 106px;
    margin-top: 25px;
    text-align: left;
}

.author .author-name-des p {
    margin: 0;
}

#testimonials {
    padding-bottom: 2%;
}

.testimonial_heading {
    color: #4F6931;
}

/* =========================================
                Slider Buttons
============================================ */
#clients,
#accrediations {
    border-bottom: 35px solid #f4f4f4;
}


#clients .owl-prev,
#accrediations .owl-prev,
#clients .owl-next,
#accrediations .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #212226;
    font-size: 40px;
    background: none;
    margin: 0;
}

#clients .owl-prev,
#accrediations .owl-prev {
    left: -2rem;
}

#clients .owl-next,
#accrediations .owl-next {
    right: -2rem;
}


#header_slider .owl-theme .owl-nav .owl-next,
#header_slider .owl-theme .owl-nav .owl-prev {
    color: #e00800;
    font-size: 40px;
    background: none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);


}

#header_slider .owl-prev {
    left: 1rem;
}

#header_slider .owl-next {
    right: 1rem;
}

#testimonials .owl-theme .owl-nav .owl-next,
#testimonials .owl-theme .owl-nav .owl-prev {
    color: #212226;
    font-size: 40px;
    background: none;
}

.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 3px 15px;
    border-radius: 4px;
    font-size: 22px;
    display: none;
}

/* =========================================
                Services 01
============================================ */


.about_img_container {
    width: 100%;
    height: 100%;
    max-width: 1034px;
    max-height: 543px;
    margin: 0 auto;
}

.about_img_container .about_video {
    position: relative;
    padding-top: 44px;
    padding-bottom: 67.5%;
    height: 0;
}

.about_video video {
    box-sizing: border-box;
    /* background: url(/efm/img/about/Laptop.png) center center no-repeat;*/
    background-size: contain;
    padding: 5.9% 11.5% 14.8%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about_desc p {
    text-align: justify;
}

.alert-success {
    display: none;
}

.error-message {
    margin-top: 20rem;
    text-align: center;
    margin-bottom: 10rem;
}

.error-message h1 {
    color: #729a3c;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .about_video video {
        padding: 9.9% 11.5% 14.8%;
    }
}
