@font-face {
    font-family: 'Freight';
    src: url(../fonts/Freight-SansBookSC.eot);
    src: url('../fonts/Freight-SansBookSC.eot?#iefix') format('embedded-opentype'), url(../fonts/Freight-SansBookSC.woff2) format('woff2'), url(../fonts/Freight-SansBookSC.woff) format('woff'), url(../fonts/Freight-SansBookSC.ttf) format('truetype'), url('../fonts/Freight-SansBookSC.svg#Freight-SansBookSC') format('svg');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'font-icons';
    src:url('fonts/font-icons.eot');
    src:url('fonts/font-icons.eot') format('embedded-opentype'),
    url('fonts/font-icons.woff') format('woff'),
    url('fonts/font-icons.ttf') format('truetype'),
    url('fonts/font-icons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TheSansplain';
    src: url(../fonts/TheSans-Plain.eot);
    src: url('../fonts/TheSans-Plain.eot?#iefix') format('embedded-opentype'), url(../fonts/TheSans-Plain.woff) format('woff'), url(../fonts/TheSans-Plain.ttf) format('truetype'), url('../fonts/TheSans-Plain.svg#TheSans-Plain') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'FreightSansMedium';
    src: url('../fonts/FreightSansMedium.eot?#iefix') format('embedded-opentype'), url(../fonts/FreightSansMedium.woff) format('woff'), url(../fonts/FreightSansMedium.ttf) format('truetype'), url('../fonts/FreightSansMedium.svg#FreightSansMedium') format('svg');
    font-weight: 400;
    font-style: normal
}

body, small, #primary-menu ul ul li > a, .wp-caption, .feature-box.fbox-center.fbox-italic p, .skills li .progress-percent .counter, .nav-tree ul ul a {
    font-family: 'FreightSansMedium', 'Lato', sans-serif
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 40%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #00415f;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001
}

.preloader_img {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 200px;
    transform: translateX(-50%);
    z-index: 1001
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #7ab800;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #000;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes hide1 {
    0% {
        opacity: 1;
        visibility: visible
    }
    100% {
        opacity: 0;
        display: none;
        visibility: hidden
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

#loader-wrapper .loader-section.section-left {
    left: 0
}

#loader-wrapper .loader-section.section-right {
    right: 0
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.7s 0.3s cubic-bezier(.645, .045, .355, 1)
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.7s 0.3s cubic-bezier(.645, .045, .355, 1)
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.loaded #loader-wrapper {
    -webkit-animation: hide1 1.5s forwards;
    animation: hide1 1.5s forwards;
    -webkit-transform: translateY(-100%);
    transition-delay: 1.5s;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.no-js #loader-wrapper {
    display: none
}

.no-js h1 {
    color: #222
}

.detailc_div {
    position: absolute;
    top: -100px;
    background-color: #fff;
    height: 375px;
    z-index: 8
}

.product_detail_image {
    float: right;
    width: 25%
}

.container {
    position: relative
}

#primary-menu ul li > a {
    font-family: 'FreightSansMedium';
    font-weight: 700
}

.cursor {
    cursor: pointer
}

.prev {
    left: 0;
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -94px;
    color: white;
    font-weight: 700;
    font-size: 20px;
    user-select: none;
    -webkit-user-select: none
}

.next {
    right: 0;
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -94px;
    color: white;
    font-weight: 700;
    font-size: 20px;
    user-select: none;
    -webkit-user-select: none
}

.sec-prev, .sec-next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 7px;
    margin-top: 0;
    color: white;
    font-weight: 700;
    font-size: 20px;
    user-select: none;
    -webkit-user-select: none
}

.sec-prev {
    left: 0
}

.sec-next {
    right: 0
}

.prev:hover, .next:hover, .sec-prev:hover, .sec-next:hover {
    background-color: rgba(0, 0, 0, .8);
    color: #FFFFFF !important
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white
}

.row:after {
    content: "";
    display: table;
    clear: both
}

.column {
    float: left;
    width: 18.66%;
    margin: auto
}

.demo {
    opacity: .6
}

.active, .demo:hover {
    opacity: 1
}

.contact_image {
    overflow: hidden;
    margin: 20px auto;
    width: 100%;
    border: none;
    display: block;
}

.map-container {
    width: 48%;
    float: left;
    margin-left: 2%;
    margin-top: 65px;
}

.about-image {
    float: left;
    border-radius: 50%;
    width: 20%
}

.language-switcher:after {
    content: "";
    background-color: white;
    position: absolute;
    width: 1px;
    height: 25px;
    top: 10px;
    right: 167%;
    display: block;
    font-family: sans-serif
}

.header-logo {
    height: 60px !important;
    padding-top: 4%
}

.PageTitle h2 {
    width: 90%;
    text-align: left;
    border-bottom: 1px solid #00415f;
    line-height: .1em;
    margin: 15px auto;
    margin-bottom: 40px;
    color: #0c2c86
}

.PageTitle h2 span {
    color: #00415F !important
}

.bot_services_container {
    width: 80%;
    margin: 0 auto
}

.PageTitle h2 span {
    background: #fff;
    padding: 0 10px
}

.footer-widgets-wrap .clearfix {
    z-index: 1
}

.oc-item .carousel-item-title {
    color: #e56838;
    text-align: left;
    font-weight: 300;
    margin-bottom: 10px
}

.oc-item p {
    text-align: left;
    color: #5f5f5f
}

.heading-block h3 {
    color: #00415f;
    font-size: 40px;
    line-height: 1em;
    background: #fff;
    width: 355px;
    margin: 0 auto;
    margin-top: -.6em;
    font-family: 'FreightSansMedium'
}

.single-news-box h3 {
    color: #00415f
}

.heading-block::after {
    border-top: none
}

.address-container {
    color: #00415f;
    font-size: 1.2rem;
    line-height: 1.5em
}

#headquarters-map {
    height: 80%;
    max-height: 600px
}

.slider-caption h2.slider-caption-blue {
    color: #00415F;
    font-size: 36px;
    font-family: 'FreightSansMedium';
    font-weight: 600
}

.slider-caption div.slider-caption-green {
    color: #7AB800;
    font-size: 20px;
    font-family: 'FreightSansMedium';
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: capitalize
}

.slider-caption .slider-caption-img {
    width: 75%;
    float: right;
    margin-right: 10%;
    opacity: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transition: -webkit-transform .07s ease-out;
    transition: -webkit-transform .07s ease-out;
    transition: transform .07s ease-out;
    transition: transform .07s ease-out, -webkit-transform .07s ease-out;
    backface-visibility: hidden;
    transition-delay: 0.6s !important
}

.swiper-slide.swiper-slide-active .slider-caption .slider-caption-img {
    opacity: 1;
    -webkit-transition: transform 1s, opacity 1.5s;
    -o-transition: transform 1s, opacity 1.5s;
    transition: transform 1s, opacity 1.5s;
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
    backface-visibility: hidden;
    transition-delay: 0.6s !important
}

.btn.btn-more {
    background: #E56838;
    color: #fff;
    float: right;
    margin-right: 5%
}

.owl-item p {
    margin-bottom: 2px;
    line-height: 1.3em
}

.news_modal_cover {
    display: block;
    width: 94%;
    margin: 0 auto;
    margin-bottom: 5px
}

.language-switcher {
    position: absolute;
    right: 65px;
    top: 0;
    color: #fff;
    font-size: 20px;
    margin: -2px;
    font-family: sans-serif
}

.flag {
    width: 20px;
    height: 13px;
    background: url(../images/sflag.png) no-repeat 0 0 transparent;
    background-size: cover;
    display: inline-block
}

.bflag {
    background: url(../images/bflag.png) no-repeat 0 0 transparent;
    background-size: cover
}

#primary-menu {
    margin-right: 2.2%;
    margin-left: 0
}

.tel-span {
    display: block
}

.portfolio-item.grid__item {
    padding: 1% !important
}

.about-tabs-container {
    width: 43%;
    margin: 0 auto;
    margin-bottom: 20px
}

.about-tabs-container .about-tab {
    float: left;
    cursor: pointer;
    border: 1px solid #7AB800;
    background: #fff;
    color: #00415f;
    font-size: 22px;
    line-height: 1.6em;
    border-radius: 24px;
    padding-left: 3%;
    padding-right: 3%;
    margin: 1.5%;
    height: 42px;
    width: 30%;
    text-align: center
}

.about-tabs-container .about-tab:hover, .about-tabs-container .about-tab.active {
    background: #7AB800;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 65, 95, .75);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 65, 95, .75);
    box-shadow: 0 3px 5px 0 rgba(0, 65, 95, .75)
}

.address-container h4, .address-container span {
    color: #00415f;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0;
    line-height: 1.8em;
    font-size: 20px;
    font-family: 'TheSansplain';
    font-weight: 600
}

.error_cap:before {
    content: "*";
    color: red;
    font-size: 22px;
    position: absolute;
    top: 30%;
    left: -10px;
}

.error_cap {
    position: relative;
    border: 1px solid red;
}

.nobottommargin {
    width: 48%;
    float: left
}

.single-contact {
    float: left;
    margin-right: 30px;
    margin-left: 25px;
    margin-bottom: 10px;
    position: relative;
    font-family: 'TheSansplain';
}

.single-contact.letter {
    margin-right: 0;
}

.single-contact:before {
    content: " ";
    position: absolute;
    left: -25px;
    top: 0;
    width: 20px;
    height: 20px;
    background: url('../images/call-answer.svg') no-repeat 0 0 transparent;
    background-size: 100%;
}

.single-contact.fax:before {
    background: url('../images/fax.svg') no-repeat 0 0 transparent;
    background-size: 100%;
}

.form-add-container .border-form-control.has-error {
    border: 1px solid red;
}

.dual-contact {
    float: left;
    width: 50%;
}

.single-contact.mail:before {
    top: 5px;
    background: url('../images/sent-mail.svg') no-repeat 0 0 transparent;
    background-size: 100%;
}

.single-contact.letter:before {
    top: 4px;
    background: url('../images/mailbox.svg') no-repeat 0 0 transparent;
    background-size: 100%;
}

.contactus_container {
    padding: 0;
}

.form-add-container .border-form-control {
    border: none;
    background: #f4f4f4 !important;
    color: #00415F !important;
    font-family: 'FreightSansMedium'
}

.form-add-container form .col_full {
    margin-bottom: 10px;
    position: relative
}

.form-add-container form {
    margin: 25px 0 0 0
}

.form-add-container form textarea {
    height: 240px
}

.form-title {
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
    color: #00415F;
    font-family: 'FreightSansMedium';
    position: relative;
}

.form-title:before {
    content: " ";
    position: absolute;
    top: 35%;
    left: -14px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E56838;
}

.join_us_container {
    width: 50%;
    margin: 20px auto;
    text-align: center;
}

.join_us_container h3 {
    font-size: 20px;
    font-weight: 700;
    color: #E56838;
    line-height: 1.8em;
    text-align: center;
    font-family: 'FreightSansMedium';
    margin: 0;
}

.join_us_container p {
    font-family: 'FreightSansMedium';
    margin: 0;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 5px;
    color: #00415F;
    text-align: center;
}

.join_us_container a {
    display: block;
    text-decoration: underline !important;
    text-align: center;
    font-size: 18px;
    color: #00415f;
    font-family: 'FreightSansMedium';
    font-weight: 700;
}

.g-recaptcha {
    float: left;
    width: 50%;
}

.submit_btn_new {
    cursor: pointer;
    float: right;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.6em;
    border-radius: 4px;
    display: block;
    border: none;
    background: #00415f;
    color: #fff;
    font-size: 17px;
    font-family: 'FreightSansMedium';
    font-weight: 600;
    text-transform: capitalize;
}

.submit_btn_new:hover {
    background: #E56838;
}

.form-add-container form .col_full.contactform-submit {
    text-align: center;
    margin-top: 10px
}

.form-add-container form .submit_btn {
    background: #00415f;
    color: #fff;
    text-align: center;
    font-size: 26px;
    position: relative;
    border: none;
    text-transform: capitalize;
    padding: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    font-family: 'FreightSansMedium';
    font-weight: 700
}

.form-add-container form .submit_btn:hover, .form-add-container form .submit_btn:active, .form-add-container form .submit_btn:focus {
    background: #E56838;
    cursor: pointer
}

.form-add-container .joinus_btn {
    background: #d24217;
    color: #fff;
    text-align: center;
    padding: 7px;
    font-size: 20px;
    float: left;
    position: relative;
    border: none;
    text-transform: capitalize;
    margin-top: -15px;
    border-radius: 5px;
    height: 43px;
    width: 120px;
    font-family: 'FreightSansMedium';
    font-weight: 700
}

.owl-next, .owl-prev {
    font-size: 40px;
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px
}

#oc-events .owl-prev {
    display: none
}

#oc-events .owl-next {
    background: url(../images/arrow-down.png) no-repeat 0 0 transparent;
    background-size: cover;
    width: 70px;
    height: 40px
}

#oc-events .owl-next span {
    display: none
}

.top-header {
    position: relative;
    background: #00415f;
    color: #fff;
    z-index: 999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 40px;
    overflow: hidden;
    line-height: 42px;
    font-size: 16px;
    padding-left: 1%;
    padding-right: 1%;
    font-family: 'TheSansplain'
}

.top-header .fright {
    margin-right: 70px;
    margin-top: 8px
}

.service-title h4 {
    margin: 0;
    text-align: center;
    font-family: 'FreightSansMedium';
    font-weight: 700
}

.news-date {
    border: 1px solid #707070;
    float: left;
    padding: 5px;
    color: #00415f
}

.nav-link span {
    display: block
}

a.nav-link {
    color: #00415F;
    font-family: 'Freight'
}

#section-product .news_modal_cover, #section-news .news_modal_cover {
    width: 50%
}

.card, .nav-tabs {
    border: none
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #e66c3e;
    background-color: #fff;
    border: none
}

#p_container .nav-tabs .nav-link.active, #p_container .nav-tabs .nav-item.show .nav-link {
    background-color: transparent
}

.portfolio-filter.style-2 li a {
    text-transform: uppercase;
    text-align: left;
    margin-left: 45px !important;
    font-family: 'FreightSansMedium';
    font-weight: 700;
    font-size: 20px
}

.portfolio-filter.style-2 li a:first-letter {
    font-size: 26px
}

.portfolio-filter.style-2 li img {
    width: 50px
}

.portfolio-filter.center.style-2 li, .portfolio-filter.center.style-3 li, .portfolio-filter.center.style-4 li {
    width: 30%
}

.expander-header {
    width: 80%;
    margin: 0 auto;
    margin-left: 15%
}

.expander-item {
    display: block;
    float: left;
    width: 30%;
    margin: 1.5%
}

.expander-item .expander-item-image {
    width: 46px;
    height: 46px;
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.expander-item .title {
    float: left;
    margin-top: 5px;
    color: #00415f;
    font-size: 1.4em;
    font-family: 'FreightSansMedium';
    font-weight: 700
}

.expander-item .title:after {
    clear: both
}

.meta {
    font-size: .765em;
    text-align: left;
    width: 30%;
    float: left
}

.expander-item-content {
    padding: 5%;
    position: relative;
    text-align: left;
    display: none;
    overflow: hidden
}

.expander-item-content .expander-close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    background: url(../images/close-btn.png) no-repeat 0 0 transparent;
    background-size: 100% 100%;
    cursor: pointer
}

.expander-item-content .expander-content-title {
    color: #e56838;
    font-size: 1.9em;
    line-height: 1.5em;
    text-align: left;
    font-family: 'FreightSansMedium';
    font-weight: 700
}

.social-footer {
    margin: 20px auto;
    text-align: center;
    width: 140px;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px
}

#content #oc-events p {
    font-family: 'FreightSansMedium';
    font-weight: 500
}

.tel-icon, .fax-icon {
    background: url(../images/phone.png) no-repeat 0 0 transparent;
    background-size: 100% 100%;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 5px;
    margin-right: 5px
}

.fax-icon {
    background: url(../images/fax.png) no-repeat 0 0 transparent;
    background-size: 100% 100%
}

.expander-item {
    position: relative
}

.expander-item.active .title {
    color: #E56838
}

#footer h4 {
    color: #00415f
}

#footer h5 {
    color: #00415f;
    line-height: .5
}

.page-section {
    padding: 40px 0;
    padding-bottom: 0
}

.center .heading-block::after, .heading-block.center::after, .heading-block.title-center::after {
    margin: 0
}

.noborder * {
    border: none
}

.top-header .social-icon {
    margin: auto 3px
}

#section-about p {
    text-align: left;
    font-size: 1.1em
}

.Expander-body #item-3 li {
    font-size: 1.1em
}

.carousel_product_img {
    max-height: 163px;
    max-width: 216px;
    min-height: 163px;
    min-width: 216px;
    display: block;
    position: relative
}

#section-product .owl-carousel .owl-nav.disabled, #section-product .owl-carousel .owl-nav {
    display: block
}

#section-product .owl-nav .owl-prev, #section-product .owl-nav .owl-next {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100px;
    background: rgba(0, 0, 0, .3);
    color: #fff
}

#section-product .owl-nav .owl-next {
    right: 0;
    margin: 0
}

#section-product .owl-nav .owl-prev {
    left: 0;
    margin: 0
}

.portfolio-filter {
    position: relative;
    margin-bottom: 25px
}

.carousel_product_name {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.carousel_product_name .cate-name {
    color: #fff;
    font-size: .9em;
    margin: 0;
    margin-top: 25%
}

.carousel_product_name .pro_name {
    color: #fff;
    font-size: 1.3em;
    margin: 0;
    margin-top: 20%
}

.carousel_product_details, .carousel_product_link {
    background: url(../images/details.png) no-repeat 0 0 transparent;
    background-size: cover;
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin: 5%;
    margin-top: 60%
}

.carousel_product_link {
    background: url(../images/got_to_link.png) no-repeat 0 0 transparent
}

.carousel_product_hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    display: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-left: 25%;
    padding-right: 25%
}

.carousel_product_img:hover .carousel_product_name {
    display: none
}

.carousel_product_img:hover .carousel_product_hover {
    display: block
}

.product_content .col-back, .product_content .product_description, .product_content .porduct_images {
    float: left;
    margin: 10px;
    margin-left: 0;
    margin-right: 0
}

.product_content .product_description {
    width: 45%;
    color: #5f5f5f
}

.product_content .porduct_images {
    width: 40%;
    overflow: hidden
}

.product_content .col-back {
    width: 15%
}

.product_content .col-back .back-btn {
    width: 50px;
    height: 50px;
    display: block;
    margin: 40% auto;
    background: url(../images/back.png) no-repeat 0 0 transparent;
    background-size: cover
}

.product_content .product_description h2 {
    text-align: center;
    color: #5f5f5f;
    font-size: 1.5em
}

.product_content .container {
    padding: 0
}

.product_content {
    height: 450px;
    padding-top: 25px;
    padding-bottom: 25px;
    display: none
}

#section-product .product_content .owl-nav.disabled, #section-product .product_content .owl-nav {
    display: none
}

.porduct_images .owl-item img {
    width: 100%;
    height: 100%
}

#footer .widget > h4 {
    margin-bottom: 25px
}

#p_nav_container {
    margin-bottom: 25px
}

.social-icon {
    margin: auto 15px
}

.service_col {
    width: 20%;
    margin-top: 17px;
    margin-bottom: 17px
}

.footer-col {
    margin-bottom: 0 !important
}

.thumb_container {
    position: relative
}

.goals_list ul {
    list-style-type: disc;
    padding: 10px
}

.goals_list ul li {
    font-size: 18px;
    line-height: 1.4em;
    font-family: 'FreightSansMedium'
}

.our_goals_title {
    font-size: 20px;
    color: #00415f;
    margin-bottom: 45px;
    font-family: 'FreightSansMedium'
}

.our_goals_title:before {
    display: inline-block;
    content: '';
    -webkit-border-radius: .375rem;
    border-radius: .375rem;
    height: .55rem;
    width: .55rem;
    margin-right: .5rem;
    background-color: #d24217
}

.goals_image {
    margin-top: 40px
}

.goals_image img {
    display: block;
    margin: 0 auto;
    width: 80%
}

.about_hr {
    width: 100%;
    margin: 15px auto;
    height: 1px;
    background: #00415f
}

.news-home-slider {
    width: 90%;
    margin: 0 auto
}

.sections_container .nav-tabs {
    border-bottom: none;
    display: block;
    float: none;
    width: 85%;
    margin: 0 auto
}

.sections_container .nav-tabs li {
    float: left;
    margin-bottom: 10px;
    width: 20%;
    text-align: center
}

.sections_container .tab-content {
    display: block;
    float: none;
    width: 85%;
    margin: 15px auto
}

.sections_container .section_tab_title {
    font-size: 16px;
    color: #00415f;
    text-align: center;
    font-family: 'FreightSansMedium';
    text-transform: capitalize
}

.sections_container .active .section_tab_title {
    color: #7ab800
}

.sections_container .nav-tabs > li > a img {
    width: 110px;
    margin: 0 auto;
    display: block
}

.sections_container .nav > li > a {
    padding: 0
}

.page-section {
    min-height: 450px
}

.our_goals_container {
    width: 80%;
    margin: 0 auto
}

.tech_section1 .tech_text {
    margin-top: 60px
}

.tech_section1 p, .tech_section2 p {
    font-family: 'FreightSansMedium';
    font-size: 17px
}

.client-opinion-container {
    width: 55%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -32%);
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px
}

.client-opinion-container img {
    width: 100%;
    display: block
}

.hesperiden .tp-tab-image {
    width: 250px !important;
    height: 150px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important
}

.single_client_container {
    padding: 0;
    position: relative;
    overflow: hidden
}

.single_client_content, .client-logo-container {
    float: left;
    width: 50%;
    position: relative;
    z-index: 3
}

.client-logo {
    background: #f4f4f4;
    border-radius: 50%;
    height: 184px;
    position: relative;
    overflow: hidden;
    z-index: 10;
    margin-bottom: 10px
}

.client-logo div {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 80%;
    width: 80%;
    border-radius: 50%
}

.client-logo:hover div {
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 65, 95, .75);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 65, 95, .75);
    box-shadow: 0 3px 5px 0 rgba(0, 65, 95, .75)
}

.client-logo img {
    display: block;
    width: 71%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.6s ease-in-out
}

.single_client_content {
    padding: 5px;
    transform: translateX(-100%);
    position: relative;
    z-index: 2;
    transition: all 0.6s ease-in-out;
    overflow-wrap: break-word;
    font-size: 18px;
    height: 224px;
    padding: 7%;
    visibility: hidden
}

.single_client_content.open {
    transform: translateX(0%);
    visibility: visible
}

.client_title {
    font-size: 18px;
    color: #7AB800;
    line-height: 1.3em;
    padding: 4px;
    display: inline-block;
    border-radius: 4px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0;
    float: left;
    font-family: 'FreightSansMedium';
    font-weight: 500;
    text-align: center;
    width: 100%
}

.client_title.open {
    color: #fff;
    background: #7AB800
}

#section-news .slick-carousel {
    width: 100%;
    margin: 40px auto
}

.news_item_title {
    font-size: 17px;
    color: #00415f;
    margin-bottom: 10px;
    border-bottom: 1px solid #e35721;
    line-height: 1.7em;
    font-family: 'Freight'
}

.news_item {
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    background: #f4f4f4;
    margin-left: 4px;
    margin-right: 4px;
    padding: 25px;
    height: 320px
}

.bottom-arrow, .top-arrow {
    width: 73px;
    height: 60px;
    border: none;
    margin: 10px auto;
    display: block;
    padding: 0;
    cursor: pointer;
    background: url(../images/arrow-point-to-down.png) no-repeat 0 0 transparent
}

.top-arrow {
    transform: rotate(180deg)
}

.news_item_img {
    max-height: 110px;
    display: block;
    width: 100%
}

.news_item_date {
    color: #fff;
    font-size: 12px;
    background: #d24217;
    border-radius: 5px;
    position: absolute;
    right: 25px;
    bottom: 25px;
    margin: 0;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px
}

.slick-prev::before, .slick-next::before {
    content: " ";
    background: url(../images/arrow_right.png) no-repeat center center transparent;
    line-height: 1;
    opacity: 1;
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: contain
}

.slick-prev::before {
    transform: rotate(180deg);
    opacity: 1
}

.slick-slide {
    margin-left: 5px;
    margin-right: 5px
}

.single-news-title {
    text-align: center;
    color: #00415f
}

.single-news-date {
    text-align: right;
    font-size: 12px;
    color: #d24217;
    margin: 0;
    width: 90%
}

.single-news-content {
    width: 90%;
    margin: 0 auto
}

.single-news-content p {
    margin-bottom: 4px;
    font-size: 15px;
    text-align: left
}

.single-news-content-img {
    display: block;
    margin: 10px auto;
    max-width: 600px;
    width: 80%
}

.news_slider_content {
    background: #00415f;
    color: #fff;
    padding-top: 60px;
    padding-left: 20px
}

.news_slider_title {
    text-align: left;
    font-size: 17px;
    line-height: 1.4em;
    color: #fff;
    font-family: 'Freight'
}

.news_slider_read_more {
    border: 1px solid #fff;
    border-radius: 4px;
    background: transparent;
    padding: 5px 10px 5px 10px;
    display: block;
    color: #fff;
    width: 90px;
    font-size: 13px
}

.news-slider-img {
    padding: 0
}

.news-slider-img img {
    display: block;
    width: 100%
}

.service_category_nav {
    list-style-type: disc;
    display: block;
    width: 94%;
    margin: 0 auto;
    background: #e4eaee;
    border-bottom: 2px solid #e0eec5
}

.service_category_nav li {
    font-size: 15px;
    line-height: 70px;
    list-style-type: none;
    font-weight: 700;
    text-align: left;
    float: left;
    position: relative
}

.service_category_nav li a, .services_nav li a {
    color: #00415f;
    font-family: 'Freight';
    padding-left: 20px;
    display: block;
    height: 100%;
    padding-right: 20px;
    line-height: 70px
}

.service_category_nav li a.active, .services_nav li a.active, .service_category_nav li:hover a, .services_nav li:hover a {
    background: #e0eec5
}

.service_category_nav li.active {
    background: #e0eec5
}

.service_category_nav li.active:after {
    content: " ";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    border-style: solid;
    border-width: 15px 11px 0 11px;
    border-color: #d7e9b3 transparent transparent transparent
}

.service_category_nav > li:hover {
    background: #e0eec5
}

.services_nav li {
    float: left;
    width: 136px;
    margin: 0;
    display: block
}

.services_nav li img {
    display: block;
    width: 100%
}

.services_nav li .service_tab_title {
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 700;
    color: #00415f;
    font-family: 'Freight', "Lato", sans-serif;
    margin: 0;
    margin-top: 10px
}

.services_nav li .active .service_tab_title {
    color: #7AB800
}

.service {
    margin-bottom: 10px
}

.services_nav_content {
    text-align: left;
    font-size: 15px;
    line-height: 1.3em;
    padding: 38px;
    padding-top: 20px;
    padding-bottom: 15px;
    background: #f2f2f2;
    -webkit-box-shadow: 0 2px 10px 0 rgba(189, 187, 189, 1);
    -moz-box-shadow: 0 2px 10px 0 rgba(189, 187, 189, 1);
    box-shadow: 0 2px 10px 0 rgba(189, 187, 189, 1);
    border-radius: 3px;
    font-family: 'Freight'
}

.services_intro {
    text-align: left;
    font-size: 19px;
    color: #00415f;
    line-height: 1.7em;
    margin-left: 2%;
    margin-right: 2%;
    padding-bottom: 40px;
    padding-top: 15px
}

.services_intro p {
    margin-bottom: 0;
    width: 80%;
    font-family: 'FreightSansMedium'
}

.service_category_nav_mobile_dropdown {
    width: 200px;
    display: none;
    margin-bottom: 25px;
    margin-top: 25px
}

.service_category_nav_mobile_dropdown_btn {
    width: 200px;
    background: #7AB800;
    border: none
}

.service_category_nav_mobile {
    width: 100%;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none
}

.service_category_nav_mobile.show {
    display: block
}

.service_category_nav_mobile li a {
    width: 100%;
    text-align: center;
    line-height: 2em;
    font-size: 15px;
    color: #00415f
}

.service_category_nav_mobile li {
    text-align: center;
    line-height: 1.4em;
    font-size: 15px;
    color: #00415f
}

.service_category_nav_mobile.show li {
    text-align: center
}

.services_container_new {
    background: #f4f4f4;
    padding: 18px;
    padding-top: 35px;
    padding-bottom: 35px;
    width: 94%;
    margin: 18px auto
}

.service-title {
    font-size: 17px;
    margin: 0;
    color: #7AB800;
    text-align: left;
    font-family: 'Freight'
}

.service-description p {
    text-align: left;
    font-size: 16px
}

.service-img {
    width: 15%;
    float: left;
    margin-right: 15px
}

.service-content {
    width: 80%;
    float: left;
    min-height: 145px
}

.products-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 72%;
    margin: 15px auto
}

.product_item {
    display: grid;
    margin: 10px;
    position: relative;
    flex: 1;
    text-align: center;
    color: white;
    transition: .3s;
    max-width: 191px;
    min-width: 155px;
    height: 200px
}

.product_img {
    width: 155px;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    transition: all 0.4s ease-in-out
}

.product_item:hover {
    transition: .5s;
    max-width: 30% !important;
    flex-grow: 1.2;
    cursor: pointer
}

.product_title {
    font-size: 16px;
    color: #00415f;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    transition: all 0.4s ease-in-out;
    text-align: center;
    font-family: 'Freight'
}

.product_item:hover .product_img {
    border-radius: 0
}

.product_arrow {
    display: block;
    width: 44px;
    height: 44px;
    background: url(../images/small-arrow.png) no-repeat center center #fff;
    -webkit-box-shadow: 0 0 6px 0 rgba(181, 181, 181, 1);
    -moz-box-shadow: 0 0 6px 0 rgba(181, 181, 181, 1);
    box-shadow: 0 0 6px 0 rgba(181, 181, 181, 1);
    position: absolute;
    bottom: 25px;
    left: 0;
    transform: rotate(180deg);
    transition: all 0.4s ease-in-out;
    border-radius: 50%
}

.product_item:hover .product_arrow {
    bottom: -5px
}

.product_modal_dialog .modal-body {
    padding: 0;
    background: #f7f5f5
}

.product_modal_dialog .row {
    margin: 0
}

.modal-dialog.product_modal_dialog {
    max-width: 940px;
    margin: 5rem auto;
    position: relative
}

.product_modal_title {
    font-size: 18px;
    color: #00415f;
    text-align: left;
    line-height: 1.5em;
    margin-bottom: 0;
    font-family: 'Freight'
}

.product_modal_desc {
    font-size: 16px;
    text-align: left;
    line-height: 1.3em;
    margin-top: 20px;
    font-family: 'Freight';
    color: #5f5f5f;
    padding: 15px
}

.product_modal_image {
    padding: 25px;
    background: #00415f
}

.product_modal_desc p {
    margin-bottom: 0
}

.product_close_modal {
    display: block;
    width: 44px;
    height: 44px;
    background: url(../images/modal_close_btn.png) no-repeat center center transparent;
    -webkit-box-shadow: 0 0 4px 0 rgba(181, 181, 181, 1);
    -moz-box-shadow: 0 0 4px 0 rgba(181, 181, 181, 1);
    box-shadow: 0 0 4px 0 rgba(181, 181, 181, 1);
    position: absolute;
    top: -22px;
    left: -22px;
    border-radius: 50%;
    background-size: 100% 100%;
    border: none
}

.product_modal_image img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.timeline {
    position: relative;
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 1em 0;
    list-style-type: none
}

.timeline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: ' ';
    display: block;
    width: 6px;
    height: 100%;
    margin-left: -3px;
    background: rgb(80, 80, 80);
    background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(100%, rgba(125, 185, 232, 1)));
    background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    z-index: 5
}

.timeline li {
    padding: 1em 0
}

.timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.direction-l {
    position: relative;
    width: 300px;
    float: left;
    text-align: right
}

.direction-r {
    position: relative;
    width: 300px;
    float: right
}

.flag-wrapper {
    position: relative;
    display: inline-block;
    text-align: center
}

.flag {
    position: relative;
    display: inline;
    background: rgb(248, 248, 248);
    padding: 6px 10px;
    border-radius: 5px;
    font-weight: 600;
    text-align: left
}

.direction-l .flag {
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, .15), 0 0 1px rgba(0, 0, 0, .15);
    -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, .15), 0 0 1px rgba(0, 0, 0, .15);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, .15), 0 0 1px rgba(0, 0, 0, .15)
}

.direction-r .flag {
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .15), 0 0 1px rgba(0, 0, 0, .15);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .15), 0 0 1px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .15), 0 0 1px rgba(0, 0, 0, .15)
}

.direction-l .flag:before, .direction-r .flag:before {
    position: absolute;
    top: 50%;
    right: -40px;
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -10px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid rgb(255, 80, 80);
    z-index: 10
}

.direction-r .flag:before {
    left: -40px
}

.direction-l .flag:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(248, 248, 248);
    border-width: 8px;
    pointer-events: none
}

.direction-r .flag:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(248, 248, 248);
    border-width: 8px;
    pointer-events: none
}

.time-wrapper {
    display: inline;
    line-height: 1em;
    font-size: .66666em;
    color: rgb(250, 80, 80);
    vertical-align: middle
}

.direction-l .time-wrapper {
    float: left
}

.direction-r .time-wrapper {
    float: right
}

.time {
    display: inline-block;
    padding: 4px 6px;
    background: rgb(248, 248, 248)
}

.desc {
    margin: 1em .75em 0 0;
    font-size: .77777em;
    font-style: italic;
    line-height: 1.5em
}

.direction-r .desc {
    margin: 1em 0 0 .75em
}

.updated_container {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto
}

.team_intro {
    text-align: center
}

.team_intro .team_intro_img {
    display: block;
    width: 250px;
    margin: 15px auto
}

.video-title {
    background: #00415f;
    color: #fff;
    margin: 0;
    padding: 7px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 2em;
    font-size: 16px;
    width: auto;
    position: relative;
    float: left;
    font-family: 'Freight'
}

.video-container {
    width: 600px;
    margin: 10px auto
}

.story-container {
    width: 75%;
    margin: 0 auto
}

.time-point, .time-point.time-point2 {
    width: 15px;
    height: 15px;
    background: #00415f;
    position: absolute;
    left: 49.1%;
    top: 40%;
    border-radius: 50%
}

.timeline-container {
    width: 725px;
    margin: 0 auto;
    position: relative;
    margin-top: -40px
}

.timeline-container .time_line {
    content: " ";
    width: 1px;
    background: #00415f;
    position: absolute;
    top: 112px;
    left: 50%;
    height: 0%;
    transition: all 0.7s ease-in-out
}

.timeline-section {
    position: relative;
    margin: 90px auto;
    overflow: hidden
}

.timeline-img {
    width: 46%;
    padding-top: 25px
}

.timeline-img img {
    display: block;
    width: 180px
}

.timeline-content {
    width: 46%;
    padding-top: 70px
}

.timeline-content .timeline-date {
    background: #00415f;
    color: #fff;
    margin: 0;
    padding: 14px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.5em;
    font-size: 24px;
    font-weight: 700;
    width: auto;
    position: relative;
    font-family: 'Freight'
}

.timeline-section:nth-child(even) .timeline-content .timeline-date {
    float: left
}

.timeline-section:nth-child(odd) .timeline-content .timeline-date {
    float: right
}

.timeline-content .timeline-text {
    color: #00415f;
    font-size: 16px;
    min-height: 130px;
    max-height: 130px
}

.timeline-section:nth-child(even) .timeline-img {
    float: left;
    margin-right: 4%;
    margin-left: 0
}

.timeline-section:nth-child(odd) .timeline-img {
    float: right;
    margin-right: 0%;
    margin-left: 4%
}

.timeline-section:nth-child(even) .timeline-img img {
    float: right
}

.timeline-section:nth-child(odd) .timeline-img img {
    float: left
}

.timeline-section:nth-child(even) .timeline-content {
    float: left;
    margin-left: 4%;
    margin-right: 0
}

.timeline-section:nth-child(odd) .timeline-content {
    float: right;
    margin-right: 4%;
    margin-left: 0
}

.slider-arrow-right {
    background: url(../images/arrow_right.svg) no-repeat center center transparent;
    background-size: contain;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.slider-arrow-left {
    background: url(../images/arrow_left.svg) no-repeat center center transparent;
    background-size: contain;
    left: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.slider-arrow-right:hover {
    border: 1px solid #00415F
}

.slider-arrow-left:hover {
    border: 1px solid #00415F
}

.tp-leftarrow.tparrows:before {
    content: " ";
    background: url(../images/arrow_left.svg) no-repeat center center transparent;
    background-size: contain;
    height: 25px;
    width: 25px
}

.tp-rightarrow.tparrows:before {
    content: " ";
    background: url(../images/arrow_right.svg) no-repeat center center transparent;
    background-size: contain;
    height: 30px;
    width: 30px
}

#rev_slider_41_1 .metis.tparrows {
    background: transparent !important
}

#section-about {
    background: url(../images/about_bg.png) repeat-x top right transparent
}

#section-clients {
    background: url(../images/clients_bg.png) repeat-x top right transparent
}

#section-product {
    background: url(../images/products_bg.png) repeat-x top right transparent
}

#section-services {
    background: url(../images/services_bg.png) repeat-x top right transparent
}

#section-techsupport {
    background: url(../images/technical_support_bg.png) repeat-x top right transparent
}

#section-news {
    background: url(../images/news_bg.png) repeat-x top right transparent
}

.last_news {
    margin-bottom: 35px
}

.last-news-img {
    border-radius: 50%;
    display: block;
    width: 80%;
    margin: 0 auto
}

.last-news-title {
    font-size: 18px;
    color: #00415F;
    margin-bottom: 15px;
    text-align: left
}

.last-news-title a {
    color: #00415F
}

.last_news p {
    font-size: 15px;
    color: #00415F;
    text-align: left;
    width: 70%;
    font-family: 'FreightSansMedium';
    font-size: 16px
}

.single-news-content p {
    font-family: 'FreightSansMedium'
}

.news_item_content {
    font-family: 'FreightSansMedium'
}

.footer-menu {
    border-top: 1px solid #999;
    padding-top: 30px;
    width: 90%;
    margin: 0 auto;
    text-align: left
}

.fmenu-col {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
    float: left
}

.fmenu-col .fmenu-first {
    margin-bottom: 25px;
    font-size: 17px;
    color: #00415f;
    font-family: 'Freight'
}

.fmenu-col .fmenu-first a {
    display: block;
    color: #00415f;
    font-size: 17px;
    font-family: 'Freight'
}

.fmenu-col a {
    display: block;
    color: #00415f;
    font-size: 15px;
    font-family: 'Freight'
}

.fmenu-col a:hover {
    color: #7AB800
}

.fmenu-col ul {
    list-style-type: none
}

#rev_slider_41_1 .metis.tparrows {
    background: rgba(255, 255, 255, 0)
}

btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #E56838;
    border: none
}

.service_category_nav_mobile_dropdown_btn:hover {
    color: #fff;
    background-color: #E56838;
    border: none
}

@media (min-width: 1368px) {
    html, body {
        max-width: 1366px;
        margin: 0 auto
    }
}

@media (min-width: 992px) {
    .slider-caption .slider-caption-img {
        width: 80%
    }

    .service-title h4 {
        font-size: 16px
    }

    .social-footer {
        width: 130px
    }

    .social-icon {
        width: 35px;
        height: 43px;
        margin: auto 15px
    }

    #footer h4 {
        font-size: 18px
    }

    .portfolio-overlay a {
        left: 40%
    }

    .portfolio-overlay a.mid-icon.right-icon {
        right: 82%;
        margin-right: -44px
    }
}

@media (max-width: 1025px) {
    .single-contact {
        width: 50%;
    }

    .fmenu-col {
        width: 30%
    }

    .product_content .product_description {
        width: 75%;
        color: #5f5f5f
    }

    .product_content .porduct_images {
        width: 100%;
        overflow: hidden
    }

    .product_content .col-back {
        width: 25%
    }

    .mySlides img {
        width: 70%;
        float: none;
        margin: 0 auto;
        clear: both;
        max-height: none
    }

    .mySlides .service_text {
        float: none;
        margin: 0 auto;
        width: 80%
    }

    .product_item {
        transition: .3s;
        max-width: 191px;
        min-width: 110px;
        height: 200px
    }
}

@media (max-width: 991px) {
    .nobottommargin {
        width: 90%;
    }

    .submit_btn_new, .g-recaptcha {
        float: none;
        margin-top: 10px
    }

    .map-container {
        width: 100%;
        margin-top: 15px;
    }

    #primary-menu ul li.current > a {
        color: #fff !important;
        background: #E56838;
        border-radius: 0
    }

    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a {
        color: #fff !important;
        background: #E56838;
        border-radius: 0
    }

    .client_title {
        font-size: 15px
    }

    .single_client_content {
        font-size: 14px
    }

    .product_item {
        transition: .3s;
        max-width: 200px;
        min-width: 150px;
        height: 200px
    }

    .fmenu-col {
        width: 30%
    }
}

@media (max-width: 768px) {
    .portfolio-filter.center.style-2 li {
        width: 57%
    }

    .portfolio-filter.style-2 li.activeFilter a {
        color: #7AB800 !important;
        margin: 0;
        margin-left: 0
    }

    .PageTitle h2 {
        width: 85%;
        margin: 15px auto;
        margin-bottom: 15px;
        margin-bottom: 50px
    }

    .form-add-container {
        padding-left: 3%
    }

    .form-add-container form {
        width: 96%
    }

    .contact_image {
        margin: 25px auto;
        width: 96%
    }

    .expander-item {
        display: block;
        float: none;
        width: 50%;
        margin: 20px auto
    }

    .about-image {
        float: none;
        width: 50%;
        margin: 20px auto;
        display: block
    }

    .about-content {
        float: none;
        width: 100%;
        margin: 0 auto
    }

    .swiper-slide.swiper-slide-active .slider-caption .slider-caption-img {
        max-width: 160px;
        max-height: 220px
    }

    .slider-caption h2.slider-caption-blue {
        font-size: 20px
    }

    .slider-caption h2.slider-caption-green {
        font-size: 24px
    }

    .slider-arrow-left, .slider-arrow-right {
        display: none
    }

    .service_category_nav_mobile_dropdown {
        display: block
    }

    .service_category_nav {
        display: none
    }

    .sections_container .nav-tabs li {
        width: 30%
    }

    .video-container {
        width: 100%
    }

    .timeline-container {
        width: 90%
    }

    .timeline-section:nth-child(even) .timeline-img, .timeline-section:nth-child(odd) .timeline-img {
        float: none;
        width: 100%;
        margin: 0
    }

    .timeline-section:nth-child(even) .timeline-img img, .timeline-img, .timeline-section:nth-child(odd) .timeline-img img {
        float: none;
        margin: 0 auto
    }

    .timeline-section:nth-child(even) .timeline-content, .timeline-section:nth-child(odd) .timeline-content {
        float: none;
        width: 100%;
        margin: 0
    }

    .timeline-section:nth-child(even) .timeline-content .timeline-date, .timeline-section:nth-child(odd) .timeline-content .timeline-date {
        float: none;
        width: 100px;
        margin: 0 auto;
        margin-bottom: 10px;
        text-align: center
    }

    .timeline-content {
        padding-top: 10px;
        padding-bottom: 15px
    }

    #section-about .timeline-content p {
        text-align: center
    }

    .time-point {
        top: 0%;
        left: 48.4%
    }

    .time-point.time-point2 {
        left: 48.4%
    }

    .timeline-section {
        background: #fff
    }

    .timeline-section:nth-child(2) .time-point:not(.time-point2) {
        display: none
    }

    .timeline-section:last-child .time-point2 {
        display: none
    }

    .time-point.time-point2 {
        top: 95%
    }

    .fmenu-col {
        width: 50%
    }

    .service-img {
        width: 100%;
        margin: 0
    }

    .service-img img {
        display: block;
        width: 150px;
        margin: 10px auto
    }

    .service-content {
        width: 100%
    }
}

@media (max-width: 620px) {
    #header {
        min-height: 109px
    }

    .sec-prev, .sec-next {
        top: 30%
    }

    .news_item_date {
        position: relative;
        right: 0;
        bottom: 0;
        margin: 0
    }

    .sections_container .nav-tabs li {
        width: 50%
    }

    .single_client_container {
        margin-bottom: 20px
    }
}

@media (max-width: 575px) {
    .tel-icon, .fax-icon, .top-header span {
        display: none
    }

    .top-header .fright {
        float: right !important
    }

    .top-header .fright {
        margin: 6px auto;
        width: 111px
    }

    .social-icon.si-mini {
        width: 25px;
        height: 25px;
        margin-top: 4px;
    }

    .language-switcher {
        position: absolute;
        right: 10px;
        top: 0;
        color: #fff;
        font-size: 25px;
        font-family: sans-serif
    }

    .product_content .product_description {
        width: 75%;
        color: #5f5f5f
    }

    .product_content .porduct_images {
        width: 100%;
        overflow: hidden
    }

    .product_content .col-back {
        width: 25%
    }

    .expander-item {
        width: 100%
    }

    .sections_container .nav-tabs li {
        width: 100%
    }

    .fmenu-col {
        width: 100%
    }
}

@media (max-width: 400px) {
    .swiper-slide.swiper-slide-active .slider-caption .slider-caption-img {
        display: none
    }

    .time-point.time-point2, .time-point {
        left: 47.2%
    }

    .slider-caption.slider-caption-left {
        top: 13px !important
    }

    .slider-caption h2.slider-caption-blue {
        font-size: 15px
    }

    .slider-caption div.slider-caption-green {
        font-size: 10px
    }
}

/*********************************/
#section-jobs{
    direction: ltr;
}
.section-title1 {
    width: 85%;
    border-bottom: 1px solid #7ab800
}

.section-title1 h4 {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border: .01rem solid #e4f0cb;
    width: max-content;
    color: #00415f;
    background: #e1efc6;
    padding: 10px 30px;
    font-weight: 400;
    margin: 0
}

.section-title2 {
    display: flex;
    align-self: center;
    padding: 10px 15px;
    background-color: #e1efc6;
    border: .01rem solid #e4f0cb
}

.section-title2 label {
    text-transform: capitalize;
    letter-spacing: 0;
    font-family: Raleway, sans-serif;
    width: 5rem;
    font-size: 15px;
    color: #00415f;
    margin: 0
}

.section-title2 p {
    margin: 0;
    font-size: 15px;
    color: #7ab800
}

.vacancies .card {
    background-color: #f5f5f5;
    padding: 1rem;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
    border-radius: 10px;
    direction: ltr
}

.vacancies .card span {
    align-self: flex-end;
    display: flex;
    align-items: center
}

.vacancies .card span label {
    text-decoration: underline;
    color: #e56838;
    text-transform: lowercase;
    padding: 0 .4rem
}

.vacancies .card a:focus, .vacancies .card a:hover {
    color: #7ab800
}

.vacancies .card label {
    font-weight: 700;
    color: #00415f;
    margin: 0;
    text-transform: capitalize;
    font-family: Raleway, sans-serif;
    letter-spacing: 0
}

.vacancies .card p {
    margin: .5rem 0;
    color: #00415f;
    text-transform: capitalize;
    font-size: 13px
}

.vacancies .card  #aa {
    border-radius: 50%;
    color: #00415f;
    background-color: #fff;
    padding: .3rem;
    width: 25px;
    display: inline-flex;
    justify-content: center;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15)
}

.vacancies .card .icon-chevron-right {
    line-height: normal;
    font-weight: 400
}

.vacancies .card p:first-of-type {
    color: #7ab800
}

.section-info {
    background-color: #f5f5f5;
    padding: 1rem
}

.section-info div {
    display: flex;
    align-self: center;
    margin: .2rem
}

.section-info div label {
    color: #00415f;
    font-weight: 700;
    min-width: 7.5rem;
    font-family: Raleway, sans-serif;
    text-transform: capitalize;
    letter-spacing: 0
}

.section-info div p {
    color: #00415f;
    font-size: 13px;
    margin: 0
}

.section-body h5, .section-body p {
    color: #00415f
}

.section-btns {
    display: flex;
    justify-content: flex-end
}

.btn-primary {
    background-color: #7ab800;
    border: none !important
}

.btn-primary:focus, .btn-primary:hover {
    background-color: #74ad05
}

.icon-chevron-right {
    display: inline-block;
    font-family: 'font-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-right:before {
    content: "\e70b";
}
