/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/


/* google font ("poppins") ====================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* montserrat===== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 28px;
    font-weight: normal;
    background-color: #1f1f1f;
    color: #ffffff;
    overflow-x: hidden;
}

a {
    color: #ffffff;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    line-height: normal;
    line-height: 1.2;
    font-weight: 600;
}

h1 {
    font-size: 100px;
    line-height: 100px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 32px
}

h4 {
    font-size: 20px;
}

.btn,
button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a {
    color: #ffffff;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn {
    font-family: 'Montserrat', sans-serif;
    background: #ffffff;
    padding: 15px 50px;
    border-radius: 0;
    font-size: 18px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    border: 1px solid transparent;
}

.btn:hover {
    border-color: #ffffff;
    background-color: transparent;
    color: #ffffff;
}

.container {
    max-width: 1300px;
}

img {
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.text-gold {
    color: #d6c381 !important;
}

.bg-black {
    background-color: #000000 !important;
}

span {
    display: inline-block;
}
/************mycss******************/

.breadcrumb {border-bottom: 1px dashed #d3d3d3;margin: 0 0 15px;background-color: transparent;padding: 0 0 15px;text-transform: uppercase;font-size: 12px;}
.breadcrumb>li+li:before {content: "\00BB";color: #b0a049;margin: 0 10px;}


.mycss-box {
    box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
}
.entry-content a { box-shadow: none !important; transition: none !important;color:#fff;}
.entry-content h4{font-size:20px;margin-bottom:20px;padding-top:0px;color:#d6c381 !important;}
.mycss-height{min-height:250px;}
a.post-edit-link{color:#fff;}
.wpcf7-form-control-wrap{width:100%}
.entry-content a:hover{color:#d6c381 !important;}
.text-warning{color:#d6c381 !important;}

a:hover{color:#987e3a;}
h2.widget-title{color:#d6c381 !important;}
.wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]) {
    background:none !important;
}
.expert-service.text-center a:hover{color:#fff !important;}
#Innerpages li{margin-bottom:8px;}
#Innerpages  ul{margin-bottom:20px;}
	
#Innerpages  ul li {
    list-style:none;
    background: url(../images/list.png)no-repeat 0.1em 0.43em;
    padding-left: 30px;
	margin-bottom:10px;
}
.widget ul a { box-shadow: none !important; transition: none !important;color:#fff;}
.widget ul a:hover{color:#d6c381 !important;}
.widget ul li{list-style:none !important;
    background: none !important;
    padding-left: 0px !important;}
	.widget ul li{border-top:none !important;}
/*======================== main styling========================= */


/* header  */

.header {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header-inner .logo a img {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header-right .header-contact {
    text-align: right;
}

.header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.btn-mobile-open,
.btn-mobile-close {
    display: none;
    font-size: 25px;
    color: #ffffff;
    cursor: pointer;
}

.btn-mobile-close {
    position: absolute;
    right: 20px;
    top: 35px;
}

.primary-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.primary-menu ul li {
    padding: 5px 20px;
}

.primary-menu ul li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    padding: 5px;
    position: relative;
}

.primary-menu ul li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.primary-menu ul li a:hover::before,
.primary-menu ul li a.active::before {
    width: 100%;
}


/* banner =============== */

.banner {
    position: relative;
    height: 865px;
}

.banner img {
    width: 100%;
    height: 865px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.banner-content-inner {
    font-size: 17px;
    max-width: 600px;
}

.banner-content h1 {
    text-transform: uppercase;
}

.banner-content h2 {
    max-width: 450px;
    margin-top: 60px;
	padding-top:0px;
}

.banner-content .banner-cta {
    background: transparent url('../images/btn-bg.png') no-repeat center;
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    min-width: 260px;
    min-height: 60px;
    line-height: 60px;
    text-align: center;
}


/* expert services  */

.expert-services {
    padding: 70px 0;
}

.expert-services h2 {
    margin-bottom: 70px;
}

.expert-services .expert-service img {
    margin-bottom: 15px;
}

.expert-services .expert-service h4 {
    margin-bottom: 35px;
}

.expert-services .action {
    margin-top: 90px;
}

.expert-services .action .btn {
    padding: 15px 95px;
}


/* services  */

.services-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1920px;
    margin: 0 auto;
}

.services-list .service {
    position: relative;
}

.services-list .service:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.services-list .service h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 35px;
    margin-bottom: 0;
}


/* information=================== */

.information {
    padding: 95px 0;
}


/* clients main  */

.clients-main {
    padding: 75px 0;
    background: #000000 url(../images/bg-1.png) no-repeat center;
    background-size: cover;
}

.clients-main .client-inner {
    max-width: 1490px;
    margin: 0 auto;
    padding-top: 75px;
}

.clients-main .client-stats {
    padding: 100px 0;
    border-bottom: 1px solid #1c1c1c;
    font-size: 21px;
    font-weight: 500;
}

.clients-main .client-stat {
    padding: 0 45px;
}

.clients-main .client-stats .count {
    font-size: 110px;
    font-weight: 600;
    line-height: 1;
    color: #987e3a;
    margin-bottom: 25px;
}

.clients-main .client-testimonials {
    padding: 65px 0;
}

.client-testimonials .testimonial-box .quote-img {
    margin-bottom: 25px;
}

.client-testimonials .testimonial-box p {
    margin-bottom: 0;
    max-width: 940px;
    margin: 0 auto;
}

.client-testimonials .testimonial-box .client-name {
    margin-top: 50px;
}


/* footer======================== */

footer {
    font-family: 'Montserrat', sans-serif;
    background-color: #0e0e0e;
    padding: 30px 0;
    font-size: 13px;
    line-height: 24px;
}

.footer-top .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer .footer-socials-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 16%;
}

footer .footer-socials-links li {
    margin-right: 5px;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

footer .footer-socials-links li:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}


/* .copyright================ */

footer .copyright {
    text-align: right;
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase;
}


/* back to top button=========== */

.back-to-top {
    border: 0;
    background: #ffffff;
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 10px;
    font-size: 30px;
    color: #000000;
    -webkit-transition: 300ms ease-in;
    -o-transition: 300ms ease-in;
    transition: 300ms ease-in;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.back-to-top:hover {
    opacity: .8;
}