@font-face {
    font-family: myFirstFont;
    src: url(font/chinese.sthupo.ttf);
}

@font-face {
    font-family: FontAwesome;
    src: url(font/FontAwesome.otf);
}


body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #ffffff;
    background-color: #000000;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Fira Sans', sans-serif;
}

p {
    margin: 0 0 1.42857143em;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

a {
    text-decoration: none !important;
}

a:hover,
a:focus,
a:active {
    text-decoration: none !important;
}

a:focus,
a:active {
    outline: none;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #009961;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

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

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #009961;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #00c27b;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header_text {
    font-size: 50px;
    font-variant: small-caps;
    color: white;
    font-family: myFirstFont, serif;
    font-weight: bold;
    letter-spacing: 3px;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.header_text span {
    color: darkorange;
}


.hero-banner {
    width: 100%;
    height: 100vh;
}

@media (max-width: 992px) {
    .hero-banner {
        width: 100%;
        height: 100vh;
    }
}

.video_section {
    height: 100%;
    width: 100%;
    object-fit: cover;

}

.contentss {
    position: relative;
}

.job_ser {
    padding: 20px 0 30px 0;
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    background-color: transparent;
}


.section-title-job h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: white;
}

.custom-form {
    border-radius: 15px;
    background-color: transparent;
    border: 1px solid #eb9356;
    padding: 13px 20px;
    color: white;
}

.custom-btn {
    border-radius: 15px;
    background-color: transparent;
    border: 1px solid #eb9356;
    padding: 10px 10px;
    color: white;
    font-weight: bold;
    line-height: 1;
    width: 100%;
}

.custom-btn:hover {
    color: white;
}

.custom-form:focus {
    background-color: transparent !important;
    border: 1px solid #eb9356 !important;
    color: white;
}


.form-control::-webkit-input-placeholder {
    color: white;
    font-weight: bold;
}


.custom_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    background-color: transparent;
    border: 1px solid #eb9356;
    padding: 10px 10px;
    color: white;
    font-weight: bold;
    line-height: 1;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.custom_btn i {
    font-size: 24px;
    padding-left: 10px;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 40px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #635248;
}


.section-bg .section-title h2 {
    color: white;
}

.section-bg2 .section-title h2 {
    color: white;
}

.section-title {
    padding-bottom: 10px;
}

.section-title h2 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #F88A04FF;
    bottom: 0;
    left: 0;
}

@media (max-width: 992px) {
    .section-title h2 {
        font-size: 22px;
    }
}

.section-title p {
    margin-bottom: 0;
    color: #777777;
    font-size: 15px;
}

.section-bg2 .section-title p {
    margin-bottom: 0;
    color: white;
    font-size: 15px;
}


.section-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 5%;
}


/*--------------------------------------------------------------
# Job Search
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Banner Image
--------------------------------------------------------------*/


.banner_img {
    max-height: 450px;
    width: 100%;
}

/*--------------------------------------------------------------
# Category
--------------------------------------------------------------*/

.category_box {
    width: 11%;
    background-color: #F8CBAD;
    border: 1px solid black;
    padding: 30px 10px 10px 10px;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 10px;
    
}

.category_box img {
    height: 50px;
    width: auto;
}

.category_box h3 {
    color: #C55A11;
    font-size: 16px;
    margin-top: 15px;
    font-family: 'Merriweather', serif;
}

@media (max-width: 992px) {
    .category_box {
        width: 160px;
    }
}

.contentt {
    color: white;
}


.contentt h3 {
    color: #8EA9DB;
    font-size: 22px;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    padding: 20px 10px;
    transition: all ease-in-out 0.3s;
    background: #fefefe;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
    border-radius: 18px;
    border-bottom: 5px solid #fff;
    height: 100%;
}

.services .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
}

.services .icon-box h4 a {
    color: #282828;
    transition: ease-in-out 0.3s;
}

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.services .icon-box:hover {
    transform: translateY(-10px);
    border-color: #C55A11;
}

.services .icon-box:hover h4 a {
    color: #C55A11;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slider_box {
    padding: 15px;
}

.slider_box h3 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #b4283b;
    font-family: 'Merriweather', serif;
}


.slick-dots li button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #db8282;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: red;
}

.slider_box img {
    width: 100%;
    height: 200px;
}

.wrap {
    height: auto;
    padding: 20px 10px 2px 10px;
    width: 100%;
    position: relative;
    border-radius: 10px;
}

.triangle {
    background: #aa3838;
    clip-path: polygon(0 80%, 0% 100%, 100% 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 30%;
}

.triangle.tr-right {
    left: auto;
    right: 0;
    clip-path: polygon(100% 10%, 0% 100%, 100% 100%);
}

.wrap p {
    color: #c61a35;
    text-align: left;
    font-size: 15px;
    width: 70%;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
    width: 100%;
}

.contact .info i {
    font-size: 32px;
    color: #ffffff;
    float: left;
    line-height: 1;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: white;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #ebebeb;
}

.contact .info .email, .contact .info .phone {
    margin-top: 40px;
}

.contact .php-email-form {
    width: 100%;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #db8316;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #db8316;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .sent-message br + br {
    margin-top: 25px;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #db8316;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
    border-color: #db8316;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
    background: #db8316;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
    background: #00b371;
}

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

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #f9f9f9;
    min-height: 40px;
    margin-top: 72px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 63px;
    }
}

.breadcrumbs h2 {
    font-size: 26px;
    font-weight: 500;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #424242;
    content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #0f0f0f;
    color: #FF8C00;
    font-size: 14px;
    text-align: center;
    padding: 30px 0;
}

#footer h3 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    position: relative;
    font-family: "Poppins", sans-serif;
    padding: 0;
    margin: 0 0 15px 0;
}

#footer p {
    font-size: 15px;
    font-style: italic;
    padding: 0;
    margin: 0 0 40px 0;
}

#footer .social-links {
    margin: 0 0 40px 0;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #009961;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .social-links a:hover {
    background: #00b371;
    color: #fff;
    text-decoration: none;
}

#footer .copyright {
    margin: 0 0 5px 0;
}

#footer .credits {
    font-size: 13px;
}

#footer .credits a {
    color: #00b371;
    transition: 0.3s;
}

#footer .credits a:hover {
    color: #009961;
}


/*About Us CSS*/


.braket-block-inner {
    position: relative;
}

.braket {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    z-index: 15;
}

.braket > div:nth-child(1) {
    position: absolute;
    top: 0;
    left: 18px;
    width: 24px;
    height: 18px;
    background-color: #eb9356;
}

.braket > div:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 100%;
    background-color: #eb9356;
    display: block;
}


.braket > div:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 18px;
    width: 24px;
    height: 18px;
    background-color: #eb9356;
}


.page_top_section {
    background-image: url("../img/background/Group 18.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;

}

.page-header {
    padding-top: 140px;
    padding-bottom: 35px;
}

.page-header h3 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 15px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FF8C00;
    font-family: "TahomeBold", sans-serif;
}

.page-header h3::after {
    content: "";
    width: 90px;
    height: 2px;
    display: inline-block;
    background: #FF8C00;
    margin: 4px 10px;
}

.page-header h2 {
    margin: 0;
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: "TahomeBold", sans-serif;
    color: #FF8C00;
}


@media (max-width: 767px) {
    .page-header h2 {
        font-size: 34px;
    }

    .page-header h3::after {
        display: none;
    }
}

.about_header {
    margin-bottom: 50px;
}

.about_us_bold h2 {
    padding: 5%;
    font-size: 22px;
}

.about_us .contents h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about_us .contents h3 {
    font-weight: 500;
    line-height: 32px;
    font-size: 24px;
}

.about_us .contents ul {
    list-style: none;
    padding: 0;
}

.about_us .contents ul li {
    padding: 10px 0 0 28px;
    position: relative;
    list-style-type: none;
}

.about_us .contents ul i {
    left: 0;
    top: 7px;
    position: absolute;
    font-size: 20px;
    color: #d9232d;
}

.about_us .contents p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .about_us_bold {
        padding: 10% 2% 5% 10%;
    }
}

.mission_statement {
    padding: 30px 30px 18px;
    border-left: 5px solid #eb9356;
    background: black;
    font-size: 18px;
    line-height: 26px;
    color: white;
    font-style: italic;
    font-weight: 500;
}


.expert_box {
    padding: 30px;
    background-color: #fff;
}

.expert_box .section-title h2 {
    font-size: 26px;
    line-height: 1.63;
    color: black;
}


.expert_box p {
    font-size: 14px;
    color: #304157;
    line-height: 1.63;
    margin-top: 15px;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .service-box {
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    height: 100%;
    padding: 60px 30px;
    text-align: center;
    transition: 0.3s;
    border-radius: 5px;
}

.services .service-box .icon {
    font-size: 36px;
    padding: 40px 20px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    line-height: 0;
    transition: 0.3s;
}

.services .service-box h3 {
    color: #444444;
    font-weight: 700;
}

.services .service-box .read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 20px;
}

.services .service-box .read-more i {
    line-height: 0;
    margin-left: 5px;
    font-size: 18px;
}

.services .service-box.blue {
    border-bottom: 3px solid #2db6fa;
}

.services .service-box.blue .icon {
    color: #2db6fa;
    background: #dbf3fe;
}

.services .service-box.blue .read-more {
    color: #2db6fa;
}

.services .service-box.blue:hover {
    background: #2db6fa;
}

.services .service-box.orange {
    border-bottom: 3px solid #f68c09;
}

.services .service-box.orange .icon {
    color: #f68c09;
    background: #fde3c4;
}

.services .service-box.orange .read-more {
    color: #f68c09;
}

.services .service-box.orange:hover {
    background: #f68c09;
}

.services .service-box.green {
    border-bottom: 3px solid #08da4e;
}

.services .service-box.green .icon {
    color: #08da4e;
    background: #cffddf;
}

.services .service-box.green .read-more {
    color: #08da4e;
}

.services .service-box.green:hover {
    background: #08da4e;
}

.services .service-box.red {
    border-bottom: 3px solid #e9222c;
}

.services .service-box.red .icon {
    color: #e9222c;
    background: #fef7f8;
}

.services .service-box.red .read-more {
    color: #e9222c;
}

.services .service-box.red:hover {
    background: #e9222c;
}

.services .service-box.purple {
    border-bottom: 3px solid #b50edf;
}

.services .service-box.purple .icon {
    color: #b50edf;
    background: #f8e4fd;
}

.services .service-box.purple .read-more {
    color: #b50edf;
}

.services .service-box.purple:hover {
    background: #b50edf;
}

.services .service-box.pink {
    border-bottom: 3px solid #f51f9c;
}

.services .service-box.pink .icon {
    color: #f51f9c;
    background: #feecf7;
}

.services .service-box.pink .read-more {
    color: #f51f9c;
}

.services .service-box.pink:hover {
    background: #f51f9c;
}

.services .service-box:hover h3, .services .service-box:hover p, .services .service-box:hover .read-more {
    color: #fff;
}

.services .service-box:hover .icon {
    background: #fff;
}


.contact_wave {
    background: -webkit-gradient(linear, left bottom, left top, from(#F8CBAD), to(#C55A11));
    background: linear-gradient(0deg, #F8CBAD 0%, #C55A11 100%);
    position: relative !important;
    padding-top: 40px;
    padding-bottom: 100px;
}

.contact_wave .contact-data li i {
    position: absolute;
    margin-top: 5px;
    font-size: 1.5em;
}

.wave {
    position: absolute;
    width: 100%;
    padding-top: 12%;
    top: -5px;
    left: 0;
    background-image: url("../img/wave.png");
    background-repeat: repeat-x;
    background-size: 100%;
    -webkit-animation: wave 8s linear infinite;
    animation: wave 8s linear infinite;
}

.wave::before {
    content: '';
    position: absolute;
    width: 100%;
    padding-top: 12%;
    top: -5px;
    left: 0;
    background-image: url("../img/wave.png");
    background-repeat: repeat-x;
    background-size: 100%;
    opacity: .2;
    -webkit-animation: background-position-y 8s linear infinite;
    animation: wave-reverse 8s linear infinite;
}

.wave::after {
    content: '';
    position: absolute;
    width: 100%;
    padding-top: 12%;
    top: -5px;
    left: 0;
    background-image: url("../img/wave.png");
    background-repeat: repeat-x;
    background-size: 100%;
    opacity: .8;
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
    -webkit-animation: wave 16s linear infinite;
    animation: wave 16s linear infinite;
}

@-webkit-keyframes wave {
    0% {
        background-position: 0;
    }
    100% {
        background-position: 100vw;
    }
}

@keyframes wave {
    0% {
        background-position: 0;
    }
    100% {
        background-position: 100vw;
    }
}

@-webkit-keyframes wave-reverse {
    0% {
        background-position: 100vw;
    }
    100% {
        background-position: 0;
    }
}

@keyframes wave-reverse {
    0% {
        background-position: 100vw;
    }
    100% {
        background-position: 0;
    }
}

.card {
    border: 1px solid #eb9356;
}

.card-header {
    background-color: #eb9356;
    color: white;
    font-weight: bold;
}

.btn-secondary {
    background-color: #f46400;
    color: white;
    border: none;
}

.col-form-label {
    text-align: right;
}


/*--------------------------------------------------------------
# Blog Stylings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog Home Posts List
--------------------------------------------------------------*/
.blog .posts-list article {
    height: 100%;
    border-bottom: 1px solid #d6e2ef;
    padding-bottom: 30px;
}

.blog .posts-list article + article {
    margin-top: 60px;
}

.blog .posts-list .post-img {
    max-height: 240px;
    overflow: hidden;
}

.blog .posts-list .title {
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    margin: 20px 0 0 0;
}

.sidebar-item ul li a
{
    color: white;
}

.blog .posts-list .title a
{
    color: white !important;
}


.blog .posts-list .meta-top {
    margin-top: 20px;
    color: #467ab3;
}

.blog .posts-list .meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.blog .posts-list .meta-top ul li + li {
    padding-left: 20px;
}

.blog .posts-list .meta-top i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    color: rgba(86, 184, 230, 0.8);
}

.blog .posts-list .meta-top a {
    color: #467ab3;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

.blog .posts-list .content {
    margin-top: 20px;
}

.blog .posts-list .read-more a {
    display: inline-block;
    color: #1f98d1;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 500;
}

/*--------------------------------------------------------------
# Blog Details Page
--------------------------------------------------------------*/
.blog .blog-details {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.blog .blog-details .post-img {
    margin: -30px -30px 20px -30px;
    overflow: hidden;
}

.blog .blog-details .title {
    font-size: 28px;
    font-weight: 700;
    padding: 0;
    margin: 20px 0 0 0;
}

.blog .blog-details .content {
    margin-top: 20px;
}

.blog .blog-details .content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}

.blog .blog-details .content blockquote {
    overflow: hidden;
    background-color: rgba(27, 47, 69, 0.06);
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.blog .blog-details .content blockquote p {
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

.blog .blog-details .content blockquote:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog .blog-details .meta-top {
    margin-top: 20px;
}

.blog .blog-details .meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.blog .blog-details .meta-top ul li + li {
    padding-left: 20px;
}

.blog .blog-details .meta-top i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    color: rgba(86, 184, 230, 0.8);
}

.blog .blog-details .meta-top a {
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

.blog .blog-details .meta-bottom {
    padding-top: 10px;
    border-top: 1px solid rgba(27, 47, 69, 0.15);
}

.blog .blog-details .meta-bottom i {
    color: #38618e;
    display: inline;
}

.blog .blog-details .meta-bottom a {
    color: rgba(27, 47, 69, 0.8);
    transition: 0.3s;
}


.blog .blog-details .meta-bottom .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
    display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
    display: inline-block;
}

.blog .blog-details .meta-bottom .tags li + li::before {
    padding-right: 6px;
    content: ",";
}

.blog .blog-details .meta-bottom .share {
    font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
    padding-left: 5px;
}

.blog .post-author {
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .post-author img {
    max-width: 120px;
    margin-right: 20px;
}

.blog .post-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
}

.blog .post-author .social-links {
    margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
    color: rgba(27, 47, 69, 0.5);
    margin-right: 5px;
}

.blog .post-author p {
    font-style: italic;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar .sidebar-title {
    font-size: 22px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.blog .sidebar .sidebar-item + .sidebar-item {
    margin-top: 40px;
}

.blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid rgba(27, 47, 69, 0.2);
    padding: 3px 10px;
    position: relative;
}

.blog .sidebar .search-form form input[type=text] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px);
}

.blog .sidebar .search-form form input[type=text]:focus {
    outline: none;
}

.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    line-height: 0;
}

.blog .sidebar .search-form form button i {
    line-height: 0;
}

.blog .sidebar .search-form form button:hover {
    background: rgba(86, 184, 230, 0.8);
}

.blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .categories ul li + li {
    padding-top: 10px;
}

.blog .sidebar .categories ul a {
    font-size: 15px;
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    font-size: 14px;
}

.blog .sidebar .recent-posts .post-item {
    display: flex;
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.08);
    padding: 20px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
    margin-top: 15px;
}

.blog .sidebar .recent-posts img {
    width: 80px;
    margin-right: 15px;
}

.blog .sidebar .recent-posts h4 {
    font-size: 18px;
    font-weight: 400;
}

.blog .sidebar .recent-posts h4 a {
    transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
}

.blog .sidebar .recent-posts time {
    display: block;
    font-style: italic;
    font-size: 14px;
}

.blog .sidebar .tags {
    margin-bottom: -10px;
}

.blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .tags ul li {
    display: inline-block;
}

.blog .sidebar .tags ul a {
    color: #38618e;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid rgba(27, 47, 69, 0.15);
    display: inline-block;
    border-radius: 50px;
    transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
    color: #fff;
}

.blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: rgba(27, 47, 69, 0.8);
    font-size: 14px;
}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
    margin-top: 30px;
}

.blog .comments .comments-count {
    font-weight: bold;
}

.blog .comments .comment {
    margin-top: 30px;
    position: relative;
}

.blog .comments .comment .comment-img {
    margin-right: 14px;
}

.blog .comments .comment .comment-img img {
    width: 60px;
}

.blog .comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px;
}

.blog .comments .comment h5 a {
    font-weight: bold;
    transition: 0.3s;
}

.blog .comments .comment h5 .reply {
    padding-left: 10px;
}

.blog .comments .comment h5 .reply i {
    font-size: 20px;
}

.blog .comments .comment time {
    display: block;
    font-size: 14px;
    color: rgba(27, 47, 69, 0.8);
    margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
    padding-left: 40px;
}

.blog .comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
}

.blog .comments .reply-form p {
    font-size: 14px;
}

.blog .comments .reply-form input {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}

.blog .comments .reply-form input:focus {
    box-shadow: none;
    border-color: rgba(86, 184, 230, 0.8);
}

.blog .comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: rgba(86, 184, 230, 0.8);
}

.blog .comments .reply-form .form-group {
    margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
}

.blog .comments .reply-form .btn-primary:hover {
    background-color: rgba(27, 47, 69, 0.8);
}

/*--------------------------------------------------------------
# Blog Home Pagination
--------------------------------------------------------------*/
.blog .blog-pagination {
    margin-top: 30px;
    color: #38618e;
}

.blog .blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.blog .blog-pagination li {
    margin: 0 5px;
    transition: 0.3s;
}

.blog .blog-pagination li a {
    color: #2aa5df;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #dbf0fa;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
    color: #fff;
}


/*Event*/
.event {
    padding: 40px 0;
    position: relative;
    transition: all 0.4s ease-out 0s;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.event::before {
    content: "";
    background: #fafafa;
    position: absolute;
    opacity: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.4s ease-out 0s;
}

.event .event--front {
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.event__date {
    background: #eb9356;
    width: 80px;
    height: 80px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event__date {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .event__date {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .event__date {
        margin-right: 10px;
    }
}

.event__date h3 {
    color: #ffffff;
    font-size: 40px;
    display: block;
    margin-bottom: 0;
    padding-top: 8px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.event__date h3 span {
    font-size: 16px;
    line-height: 1;
    display: inherit;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.event__content .tag {
    color: #eb9356;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    line-height: 1.1;
    font-weight: 700;
    display: inline-block;
    letter-spacing: -0.3px;
    background: #ffffff;
    padding: 9px 20px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.event__content .event-title {
    color: #3a3d3e;
    font-size: 30px;
    letter-spacing: -0.3px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

@media (max-width: 767px) {
    .event__content--meta {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .event__content--meta {
        margin-bottom: 10px;
    }
}

.event__content--meta span {
    color: #666;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    display: inline-block;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.event__content--meta span:first-child {
    margin-right: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event__content--meta span:first-child {
        margin-right: 7px;
    }
}

.event__content--meta span i {
    color: #eb9356;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.event__content .white_btn {
    background: #ececec;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.event__content .white_btn:hover {
    background: #eb9356;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.event:hover::before {
    background: #3a3d3e;
    opacity: 0.9;
}

.event:hover .tag {
    background: #4e5152;
}

.event:hover .event-title {
    color: #ffffff;
}

.event:hover .event__content--meta span {
    color: #b8bcc0;
}

.event:hover .white_btn {
    color: #ffffff;
    background: #00aa55;
}

.crew_reg_icon {
    height: 12px;
    width: 12px;
    margin-left: -15px;
}

blockquote {
    font-size: 1.1em;
    line-height: 1.6em;
    border-left: none;
    position: relative;
    text-indent: -19px
}


blockquote p {
    font-size: 1em
}

blockquote:before,
blockquote:after {
    font-family: Arial, serif;
    font-size: 2.5em;
    vertical-align: middle;
    line-height: 0
}

blockquote:before {
    content: open-quote;
    margin-right: 4px
}

blockquote:after {
    content: close-quote;
    margin-left: 3px
}

blockquote.blockstyle,
blockquote.style2 {
    font-style: italic
}

blockquote.blockstyle p,
blockquote.style2 p {
    display: inline
}

blockquote.blockstyle:before,
blockquote.blockstyle:after {
    color: #f0715f
}

.values_box {
    background-color: #f2f2f2;
    padding: 20px;
    border: 2px solid #eb9356;
    border-radius: 15px;
    box-shadow: 4px 4px 23px 0px rgba(156, 156, 156, 1);
}


.values_box img {
    width: 150px;
}

.values_box h4 {
    color: black;
    padding-top: 15px;
    font-size: 15px;
}


.oll {
    counter-reset: li;
    list-style: none;
    padding: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.oll span {
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    margin: .5em 0 .5em 2.5em;
    background: #D3D4DA;
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;
}

.oll span:hover {
    background: #DCDDE1;
}

.oll span:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #f9dd94;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

.oll span:after {
    position: absolute;
    content: "";
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;
}

.oll span:hover:after {
    left: -.5em;
    border-left-color: #f9dd94;
}


.widgets-container {
    width: 25px;
    height: 80px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 99;
}

.widget-icon {
    cursor: pointer;
    width: 25px;
    height: 25px;
    background-size: 100% auto;
    position: relative;
    display: block;

}

.widget-icon .imge {
    margin: 0;
    padding: 0;
    width: 25px;
    height: 25px;

}


.accordion-item {
    background: none;
    border: none;
}

.accordion-header {
    background: none;
    border: none;
    padding: .4rem 1rem;
    font-family: "Roboto", sans-serif;
}

.accordion-header h2 span {
    float: left;
    margin-top: 10px;
}

.accordion-header i {
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 10px
}

.accordion-button:not(.collapsed) {
    color: #f68c09;
    background-color: white;
    box-shadow: none;
}

.accordion .highlight i {
    transform: rotate(180deg);
}

.accordion-body {
    color: white;
    padding: 0.5rem 3rem;
}

.accordion-button::after {
    display: none;
}

.flag_section {
    height: 65vh;
    padding-top: 15%;
}

.flag_content {
    display: flex;
    justify-content: space-between;

}

.flag_box {
    padding: 5px 0;
    margin-right: 10px;
}

.flag_box img {
    height: 108px;
    width: 144px;
}

.slick-prev, .slick-next {
    background-color: #f68c09 !important;
    color: #f68c09 !important;

}


.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ececec;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #f68c09;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}
#customers-testimonials .item {
    text-align: center;
    padding: 50px;
    margin-bottom: 80px;
    opacity: 0.7;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #f68c09;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #f68c09;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}


/*Second Review*/

.testimonial{
    text-align: center;
    padding: 85px 50px 45px 70px;
    margin: 70px 15px 35px;
    background: #f9f9f9;
    box-shadow: 8px 4px 0 0 #f68c09;
    position: relative;
}
.testimonial .pic{
    width: 120px;
    height: 120px;
    border: 5px solid #f68c09;
    margin: 0 auto;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 15px;
    color: #757575;
    line-height: 27px;
    margin-bottom: 20px;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "FontAwesome", serif;
    font-size: 32px;
    color: #f68c09;
    position: absolute;
    top: -15px;
    left: -35px;
}
.testimonial .testimonial-profile{
    position: relative;
    margin: 20px 0 10px 0;
}
.testimonial .testimonial-profile:after{
    content: "";
    width: 50px;
    height: 2px;
    background: #f68c09;
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}
.testimonial .title{
    display: inline-block;
    font-size: 18px;
    color: #4a5184;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 15px;
    color: #757575;
    text-transform: capitalize;
}
.testimonial .owl-theme .owl-controls{
    margin-top: 10px;
}
.testimonial .owl-theme .owl-controls .owl-page span{
    background: #5e5f5f;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.testimonial .owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #f68c09;
}
.testimonial .owl-theme .owl-controls .owl-page.active span {
    width: 22px;
    height: 12px;
}


/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.recent-blog-posts .post-box {
    transition: 0.3s;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}
.recent-blog-posts .post-box .post-img {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.recent-blog-posts .post-box .post-img img {
    transition: 0.5s;
}
.recent-blog-posts .post-box .meta {
    margin-top: 15px;
}
.recent-blog-posts .post-box .meta .post-date {
    font-size: 15px;
    font-weight: 400;
}
.recent-blog-posts .post-box .meta .post-author {
    font-size: 15px;
    font-weight: 400;
}
.recent-blog-posts .post-box .post-title {
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0 0 0;
    position: relative;
    transition: 0.3s;
}
.recent-blog-posts .post-box p {
    margin: 15px 0 0 0;
}
.recent-blog-posts .post-box .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
    margin-top: 15px;
}
.recent-blog-posts .post-box .readmore i {
    line-height: 0;
    margin-left: 4px;
    font-size: 18px;
}
.recent-blog-posts .post-box:hover .post-img img {
    transform: scale(1.1);
}



/*footer*/

.brands {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 1rem;
}

.brands__item {
    background: #eee;
}

.brands__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}



.brands__item img {
    display: block;
    /* Make sure max-width is added */
    max-width: 100%;
    height: 75px;
    object-fit: contain;
}

.social_box
{

}

.card
{
    background-color: transparent;
}

/*how it works*/

.custom_width
{
    width: 100%;
}


.down-arrow {
    display: inline-block;
    position: relative;
    background: #bf5527;
    padding: 15px 0;
    width: 100%;
    text-align: center;
}
.down-arrow:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    top: 100%;
    width: 0;
    height: 0;
    border-top: 10px solid #bf5527;
    border-right: 10px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 10px solid transparent;
}

.custom_drop_color {
    display: inline-block;
    position: relative;
    background: #F29E29;
    padding: 15px 0;
    width: 100%;
    text-align: center;
}
.custom_drop_color:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    top: 100%;
    width: 0;
    height: 0;
    border-top: 10px solid #F29E29;
    border-right: 10px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 10px solid transparent;
}

.custom_height_work
{
    height: 400px;
    padding-bottom: 30px;
}

.work_custom_background
{
    background-color: rgba(22, 22, 22, 0.23);
}

.client_image
{
    padding-top:50px;
    height: auto;
    text-align: center;
}

.client_image img
{
   max-height: 150px;
}

.client_text
{
    color:#bf5527;
}

.client_text p
{
    text-align: justify;
}

.client_text_brown
{
    color:#f29e29;
}

.client_text_brown p
{
    text-align: justify;
}


@media (max-width: 992px) {
    .custom_height_work
    {
        height: 100%;
    }
}

.work_button_box
{
    background-color: #bf5527;
    padding: 20px 40px;
    height:100px;
}

.work_button_box2
{
    background-color: #F29E29;
    padding: 25px 40px;
    height:100px;
}

.btn-work
{
    background-color: #bf221c;
    border:none !important;
}

.custom_height_value
{
    height: 100%;
}

/*Custom Font_Design*/
.custom_form_color
{
    background: #fff;
    color: #000000;
}
.custom_form_div
{
    padding: 20px 60px;
}

.custom_form_div .form-control:focus {
    border-color: #FF8C00;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(255, 140, 0);
}

.custom_form_div .form-control,
.custom_form_div .form-select
{
    font-family: "GTWalsheimPro","Helvetica Neue","Helvetica",sans-serif;
    background-color: #fff;
    border: 1px solid #FF8C00;
    border-radius: 0;
    color: #555;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    padding: 15px;
    width: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
}

.custom_radio_button_form input[type="radio"] {
    display: none;
}
.custom_radio_button_form label {
    position: relative;
    color: #000000;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.8em;
    border: 1px solid #FF8C00;
    padding: 15px;
    width: 100%;
}
.custom_radio_button_form label:before {
    content: "";
    height: 1em;
    width: 1em;
    border: 1px solid #FF8C00;
    border-radius: 50%;
}
.custom_radio_button_form input[type="radio"]:checked + label:before {
    height: 1em;
    width: 1em;
    border: 0.65em solid #ffffff;
    background-color: #FF8C00;
}
.custom_radio_button_form input[type="radio"]:checked + label {
    background-color: #FF8C00;
    color: #ffffff;
}

.custom_form_div .form-check-input:checked
{
    background-color: #FF8C00;
    border-color: #FF8C00;
}

.iti {
    display: block !important;
}

.vacancies .table .container .posted-date {
    color: #7f949c;
    float: right;
}

.vacancies .table .container .left {
    display: inline-block;
    float: left;
    width: 70%;
}

.vacancies .table .container .left span {
    display: block;
    color: #7f949c;
    font-size: 15px;
    margin-bottom: 15px;
}
.vacancies .table .container .left span {
    color: #3c9fb4;
    margin-top: 8px;
}

.vacancies .table .container .left img {
    display: inline-block;
}

.vacancies .table .container .left p {
    display: inline-block;
    color: #7f949c;
    margin-left: 5px;
    margin-right: 32px;
}

.vacancies .table .container .right {
    display: inline-block;
    float: right;
    top: 32px;
    right: 0;
    position: relative;
    font-size: 14px;
    width: 30%;
}

.vacancies .table .container .right a:nth-child(1) {
    box-sizing: border-box;
    border: 2px solid #7f949c;
    color: #7f949c;
    background-color: white;
}
.vacancies .table .button1 {
    font-family: "ProximaNova-Bold", sans-serif;
    text-decoration: none;
    color: initial;
    padding: 13px 46px;
}
.apply-button {
    background: #70aa14 !important;
    color: #fff !important;
    border: none !important;
    cursor: pointer;
    padding: 15px 90px !important;
}

.clear-both {
    clear: both;
}