/*********** Global *************/

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

@font-face {
    font-family: 'Times New Roman Cyr';
    src: url('../fonts/TimesNRCyrMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*{
 	margin: 0;
 	padding: 0;
 	box-sizing: border-box;
} 

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-thumb {
    background: #e3d06e;
}

body::-webkit-scrollbar-track {
    background: #d1d2d4;
}

/*********** Header *************/

#global-header {
    background: #000;
    height: 100px;
    position: absolute;
    width: 100%;
}

#global-header nav ul {
    margin: 0;
}

#global-header nav ul li {
    padding: 0;
    margin: 0;
}

#global-header nav ul li a {
    color: #fff;
    font-size: 18px;
    padding: 0 30px 0 0;
    opacity: 1;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
}

#global-header nav ul li a:hover{
  color: #d0b751;   
}

#global-header nav ul li:last-child a {
    padding: 0;
} 

#global-header nav ul li a::after {
    right: 15px;
}

#global-header nav ul.sub-menu {
    padding: 0;
    border-top: 3px solid #dbc560;
    width: 300px;
}

#global-header nav ul.sub-menu li {
    line-height: inherit;
    display: block;
}

#global-header nav ul.sub-menu li:last-child a {
    border: 0;
}

#global-header nav ul.sub-menu li a {
    color: #000;
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid #ececec;
    font-size: 16px;
}

#global-header nav ul.sub-menu li a:hover{
    background: #d0b751
}


#global-header .left {
    width: 35%;
    padding-top: 40px;
}

#global-header .center {
    width: 25%;
    padding-top: 20px;
}

#global-header .right {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 40%;
    padding-top: 30px;
}

#global-header .right p {
    color: #fff;
    font-size: 18px;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
}

#global-header .right p a {
    color: #c7b04b;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    position: relative;
    margin-left: 10px;
    padding-left: 30px;
}

#global-header .right p a:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../img/call.png);
    background-repeat: no-repeat;
    background-position: top center;
}

#global-header .social-links {
    padding: 0;
    display: flex;
    gap: 5px;
}

#global-header .social-links li {
    list-style: none;
    margin: 0;
}

#global-header .social-links li a {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all;
    border: 1px solid #fff;
    margin: 0;
}

#global-header .social-links li a:hover{
    border: 1px solid #d0b751;
    background: #d0b751;
}


/*********** Sections *************/

#section-1 .et_pb_slider_container_inner {
    display: flex;
    padding-top: 250px;
}

#section-1 .et_pb_slide_description {
    margin: 0;
    width: 100%;
}

#section-1 h5 {
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-size: 30px;
    letter-spacing: 2px;
    padding: 0;
}

#section-1 h1 {
    padding: 0;
    font-family: 'Times New Roman Cyr';
    font-size: 80px;
    margin: 30px 0;
}

#section-1 p {
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-size: 22px;
}

#section-1 .et_pb_slide_content a {
    font-family: 'Times New Roman Cyr';
    color: #fff;
    text-transform: uppercase;
    margin-top: 50px;
    display: inline-block;
    background-image: -moz-linear-gradient( 0deg, rgb(213,188,84) 0%, rgb(146,126,52) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(213,188,84) 0%, rgb(146,126,52) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(213,188,84) 0%, rgb(146,126,52) 100%);
    padding: 20px 50px;
    border-radius: 50px;
    transition: 0.5s all;
}


#section-1 .et_pb_slide_content a:hover{
    background-image: -webkit-linear-gradient( 0deg, rgb(146,126,52) 0%, rgb(213,188,84) 100%);
    transition: 0.5s all;
}

#section-1 .et-pb-slider-arrows a {
    background: #d1d2c4;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

#section-1 .et-pb-arrow-next {
    opacity: 0.5;
    right: 100px;
}

#section-1 .et-pb-arrow-prev {
    left: 100px;
    opacity: 0.5;
}

#section-1 .et-pb-slider-arrows a::before {
    color: #fff;
    font-size: 30px;
}

#section-1 .et-pb-slider-arrows a:hover {
    background-image: -moz-linear-gradient(0deg, rgb(213, 188, 84) 0%, rgb(146, 126, 52) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(213, 188, 84) 0%, rgb(146, 126, 52) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(213, 188, 84) 0%, rgb(146, 126, 52) 100%);
    opacity: 1;
}

#heading {
    text-align: center;
}

#heading h5 {
    padding: 0;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    margin-bottom: 30px;
    letter-spacing: 3px;
}

#heading h2 {
    padding: 0;
    text-transform: capitalize;
    color: #000;
    font-family: 'Times New Roman Cyr';
    font-size: 50px;
    width: 80%;
    margin: 0 auto;
    line-height: 1.3;
}

#heading p {
    color: #000;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    border-left: 3px solid #d2b84d;
    padding-left: 30px;
    margin-top: 30px;
    line-height: 1.5;
}

#custom-btn {
    border: 0;
    padding: 0;
    line-height: inherit !important;
    color: #000;
    font-size: 22px;
    font-family: 'Times New Roman Cyr';
    background: transparent;
    text-transform: capitalize;
}

#custom-btn:after {
    display: none;
}

#custom-btn:hover {
    color: #d0b751;
}

.custom-btn-wrap {
    display: inline-block;
    padding-right: 60px;
    margin-top: 50px;
}

.custom-btn-wrap:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 29px;
    background: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: top center;
}

#welcome {
    padding: 100px 0;
}

#welcome .row-2 {
    display: flex;
    align-items: center;
}

#welcome .line {
    margin: 80px 0;
}

#welcome .right {
    padding-left: 80px;
}


#welcome .right #heading {
    text-align: left;
}

#welcome .right #heading h2 {
    width: 100%;
}

#services {
    padding: 100px 0;
}

#services .top #heading h5 {
    color: #fff;
}

#services .top #heading h2 {
    color: #fff;
}

#services .top #heading p {
    padding: 0;
    border: 0;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}


#services .row-2 {
    margin-top: 50px;
    display: flex;
}

.service-box {
    background: url(../img/shield.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 40px 0 0;
    height: 450px;
    margin-right: 20px !important;
}

.service-box h3 {
    padding: 0;
    text-align: center;
    text-transform: capitalize;
    color: #000;
    font-family: 'Times New Roman Cyr';
    font-size: 25px;
    margin: 20px 0;
}

.service-box p {
    text-align: center;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-size: 16px;
    width: 80%;
    margin: 0 auto 25px;
    height: 100px;
    overflow: auto;
    padding-right: 10px;
}

.service-box p::-webkit-scrollbar {
    width: 3px;
}

.service-box p::-webkit-scrollbar-thumb {
    background: #e3d06e;
}

.service-box p::-webkit-scrollbar-track {
    background: #d1d2d4;
}

#services .row-3 {
    margin-top: 100px;
    text-align: center;
}

#services .custom-btn-wrap {
    display: inline-block;
    padding-right: 0;
    margin-top: 0;
}

#services .custom-btn-wrap:before {
    display: none;
}

#services .service-btn {
    border: 0;
    color: #fff;
    background: #000;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: inherit !important;
    padding: 20px 60px;
    font-family: 'Times New Roman Cyr';
}

#services .service-btn:after {
    display: none;
}

#services .service-btn:hover {
    background: #d0b751;
    color: #000;
}

#expert {
    padding: 200px 0 250px;
    background-size: 100% 100%;
}

#expert .left #heading {
    text-align: left;
}

#expert .left #heading h2 {
    margin-left: 0;
    width: 90%;
}

#expert .left {
    width: 40%;
}

#expert .right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    padding-left: 100px;
    width: 60%;
}

#expert .right .expert-blurb {
    background: #fff;
    box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    padding: 40px 0;
}

#expert .right .expert-blurb .et_pb_main_blurb_image {
    margin: 0;
}

#expert .right .expert-blurb h4 {
    padding: 0;
    text-align: center;
    color: #000;
    font-size: 28px;
    font-family: 'Times New Roman Cyr';
    text-transform: capitalize;
    margin: 20px 0;
    line-height: 1.2;
}

#expert .right .expert-blurb p {
    text-align: center;
    color: #000;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
}

#expert .right .expert-blurb:nth-child(1),
#expert .right .expert-blurb:nth-child(3) {
    transform: translateY(100px);
}

#foundation {
    padding: 100px 0;
}

#foundation .row-1 {
    display: flex;
    align-items: center;
}

#foundation .right {
    padding-left: 80px;
}

#foundation #heading {
    text-align: left;
}

#foundation .right #heading h5 {
    color: #fff;
}

#foundation .right #heading h2 {
    color: #fff;
    width: 100%;
}

#foundation .right #heading p {
    color: #fff;
}

#foundation #custom-btn{
   color: #fff; 
}

#foundation #custom-btn:hover {
    color: #d0b751;
}

#foundation .custom-btn-wrap:before{
    background: url(../img/arrow-2.png);
}

#testimonial {
    padding: 100px 0;
    background-size: 100% 100%;
}

#testimonial #heading h2 {
    width: 60%;
}


.testimonial-wrapper {
    margin-top: 30px;
    padding: 0 10px;
}

.testimonial-wrapper .owl-stage-outer {
    padding: 50px 0;
}

.testimonial-area {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.11);
    padding: 40px 30px 30px;
    position: relative;
}

.testimonial-area .coma {
    position: absolute;
    top: -40px;
    z-index: 999;
    width: auto !important;
}

.testimonial-area .rating {
    margin: 25px 0;
    width: auto !important;
}

.testimonial-area p {
    padding: 0;
    color: #000;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    margin-bottom: 20px;
}

.testimonial-area .blurb {
    display: flex;
    align-items: center;
}

.testimonial-area .blurb .profile {
    border: 1px solid #d0b751;
    border-radius: 50px;
    padding: 3px;
}

.testimonial-area .blurb .disc {
    padding-left: 15px;
}

.testimonial-area .blurb .disc h3 {
    padding: 0;
    color: #000;
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
}

.testimonial-area .blurb .disc h5 {
    padding: 0;
    color: #000;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
}

#testimonial .owl-nav {
    margin: 0;
    width: 100%;
}

#testimonial .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.11);
    margin: 0;
    outline: none;
}

#testimonial .owl-nav button.owl-next {
    right: -80px;
}

#testimonial .owl-nav button.owl-prev {
    left: -80px;
}

#testimonial .owl-nav button i {
    color: #000;
}

#testimonial .owl-nav button:hover {
    background-image: -webkit-linear-gradient(0deg, rgb(213, 188, 84) 0%, rgb(146, 126, 52) 100%);
}

#testimonial .owl-nav button:hover i{
    color: #fff;
}

.heading-sec {
    padding-top: 100px !important;
	padding-bottom: 100px !important;
}

#heading-sec h1 {
    padding: 0;
    text-transform: capitalize;
    color: #000;
    font-family: 'Times New Roman Cyr';
    font-size: 50px;
    text-align: center;
}

.contact-form form {
    width: 100%;
    max-width: 900px;
    margin: 50px auto 0;
}

.contact-form form p {
    padding: 0;
    margin: 0 0 20px 0;
    width: 100%;
    float: none;
}

.contact-form form input {
    border: 2px solid #d4bb54;
    background: transparent;
    padding: 15px 25px;
    outline: none;
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 100;
    line-height: normal;
    text-transform: capitalize;
}

.contact-form form textarea{
    border: 2px solid #d4bb54;
    background: transparent;
    color: #fff;
    padding: 15px 25px;
    outline: none;
    resize:none;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 100;
    color: #000000;
}

.contact-form form input::placeholder,
.contact-form form textarea::placeholder{
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 100;
    line-height: normal;
    text-transform: capitalize;
}

.contact-form form .et_contact_bottom_container {
    margin: 0;
    float: none;
    justify-content: center;
}

.contact-form form button {
    margin: 0;
    font-family: 'Times New Roman Cyr';
    color: #fff;
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(0deg, rgb(213, 188, 84) 0%, rgb(146, 126, 52) 100%);
    border: 0;
    border-radius: 50px;
    padding: 10px 50px;
    font-size: 22px;
    letter-spacing: 2px;
}

.contact-form .et-pb-contact-message p {
    color: #000000;
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 15px;
    color: #000;
}

.contact-form .et-pb-contact-message ul {
    padding: 30px 30px;
    background-image: -webkit-linear-gradient(0deg, rgb(213, 188, 84) 0%, rgb(146, 126, 52) 100%);
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
    max-width: 350px;
}

.contact-form .et-pb-contact-message ul + ul {
    display: none;
}

.contact-form .et-pb-contact-message ul li { 
    list-style: none;
    color: #ffffff;
    margin-bottom: 5px;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-weight: 100;
}


.para-heading {
    margin-top: 50px;
}

.para-heading p {
    color: #000;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    line-height: 1.5;
    padding: 0;
    margin-bottom: 15px;
}

.list-heading {
    margin-top: 50px;
}

.list-heading ul {
    margin: 0;
    padding: 0;
}

.list-heading ul li {
    list-style: none;
    color: #000;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    line-height: 1.5;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}

.list-heading ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    border-style: solid;
    border-width: 0 3px 3px 0;
    border-color: #d0b752;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
}


.para-heading h4 {
    padding: 0;
    margin: 25px 0;
    text-transform: capitalize;
    color: #d0b752;
    font-family: 'Times New Roman Cyr';
    font-size: 35px;
}

#main-service {
    padding: 100px 0;
}

#main-service h1 {
    padding: 0;
    text-transform: capitalize;
    color: #000;
    font-family: 'Times New Roman Cyr';
    font-size: 50px;
    text-align: center;
}

#global-footer nav ul li ul.sub-menu {
    display: none;
}

#global-footer nav ul li a:after {
    display: none;
}

.main--address {
    margin-top: 50px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 40px 40px;
}

.main--address p {
    color: #000;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    line-height: 1.5;
    padding: 0;
    margin-bottom: 15px;
}

.main--address p a {
    font-size: 18px;
    font-weight: 100;
    font-family: "Poppins", sans-serif;
    color: #d0b751;
}

.main--address h4 {
    padding: 0;
    margin: 25px 0;
    text-transform: capitalize;
    color: #d0b752;
    font-family: 'Times New Roman Cyr';
    font-size: 35px;
}

#service-main-address {
    padding: 100px 0;
}

#service-main-address .main--address {
    margin: 0;
}

#service-logo {
    padding: 50px 0;
}

#service-logo .service-row {
    width: 100%;
    max-width: 800px;
    display: flex;
    grid-gap: 15px;
}

.service-row .et_pb_column {
    background: #fff;
    border: 1px solid #ececec;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 10px 0;
}

/********** Footer ****************/
 

#global-footer {
    background-image: -moz-linear-gradient( 0deg, rgb(36,34,27) 0%, rgb(60,48,6) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(36,34,27) 0%, rgb(60,48,6) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(36,34,27) 0%, rgb(60,48,6) 100%);
}

#global-footer .row-1 {
    border-radius: 15px;
    background-image: -moz-linear-gradient( 0deg, rgb(213,188,84) 0%, rgb(146,126,52) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(213,188,84) 0%, rgb(146,126,52) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(213,188,84) 0%, rgb(146,126,52) 100%);
    padding: 100px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: -200px;
	display: none;
}

#global-footer .row-1 h2 {
    text-align: center;
    padding: 0;
    color: #fff;
    font-family: 'Times New Roman Cyr';
    font-size: 60px;
}

#global-footer .row-1 p {
    text-align: center;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-size: 22px;
    margin: 25px 0;
}

#global-footer .form-cover {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 850px;
    margin: 35px auto;
    position: relative;
}

#global-footer .form-cover:before{
    content: "";
    position: absolute;
    left: 25px;
    top: 25px;
    width: 17px;
    height: 14px;
    background: url(../img/env.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#global-footer .form-cover:after{
    content: "";
    position: absolute;
    right: 25px;
    top: 22px;
    width: 19px;
    height: 18px;
    background: url(../img/send.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#global-footer .form-cover input[type="email"] {
    width: 100%;
    border: 0;
    padding: 20px 20px 20px 50px;
    border-radius: 50px;
    box-shadow: 0px 21px 35px 0px rgba(0, 0, 0, 0.22);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #7f7f7f;
    font-size:16px;
}

#global-footer .form-cover .btn-icon {
    position: absolute;
    right: 5px;
}

#global-footer .form-cover .btn-icon input[type="submit"] {
    background-image: -webkit-linear-gradient(0deg, rgb(213, 188, 84) 0%, rgb(146, 126, 52) 100%);
    border: 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 50px 10px 40px;
    border-radius: 50px;
    box-shadow: 0px 21px 35px 0px rgba(0, 0, 0, 0.22);
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    transition: 0.5s all;
    letter-spacing: 1px;
}

#global-footer .form-cover input::placeholder{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #7f7f7f;
    font-size:16px;
    font-style:italic;
}

#global-footer .row-2 {
    padding-top: 100px;
}

#global-footer .row-3 {
    margin-top: 80px;
    padding: 30px 0;
    border-top: 1px solid #423e2f;
}

#global-footer .row-3 p {
    color: #cecdc9;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-size: 16px;
}

#global-footer .row-3 a {
    color: #cecdc9;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-size: 16px;
    transition: 0.5s all;
}

#global-footer .row-3 a:hover{
  color: #d0b751; 
  transition: 0.5s all;  
}

#global-footer .row-3 .right p {
    text-align: right;
}

#global-footer h3 {
    font-family: 'Times New Roman Cyr';
    font-size: 25px;
    color: #fff;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

#global-footer h3:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 170px;
    height: 1px;
    background: #96938a;
}

#global-footer h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #cfb751;
}


#global-footer nav ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#global-footer nav ul li {
    padding: 0;
    margin: 0;
}

#global-footer nav ul li a {
    padding: 0;
    color: #cecdc9;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-size: 16px;
    opacity: 1;
}

#global-footer nav ul li a:hover{
  color: #d0b751;   
}

#global-footer .social-links {
    padding: 0;
    display: flex;
    gap: 5px;
    margin-top: 30px;
}

#global-footer .social-links li {
    list-style: none;
    margin: 0;
}

#global-footer .social-links li a {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all;
    border: 1px solid #fff;
    margin: 0;
}

#global-footer .social-links li a:hover{
    border: 1px solid #d0b751;
    background: #d0b751;
}

#global-footer .et_pb_blurb .et-pb-icon {
    color: #d0b751;
    font-size: 25px;
}

#global-footer .row-2 .phone {
    margin: 25px 0;
}

#global-footer .et_pb_blurb p {
    color: #cecdc9;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-size: 16px;
}

#global-footer .et_pb_blurb p a {
    color: #cecdc9;
}

#global-footer .row-2 .phone a {
    font-size: 26px;
    font-weight: 700;
	font-family: "Poppins", sans-serif;
    color: #d0b751;
}