@charset "utf-8";
body,
html {
    overflow-x: hidden;
}
a,
body {
    color: var(--body-color);
    text-decoration: none;
}
a,
img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
}
body,
p {
    padding: 0;
}
.hover-effect:after,
.hover-effect:before {
    right: 0;
    transition:
        transform 0.9s,
        opacity 0.9s;
}
.hover-effect,
.hr,
.image-style,
section {
    position: relative;
}
.hover-effect i,
.top-info i {
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.hover-effect i,
.text-center,
.top-info i {
    text-align: center;
}
#preloader,
header {
    position: fixed;
    bottom: 0;
}
.fix-drop li a,
a,
body {
    text-decoration: none;
}
.heading span,
body {
    font-family: var(--body-font);
}
.image-style,
.service-img {
    clip-path: polygon(0 30%, 30% 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
}
.breadcrumb li,
.caps,
.date {
    text-transform: uppercase;
}
.sendbutton,
body {
    font-style: normal;
}
@font-face {
    font-family: ExoBold;
    src: url("../fonts/ExoBold.eot");
    src:
        url("../fonts/ExoBold.eot") format("embedded-opentype"),
        url("../fonts/ExoBold.woff2") format("woff2"),
        url("../fonts/ExoBold.woff") format("woff"),
        url("../fonts/ExoBold.ttf") format("truetype"),
        url("../fonts/ExoBold.svg#ExoBold") format("svg");
}
:root {
    --body-font: "Exo 2", sans-serif;
    --body-color: #000;
    --primary-color: #123885;
    --secondary-color: #00a0e4;
    --tertiary-color: #e1f3fc;
    --quaternary-color: #0d2b6e;
    --black: #000;
    --white: #fff;
    --grey: #dcddde;
    --grey-light: #f8f8f8;
    --grey-dark: #6d6d6d;
    --font-light: 300;
    --font-normal: 400;
    --font-medium: 500;
    --font-bold: 600;
    --font-heavy: 700;
    --heading-font: "ExoBold";
}
body {
    font-size: 18px;
    line-height: 30px;
    font-weight: var(--font-weight-normal);
    margin: 0;
    -webkit-font-smoothing: antialiased;
    background: var(--white);
    background-attachment: fixed;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: var(--primary-color);
}
.hr,
a img,
img {
    border: 0;
}
html {
    scroll-behavior: smooth;
}
* {
    -webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: var(--primary-color);
    color: var(--white);
}
::-moz-selection {
    background: var(--primary-color);
    color: var(--white);
}
a {
    transition: 0.3s ease-in-out;
}
.top-info a,
a:hover {
    color: var(--primary-color);
}
p {
    margin: 0 0 20px;
    clear: left;
    font-weight: 400;
    font-size: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    padding: 0;
    font-weight: 400;
}
.hr {
    margin: 30px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    display: block;
    width: 100%;
    height: 1px;
}
img {
    transition: 0.3s ease-in-out;
}
.fix-drop li,
.scrolling-text-wrap,
header {
    border-top: 1px solid #41609d;
}
.hover-effect i,
.whatsapp-icon img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
}
.text-white {
    color: var(--white) !important;
}
.text-black {
    color: var(--black) !important;
}
.text-primary,
.text-secondary {
    color: var(--primary-color) !important;
}
.bg-gradient,
.fix-drop li a {
    color: var(--white) !important;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.corner-round {
    overflow: hidden;
    border-radius: 12px;
}
.corner-radius,
.hover-effect i,
.img-rounded,
.top-info i {
    border-radius: 50%;
}
.bg-gradient {
    background-image: linear-gradient(to top, var(--primary-color), var(--secondary-color));
}
.bg-primary {
    background: var(--primary-color);
    color: #fff;
}
.bg-secondary,
th {
    background: var(--secondary-color);
}
.bg-tertiary {
    background: var(--tertiary-color) !important;
}
.bg-quaternary {
    background: var(--quaternary-color);
    color: #fff;
}
.bg-grey {
    background: var(--grey);
}
.bg-grey-light {
    background: var(--grey-light);
}
#preloader {
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--white);
    z-index: 999999;
}
#status,
.hover-effect i {
    left: 50%;
    position: absolute;
}
#status {
    width: 300px;
    height: 200px;
    top: 50%;
    background-image: url(../images/goleden-topaz-logo.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    margin: -150px 0 0 -150px;
}
.container {
    width: 1400px;
    margin: 0 auto;
}
.fullheight {
    width: 100%;
    height: 100vh;
    overflow: auto;
}
.chairman-photo img,
.fullwidth,
.intro-img img,
.logo img {
    width: 100%;
    display: block;
}
.img-rounded {
    overflow: hidden;
}
.hover-effect,
.image-style {
    width: 100%;
    overflow: hidden;
}
.hover-effect i {
    width: 50px;
    background-color: var(--primary-color);
    color: #fff;
    top: -100px;
    z-index: 1;
    overflow: hidden;
    margin: 0 0 0 -25px;
    transition: 0.3s ease-in-out;
}
.hover-effect:hover i {
    top: 50%;
    margin: -25px 0 0 -25px;
}
.cal,
.fix-drop li a:hover,
.hover-effect i:hover,
.webicon:hover {
    background-color: var(--secondary-color);
}
.clients div img,
.hover-effect img {
    display: block;
    width: 100%;
    -webkit-filter: none;
    filter: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.fix-drop li a,
.fix-dropdown,
.top-info,
.top-info i,
header {
    transition: 0.4s;
}
.hover-effect:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #222529;
    opacity: 0;
}
.hover-effect:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.2;
}
.hover-effect:hover:after,
.hover-effect:hover:before {
    opacity: 0;
    transform: none;
}
.hover-effect:after {
    transform: translateX(-100%);
    background-color: #fff;
    opacity: 0.5;
}
.fix-dropdown .fix-drop,
.mobile-content,
.top-info:hover i,
header {
    background-color: var(--primary-color);
}
.hover-effect:before {
    transform: translateX(100%);
}
.main-outer {
    width: 100%;
    overflow-x: hidden !important;
}
section {
    width: 100%;
    display: block;
}
.section-spacing {
    padding: 100px 0;
}
.sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 30px;
    width: 100%;
}
.fix-dropdown,
.logo,
.top-info {
    position: relative;
}
.primary-header {
    width: 100%;
    display: flex;
}
.primary-inner {
    width: 100%;
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.header,
.nav-group {
    display: flex;
    flex-wrap: wrap;
}
.nav-group {
    column-gap: 2em;
}
.top-info {
    padding: 0 20px 0 70px;
    min-height: 50px;
    vertical-align: top;
    font-size: 20px;
    line-height: normal;
    color: var(--primary-color);
    font-weight: var(--font-bold);
    border-right: 1px solid var(--grey);
}
.date,
.date i,
.scroll h2 span,
.search-input,
.social,
.webicon {
    vertical-align: middle;
}
.facts-full ul li:last-child,
.nav-group div:nth-child(3),
.nav-group:last-child {
    border-right: 0;
}
.funfacts,
.funfacts ul li:last-child {
    border-right: 1px solid var(--secondary-color);
}
.add a:hover,
.footer a:hover,
.ht-style:hover i,
.top-info a:hover {
    color: var(--secondary-color);
}
.top-info span {
    color: var(--grey-dark);
    font-size: 16px;
    font-weight: var(--font-medium);
}
.top-info i {
    width: 50px;
    background-color: var(--tertiary-color);
    color: var(--secondary-color);
    font-size: 18px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.top-info:hover i {
    color: var(--white);
    transform: rotate(360deg);
}
header {
    width: 100%;
    left: 0;
    padding: 0;
    z-index: 5;
}
header.smaller {
    bottom: 0;
}
.header {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.logo {
    width: 190px;
}
header.smaller .logo {
    width: 150px;
}
.fix-dropdown .fix-drop {
    position: absolute !important;
    left: 0;
    bottom: 300px;
    transition: 0.7s;
    opacity: 0;
    width: 200px;
    height: 0;
    z-index: 1;
    visibility: hidden;
    border: 1px solid #41609d;
}
.whats,
.whatsapp-icon {
    border-radius: 50%;
    text-align: center;
}
.fix-dropdown:hover .fix-drop {
    bottom: 60px;
    display: block;
    opacity: 9;
    height: 260px;
    visibility: visible;
}
.f-col li,
.f-col ul,
.fix-drop,
.fix-drop li,
.list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.fix-drop li a {
    margin: 0;
    padding: 10px 20px;
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    display: block;
    font-weight: var(--font-meduim);
}
.nos {
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    margin-right: 10px;
}
.mobile-content,
.mobile-menu {
    display: none !important;
}
.mobile-content {
    width: 100%;
    flex-wrap: wrap;
    padding: 40px;
    color: var(--white);
}
.link a:before,
.whats {
    width: 35px;
    height: 35px;
}
.whats {
    background-color: #3dbb2b;
    font-size: 20px;
    padding: 5px;
    line-height: 26px !important;
    color: #fff;
}
.whtsapp-link {
    position: fixed;
    right: 10px;
    bottom: 70px;
    z-index: 11;
}
.whtsapp-link h5 {
    float: left;
    width: 122px;
    position: absolute;
    right: -11px;
    opacity: 0;
    color: #444;
    font-size: 14px;
    margin: 7px 0 0;
    background-color: #e8e8e8;
    padding: 10px;
    border-radius: 5px;
    line-height: 18px;
    z-index: 0;
    transition: 0.3s ease-in-out;
}
.pos-rel,
.quote,
.section-title,
.whatsapp-icon {
    position: relative;
}
.whatsapp-icon {
    width: 50px;
    height: 50px;
    background: #2db742;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 6px 8px 2pxrgba (0, 0, 0, 0.14);
    -webkit-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
    line-height: 66px;
    float: right;
    margin-left: 0;
    z-index: 1;
}
.blue-strip,
.link a:before,
.link a:hover:before,
.scrolling-text-wrap {
    background-color: var(--primary-color);
}
.bg1,
.chariman-message {
    background-attachment: fixed;
}
.news-widget,
.shadow {
    box-shadow: 0 4px 10px 4px rgba(123, 123, 123, 0.1);
}
.link a:before,
.rotating-circle {
    z-index: 2;
    background-position: center center;
    background-repeat: no-repeat;
}
.whatsapp-icon img {
    width: 28px;
    transition: 0.3s ease-in-out;
}
.link a:before,
.news-widget {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
}


.news-inn-left {
    flex: 0 0 70%;
    padding-right: 25px;
    border-right: 1px solid #e7e7e7;
}
.news-inn-right {
    flex: 0 0 30%;
    padding-left: 20px;
}                               
.news-inn-heading {                                                                             
    font-size: 30px;
    line-height: normal;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid var(--primary-color);
}
.date-inn {
    padding: 3px 10px;
    background-color: #e1f3fc;
    color: var(--primary-color);
    border-radius: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}
.news-widget-box {
    padding: 15px;
    margin: 0 0 15px;
    box-shadow: rgba(149, 157, 165, 0.2) -1px -1px 12px 1px;
}
.news-widget-box {
    display: flex;
    gap: 20px;
    width: 100%;
}
.news-widget-box {
    display: flex;
    gap: 20px;
    width: 100%;
}
.nws-wdgt-img {
    flex: 0 0 30%;
}
.new-wdgt-cnt h3 {
    font-size: 15px;
    line-height: 23px;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid var(--primary-color);
}
.new-wdgt-cnt .date {
    margin-bottom: 5px;
    font-size: 12px;
}
.news-wdgt-main-head {
    margin-bottom: 30px;
    position: relative;
    border-left: 3px solid #c8e9f9;
    padding-left: 15px;
    line-height: 24px;
    color: var(--primary-color);
    font-size: 27px;
    font-weight: 500;
}



.whtsapp-link:hover h5 {
    right: 52px;
    opacity: 1;
}
.whtsapp-link:hover .whatsapp-icon img {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.link a,
.link-outline a,
.link-secondary a {
    color: var(--white);
    font-size: 16px;
    padding: 0 70px 0 30px;
    font-style: normal;
    display: inline-block;
    line-height: 55px;
    height: 60px;
    position: relative;
    margin: 0;
    border-radius: 50px;
    background-color: var(--primary-color);
    font-weight: var(--font-bold);
}
.link-outline a,
.scroll h2 {
    color: var(--primary-color);
}
.funfacts ul,
.scroll div {
    display: flex;
}
.link-secondary a {
    background-color: transparent !important;
    border: 1px solid var(--white);
}
.link a:before {
    position: absolute;
    border-radius: 50px;
    top: 12px;
    right: 12px;
    content: "";
    transform: rotate(-45deg);
    background-image: url(../images/icons/arrow.svg);
    background-size: 18px;
    transition: 0.3s ease-in-out;
}
.link a:hover:before {
    transform: rotate(0);
}
.link a:hover {
    background-color: var(--secondary-color);
    color: var(--white);
}
.link-secondary a:before {
    background-color: var(--white);
}
.link-outline a {
    border: 1px solid var(--primary-color);
    background-color: transparent;
}
.link-outline a:hover {
    border: 1px solid var(--secondary-color);
}
.bold,
.font-bold,
strong {
    font-weight: var(--font-bold);
}
.font-medium,
.heading span {
    font-weight: var(--font-medium);
}
.heading {
    font-size: 72px;
    line-height: 80px;
    font-weight: var(--font-bold);
}
.heading-medium {
    font-size: 60px;
}
.facts-full ul li p:first-child,
.heading-small {
    font-size: 40px;
}
.funfacts ul li h2 span,
.subheading {
    font-size: 30px;
}
.heading-font {
    font-weight: var(--heading-font) !important;
    font-family: ExoBold !important;
}
.funfacts ul li h2,
.ht-style h2,
.pag {
    font-weight: var(--font-medium);
}
.subtitle {
    font-size: 28px;
    line-height: 38px;
}
.section-title {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 20px;
}
.scrolling-text-wrap {
    width: 100%;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    overflow: hidden !important;
    padding: 30px 0;
    border-bottom: 1px solid #41609d;
}
.address-box,
.chairman-photo,
.clients div,
.display-style,
.google-map,
.input-container,
.intro-img,
.news-style-img,
.service-img {
    overflow: hidden;
}
.scroll {
    white-space: nowrap;
    margin: 0;
}
.scroll h2 {
    font-size: 72px;
    line-height: 72px;
    font-family: var(--heading-font);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    margin: 0;
}
.iconic h2,
.sendbutton {
    font-family: var(--font-bold);
}
.scroll h2 span {
    width: 115px;
    display: inline-block;
    margin: 0 25px;
}
.scroll h2 span img {
    width: 100%;
    display: block;
    border-radius: 50px;
    transition: 0.4s;
}
.scroll h2 span img:hover {
    border-radius: 20px;
}
.RightToLeft {
    animation: 8s linear infinite RightToLeft;
}
@keyframes RightToLeft {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.LeftToRight {
    animation: 20s linear infinite LeftToRight;
}
@keyframes LeftToRight {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0);
    }
}
.rotating-circle {
    width: 80%;
    height: 44%;
    display: inline-block;
    position: absolute;
    left: 10%;
    bottom: 20px;
    border-radius: 50%;
    background-image: url(../images/gtz.png);
    background-size: 50%;
}
.rotating-circle:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-image: url(../images/rotation-text.png);
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-animation: 20s linear infinite rotation;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@-webkit-keyframes rotation2 {
    from {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(-359deg);
    }
}
.blue-strip {
    width: 100%;
    height: 103px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.funfacts:after,
.funfacts:before,
.vline,
.vline:after,
.vline:before {
    background-color: var(--secondary-color);
}
.funfacts {
    width: 100%;
    position: relative;
}
.funfacts:after,
.funfacts:before {
    width: 10px;
    height: 10px;
    position: absolute;
    right: -6px;
    top: 0;
    content: "";
    border-radius: 50%;
}
.funfacts ul li:after,
.funfacts:after,
.vline:after {
    top: auto;
    bottom: 0;
}
.funfacts ul {
    width: 100%;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.funfacts ul li,
.service-img {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.funfacts ul li {
    width: 33.33333333333333%;
    height: 260px;
    list-style: none;
    color: var(--white);
    padding: 0 25px;
    flex-direction: column;
    margin: 0;
    transition: 0.4s;
    border-left: 1px solid var(--secondary-color);
    justify-content: space-between;
    background-image: url(../images/icons/fun-arrow.svg);
    background-repeat: no-repeat;
    background-position: 80% center;
    background-size: 70px;
}
.funfacts ul li:hover {
    padding: 25px;
    background-position: 85% center;
}
.funfacts ul li:last-child {
    border-right: 0;
}
.funfacts ul li h2 {
    margin: 0;
    padding: 0;
    line-height: normal;
    font-size: 16px;
}
.funfacts p {
    margin: 0;
    font-size: 16px;
}
.funfacts ul li:after,
.funfacts ul li:before {
    width: 10px;
    height: 10px;
    position: absolute;
    left: -6px;
    top: 0;
    background-color: var(--secondary-color);
    content: "";
    border-radius: 50%;
}
.fun-icon img {
    display: block;
    width: 65px;
}
.service-img {
    width: 100%;
}
.intro,
.service-content {
    display: flex;
    flex-wrap: wrap;
}
.service-content {
    width: 100%;
    position: relative;
    padding: 20px 0 20px 90px;
    font-size: 16px;
    line-height: 30px;
    flex-direction: column;
}
.service-content p {
    margin: 0 0 15px;
}
.copy p,
.iconic p:last-child,
.list ul li p:last-child,
.service-content p:last-child {
    margin: 0;
}
.vline {
    width: 1px;
    height: 90%;
    position: absolute;
    left: 45px;
    top: -50px;
}
.chariman-message,
.ht-style,
.intro,
.message,
.news-bg,
.news-style,
.news-style-img,
.service-bg {
    position: relative;
}
.vline:after,
.vline:before {
    width: 10px;
    height: 10px;
    position: absolute;
    right: -5px;
    top: 0;
    content: "";
    border-radius: 50%;
}
.pag {
    font-size: 20px;
    line-height: normal;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
}
.chariman-message,
.facts,
.facts-full {
    color: var(--white);
}
.cm-info,
.news-style p:last-child {
    margin: 25px 0 0;
}
.service-bg {
    background-image: url(../images/backgrounds/vector.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.service-bg:after {
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    background-color: var(--quaternary-color);
}
.facts,
.facts-full {
    background-color: var(--secondary-color);
}
.intro {
    justify-content: space-between;
    padding: 75px 75px 0 0;
    border-top: 1px solid var(--primary-color);
    border-right: 1px solid var(--primary-color);
}
.facts,
.message {
    flex-wrap: wrap;
    display: flex;
}
.intro:after,
.intro:before,
.message:after,
.message:before {
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: -5px;
    background-color: var(--secondary-color);
    content: "";
    border-radius: 50%;
}
.intro:after,
.message:after {
    top: auto;
    left: auto;
    right: -6px;
    bottom: 0;
}
.intro-img {
    width: 30%;
}
.intro-text {
    width: 60%;
}
.chariman-message {
    background-image: url(../images/backgrounds/bg1.jpg);
    padding: 100px 0;
}
.chariman-message:after {
    width: 23%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background-color: var(--white);
}
.chariman-message:before {
    width: 180px;
    height: 120px;
    position: absolute;
    right: 22%;
    bottom: -1px;
    content: "";
    z-index: 2;
    background-image: url(../images/shape-right-bottom.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100%;
}
.cm-info,
.list ul li:before,
.quote:before {
    background-position: left top;
}
.message {
    width: 70%;
    justify-content: space-between;
    padding: 75px 50px 0 0;
    border-top: 1px solid var(--white);
    border-right: 1px solid var(--white);
    z-index: 2;
}
.chairman-photo {
    width: 25%;
    z-index: 2;
}
.quote:before {
    position: absolute;
    left: -50px;
    top: 0;
    width: 30px;
    height: 30px;
    content: "";
    background-image: url(../images/icons/quote.svg);
    background-repeat: no-repeat;
}
.cm-info {
    padding: 35px 0 0;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
}
.cm-info span {
    font-size: 14px;
}
.why-golden-topaz {
    width: 35%;
}
.golden-topaz-fact {
    width: 60%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../images/backgrounds/why-gt.jpg);
}
.golden-topaz-fact:before,
.news-bg:after {
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100%;
    position: absolute;
    content: "";
}
.golden-topaz-fact:before {
    width: 180px;
    height: 120px;
    right: -1px;
    top: -1px;
    z-index: 2;
    background-image: url(../images/shape-right-top.svg);
}
.facts {
    width: 26%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
}
.facts ul {
    margin: -20px 0 0;
    padding: 0;
    list-style: none;
}
.facts ul li {
    margin: 20px 0 0;
    padding: 0 0 20px;
    list-style: none;
    border-bottom: 1px dashed var(--white);
}
.facts ul li h2,
.facts-full ul li h2 {
    font-size: 36px;
    line-height: normal;
    font-weight: var(--font-bold);
    margin: 0 0 15px;
}
.facts ul li p,
.facts-full ul li p {
    font-size: 14px;
    line-height: normal;
    margin: 0;
}
.facts-full {
    margin: 40px 0;
    padding: 40px;
}
.facts-full ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.facts-full ul li {
    width: 25%;
    margin: 0;
    padding: 20px;
    list-style: none;
    border-right: 1px dashed var(--white);
    text-align: center;
}
.clients {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(5, 1fr);
}
.clients div {
    border: 1px solid var(--grey);
}
.list ul li,
.news-widget h2 {
    border-bottom: 1px solid var(--primary-color);
}
.clients div:hover img {
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.news-bg {
    padding: 100px 0;
}
.news-bg:before {
    background-image: url(../images/backgrounds/vector2.png);
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    width: 75%;
    height: 65%;
    content: "";
    background-color: var(--primary-color);
    z-index: -2;
    left: 0;
    top: 0;
}
.news-bg:after {
    width: 180px;
    height: 120px;
    left: 70%;
    top: 0;
    margin-left: -84px;
    z-index: -1;
    background-image: url(../images/shape-right-top.svg);
}
.banner,
.cover,
.footer:before {
    background-position: center center;
    background-repeat: no-repeat;
}
.news-style-img {
    width: 100%;
    clip-path: polygon(0 20%, 10% 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
}
.news-style {
    width: 100%;
}
.news-widget {
    padding: 60px;
    color: var(--body-color);
    background-color: var(--white);
    transition: 0.3s ease-in-out;
}
.ht-style,
.webicon {
    color: var(--white);
}
.display-style,
.ht-style {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
}
.news-widget h2 {
    font-size: 30px;
    line-height: normal;
    padding: 0 0 20px;
    margin: 0 0 20px;
}
.date {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    margin: 0 0 15px;
}
.date i {
    font-size: 16px;
    color: var(--secondary-color);
    margin: -5px 10px 0 0;
}
.ht-style {
    padding: 20px 20px 20px 60px;
    background-color: var(--secondary-color);
    outline: rgba(255, 255, 255, 0.2) solid 1px;
    outline-offset: -10px;
    transition: 0.3s ease-in-out;
}
.ht-style:hover,
.sendbutton:hover,
.webicon {
    background-color: var(--primary-color);
}
.ht-style i {
    position: absolute;
    left: 20px;
    top: 25px;
    font-size: 20px;
    color: var(--primary-color);
}
.display-style,
.fixbutton a,
.iconic {
    position: relative;
}
.ht-style h2 {
    font-size: 18px;
    line-height: normal;
}
.f-col h2,
.list ul li h3 {
    font-weight: var(--font-bold);
}
.ht-style p:last-child {
    margin: 0;
    color: var(--white);
}
.display-style {
    width: 100%;
    aspect-ratio: 1.3/1;
    z-index: 2;
    padding: 40px;
    transition: 0.3s ease-in-out;
}
.float i,
.webicon {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
}
.iconic {
    width: 100%;
    display: block;
    padding: 0 20px 0 120px;
    min-height: 100px;
}
.iconic:last-child,
.list ul li:last-child {
    border-bottom: 0;
}
.iconic h2 {
    font-size: 28px;
    margin: 0 0 15px;
    line-height: 30px;
}
.webicon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 30px;
    margin: 0;
    padding: 15px;
    transition: 0.3s ease-in-out;
}
.fixbutton,
.float {
    position: fixed;
    width: 50px;
}
.fixbutton a,
.float {
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.float,
.float:hover,
.m0-p0 {
    color: #fff;
}
.webicon img {
    display: block;
    width: 100%;
}
.fixbutton {
    top: 50%;
    right: 0;
    z-index: 2;
    margin-top: -95px;
}
.fixbutton a {
    width: 50px;
    color: #fff;
    display: block;
    margin: 0;
}
.fixbutton h5,
.float h5 {
    width: 100px;
    right: 50px;
    line-height: 12px;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px;
    z-index: -1;
    opacity: 0;
}
.fix-sm-icon,
.fixbutton h5,
.float h5,
.footer:after,
.footer:before {
    position: absolute;
}
.fixbutton a:hover {
    background-color: var(--black);
}
.fixbutton h5,
.key-featur-box ul li {
    background-color: var(--secondary-color);
}
.fixbutton h5 {
    top: 7px;
    margin: 0;
    -webkit-transition: -in-out 0.3s;
    -moz-transition: -in-out 0.3s;
    transition: -in-out 0.3s;
}
.fixbutton a:hover h5 {
    right: 60px;
    opacity: 9;
}
.fixbutton h5:before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid var(--secondary-color);
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 5px;
    right: -5px;
    content: "";
}
.fixbutton .write {
    background-color: var(--primary-color) !important;
}
a:hover.write {
    background-color: var(--secondary-color);
}
.m0-p0 {
    margin: 0 !important;
    padding: 0 !important;
}
.float {
    bottom: 80px;
    right: 20px;
    background-color: #25d366;
    border-radius: 50%;
    font-size: 30px;
    z-index: 4;
}
.footer,
.footer-left,
.footer-right,
.input-container {
    position: relative;
}
.float i {
    transition: 0.3s ease-in-out;
}
.float h5,
.float:hover i {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
}
.float:hover i {
    transition: 0.3s ease-in-out;
    transform: rotate(0.12turn);
}
.float h5 {
    top: 8px;
    background-color: var(--white);
    color: var(--grey-dark);
    box-shadow: 0 0 5px gray;
    margin: 0;
    transition: 0.3s ease-in-out;
}
.float:hover h5 {
    opacity: 9;
    right: 60px;
}
.input-container {
    display: flex;
    padding-right: 10px;
    gap: 0 10px;
    align-items: center;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #fff;
    overflow-x: hidden;
}
.search-input {
    flex-grow: 1;
    border: 0;
    color: var(--white) !important;
    background-color: transparent !important;
    outline: 0;
    line-height: 50%;
    height: 60px;
    padding: 0 25px;
    font-size: 14px;
}
.f-col h2,
.footer,
.go-button {
    font-size: 16px;
}
.go-button {
    background-color: var(--white);
    border-radius: 50px;
    color: var(--black);
    width: 40px;
    height: 40px;
    border: 0;
    outline: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.fix-sm-icon a:hover,
.footer,
.go-button:hover,
.key-featur-box,
.social a,
.why-choose-waer-box {
    background-color: var(--primary-color);
}
.fix-sm-icon a:hover,
.go-button:hover {
    color: var(--white);
}
.input-container ::-webkit-input-placeholder {
    color: var(--white);
}
.input-container :-moz-placeholder {
    color: var(--white);
}
.input-container ::-moz-placeholder {
    color: var(--white);
}
.input-container :-ms-input-placeholder {
    color: var(--white);
}
.footer {
    padding: 125px 0 100px;
    margin: 0;
    color: var(--white);
}
.footer:before {
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background-image: url(../images/backgrounds/footer.jpg);
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.footer:after {
    width: 90px;
    height: 120px;
    right: 50%;
    top: -1px;
    content: "";
    z-index: 2;
    background-image: url(../images/shape-right-top.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100%;
}
.footer a {
    color: var(--white);
}
.footer-left {
    width: 50%;
    z-index: 2;
    padding: 0 100px 0 0;
}
.footer-right {
    width: 40%;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
}
.footer-logo img {
    width: 160px;
}
.lower-footer {
    border-top: 1px solid var(--white);
    padding: 20px 0 0;
    margin-top: 80px;
    justify-content: space-between;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.key-featur-box-wrap,
.why-choose-waer-wrap {
    display: flex;
    gap: 25px 2%;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.key-featur-box,
.why-choose-waer-box {
    flex: 0 0 49%;
    color: var(--white);
    padding: 30px;
    overflow: hidden;
    clip-path: polygon(0 30px, 30px 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
}
.flex-100,
.key-featur-box:last-child {
    flex: 0 0 100%;
}
.key-featur-box h4,
.why-choose-waer-box h4 {
    font-weight: 700;
    font-size: 21px;
    border-bottom: 1px solid #3b5c9f;
    padding-bottom: 12px;
}
.add h2,
.banner h2 {
    font-weight: 400;
    font-family: var(--heading-font);
}
.key-featur-box p,
.why-choose-waer-box p {
    margin-bottom: 0;
}
.key-featur-box ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
}
.key-featur-box ul li {
    list-style: none;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 16px;
    line-height: 24px;
}
.fix-sm-icon {
    left: -60px;
    top: 50%;
    margin-top: -100px;
    z-index: 2;
    width: 40px;
}
.banner:after,
.pix-bg,
.progress-wrap::after {
    position: absolute;
    left: 0;
    top: 0;
}
.fix-sm-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    display: block;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    text-align: center;
    margin: 8px 0;
}
.add i,
.social a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
}
.add i,
.social a,
.social a:hover {
    color: var(--white);
}
.social {
    padding: 10px 0;
    display: flex;
}
.social a {
    line-height: 35px;
    font-size: 18px;
    margin: 5px;
    display: inline-block;
}
.add i,
.list ul li:after,
.social a:hover {
    background-color: var(--secondary-color);
}
.pix-bg {
    width: 25%;
    height: 100%;
    z-index: -1;
    background-image: url(../images/texture.png);
}
.add,
.banner,
.banner:after,
.fieldset,
.google-map,
.list,
.list ul li,
.table-wrap {
    width: 100%;
}
.address-box {
    padding: 40px 30px;
    background-color: var(--tertiary-color);
    color: var(--black);
    clip-path: polygon(0 15%, 15% 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
}
.add {
    position: relative;
    padding: 15px 0 15px 50px;
    min-height: 30px;
    vertical-align: top;
    line-height: 24px;
    font-size: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.border-zero {
    border-bottom: 0 !important;
}
.add h2 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 5px;
    line-height: normal;
}
.add i,
td,
th {
    font-size: 14px;
}
.add i {
    line-height: 35px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 15px;
}
.banner,
.banner h2,
.breadcrumb,
.cover,
.list ul li,
.sendbutton,
.table-wrap,
ul.list1 li {
    position: relative;
}
.google-map {
    height: 450px;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    display: block;
}
.list,
ul.list1 {
    margin: 0 0 30px;
}
.ext {
    display: inline-block;
    padding-top: 10px;
}
.list,
form,
ul.list1 {
    padding: 0;
}
.add a {
    color: var(--black);
}
.banner h2,
th {
    color: var(--white);
}
.list ul li {
    display: block;
    list-style: none;
    padding: 30px 0 30px 40px;
    line-height: normal;
}
.list ul li:after {
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: -5px;
    content: "";
    border-radius: 50%;
}
.list ul li:last-child:after,
input.file {
    display: none;
}
.list ul li:before {
    width: 22px;
    height: 15px;
    position: absolute;
    top: 30px;
    left: 0;
    content: "";
    background-image: url(../images/icons/tick.svg);
    background-repeat: no-repeat;
    background-size: 22px;
}
.list ul li h3 {
    margin: 0 0 10px;
    line-height: normal;
    font-size: 22px;
}
ul.list1 li {
    list-style: none;
    padding: 2px 7px 10px 30px;
    line-height: 25px;
}
ul.list1 li:before {
    content: "\f138";
    position: absolute;
    top: 4px;
    left: 0;
    font-family: FontAwesome;
    color: var(--primary-color);
    font-size: 16px;
}

.mb-10.list1 {
    margin-bottom: 10px;
}

.table-wrap {
    display: flex;
    overflow-x: scroll;
}
table {
    min-width: 100%;
    width: 900px;
    border-collapse: collapse;
}
tr:nth-of-type(odd) {
    background: #eee;
}
td,
th {
    padding: 8px 15px !important;
    border: 1px solid #ccc;
    text-align: left;
}
.services {
    background-image: url(../images/backgrounds/services.jpg);
}
.banner {
    height: 35vh;
    padding-bottom: 25px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../images/backgrounds/banner.webp);
}
.banner:after {
    height: 5%;
    content: "";
    z-index: 1;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0), #fff);
    opacity: 0.5;
}
.banner:before {
    width: 180px;
    height: 120px;
    position: absolute;
    right: -1px;
    bottom: -1px;
    content: "";
    z-index: 2;
    background-image: url(../images/shape-right-bottom.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100%;
}
.banner h2 {
    font-size: 40px;
    line-height: 40px;
    margin: 50px 0 0;
    padding: 0;
    z-index: 2;
}
.breadcrumb,
.breadcrumb a,
.breadcrumb li {
    color: var(--grey-dark);
}
.breadcrumb {
    display: flex;
    margin: 0;
    z-index: 2;
}
.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 20px 0 0;
    padding: 5px 20px;
    background-color: var(--white);
}
.breadcrumb li {
    margin: 0;
    font-size: 12px;
    font-weight: var(--font-bold);
    cursor: default;
}
.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    margin: 0 15px;
    content: " / ";
}
.breadcrumb a:hover {
    color: var(--tertiary-color);
}
.cover {
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg1 {
    background-image: url(../images/backgrounds/bg1.jpg);
}
.call-back-holder {
    width: 100%;
    display: flex;
    padding-bottom: 10px;
    gap: 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.fa-upload {
    margin: 0 15px 0 0;
}
.custom-file-upload {
    border: 0;
    display: block;
    padding: 16px 20px;
    color: #fff;
    cursor: pointer;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.select-box {
    appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/icons/icon5.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 14px;
}
form {
    margin: 0;
}
:focus {
    outline: 0;
}
.fieldset {
    padding: 18px 20px;
    border: 1px solid var(--grey);
    background-color: var(--white);
    color: var(--black);
    display: block;
    margin: 0;
    font-size: 16px;
    border-left: 4px solid var(--secondary-color);
}
.sendbutton {
    color: var(--white);
    font-size: 24px;
    background-color: var(--secondary-color);
    border: 0;
    padding: 18px 40px;
    display: inline-block;
    margin: 0;
}
.progress-wrap,
.progress-wrap::after {
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    -webkit-transition: 0.2s linear;
}
::-webkit-input-placeholder {
    color: var(--body-color);
}
:-moz-placeholder {
    color: var(--body-color);
}
::-moz-placeholder {
    color: var(--body-color);
}
:-ms-input-placeholder {
    color: var(--body-color);
}
.progress-wrap {
    position: fixed;
    right: 10px;
    bottom: 10px;
    border-radius: 50px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: 0.2s linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.progress-wrap::after {
    content: "\f062";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    color: var(--secondary-color);
    z-index: 1;
    transition: 0.2s linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: var(--secondary-color);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}
@media only screen and (max-width: 1400px) {
    header,
    header.smaller {
        bottom: auto;
    }
    .top-info,
    .top-info a {
        color: var(--white);
    }
    .heading,
    .subtitle {
        line-height: normal;
    }
    header {
        position: absolute;
        background-color: transparent;
        width: auto;
        border-top: 0;
        right: 0;
        left: auto;
        top: 32px;
    }
    .container {
        width: 100%;
        padding: 0 25px;
    }
    .nav-group .top-info,
    .nos {
        display: none;
    }
    .logo {
        width: 120px;
    }
    .nav-group {
        padding-right: 50px;
    }
    .desktop,
    .fix-dropdown {
        display: none !important;
    }
    .top-info {
        margin-bottom: 20px;
        border-right: 0;
    }
    .top-info a:hover {
        color: var(--secondary-color);
    }
    .top-info span {
        color: var(--grey-light);
    }
    .link a {
        padding: 0 40px 0 20px;
        font-style: normal;
        display: inline-block;
        line-height: 25px;
        height: 30px;
        font-size: 12px;
    }
    .link a:before {
        width: 20px;
        height: 20px;
        top: 4px;
        right: 4px;
        background-size: 15px;
    }
    .heading {
        font-size: 34px;
    }
    .subtitle {
        font-size: 20px;
    }
    .mobile-content {
        display: flex !important;
    }
    .mobile-menu {
        display: block !important;
    }
}
@media only screen and (max-width: 1024px) {
    .section-spacing {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 980px) {
    .key-featur-box-wrap,
    .why-choose-waer-wrap {
        flex-direction: column;
    }
}
@media only screen and (max-width: 768px) {
    .facts,
    .golden-topaz-fact {
        padding: 0;
        width: 100%;
    }
    .facts,
    .facts ul,
    .why-golden-topaz {
        width: 100%;
    }
    .golden-topaz-fact {
        background-image: none;
    }
    .golden-topaz-fact:before {
        width: 100px;
        height: 80px;
    }
    .facts {
        color: var(--white);
    }
    .facts ul,
    .facts ul li,
    .facts-full {
        padding: 20px;
    }
    .facts ul {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        column-gap: 20px;
    }
    .facts ul li {
        width: 45%;
    }
    .facts-full ul li {
        width: 50%;
        padding: 10px;
        list-style: none;
        border: 1px dashed var(--white) !important;
        text-align: center;
        margin: -1px 0 0 -1px;
    }
    .facts-full ul li p:first-child {
        font-size: 30px;
    }
    .clients {
        grid-template-columns: repeat(5, 1fr);
    }
    .fix-sm-icon {
        display: none;
    }
    .news-inn-left {
        flex: 0 0 100%;
        padding-right: 0;
        border-right: 0;
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid #e7e7e7;
    }
    .news-inn-right {
        flex: 0 0 100%;
        padding-left: 0px;
    }
}
@media only screen and (max-width: 640px) {
    .banner h2,
    .iconic h2,
    .news-widget h2 {
        font-size: 20px;
    }
    .chairman-photo,
    .funfacts {
        margin-top: 25px;
    }
    body {
        font-size: 16px;
        line-height: 24px;
    }
    .banner {
        height: 250px;
    }
    .RightToLeft {
        animation: 5s linear infinite RightToLeft;
    }
    .iconic {
        padding: 0 0 0 70px;
    }
    .iconic:last-child {
        border-bottom: 0;
    }
    .iconic h2 {
        line-height: 28px;
    }
    .webicon {
        width: 50px;
        height: 50px;
        padding: 10px;
    }
    .funfacts ul li {
        padding: 0 15px;
        background-position: 80% center;
        background-size: 40px;
    }
    .funfacts ul li:hover {
        padding: 15px;
    }
    .fun-icon img {
        width: 40px;
    }
    .scroll h2 {
        font-size: 30px;
        line-height: 30px;
        -webkit-text-stroke-width: 0;
        -webkit-text-stroke-color: transparent;
        color: rgba(255, 255, 255, 0.5);
    }
    .scroll h2 span {
        width: 75px;
        margin: 0 15px;
    }
    .chariman-message:after,
    .footer:before,
    .service-bg:after {
        display: none;
    }
    .intro {
        padding: 25px 25px 0 0;
    }
    .chariman-message {
        padding: 50px 0;
    }
    .message {
        width: 100%;
        padding: 25px 25px 0 0;
    }
    .chairman-photo {
        width: 100%;
        text-align: center;
    }
    .chairman-photo img {
        width: 50%;
        display: inline-block;
    }
    .quote {
        padding-left: 50px;
    }
    .quote:before {
        left: 0;
    }
    .chariman-message:before {
        right: 0;
        width: 100px;
        height: 50px;
    }
    .news-bg:before {
        width: 100%;
        height: 50%;
    }
    .news-bg:after {
        left: 100%;
        top: -1px;
    }
    .news-widget {
        padding: 20px;
    }
    .footer {
        padding: 50px 0 10px;
    }
    .footer:after {
        width: 50px;
        height: 70px;
        right: -1px;
    }
    .footer-left {
        width: 100%;
        padding: 0 0 25px;
    }
    .footer-logo {
        margin-bottom: 25px;
    }
    .facts-full ul li,
    .footer-right {
        width: 100%;
    }
    .f-col {
        margin-bottom: 20px;
        width: 48%;
    }
    .lower-footer {
        margin-top: 20px;
        padding: 20px 0 0;
    }
    .facts-full ul li p:first-child {
        font-size: 28px;
    }
    .clients {
        grid-template-columns: repeat(3, 1fr);
    }
}
