@font-face {
    font-family: DomaineDisplay;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/DomaineDisplay-Bold.woff2) format("woff2"), url(../fonts/DomaineDisplay-Bold.woff) format("woff")
}

@font-face {
    font-family: DomaineDisplay;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/DomaineDisplay-Regular.woff2) format("woff2"), url(../fonts/DomaineDisplay-Regular.woff) format("woff")
}

@font-face {
    font-family: "Futura Light";
    src: url("../fonts/futura/7a0bcc93-4ec5-4962-8f7d-b0a2ba0cad4b.eot?#iefix");
    src: url("../fonts/futura/7a0bcc93-4ec5-4962-8f7d-b0a2ba0cad4b.eot?#iefix") format("eot"), url("../fonts/futura/9550426d-1ed5-4fb6-8e1c-0529c8546247.woff2") format("woff2"), url("../fonts/futura/9432cd19-89de-4884-bef2-8507ee5588e0.woff") format("woff"), url("../fonts/futura/dc4205f2-bbb2-4c49-a37b-c3ed1585f174.ttf") format("truetype"), url("../fonts/futura/8b01c1a5-04c8-4a6b-a925-79f92a72cbef.svg#8b01c1a5-04c8-4a6b-a925-79f92a72cbef") format("svg")
}

@font-face {
    font-family: "Futura Book";
    src: url("../fonts/futura/a3756428-debf-4a86-aed0-a834a3df9bd7.eot?#iefix");
    src: url("../fonts/futura/a3756428-debf-4a86-aed0-a834a3df9bd7.eot?#iefix") format("eot"), url("../fonts/futura/5f081b13-e570-4277-9283-091a6f6cab04.woff2") format("woff2"), url("../fonts/futura/588b3f3a-c193-4962-8e01-d4caef90f58b.woff") format("woff"), url("../fonts/futura/cdced636-4488-4c04-809c-e6e1379600ec.ttf") format("truetype"), url("../fonts/futura/34abe9e1-3810-4f50-9feb-63cd531bba3e.svg#34abe9e1-3810-4f50-9feb-63cd531bba3e") format("svg")
}

@font-face {
    font-family: "Futura Medium";
    src: url("../fonts/futura/92596d86-eab0-4abb-ae87-3f8ee4d3dceb.eot?#iefix");
    src: url("../fonts/futura/92596d86-eab0-4abb-ae87-3f8ee4d3dceb.eot?#iefix") format("eot"), url("../fonts/futura/2feabad2-d70f-4b3d-9a27-87bffac21bce.woff2") format("woff2"), url("../fonts/futura/f0ee8fd2-4e6c-4676-b99d-5995bd5d9cc8.woff") format("woff"), url("../fonts/futura/74b800bd-5c70-408f-951d-301b7a646abf.ttf") format("truetype"), url("../fonts/futura/ea9720c1-d44e-4f4d-b6ab-de57c634f922.svg#ea9720c1-d44e-4f4d-b6ab-de57c634f922") format("svg")
}

@font-face {
    font-family: "Futura Bold";
    src: url("../fonts/futura/700bd18e-d9e0-45c5-93e2-7c930608c50e.eot?#iefix");
    src: url("../fonts/futura/700bd18e-d9e0-45c5-93e2-7c930608c50e.eot?#iefix") format("eot"), url("../fonts/futura/12dbb46a-1b0b-40ee-80a6-4141c349b55f.woff2") format("woff2"), url("../fonts/futura/2abd55ef-07d0-473e-80e1-0e4066cd01fa.woff") format("woff"), url("../fonts/futura/c4fa8988-43d1-4a01-96e4-36c5c5a121c9.ttf") format("truetype"), url("../fonts/futura/2ea6bace-93f3-4ab0-9f2d-77a466a20c7f.svg#2ea6bace-93f3-4ab0-9f2d-77a466a20c7f") format("svg")
}


.tool-map svg{
    width:1200px;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #333
}

.bcolor {
    background: #000 !important;
}

.pollent-preloader.loaded {
    display: none;
}

.pollent-preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    z-index: 99999;
}

.pollent-preloader .preloader-animation {
    z-index: 1000;
}
.pollent-preloader .loader-text{
    margin-top:20px;
     text-align: center;
font-size: 36px;
color: #d4b453;
animation: loadereff 4s ease-in infinite;
    -webkit- animation: loadereff 4s ease-in infinite;
    -moz- animation: loadereff 4s ease-in infinite;
    -o- animation: loadereff 4s ease-in infinite;
 }
.pollent-preloader .preloader-animation .img_globe {
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
    top: 0px;
}

.pollent-preloader .preloader-animation img {
    width: 200px;
    animation: loadereff 4s ease-in infinite;
    -webkit- animation: loadereff 4s ease-in infinite;
    -moz- animation: loadereff 4s ease-in infinite;
    -o- animation: loadereff 4s ease-in infinite;
}

@keyframes loadereff {
    0%    { -webkit-filter: grayscale(100%); filter: grayscale(100%); }
    25%   { -webkit-filter: grayscale(75%); filter: grayscale(50%); }
    50%   { -webkit-filter: grayscale(50%); filter: grayscale(0%); }
    75%   { -webkit-filter: grayscale(25%); filter: grayscale(50%); }
    100%  { -webkit-filter: grayscale(0%); filter: grayscale(1000%); }
}

@-webkit-keyframes loadereff {
     0%    { -webkit-filter: grayscale(100%); filter: grayscale(100%); }
    25%   { -webkit-filter: grayscale(75%); filter: grayscale(50%); }
    50%   { -webkit-filter: grayscale(50%); filter: grayscale(0%); }
    75%   { -webkit-filter: grayscale(25%); filter: grayscale(50%); }
    100%  { -webkit-filter: grayscale(0%); filter: grayscale(1000%); }
}

.pollent-preloader .preloader-animation .spinner {
    height: 8em;
    width: 8em;
    margin: 0 auto 4em auto;
    border: 3px solid #d4b453;
    border-top-color: #fff;
    border-radius: 50%;
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
}

@media screen and (max-width: 767px) {
    .pollent-preloader .preloader-animation .spinner {
        height: 8em;
        width: 8em;
    }
}

@media screen and (max-width: 500px) {
    .pollent-preloader .preloader-animation .spinner {
        height: 7em;
        width: 7em;
    }
}

.pollent-preloader .preloader-animation .loader i {
    opacity: 0;
}

.pollent-preloader .preloader-animation .loader span {
    font-family: DomaineDisplay
}

.pollent-preloader .preloader-animation .loader {
    font-size: 4.5em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 767px) {
    .pollent-preloader .preloader-animation .loader {
        font-size: 4.2em;
    }
}

@media (max-width: 575px) {
    .pollent-preloader .preloader-animation .loader {
        font-size: 4em;
    }
}

.pollent-preloader .preloader-animation .loader .animated-letters {
    position: relative;
    color: #000;
}

.pollent-preloader .preloader-animation .loader .animated-letters:before {
    position: absolute;
    content: attr(data-text-preloader);
    top: -3px;
    left: 0;
    color: #000;
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-animation: animated-letters 4s infinite;
    animation: animated-letters 4s infinite;
}

.pollent-preloader .preloader-animation .loader .animated-letters:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.pollent-preloader .preloader-animation .loader .animated-letters:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.pollent-preloader .preloader-animation .loader .animated-letters:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.pollent-preloader .preloader-animation .loader .animated-letters:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.pollent-preloader .preloader-animation .loader .animated-letters:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.pollent-preloader .preloader-animation .loader .animated-letters:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.pollent-preloader .preloader-animation .loader .animated-letters:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.pollent-preloader .preloader-animation p {
    letter-spacing: 0px;
    font-family: DomaineDisplay;
    font-size: 20px;
}

.pollent-preloader .loader-animation {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}

.pollent-preloader .loader-animation .single-loader .loader-bg {
    height: 100%;
    width: 100%;
    left: 0;
    background-color: #fff;
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 1;
}

.pollent-preloader.loaded .preloader-animation {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.pollent-preloader.loaded .single-loader .loader-bg {
    opacity: 0;
    -webkit-transition: 0.7s all cubic-bezier(0.1, 0.1, 0.1, 1);
    transition: 0.7s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes animated-letters {
    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes animated-letters {
    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@media only screen and (min-width:1300px) {
    .container-custom {
        width: 1300px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

.banner-section .video-slider video {
    background-color: #000;
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    top: 0;
    width: 100%;
    z-index: -3;
    position: absolute;
    transform: none !important;
}

.banner-section .video-slider .content-outer {
    position: absolute;
}

.banner-section .swiper-slide-active .content-box .text-focus-in {
    -webkit-animation: text-focus-in 1s cubic-bezier(0.600, -0.280, 0.735, 0.045) both;
    animation: text-focus-in 1s cubic-bezier(0.600, -0.280, 0.735, 0.045) both;
}

@-webkit-keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

.banner-section .content-box {
    position: relative;
    padding: 160px 15px 50px;
    min-height: 820px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.banner-section .content-box .inner {
    position: relative;
    opacity: 0;
    padding: 0 15px;
}

.banner-section .swiper-slide-active .content-box .inner {
    opacity: 1;
}

.banner-section .content-box h1 {
    position: relative;
    font-size: 70px;
    font-weight: 400;
    line-height: 72px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 0;
    margin-bottom: 30px;
    padding-bottom: 40px;
    letter-spacing: -1px;
}

.banner-section .content-box h4 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    opacity: 0;
}

.banner-section .swiper-slide-active h4 {
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.banner-section .content-box .text {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    color: #ffffff;
    opacity: 0;
}

.banner-section .swiper-slide-active .text {
    -webkit-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
}

.banner-section .link-box {
    padding-top: 20px;
}

.about-section-two.quick-info {
    background-color: #000;
    padding: 60px 0;
}

.about-section-two.style-two .col-lg-4 {
    background-color: #fff;
    padding: 0;
}

.about-section-two.style-two .col-lg-8 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EFE9E5;
    padding: 90px 0;
}

.about-section-two {
    position: relative;
    padding: 50px 0 40px;
}

.about-section-two .content {
    width: 80%;
    margin-left: 10%;
}

.about-section-two .image-box {
    position: relative;
}

.about-section-two .shape {
    position: absolute;
    left: -95px;
    top: -40px;
}

.about-section-two .image-one {
    position: relative;
    padding-top: 150px;
    margin-bottom: 30px;
    top: 40px;
}

.about-section-two .image-two {
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
    .about-section-two .image-two {
        position: absolute;
        top: -40px;
        right: 0;
    }
    .about-section-two .video-box {
        position: absolute;
        right: 30px;
        bottom: 30px;
    }
}

.about-section-two .video-box {
    display: inline-block;
    padding: 26px 23px;
    background-size: cover;
}

.about-section-two .video-box a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    display: inline-block
}

.about-section-two .video-box a i {
    font-size: 30px;
    margin-bottom: 10px;
    display: block;
    line-height: 35px;
}

.about-section-two .quote {
    position: relative;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 25px;
}

.about-section-two h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-section-two .text {
    margin-bottom: 30px;
}

.about-section-two .author-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
}

.about-section-two .signature {
    position: relative;
    padding-right: 20px;
    margin-right: 25px;
    border-right: 1px solid #ddd;
}

.about-section-two .author-title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: 'mothercarethin';
}

.about-section-two .designation {
    position: relative;
    font-size: 18px;
}

.about-section-two .icon-box {
    position: relative;
    text-align: center;
    transition: .5s;
    padding: 40px 20px !important;
    width: 100%;
    height: 250px;
    color: #ccc;
    font-weight: 300;
    border: 3px solid #d4b453;
    margin-top: 15px;
}

.about-section-two .icon-box::before {
    content: "";
    position: absolute;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 5px solid #d4b453;
    left: calc(50% - 50px);
}

.about-section-two .icon-box::after {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 5px solid #d4b453;
    left: calc(50% - 50px);
}

.about-section-two .icon {
    position: relative;
    line-height: 85px;
    margin-bottom: 0px;
    display: inline-block;
    padding: 0px 8px;
    margin-bottom: 5px;
}

.about-section-two .icon img {
    width: 70px;
    margin-bottom: 0;
    padding: 5px;
}

.about-section-two h4 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    width: 80%;
    margin-left: 10%;
}

.sec-title {
    position: relative;
    margin-bottom: 35px;
}

.sec-title .sub-title {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'mothercarethin';
    margin-bottom: 6px;
    display: inline-block;
}

p.sub_head {
    margin-top: 10px;
    display: block;
    font-size: 18px;
}

.g2 {
    color: #DAA520;
    background: -webkit-linear-gradient(left, #DAA520, #DAA520, #DAA520, #F1E592, #DAA520, #DAA520, #AF9D50) !important;
    background-clip: border-box !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    border-top: 1px solid transparent;
}

.g3 {
    color: #AF9D50;
    background: -webkit-linear-gradient(left, #F1BA2F, #F1BA2F, #DAA520, #F1E592, #F1BA2F, #F1BA2F, #AF9D50) !important;
    background-clip: border-box !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    border-top: 1px solid transparent;
}

.sec-title h2 {
    position: relative;
    font-size: 40px;
    font-weight: 400;
    font-family: DomaineDisplay;
    background: #eec65f;
    background: -moz-linear-gradient(-45deg, rgba(238, 198, 95, 1) 0%, rgba(167, 111, 42, 1) 12%, rgba(226, 184, 85, 1) 26%, rgba(249, 242, 183, 1) 43%, rgba(226, 184, 85, 1) 61%, rgba(143, 94, 33, 1) 80%, rgba(226, 184, 85, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(238, 198, 95, 1)), color-stop(12%, rgba(167, 111, 42, 1)), color-stop(26%, rgba(226, 184, 85, 1)), color-stop(43%, rgba(249, 242, 183, 1)), color-stop(61%, rgba(226, 184, 85, 1)), color-stop(80%, rgba(143, 94, 33, 1)), color-stop(100%, rgba(226, 184, 85, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(238, 198, 95, 1) 0%, rgba(167, 111, 42, 1) 12%, rgba(226, 184, 85, 1) 26%, rgba(249, 242, 183, 1) 43%, rgba(226, 184, 85, 1) 61%, rgba(143, 94, 33, 1) 80%, rgba(226, 184, 85, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(238, 198, 95, 1) 0%, rgba(167, 111, 42, 1) 12%, rgba(226, 184, 85, 1) 26%, rgba(249, 242, 183, 1) 43%, rgba(226, 184, 85, 1) 61%, rgba(143, 94, 33, 1) 80%, rgba(226, 184, 85, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(238, 198, 95, 1) 0%, rgba(167, 111, 42, 1) 12%, rgba(226, 184, 85, 1) 26%, rgba(249, 242, 183, 1) 43%, rgba(226, 184, 85, 1) 61%, rgba(143, 94, 33, 1) 80%, rgba(226, 184, 85, 1) 100%);
    background: linear-gradient(135deg, rgba(238, 198, 95, 1) 0%, rgba(167, 111, 42, 1) 12%, rgba(226, 184, 85, 1) 26%, rgba(249, 242, 183, 1) 43%, rgba(226, 184, 85, 1) 61%, rgba(143, 94, 33, 1) 80%, rgba(226, 184, 85, 1) 100%);
    background-clip: border-box;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eec65f', endColorstr='#e2b855', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.metal-info ul {
    list-style: none;
}

.metal-info ul li:first-child {
    padding: 0;
    line-height: 0;
    margin: 0;
}

.metal-info ul li:first-child img {
    position: absolute;
    margin-top: 0;
    width: 20px;
    margin-right: 15px;
    top: -8px;
    line-height: 0;
    height: 25px;
}

.metal-info ul li {
    list-style: none;
    float: left;
    line-height: 0;
    font-family: "Futura Medium";
    text-align: center;
    padding: 5px 12px 5px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #fff;
    margin-top: 0px;
}

.metal-info ul li img {
    width: 20px;
    position: relative;
}

.metal-info ul li:last-child {
    border: none;
}

.metal-info ul li i {
    color: #f3f3f3;
    font-weight: 100;
}

.metal-info ul li span {
    color: #d4b453;
    font-weight: 600;
    font-size: 16px;
    margin-right: 5px;
}

.banner-section .c-right {
    justify-content: flex-end !important;
}

.about-widget ul.f-social-link {
    list-style: none;
    display: flex;
}

.about-widget ul.f-social-link li {
    margin-right: 15px;
}

.about-widget ul.f-social-link a {
    color: #fff;
    font-size: 18px;
}

.about-widget img.f-logo {
    width: 125px;
    margin-bottom: 20px;
}

.about-widget ul.f-contact {
    list-style: none;
}

.about-widget ul.f-contact li {
    list-style: none;
    display: flex;
    justify-content: left;
    align-content: center;
    margin-bottom: 12px;
}

.about-widget ul.f-contact li a {
    font-size: 18px;
    font-family: 'Futura Medium';
}

.about-widget ul.f-contact li img {
    width: 35px;
    margin-right: 3px;
    position: relative;
}

.about-widget ul.f-contact li a span {
    width: 35px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.about-section-two.style-two {
    background-image: url(../images/background/map1.svg);
    background-size: contain;
    background-position: left;
    padding: 90px 0
}

.service-sidebar .widget h5 {
    padding: 10px 20px;
    font-size: 20px;
    font-family: DomaineDisplay;
    background: #d4b453;
    color: #fff;
}

.about-company {
    padding: 60px 0;
}

.about-company .sec-title h2 {
    padding-bottom: 8px;
    border-bottom: 1px solid #d4b453;
}

.about-company p {
    font-size: 18px;
    font-family: 'Futura Medium';
    line-height: 1.2;
    color: #333;
}

img.content-img {
    margin-bottom: 20px;
    width: 100%;
}

.about-company h5 {
    margin-bottom: 0px;
    font-family: DomaineDisplay;
    font-weight: 400;
}

.about-company h4 {
    margin-bottom: 15px;
    font-family: DomaineDisplay;
    font-weight: 400;
    color: #9f7d16;
    text-decoration: underline;
}

.about-company .m-infos {
    text-align: center;
    background: #fbfbfb;
    padding: 20px;
    margin-bottom: 20px;
    height: 100%;
    border: 1px solid #ebebeb;
}

.about-company .m-infos h5 {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 18px;
    color: #015;
    text-align: left;
    font-family: 'Futura Medium';
}

.about-company .m-infos h4 {
    margin-bottom: 15px;
    font-weight: 600;
    color: #9f7d16;
    text-decoration: underline;
    font-size: 20px;
    line-height: 1.3;
}

.about-company .m-infos p {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
}

img.group-logo {
    width: 200px;
    margin: 0 auto;
    display: block;
}

.inner_slider {
    margin-top: 30px;
}

.inner_slider p {
    padding: 10px;
    background: #089a49;
    color: #fff;
    text-align: center;
}

blockquote {
    font-weight: 100;
    font-size: 1.8rem;
    max-width: 80%;
    line-height: 1.4;
    position: relative;
    margin: 0;
    padding: .5rem;
    font-family: 'Futura Light';
    font-style: italic;
    text-align: center;
    margin-left: 10%;
    padding: 40px 0;
}

blockquote:before,
blockquote:after {
    position: absolute;
    color: #d4b453;
    font-size: 6rem;
    width: 2rem;
    height: 2rem;
    font-family: none;
}

blockquote:before {
    content: '“';
    left: -5rem;
    top: -1rem;
}

blockquote:after {
    content: '”';
    right: -2rem;
    bottom: 2rem;
}

cite {
    line-height: 3;
    text-align: left;
    font-family: 'Futura Bold';
    color: #d4b453;
}

.vm-block {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 25px 20px 30px;
    background: #fbfbfb;
    border: 1px solid #dadada;
    height: 100%;
}

.vm-row .col-md-6 {
    margin-bottom: 50px;
}

.vm-block .vm-img {
    padding-right: 25px;
    border-right: 1px solid #d4b453;
}

.vm-block h6 {
    display: block;
    margin-top: 3px;
    font-family: DomaineDisplay;
    font-weight: 700;
    font-size: 20px;
}

.vm-block img {
    width: 120px;
    margin: 0 auto;
}

.vm-block p {
    font-size: 17px;
    color: #333;
    font-family: 'Futura Medium';
    font-weight: 500;
    margin: 0px;
    line-height: 1.3;
    padding-top: 3px;
    padding-left: 15px;
}

button.top-btn {
    border: 1px solid #DC582A;
    overflow: hidden;
    border-radius: 1000px;
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0;
    width: auto;
    background-color: rgb(255, 255, 255);
    transition: .25s ease-in;
    -webkit-transition: .25s ease-in;
    -moz-transition: .25s ease-in;
}

button.top-btn h6 {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
    color: #fff;
    white-space: nowrap;
    width: 0;
    padding-left: 0;
    opacity: 0;
}

button.top-btn div {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.top-btn:hover h6 {
    opacity: 1 !important;
    width: 90px !important;
    padding-left: 16px !important;
    background: rgb(220, 88, 42) !important;
}

button.top-btn:hover .hover-stroke-white {
    stroke: #fff;
}

button.top-btn:hover .hover-fill-white {
    fill: #fff;
}

section.our-services {
    background: #e6e9ed;
    padding: 60px 0;
}

section.m-services {
    background: transparent !important;
}

section.m-services .service-block-three h4 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.our-services .container-fluid {
    padding: 0;
}

.get_enquiry {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #f3f6f3;
    margin: 20px 0;
}

.get_enquiry h4 {
    margin: 0px;
    line-height: 1.1;
    font-size: 20px;
    color: #000;
    margin-right: 15px;
    font-weight: 700;
    text-decoration: none;
}

.get_enquiry h4 u {
    color: #d4b453;
}

img.ser-img {
    width: 100%;
    margin: 10px 0;
}

.branches-map {
    padding: 50px 0;
}

.branches-map .sec-title {
    text-align: center;
    margin-bottom: 20px;
}

.branches-map svg path {
    cursor: pointer
}

.branches-map svg path,
.branches-map svg polygon {
    cursor: pointer;
}

.servcies-slide {
    padding: 35px 0;
}

.services-slide .sec-title h2 {
    font-family: DomaineDisplay;
    text-align: center;
    padding-bottom: 30px;
}

.cta-area {
    background-size: cover;
    background-position: center center;
    padding: 30px 0;
}

.cta-area .col-lg-3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-text span {
    color: #ffffff;
    font-family: 'Futura-Medium' text-transform: uppercase;
    font-size: 14px;
}

.cta-text h1 {
    font-size: 45px;
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 11px;
    font-family: DomaineDisplay;
    line-height: 1.1;
}

.cta-button {
    margin-top: 42px;
}

.cta-link {
    font-size: 15px;
    color: #fff;
    margin-left: 25px;
    font-weight: 400;
}

.cta-link i {
    margin-right: 5px;
}

.cta-link:hover {
    color: #ffffff;
}

.cta-button .btn.btn-white:hover::before {
    background: #fff;
}

.cta-button .btn:hover .btn-text {
    color: #333333;
}

.cta-content {
    margin-right: 34%;
}

.cta-content h1 {
    font-size: 45px;
    color: #fff;
    margin-bottom: 23px;
}

.cta-content p {
    color: #ffffff;
    margin-bottom: 32px;
}

.cta-2-button a.border-btn {
    margin-left: 17px;
    padding: 19px 40px;
}

.ctas-info {
    background: #ffffff;
    background: #ffffff;
    margin-left: 30px;
    padding: 52px 68px 56px 68px;
    margin-top: 72px;
}

.ctas-info h3 {
    color: #096bd8;
    font-size: 26px;
    position: relative;
}

.ctas-info h3::before {
    color: #096bd8;
    content: "ï‚•";
    font-family: "Font Awesome 5 Pro";
    font-size: 85px;
    position: absolute;
    line-height: 1;
    top: -26px;
    z-index: 9999;
    opacity: 0.1;
    left: 52px;
}

.s-media {
    position: fixed;
    bottom: 60px;
    left: 0;
    z-index: 1000;
    transition: all linear 0.2s;
}

.s-media a:first-child {
    border-radius: 0 5px 0 0;
}

.s-media a:last-child {
    border-radius: 0 0 5px 0;
}

.s-item {
    display: block;
    width: 40px;
    height: 40px;
    color: white;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    transition: all linear 0.2s;
}

.s-item:hover {
    width: 50px;
}

#sm-open {
    position: fixed;
    bottom: 300px;
    left: -60px;
    transition: all linear 0.2s;
    z-index: 10;
}

.facebook {
    background-color: #305891;
}

.twitter {
    background-color: #3AAFD6;
}

.gplus {
    background-color: #F8694D;
}

.print {
    background-color: #7CB0A4;
}

.sm-collapse {
    left: -60px;
}

.contact-info-section-two .owl-dots {
    display: none;
}

.marine_details .marine_sub {
    height: 100%;
    margin-bottom: 35px;
}

.marine_details h6 {
    margin-bottom: 25px;
    font-weight: 600;
    text-align: center;
    color: #000;
    font-size: 24px;
    font-family: 'Futura Light';
}
.marine_details h6.b_text{
    font-family:"Futura Bold";
}

.m_content {
    padding: 15px 15px 20px;
    background: #d4b453;
    height: 200px;
}

.m_content h3 {
    margin-bottom: 10px;
    font-family: DomaineDisplay;
    color: #fff;
    text-decoration: underline;
    height: 70px;
    line-height: 1.15;
}

.m_content p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
    margin-bottom: 2px;
}

.contact-info-section-two .tab-content .col-lg-6:last-child {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-info-section-two .tab-content #loc-cyp .col-lg-6:last-child {
    background-image: url('../images/flags/cyp.png');
}

.contact-info-section-two .tab-content #loc-ger .col-lg-6:last-child {
    background-image: url('../images/flags/ger.png');
}

.contact-info-section-two .tab-content #loc-hong .col-lg-6:last-child {
    background-image: url('../images/flags/hong.png');
}

.contact-info-section-two .tab-content #loc-indo .col-lg-6:last-child {
    background-image: url('../images/flags/indo.png');
}

.contact-info-section-two .tab-content #loc-usa .col-lg-6:last-child {
    background-image: url('../images/flags/usa.png');
}

.contact-info-section-two .tab-content #loc-india .col-lg-6:last-child {
    background-image: url('../images/flags/india.png');
}

.contact-info-section-two .tab-content #loc-thai .col-lg-6:last-child {
    background-image: url('../images/flags/thai.png');
}

.contact-info-section-two .tab-content #loc-sing .col-lg-6:last-child {
    background-image: url('../images/flags/singapore.png');
}

.contact-info-section-two .tab-content #loc-uae .col-lg-6:last-child {
    background-image: url('../images/flags/uae.png');
}


/* Subscribe */

.modal-lg {
    max-width: 700px;
}

.popup-form .close {
    width: 31px;
    height: 31px;
    background-color: #353f4d;
    font-size: 16px;
    opacity: 1;
    border: none;
    text-shadow: none;
    color: #fff;
    position: absolute;
    right: 17px;
    top: 12px;
    border-radius: 50%;
}

.popup-form .close:hover,
.white-popup .mfp-close:hover,
.popup-form .close:not(:disabled):not(.disabled):focus,
.popup-form .close:not(:disabled):not(.disabled):hover {
    background-color: #d4b453;
    color: #fff;
    opacity: 1;
}

.modal-content {
    border-radius: 0;
}

.popup-logo {
    padding-top: 50px;
}

.popup-logo img {
    width: 60px;
}

.popup-text p {
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    padding: 15px 0 0px 0;
    margin-bottom: 2px;
}

.popup-text h6 {
    font-size: 14px;
}

.subscribe-popup-form input {
    width: 100%;
    border: 1px solid #cacaca;
    border-radius: 5px;
    padding: 5px 18px;
    font-size: 14px;
    color: #7a7a7a;
    margin: 25px 0 10px 0;
}

.subscribe-popup-form button {
    cursor: pointer;
    width: 100%;
}

.popup-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.popup-img {
    width: 45%;
}

.popup-form {
    width: 55%;
    padding: 0 25px 50px;
}

.defult-check {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    cursor: pointer;
    left: 0;
    visibility: hidden;
}

.checkmark,
.checkout-form .checkmark {
    width: 18px;
    height: 18px;
    border: 1px solid #cacaca;
    position: absolute;
    left: 0;
    top: 1px;
}

.form-check label {
    position: relative;
    margin: 0;
    font-size: 14px;
    color: #7a7a7a;
    font-weight: 400;
    padding-left: 25px;
    cursor: pointer;
    text-align: left;
    text-transform: capitalize;
}

.lr-popup h2 {
    padding-bottom: 42px;
}

.form-check {
    padding: 25px 0 35px 0;
}

.form-check input:checked + .checkmark:before,
.checkout-form .form-check input:checked + .checkmark:before {
    content: "\f00c";
    position: absolute;
    font-family: FontAwesome;
    top: -1px;
    line-height: 18px;
    left: 1px;
    color: #cacaca;
}

.modal-backdrop.show {
    z-index: 1;
}


.group-companies img{
    border: 1px solid #daa520;
margin: 10px 0 20px;
border-radius: 3px;
}

.team-grid {
		    text-align: center;
		    margin-bottom:30px;
		}

		.team-grid h4 {
		   font-size: 26px;
color: #000;
font-weight: 600;
margin: 25px 0 5px;
text-decoration: none;
		}

		.team-grid p {
		    color: #d4b453;
font-size: 18px;
margin-bottom:3px;
		}
		.team-grid a img{
		    width: 20px;
position: relative;
margin: 0 auto;
		}

		.social-nav li {
		    display: inline-block;
		}

		.social-nav a {
		    display: inline-block;
		    float: none;
		    width: 30px;
		    height: 30px;
		    text-decoration: none;
		    cursor: pointer;
		    text-align: center;
		    line-height: 30px;
		    background: #000;
		    position: relative;
		    -webkit-transition: 0.5s;
		    -moz-transition: 0.5s;
		    -o-transition: 0.5s;
		    transition: 0.5s;
		}

		.model-3d-0 a {
		    background: #5C5B5B;
		    -webkit-transform-style: preserve-3d;
		    -moz-transform-style: preserve-3d;
		    -ms-transform-style: preserve-3d;
		    -o-transform-style: preserve-3d;
		    transform-style: preserve-3d;
		}

		.model-3d-0 .front,
		.model-3d-0 .back {
		    width: 30px;
		    height: 30px;
		    font-size: 1em;
		    color: #fff;
		    background: #faad81;
		    position: absolute;
		    top: 0;
		    left: 0;
		    -webkit-transform: translateZ(18px);
		    -moz-transform: translateZ(18px);
		    -ms-transform: translateZ(18px);
		    -o-transform: translateZ(18px);
		    transform: translateZ(18px);
		    -webkit-backface-visibility: visible;
		    -moz-backface-visibility: visible;
		    -ms-backface-visibility: visible;
		    -o-backface-visibility: visible;
		    backface-visibility: visible;
		}

		.model-3d-0 .back {
		    font-size: 1em;
		    color: #fff;
		    -webkit-transform: rotateX(90deg) translateZ(18px);
		    -moz-transform: rotateX(90deg) translateZ(18px);
		    -ms-transform: rotateX(90deg) translateZ(18px);
		    -o-transform: rotateX(90deg) translateZ(18px);
		    transform: rotateX(90deg) translateZ(18px);
		    -webkit-backface-visibility: hidden;
		    -moz-backface-visibility: hidden;
		    -ms-backface-visibility: hidden;
		    -o-backface-visibility: hidden;
		    backface-visibility: hidden;
		}

		.twitter .back,
		.facebook .back,
		.instagram .back,
		.pinterest .back {
		    background: #81cdfa;
		}

		.model-3d-0 a:hover {
		    -webkit-transform: rotateX(-90deg);
		    -moz-transform: rotateX(-90deg);
		    -ms-transform: rotateX(-90deg);
		    -o-transform: rotateX(-90deg);
		    transform: rotateX(-90deg);
		}

		.model-3d-0 a:hover .back {
		    -webkit-backface-visibility: visible;
		    -moz-backface-visibility: visible;
		    -ms-backface-visibility: visible;
		    -o-backface-visibility: visible;
		    backface-visibility: visible;
		}

		.stack img {
		    width: 100%;
		    height: auto;
		    vertical-align: bottom;
		    border: 10px solid #fff;
		    border-radius: 3px;
		    -webkit-border-radius: 3px;
		    -o-border-radius: 3px;
		    -ms-border-radius: 3px;
		    -moz-border-radius: 3px;
		    -webkit-box-sizing: border-box;
		    -moz-box-sizing: border-box;
		    box-sizing: border-box;
		    -o-box-sizing: border-box;
		    -ms-box-sizing: border-box;
		    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
		    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
		    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
		    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
		    -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
		}

		.stack:last-of-type {
		    margin-right: 0;
		}


		.stack.twisted:before {
		    -webkit-transform: rotate(4deg);
		    -moz-transform: rotate(4deg);
		    transform: rotate(4deg);
		    -moz-transform: rotate(4deg);
		    -o-transform: rotate(4deg);
		}

		.stack.twisted:after {
		    -webkit-transform: rotate(-4deg);
		    -moz-transform: rotate(-4deg);
		    transform: rotate(-4deg);
		    -ms-transform: rotate(-4deg);
		    -o-transform: rotate(-4deg);
		}


		.stack:hover:before,
		.stack:hover:after,
		.team-grid:hover .stack:before,
		.team-grid:hover .stack:after {
		    -webkit-transform: rotate(0deg);
		    -moz-transform: rotate(0deg);
		    transform: rotate(0deg);
		    -o-transform: rotate(0deg);
		    -ms-transform: rotate(0deg);
		}

		.stack:before,
		.stack:after {
		    content: "";
		    border-radius: 3px;
		    -webkit-border-radius: 3px;
		    -o-border-radius: 3px;
		    -ms-border-radius: 3px;
		    -moz-border-radius: 3px;
		    width: 100%;
		    height: 100%;
		    position: absolute;
		    border: 10px solid #fff;
		    left: 0;
		    -webkit-box-sizing: border-box;
		    -moz-box-sizing: border-box;
		    box-sizing: border-box;
		    -ms-box-sizing: border-box;
		    -o-box-sizing: border-box;
		    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
		    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
		    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
		    -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
		    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
		    -webkit-transition: 0.3s all ease-out;
		    -moz-transition: 0.3s all ease-out;
		    transition: 0.3s all ease-out;
		    -o-transition: 0.3s all ease-out;
		    -ms-transition: 0.3s all ease-out;
		}

		.stack:before {
		    top: 4px;
		    z-index: -10;
		}


		.stack:after {
		    top: 8px;
		    z-index: -20;
		}


		.stack {
		    float: none;
		    width: 92%;
		    margin: 3% 0% 8% 4%;
		    position: relative;
		    z-index: 1;
		}


@media only screen and (min-width:1200px) and (max-width:1450px) {
    .banner-section .content-box {
        min-height: 550px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
    .about-section-two.style-two .col-lg-8 {
        padding: 50px 0;
    }
    .mobile-menu .nav-logo {
        margin-bottom: 15px;
        width: 100px;
        padding: 0 15px;
        margin-top: 10px;
    }
    .mobile-menu .navigation li > ul {
        display: none;
        background: #e2bb46;
    }
    .mobile-menu .close-btn {
        top: 25px;
        font-size: 20px;
    }
    .banner-section .content-box {
        min-height: 550px;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .service-sidebar .widget {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .m_content {
        height: 320px;
    }
    .m_content h3 {
        height: auto;
    }
    .page-title .content-box {
        height: 90px 0;
    }
     .contact-info-section-two .tab-content .col-lg-6:last-child {
        height: 200px;
        padding: 0 15px;
        margin-left: 15px;
    }
}

@media only screen and (min-width:576px) and (max-width:1023px) {
    .mobile-menu .nav-logo {
        margin-bottom: 15px;
        width: 100px;
        padding: 0 15px;
        margin-top: 10px;
    }
    .mobile-menu .navigation li > ul {
        display: none;
        background: #e2bb46;
    }
    .mobile-menu .close-btn {
        top: 25px;
        font-size: 20px;
    }
}

@media only screen and (max-width:991px) {
    .offset-1,
    .offset-2,
    .offset-3,
    .offset-4,
    .offset-5,
    .offset-6,
    .offset-7,
    .offset-8,
    .offset-9,
    .offset-10,
    .offset-11,
    .offset-12 {
        margin-left: 0px;
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .service-sidebar .widget {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .page-title .content-box {
        padding: 85px 0;
    }
    section.m-services .container .row div[class^="col"] {
        width: 100% !important;
    }
    .about-company .m-infos {
        height: auto;
    }
    .getaquote-section.style-four {
        padding: 50px 0;
    }
    .news-section {
        padding: 50px 0;
    }
    .contact-info-section-two .outer-box {
        padding: 40px 20px;
    }
    .contact-info-section-two .owl-theme .owl-nav {
        right: auto;
        left: 0;
        width: 100px;
        top: -45px;
    }
    .contact-info-section-two .owl-theme .owl-nav .owl-prev,
    .contact-info-section-two .owl-theme .owl-nav .owl-next {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .contact-info-section-two .owl-theme .owl-nav .owl-prev::after,
    .contact-info-section-two .owl-theme .owl-nav .owl-next::after {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }   
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .metal-info ul li:first-child img {
        width: 17px;
        margin-right: 3px;
        top: 0;
    }
    .header-top .left-column,
    .header-top .right-column {
        padding: 5px 0;
    }
    .main-header .header-upper .logo-box .logo img {
        width: 75px;
    }
    .header-top .right-column {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .mobile-menu .nav-logo {
        margin-bottom: 15px;
        width: 100px;
        padding: 0 15px;
        margin-top: 10px;
    }
    .mobile-menu .close-btn {
        top: 25px;
        font-size: 20px;
    }
    .mobile-menu .navigation li > ul {
        display: none;
        background: #e2bb46;
    }
    .banner-section .content-box {
        min-height: 400px;
    }
    .banner-section.style-two .content-box h1 {
        font-size: 30px;
        line-height: 31px;
    }
    .banner-section.style-two .content-box .text {
        font-size: 20px;
        font-weight: 300;
        width: 100%;
        line-height: 1.15;
    }
    .banner-section .link-box a {
        padding: 8px 20px;
    }
    .btn-style-one span {
        font-size: 17px;
    }
    .btn-style-one.style-2 {
        border-radius: 4px;
        padding: 5px 10px 6px 15px;
    }
    .sec-title h2 {
        font-size: 30px
    }
    .sec-title {
        margin-bottom: 12px;
    }
    .about-section-two.style-two .col-lg-8 {
        padding: 40px 0;
    }
    section.our-services {
        padding: 40px 0;
    }
    section.our-services .container .row {
        align-items: center;
    }
    section.our-services .container .row div[class^="col"] {
        width: 50%;
    }
    .vm-block {
        display: block;
    }
    .vm-block .vm-img {
        border-right: 0px;
    }
    .vm-block p {
        padding-left: 0px;
    }
    .cta-text h1 {
        font-size: 30px;
    }
    .cta-area .col-lg-3 {
        justify-content: flex-start;
    }
    .cta-button {
        margin-top: 10px;
    }
    .cta-section .icon img {
        width: 50px;
    }
    .cta-section .wrapper-box {
        padding: 50px 10px 20px;
        padding-left: 60px;
    }
    .cta-section h4 {
        position: relative;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .news-section-three {
        padding: 40px 0 50px;
    }
    .quick_infos.owl-carousel.owl-loaded {
        margin: 0px;
    }
    .about-widget img.f-logo {
        width: 80px;
    }
    .main-footer.style-two .widget {
        margin-bottom: 30px;
    }
    .links-widget ul li a {
        font-size: 16px;
    }
    .links-widget ul li {
        position: relative;
        margin-bottom: 0px;
        padding-left: 12px;
    }
    .style-two.footer-bottom .copyright-text {
        text-align: center;
    }
    .footer-bottom .menu {
        width: 100%;
        text-align: center
    }
}