@charset "UTF-8";

/**
* Eric Meyer's Reset CSS v2.0
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
time {
    display: block;
}


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    background: rgb(0, 0, 0) !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(10, 28, 33, 1) 100%) !important;
}

a {
    color: inherit;
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* meyerweb css reset end */

textarea:focus,
input:focus {
    outline: 0;
}

input {
    border-width: 0;
}

em {
    font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

.group:before,
.group:after {
    content: " ";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* ie 6/7 */
}
.navbar-brand img{
    padding: 20px 0px 0px 0px;
    width: 180px !important;
}
embed,
img,
object,
video {
    max-width: 100%;
}

sup {
    font-size: 58.3%;
    vertical-align: text-top;
}

sub {
    font-size: 58.3%;
    vertical-align: text-bottom;
}

.no-space-between-inline-blocks {
    *letter-spacing: normal;
    /*reset IE < 8*/
    letter-spacing: -0.31em;
    /*webkit*/
    word-spacing: -0.43em;
    /*IE < 8 && gecko*/
}

/*restore spacing on inner elements*/
.no-space-between-inline-blocks>* {
    letter-spacing: normal;
    word-spacing: normal;
}

.displace {
    left: -5000px;
    position: absolute;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:after,
*:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    font-size: 16px;
}

body {

    font-family: "Open Sans", sans-serif;
    font-size: 1.125rem;
    /* 18px / 16px = 1.125rem */
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    text-decoration: none;
}

.header {
    position: relative;
}


.header {}

header ul {
    margin: 0;
    padding: 0;
}

header ul li {
    display: inline-block;
    margin-right: 20px;
}

header ul li a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}

header ul li a:hover {
    color: #dfa9a9;
}

header .language-btn {
    padding: 8px 10px;
    text-align: center;
    text-transform: uppercase;
}

header .language-btn a {
    color: white;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

header .client-btn {
    border: solid 1px #dfa9a9;
    padding: 8px 15px;
    text-align: center;
    text-transform: uppercase;
    margin-left: 15px;
}

header .client-btn a {
    color: white;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.home-banner-content h2 {
    font-size: 55px;
    font-weight: 100;
    color: white;
    font-family: "Open Sans", sans-serif;
}

.home-banner-content h2 span {
    color: #dfa9a9;
}

.home-banner-content h6 {
    color: white;
    font-weight: 600;
    margin-bottom: 30px;
}

.home-banner-content p {
    color: white;
    font-size: 16px;
    margin-bottom: 50px;
}


.home-banner-content a {
    border: solid 1px #dfa9a9;
    padding: 15px 25px;
    text-align: center;
    text-transform: uppercase;
    margin-left: 0;
    color: #dfa9a9;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    background: #000;
}

.home-banner-content a:hover {
    border: solid 1px #fff;
    padding: 15px 25px;
    text-align: center;
    text-transform: uppercase;
    margin-left: 0;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    background: #dfa9a9;
}


.service-section {
  padding: 20px 0px;
  color: #fff;
}

.service-section .left-content span {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
}

.service-section .left-content h4 {
  font-family: "Open Sans", sans-serif;
  color: #dfa9a9;
  font-size: 45px;
  font-weight: 900;
}

.service-section .item {
  text-align: center;
  color: white;
  margin-right: 30px !important;
}

.service-section .item span {
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.service-section .item .count {
  font-family: "Open Sans", sans-serif;
  color: #dfa9a9;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.service-section .item h5 {
  font-size: 18px;
  margin-top: 5px;
}

/* Button Styling */
.service-section .btn-wrap a {
  border: solid 1px #dfa9a9;
  padding: 15px 25px;
  text-align: center;
  text-transform: uppercase;
  color: #dfa9a9;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  background: #050f12;
  transition: all 0.3s ease-in-out;
}

.service-section .btn-wrap a:hover {
  border: solid 1px #fff;
  color: #fff;
  background: #dfa9a9;
}

.service-section .item-block:hover {
    border-right: 5px solid #dfa9a9;
    border-bottom: 5px solid #dfa9a9;
    /* position: absolute;
  content: '';
  background-color: red;
  width: 95%;
  height: 98%;
  right: -5px;
  bottom: -5px;
  z-index: -1; */
}

/* .service-section .item-block:after{
  position: absolute;
  content: '';
  background-color: red;
  width: 95%;
  height: 98%;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  display: none;
} */

.service-section .item-block:hover :after {
    display: block;
}

.service-section .item-block figure img {
    width: 100%;
}

.service-section .item-block .content {
    position: absolute;
    bottom: 25px;
    text-align: center;
    padding: 30px;
}

.service-section .item-block .content h5 {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #dfa9a9;
}

.service-section .item-block .content p {
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    display: block;
    color: #fff;
}

.service-section .btn-wrap {
    text-align: center;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
}

.service-section .btn-wrap a {
    border: solid 1px #dfa9a9;
    padding: 15px 25px;
    text-align: center;
    text-transform: uppercase;
    margin-left: 0;
    color: #dfa9a9;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    background: #050f12;
}

.service-section .btn-wrap a:hover {
    border: solid 1px #fff;
    padding: 15px 25px;
    text-align: center;
    text-transform: uppercase;
    margin-left: 0;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    background: #dfa9a9;
}


.wealth-section {
    padding: 100px 0;
}

.wealth-section .item-block h4 {
    font-family: "Open Sans", sans-serif;
    color: #dfa9a9;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.wealth-section .item-block p {
    font-size: 16px;
    color: white;
}


.consultation-fee {
    background-color: #000;
}


.consultation-fee .content-block h4 {
    font-family: "Open Sans", sans-serif;
    color: #dfa9a9;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 10px;
}

.consultation-fee .content-block .hightlign {
    color: white;
    font-weight: 600;
    margin-bottom: 30px;
    display: block;
}

.consultation-fee .content-block p {
    font-size: 16px;
    color: white;

}

.consultation-fee .content-block .auth {
    margin-top: 50px;
    display: block;
}

.consultation-fee .content-block .auth h6 {
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.consultation-fee .content-block .auth .des {
    color: #989898;
    font-size: 18px;
}

.footer {
    padding: 100px 0 0;
}

.footer .title {
    text-align: center;
}

.footer .title h4 {
    font-family: "Open Sans", sans-serif;
    color: #dfa9a9;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 0;
}

.footer .title {
    margin-bottom: 75px;
}

.footer .title p {
    font-size: 16px;
    color: white;
}

.form-block .fieldset {
    margin-bottom: 10px;
}

.form-block .fieldset label {
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.form-block .fieldset input {
    height: 50px;
    width: 100%;
    border: solid 2px white;
    background: transparent;
    padding: 0 15px;
    color: #fff;
    font-size: 13px;
}


.form-block .fieldset textarea {
    height: 100px;
    width: 100%;
    border: solid 2px white;
    background: transparent;
    padding: 15px;
    color: #fff;
    font-size: 13px;
    resize: none;
}

.form-block button {
    border: solid 1px #dfa9a9;
    padding: 15px 25px;
    text-align: center;
    text-transform: uppercase;
    margin-left: 0;
    color: #dfa9a9;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    width: 150px;
    background: #091b20;
}

.form-block button:hover {
    border: solid 1px #fff;
    padding: 15px 25px;
    text-align: center;
    text-transform: uppercase;
    margin-left: 0;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    width: 150px;
    background: #dfa9a9;
}

.footer h4 {
    font-family: "Open Sans", sans-serif;
    color: #dfa9a9;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}

.quick-conect {
    margin-bottom: 30px;
}

.quick-conect .phone {
    color: white;
    font-size: 16px;
    margin-bottom: 15px;
}

.quick-conect .mail a {
    color: white;
    font-size: 16px;
    margin-bottom: 15px;
    text-decoration: none;
}

.quick-conect .mail i {
    margin-right: 10px;
}

.quick-conect .phone i {
    margin-right: 10px;
}

.social {
    margin-top: 100px;
}

.social h6 {
    font-family: "Open Sans", sans-serif;
    color: #dfa9a9;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.social a {
    text-decoration: none;
    margin-right: 25px;
    display: inline-block;
}

.contact-block {
    padding-left: 100px;
}

.footer ul {
    padding: 0;
    margin: 0;
}

.footer ul li {
    display: inline-block;
}

.footer ul li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    margin-right: 30px;
}

.copyright {
    margin-left: auto;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.copyright a{
    color: #fff;
}

.copyright a:hover{
    color: #fff;
    text-decoration: none;
}

.ftr-bg {
    background-color: #061316;
    padding: 30px 0;
    margin-top: 50px;
}

.wealth-section {}

.wealth-section .title {
    margin-bottom: 75px;
    text-align: center;
}

.wealth-section .title h4 {
    font-family: "Open Sans", sans-serif;
    color: #dfa9a9;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 0;
}

.contact-block {
    padding-left: 0;
    margin-top: 50px;
}

.element-line {
    margin: 70px 0;
}

#timeline .post {
    margin: 0 90px;
    position: relative;
    min-height: 100px;
    box-shadow: none;
    border: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #e1e1e1;
    padding: 30px;
}

#timeline .post:hover {
    background-color: #dfa9a9;
    border: 1px solid #dfa9a9;
}

#timeline .post:hover h4 {
    color: #fff;
}

.post-body h4 {
    font-family: "Open Sans", sans-serif;
    color: #dfa9a9;
    font-size: 22px;
    font-weight: 600;
}

.post-body p {
    color: white;
    font-size: 16px;
}

#timeline {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background: url("../images/timeline.png") repeat-y top center;
}



#timeline .timeline-item {
    clear: both;
    margin-bottom: 0;
    width: 50%;
    float: left;
    margin: 50px 0;
}

#timeline .timeline-item:nth-child(2n) {
    float: right;
}

#timeline .timeline-item:nth-child(2n) .post-info p {
    left: -116px;
    text-align: right;
}

.post-info {
    left: 100%;
    margin: -100px 11px 0 11px;
    position: absolute;
    top: 50%;
    width: 160px;
    z-index: 1000;
}

.post-info .info-date {
    font-size: 17px;
}

#timeline .timeline-item:nth-child(2n) .post-info {
    left: auto;
    right: 100%;
}

.post-info p {
    position: relative;
    right: -115px;
    top: -42px;
    color: white;
    text-align: left;
    font-size: 13px;
}

.post-info span {
    width: 35px;
    height: 35px;
    background-color: #dfa9a9;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    color: white;
    font-size: 12px;
    font-weight: 700;
}

.inner-banner {
    height: 169px;
    overflow: hidden;
    background-color: #3a3a3a;
}

.inner-banner .banner {
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 22;
    position: relative;
}

.about-banner-content h2 {
    font-size: 45px;
    font-weight: 700;
    color: white;
    font-family: "Open Sans", sans-serif;
}

.about-banner-content p {
    color: white;
    font-size: 16px;
}
.how-it-works-banner {
    background: #000;
}
/* .how-it-works-banner {
    background: url('../images/how-it-works-bg.jpg');
    background-size: cover;
    position: relative;
} */

/* .how-it-works-banner:after {
    position: absolute;
    left: 0;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    content: '';
    width: 100%;
    top: 0;
} */

.navbar {
    z-index: 99;
}

.choose-communication-section {
    padding-bottom: 100px;
}

.choose-communication-section .content-block h5 {
    font-family: "Open Sans", sans-serif;
    color: #dfa9a9;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}

.choose-communication-section .content-block h6 {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.choose-communication-section .content-block p {
    color: white;
    font-size: 16px;
}

.choose-communication-section .content-block a {
    border: solid 1px #dfa9a9;
    padding: 15px 25px;
    text-align: center;
    text-transform: uppercase;
    margin-left: 0;
    color: #dfa9a9;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    background: transparent;
    display: inline-block;
    margin-top: 30px;
}

.choose-communication-section .content-block a:hover {
    border: solid 1px #fff;
    padding: 15px 25px;
    text-align: center;
    text-transform: uppercase;
    margin-left: 0;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    background: #dfa9a9;
}

.we-are-members-block .title {
    align-items: center;
}

.we-are-members-block .item {
    margin-left: 30px;
}

.we-are-members-block .title .left-content h4 {
    font-family: "Open Sans", sans-serif;
    color: #dfa9a9;
    font-size: 35px;
    font-weight: 600;
    margin: 0;
}

.logo-block {
    display: flex;
}

.form-select {
    background: #000 !important;
    color: white !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 10px 15px !important;
}

.reference-section {
    padding: 60px 0;
}

.reference-section .item {
    padding: 0 50px;
    margin-bottom: 50px;
}

.reference-section .content-block {
    background-color: #1a1a1a;
    border: 1px #dadada solid;
    padding: 30px;
    text-align: center;
    box-shadow: 0 7px 23px 0 rgba(0, 0, 0, 0.5);
}

.reference-section figure {
    margin: 0 45px;
}

.reference-section figure img {
    width: 100%;
    height: 100%;
}

.reference-section .content-block h4 {
    font-family: "Open Sans", sans-serif;
    color: #dfa9a9;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0;
}

.reference-section .content-block span {
    text-transform: uppercase;
    color: #D0D0D0;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.reference-section .content-block p {
    color: #fff;
    font-size: 16px;
}

.reference-section .content-block a {
    color: #dfa9a9;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
}

.contact-section {
    padding: 20px 0px 0px 0px;
  background-color: #000;
}

.contact-top-block {
  padding: 30px;
  min-height: 170px;
  border: 1px solid #ffffff29;
  border-radius: 12px;
}

.adress-block h4 {
  font-family: "Open Sans", sans-serif;
  color: #dfa9a9;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.adress-block h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
}

.mail-btn {
  display: inline-block;
  color: white;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.mail-btn:hover {
  color: #dfa9a9;
}

.social-btn a img {
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease;
}

.social-btn a img:hover {
  transform: scale(1.1);
}

.map1 {
  border-radius: 12px;
  overflow: hidden;
  background-color: #1e1e1e;
}


.company-wrapper {
    padding-top: 100px;
}

.company-wrapper h3 {
    font-family: "Open Sans", sans-serif;
    color: #dfa9a9;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.company-wrapper p {
    font-size: 16px;
    color: white;
}

.vat-block span {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    color: white;
}

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

.contact-form-section figure {
    margin: 0;
}

.contact-form-section h4 {
    font-family: "Open Sans", sans-serif;
    color: #dfa9a9;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-form-section p {
    font-size: 16px;
    color: white;
}

.contact-form-section .form-block button {
    background-color: #dfa9a9;
    color: #fff;
}

.contact-form-section {
    padding: 50px 0;
}

@media only screen and (max-width: 767px) {
    .home-banner-content h2 {
        font-size: 50px;
    }

    .home-banner-content h6 {
        margin-bottom: 15px;
    }

    .service-section .item h5 {
        font-size: 15px;
    }

    .service-section .item span {
        font-size: 16px;
    }

    .consultation-fee {
        padding-bottom: 50px;
    }

    .contact-block {
        padding-left: 0;
        padding-top: 100px;
    }

    .footer ul {
        margin-bottom: 15px;
    }

    .we-are-members-block .item {
        margin-left: 0;
        display: block;
        width: 100%;
        margin-top: 30px;
    }

    .logo-block {
        display: block;
    }



    #timeline .timeline-item {
        width: 100%;
        float: left;
        margin: 99px 0;
        background: black;
    }

    #timeline .post {
        margin: 0 10px;
        text-align: center;
    }

    #timeline .timeline-item:nth-child(2n) .post-info {
        left: 0;
        margin: 0;
        position: absolute;
        top: -90px;
        width: 100%;
        z-index: 1000;
    }

    #timeline .timeline-item:nth-child(2n) .post-info p {
        left: 0;
        text-align: center;
    }

    .post-info {
        left: 0;
        margin: 0;
        position: absolute;
        top: -90px;
        width: 100%;
        z-index: 1000;
    }

    .post-info p {
        position: relative;
        right: 0;
        top: -8px;
        color: white;
        text-align: center;
        font-size: 13px;
        background: black;
        padding: 9px;
    }

    .choose-communication-section {
        padding-bottom: 100px;
        text-align: center;
    }

    .footer ul li a {
        font-size: 12px;
        text-decoration: none;
        margin-right: 15px;
    }

    .post-info {
        left: 0;
        margin: 0;
        position: absolute;
        top: -125px;
        width: 100%;
        z-index: 1000;
    }

    #timeline .timeline-item:nth-child(2n) .post-info {
        top: -125px;
        width: 100%;
        z-index: 1000;
    }

    #timeline {
        padding-top: 100px;
    }


    .menu-wrapper {
      position: absolute;
        top: 123px;
        background: #000;
        width: 100%;
        left: 0;
        padding: 10px 30px 20px 30px;

    }

    header ul li {
        display: block;
        margin-right: 0;
        padding: 10px;
    }

    header .client-btn {
        margin: 8px 10px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1000px) {
    #timeline .post {
        margin: 0 10px;
    }
}

@media only screen and (min-width: 980px) {
    .contact-block {
        padding-left: 0;
        margin-top: 0;
        padding-left: 100px;
    }
}

@media only screen and (min-width: 1200px) {
    .banner-image {
        position: relative;
        top: -60px;
        right: 20px;
    }

    .nav-list {
/*         margin-right: 90px; */
        position: relative;
        z-index: 2;
    }
}


@media only screen and (min-width: 1300px) {
    .banner-image {
        position: relative;
        top: -60px;
        right: 35px;
    }

    .nav-list {
/*         margin-right: 120px; */
        position: relative;
        z-index: 2;
    }

}




@media only screen and (min-width: 1470px) {
    .banner-image {
        position: relative;
        top: -60px;
        right: 10px;
    }
}


@media only screen and (min-width: 1510px) {

    .banner-image {
        position: relative;
        top: -60px;
        right: 0px;
    }
}



@media only screen and (min-width: 1580px) {
    .banner-image {
        position: relative;
        top: -60px;
        right: 30px;
    }
}


@media only screen and (min-width: 1650px) {
    .nav-list {
/*         margin-right: 130px; */
    }
}


.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.img-rounded {
    border-radius: 6px;
}

.img-responsive {
    width: 100%;
}



@media only screen and (min-width: 768px) {
    header ul li {
        margin-right: 5px;
    }

    header ul li a {
        font-size: 12px;
    }

    header .client-btn {
        padding: 3px 8px;
        margin-left: 0px;
    }

    header .client-btn a {
        font-size: 12px !important;
        display: flex;
    }

    header .language-btn {
        padding: 8px 5px;
    }

    .form-select {
        font-size: 12px !important;
    }

    header .client-btn {
        width: 85px;
    }

    .navbar-dark .navbar-brand img {
        /*     width: 100px; */
        height: 100px;
    }
}

@media only screen and (min-width: 980px) {
    .contact-block {
        padding-left: 0;
        margin-top: 0;
        padding-left: 100px;
    }


    header ul li {
        margin-right: 15px;
    }

    header ul li a {
        font-size: 13px;
    }

    header .client-btn {
        padding: 10px 5px !important;
        margin-left: 0px;
    }

    header .client-btn a {
        font-size: 14px !important;
        display: flex;
    }

    header .language-btn {
        padding: 8px 5px;
    }

    .form-select {
        font-size: 14px !important;
    }

    header .client-btn {
        width: auto;
    }

    .navbar-dark .navbar-brand img {
        width: auto;
        height: auto;
    }



}

.awards-section {
    padding: 90px 0 45px 0;
}

.h4_text {
    font-size: 20px;
    margin: 10px;
}

.myButton {
    background-color: #dfa9a9;
    border-radius: 10px;
    border: 1px solid #dfa9a9;
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-size: 17px;
    padding: 05px 10px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #dfa9a9;
}

.myButton:hover {
    background-color: #fff;
}

.myButton:active {
    position: relative;
    top: 1px;
}


.figure {
    position: relative;
    width: 100%;
    /* can be omitted for a regular non-lazy image */
    max-width: 100%;
}

.figure img.Sirv.image-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: cover;
    opacity: 0;
    transition: opacity .2s;
}

.figure:hover img.Sirv.image-hover {
    opacity: 1;
}


/* Card Style 1 - Blue with rounded corners */
  .card-1 {
    width: 30%;
    border-radius: 20px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    display: inline-block;
    margin: 1.5%;
  }
  
  .card-1 .card-image {
    height: 200px;
    overflow: hidden;
  }
  
  .card-1 .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .card-1:hover .card-image img {
    transform: scale(1.05);
  }
  
  .card-1 .card-content {
    padding: 20px;
    position: relative;
  }
  
  .card-1 .product-name {
    font-size: 18px;
    font-weight: 600;
    color: #333;
/*     margin-bottom: 10px; */
    text-align: center;
  }
  
  .card-1 .product-price {
    font-size: 20px;
    font-weight: 700;
    color: #4a7bff;
    margin-bottom: 12px;
  }
  
  .card-1 .product-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  
  .card-1 .cta-button {
    background-color: #4a7bff;
    color: white;
    border: none;
    padding: 7px 10px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
  }
  
  .card-1 .cta-button:hover {
    background-color: #3b6aec;
  }



  @media only screen and (min-width: 240px) and (max-width: 480px)  {
    .card-1 {
      width: 100%;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px)  {
    .card-1 {
      width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px)  {
    .card-1 {
      width: 45%;
    }
}


.color1
{
    color:#dfa9a9;
}

.font-size25
{
    font-size: 35px;
}

.font-size35
{
    font-size: 35px !important;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 10px;
}

.content-block {
  word-wrap: break-word;
}

.moretext {
  display: none;
}

.text-right{
    text-align: right;
}.text-center{
    text-align: center;
}