@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*   #bdac56   -- old    #dccf71 */


.mission_text.abt_profile {
    width: 100%;
    background: transparent;
    padding: 2.5%;
    border-radius: 15px;
    text-align: center;
    border: 1px #bdac56 solid;
}

.mission_text.abt_profile article {
    color: #fff
}

#in-pages .main-header-wrapper .main-header {
    background: #000;
}

.pos-relative {
    position: relative;
    z-index: 1
}

.main_intro .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%
}

.main_intro {
    padding: 65px 0;
    background: #222222
}

.main_intro .text .title {
    font-size: 38px;
    line-height: 38px;
    font-weight: 800;
    max-width: 260px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #fff
}

@media (max-width: 991px) {
    .main_intro .text .title {
        font-size: 25px;
        line-height: 25px;
        max-width: initial;
    }
}

.main_intro .text .subtitle {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    width: 90%;
    color: #fff
}

.main_intro .page-slider {
    /* position: absolute;
    right: 0;
    left: 0;
    overflow: hidden;
    bottom: 23px;*/
}

@media (max-width: 991px) {
    .main_intro .page-slider {
        position: relative;
        margin-top: 300px;
        bottom: initial;
    }
}

.main_intro .swiper-container .swiper-scrollbar {
    background: #fff;
}

.main_intro .swiper-container .swiper-wrapper {
    margin-top: 30px;
}

.main_intro .page-slider .swiper-container .scroller-text {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
}

.main_intro .page-slider .swiper-container .scroller-text svg {
    margin-left: 140px;
    width: 18px;
    height: 18px;
}

.main_intro .page-slider .swiper-container .swiper-scrollbar {
    height: 1px;
    top: 25px;
    left: 0
}

.main_intro .page-slider .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
    height: 2px;
    top: -2px;
}

.home-swiper .swiper-slide {
    max-width: 285px;
}

.home-swiper .swiper-slide a {
    opacity: 1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -o-transition: all 0.2s;
}

.home-swiper .swiper-slide a:hover {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -o-transition: all 0.2s;
    opacity: 0.6;
}


/* top title */

.teal .boxContent .cta-btn:hover {
    color: #000;
}

.teal .boxContent .cta-btn {
    font-size: 1rem;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}

.teal .boxContent h2,
section#group-companies .sectionHeader h2 {
    font-size: 5rem;
    font-weight: 200
}

.slide-content-wrapper .boxContent .content {
    width: 60%;
    text-align: justify;
}

.breadcrumb_section {
    background-image: none;
    padding: 110px 0px 90px;
    margin-top: 122px;
    background: #151515;
    border-bottom: 1px solid #dccf71;
}



.breadcrumb_section .background-overlay {
    background-color: rgba(0, 9, 25, .8);
}

.breadcrumb_section .breadcrumb_list {
    z-index: 1;
    position: relative;
    float: left
}

.breadcrumb_section .breadcrumb_list .breadcrumb_title h2::before {
    border-top: solid 1px #f8f9f1 !important
}

.breadcrumb_section .breadcrumb_list .breadcrumb_title::before {
    display: none !important;
}

.breadcrumb_section .breadcrumb_list .breadcrumb_title {
    color: #fff;
    font-size: 42px;
    padding-bottom: 10px;
    font-weight: 800;
    text-transform: uppercase
}

.breadcrumb_section .breadcrumb_list .breadcrumb {
    padding-left: 80px;
    position: relative;
    background-color: transparent;
    padding: 0px;
}

.breadcrumb_section .breadcrumb_list .breadcrumb li {
    color: #fff;
    font-size: 42px;
    padding-bottom: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.breadcrumb_section .breadcrumb_list .breadcrumb-item + .breadcrumb-item::before {
    top: 6px;
    left: -7px;
    width: 1px;
    content: '';
    padding: 0;
    height: 12px;
    position: absolute;
    background-color: #fff;
}

.ul-li ul {
    margin: 0;
    padding: 0;
}

.ul-li ul li {
    float: left;
    list-style: none;
    display: inline-block;
}

.ul-li-block ul {
    margin: 0;
    padding: 0;
}

.ul-li-block ul li {
    display: block;
    list-style: none;
}

body.no-anim .main-header-wrapper {
    opacity: 0;
    display: none;
}

body.no-anim .main-slider {
    min-height: 100vh;
}

body.no-anim .main-slider .caption {
    text-align: center;
    margin-top: calc(100vh - 300px);
}

@media only screen and (min-width:1200px) {
    body.no-anim .main-slider img {
        margin: 0 auto;
        text-align: center;
        display: block;
        left: 340px;
        width: 500px;
        position: absolute;
        top: calc(50% - 225px);
    }

    body.add-menu .main-slider img {
        width: 250px;
        position: absolute;
        top: 25px;
        margin: 0 auto;
        text-align: center;
        display: block;
    }
}

.main-slider {
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
}

body.add-menu .main-header-wrapper {
    opacity: 1
}

body.add-menu .main-header-wrapper .main-header {
    background-color: #000;
}

.main-header-wrapper .main-header {
    transition: background .8s ease-in-out;
    -webkit-transition: background .8s ease-in-out;
    -moz-transition: background .8s ease-in-out;
    -o-transition: background .8s ease-in-out;
    background-color: transparent;
}

.main-header-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    position: fixed;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    border-bottom: 1px solid #dccf71;
}

header .main-header .container-fluid .col-md-2 {
    padding: 0px 0;
}

header .main-header .container-fluid {
    width: 100%;
    max-width: 100%;
    padding-right: 25px;
}

.main-slider {
    min-height: 600px;
    position: relative;
    background-image: url('../images/bg-inside.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.main-slider .caption .o-hidden {
    display: inline-block;
}

.main-slider .caption {
    text-align: center;
    margin-top: 200px;
}

.main-slider .caption h4 {
    font-size: 62px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 4px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    margin-bottom: 25px;
    color: #bdac56;
}

.main-slider .caption h1 {
    margin: 10px 0;
    font-size: 52px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 2px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #bdac56
}

.main-slider .caption p {
    font-size: 16px;
    font-weight: 300;
    color: #eee;
    word-spacing: 2px;
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s;
}

.main-slider .caption p span {
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0 5px;
    padding-right: 14px;
    position: relative;
}

.main-slider .caption p span:last-child {
    padding: 0;
}

.main-slider .caption p span:last-child:after {
    display: none;
}

.main-slider .caption p span:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1A237E;
    position: absolute;
    top: 10px;
    right: 0;
    opacity: 1;
}

.main-slider .caption .butn {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    font-size: 50px;
    color: #827638;
    margin-top: 50px;
    display: block;
}

[data-overlay-dark] {
    position: relative;
}

[data-overlay-dark] .container {
    position: relative;
    color: #fff;
    z-index: 2;
}

[data-overlay-dark]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.3;
}

[data-overlay-dark]:before {
    background: #0b1520;
}

.submenu-fullwidth .submenu > ul > li span i {
    font-size: 16px;
    font-weight: bold;
}

.main-header-topmenu > ul > li.last span {
    font-size: 18px;
}

.main-header-menu > ul > li.hover > a,
.main-header-menu > ul > li > a:hover {
    border-bottom: 3px solid #b09a54;
}

.main-header-menu > ul > li.hover > a span i,
.main-header-menu > ul > li > a:hover span i {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.main-header-menu > ul > li > a.menu-parent {
    padding: 25px 10px 13px 10px
}

.main-header-menu > ul > li > a span i {
    font-size: 15px;
    margin-left: 5px;
    font-weight: bold;
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-property: transform;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    position: absolute;
    margin-top: 7px;
    margin-left: 10px;
}

.main-header-menu > ul > li > a {
    padding: 25px 10px 13px 10px;
}

.arrow {
    position: relative;
    bottom: -2rem;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
}

.discover {
    -webkit-animation: b 1s ease-in-out;
    animation: b 1s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.main-slider .caption h6 {
    margin-top: 40px
}

@keyframes b {

    0%,
    to {
        top: 0
    }

    50% {
        top: 10px
    }
}

@-webkit-keyframes b {

    0%,
    to {
        top: 0
    }

    50% {
        top: 10px
    }
}

@-moz-keyframes b {

    0%,
    to {
        top: 0
    }

    50% {
        top: 10px
    }
}


/*
@-webkit-keyframes bounce {
	0%,
	25%,
	50%,
	75%,
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-12px);
		        transform: translateY(-12px);
	}
}

@keyframes bounce {
	0%,
	25%,
	50%,
	75%,
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-12px);
		        transform: translateY(-12px);
	}
}

*/


/* Input file */

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 100%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 1 */

.inputfile-1 + label {
    color: #f1e5e6;
    background-color: #d3394c;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #722040;
}


/* style 2 */

.inputfile-2 + label {
    color: #d3394c;
    border: 2px solid currentColor;
}

.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
    color: #722040;
}


/* style 3 */

.inputfile-3 + label {
    color: #d3394c;
}

.inputfile-3:focus + label,
.inputfile-3.has-focus + label,
.inputfile-3 + label:hover {
    color: #722040;
}


/* style 4 */

.inputfile-4 + label {
    color: #d3394c;
}

.inputfile-4:focus + label,
.inputfile-4.has-focus + label,
.inputfile-4 + label:hover {
    color: #722040;
}

.inputfile-4 + label figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #d3394c;
    display: block;
    padding: 20px;
    margin: 0 auto 10px;
}

.inputfile-4:focus + label figure,
.inputfile-4.has-focus + label figure,
.inputfile-4 + label:hover figure {
    background-color: #722040;
}

.inputfile-4 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}


/* style 5 */

.inputfile-5 + label {
    color: #d3394c;
}

.inputfile-5:focus + label,
.inputfile-5.has-focus + label,
.inputfile-5 + label:hover {
    color: #722040;
}

.inputfile-5 + label figure {
    width: 100px;
    height: 135px;
    background-color: #d3394c;
    display: block;
    position: relative;
    padding: 30px;
    margin: 0 auto 10px;
}

.inputfile-5:focus + label figure,
.inputfile-5.has-focus + label figure,
.inputfile-5 + label:hover figure {
    background-color: #722040;
}

.inputfile-5 + label figure::before,
.inputfile-5 + label figure::after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
}

.inputfile-5 + label figure::before {
    border-top: 20px solid #dfc8ca;
    border-left: 20px solid transparent;
}

.inputfile-5 + label figure::after {
    border-bottom: 20px solid #722040;
    border-right: 20px solid transparent;
}

.inputfile-5:focus + label figure::after,
.inputfile-5.has-focus + label figure::after,
.inputfile-5 + label:hover figure::after {
    border-bottom-color: #d3394c;
}

.inputfile-5 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}


/* style 6 */

.inputfile-6 + label {
    color: #d3394c;
}

.inputfile-6 + label {
    border: 1px solid #eee;
    background-color: #fff;
    padding: 0;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    border-color: #080b1a
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
    padding: 1.2rem 1.25rem;
    /* 10px 20px */
}

.inputfile-6 + label span {
    width: 200px;
    min-height: 3.3em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile-6 + label strong {
    height: 100%;
    color: #fff;
    background-color: #bdac56;
    display: inline-block;
    float: right;
    font-weight: normal;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {}

@media screen and (max-width: 50em) {
    .inputfile-6 + label strong {
        display: block;
    }
}

section#group-companies #group-content a:hover span::after {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

section#group-companies #group-content a span::after {
    display: inline-block;
    line-height: 1;
    padding-left: 1em;
    position: relative;
    top: 2px;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: 'Linearicons-Free';
    content: "\e87a";
    display: none;
}

section#group-companies #group-content a span {
    color: #bdac56;
    bottom: -.8rem;
    font-weight: 500;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    position: relative;
    font-size: 10px;
    text-transform: uppercase;
}

section#group-companies #group-content .col-md-4 {
    border: none;
}

section#group-companies #group-content a:hover span {
    opacity: 1;
}

section#group-companies #group-content {
    margin-top: 50px;
}

section#group-companies #group-content a div img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: -webkit-filter .2s;
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 55%;
}

section#group-companies #group-content a:hover div {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
}

section#group-companies #group-content a div {
    margin-bottom: -1rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    width: 100%;
}

section#group-companies #group-content a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
    padding: 15px 1rem 15px 1rem;
    position: relative;
    text-decoration: none;
    border: 2px solid #bdac56 !important;
    margin-bottom: 15px;
    background: #fff;
}

section#group-companies {
    padding-top: 75px;
    background: #000;
    margin: 0;
    padding-bottom: 100px;
    border-top: 1px solid #dccf71
}

section#group-companies .sectionHeader h2 {
    font-size: 38px;
    line-height: 38px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #fff;
}

section.g_comp .sectionHeader {
    text-align: center;
}

section.g_comp .sectionHeader h2 {
    font-size: 38px;
    line-height: 38px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #fff;
}

.main-header.fixed .main-header-menu > ul > li > a.menu-parent {
    padding: 25px 15px 25px 0;
}

.main-header.fixed .main-header-menu > ul > li > a {
    padding: 23px 0;
}

section#home-news {
    margin: 50px 0;
}

section#home-news .news-box {
    background: #fbf9f9;
    padding-bottom: 50px;
    margin-top: 35px;
}

section#home-news .news-details a i {
    position: absolute;
    margin-top: 5px;
    padding-left: 8px;
}

section#home-news .news-details a {
    float: right;
    margin-right: 30px;
    color: #003745
}

section#home-news .news-details {
    margin-top: 18px;
    padding: 0 15px;
}

section#home-news .news-date {
    display: inline-block;
    position: absolute;
    clear: both;
    margin-left: 8px;
    background: #0c0c0c;
    color: #fff;
    padding: 3px 15px;
    font-weight: bold;
    left: 0;
    top: 200px;
}

section#home-news div.blur-box {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o--filter: blur(2px);
    filter: blur(2px);
}

section#home-news div:not(.active-box) {
    -webkit-filter: blur(0px) !important;
    -moz-filter: blur(0px) !important;
    -o-filter: blur(0px) !important;
    -mx-filter: blur(0px) !important;
    filter: blur(0px) !important;
}

.mm-menu.mm-multiline .mm-listview > li > a.menu-parent span i {
    display: none;
}

section#about_page h2,
section#about_page span {
    color: #fff;
}

section#about_page {
    padding: 35px 0;
    background: #003745
}

section#about_page h2::before {
    left: 30%;
}

.about_page_text {
    padding-top: 40px;
    text-align: center;
}

.about_page_text p {
    color: #fff
}

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

.about_page_text .feature_quote {
    margin-top: 35px;
}

.about_page_text .feature_quote .author_intro .ath_add {
    margin-top: 5px;
}

.about_page_text .feature_quote .author_intro .ath_name {
    width: 100%;
    display: block;
    font-size: 24px;
    font-weight: 400;
}

.about_page_text .feature_quote .author_intro .ath_desig {
    display: block;
    font-weight: 700;
    color: #f3525a;
}

.mission_section.group_page {
    background: #000 !important;
    padding: 200px 0 75px !important
}

.mission_section.group_page .mission_text a {
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
    margin-left: 0px;
    width: 100%;
}

.mission_section.group_page .mission_text {
    background: transparent;
    text-align: left;
}

.mission_section.group_page .mission_text article {
    color: #fff;
    text-align: left;
    margin-bottom: 0px;
}

#mission {
    background-color: #151515;
    padding: 0px 0 50px 0;
}

.mission_section {
    padding: 115px 0px 105px;
}

.mission_section .mission_text img {
    width: 200px;
}

.container_group article.cin {
    padding-left: 0px;
}

.container_group article.mid {
    padding-left: 0px;
}

.mission_section .mission_content .section-title-area a {
    padding-top: 0px;
    padding-bottom: 0;
    border: solid 1px #151515;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    background: #bdac56;
    margin-top: 400px;
    line-height: 0;
    border-radius: 10px
}

.mission_section .mission_btn {
    color: #000;
    width: 200px;
    height: 60px;
    font-weight: 700;
    line-height: 60px;
    border-radius: 50px;
    margin: 15px 0px 0px 15px;
    background-color: #f3525a;
}

.mission_section article {
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    color: #000
}

.mission_section .hover-btn:before,
.mission_section .hover-btn:after {
    background-color: #3763ec;
}

.mission_client .client-list {
    padding: 100px 120px 90px;
}

.pos-rel {
    position: relative;
    overflow: hidden
}

img.fixed_logo {
    position: absolute;
    right: -100px;
    width: 26%;
    bottom: 20px;
    opacity: .65;
}

img.f_fixed_logo {
    position: absolute;
    right: -75px;
    width: 16.5%;
    bottom: 75px;
    opacity: .65;
}

section.c-value h2::before {
    left: 30%;
}

section.c-value {
    background: #000;
    text-align: center;
    padding: 50px 0;
    color: #fff
}

section.c-value h2 {
    color: #fff
}

.g_comp {
    padding-top: 75px;
    background: #000;
    margin: 0;
    padding-bottom: 100px;
    border-top: 1px solid #dccf71;
}

.our-services-wrapper {
    background: transparent;
    border: none;
    padding: 15px;
}

.our-services-img img {
    width: 100%;
}

.our-services-icon {
    float: left;
    margin-right: 22px;
}

.our-services-icon i {
    font-size: 40px;
    color: #000000;
}

.our-services-content {
    margin-top: 0px;
}

.our-services-text {
    overflow: hidden;
}

.our-services-text h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.our-services-img img {
    width: 50% !important;
    padding: 10px;
    margin: 0 auto;
}

.our-services-text p {
    margin-bottom: 0;
    height: 75px;
    font-Weight: normal;
    color: #000;
    font-size: 17px;
    line-height: 1.25
}

.our-services-text a span {
    color: #dccf71;
    z-index: 9;
    position: relative;
    transition: 0.3s;
}

.our-services-text a {
    font-size: 12px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 10px;
    display: inline-block;
    margin-left: 0px;
    text-align: center;
    width: 100%;
}

.our-services-text a i {
    padding-left: 5px;
}

.what_we .owl-nav .owl-next {
    right: -5em;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.what_we .owl-nav .owl-prev {
    left: -5em;
}

.what_we .owl-nav .owl-prev,
.what_we .owl-nav .owl-next {
    position: absolute;
    top: 35%;
}

.what_we .owl-nav .owl-prev svg,
.what_we .owl-nav .owl-next svg {
    width: 35px;
}

.what_we .owl-dots {
    text-align: center;
    margin-top: 20px
}

.what_we .owl-dots .owl-dot {
    display: inline-block;
}

.what_we .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #f6f6f6;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #f6f6f6;
    margin-right: 10px
}

.what_we .owl-dots .owl-dot.active span {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #bdac56;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #bdac56;
}

div.gcomp-intro {
    background: #003745
}

div.gcomp {
    padding: 50px 0;
}

div.gcomp h5 {
    font-size: 25px;
    color: #bdac56;
}

div.gcomp .group-box:hover {
    border-color: #bdac56 !important;
}

div.gcomp .group-box .group-content {
    width: 50%;
    float: right;
    margin: 0;
}

div.gcomp .group-box:hover .group-content a {
    opacity: 1;
}

div.gcomp .group-box .group-content a {
    display: block;
    text-align: left;
    font-size: 12px;
    color: #bdac56;
    opacity: 0;
    margin-top: 10px;
    font-weight: 500;
    text-transform: uppercase
}

div.gcomp .group-box .group-img {
    width: 40%;
    text-align: center;
}

div.gcomp .group-box {
    border: 1px solid #c2bab7;
    padding: 15px;
    height: 325px;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f4f4f4;
    border-radius: 5px;
}

div.gcomp .group-img img {
    width: 80%;
}

div.gcomp .group-img {
    float: left;
}

div.gcomp .group-content p {
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    padding: 0;
    font-weight: 300;
}

.group-box .line {
    position: absolute;
    background: #bdac56;
}

.group-box .line.-right,
.group-box .line.-left {
    width: 1px;
    bottom: 28px;
    top: -3px;
    transform: scale3d(1, 0, 1);
}

.group-box .line.-top,
.group-box .line.-bottom {
    height: 1px;
    left: -3px;
    right: -3px;
    transform: scale3d(0, 1, 1);
}

.group-box .line.-right {
    right: -3px;
    transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.23s;
    transform-origin: top;
}

.group-box .line.-top {
    top: -3px;
    transition: transform 0.08s linear 0.43s;
    transform-origin: left;
}

.group-box .line.-left {
    left: -3px;
    transition: transform 0.08s linear 0.51s;
    transform-origin: bottom;
}

.group-box .line.-bottom {
    bottom: 28px;
    transition: transform 0.3s cubic-bezier(1, 0, 0.65, 1.01);
    transform-origin: right;
}

.group-box:hover .text,
.group-box:active .text {
    transform: translate3d(0, 0, 0);
    transition: transform 0.6s cubic-bezier(0.2, 0, 0, 1) 0.4s;
}

.group-box:hover:after,
.group-box:active:after {
    transform: scale3d(0, 1, 1);
    right: -3px;
    left: -3px;
    transform-origin: right;
    transition: transform 0.2s cubic-bezier(1, 0, 0.65, 1.01) 0.17s, right 0.2s cubic-bezier(1, 0, 0.65, 1.01), left 0s 0.3s;
}

.group-box:hover .line,
.group-box:active .line {
    transform: scale3d(1, 1, 1);
}

.group-box:hover .line.-right,
.group-box:active .line.-right {
    transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.2s;
    transform-origin: bottom;
}

.group-box:hover .line.-top,
.group-box:active .line.-top {
    transition: transform 0.08s linear 0.4s;
    transform-origin: right;
}

.group-box:hover .line.-left,
.group-box:active .line.-left {
    transition: transform 0.08s linear 0.48s;
    transform-origin: top;
}

.group-box:hover .line.-bottom,
.group-box:active .line.-bottom {
    transition: transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.56s;
    transform-origin: left;
}

form.career-form {
    background: #f6f3f6;
    padding: 25px 15px;
    border: 1px solid #ebebeb;
}

.single-input-item span#hint {
    font-size: 12px;
    padding-left: 3px;
    text-transform: uppercase;
}

.single-input-item input[type="file"] {
    background: #fff
}


div#map iframe {
    margin-bottom: -10px;
}

.con_block .container-fluid {
    width: 100%;
    max-width: 100%;
    padding: 0 15px
}

.contact-form-section {
    color: #bdac56;
    background: #151515;
}


.contact-form h2 {
    position: relative;
}

.contact-form .form-group:last-child {
    margin-bottom: 30px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
    display: block;
    width: 100%;
    height: 55px;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    padding: 12px 25px;
    font-weight: 300;
    background-color: #ffffff;
    border-radius: 0px;
    border: 1px solid #fbfbfb;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #26bdef;
}

.contact-form textarea {
    height: 150px;
    resize: none;
    padding: 12px 25px;
}

.contact-form button {
    font-size: 14px;
    padding: 10px 41px 10px;
    cursor: pointer;
    background: #bdac56;
    border: none;
    color: #000;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000 !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 11px;
    color: #ff0000;
    font-weight: 500;
}

.contact-form.style-two input[type="text"],
.contact-form.style-two input[type="email"],
.contact-form.style-two input[type="password"],
.contact-form.style-two select,
.contact-form.style-two textarea {
    background: transparent;
    box-shadow: none;
    border: 1px solid rgba(220, 207, 113, 0.3)
}

.contact-form.style-two textarea {
    height: 250px;
}

.contact-info {
    position: relative;
    padding: 20px;
}

.contact-info ul.list-style-four {
    padding-left: 40px;
}

.contact-info ul.list-style-four li {
    margin-bottom: 10px;
    color: #fff
}

.contact-info ul.list-style-four li i {
    width: 25px;
    height: 25px;
    color: #bfae58;
    display: inline-block;
}

.contact-info h3 {
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 40px;
}

.default-form-area {
    padding: 20px;
    padding-top: 0px;
    margin-top: -42px;
}

.default-form-area h3 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #bdac56;
}



.consultation-form {
    position: relative;
    margin-top: 150px;
    margin-bottom: 0px;
    padding: 80px 50px 50px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    z-index: 1;
}



.contact_form_block {
    padding: 0px !important;
    box-shadow: none !important;
}

.contact-content-wrap .col-lg-7 .form_holder {
    position: relative;
    background: #fff;
    padding: 50px 20px 0px;
    box-shadow: 0 0 2px 1px rgba(192, 172, 91, 0.4);
    border-radius: 20px;
    z-index: 1;
    background: transparent;
}

.contact-content-wrap p {
    padding-bottom: 10px;
}

.contact-content-wrap .car-text {
    margin-bottom: 30px;
    text-align: center
}

.contact-content-wrap .contact-form-area {
    padding: 30px 30px 30px 15px
}

.contact-content-wrap .contact-form-area p {
    width: 80%
}

.contact-form-area h3 {
    margin-bottom: 20px;
    color: #bdac56;
    font-weight: 200
}

.single-input-item button {
    border: none;
    background: #bdac56;
    padding: 6px 26px;
    color: #fff;
}

.single-input-item p {
    font-size: 15px;
    color: #7b1a1e;
}

.single-input-item {
    color: #151515;
    margin-bottom: 30px
}

.single-input-item label.error {
    font-style: italic;
    color: #d91b1b;
}

.single-input-item .custom-control-label,
.single-input-item label {
    display: block;
    margin-bottom: 10px;
    font-weight: normal;
    position: relative;
    font-size: 15px;
    padding: 3px 2px;
}

div.form-message p {
    color: #003745;
}

div.form-message {
    text-align: center
}

.single-input-item .custom-control-label.required:after,
.single-input-item label.required:after {
    content: '*';
    color: red;
    margin-left: 2px
}

.single-input-item input.btn {
    background: #bdac56;
    color: #fff;
    padding: 8px 6px;
    width: 80%;
}

.single-input-item input,
.single-input-item textarea {
    border: 1px solid #eee;
    color: #151515;
    font-weight: 500;
    display: block;
    outline: 0;
    padding: 15px 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 100%;
    background: #f4f4f4;
    font-size: 14px;
}

.single-input-item input:focus,
.single-input-item textarea:focus {
    border-color: #080b1a
}

.contact-information p {
    margin-top: 10px;
    padding: 0px;
}

.contact-information {
    height: 100%;
    color: #fff;
    padding: 0px 30px 30px;
}

section.privacy-policy {
    padding: 60px 0;
}

.service-details-info h3 {
    font-weight: 600;
    margin-bottom: 15px
}

.service-details-info h4 {
    font-weight: 500;
    margin-bottom: 5px
}

.service-details-info .service-feature li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px
}

.service-details-info .service-feature li.ns::before {
    display: none;
}

.service-details-info .service-feature li:last-child {
    margin-bottom: 0
}

.service-details-info .service-feature li ul li::before {
    content: "▪";
    left: 20px;
    top: 0px;
}

.service-details-info .service-feature li:before {
    content: "\e886";
    font-family: 'Linearicons-Free';
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 4px;
    left: 0
}
.group_c_info{
    padding-bottom: 30px
}
.group_c_info p {
    text-align: center;
color: #fff;
font-size: 12px;
line-height: 17px;
}

.group_details {
    background-color: #151515;
}

.group_details .about_box p {
    color: #fff
}

.group_svg {
    background: #151515;
    padding: 0px;
}

.about_details {
    /*background: rgb(0, 0, 0);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7007003484987745) 100%, rgba(191, 151, 103, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7007003484987745) 100%, rgba(191, 151, 103, 1) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7007003484987745) 100%, rgba(191, 151, 103, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#bf9767", GradientType=1);*/
}

#background_para {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 64vh;
    background-position: 50% 67px;
    padding: 200px 0 100px;
    margin: 0px;
}

.consultation-aboutus.bg-white {
    background: #fff
}

.consultation-aboutus {
    position: relative;
    padding: 50px 20px 50px;
    border-radius: 20px;
    z-index: 1;
}

.consultation-clients {
    position: relative;
    background: #fff;
    padding: 50px 20px 50px;
    box-shadow: 0 0 2px 1px rgba(192, 172, 91, 0.4);
    border-radius: 20px;
    z-index: 1;
}

.bg_grey {
    background: #151515;
}

.career_block {
    padding-bottom: 10px
}

.career_block .about_box p {
    color: #fff
}

.career_block .single-input-item span#hint {
    color: #fff
}

.career_block {
    background: #151515;
    padding: 50px 20px 0px;
    box-shadow: 0 0 2px 1px rgba(192, 172, 91, 0.4);
    border-radius: 20px;
}

.heading_border {
    height: 3px;
    width: 46px;
    margin-bottom: 16px;
    background: #bdac56 !important;
}

.about_box h1 {
    color: #bdac56;
    font-size: 38px;
    line-height: 38px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.about_box {
    border-radius: 5px;
    padding: 0px 25px;
}

.about_box p {
    color: #000;
    line-height: 1;
    margin-bottom: 0;
    padding-bottom: 10px;
    line-height: 28px;
    font-size: 16px;
}


.contact-information h3 {
    color: #fff;
    font-weight: 200
}

.contact-information .member-social-icons a {
    height: auto;
    width: auto;
    margin-right: 15px;
    opacity: .9
}

.contact-information .member-social-icons a:last-child {
    margin-right: 0
}

section#info-sec {
    background-color: #151515;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 75px 0;
    border-top: 1px solid #dccf71;
}

section#info-sec p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}

.contact-information a[href^="tel:"] {
    color: #bdac56 !important;
}

.car_block,
.con_block {
    padding-bottom: 75px !important;
}


/* tree structure */

section.g_comp .sectionHeader .t_1 {
    width: 3px;
    height: 50px;
    display: inline-block;
    position: absolute;
    background: #bdac56;
    bottom: -50px;
    right: 15%;
}

section.g_comp .sectionHeader .t_2 {
    width: 3px;
    height: 50px;
    display: inline-block;
    position: absolute;
    background: #bdac56;
    bottom: -50px;
    left: 15%;
}

section.g_comp h2::before {
    left: 50%;
    width: 3px;
    height: 100px;
    content: "";
    position: absolute;
    top: 47px;
    background: #bcab54;
    border: none;
}

.g_comp .what_we::before {
    left: 15%;
    width: 70%;
    height: 50px;
    content: "";
    position: absolute;
    top: 0;
    border: none;
    background: url('../images/bg/group-line.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}


/*
.g_comp .what_we::before {
    left: 15%;
    width: 70%;
    height: 3px;
    content: "";
    position: absolute;
    top: 0;
    background: #bdac56;
    border: none;
    display: none
}

*/
.g_comp .what_we {
    padding-top: 50px;
}

.groups_sec {
    padding: 60px 0 225px;
}

.groups_sec .container-fluid {
    width: 100%;
    max-width: 100%;
}

.groups_sec .groups_logo {
    width: 275px;
}

.group_tree .timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.group_tree .timeline::after {
    content: '';
    position: absolute;
    width: 5px;
    background-color: #bdac56;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: 0px;
}

.group_tree .container {
    padding: 10px 50px;
    position: relative;
    background-color: inherit;
    width: 50%;
    margin: 0;
}

.group_tree .left {
    left: 0;
}

.group_tree .right {
    left: 50%;
}

.group_tree .left::before {
    content: " ";
    height: 3px;
    position: absolute;
    top: 75px;
    width: 75px;
    z-index: 1;
    right: 0;
    background: #bdac56;
}

.group_tree .right::before {
    content: " ";
    height: 3px;
    position: absolute;
    top: 75px;
    width: 75px;
    z-index: 1;
    left: 0;
    background: #bdac56;
}

.group_tree .right::after {
    left: -16px;
}

.group_tree .content h1 {
    text-align: center
}

.group_tree .content a {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    text-transform: uppercase;
}

.group_tree .right .content {
    padding-right: 0px;
}

.group_tree .left .content {
    padding-left: 0px;
}

.group_tree .right .content,
.group_tree .left .content {
    display: flex;
    align-items: flex-start;
}

.group_tree .left .content p {
    text-align: right
}

.group_tree .right .content p,
.group_tree .left .content p {
    padding-bottom: 0px;
    font-size: 15px;
    line-height: 1.33
}

.group_tree .right .content img {
    margin-right: 10px
}

.group_tree .left .content img {
    margin-left: 10px
}

.group_tree .right .content img,
.group_tree .left .content img {
    width: 150px
}

.group_tree .content {
    padding: 20px 30px;
    position: relative;
    border-radius: 6px;
}

.group_tree .timeline_bottom {
    position: relative
}

.timeline_bottom::before {
    content: "";
    position: absolute;
    width: 33.6%;
    height: 3px;
    background: #bdac56;
    margin-left: 32.5%;
}

.timeline_bottom .group_bottom {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.timeline_bottom .group_bottom {
    padding: 0px 10px;
    position: relative;
    background-color: inherit;
    width: 67%;
    margin: 0;
}

.timeline_bottom .gcright .content,
.timeline_bottom .gcleft .content {
    display: flex;
    align-items: flex-start;
}

.timeline_bottom .gcright .content {
    padding-right: 0px;
}

.timeline_bottom .gcleft .content {
    padding-left: 0px;
}

.timeline_bottom .gcleft img,
.timeline_bottom .gcright img {
    width: 150px;
}

.timeline_bottom .gcleft .content p,
.timeline_bottom .gcright .content p {
    padding-bottom: 0px;
    font-size: 15px;
    line-height: 1.33;
}

.timeline_bottom .gcleft .content a,
.timeline_bottom .gcright .content a {
    display: block;
    margin-top: 5px;
}

.timeline_bottom .group_bottom::before {
    content: "";
    width: 3px;
    position: absolute;
    background: #bdac56;
}

.timeline_bottom .group_bottom::after {
    content: "";
    height: 3px;
    position: absolute;
    background: #bdac56;
}

.timeline_bottom .gcl1 {
    left: 0
}

.timeline_bottom .gcl2 {
    left: 60px;
    top: 307px
}

.timeline_bottom .gcl1::before {
    height: 60px;
    right: 0
}

.timeline_bottom .gcl1::after {
    width: 20px;
    right: 0;
    top: 60px;
}

.timeline_bottom .gcl2::before {
    height: 488px;
    right: 0;
    top: -425px;
}

.timeline_bottom .gcl2::after {
    width: 20px;
    right: 0;
    top: 60px;
}

.timeline_bottom .gcr1 {
    top: 0px;
    left: 33%;
}

.timeline_bottom .gcr2 {
    top: 30px;
    left: 33%;
}

.timeline_bottom .gcr3 {
    left: 23%;
    top: 158px
}

.timeline_bottom .gcr1::before {
    height: 60px;
    left: 0
}

.timeline_bottom .gcr1::after {
    width: 20px;
    left: 0;
    top: 60px;
}

.timeline_bottom .gcr2::before {
    height: 212px;
    left: 0;
    top: -151px;
}

.timeline_bottom .gcr2::after {
    width: 20px;
    left: 0;
    top: 60px;
}

.timeline_bottom .gcr3::before {
    height: 488px;
    left: 0;
    top: -425px;
}

.timeline_bottom .gcr3::after {
    width: 20px;
    left: 0;
    top: 60px;
}

.gbf_sub {
    position: relative;
    left: 20%;
}

.gbf_sub span {
    display: block;
    margin-bottom: 5px;
    padding-left: 24px;
    font-size: 16px;
}

.gbf_sub span::before {
    content: "";
    position: absolute;
    left: 0;
    width: 15px;
    height: 2px;
    background: #bdac56;
    margin-top: 13px;
}

.gbf_sub::before {
    content: "";
    position: absolute;
    left: 0;
    width: 3px;
    background: #bdac56;
    height: 150px;
    top: -69px;
}


.explore_sec {
    margin-bottom: 35px;
    padding: 0 8px 8px 0;
    border-left: 1px solid #dccf71;
}

.exp_content {
    padding-left: 15px;
}

.exp_content h5 {
    margin: 20px 0 15px 0;
    color: #fff;
    font-weight: 300;
}

section#info-sec .explore_sec .exp_content p {
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
}

.exp_content p{
    text-align: left;
    color: #fff !important;
}
.exp_content h5 {
    text-align: left;
    color: #dccf71 !important;
}




@media only screen and (min-width:320px) and (max-width:480px) {
    .main-header.fixed .logo-area {
        padding: 0px 5px;
    }

    .main-header .logo-area {
        padding: 4px 5px;
        width: auto;
    }

    #searchbox {
        margin-top: 10px
    }

    .main-header.fixed #searchbox {
        margin-top: 0px
    }

    .main-header-topmenu > ul {
        display: block;
    }

    .main-header .main-header-topmenu {
        position: relative
    }

    .main-header-topmenu > ul > li:first-child {
        display: none;
    }

    .main-header .main-header-topmenu {
        right: auto;
    }

    .main-header-topmenu ul li a {
        padding: 6px 3px 6px 7px;
    }

    .main-header .global-dropdown-btn-text {
        display: inline;
    }

    .main-header .global-dropdown-wrapper .global-dropdown-btn {
        min-width: auto;
        margin-top: 0px;
    }

    .main-header .global-dropdown-wrapper > a {
        padding: 6px 6px 6px 3px;
    }

    .main-header .mob-menu-btn-wrapper,
    .main-header.fixed .mob-menu-btn-wrapper {
        padding: 0px 5px;
    }

    .main-header .dropdown-arrow .global-dropdown-btn-icon {
        padding-left: 4px;
        margin-top: 7px;
        float: right;
    }

    .global-dropdown-wrapper {
        position: relative;
        display: inline-block;
        float: right;
    }

    .global-dropdown {
        top: 0px;
    }

    .sectionWrapper.teal {
        padding: 50px 0 30px 0;
    }

    section#group-companies #group-content a {
        padding: 10px 1rem 10px .3rem
    }

    section#group-companies #group-content a span {
        font-size: 14px;
    }

    .menu-search .search-btn,
    .main-header.fixed .search-btn {
        padding: 8px 10px 4px 10px
    }

    .mob-menu-btn-wrapper .mob-menu-btn {
        padding: 8px 3px;
        margin-top: 13px;
    }

    .submenu-fullwidth .submenu-wrapper {
        padding: 30px 0;
    }

    .main-slider {
        min-height: 450px;
    }

    .main-slider .caption h4 {
        font-size: 30px;
        margin-top: 25px
    }

    .main-slider .caption h1 {
        font-size: 35px;
    }

    .main-slider .caption {
        margin-top: 100px;
    }

    .main-slider .caption .butn {
        font-size: 35px;
    }

    h2::before {
        width: 60px;
        left: 40%;
    }

    section#home-news h2::before {
        left: 0px;
    }

    .footer-social-links.social-mobile p {
        width: 125px;
        float: none;
        display: block;
        clear: both;
    }

    .footer-social-links ul {
        width: 100%;
    }

    div.gcomp .group-box .group-img {
        width: 100%;
        text-align: center;
        float: none;
    }

    div.gcomp .group-box {
        display: inline-block;
        height: auto;
    }

    div.gcomp .group-box .group-content {
        width: 100%;
        float: none;
        text-align: center;
    }

    div.gcomp .group-box .group-content a {
        opacity: 1;
        display: none
    }

    div.gcomp .group-box:hover .group-content a {
        display: block;
    }

    .breadcrumb_section .breadcrumb_list .breadcrumb_title::before {
        left: 5px;
        bottom: -5px;
    }

    .inputfile-6 + label span {
        width: auto;
    }

    .inputfile-6 + label span,
    .inputfile-6 + label strong {
        padding: 1rem 1.25rem;
    }
}

@media only screen and (min-width:481px) and (max-width:991px) {
    .main-slider .caption img {
        width: 50%;
        margin-bottom: 20px;
    }

    .main-header.fixed .logo-area {
        padding: 0px 5px;
    }

    .main-header .logo-area {
        padding: 4px 5px;
        width: auto;
    }

    .main-header-topmenu > ul {
        display: block;
    }

    .main-header .main-header-topmenu {
        position: relative
    }

    .main-header-topmenu > ul > li#car-link {
        display: none;
    }

    .main-header-topmenu > ul > li:first-child {
        margin-right: 2px;
    }

    .main-header-topmenu > ul > li:first-child {
        display: inline-block;
    }

    .main-header .main-header-topmenu {
        right: auto;
    }

    .main-header-topmenu ul li a {
        padding: 6px 3px 6px 7px;
    }

    .main-header .global-dropdown-btn-text {
        display: inline;
    }

    .main-header .global-dropdown-wrapper .global-dropdown-btn {
        min-width: auto;
        margin-top: 0px;
    }

    .main-header .mob-menu-btn-wrapper,
    .main-header.fixed .mob-menu-btn-wrapper {
        padding: 25px 5px 0 5px;
    }

    .main-header-topmenu > ul > li:first-child > a {
        padding: 6px 20px;
    }

    .main-header .dropdown-arrow .global-dropdown-btn-icon {
        padding-left: 4px;
        margin-top: 7px;
        float: right;
    }

    .global-dropdown-wrapper {
        position: relative;
        display: inline-block;
        float: right;
    }

    .global-dropdown {
        top: 0px;
    }

    .menu-search .search-btn,
    .main-header.fixed .search-btn {
        padding: 32px 10px 0px 10px;
    }

    .mob-menu-btn-wrapper .mob-menu-btn {
        padding: 8px 3px;
    }

    .submenu-fullwidth .submenu-wrapper {
        padding: 30px 0;
    }

    .main-slider {
        min-height: 500px;
    }

    .main-slider .caption h4 {
        font-size: 30px;
    }

    .main-slider .caption h1 {
        font-size: 40px;
    }

    .main-slider .caption {
        margin-top: 100px;
    }

    .main-slider .caption .butn {
        font-size: 35px;
    }

    h2::before {
        width: 60px;
        left: 0%;
    }

    section#home-news h2::before {
        left: 0px;
    }

    .footer-social-links.social-mobile p {
        width: 125px;
        float: none;
        display: block;
        clear: both;
    }

    .footer-social-links ul {
        width: 100%;
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .consultation-aboutus {
        margin-left: 8.33333333%;
        width: 83.33333333%;
        margin-top: 50px;
    }

    .about_box h1 {
        color: #bdac56;
        font-size: 32px;
    }

    .about_box p {
        margin-bottom: 5px;
    }

    .main-header .main-header-menu {
        float: none;
        display: block;
        clear: both;
    }

    body.no-anim .main-slider .caption {
        text-align: center;
        margin-top: calc(100vh - 600px);
    }

    .breadcrumb_section {
        padding: 40px 0;
        margin-top: 95px;
    }

    .breadcrumb_section .breadcrumb_list .breadcrumb_title {
        color: #fff;
        font-size: 35px;
        padding-bottom: 0;
        padding-top: 15px;
    }

    #vm-block .sectionHeader h2.vtitle::before {
        border: solid 1px #a29061;
        left: 14px;
    }

    #vm-block .sectionHeader h2.mtitle::before {
        border: solid 1px #a29061;
        left: 24px;
    }

    .breadcrumb_section .breadcrumb_list {
        float: left
    }

    div.mission_img {
        margin-bottom: 10px;
    }

    .slide-content-wrapper .boxContent .content {
        width: 100%
    }

    .main_intro .page-slider {
        margin-top: 30px;
    }

    img.f_fixed_logo {
        position: absolute;
        right: -35px;
        width: 50%;
        bottom: 150px;
        opacity: .65;
    }

    img.fixed_logo {
        position: absolute;
        right: -50px;
        width: 65%;
        bottom: 20px;
        opacity: .65;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #vm-block .sectionHeader h2.vtitle::before {
        border: solid 1px #a29061;
        left: 32px;
    }

    #vm-block .sectionHeader h2.mtitle::before {
        border: solid 1px #a29061;
        left: 46px;
    }
}

@media only screen and (min-width:768px) {
    .mission_text {
        width: 100%;
        background: #bdac56;
        padding: 2.5%;
        border-radius: 15px;
        text-align: center
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {

    .main-header .mob-menu-btn-wrapper,
    .main-header.fixed .mob-menu-btn-wrapper {
        margin-top: 22px;
    }

    .menu-search .search-btn,
    .main-header.fixed .search-btn {
        margin-top: 22px;
    }

    .main-slider .caption {
        margin-top: 150px;
    }

    section#group-companies #group-content a {
        padding: 15px 1rem 15px .2rem;
    }

    .teal .boxContent h2 {
        font-size: 3rem;
        padding: 0 0 5px 0;
        margin-bottom: 10px;
    }

    .boxContentWrapper {
        padding: 0;
    }

    .boxContent p {
        font-size: 19px;
        line-height: 2.1rem;
        margin: 5px 0;
    }

    .sectionWrapper.teal {
        padding: 40px 0;
    }

    section#group-companies {
        margin-top: 0px;
    }

    .sectionWrapper {
        margin-bottom: 50px;
    }

    .sectionWrapper.grey-bg {
        padding: 40px 0;
    }

    .main-header-topmenu > ul > li#car-link {
        display: inline-block !important;
    }

    .global-dropdown {
        top: 30px;
    }

    .main-header-topmenu ul li a {
        padding: 5px 3px 9px 10px;
    }

    .main-header .logo-area img {
        height: auto;
        width: 150px;
        margin-left: 20%;
    }

    .breadcrumb_section .breadcrumb_list {
        float: left
    }

    .breadcrumb_section .breadcrumb_list .breadcrumb_title {
        color: #fff;
    }

    .breadcrumb_section {
        padding: 90px 0 50px 0;
    }

    div.mission_img {
        margin-bottom: 10px;
    }

    .group_tree .right .content p,
    .group_tree .left .content p {
        padding-bottom: 0px;
        font-size: 12px;
        line-height: 1.33;
    }

    .group_tree .right .content img,
    .group_tree .left .content img {
        width: 120px;
    }

    .group_tree .container {
        padding: 10px 0px;
    }

    .group_tree .right::before {
        content: " ";
        height: 3px;
        position: absolute;
        top: 75px;
        width: 50px;
        z-index: 1;
        left: 0px;
        background: #bdac56;
    }

    .group_tree .left::before {
        content: " ";
        height: 3px;
        position: absolute;
        top: 75px;
        width: 50px;
        z-index: 1;
        right: 0px;
        background: #bdac56;
    }
}

@media only screen and (min-width:1024px) and (max-width:1399px) {
    .breadcrumb_section .breadcrumb_list .breadcrumb_title {
        font-size: 40px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
    .main-header .logo-area {
        padding: 8px 25px;
    }

    .main-header .main-header-menu {
        margin-top: 0px;
    }

    .teal .boxContent h2 {
        font-size: 4rem;
    }

    .sectionWrapper.teal {
        padding: 70px 0 30px 0;
    }

    .sectionWrapper {
        margin-bottom: 70px;
    }

    .sectionWrapper.grey-bg {
        padding: 60px 0;
    }

    .breadcrumb_section .breadcrumb_list {
        float: left;
    }

    .breadcrumb_section .breadcrumb_list .breadcrumb_title {
        color: #fff
    }

    form.career-form {
        display: inline-block
    }
}

@media only screen and (min-width:1200px) and (max-width:1300px) {
    .main-header-menu > ul > li > a.menu-parent {
        padding: 25px 15px 15px 0;
    }

    .main-header-menu > ul > li > a {
        padding: 25px 0 15px 0;
    }
}



@media only screen and (min-width:1024px) and (max-width:1199px) {
    .timeline_bottom .gcr2::before {
        height: 333px;
        left: 0;
        top: -272px;
    }

    .timeline_bottom .gcr3::before {

        height: 848px;
        left: 0;
        top: -787px;

    }

    .timeline_bottom .gcl2::before {

        height: 848px;
        top: -787px;

    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .group_tree .timeline::after {
        left: 0px;
    }

    .group_tree .container {
        left: 1% !important;
    }

    .group_tree .container {
        padding: 10px 5px;
        width: 100%;
    }

    .group_tree .right .content img,
    .group_tree .left .content img {
        width: 90px;
    }

    .group_tree .right::before {
        content: " ";
        height: 2px;
        position: absolute;
        top: 75px;
        width: 30px;
    }

    .group_tree .left::before {
        content: " ";
        height: 2px;
        position: absolute;
        top: 75px;
        width: 30px;
        left: 0
    }

    .group_tree .content {
        padding: 20px 10px;
    }

    .group_tree .left .content {
        padding-left: 10px;
    }

    .group_tree .left .content p {
        flex: 1;
        order: 2;
        text-align: left
    }

    .group_tree .left .content img {
        order: 1;
        width: 90px;
    }

    .gbf_sub::before {
        top: -43px;
    }

    .timeline_bottom::before {
        display: none;
    }

    .timeline_bottom .group_bottom::before {
        width: 5px;
    }

    .timeline_bottom .gcl1::before {
        height: 200px;
        left: 0;
        width: 5px;
    }

    .timeline_bottom .gcl2 {
        left: 0;
        top: 40px
    }

    .timeline_bottom .gcl2::after {
        width: 20px;
        left: 0;
        top: 60px;
        right: unset;
    }

    .timeline_bottom .gcl2::before {

        height: 488px;
        left: 0;
        top: -431px;
        width: 5px;

    }

    .timeline_bottom .gcl1::after {
        width: 30px;
        left: 0;
        top: 60px;
        right: unset;
    }

    .timeline_bottom .group_bottom {
        width: 100%
    }

    .timeline_bottom .gcleft img,
    .timeline_bottom .gcright img {
        width: 90px;
    }

    .timeline_bottom .gcr1,
    .timeline_bottom .gcr2,
    .timeline_bottom .gcr3 {
        left: 0
    }

    .timeline_bottom .gcr1 {
        top: 80px;
    }

    .timeline_bottom .gcr2 {
        top: 120px;
    }

    .timeline_bottom .gcleft .content p {
        flex: 1;
        order: 2;
        text-align: left
    }

    .timeline_bottom .gcleft .content img {
        order: 1;
        width: 90px;
    }

    .timeline_bottom .gcleft .content {
        padding-left: 10px;
    }

    .timeline_bottom .gcr1::before {
        height: 227px;
        left: 0;
        top: -160px;
    }

    .timeline_bottom .group_bottom::after {
        height: 2px;
        width: 40px;
    }
}

@media only screen and (min-width:576px) {
    section.g_comp .sectionHeader .t_1 {
        right: 15%
    }

    section.g_comp .sectionHeader .t_2 {
        left: 15%;
    }
}

@media only screen and (min-width:576px) {
    section.g_comp h2::before {
        height: 50px;
    }
}

@media only screen and (min-width:576px) and (max-width:1023px) {
    .g_comp .what_we::before {
        left: 5%;
        width: 90%;
    }

    section.g_comp .sectionHeader .t_1 {
        right: 5%;
    }

    section.g_comp .sectionHeader .t_2 {
        left: 5%;
    }
}

@media only screen and (min-width:320px) and (max-width:575px) {
    section.g_comp h2::before {
        top: 80px;
    }

    .g_comp .what_we::before {
        display: none;
    }

    section.g_comp .sectionHeader .t_1,
    section.g_comp .sectionHeader .t_2 {
        display: none
    }
}

svg#group_desk {
    display: none;
}

svg#group_mob {
    display: block;
}

@media only screen and (min-width:600px) {
    svg#group_desk {
        display: block;
    }

    svg#group_mob {
        display: none;
    }
}