/*--------------------------------------------------------------------- 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;
}
#Innerpages h4, #Innerpages .h4, strong {
    color: #d6c381!important;
}
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:28px
}

h4 {
    font-size: 20px;
}

.btn,
button:focus {
    outline: none;
}

.bannerheader {font-size:78px;}

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: #2488da !important;
}

.bg-black {
    background-color: #000000 !important;
}

span {
    display: inline-block;
}


/*======================== main styling========================= */


/* header  */
header .menu-item.active .nav-link, .nav-link:hover{
    color: #ffffff !important;
}



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;
}
header .menu-item.active .nav-link, .nav-link:hover {
color: #fff !important;
}


.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 5px;
}

.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.active a::before {
    width: 100% !important;
}




/* 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:30px;
}

.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:25px;
}

.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: 20px 20px;
    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:70px 0 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: #2488da;
    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;
}

footer .nav-link {    
padding:0px !important;
color: #fff !important;
}

footer .menu-item.active .nav-link, footer.nav-link:hover {
color: #0090df !important;
}


/* 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;
}

.breadcrumb {
background-color: transparent !important;
padding: 0px !important;
margin-top: 15px;
font-size: 15px;
padding-bottom: 15px !important;
border-bottom: dashed 1px #c2c2c2;
}
.breadcrumb a{ 
color:#0090df !important;
}
.breadcrumb li.active:before{
content: "\00BB";
font-family: "Font Awesome 5 Free";
margin-right: 5px;
margin-left: 5px;
font-weight: 900;
}

.inner-bnr img{object-fit: cover; height: 450px; width: 100%;}
.card-body { color: black;}
a.card-link.card-link { color: #0090df;}
#Contact span {display: block !important;}

@media(max-width:479px){
       .inner-bnr img {object-fit: cover;height: 150px !important;width: 100%;}
}


