:root {
    --gold: #daa520;
}
body {
    overflow-x: hidden;
    font-family: Roboto, serif !important;
}
.nav1 {
    background-color: #202b35;
}
.navbar-brand {
    width:8%;
}
.nav1 ul li i {
    color: #daa520;
    font-size: 16px;
}
.nav1 ul li a, .nav1 ul li span.nav-link {
    color: #fff;
    font-size: 14px;
}
.nav1 ul li span {
    font-size: 13px;
    color: #fff;
}
.nav1 .navbar-nav .nav-item {
    text-align: center;
    margin-bottom: auto;
    margin-top: auto;
}
.header-line {
    border-right: 1px solid #e8e8e8;
    border-right-color: rgba(255, 255, 255, .1);
    margin-left: 10px;
    margin-right: 10px;
    height: 60px;
    display: flex;
    align-self: center;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 60px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #2d3a46;
}
.sidenav img {
    padding: 50px;
width:80%;
}
.sidebar-icons {
    color: #fff;
    padding-left: 0;
    padding-top: 25px;
    list-style: none;
    display: flex;
}
.sidebar-icons i {
    font-size: 21px;
}
.sidenav .copyright-info {
    color: #fff;
    padding-top: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0.84rem;
    width: 100%;
}
.sidenav a {
    padding: 10px 0;
    text-decoration: none;
    font-size: 14px;
    color: #818181;
    display: inline;
    transition: 0.3s;
    border-bottom: none !important;
}
.sidenav a:hover {
    color: #f1f1f1;
    border-bottom: none !important;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
   }
    .sidenav a {
        font-size: 16px;
   }
}
.nav2 {
    background-color: #daa520;
    z-index: 999;
}
.nav2 .navbar {
    padding: 0;
}
.nav2 .navbar-nav .active {
    border-bottom: 3px solid #daa520;
}
.nav2 .navbar-nav a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 2px solid transparent;
}
.dropdown:hover > .dropdown-menu {
    display: block;
}
.nav2 .navbar-nav a:hover {
    border-bottom: 3px solid #daa520;
}
.sidebar-icons {
    justify-content: center;
}
.sidebar-icons a.nav-link {
    padding: 4px 10px;
    border: 1px solid #fff;
    border-bottom: 1px solid #fff !important;
    margin: 0 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem !important;
    transition: ease-in-out all 0.3s;
}
.sidebar-icons a.nav-link i {
    color: #fff;
}
.sidebar-icons a.nav-link:hover {
    border: 1px solid #daa520;
    border-bottom: 1px solid #daa520 !important;
}
.sidebar-icons a.nav-link:hover i {
    color: #daa520;
}
.nav2 .navbar-nav a.closebtn {
    font-size: 2.1rem;
}
.nav2 ul li {
    line-height: 40px;
}
.nav2 .navbar-nav .dropdown-menu a {
    color: #000;
    border-bottom: 0;
}
.d-none-computer {
    display: none;
}
a {
    text-decoration: none !important;
}
a:focus, a:hover, a:visited {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a, h1, h2, h3, h4, h5, h6, p {
    font-family: Roboto, serif;
}
.bg-color-light {
    background-color: #fff;
}
.university {
    text-align: center;
    padding: 25px 0;
}
.line {
    border: 1px solid #daa520;
    width: 97.5px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
}
.overlay {
    background-color: #3e475d;
    height: 100%;
    width: 50%;
    position: absolute;
    clip-path: circle(62.3% at 40% 50%);
    padding: 140px;
}
.overlay h1 {
    font-size: 37px;
    line-height: 1.3em;
    font-weight: 500;
    color: #fff;
}
.overlay p {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 400;
    color: #fff;
}
.scrolled {
    box-shadow: 1px 13px 25px -12px #000;
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 999;
}
.ul-style {
    margin-bottom: 0;
    list-style: none;
    padding-left: 25px;
}
.ul-style span {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 16px;
    color: #333b4c;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.ul-style a li {
    color: #8b8e90;
    height: auto;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
}
.ul-style a li:hover {
    color: #202b35;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    z-index: 1020;
}
.scrolspy .list-group {
    position: sticky;
    top: 80px;
    left: 0;
    text-transform: capitalize;
}
.list-group-item.active {
    color: #000;
    background-color: #fff;
    border-color: transparent;
    border-left: 17px solid #202b35 !important;
    border-radius: 3px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
}
.stick-contact {
    position: sticky;
    top: 80px;
    right: 0;
}
.stick-common-page .card {
    position: sticky;
    top: 80px;
    left: 0;
}
.text-capital {
    text-transform: capitalize;
}
.scrollspy-example h4 {
    text-transform: capitalize;
    font-weight: 500;
}
.tough-back-img {
    padding: 50px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tough-back h1 {
    font-size: 37px;
    line-height: 1.3em;
    font-weight: 500;
    color: #222;
    text-align: center;
}
.tough-back h3 {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 400;
    color: #6a6a6a;
    text-align: center;
}
.tough-back .tough .card {
    border: none;
    border-color: none;
}
.tough-back .tough .card .car {
    background-color: #202b35;
    border-bottom: 3px solid #daa520;
    text-align: center;
    padding: 25px;
}
.tough-back .tough .card .car h2 {
    color: #daa520;
    font-size: 18px !important;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.tough-back .tough .card .car p {
    color: #fff;
    font-family: Roboto, serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.tough-back .tough .card i {
    position: absolute;
    color: #fff;
    font-size: 30px;
    top: -27px;
    left: 100px;
    background-color: #daa520;
    border-radius: 50%;
    height: 50px;
    padding: 10px;
    text-align: center;
    width: 50px;
}
.two-img1 {
    background-image: url(../images/two-img1.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 91vh;
    display: flex;
    align-items: center;
}
.two-img1 h2 {
    font-size: 75px;
    color: #fff;
    font-weight: 500;
}
.two-img1 h4 {
    color: #fff;
    margin-top: 8px;
    font-size: 20px;
    font-weight: 500;
}
.two-img1 p {
    color: #fff;
    margin-top: 7px;
    font-size: 14px;
    line-height: 24px;
}
.two-img1 .btn {
    color: #fff;
    background-color: #202b35;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 11px;
    line-height: 1.6em;
    border-radius: 0;
    padding: 13px 16px;
}
.cent {
    text-align: center;
    margin: 0 150px;
}
.two-img2 {
    background-image: url(../images/two-img2.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 91vh;
    display: flex;
    align-items: center;
}
.two-img2 h2 {
    font-size: 75px;
    color: #fff;
    font-weight: 500;
}
.two-img2 h4 {
    color: #fff;
    margin-top: 8px;
    font-size: 20px;
    font-weight: 500;
}
.two-img2 p {
    color: #fff;
    margin-top: 7px;
    font-size: 14px;
    line-height: 24px;
}
.two-img2 .btn {
    color: #fff;
    background-color: #202b35;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 11px;
    line-height: 1.6em;
    border-radius: 0;
    padding: 13px 16px;
}
.triangle {
    border-color: #fff;
    top: 0;
    display: none;
    border-top: 16px solid #fff;
    border-bottom: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 16px solid transparent !important;
    border-right: 16px solid transparent !important;
    z-index: 100;
}
.testimonial h1 {
    font-size: 37px;
    line-height: 1.3em;
    font-weight: 500;
    color: #222;
    text-align: center;
}
.testimonial h3 {
    color: #6a6a6a;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 400;
    text-align: center;
}
.testimonial .video {
    overflow: hidden;
}
.testimonial .video img:hover {
    transform: scale(1.1);
    transition: 2s ease-in;
    transition: 2s ease-out;
}
.testimonial .video i {
    position: absolute;
    top: 40%;
    left: 45%;
    font-size: 60px;
    color: #daa520;
}
.gallery {
    overflow: hidden;
}
.gallery img:hover {
    transform: scale(1.1);
    transition: 2s ease-in;
    transition: 2s ease-out;
}
.side .card .ulclass {
    padding-left: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 0;
}
.side .card .ulclass li {
    font-size: 14px;
    line-height: 43px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #e9e9e9;
    margin-top: 1px;
    color: #222;
}
.side .card i {
    position: absolute;
    color: #fff;
    font-size: 30px;
    top: -30px;
    left: 100px;
    background-color: #daa520;
    border-radius: 50%;
    padding: 9px;
    text-align: center;
    height: 50px;
    width: 54px;
}
.side .card .body1 {
    background-color: #202b35;
    border-bottom: 3px solid #daa520;
    text-align: center;
    padding: 25px;
}
.side .card .body1 h2 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}
.side .card .body1 p {
    color: #fff;
    font-family: Roboto, serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.triangle1 {
    border-color: #f2f2f2;
    top: 0;
    border-top: 16px solid #202b35;
    border-bottom: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 16px solid transparent !important;
    border-right: 16px solid transparent !important;
    z-index: 100;
}
.board img {
    padding-top: 40px;
    padding-bottom: 25px;
}
.board h4 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.board p {
    line-height: 24px;
    font-size: 15px;
    color: #6a6a6a;
    text-align: center;
}
.last {
    background-image: url(../images/last-banner.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
    display: flex;
    align-items: center;
}
.last h1 {
    font-size: 37px;
    line-height: 1.3em;
    font-weight: 500;
    color: #fff;
}
.last p {
    line-height: 24px;
    font-size: 15px;
    color: #fff;
}
.last .card {
    background-color: transparent;
}
.banner-down .owl-dots, .banner-down .owl-nav {
    display: grid;
    position: absolute;
    left: 6%;
    top: 50%;
}
#our-services .banner-style {
    background-image: url(../images/our-services.jpg);
    background-position: top;
    background-repeat: no-repeat;
    height: 70vh;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
}
#our-services .banner-style i {
    color: #fff;
    font-size: 20px;
}
#our-services .banner-style h3 {
    font-size: 140px;
    font-weight: 500;
    color: #daa520;
}
#our-services .banner-style h5 {
    font-size: 70px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    font-family: Roboto, serif;
}
#our-services .img-circle {
    background-color: #202b35;
    border-top-color: 2px solid #daa520;
}
#our-services .img-circle img {
    border-radius: 50%;
    background-color: #202b35;
    padding: 15px;
    height: 250px;
}
#our-services .img-circle h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
#our-services .img-circle h5 {
    font-family: Roboto, serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
#our-services .testimonial h1 {
    font-size: 37px;
    line-height: 1.3em;
    font-weight: 500;
    color: #222;
    text-align: center;
}
#our-services .testimonial h3 {
    color: #6a6a6a;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 400;
    text-align: center;
}
#our-services .testimonial .video {
    overflow: hidden;
}
#our-services .testimonial .video img:hover {
    transform: scale(1.1);
    transition: 2s ease-in;
    transition: 2s ease-out;
}
#our-services .testimonial .video i {
    position: absolute;
    top: 40%;
    left: 45%;
    font-size: 60px;
    color: #daa520;
}
#our-services .proven {
    background-image: url(../images/proven-back.jpg);
    height: 60vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#our-services .proven h2 {
    font-size: 37px;
    line-height: 1.3em;
    font-weight: 500;
    color: #fff;
}
#our-services .proven h5 {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    margin: 15px 0;
}
#our-services .proven .progress {
    margin-bottom: 30px;
}
#our-services .proven .progress-bar {
    background-color: #daa520;
}
#our-services .proven .press .card {
    background-color: transparent;
}
#our-services .list .btn {
    color: #fff;
    background-color: #daa520;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 11px;
    line-height: 1.6em;
    border-radius: 0;
    padding: 13px 16px;
}
#our-services .list1 {
    background-color: #343a4c;
}
#our-services .list1 h3 {
    line-height: 26px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
#our-services .list1 h6 {
    font-family: Roboto, serif;
    font-size: 16px;
    line-height: 1.4444444444em;
    font-weight: 400;
    color: #daa520;
    margin-bottom: 25px;
}
#our-services .list1 p {
    color: #fff;
    line-height: 24px;
    font-size: 15px;
}
#our-services .list2 {
    background-color: #303646;
}
#our-services .list2 h3 {
    line-height: 26px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
#our-services .list2 h6 {
    font-family: Roboto, serif;
    font-size: 16px;
    line-height: 1.4444444444em;
    font-weight: 400;
    color: #daa520;
}
#our-services .list2 p {
    color: #fff;
    line-height: 24px;
    font-size: 15px;
}
#our-services .list3 {
    background-color: #242936;
}
#our-services .list3 h3 {
    line-height: 26px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
#our-services .list3 h6 {
    font-family: Roboto, serif;
    font-size: 16px;
    line-height: 1.4444444444em;
    font-weight: 400;
    color: #daa520;
}
#our-services .list3 p {
    color: #fff;
    line-height: 24px;
    font-size: 15px;
}
#company-history .banner-style {
    background-image: url(../images/company-history-banner.jpg);
    height: 40vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
#company-history .banner-style h1 {
    font-size: 37px;
    line-height: 1.3em;
    font-weight: 500;
    color: #202b35;
}
#company-history .banner-style p {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 400;
    color: #000;
}
#company-history .history h1 {
    font-size: 75px;
    color: #202b35;
    font-weight: 500;
}
#company-history .history h4 {
    color: #222;
    font-size: 20px;
    font-weight: 500;
}
#company-history .history p {
    color: #6a6a6a;
    font-size: 15px;
}
#company-history .history img {
    margin: 30px 0;
}
#company-history .history h3 {
    font-family: Roboto;
    font-size: 50px;
    line-height: 55px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    color: #daa520;
}
#company-history .company-history-banner1 {
    background-image: url(../images/company-history-banner1.jpg);
    height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
#company-history .company-history-banner1 p {
    padding: 30px 0;
    color: #fff;
    display: flex;
    line-height: 1.8em;
}
#company-history .company-history-banner1 i {
    font-size: 40px;
    color: #fff;
    padding-right: 15px;
}
#clients .banner-style {
    background-image: url(../images/clients-banner.jpg);
    height: 40vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    text-align: center;
}
#clients .banner-style i {
    color: #fff;
    font-size: 30px;
    background-color: #daa520;
    border-radius: 50%;
    padding: 15px;
    margin-bottom: 10px;
}
#clients .banner-style h3 {
    color: #fff;
    font-size: 37px;
    font-weight: 500;
}
#clients .banner-style h5 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
#clients .legal {
    background-color: #fff;
}
#clients .legal h1 {
    color: #fff;
    font-size: 37px;
    line-height: 1.3em;
    font-weight: 500;
    color: #222;
    text-align: center;
}
#clients .legal p {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 400;
    text-align: center;
    color: #6a6a6a;
}
#clients .legal .video {
    overflow: hidden;
}
#clients .legal .video img:hover {
    transform: scale(1.1);
    transition: 2s ease-in;
    transition: 2s ease-out;
}
#clients .legal .video i {
    position: absolute;
    top: 40%;
    left: 45%;
    font-size: 60px;
    color: #daa520;
}
#clients .legal .image {
    text-align: center;
}
#clients .legal .image img {
    padding: 25px;
}
#area-expertise .banner-style {
    background-image: url(../images/area-of-expertise-banner.jpg);
    height: 60vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
#area-expertise .banner-style h1 {
    font-size: 27px;
    line-height: 1.3em;
    font-weight: 500;
    color: #202b35;
    margin-bottom: 30px;
}
#area-expertise .banner-style h3 {
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 400;
    color: #fff;
}
#area-expertise .details h2 {
    font-size: 16px;
    font-weight: 800;
    color: #000;
}
#area-expertise .details p {
    line-height: 24px;
    font-size: 15px;
    color: #6a6a6a;
}
#area-expertise .details .btn {
    color: #fff;
    background-color: #202b35;
    font-weight: 500;
    font-size: 11px;
    padding: 13px 16px;
    border-radius: 0;
}
#area-expertise .details .card .body1 {
    background-color: #202b35;
    border-bottom: 3px solid #daa520;
    text-align: center;
    padding: 25px;
}
#area-expertise .details .card .body1 h2 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}
#area-expertise .details .card .body1 p {
    color: #fff;
    font-family: Roboto, serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
#area-expertise .details .card .body2 {
    background-color: #f2f2f2;
    text-align: center;
    padding: 25px;
}
#area-expertise .details .card .body2 input, textarea {
    border: 0;
    margin-bottom: 10px;
    width: 100%;
}
#area-expertise .details .card .ulclass {
    padding-left: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 0;
}
#area-expertise .details .card .ulclass li {
    font-size: 14px;
    line-height: 43px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #e9e9e9;
    margin-top: 1px;
    color: #222;
}
#area-expertise .details .card i {
    position: absolute;
    color: #fff;
    font-size: 30px;
    top: -30px;
    left: 100px;
    background-color: #daa520;
    border-radius: 50%;
    padding: 10px;
}
.grid {
    position: relative;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}
.grid figure {
    position: relative;
    overflow: hidden;
    background: #ddd;
    text-align: center;
    cursor: pointer;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure figcaption::after, .grid figure figcaption::before {
    pointer-events: none;
}
.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}
.grid figure h2 span {
    font-weight: 800;
}
.grid figure h2, .grid figure p {
    margin: 0;
}
.grid figure p {
    letter-spacing: 0;
    font-size: 68.5%;
}
figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}
figure.effect-lily figcaption {
    text-align: left;
}
figure.effect-lily figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 50%;
}
figure.effect-lily h2, figure.effect-lily p {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}
figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
figure.effect-lily p {
    color: rgba(255, 255, 255, .8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}
figure.effect-lily:hover img, figure.effect-lily:hover p {
    opacity: 1;
}
figure.effect-lily:hover h2, figure.effect-lily:hover img, figure.effect-lily:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
figure.effect-lily:hover p {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}
#contact {
    background-color: #fff !important;
    padding: 50px 0;
}
#contact h2 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 0;
}
#contact h3 {
    font-family: Roboto, serif;
    font-size: 16px;
    line-height: 1.4444444444em;
    font-weight: 400;
    color: #000;
}
#contact p {
    color: #6a6a6a;
    line-height: 24px;
    font-size: 15px;
}
#contact input, textarea {
    margin-bottom: 10px;
    border-radius: 0;
    border: 1px solid #ddd;
    width: 100%;
}
#contact .form-group {
    margin-bottom: 0;
}
#contact .btn {
    color: #fff;
    background-color: #202b35;
    font-weight: 500;
    font-size: 11px;
    padding: 13px 16px;
    border-radius: 0;
}
.contact1 i {
    font-size: 23px;
    color: #daa520;
}
.contact1 span {
    color: #222;
    font-size: 17px;
    padding-left: 6px;
}
#our-team .banner-style {
    background-image: url(../images/our-team-banner.jpg);
    height: 40vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    text-align: center;
}
#our-team .banner-style i {
    color: #fff;
    font-size: 30px;
    background-color: #daa520;
    border-radius: 50%;
    padding: 15px;
    margin-bottom: 10px;
}
#our-team .banner-style h3 {
    color: #fff;
    font-size: 37px;
    font-weight: 500;
}
#our-team .banner-style h5 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
#our-team .card {
    border: none;
    border-color: none;
}
#our-team .card .card-body {
    text-align: center;
}
#our-team .card .card-body i {
    font-size: 23px;
    color: #222;
    line-height: 1.2em;
}
#our-team .card .card-body i:hover {
    color: #daa520;
}
#our-team .card .card-body span {
    padding: 0 10px;
}
#our-team .card .card-body h4 {
    font-size: 16px;
    font-weight: 500;
}
#our-team .card .card-body p {
    line-height: 24px;
    font-size: 15px;
    color: #6a6a6a;
}
#our-team .card .car {
    background-color: #202b35;
    border-bottom: 3px solid #daa520;
    text-align: center;
    padding: 25px;
}
#our-team .card .car h2 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
#our-team .card .car p {
    color: #fff;
    font-family: Roboto, serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
#our-team .team {
    background-image: url(../images/our-team-banner.jpg);
    padding: 70px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.why-img {
    background-image: url(../images/why-choose-us1.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    height: 90vh;
}
.why-img h2 {
    font-size: 37px;
    line-height: 1.3em;
    font-weight: 500;
    color: #fff;
    padding: 0 50px;
}
.why-choose {
    padding: 45px 25px;
    background-color: #fff;
}
.why-choose .dis {
    display: flex;
    margin: 20px 0;
}
.why-choose i {
    color: #fff;
    font-size: 33px;
    background-color: #202b35;
    border-radius: 50%;
    width: 57px;
    height: 57px;
    line-height: 57px;
}
.why-choose i:hover {
    background-color: #202b35;
    transform: scale(1.1);
    transition: 1s;
}
.why-choose h2 {
    font-size: 16px;
    font-weight: 800;
}
.why-choose p {
    line-height: 24px;
    font-size: 15px;
    color: #6a6a6a;
}
.why-img1 {
    background-image: url(../images/why-choose-us2.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    height: 91vh;
}
.why-img1 h2 {
    font-size: 37px;
    line-height: 1.3em;
    font-weight: 500;
    color: #fff;
    padding: 0 50px;
}
.why-choose1 {
    padding: 125px 70px;
    background-color: #fff;
}
.why-choose1 i {
    color: #202b35;
    font-size: 36px;
    margin-right: 15px;
    position: relative;
    top: -6px;
}
.why-choose1 h2 {
    font-size: 53px;
    color: #202b35;
    font-weight: 500;
    display: inline;
}
.why-choose1 p {
    margin-top: 7px;
    font-size: 14px;
    line-height: 24px;
    color: #6a6a6a;
}
.why-img2 {
    background-image: url(../images/why-choose-us3.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 91vh;
    display: flex;
    align-items: center;
}
.why-img2 h2 {
    font-size: 75px;
    color: #fff;
    font-weight: 500;
}
.why-img2 h4 {
    color: #fff;
    margin-top: 8px;
    font-size: 20px;
    font-weight: 500;
}
.why-img2 p {
    color: #fff;
    margin-top: 7px;
    font-size: 14px;
    line-height: 24px;
}
.why-img2 .btn {
    color: #fff;
    background-color: #202b35;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 11px;
    line-height: 1.6em;
    border-radius: 0;
    padding: 13px 16px;
}
.cent {
    text-align: center;
    margin: 0 150px;
}
.why-choose2 {
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
}
.why-choose2 h2 {
    font-size: 75px;
    color: #daa520;
    font-weight: 500;
}
.why-choose2 h4 {
    color: #000;
    margin-top: 8px;
    font-size: 20px;
    font-weight: 500;
}
.why-choose2 p {
    color: #6a6a6a;
    margin-top: 7px;
    font-size: 14px;
    line-height: 24px;
}
.why-choose2 .btn {
    color: #fff;
    background-color: #202b35;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 11px;
    line-height: 1.6em;
    border-radius: 0;
    padding: 13px 16px;
}
.whychoose2 .btn a:hover {
    color: #202b35 !important;
}
#faq .banner-style {
    background-image: url(../images/policies-banner.jpg);
    height: 35vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
#faq .banner-style h1 {
    font-size: 37px;
    line-height: 1.3em;
    font-weight: 500;
    color: #202b35;
}
#faq .banner-style p {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 400;
    color: #000;
}
#faq .butn .btn {
    color: #fff;
    background-color: #202b35;
    font-weight: 500;
    font-size: 11px;
    padding: 13px 16px;
    border-radius: 0;
}
#faq .card {
    border: 0;
}
#faq .card-header {
    border: 1px solid #ddd;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
}
#faq .card-header:hover {
    background-color: #f2f2f2;
}
#faq .card .card-header a {
    font-size: 13px;
    font-weight: 500;
    color: #222;
    display: block;
}
#faq .card .card-header a:hover {
    color: #202b35;
}
#faq .card .card-header i {
    float: right;
}
#faq .card .card-header:hover i {
    color: #202b35;
}
#faq .card .card-body {
    line-height: 24px;
    color: #6a6a6a;
    font-size: 15px;
}
#faq .side .card .body1 {
    background-color: #202b35;
    border-bottom: 3px solid #202b35;
    text-align: center;
    padding: 25px;
}
#faq .side .card .body1 h2 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}
#faq .side .card .body1 p {
    color: #fff;
    font-family: Roboto, serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
#faq .side .card .body2 {
    background-color: #f8f8f8;
    text-align: center;
    padding: 25px;
}
#faq .side .card .body2 .btn {
    color: #fff;
    background-color: #202b35;
    font-weight: 500;
    font-size: 11px;
    padding: 13px 16px;
    border-radius: 0;
}
#faq .side .card .body2 input, textarea {
    border: 0;
    margin-bottom: 10px;
    width: 100%;
}
#faq .side .card .ulclass {
    padding-left: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 0;
}
#faq .side .card .ulclass li {
    font-size: 14px;
    line-height: 43px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #e9e9e9;
    margin-top: 1px;
    color: #222;
}
#faq .side .card i {
    position: absolute;
    color: #fff;
    font-size: 30px;
    top: -30px;
    left: 100px;
    background-color: #daa520;
    border-radius: 50%;
    padding: 10px;
}
#policies .banner-style {
    background-image: url(../images/banner-style-banner.jpg);
    height: 57vh;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.btn-outline-dark {
    color: #fff;
    background: #202b35;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #202b35;
}
#policies .banner-style h1 {
    font-size: 37px;
    line-height: 1.3em;
    font-weight: 500;
    color: #202b35;
    font-family: Roboto, serif;
}
#policies .banner-style p {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 400;
    color: #2c2c2c;
    font-family: Roboto, serif;
}
#policies .text p {
    border-top: 1px solid #daa520;
    border-bottom: 1px solid #daa520;
    padding: 30px 0;
    color: #6a6a6a;
    display: flex;
    line-height: 1.8em;
}
#policies .text i {
    font-size: 40px;
    color: #dfdfdf;
    padding-right: 15px;
}
#policies .text1 {
    color: #6a6a6a;
    line-height: 24px;
    font-size: 15px;
}
#policies .text1 p {
    margin-bottom: 5px;
}
#policies .butn .btn {
    color: #fff;
    background-color: #202b35;
    font-weight: 500;
    font-size: 11px;
    padding: 13px 16px;
    border-radius: 0;
}
#policies .side .card .body1 {
    background-color: #202b35;
    border-bottom: 3px solid #daa520;
    text-align: center;
    padding: 25px;
}
#policies .side .card .body1 h2 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}
#policies .side .card .body1 p {
    color: #fff;
    font-family: Roboto, serif;
    font-size: 26px !important;
    font-weight: 700 !important;
    margin-bottom: 0;
}
#policies .side .card .body2 {
    background-color: #f2f2f2;
    text-align: center;
    padding: 25px;
}
#policies .side .card .body2 .btn {
    color: #fff;
    background-color: #202b35;
    font-weight: 500;
    font-size: 11px;
    padding: 13px 16px;
    border-radius: 0;
}
#policies .side .card .body2 input, textarea {
    border: 0;
    margin-bottom: 10px;
    width: 100%;
}
#policies .side .card .ulclass {
    padding-left: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 0;
}
#policies .side .card .ulclass li {
    font-size: 14px;
    line-height: 43px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #e9e9e9;
    margin-top: 1px;
    color: #222;
}
#policies .side .card i {
    position: absolute;
    color: #fff;
    font-size: 30px;
    top: -30px;
    left: 43%;
    background-color: #daa520;
    border-radius: 50%;
    padding: 10px;
}
#blogs .banner-style {
    background-image: url(../images/policies-banner.jpg);
    height: 35vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
#blogs .banner-style h1 {
    font-size: 37px;
    line-height: 1.3em;
    font-weight: 500;
    color: #202b35;
}
#blogs .banner-style p {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 400;
    color: #daa520;
}
#blogs .whole h2 {
    font-size: 37px;
    line-height: 1.3em;
    font-weight: 500;
    color: #222;
}
#blogs .whole h2:hover {
    color: #daa520;
}
#blogs .whole .card {
    border-radius: 0;
    text-align: center;
    border: 1px solid #e9e9e9;
    padding: 10px;
}
#blogs .whole h6 {
    font-size: 28px;
    line-height: 34px;
    color: #daa520;
}
#blogs .whole span {
    line-height: 20px;
    color: #6a6a6a;
    font-size: 13px;
}
#blogs .whole .btn {
    color: #fff;
    background-color: #202b35;
    font-weight: 500;
    font-size: 11px;
    padding: 13px 16px;
    border-radius: 0;
}
#blogs .whole p {
    line-height: 24px;
    font-size: 15px;
    color: #6a6a6a;
}
#blogs .whole {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 50px;
    margin-bottom: 30px;
}
#blogs .details .contact-btn {
    color: #fff;
    background-color: #202b35;
    font-weight: 500;
    font-size: 11px;
    padding: 13px 16px;
    border-radius: 0;
}
#blogs .details .card .body1 {
    background-color: #202b35;
    border-bottom: 3px solid #daa520;
    text-align: center;
    padding: 25px;
}
#blogs .details .card .body1 h2 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}
#blogs .details .card .body1 p {
    color: #fff;
    font-family: Roboto, serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
#blogs .details .card .body2 {
    background-color: #f2f2f2;
    text-align: center;
    padding: 25px;
}
#blogs .details .card .body2 .btn {
    color: #fff;
    background-color: #202b35;
    font-weight: 500;
    font-size: 11px;
    padding: 13px 16px;
    border-radius: 0;
}
#blogs .details .card .body2 input, textarea {
    border: 0;
    margin-bottom: 10px;
    width: 100%;
}
#blogs .details .card i {
    position: absolute;
    color: #fff;
    font-size: 30px;
    top: -30px;
    left: 100px;
    background-color: #daa520;
    border-radius: 50%;
    padding: 10px;
}
#blogs .details h5 {
    font-size: 16px;
    font-size: 20px;
    font-weight: 500;
}
#blogs .recent-post p {
    color: #6a6a6a;
    font-size: 13px;
}
#blogs .tags .tags-butn {
    border: 1px solid #e9e9e9;
    border-radius: 0;
    color: #6a6a6a !important;
    margin: 5px;
    font-size: 13px;
}
#blogs .tags .tags-butn:hover {
    color: #fff !important;
    background-color: #daa520;
}
.comments h5 {
    font-size: 15px;
    color: #daa520;
    text-transform: capitalize;
    margin-bottom: 0;
}
.com-detail {
    width: 100%;
    margin-bottom: 15px;
    padding: 19px 20px;
    border: 1px solid #e8e8e8;
    font-size: 13px;
    border-bottom: 1px solid #daa520;
    background-color: #fff;
    color: #727578;
}
.leave-comments textarea, input {
    width: 100%;
    margin-bottom: 15px;
    padding: 19px 20px;
    border: 1px solid #e8e8e8;
    font-size: 13px;
    background-color: #f2f2f2;
    color: #727578;
}
.uk-navbar-nav > li > a {
    color: #000;
    text-transform: uppercase;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color;
}
.footer {
    display: block;
    background-color: #fff;
    background-position: center center;
    border-top: 1px solid #ddd;
}
.footer .footer-first li span {
    font-size: 13px;
    color: #fff;
}
.footer .footer-first .nav-item {
    text-align: center;
}
.footer p {
    font-size: 14px;
    line-height: 20px;
    color: #bcbcbc;
}
.footer ul {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
}
.footer-first {
    text-align: center;
}
.footer-line {
    border-right: 1px solid #e8e8e8;
    border-right-color: rgba(255, 255, 255, .1);
}
.footer-second li a {
    font-size: 13px;
    line-height: 20px;
    color: #bcbcbc;
}
.footer-second li span {
    color: #202b35;
    font-size: 16px;
    font-weight: 700;
}
.font-regular {
    font-weight: 300;
}
.font-medium {
    font-weight: 500;
}
.font-bold {
    font-weight: 700;
}
.font-bolder {
    font-weight: 900;
}
.footer-second li a:hover {
    color: #202b35;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer-second li {
    margin-bottom: 8px;
}
.footer1 {
    background-color: #202b35;
}
.footer1 ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.font-blue {
    color: #202b35 !important;
}
.footer1 li, a {
    color: #fff;
}
.footer1 a:hover {
    color: #daa520;
}
.footer1 li {
    padding-right: 13px;
}
.footer1 .align {
    text-align: right;
}
.footer-links-social {
    display: flex;
}
.footer-links-social li {
    padding-right: 12px;
    font-size: 13px;
}
.footer-links-social li a {
    color: #000;
}
.footer-links-social li a:hover {
    color: #daa520;
}
.footer-second hr {
    border: 0;
    border-top: 2px solid #e0e0e0;
    clear: both;
    width: 35px;
    margin: 0 0 0;
}
.footer-second p {
    margin-top: 13px;
    margin-bottom: 0;
}
.footer-links-social li i {
    font-size: 16px;
    color: #000;
    padding-right: 30px;
}
.footer-links-social li i:nth-last-child() {
    padding-right: 0;
}
.footer-links-social li i:hover {
    color: #202b35;
}
.header-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    widows: 100%;
}
.header-img1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    widows: 100%;
    min-height: 266px;
}
.header-img2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    widows: 100%;
    min-height: 266px;
}
.header-img3 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    widows: 100%;
    min-height: 266px;
}
.header-img4 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    widows: 100%;
    min-height: 266px;
}
.header-img5 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    widows: 100%;
    min-height: 266px;
}
.lined-footer {
    border-top: 1px solid #ddd;
}
.log-btn {
    background-color: #202b35;
    color: #fff;
}
.log-btn:hover {
    background-color: #202b35;
    color: #fff;
}
.admin-modal .admin-btn {
    font-size: 13px;
    line-height: 20px;
    color: #bcbcbc;
    padding: 0;
}
.admin-modal .modal-body {
    padding: 0;
    height: 399px;
    overflow: hidden;
}
.admin-modal .modal-dialog {
    max-width: 50%;
}
.admin-modal .admin-txt {
    padding: 20px 0;
    color: #202b35;
    font-weight: 300;
    font-size: 30px;
    text-align: center;
}
.admin-modal .modal-footer {
    display: block;
    text-align: center;
}
#mdl-foot a {
    color: #202b35;
    font-size: 20px;
    font-weight: 300;
}
.dismiss {
    position: absolute;
    top: 0;
    right: 15px;
    color: #fff;
    border-radius: 0;
    background-color: red;
}
.acculegal {
    position: absolute;
    top: 45%;
    left: 25%;
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
}
.accu {
    font-size: 85px !important;
    text-transform: capitalize;
}
.map-frame iframe {
    width: 100%;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #4a484b url(../images/preloader.gif) center center no-repeat;
    z-index: 999;
}
.all-heading-same h1, h2, h3 {
    color: #202b35;
    font-size: 34px;
    display: block;
    margin-bottom: 15px;
}
.all-heading-same p {
    margin-bottom: 5px;
}
.what-client-say .card {
    background: 0 0;
    border: 0;
}
.what-client-say .card img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}
.what-client-say .card h2 {
    color: #ea830e;
    font-size: 1em;
    margin: 15px 0;
    animation: ease-in-out forwards;
    text-align: center;
}
.what-client-say .card p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #6a6a6a;
    width: 80%;
    margin: auto;
    animation: ease-in-out forwards;
    text-align: center;
}
.what-client-say .owl-dots .owl-dot span {
    background: #ea830e;
    border-color: #ea830e;
}
.hover:hover {
    background-color: #ddac36 !important;
}
.login-box {
    margin: 70px;
    padding-right: 40px;
}
.g-recaptcha {
    width: 203px !important;
    overflow: hidden;
}
.recaptcha {
    width: 100% !important;
    overflow: hidden;
}
.tough .card .car {
    min-height: 288px;
}
.footer p {
    color: #000;
}
.footer-second li a {
    font-size: 14px;
    color: #000;
}
.admin-modal .admin-btn {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    padding: 0;
}
.footer-second hr {
    width: 30%;
}
.header-img4 {
    min-width: 214px;
}
.cent {
    margin: 0 149px;
}
.all-heading-same h1, h2, h3 {
    margin-bottom: 0.5rem;
}
#blogs .details .card .body2 input, textarea {
    padding-left: 10px;
}
.contact1 i {
    font-size: Roboto, serif;
    color: #000;
}
textarea.form-control {
    border-radius: 0;
    border: 1px solid #ddd;
}
input.form-control {
    border-radius: 0;
}
#blogs h3 {
    font-size: 1.3rem !important;
}
.pagination .page-item > a {
    color: #202b35 !important;
    display: block;
    padding: 0.5rem 0.75rem;
}
.page-link {
    padding: 0;
}
.pagination .page-item > a {
    color: #202b35 !important;
    display: block;
    padding: 0.5rem 0.75rem;
}
.pagination .page-item.active {
    background-color: #202b35;
    color: #fff !important;
}
.pagination .page-item.active a {
    color: #fff !important;
}
.grid figure {
    height: 200px;
}
.border-radius-0 {
    background-color: #202b35;
    border-radius: 0;
    border: 0 !important;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0.5rem;
    -webkit-box-shadow: 0 40px 38px -27px #000;
    -moz-box-shadow: 0 40px 38px -27px rgba(0, 0, 0, .1);
    box-shadow: 0 40px 38px -27px #000 12;
}
.nav2 .navbar-full li.nav-item a:hover {
    color: #202b35 !important;
}
#testimonial img {
    position: absolute;
    top: 0;
    left: 45%;
}
.what-client-say .card {
    border: 0;
    overflow: visible;
    text-align: left;
    padding-top: 50px;
}
.what-client-say .card p {
    min-height: 108px;
}
button.btn.btn-gold {
    color: #fff;
    background-color: #dfa707 !important;
    font-weight: 500 !important;
    font-size: 25px !important;
    padding: 5px !important;
    width: 100%;
}
.testimonial-card {
    border: 1px solid #b6b6b6;
    min-height: 180px;
    border-radius: 0.25rem;
    overflow: hidden;
}
i.fab.fa-whatsapp.pr-1 {
    font-size: 20px;
}
#list-example .list-group-item {
    padding: 20px !important;
    margin: 4px;
    font-weight: 300 !important;
    background-color: #fff !important;
    color: #000 !important;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    box-shadow: 0 40px 38px -27px #000 12;
    -webkit-box-shadow: 0 40px 38px -27px #000;
    -moz-box-shadow: 0 40px 38px -27px rgba(0, 0, 0, .1);
    border: 1px solid #ddd 5c;
    border-radius: 5px;
}
.text-gold {
    color: #dfa707 !important;
}
#payment_form input {
    padding: 25px 15px;
}
.scrollspy-example ul {
    padding-left: 20px !important;
}
@media (max-width: 767px) {
    .x-scroll {
        flex-wrap: nowrap;
        overflow-x: scroll;
   }
    #testimonial img {
        left: 36%;
   }
   .banner_space{
    transform:translate3d(7px, -105px, 38px) !important;
  }
  .service_space{
      margin-bottom: 39px;
  }
  .service-pricing{
      margin-top: -214px;
  }
  .client_space{
      margin-bottom: 53px;
      margin-top: -30px;
  }
  .banner_top{
    margin-top: -71px;
}
  .space_one{
      margin-left: 9px;
      margin-bottom: 5px;
  }
  .faq_page{
      margin-top: 22px !important;
  }
  .faq_one{
    margin-top: -43px;
    margin-bottom: -38px;
  }
  .contact1{
      margin-bottom: -13px !important;
  }
  .footer_one{
    margin-bottom: -6px !important;
    margin-top: 21px !important;
  }
  .footer_two{
    margin-bottom: 15px !important;
    margin-top: -7px !important;
    margin-left: 8px !important;
  }
  .blog_space{
      margin-bottom: 8px;
  }
  .head_space{
      margin-top: 1px;
  }
  .head_row{
      margin-top: 13px;
  }
  .post_space{
    margin-bottom: 13px !important;
    margin-top: 49px !important;
  }
  #company-history .banner-style{
    height: 22vh !important;
    width: 69vh !important;
    background-position: right !important
  }
  #blogs .banner-style{
    height: 22vh !important;
    width: 69vh !important;
    background-position: right !important
  }
  .blog_img{
    margin-top: 0px !important;
    margin-bottom: 10px !important;
  }
  .blog_h5{
      margin-top: 32px !important;
  }
  .blog_p{
      margin-top: 16px;
  }
  .blog_pagination{
      margin-right: -4px;
  }
  .contact_one{
      margin-bottom: -9px;
      margin-top: -7px !important;
  }
  .space_two{
    margin-top: 5px !important;
    margin-bottom: -56px !important;
  }
  .side_space{
      margin-top: -37px;
      margin-bottom: -22px;
  }
  .space_three{
      margin-top: -25px;
  }
  .space_five{
      margin-bottom: 22px !important;
  }
  .footer{
      margin-top: -50px;
  }
  #company-history .company-history-banner1{
      height: 79vh;
  }
  .space_six{
      margin-top: -21px;
  }

  .mkd-section-inner-margin{
      margin-left: 13px !important;
  }

}
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a.uk-open, .uk-navbar-nav > li > a:focus {
    color: #dfa707 !important;
    outline: 0;
}
.uk-navbar-dropdown-nav > li > a:focus, .uk-navbar-dropdown-nav > li > a:hover {
    color: #202b35 !important;
}
.uk-navbar-nav > li > a:active {
    color: #dfa707 !important;
}
.uk-navbar-dropdown {
    display: none;
    position: absolute;
    z-index: 1020;
    box-sizing: border-box;
    top: 65px !important;
    border: 1px solid #ddd;
    padding: 18px;
    background: #fff;
    color: #666;
    box-shadow: 0 40px 38px -27px #000 12;
}
.scrollspy-example img {
    width: 100%;
}
.navbar-nav .dropdown-menu {
    margin: 0;
}
#searchquery {
    border-radius: 30px !important;
    padding-left: 15px;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    -ms-border-radius: 30px !important;
    -o-border-radius: 30px !important;
}
input#searchquery:focus {
    box-shadow: none;
}
.search-box .input-group-text {
    border-radius: 0 30px 30px 0 !important;
}
#searchquery .form-control:focus {
    outline: 0 !important;
    border-color: initial;
    box-shadow: none;
    border-radius: 30px;
}
.row.mt-md-5 {
    position: relative;
}
form.col-5.mx-auto.d-block {
    position: absolute;
    top: 340px;
    left: 29%;
    right: auto;
    z-index: 99;
}
@media only screen and (max-width: 768px) {
    .slide-top .item .cover {
        height: 56%;
   }
    .header-content {
        padding-top: 150px;
   }
    form.col-5.mx-auto.d-block {
        position: absolute;
        top: 268px;
        left: 2%;
        right: auto;
        z-index: 999;
   }
}
p {
    font-size: 14px;
    font-family: Roboto, serif;
    letter-spacing: normal;
}
.reason-para {
    font-size: 16px;
    font-weight: 500;
}
.css-ka72tb {
    text-align: left;
    min-height: 240px;
    box-shadow: #f2f2f2 0 2px 10px 0;
    background-color: #fff;
    border-radius: 4px;
    padding: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: #f2f2f2;
    border-image: initial;
}
.css-ka72tb .logo {
    width: 45px;
    height: 45px;
}
.feedback_card_div p {
    min-height: 50px;
}
.cp-btn-flat.cp-slide-edit-btn {
    font-family: Roboto, serif;
    font-size: 14px;
    border-radius: 0;
    border-width: 0;
    border-color: #ffc726;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: #ffc726;
}
.cp-btn-flat.cp-slide-edit-btn {
    background: #dfa707 !important;
    color: #fff;
}
.limit-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cp-toggle-container {
    padding: 0;
    max-width: 100%;
    z-index: 9999;
    margin: 0 auto;
    position: fixed;
}
.cp-toggle-container.slidein-center-right {
    top: 50%;
    right: 0;
    left: auto;
    bottom: auto;
    -webkit-transform: rotate(-90deg) translateY(-50%) translateX(50%);
    -moz-transform: rotate(-90deg) translateY(-50%) translateX(50%);
    -ms-transform: rotate(-90deg) translateY(-50%) translateX(50%);
    -o-transform: rotate(-90deg) translateY(-50%) translateX(50%);
    transform: rotate(-90deg) translateY(-50%) translateX(50%);
    transform-origin: right;
}
.modal.left .modal-dialog, .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 360px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.modal.left .modal-content, .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}
.modal.left .modal-body, .modal.right .modal-body {
    padding: 15px 15px 80px;
}
.modal.right.fade .modal-dialog {
    right: 1px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.in .modal-dialog {
    right: 0;
}
.modal {
    z-index: 9999;
}
div#myModal2 .modal-header {
    background-color: #202b35;
    border-bottom: 3px solid #daa520;
    text-align: center;
    padding: 25px;
    color: #fff f;
}
div#myModal2 .modal-body {
    background-color: #f2f2f2;
    text-align: center;
    padding: 25px;
}
button:focus {
    outline: 0;
}
.navbar-full .dropdown-menu {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
}
.navbar-full .dropdown, .navbar-full .navbar-nav .nav-item.dropdown {
    position: static !important;
}
.navbar-before .navbar-nav .dropdown-menu:before {
    content: "";
    background: red;
    display: block;
    width: 100%;
    height: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
}
.dropdown-menu .row {
    min-height: 248px;
}
.payment-method-icon img {
    height: 38px;
    margin-top: 12px !important;
}
.textwidget .mkd-btn.mkd-btn-solid {
    background-color: #28a745 !important;
    color: #fff;
}
.mkd-btn {
    overflow: hidden;
    outline: 0;
    font-weight: 500;
    padding: 0;
    font-size: 11px;
    line-height: 1.6em;
    border-radius: 2px;
    white-space: nowrap;
    -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
    transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mkd-btn.mkd-btn-medium .mkd-btn-text {
    padding: 8px 8px 8px 12px;
    font-weight: 500;
}
.mkd-btn.mkd-btn-icon .mkd-btn-icon-holder {
    overflow: hidden;
}
.mkd-btn, .mkd-btn .mkd-btn-icon-holder, .mkd-btn .mkd-btn-text, .mkd-btn.mkd-btn-icon .mkd-btn-icon-holder {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.mkd-btn .mkd-btn-icon-holder {
    width: 23px;
    text-align: center;
    font-size: 1.25em;
    height: 1.25em;
    line-height: 1.25em;
}
.mkd-btn .mkd-btn-icon-holder, .mkd-btn .mkd-btn-text {
    z-index: 22;
}
.nav2 .navbar-brand {
    width: 13%;
}
.nav2.scrolled .navbar-brand {
    width: 13%;
}
.navbar-brand {
    padding-top: 1.4rem;
    padding-right: 3rem;
    padding-left: 1rem;
}
.mkd-btn-text i.fab.fa-whatsapp.pr-1 {
    font-size: 12px;
}
.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}
.last_toggle_el_margin, .wpb_button, .wpb_content_element, .wpb_row, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0 !important;
}
.mkd-content-aligment-left {
    text-align: left;
}
.mkd-section {
    position: relative;
    background-repeat: no-repeat;
    z-index: 100;
}
.vc_custom_1449058472937 {
    padding-top: 90px !important;
    padding-bottom: 50px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.vc_row:after, .vc_row:before {
    content: " ";
    display: table;
}
.mkd-section .mkd-mobile-video-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.mkd-section .mkd-video-overlay.mkd-video-overlay-active {
    background-image: url(/wp-content/themes/libero/assets/css/img/pixel-video.png);
    background-position: 0 0;
    background-repeat: repeat;
    opacity: 1;
}
.mkd-section .mkd-video-overlay {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11;
}
.mkd-section .mkd-video-wrap {
    opacity: 0;
    top: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 10;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.mkd-grid-section .mkd-section-inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 20;
}
.mejs-offscreen {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
}
.mkd-section .mkd-video-wrap .mejs-container {
    background-color: transparent !important;
    background-image: none !important;
    height: auto !important;
}
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: #222;
}
.mejs-container {
    clear: both;
    max-width: 100%;
}
.mejs-container, .mejs-container * {
    box-sizing: border-box;
}
.mejs-container {
    background: #000;
    font-family: inherit;
    position: relative;
    text-align: left;
    text-indent: 0;
    vertical-align: top;
}
.mejs-container * {
    font-family: inherit;
}
.mejs-container, .mejs-container * {
    box-sizing: border-box;
}
.mkd-section .mkd-video-wrap .mejs-mediaelement {
    background: 0 0 !important;
    border: 0 !important;
}
.mejs-container * {
    font-family: inherit;
}
.mejs-mediaelement {
    height: 100%;
    width: 100%;
    z-index: 0;
}
.mejs-background, .mejs-mediaelement {
    left: 0;
    position: absolute;
    top: 0;
}
.mejs-container, .mejs-container * {
    box-sizing: border-box;
}
.mejs-container * {
    font-family: inherit;
}
.mejs-container, .mejs-container * {
    box-sizing: border-box;
}
.mkd-section .mkd-video-wrap .mejs-container .mejs-controls {
    display: none !important;
}
.mejs-container .mejs-inner .mejs-controls {
    height: 60px;
    background-color: #f7f7f7;
}
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: #222;
}
.mejs-controls:not([style*="display: none"]) {
    background: rgba(255, 0, 0, .7);
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .35));
    background: linear-gradient(transparent, rgba(0, 0, 0, .35));
}
.mejs-container * {
    font-family: inherit;
}
.mejs-controls {
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    z-index: 3;
}
.mejs-container, .mejs-container * {
    box-sizing: border-box;
}
.mkd-grid-section .mkd-section-inner {
    margin: 0 auto;
    position: relative;
    z-index: 20;
}
.mkd-section-inner-margin {
    margin-left: -15px;
    margin-right: -15px;
}
.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 1200px) {
    .vc_col-lg-6 {
        width: 50%;
   }
}
@media (min-width: 1200px) {
    .vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9 {
        float: left;
   }
}
.vc_column_container > .vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.mkd-elements-holder {
    width: 100%;
    display: table;
    table-layout: fixed;
}
.mkd-elements-holder .mkd-elements-holder-item.mkd-horizontal-alignment-left {
    text-align: left;
}
.mkd-elements-holder .mkd-elements-holder-item {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    background-size: cover;
}
.mkd-elements-holder .mkd-elements-holder-item .mkd-elements-holder-item-inner {
    width: 100%;
}
.mkd-elements-holder .mkd-elements-holder-item .wpb_content_element, .mkd-portfolio-single-holder .mkd-related-projects .mkd-portfolio-list-holder article.mix {
    margin: 0;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 35px;
}
.last_toggle_el_margin, .wpb_button, .wpb_content_element, .wpb_row, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0 !important;
}
#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {
    margin-bottom: 0;
}
.mkd-btn.mkd-btn-solid {
    background-color: #cf9455 !important;
    color: #fff;
}
.mkd-social-share-holder ul {
    list-style: none;
    display: inline-block;
}
.mkd-social-share-holder.mkd-list li {
    display: inline-block;
    margin-right: 12px;
    padding-right: 10px;
    padding-top: 3px;
    border-right: 1px solid #dadada;
}
.mkd-content li {
    line-height: 30px;
}
.mkd-social-share-holder.mkd-list li a {
    display: inline-block;
    vertical-align: top;
}
.mkd-social-share-holder.mkd-list li .mkd-social-network-icon {
    display: block;
    text-align: center;
    font-size: 23px;
    margin-bottom: 8px;
    -webkit-transition: color 0.15s ease-out;
    transition: color 0.15s ease-out;
}
.mkd-social-share-holder.mkd-list li .mkd-social-network-text {
    display: block;
    font-size: 13px;
    line-height: 15px;
    color: #6a6a6a;
    text-transform: capitalize;
}
.mkd-elements-holder {
    width: 100%;
    display: table;
    table-layout: fixed;
}
.mkd-elements-holder .mkd-elements-holder-item.mkd-horizontal-alignment-left {
    text-align: left;
}
.mkd-elements-holder .mkd-elements-holder-item {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    background-size: cover;
}
.mkd-elements-holder .mkd-elements-holder-item .mkd-elements-holder-item-inner {
    width: 100%;
}
.mkd-separator-holder.mkd-separator-center {
    text-align: center;
}
.mkd-separator-holder {
    position: relative;
    height: 1px;
    margin: 10px 0;
    font-size: 0;
}
.mkd-blog-list-holder {
    display: inline-block;
    width: 100%;
}
.mkd-blog-list-holder > ul {
    list-style: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.mkd-blog-list-holder.mkd-minimal li {
    margin-bottom: 5px;
}
.mkd-blog-list-holder > ul > li {
    display: block;
    position: relative;
}
.mkd-content li {
    line-height: 30px;
}
.mkd-blog-list-holder.mkd-minimal .mkd-blog-list-item-inner {
    position: relative;
    padding-left: 30px;
}
.mkd-blog-list-holder.mkd-minimal .mkd-blog-list-item-inner .mkd-item-date-holder {
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    text-align: center;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mkd-blog-list-holder.mkd-minimal .mkd-blog-list-item-inner .mkd-item-text-holder {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    padding: 20px 50px;
    -webkit-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
    position: relative;
}
.mkd-blog-list-holder .mkd-item-text-holder {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
}
.mkd-blog-list-holder.mkd-minimal .mkd-blog-list-item-inner .mkd-item-date-holder .mkd-post-info-date-day {
    display: block;
    background-color: #dfa70a;
    color: #fff;
    font-size: 25px;
    line-height: 50px;
    font-weight: 500;
}
.mkd-blog-list-holder.mkd-minimal .mkd-blog-list-item-inner .mkd-item-date-holder .mkd-post-info-date-month {
    display: block;
    background-color: #c18f59;
    color: #fff;
    font-family: inherit;
    font-size: 21px;
    line-height: 32px;
}
.mkd-blog-list-holder.mkd-minimal .mkd-blog-list-item-inner .mkd-item-text-holder .mkd-item-minimal-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.mkd-blog-list-holder.mkd-minimal .mkd-item-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    text-transform: capitalize;
}
.mkd-blog-list-holder.mkd-minimal .mkd-item-title a {
    color: #222;
}
.mkd-blog-list-holder.mkd-minimal .mkd-item-minimal-info {
    line-height: 15px;
}
.mkd-blog-list-holder.mkd-minimal .mkd-item-minimal-info > div:last-child {
    padding-right: 0;
}
.mkd-blog-list-holder.mkd-minimal .mkd-item-minimal-info > div {
    display: inline-block;
    position: relative;
    padding-right: 24px;
}
.mkd-blog-list-holder.mkd-minimal .mkd-item-minimal-info > div .mkd-post-info-icon {
    padding-right: 5px;
}
.mkd-blog-list-holder.mkd-minimal .mkd-blog-list-item-inner .mkd-post-info-icon {
    color: #c18f59;
    font-size: 15px;
}
.mkd-post-info-category a {
    color: #daa520;
}
.w-custom {
    width: 215px !important;
    text-align: center;
}
.slide-top .item img.slider {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}
.text-new {
    color: #202b35 !important;
}
a.btn.btn-outline-dark.w-custom.text-center {
    padding: 4px;
    margin-top: 9px;
}
.service-pricing {
    background-color: #faedcd;
    padding: 30px 15px;
    display: block;
}
.service-box {
    background: #fff;
    border: 1px solid #e5e7eb;
    -webkit-box-shadow: 0 40px 38px -27px #000;
    -moz-box-shadow: 0 40px 38px -27px rgba(0, 0, 0, .1);
    box-shadow: 0 40px 38px -27px #000 12;
    border-radius: 5px;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #fff;
    border-bottom: 1px solid #ececec;
}
.text-blue {
    color: #202b35;
}
.service-pricing h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    color: #000;
}
.justify-content-center {
    justify-content: center !important;
}
.price-card {
    position: relative;
    margin: 15px 0;
    background-color: #fff;
    padding: 30px;
    text-align: center;
    min-height: 500px;
    border-radius: 3px;
}
.price-card .newcardtxt {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    background: #daa520;
    padding: 0 27px;
    top: 10px;
    left: -20px;
}
.price-card .hline {
    width: 100%;
    height: 2px;
    background: #fbfbfb;
    margin: 10px 0 20px;
}
.price-card .price-group {
    background-color: #ffecdb;
    border: 1px solid #fcd9b9;
    padding: 15px;
    border-radius: 5px;
}
.price-card h1, .price-card h2, .price-card h3, .price-card h4, .price-card h5, .price-card h6, .price-card p {
    margin: 0;
}
.price-card h4 {
    font-size: 16px;
}
.price-card h2 {
    font-size: 50px;
}
.service-pricing h2 {
    text-align: center;
    font-size: 28px;
}
.price-card p {
    color: #000;
}
.price-card a {
    position: absolute;
    bottom: 15px;
    text-align: center;
    width: 100%;
    left: 0;
    color: #2e5aea;
}
#pills-tab .nav-item .nav-link {
    color: #000;
}
#pills-tab .nav-item .nav-link.active {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 7px solid #202b35;
}
.x-scroll2 {
    flex-wrap: nowrap;
    overflow-x: scroll;
}
@media (min-width: 1200px) {
    .container-lg, .container-md, .container-sm, .container-xl, .nav2 .container {
        max-width: 1331px;
   }
}
.nav2 ul li {
    line-height: 36px;
}
.search-form-wrapper {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px 15px;
    z-index: 9;
}
.search-form-wrapper.open {
    display: block;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    border-left: 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}
.search.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
#searchquery {
    
}
.bg-gold {
    background-color: #daa520 !important;
}
#livesearch li.list-group-item:hover {
    background-color: #ececec;
}
#livesearch li.list-group-item:hover a {
    color: #fff;
}
a:hover {
    color: #202b35;
}
.mkd-icon-shortcode.circle .mkd-background, .mkd-icon-shortcode.square .mkd-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    box-sizing: border-box;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.15s ease, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: transform 0.15s ease, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.mkd-grid-section .mkd-section-inner {
    margin: 0 auto;
    position: relative;
    z-index: 20;
    overflow: hidden;
}
.mkd-service-table.mkd-service-has-icon {
    margin-top: 30px;
}
.mkd-service-table {
    position: relative;
    text-align: center;
}
.mkd-service-table .mkd-service-table-icon {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.mkd-icon-shortcode.circle, .mkd-icon-shortcode.circle .mkd-background {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.mkd-icon-shortcode.circle, .mkd-icon-shortcode.square {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.mkd-icon-small {
    font-size: 1.9em;
}
.mkd-icon-shortcode {
    display: inline-block;
}
.mkd-counter-holder .mkd-counter-number-holder > span, .mkd-icon-shortcode {
    vertical-align: middle;
}
.mkd-icon-shortcode.circle .mkd-icon-element, .mkd-icon-shortcode.square .mkd-icon-element {
    color: #fff;
    line-height: inherit;
    position: relative;
    z-index: 1;
}
.mkd-icon-shortcode .mkd-icon-element {
    -webkit-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
    vertical-align: text-bottom;
}
.mkd-icon-shortcode.circle, .mkd-icon-shortcode.circle .mkd-background {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.mkd-icon-shortcode.circle .mkd-background, .mkd-icon-shortcode.square .mkd-background {
    background-color: #c18f59;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    box-sizing: border-box;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.15s ease, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: transform 0.15s ease, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.mkd-service-table .mkd-service-titles-holder {
    padding: 34px 10px 20px;
    background-color: #202b35;
}
.mkd-service-table .mkd-service-titles-holder h4 {
    line-height: 22px;
    color: #fff;
}
.mkd-service-table .mkd-service-titles-holder h5 {
    line-height: 26px;
    color: #fff;
}
.mkd-service-table .mkd-service-table-content ul {
    list-style-type: none;
}
.mkd-service-table .mkd-service-table-content li {
    background-color: #f1f1f1;
    margin-top: 1px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 10px;
    height: 43px;
    line-height: 43px;
    border-bottom: 1px solid #bebcbc;
}
.mkd-service-table .mkd-service-link {
    height: 58px;
    line-height: 58px;
    background-color: #202b35;
    margin-top: 2px;
    position: relative;
    overflow: hidden;
}
.mkd-service-table .mkd-service-link a {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 33;
    letter-spacing: 0;
}
.mkd-service-table .mkd-service-link span {
    position: relative;
    z-index: 44;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: underline;
}
.mkd-service-table .mkd-service-link .mkd-service-link-icon {
    font-size: 14px;
    margin-left: 5px;
    vertical-align: text-top;
    text-decoration: none;
}
.mkd-service-table .mkd-service-link span {
    position: relative;
    z-index: 44;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: underline;
}
.arrow_carrot-right_alt2:before {
    content: "\3d";
}
.mkd-service-table .mkd-service-table-content ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    min-height: 263px;
    background: #f1f1f1;
}
.mkd-testimonials .mkd-testimonial-image-holder {
    float: left;
    text-align: left;
    display: inline-block;
    box-sizing: border-box;
    max-width: 110px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}
.mkd-testimonials .mkd-testimonial-image-holder {
    float: left;
    text-align: left;
    display: inline-block;
    box-sizing: border-box;
    max-width: 110px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}
.mkd-testimonials .mkd-testimonial-content-inner {
    float: left;
    display: inline-block;
    position: relative;
    width: calc(100% - 164px);
    background-color: #fff;
    padding: 20px;
    margin-bottom: 5px;
    border: 1px solid #eaeaea;
}
.mkd-testimonials .mkd-testimonial-text-holder {
    position: relative;
    display: block;
}
.mkd-testimonials .mkd-testimonial-text-holder .mkd-testimonial-text-inner {
    display: block;
    text-align: center;
}
.mkd-testimonials .mkd-testimonial-text-holder .mkd-testimonial-text-inner {
    display: block;
    text-align: center;
}
.mkd-testimonials .mkd-testimonial-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding-left: 55px;
    text-align: left;
    -webkit-transform: translate3d(0, 0, 0);
}
.mkd-testimonials .mkd-testimonial-author {
    padding-left: 50px;
    text-align: left;
    padding-right: 20px;
    color: #c18f59;
}
.mkd-testimonials .mkd-testimonial-author p {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
}
.mkd-testimonials .mkd-testimonial-author-text {
    line-height: 1.1em;
    font-size: 17px;
    font-weight: 700;
    margin: 15px 0 0;
}
.mkd-testimonials .mkd-testimonial-author .mkd-testimonials-job {
    color: #000;
}
.mkd-blog-list-holder.mkd-image-in-box .mkd-item-text-holder .mkd-item-title, .mkd-testimonials .mkd-testimonial-author-text span {
    font-weight: 400;
}
.mkd-testimonials.owl-carousel .owl-pagination {
    text-align: right;
    margin-top: 6px;
}
.mkd-testimonials.owl-carousel .owl-pagination .owl-page {
    display: inline-block;
}
.mkd-testimonials.owl-carousel .owl-pagination .owl-page span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 3px;
    background-color: #fff;
    border: 2px solid #fff;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.mkd-testimonials.owl-carousel .owl-pagination .owl-page.active span {
    background-color: #c18f59;
}
.mkd-testimonials .owl-dots, .owl-theme .owl-nav {
    text-align: left;
}
.mkd-testimonials .mkd-testimonial-content-inner:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 37px;
    left: 2px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 12px solid #fff;
    z-index: 3;
    -webkit-transition: left 0.2s ease-out 0.95s;
    transition: left 0.2s ease-out 0.95s;
}
.mkd-testimonials .mkd-testimonial-content-inner .mkd-testimonial-quote {
    position: absolute;
    top: -15px;
    color: #dfdfdf;
    font-size: 33px;
}
@media only screen and (max-width: 480px) {
    .mkd-container-inner, .mkd-grid, .mkd-grid-section .mkd-section-inner {
        width: 300px;
   }
}
.mkd-grid-section .mkd-section-inner {
    margin: 0 auto;
    position: relative;
    z-index: 20;
}
@media only screen and (max-width: 600px) {
    .mkd-testimonials .mkd-testimonial-content-inner {
        float: none;
        margin-left: 0;
        margin-top: 10px;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
   }
}
.dropdown-menu {
    border: 0 !important;
}
.btn, .list-group-item, .ls-1 {
    letter-spacing: 0 !important;
}
.nav2 .navbar-nav a:hover {
    border-bottom: 3px solid #202b35;
}
.nav2 .navbar-nav a {
    letter-spacing: 0;
}
.nav1 {
    background: #202b35 !important;
    color: #fff !important;
}
.nav-logo {
    height: 50px;
}
.small-logo {
    height: 50px;
}
.nav2 .navbar-nav a:hover {
    font-weight: 600;
}
.mkd-icon-shortcode.circle .mkd-background, .mkd-icon-shortcode.square .mkd-background {
    background-color: #daa520;
}
.mkd-testimonials .mkd-testimonial-author {
    color: #daa520;
}
.mkd-blog-list-holder.mkd-minimal .mkd-blog-list-item-inner .mkd-item-date-holder .mkd-post-info-date-month {
    display: block;
    background-color: #ffc107;
}
.mkd-btn.mkd-btn-solid {
    background-color: #3e9eff !important;
    color: #fff;
}
#policies li, #policies p {
    font-size: 16px !important;
}
.b-r-0 {
    border-radius: 0;
    border: 0 !important;
}
.nav-item .nav-link {
    line-height: 20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.owl-carousel .owl-item img.wp-post-image {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin-right: 100px;
}
.mkd-testimonials .mkd-testimonial-image-holder {
    display: flex !important;
    align-items: center !important;
}
.nav2 ul li {
    line-height: 40px;
}
.dropdown-menu {
    opacity: 1;
    animation-name: example;
    top: 100%;
    animation-iteration-count: 1;
    animation-duration: 0.3s;
}
@keyframes example {
    0% {
        opacity: 0;
        top: 200%;
   }
    100% {
        opacity: 1;
        top: 100%;
   }
}
@keyframes animation-opacity {
    0% {
        opacity: 0;
   }
    100% {
        opacity: 1;
   }
}
.search-form-wrapper {
    animation-name: animation-opacity;
    animation-iteration-count: 1;
    animation-duration: 0.3s;
}
.slide-top .item .cover .header-content h1 {
    color: #fff;
}
.nav2 {
    animation-name: animation-opacity;
    animation-iteration-count: 1;
    animation-duration: 0.3s;
}
.body {
    letter-spacing: 0;
}
.mkd-service-table-content > ul > li > a {
    letter-spacing: 0;
}
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index: 999;
}
.uk-navbar-dropdown {
    width: 250px;
    text-transform: capitalize;
}
.uk-navbar-dropdown-width-2:not(.uk-navbar-dropdown-stack) {
    width: 500px;
}
.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
    font-family: Roboto, serif;
}
.cp-toggle-container.slidein-center-right {
    top: 68%;
}
#livesearch > li.list-group-item {
    border-radius: 0;
}
.mt-80 {
    margin-top: 80px;
}
.modal-header .close {
    opacity: 1;
}
.modal-title {
    color: #fff;
}
.homepage-slide {
    height: 70vh;
}
.img-circle {
    border-radius: 50%;
}
.uk-card {
    border-radius: 1rem;
    border-top: 1px solid #daa520;
    box-shadow: 0 -10px 0 #daa520;
}
@media (max-width: 767px) {
    .uk-card {
        margin: 1rem 0.7rem 1rem;
        max-width: 80vw;
   }
}
.uk-grid > * > :last-child {
    margin-bottom: 0;
    margin-top: 12px;
}
.uk-card-media-top {
    padding-top: 20px;
}
.bg-grey {
    background: #f8f8f8 !important;
}
.testimonial-footer {
    background: linear-gradient(90deg, #b76b0d 0, #daa520 100%);
    height: 120px;
    border-radius: 0 0 10px 10px;
    position: relative;
}
.testimonial-img {
    background-color: #f8f8f8;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 5px solid #fff;
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
}
.quote {
    font-size: 400%;
    float: right;
    opacity: 0.1;
    transform: rotate(10deg) translate(-10px, -40px);
    color: #4d3fa3;
}
.person {
    color: #fff !important;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -100%);
    font-size: 1.5rem !important;
    font-weight: 600;
}
.text {
    line-height: 1.7em;
    position: relative;
    font-size: 18px;
}
.br-20 {
    border-radius: 20px !important;
}
.slider-nav .slick-current {
    background: #f0f8ff;
    border: 1px solid #c9e5fb;
    -webkit-box-shadow: 0 40px 38px -27px #000;
    -moz-box-shadow: 0 40px 38px -27px rgba(0, 0, 0, .1);
    box-shadow: 0 40px 38px -27px #000 26;
    border-radius: 5px;
    margin-left: 5px;
    width: 95% !important;
    margin-bottom: 15px;
}
.testimonial-box {
    padding: 30px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 40px 38px -27px #000;
    -moz-box-shadow: 0 40px 38px -27px rgba(0, 0, 0, .1);
    box-shadow: 0 40px 38px -27px #000 26;
    border-radius: 5px;
}
.testimonial h3 {
    color: #000;
    font-weight: 600;
}
.slick-slide:focus {
    outline: 0;
}
.card-designation {
    color: #6c757d !important;
    margin-bottom: 0;
}
.rating {
    margin-bottom: 24px;
}
.w-40 {
    width: 40% !important;
}
.w-60 {
    width: 60% !important;
}
.list-group-item-action {
    letter-spacing: 0 !important;
    border: 0;
}
#policies strong {
    font-size: 1rem !important;
}
td p {
    margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
    #policies .banner-style {
        height: 100vh;
   }
}
@media (min-width: 576px) {
    .bg-sm-none {
        background-color: #fff 0 !important;
   }
}
.bd-toc-link {
    color: #000;
}
.nav.bd-sidenav a {
    color: #000;
}
.dropdown-item {
    text-transform: capitalize !important;
}
@media (min-width: 375px) {
    .slider-header, .slider-text {
        transform: translateX(90px) !important;
   }
}
@media (min-width: 576px) {
    .slider-header, .slider-text {
        transform: translateX(200px) !important;
   }
}
#livesearch {
    position: absolute;
    z-index: 9;
    width: 73.1%;
}
.uk-navbar-dropdown-nav > li > a {
    border-radius: 3px;
    -webkit-transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    transition: all 350ms ease-in-out 0s;
}
.uk-navbar-dropdown-nav > li > a:focus, .uk-navbar-dropdown-nav > li > a:hover {
    color: #202b35 !important;
    padding-left: 10px;
    background: #faedcd;
    -webkit-transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    transition: all 350ms ease-in-out 0s;
}
.footer-second > li > a {
    border-radius: 3px;
    padding: 2px;
    display: flex !important;
    align-items: center !important;
    -webkit-transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    transition: all 350ms ease-in-out 0s;
}
.footer-second > li > a:focus, .footer-second > li > a:hover {
    color: #202b35 !important;
    padding-left: 10px;
    background: #faedcd;
    -webkit-transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    transition: all 350ms ease-in-out 0s;
}
#policies > .ul-style > li {
    display: flex !important;
    align-items: center !important;
}
.uk-accordion-title {
    border-bottom: 1px solid #e8c04e;
}
.uk-accordion-title {
    border: 1px solid #e8c04e;
    padding: 5px 10px;
}
.uk-grid > * > :last-child {
    margin-bottom: 0;
    margin-top: 0;
}
.whatsAppButton {
    position: fixed;
    bottom: 25px;
    left: 25px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    border-radius: 30px;
    background: #4dc247 !important;
    color: #fff;
    z-index: 999;
}
.slider_banner{
    left: -89px;
}
.span_flex{
    display: flex;
    margin-bottom: 3px;
}
.span_flex a span:hover{
    -webkit-transform: translateX(6px) translate3d(0px, 0, 6px);
    transition: all 0.4s ease-out 0s;
}
.footer-links-social a:hover{
    color: #dfa707 ;
}
.space_two{
    margin-top: 19px;
    margin-bottom: -49px;
}
.space_four{
    margin-bottom: -17px;
}
.history h2{
    font-weight: bolder;
}
.font_span{
    font-weight: 600 
}
.menu_hover{
    color:white !important;
}
.team_one{
    margin-bottom: -54px;
}
.h4_space{
    margin-top: 24px;
}

  .faq_page{
      margin-top: 23px !important;
  }

  .client_space{
      margin-top: -48px;
}
.row_foot{
    align-items: end;
}
.footer_one{
    margin-bottom: 6px ;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}