/* font family */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alike&family=Heebo:wght@300;400;500;600;700&display=swap");
@import url("https://allfont.net/allfont.css?fonts=comic-sans-ms");

@font-face {
    font-family: segoeui;
    src: url(../fonts/SEGOEUI.TTF);
}

/* font family */

/* universal css starts here */
body {
    overflow-x: hidden;
}

* {
    font-family: "Poppins";
}

a:hover {
    text-decoration: none;
}

figure {
    margin: 0px;
}

a.btn {
    background: #dbb560;
    color: #fff !important;
    text-decoration: none;
}

/* Right Side Icons */
.right-icons ul.iconss {
    padding: 0;
    list-style: none;
    position: fixed;
    right: 0;
    top: 40%;
}
.right-icons ul.iconss li {
    background: #ffffff;
    padding: 10px 20px;
    transform: translateX(155px);
    transition: 0.6s;
    box-shadow: 0px 0px 8px #ccc;
}
.right-icons ul.iconss li a i {
    font-size: 25px;
    color: #dbb560;
    width: 50px;
}
.right-icons ul.iconss li a {
    color: #0a1d48;
    text-transform: uppercase;
    font-weight: 500;
}
.right-icons ul.iconss li a i.fa.fa-map-marker {
    margin-left: 4px;
}
.right-icons ul.iconss li a i.fa.fa-phone {
    margin-left: 4px;
}
.right-icons ul.iconss li:hover {
    transform: translateX(0);
}
.right-icons ul.iconss li a span {
    text-decoration: underline;
}
/* Right Side Icons */

/* universal css ends here */
/* font family starts here */
h2 {
    font-size: 39px;
    font-family: "Poppins";
    font-weight: 600;
    color: #000;
}

/* font family ends here */
/* Prelaoder */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #dbb560;
}

.main-header-menu .dropdown-item {
    display: flex;
    align-items: center;
}

.main-header-menu .dropdown-item .dropdown {
    margin-left: 11px;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #dbb560;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* header css starts here */

/* Sidebar Css Start Here */
.sidebar {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 9;
}
.sidebar ul.info {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sidebar ul.info li {
    margin: 0 0;
    transform: translateX(70%);
    transition: 0.6s;
}
.sidebar ul.info li:hover {
    transform: translateX(0);
}
.sidebar ul.info li a {
    background: #dbb560;
    display: block;
    width: 100%;
    padding: 12px 5px;
}
.sidebar ul.info li a i {
    font-size: 26px;
    color: #fff;
    width: 40px;
    text-align: center;
}
.sidebar ul.info li a span {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
}
/* Sidebar Css End Here */

/* secondary header css starts here */
header#header #logo {
    color: #000;
}
header#header #logo p {
    margin: 0;
    font-size: 14px;
    margin-left: 80px;
    margin-top: -15px;
    font-weight: 500;
}
header#header {
    background: #fff;
    position: relative;
    z-index: 9;
}
header#header .logo_box {
    position: relative;
}
header#header .logo_box p.tagline {
    margin: -5px 0 0 0;
    font-family: "poppins";
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
#secondary-header a#logo img {
    width: 290px;
}
.dropdown-menu.megamenu .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: -1px;
    width: auto;
    margin-top: 0px;
}

.dropdown-menu.megamenu .dropdown .dropdown-menu {
    display: none;
}

#secondary-header .header-call-to-action {
    padding-bottom: 10px;
}
.header-social-icons ul#social li.icon-list a i {
    background: transparent;
    color: #000;
    padding: 0;
}
.header-social-icons ul#social {
    justify-content: space-between;
}
ul#social {
    padding: 20px 0px;
    list-style: none;
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 0px !important;
}

ul#social a.icon-link {
    margin: 0px 7px;
    color: #000;
}

ul#action {
    padding: 0px;
    list-style-type: none;
    display: flex;
    align-items: flex-end;
    text-align: end;
    justify-content: end;
}

ul#action li {
    font-family: "poppins";
    font-weight: 600;
    font-size: 16px;
}

ul#action li a.phone {
    border: 2px solid #dbb560;
    padding: 3px 5px 2px 0px;
    color: #000;
    transition: 0.6s;
    text-decoration: none;
}

ul#action li a i {
    padding: 6px 20px;
    background: #dbb560;
    color: #fff;
    transition: 0.6s;
}

ul#action li:hover a i {
    background: #092a4b;
}

ul#action li.cta {
    margin: 0 20px 0 30px;
}
#secondary-header .header-call-to-action p {
    margin: 0 15px 0 0px;
}
ul#action li:hover a.phone {
    border-color: #092a4b;
}

ul#action li.cta span.number {
    padding: 0 35px;
}

#secondary-header ul#social a.icon-link i {
    font-size: 21px;
    transition: 0.6s;
}

#secondary-header ul#social a.icon-link:hover i {
    color: #dbb560;
    transform: translateY(-10px);
}

/* secondary header css ends here */
@media (max-width: 1100px) {
    ul#action li.cta span.number {
        padding: 0 32px;
    }
}

@media (max-width: 960px) {
    ul#action {
        justify-content: flex-start;
    }

    ul#action li.cta span.number {
        padding: 0 26px;
    }

    ul#action li.cta {
        margin: 0px;
    }
}

/* main header css starts here */
#main-header {
    background-color: #0a1d48;
    padding: 6px 0px;
}

#main-header .main-header-menu ul {
    padding: 0px;
    list-style: none;
    display: flex;
    margin: 0px;
}

#main-header .main-header-menu a {
    color: #fff;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 700;
    transition: 0.6s;
}

#main-header .main-header-menu li:hover a {
    color: #dbb560;
}

#header #main-header .dropdown-menu a {
    color: #000;
    font-weight: 400;
}

/* Estimate Css Start Here */
.america-map.frst-sec .estimate_box {
    background: #092a4b;
    height: 100%;
    padding: 30px 20px;
}
.america-map.frst-sec .estimate_box h4 {
    padding-bottom: 10px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
.america-map.frst-sec .estimate_box .form-group .form-control {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    font-family: "Poppins";
    height: 45px;
    padding: 0 10px;
}
.america-map.frst-sec .estimate_box .form-group .form-control option {
    color: #000;
}
.america-map.frst-sec .estimate_box .form-group .form-control::placeholder {
    color: #fff;
}
.america-map.frst-sec .estimate_box .button-group button.btn {
    width: 100%;
    border-radius: 0;
    color: #fff;
    background: #dbb560;
    font-weight: 600;
    font-family: "Poppins";
    padding: 10px 0;
    transition: 0.6s;
    cursor: pointer;
}
.america-map.frst-sec .estimate_box .button-group button.btn:hover {
    background: #0a1d48;
    box-shadow: 0px 0px 0px 1px #ccc;
}
/* Estimate Css End Here */

/* .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 7px;
} */
.meg {
    column-count: 4;
}

#header #main-header .dropdown-menu a {
    display: flex;
    align-items: baseline;
}

.headeractive {
    color: #dbb560 !important;
}

#header #main-header .dropdown-menu a img {
    margin-right: 10px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #dbb560 !important;
}

.cleanup-sidebar .form-group button {
    border: 0px;
}

.sidebar-services-list a {
    color: #001a1e;
    font-size: 17px !important;
    line-height: 29px;
    margin: 8px 0px;
    display: block;
}

.sm-menu {
    border-radius: 0px;
    border: 0px;
    top: 97%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}

.dropdown-item {
    color: #3c3c3c;
    font-size: 14px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2196f3;
}

.navbar-toggler {
    outline: none !important;
}

ul.off-canvas-nav a.dropdown-item {
    animation: none;
}

.navbar-tog {
    color: #1ebdc2;
}

.megamenu-li {
    position: static;
    cursor: pointer;
}

.megamenu {
    position: absolute;
    width: 138%;
    left: -19%;
    right: 0;
    padding: 15px;
    border: 1px solid #707070;
}

.megamenu h6 {
    margin-left: 21px;
}

.megamenu i {
    width: 20px;
}

#header #main-header .dropdown-menu a {
    color: #0a1c48;
    font-size: 18px;
    line-height: 13px;
    font-weight: 700;
}

.dropdown-menu.megamenu .dropdown .dropdown-menu a {
    font-size: 11px !important;
    margin: 0;
    padding: 0 10px;
}

#header #main-header .dropdown-menu a#california {
    padding: 0 !important;
    color: #0a1c48 !important;
}

@media (max-width: 1440px) {
    .megamenu {
        width: 119%;
        left: -10%;
    }
}

@media (max-width: 1366px) {
    .megamenu {
        width: 118%;
        left: -9%;
    }
}

@media (max-width: 1280px) {
    .megamenu {
        width: 100%;
        left: 0px;
    }
}

/* main header css ends here */
/* off canvas header css starts here */

.overlay {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1c1d21;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
}

header .mobile-header {
    width: 30%;
    height: 100%;
    position: fixed;
    background: #092a4b;
    top: 0;
    z-index: 1;
    right: 0;
    padding-top: 30px;
    transition: 0.7s;
    transform: translateX(100%);
    overflow: scroll;
}

header .mobile-header::-webkit-scrollbar {
    display: none;
}

header .mobile-header.show {
    transform: translateX(0%);
}

header .mobile-header ul.mobile-nav {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

header .mobile-header .cancel {
    background: #fff;
    width: 35px;
    text-align: center;
    height: 35px;
    line-height: 55px;
    margin: 0px 20px 20px auto;
}

header .mobile-header ul.mobile-nav li.nav-item {
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid #dddddd4a;
}

header .mobile-header ul.mobile-nav li.nav-item a {
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
}

.mobile-header li.card {
    background: #092a4b;
    padding: 0px !important;
    border: 0px !important;
}

.card-header {
    background: #092a4b;
    border-bottom-color: #475573;
}

.mobile-header li.card button.btn {
    padding: 0px;
    color: #fff;
    font-family: "Poppins";
    font-size: 14px;
}

.mobile-header .card-body a.dropdown-item {
    line-height: 34px;
}

.mobile-header .card-body a.dropdown-item img {
    filter: invert(1) brightness(100);
}

.mobile-header li.card .card-body {
    padding: 17px 0px;
}

.canvas-icon i {
    font-size: 26px;
    position: absolute;
    right: 0px;
    top: 35%;
}

.canvas-icon i {
    display: none;
}

.mobile-header li.card button.btn {
    padding: 0px;
    color: #fff;
    font-family: "Poppins";
    font-size: 14px;
    text-decoration: none;
}

.mobile-header .card-header button::after {
    content: "\f107";
    font-family: "FontAwesome";
    color: #fff;
    position: absolute;
    right: 5%;
    font-size: 22px;
}

#main-header .dropdown-menu a.headeractive {
    padding: 9px 24px;
}

header .mobile-header {
    width: 70%;
}

@media (max-width: 990px) {
    .canvas-icon i {
        display: block;
    }
}

@media (max-width: 480px) {
    .canvas-icon i {
        right: 5%;
    }

    header .mobile-header {
        width: 90%;
    }
}

/* .dropdown:hover .dropdown-menu {
  width: 150vh;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  transform: translate(-420px, 0px);
} */
.off-canvas-nav-container h2 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #aaaaaa;
    margin: 1.5em 0;
}

nav#navigation {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.off-canvas-nav {
    list-style: none;
    padding: 0;
}

.off-canvas-nav a {
    display: block;
    padding: 0.4em 0;
    font-size: 21px;
    font-weight: bold;
    font-family: "Poppins";
    text-decoration: none;
    color: #1f2b3d;
    transform: translateZ(0);
}

.off-canvas-nav .show > .dropdown-menu {
    display: block;
    width: 100%;
}

ul.off-canvas-nav .dropdown a.dropdown-item {
    font-size: 16px;
    padding: 10px;
    border-bottom: 1px solid #c7c7c7;
}

ul.off-canvas-nav .dropdown a.dropdown-item:last-child {
    border: 0px;
}

nav#navigation ul#social {
    justify-content: center;
}

.nav-open .off-canvas-nav a {
    animation: slide-in 0.4s 0.2s backwards;
}

.nav-open .off-canvas-nav li:nth-of-type(2) a {
    animation-delay: 0.3s;
}

.nav-open .off-canvas-nav li:nth-of-type(3) a {
    animation-delay: 0.4s;
}

.nav-open .off-canvas-nav li:nth-of-type(4) a {
    animation-delay: 0.5s;
}

.nav-open .off-canvas-nav li:nth-of-type(5) a {
    animation-delay: 0.6s;
}

a.nav-trigger {
    display: none;
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateX(80px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* off canvas css ends here */
/* responsive */
@media (max-width: 990px) {
    a.nav-trigger {
        display: block;
    }

    nav#navigation .header-social-icons {
        display: block;
    }

    .header-social-icons {
        display: none;
    }

    .header-call-to-action {
        display: none;
    }

    div#main-header {
        display: none;
    }

    header#header div#secondary-header .col-sm-7 {
        display: none;
    }

    div#secondary-header {
        padding: 30px 0px;
    }

    .content-wrapper {
        padding: 0 !important;
    }
}

@media (max-width: 575px) {
    ul#action {
        display: block;
    }

    ul#action li.cta {
        margin: 0 0 10px;
    }

    ul#action li.cta span.number {
        padding: 0 30px;
    }

    ul#action li {
        text-align: left;
    }
}

/* header css ends here */
/* breadcrumbs section css starts here */
.cleanup-sidebar input.form-control {
    border: 1px solid #efefef;
}

.cleanup-sidebar .form-group input::placeholder {
    color: #a3b0b2;
}

.cleanup-sidebar form {
    padding-top: 31px;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #001a1e;
    content: ">>";
}

.sidebar-services-list a {
    color: #003869 !important;
    font-size: 14px;
}

.bread-sec .breadcrumb {
    background: no-repeat;
}

.bread-sec li.breadcrumb-item a {
    color: #dbb560;
    font-weight: 400;
}

.bread-sec .breadcrumb-item.active {
    color: #001a1e;
}

/* breadcrumbs section css ends here */
/* banner slide starts here */
.banner {
    background-image: url(../img/banner1.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
}

.banner h1 {
    color: #4f4f4f;
    font-weight: 700;
    font-family: "Alike";
}

.banner h1 span {
    display: block;
    color: #dbb560;
    font-weight: 700;
    font-family: "Alike";
}

.banner h6 {
    font-size: 26px;
    color: #4f4f4f;
    line-height: 36px;
    font-weight: 400;
}

.banner-content a {
    text-decoration: underline;
    color: #0f1c3c;
    margin: 0px 20px 0px 0px;
    font-weight: 600;
}

.banner .banner-content .buttons a {
    font-size: 17px;
    font-weight: 400;
    transition: 0.6s;
}

.banner .banner-content .buttons a:hover {
    color: #dbb560;
}

.banner-content a.btn {
    border-radius: 2px;
    text-decoration: none;
    margin: 20px 0px 0px 0px;
    font-size: 17px;
    border: 2px solid #dbb560;
}

.banner-content a.btn:hover {
    border-color: #fff;
    box-shadow: 0px 0px 0px 2px #dbb560;
}

@media (max-width: 550px) {
    .banner .banner-content {
        padding: 0px;
    }

    .banner {
        background-position: right;
        padding: 30px 0;
    }

    .banner h1 {
        font-size: 28px;
        color: #fff;
    }

    .banner h6 {
        color: #fff;
        font-size: 14px;
        line-height: 23px;
    }

    .banner p {
        font-size: 14px;
        color: #fff;
    }

    .banner .banner-content .buttons a {
        color: #fff;
        display: block;
        font-size: 13px;
    }

    .banner .banner-content .buttons {
        padding: 0;
    }
}

/* banner slide ends here */
/* ban slide section starts here */
.ban-slide {
    padding: 25px 0px 10px;
    background: #dbb560;
    height: 113px;
}
.ban-slide ul.slick-dots {
    margin: 0px auto;
    display: table;
    left: 0;
    right: 0;
}

.ban-slide .slick-initialized .slick-slide {
    display: flex !important;
}

.ban-slide .slick-dots li.slick-active button:before {
    color: #707070 !important;
    transform: scale(1.5);
}

.ban-slide .slick-dots li button:before {
    color: #707070;
    transform: scale(1.5);
}

.slick-dots {
    display: inline-block;
    text-align: left;
    left: 287px;
    width: auto;
}

.slide p {
    text-align: center;
    color: #000;
    font-weight: 500;
    font-style: italic;
    font-size: 21px;
}

.slide img {
    transition: 0.6s;
    opacity: 0.3;
}

.ban-slide figure {
    display: flex;
    justify-content: center;
}

/* .slide img:hover {
  filter: drop-shadow(0px 0px 6px black);
  padding-top: 6px;
} */
@media (max-width: 600px) {
    .slick-dots {
        display: inline-block;
        left: 0px;
        width: auto;
        right: 0px;
        text-align: center;
    }
}

/* ban slide section ends here */
/* about us section starts here */
.about-us {
    padding: 80px 0px 40px;
}

.about-us h2 {
    line-height: 45px;
    color: #0b253e;
    font-weight: 700;
    font-size: 35px;
}

.about-us .content-wrapper p {
    font-weight: 500;
    font-size: 15px;
    color: #000;
}

.about-us a.btn {
    border: 2px solid #dbb560;
}

.about-us a.btn:hover {
    border-color: #fff;
    box-shadow: 0px 0px 0px 2px #dbb560;
}

/* about us section ends here */
/* clients section starts here */
.testimonial_slider {
    margin-left: 20px;
}
.testimonial_slider .testimonail_box {
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 9%);
    padding: 40px 40px;
    margin: 30px 20px;
    opacity: 0.3;
}
.testimonial_slider .testimonail_box p {
    color: #414141;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}
.testimonial_slider .testimonail_box p.show {
    display: block;
}
.testimonial_slider .testimonail_box .button-group {
    padding-bottom: 20px;
}
.testimonial_slider .testimonail_box .button-group button {
    background: transparent;
    border: 0;
    padding: 0;
    color: #dcb560;
    font-size: 16px;
    font-family: "poppins";
    outline: none;
    cursor: pointer;
}
.testimonial_slider .testimonail_box .client-detail p {
    margin: 0;
    padding: 0;
}
.testimonial_slider .testimonail_box .client-detail {
    text-align: center;
}
.testimonial_slider .testimonail_box .client-detail .img_box img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}
/* .testimonial_slider .testimonail_box .client-detail .details {
    padding-left: 15px;
} */
.testimonial_slider .testimonail_box .client-detail .details h3 {
    color: #414141;
    font-size: 16px;
    margin-bottom: 5px;
}
.testimonial_slider .testimonail_box .client-detail .details p {
    color: #737373;
    font-size: 17px;
}
.testimonial_slider .slick-active.slick-center {
    opacity: 1;
}
.testimonial_slider button.slick-prev.slick-arrow:before {
    content: "\f104";
    background: #dfdfdf;
    font-family: "FontAwesome";
    font-size: 15px;
    width: 30px;
    height: 30px;
    position: absolute;
    line-height: 30px;
    border-radius: 50%;
    transition: 0.6s;
}
.testimonial_slider button.slick-prev.slick-arrow:hover:before {
    background: #dcb560;
}
.testimonial_slider button.slick-next.slick-arrow:hover:before {
    background: #dcb560;
}
.testimonial_slider button.slick-arrow {
    z-index: 999;
}
.testimonial_slider button.slick-next.slick-arrow:before {
    content: "\f105";
    background: #dfdfdf;
    font-family: "FontAwesome";
    font-size: 15px;
    width: 30px;
    height: 30px;
    position: absolute;
    line-height: 30px;
    border-radius: 50%;
    transition: 0.6s;
}
.testimonial_slider button.slick-prev.slick-arrow {
    position: absolute;
    left: -50px;
    top: 150px;
}
.testimonial_slider button.slick-next.slick-arrow {
    position: absolute;
    left: -50px;
    top: 190px;
}
.client {
    padding: 80px 0px;
}
.client .testimonials-wrapper.shadow {
    position: relative;
}
.client h2 {
    color: #dcb560;
}
.client .testimonials-wrapper.shadow:before {
    content: "";
    background: #efefef;
    width: 5px;
    height: 100%;
    position: absolute;
    right: -15px;
    box-shadow: 0px 0px 25px #b7b7b7;
}

.testimonials-wrapper ul#rating {
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonials-wrapper ul#rating li {
    margin: 0px 3px;
    color: #dbb45f;
}

.testimonials-wrapper .testimonials-quotes {
    font-size: 20px;
    color: #808080;
}

/* clients section ends here */

/* what we do section starts here */
.what-we-do {
    padding: 70px 0px 40px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../img/new-we-do.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.services-wrapper {
    margin-top: 30px;
}

.services-wrapper a {
    display: block;
    color: #fff;
    line-height: 40px;
    font-weight: 400;
    font-size: 16px;
    transition: 0.6s;
}

.services-wrapper a:hover {
    color: #dbb45f;
}

.what-we-do .buttons {
    padding-top: 40px;
    text-align: center;
}

.what-we-do .buttons a.btn {
    border-radius: 3px;
    border: 2px solid #dbb560;
    transition: 0.6s;
}

.what-we-do .buttons a.btn:hover {
    box-shadow: 0px 0px 0px 2px #dbb560;
    border-color: #07111e;
}

/* what we do section ends here */

/* works section starts here */
.works {
    padding: 80px 0px 0px;
}

.works h2 {
    font-weight: 400;
    color: #0b253e !important;
}

.works span {
    color: #0b253e;
    font-weight: 700;
}

.works .works-wrapper figure img {
    transition: 0.6s;
    height: 90px;
}

.works .works-wrapper figure img:hover {
    transform: translateY(-10px);
}

.works p {
    font-weight: 500;
    color: #646464;
}

.works a.btn {
    border: 2px solid #dbb560;
    transition: 0.6s;
    background: #dbb560;
    border-radius: 0px;
    color: #fff;
}

/* .works a.btn:hover {
    border-color: #fff;
    box-shadow: 0px 0px 0px 2px #dbb560;
}

a.btn:hover {
    opacity: 0.9;
} */

.works h4 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #282828;
}

.works .works-wrapper p {
    color: #808080;
    font-weight: 400;
    font-size: 17px;
    display: -webkit-box;
    /*-webkit-line-clamp: 4;*/
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.works .works-wrapper button.btn {
    border: 2px solid #dbb560;
    transition: 0.6s;
    background: #dbb560;
    border-radius: 0px;
    color: #fff;
    font-family: "Poppins";
}
#readmore,
#readmore2,
#readmore3 {
    display: none;
}
.works .works-wrapper span#readmore,
.works .works-wrapper span#readmore2,
.works .works-wrapper span#readmore3 {
    color: unset;
    font-weight: unset;
}
.works .works-wrapper span#dots,
.works .works-wrapper span#dots2,
.works .works-wrapper span#dots3 {
    color: unset;
    font-weight: unset;
}
.works .works-wrapper p.show {
    display: block;
}

/* works section ends here */
/* youtube section starts here */
.youtube {
    padding: 80px 0px 80px 0px;
}

.counter-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

.counter-wrapper div {
    flex: 1;
}

.youtube h3 {
    font-family: "Poppins";
    font-weight: 600;
    color: #000;
    font-size: 24px;
}

.youtube .counter-wrapper h3 {
    font-family: "Poppins";
    font-weight: 700;
    color: #0a1c48;
    font-size: 41px;
}

.youtube .content-wrapper p {
    color: #000;
}

.youtube .counter-wrapper p {
    font-weight: 500;
    color: #0a1c48;
    font-size: 20px;
    padding-bottom: 10px;
}

@media (max-width: 893px) {
    .youtube .content-wrapper {
        margin-top: 40px;
        padding: 0px;
    }
}

/* youtube section ends here */
/* our process section starts here */
.our-process {
    padding: 80px 0px;
}

.our-process h2 {
    color: #0b253e;
    font-weight: 700;
    font-size: 36px;
}

.process-content-wrapper {
    margin-top: 60px;
}

.our-process h3 {
    font-size: 25px;
    font-weight: 600 !important;
    color: #003869;
}

.our-process p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    color: #777777;
    margin: 18px 0px;
}

.process-content-wrapper a {
    color: #003869;
    font-weight: 500;
    text-decoration: underline;
    transition: 0.6s;
    font-weight: 600;
    font-size: 17px;
}

.process-content-wrapper a:hover {
    color: #dbb560;
}

/* our process section ends here */
.america-map.frst-sec {
    padding: 50px 0;
}

/* america map section starts here */
.america-map {
    padding: 20px 0;
    background: #092a4b;
}

.america-map .content-wrapper a {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.6s;
}

.america-map .content-wrapper a:hover {
    color: #dbb560;
}

.america-map .content-wrapper p {
    font-size: 20px;
    font-weight: 300;
    padding: 0 30px;
}

/* responsive */
@media (max-width: 893px) {
    .america-map .content-wrapper {
        margin-bottom: 40px;
    }

    .america-map .content-wrapper {
        padding: 0px;
    }
}

/* responsive */
/* america map section ends here */
/* proud-company section starts here */
.proud-company {
    padding: 80px 0px;
}

.proud-company h2 {
    font-family: "Comic Sans MS";
}
.company-partners-slider .slick-slide img {
    height: 120px;
    display: unset !important;
    transition: 0.6s;
    width: 120px;
}

.company-partners-slider .slick-slide img:hover {
    filter: grayscale(1);
}

.company-partners-slider {
    margin-top: 55px;
}

.what-we-do-section {
    column-count: 3;
}

/* proud-company section ends here */
/* footer css starts here */
footer {
    background: #092a4b;
    padding: 60px 0px 0;
    text-align: center;
}
footer .footer-social-icons {
    text-align: left;
    margin: 0px auto;
    display: table;
}

footer p {
    font-size: 14px;
    line-height: 24px;
}
.footer-two-content a.location-btn span {
    color: #fff;
    background: #dbb660;
    padding: 8px 30px;
    border-radius: 5px;
}

footer .footer-two-content {
    border-right: 1px solid #2a5c88;
    border-left: 1px solid #2a5c88;
}

footer a.footer-logo {
    font-size: 26px;
    color: #dbb560;
    line-height: 38px;
    font-family: "Poppins";
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
}

footer ul#footer-icon {
    padding: 0px;
    list-style: none;
}

footer ul#footer-icon i {
    color: #092a4b;
    width: 40px;
    height: 40px;
    background: #dbb660;
    text-align: center;
    border-radius: 50%;
    padding: 10px 7px;
    margin: 5px 8px 5px 0px;
    line-height: 17px;
    transition: 0.6s;
    border: 2px solid #dbb660;
}

footer ul#footer-icon li:hover a i {
    background: #092a4b;
    color: #dbb660;
}

.footer-two-content h4 {
    color: #dbb560;
    font-size: 16px;
    font-weight: 400;
}

.footer-two-content #footer-menu-1 {
    padding: 0px;
    list-style: none;
    margin-top: 22px;
    column-count: 2;
}

footer ul#footer-icon a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    transition: 0.6s;
}

footer ul#footer-icon li:hover a {
    color: #dbb660;
}

ul#footer-menu-1 a.nav-links {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

ul#footer-menu-1 li.nav-item {
    margin-bottom: 12px;
}

ul#footer-menu-1 li.hidden {
    visibility: hidden;
}

footer ul#footer-menu-2 {
    padding: 0px 30px;
    list-style: none;
    column-count: 2;
}

footer ul#footer-menu-2 a.nav-link {
    padding: 4px 0px !important;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}
.other-groups figure {
    margin-bottom: 35px;
}
.other-groups.bb-logo {
    background-image: url(../img/bb-logo.png);
    background-size: 260px;
    width: 130px;
    height: 80px;
    margin: 0px auto;
    background-repeat: no-repeat;
    background-position: left;
    transition: 0.6s;
}
footer.footer .lst-flx {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 99;
}
#copyright .copyright-flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#copyright .copyright-flx ul.links {
    padding: 0;
    margin: 0;
    list-style: none;
}
#copyright .copyright-flx ul.links li {
    display: inline-block;
    margin-right: 10px;
}
#copyright .copyright-flx ul.links li a {
    font-size: 13px;
}
footer.footer .lst-flx figure img {
    width: 70px;
    margin-left: 15px;
}
.other-groups.bb-logo:hover {
    background-position: right;
}
#copyright .dropdown {
    text-align: center;
}
#copyright .dropdown button.btn {
    background: transparent !important;
    color: #dbb660 !important;
    font-family: "Poppins";
    border: 0;
    padding: 0 0;
    margin-bottom: 0px;
    box-shadow: none;
    outline: none;
    font-size: 14px;
}
#copyright a {
    color: #dbb560;
    text-decoration: underline;
    transition: 0.6s;
    font-size: 13px;
}
#copyright a.dropdown-item {
    color: #000 !important;
    text-decoration: none;
}
#copyright a:hover {
    color: #fff;
}

#copyright {
    background: #0b2540;
    padding: 20px 0px;
}

@media (max-width: 893px) {
    footer .col-lg-5 {
        border: none;
    }
}

/* footer css ends here */

/* Mega Menu Css Start Here */
.mega_menu {
    position: absolute;
    background: #fff;
    z-index: -9;
    width: 100%;
    padding: 200px 30px 20px;
    top: 0;
    transform: translateY(-150%);
    transition: 0.6s;
}

.mega_menu.active {
    transform: translateY(0%);
}

#main-header .main-header-menu .location_menu {
    color: #fff;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 700;
    transition: 0.6s;
}

#main-header .main-header-menu .service_menu {
    color: #fff;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 700;
    transition: 0.6s;
}
div#collapse44 {
    padding-left: 32px;
}
div#collapse45 {
    padding-left: 32px;
}

.mega_menu a.mega_menu_items {
    display: block;
    font-family: "Poppins";
    font-size: 14px;
    color: #092a4b;
    font-weight: 700;
    padding: 8px 0;
}

.mega_menu img {
    margin-right: 5px;
}

.mega_menu .dropdown a.btn {
    background: transparent;
    color: #092a4b !important;
    padding: 8px 0;
    border: 0;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 700;
    box-shadow: none;
    outline: none;
}
.dropdown.colum2 .dropdown-menu {
    column-count: 2;
}
.mega_menu .dropdown .dropdown-menu a {
    font-size: 14px;
    font-weight: 700;
    padding: 3px 30px;
}

/* Mega Menu Css End Here */


