    @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');
    @import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
    * {
        margin: 0;
        padding: 0;
    }
    
     :root {
        --blue: #03c3ff;
        --blue-shade: #00a3d6;
        --dark: #0f1c2d;
        --white: #fff;
        --white-shade: #f7f7f7;
        --gray: #646464;
        --size14: 14px;
    }
    
    .container {
        position: relative;
    }
    
    .dark {
        color: var(--dark);
    }
    
    .blue {
        color: var(--blue);
    }
    
    .white {
        color: var(--white);
    }
    
    html,
    body {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        font-family: 'Open Sans', sans-serif;
        color: var(--gray);
    }
    
    ul {
        list-style: none;
        padding: 0px;
        font-size: 14px;
    }
    
    p {
        font-size: 14px;
        line-height: 24px;
    }
    
    .topbar {
        width: 100%;
    }
    
    .topbar ul {
        display: flex;
        list-style: none;
        border-bottom: 1px solid;
        border-color: rgba(255, 255, 255, 0.3)
    }
    
    .topbar ul li {
        padding: 0 10px;
        color: var(--white);
    }
    
    .topbar ul li a {
        color: var(--white);
    }
    
    .fixed-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        display: flex;
        flex-direction: column;
    }
    
    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        background: var(--white);
        padding: 0;
        border-bottom: 1px solid #ddd;
    }
    
    .carousel-item {
        height: 100vh;
        max-height: 750px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    
    .carousel-indicators li {
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        opacity: 1;
        width: 45px;
    }
    
    .carousel-indicators li.active {
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        background: var(--blue);
    }
    
    .quote {
        position: relative;
    }
    
    .getquote {
        position: fixed;
        right: 0px;
        top: 0;
        width: 100px;
        height: 40px;
        z-index: 99;
        bottom: 0;
        margin: auto;
        background: #faa11e;
        color: #fff;
        line-height: 40px;
        padding-left: 15px;
        border-bottom-left-radius: 35px;
        border-top-left-radius: 35px;
        font-size: 15px;
        background: linear-gradient(270deg, #f38300, #ffd120);
        background-size: 400% 400%;
        -webkit-animation: AnimationName 2s ease infinite;
        -moz-animation: AnimationName 2s ease infinite;
        animation: AnimationName 2s ease infinite;
    }
    
    @-webkit-keyframes AnimationName {
        0% {
            background-position: 0% 50%
        }
        50% {
            background-position: 100% 50%
        }
        100% {
            background-position: 0% 50%
        }
    }
    
    @-moz-keyframes AnimationName {
        0% {
            background-position: 0% 50%
        }
        50% {
            background-position: 100% 50%
        }
        100% {
            background-position: 0% 50%
        }
    }
    
    @keyframes AnimationName {
        0% {
            background-position: 0% 50%
        }
        50% {
            background-position: 100% 50%
        }
        100% {
            background-position: 0% 50%
        }
    }
    
    .getquote_m {
        max-width: 650px;
        margin: 0 auto;
    }
    
    .navbar-light .navbar-nav .nav-link {
        color: var(--white);
        font-size: 14px;
        text-transform: uppercase;
        padding: 5px 20px;
    }
    
    li.nav-item.active a.nav-link {
        background: var(--blue);
        color: var(--white) !important;
        border-radius: 4px;
    }
    
    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        background: var(--blue);
        color: var(--white) !important;
        border-radius: 4px;
    }
    
    ul.navbar-nav.ml-auto li {
        margin: 0 5px;
    }
    
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 35px;
        height: 60px;
    }
    
    .carousel-control-prev-icon {
        background: url(../img/left-arrow.png) no-repeat;
    }
    
    .carousel-control-next-icon {
        background: url(../img/right-arrow.png) no-repeat;
    }
    
    .carousel-caption h2 {
        font-weight: 800;
        font-size: 40px;
        text-transform: uppercase;
    }
    
    .carousel-caption {
        bottom: 35%;
        right: 26%;
        left: 26%;
    }
    
    .carousel-caption {
        background-color: rgba(0, 0, 0, 0.5);
        padding: 20px;
        border-radius: .5rem;
    }
    
    .carousel-caption p.lead {
        font-size: 17px;
        text-shadow: 2px 2px 3px #333;
        font-weight: 400;
    }
    
    .btn-blue {
        background: var(--blue);
        color: var(--white);
        font-size: 14px;
    }
    
    .btn-blue:hover {
        background: var(--blue-shade);
        color: var(--white);
    }
    
    .sticky .topbar {
        display: none;
    }
    
    .sticky .navbar-nav .nav-link {
        color: var(--dark);
    }
    
    .sticky a.navbar-brand img {
        width: 85%;
    }
    
    .carousel-indicators {
        bottom: 20px;
    }
    
    section.services {
        padding: 80px 0 50px;
    }
    
    section .services-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1;
    }
    
    section.services h4 {
        color: var(--blue);
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 700;
    }
    
    section.services h2 {
        color: var(--dark);
        text-transform: uppercase;
        font-size: 26px;
        font-weight: 800;
        position: relative;
        margin-bottom: 40px;
    }
    
    section.services h2:after {
        background: var(--blue);
        position: absolute;
        width: 50px;
        height: 1px;
        left: 0;
        top: 40px;
        content: "";
        margin: 0 auto;
        right: 0;
    }
    
    .services .card {
        align-items: center;
        text-align: center;
        border: 0px;
        margin: 25px 10px 50px;
    }
    
    .services .card img {
        margin-bottom: 40px;
    }
    
    .services h5 {
        color: var(--dark);
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 700;
        position: relative;
        margin-bottom: 20px;
    }
    
    .services .card p {
        font-size: 14px;
    }
    
    .mtop30 {
        margin-top: 30px;
    }
    
    .mtop60 {
        margin-top: 60px;
    }
    
    .tc {
        text-align: center;
    }
    
    .choose-section h2 {
        color: var(--dark);
        text-transform: uppercase;
        font-size: 28px;
        margin-bottom: 20px;
        font-weight: 800;
    }
    
    .who-we-are {
        padding-left: 80px;
        position: relative;
    }
    
    .who-we-are:before {
        position: absolute;
        content: "";
        top: 0px;
        left: 0px;
        width: 70px;
        height: 65px;
        background: url(../img/who.png) no-repeat;
    }
    
    .who-we-are h6 {
        color: var(--blue);
    }
    
    .choose-section ul {
        display: flex;
    }
    
    .choose-section ul li {
        font-size: 13px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        flex: 1;
    }
    
    .why-choose {
        padding: 0px 0 0px;
        background: var(--white-shade);
    }
    
    section.gallery {
        padding: 80px 0 50px;
        background: url(../img/bg-gallery.png) no-repeat;
        background-size: cover;
    }
    
    section.gallery .row {
        flex-direction: column;
    }
    
    section .gallery-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1;
    }
    
    section.gallery h4 {
        color: var(--blue);
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 700;
    }
    
    section.gallery h2 {
        color: var(--white);
        text-transform: uppercase;
        font-size: 26px;
        font-weight: 800;
        position: relative;
        margin-bottom: 40px;
    }
    
    section.gallery h2:after {
        background: var(--blue);
        position: absolute;
        width: 50px;
        height: 1px;
        left: 0;
        top: 40px;
        content: "";
        right: 0;
        margin: 0 auto;
    }
    
    section.gallery ul {
        display: flex;
    }
    
    section.gallery ul li {
        margin: 0 15px;
    }
    
    .testimonial .carousel {
        margin: 20px auto;
        padding: 0 70px;
    }
    
    .testimonial .carousel .item {
        color: var(--gray);
        font-size: 14px;
        text-align: center;
        overflow: hidden;
        min-height: 290px;
        height: auto;
    }
    
    .testimonial .carousel .testimonial {
        padding: 30px 0 10px;
    }
    
    .testimonial .carousel .overview b {
        text-transform: uppercase;
        color: var(--dark);
    }
    
    .testimonial .carousel-indicators li {
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        opacity: 1;
        width: 35px;
        background: var(--dark);
    }
    
    .testimonial .carousel-indicators li.active {
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        background: var(--blue);
    }
    
    .testimonial p.overview {
        display: flex;
        flex-direction: column;
        color: var(--dark);
        font-weight: 600;
    }
    
    .testimonial .carousel-indicators {
        bottom: 0px;
    }
    
    footer {
        background: var(--dark);
        color: var(--white);
        padding: 20px 0;
        border-top: 3px solid var(--blue);
    }
    
    footer p {
        font-size: var(--size14);
        text-align: center;
        width: 100%;
        margin-bottom: 0;
        margin-top: 20px;
    }
    /**/
    
    .MultiCarousel {
        float: left;
        overflow: hidden;
        padding: 15px;
        width: 100%;
        position: relative;
    }
    
    .MultiCarousel .MultiCarousel-inner {
        transition: 1s ease all;
        float: left;
        display: flex;
    }
    
    .MultiCarousel .MultiCarousel-inner .item {
        float: left;
        display: flex;
        align-items: center;
        width: 450px !important;
        margin: 6px;
        height: 208px;
    }
    
    .MultiCarousel .item img {
        width: 361px;
    }
    
    .MultiCarousel .MultiCarousel-inner .item>div {
        text-align: center;
        padding: 0 30px;
        margin: 0 20px;
        background: #f1f1f1;
        color: #666;
    }
    
    .MultiCarousel .leftLst,
    .MultiCarousel .rightLst {
        position: absolute;
        border-radius: 50%;
        top: calc(50% - 20px);
    }
    
    .MultiCarousel .leftLst {
        left: 0;
    }
    
    .MultiCarousel .rightLst {
        right: 0;
    }
    
    .MultiCarousel .leftLst.over,
    .MultiCarousel .rightLst.over {
        pointer-events: none;
    }
    
    .inner-banner {
        height: 320px;
    }
    
    .inner-banner .carousel-caption {
        bottom: 0%;
        right: 26%;
        left: 26%;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    
    .inner-banner .carousel-caption h2 {
        font-size: 25px;
    }
    
    .carousel-caption p.lead {
        font-size: 14px;
        margin-bottom: 0;
    }
    
    .about-section ul {
        display: flex;
        flex-direction: column;
        font-size: 14px;
    }
    
    .about-section ul li {
        margin-bottom: 15px;
        position: relative;
        padding-left: 45px;
        font-size: 13px;
    }
    
    .about-section ul li::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 10px;
        background: var(--blue);
        width: 20px;
        height: 2px;
    }
    
    .fixed {
        background-attachment: fixed !important;
    }
    
    .services-card {
        display: flex;
        align-items: center;
    }
    
    .services-card ul li {
        margin-bottom: 15px;
        position: relative;
        padding-left: 30px;
        font-size: 13px;
    }
    
    .services-card ul li::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 9px;
        background: var(--blue);
        width: 20px;
        height: 2px;
    }
    
    .flex-center {
        justify-content: center;
    }
    
    .services .media {
        align-items: center !important;
    }
    
    .services .media p {
        margin-bottom: 0px;
    }
    
    .service-box {
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    
    .nbr {
        border-right: 0px;
    }
    
    .nbb {
        border-bottom: 0px;
    }
    
    .nb-padding {
        padding-bottom: 0px !important;
    }
    
    ul.choose-list li {
        border-right: 1px solid #ddd;
    }
    
    ul.choose-list li:last-child {
        border-right: 0px solid #ddd;
    }
    /*portfolio*/
    
    .flex-center {
        justify-content: center;
        display: flex;
        width: 100%;
    }
    
    .flex-center button {
        margin: 10px 3px;
        padding: 5px 15px;
    }
    
    .btn-default:active .filter-button:active {
        background-color: var(--blue);
        color: white;
    }
    
    .port-image {
        width: 100%;
    }
    
    .gallery_product {
        margin-bottom: 30px;
    }
    
    .flex-wrap {
        display: flex;
        flex-wrap: wrap;
    }
    
    .upload-btn-wrapper {
        position: relative;
        overflow: hidden;
        display: inline-block;
    }
    
    .upload-btn-wrapper input[type=file] {
        font-size: 100px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }
    
    ul.social {
        display: flex;
    }
    
    ul.social li {
        padding: 0 10px;
        background: var(--dark);
        margin: 5px 10px;
        border-radius: 30px;
        height: 30px;
        width: 30px;
        text-align: center;
        line-height: 30px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    
    ul.social li:hover {
        color: var(--white);
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
        background: var(--blue);
    }
    
    ul.social li a {
        color: var(--white);
    }
    
    #form_container {
        font-size: 14px;
    }
    
    .tab {
        float: left;
        border: 1px solid #ccc;
        background-color: var(--light);
        width: 25%;
        height: 300px;
    }
    
    .tab button {
        display: block;
        background-color: inherit;
        color: black;
        padding: 15px;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        font-size: 14px;
        border-bottom: 1px solid #ddd;
    }
    
    .tab button:hover {
        background-color: var(--blue);
        color: var(--white);
    }
    
    .tab button.active {
        background-color: var(--blue);
        color: var(--white);
        font-weight: 600;
    }
    
    .tabcontent {
        float: left;
        padding: 0px 0 0 25px;
        border: 0px solid #ccc;
        width: 75%;
        border-left: none;
        height: auto;
        font-size: 14px;
    }
    
    .tabcontent h3 {
        color: var(--dark);
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
    }
    
    .tabcontent td {
        padding: 7px 0;
        border-bottom: 1px solid #ddd;
    }
    
    .tabcontent ul li {
        margin-bottom: 15px;
        position: relative;
        padding-left: 35px;
        font-size: 13px;
    }
    
    .tabcontent ul li::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 9px;
        background: var(--blue);
        width: 20px;
        height: 2px;
    }
    
    .mail-us {
        display: flex;
        justify-content: space-between;
    }
    
    .mail-us a {
        color: var(--blue);
        text-decoration: none;
    }
    
    .tabcontent b {
        margin-bottom: 20px;
        display: block;
    }
    
    .gallery_product {
        transition: all .2s ease;
        padding: 10px;
    }
    
    .gallery_product p {
        display: none;
        position: relative;
    }
    
    .gallery_product:hover p {
        display: block;
        position: absolute;
        width: 90%;
        color: #fff;
        left: 0;
        right: 0;
        margin: auto;
        height: 100%;
        display: flex;
        align-items: center;
        font-size: 16px;
        text-align: center;
    }
    
    .gallery_product:hover {
        background: rgba(3, 195, 255, 0.89);
        width: 100%;
        padding: 10px;
    }
    
    .gallery_product:hover img {
        position: relative;
        z-index: -1;
    }
    
    .view-more {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
    
    form#main-contact-form {
        width: 100%;
        display: flex;
    }
    /*landing page css*/
    
    .carousel-caption h2 {
        font-weight: 800;
        font-size: 32px;
        text-transform: uppercase;
    }
    
    .carousel-control-next,
    .carousel-control-prev {
        display: none;
    }
    
    .why-we-are {
        padding-left: 80px;
        position: relative;
    }
    
    .why-we-are:before {
        position: absolute;
        content: "";
        top: 0px;
        left: 0px;
        width: 70px;
        height: 65px;
        background: url(../img/why.png) no-repeat;
    }
    
    .position-relative {
        position: relative!important;
    }
    
    .agency_background {
        background: url(../img/whyus.jpg) scroll center no-repeat;
        background-size: cover;
        position: absolute;
        height: 100%;
        background-position: center center;
    }
    
    .business_title_agecy {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0px;
    }
    
    .bg_custom_gradiant {
        background-image: linear-gradient(to right, #03c3ff 0%, #03c3ff 19%, #1f8ecc 60%, #1b97d5 100%);
    }
    
    .business_agency_padding {
        padding: 10% 80px;
    }
    
    .business_content_box i {
        float: left;
        font-size: 30px;
        background: #fff;
        border-radius: 50px;
        line-height: 58px;
        height: 60px;
        width: 60px;
        text-align: center;
        margin-right: 35px;
        color: #03c3ff;
    }
    
    .text_custom {
        color: #F51E46;
    }
    
    .service-box .card img {
        transition: all 0.5s ease;
    }
    
    .service-box:hover .card img {
        transform: rotateZ(360deg);
        transition: all 0.5s ease;
        filter: grayscale(1);
    }
    
    .service-box:hover .card h5.card-subtitle {
        color: #a2a2a2;
    }
    
    .dflex .carousel-caption {
        bottom: 30%;
        right: 42%;
        left: 10%;
    }
    
    .contactus-landing {
        position: absolute;
        bottom: 70px;
        background: rgba(0, 0, 0, 0.65);
        width: 360px;
        min-height: 400px;
        right: 50px;
        font-size: 14px;
        padding: 20px 20px 0;
        color: #fff;
    }
    
    .contactus-landing .form-group {
        margin-bottom: 5px;
    }
    
    .contactus-landing .form-group input {
        padding: 0;
        margin: 0;
        height: 33px;
        background: transparent;
        border-color: #696969;
        color: #fff;
        font-size: 14px;
        padding-left: 7px;
    }
    
    .contact-form input,
    .contact-form textarea {
        font-size: 14px;
    }
    
    .contactus-landing h5 {
        padding-left: 15px;
        margin-bottom: 20px;
        border-bottom: 1px solid #696969;
        padding-bottom: 12px;
        font-size: 16px;
        text-transform: uppercase;
    }
    
    .contactus-landing .form-group textarea {
        padding: 0;
        margin: 0;
        background: transparent;
        border-color: #696969;
        color: #fff;
        font-size: 14px;
        padding: 5px;
    }
    
    .upper-footer {
        float: left;
        width: 100%;
        padding: 60px 0px 60px;
        background-color: #fff;
        background-image: url(../img/map.png);
        background-repeat: no-repeat;
        background-position: center center;
    }
    
    .upper-footer .heading h2 {
        font-weight: 600;
        font-size: 17px;
        color: #010101;
    }
    
    .upper-footer .heading .border {
        display: block;
        width: 100%;
        height: 1px;
    }
    
    .upper-footer .border::before {
        content: '';
        position: absolute;
        width: 50px;
        height: 2px;
        background: #2685f9;
    }
    
    .upper-footer .description.link.last {
        background: none;
        height: auto;
        width: auto;
        position: static;
        text-align: left;
    }
    
    .upper-footer .description.last table>tbody>tr>td a {
        font-size: 13px;
        color: #000;
        transition: .5s ease;
        line-height: 38px;
        text-decoration: none;
        cursor: pointer;
        font-weight: 500;
    }
    
    .upper-footer .image.logo {
        margin-bottom: 20px;
    }
    
    td.fist {
        width: 120px;
    }
    
    .description.link.last ul li a {
        font-size: 13px;
        color: #000;
        text-transform: capitalize;
    }
    
    .upper-footer .image.logo a img {
        filter: grayscale(100%);
        opacity: 0.5;
    }
    
    .pt-6 {
        padding-top: 60px;
        padding-bottom: 20px;
    }
    
    .common {
        padding: 40px 0 40px;
        position: relative;
    }
    
    .common .heading h1 {
        font-size: 34px;
        font-weight: 700;
        line-height: 1.2;
        margin: 0 0 5px;
    }
    
    .common .heading span {
        width: 32px;
        display: inline-block;
        height: 2px;
        background-color: #0083ff;
    }
    
    .common .city-name {
        background-color: #ffff;
        border-radius: 20px;
        padding: 25px;
        float: left;
        width: 100%;
        margin-top: 50px;
    }
    
    .common .city-name ul {
        float: left;
        width: 50%;
    }
    
    .common .city-name ul li {
        list-style: none;
        margin-bottom: 10px;
    }
    
    .cloud {
        background-position: center center;
        background-size: cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
        background-image: url(../img/clouds19.png);
    }
    
    .contactus-form {
        width: 60%;
        margin: 50px auto;
    }
    
    .contactus-form h4 {
        font-size: 26px;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
    }
    
    form#reused_form label,
    form#reused_form textarea {
        font-size: 14px;
    }
    
    .full-width {
        width: 100% !important;
    }
    
    form#reused_form {
        width: 100%;
        display: flex;
    }
    
    .flex-dir {
        flex-direction: column;
    }
    
    .alert-success {
        color: #000000;
        background-color: #ffffff;
        border-color: #dedede;
        text-align: center;
        width: 100%;
        padding: 60px;
        border: none;
        border-right: 1px solid #ddd;
    }
    
    div#success_message i {
        color: #4CAF50;
        font-size: 35px;
        margin-bottom: 20px;
    }
    
    div#success_message h4 {
        color: #161110;
    }
    
    .landing_success {
        background: transparent;
        color: #fff;
        border: none;
    }
    
    .landing_success h4 {
        color: #fff;
    }
    
    .getquote {
        border: none;
    }
    
    .gallery_product:hover p {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 50px;
    }
    
    .gallery_product:hover p a {
        margin-top: 40px;
    }
    
    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        color: #fff;
        background-color: #007bff;
        display: block;
        background-color: inherit;
        color: black;
        padding: 15px;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        font-size: 14px;
        border-bottom: 1px solid #ddd;
    }
    
    .tabcontent .mail-us p {
        margin-top: 25px;
        margin-bottom: 35px;
    }
    
    .mail-us {
        flex-direction: column;
    }
    /*landing page css end*/
    /** media queries **/
    
    @media screen and (max-width: 1024px) {
        .contactus-landing {
            bottom: 120px;
            min-height: 400px;
            right: 0;
            left: 0;
            margin: 0 auto;
        }
        .dflex .carousel-caption {
            bottom: 0;
            right: 10%;
            left: 10%;
        }
    }
    
    @media screen and (max-width: 991px) {
        .navbar-light .navbar-toggler {
            background: var(--light);
            font-size: 14px;
            padding-left: 10px;
            padding-right: 10px;
        }
        .sticky button.navbar-toggler {
            border-color: #bbb;
        }
        .carousel-caption {
            right: 16%;
            left: 16%;
        }
        .sticky {
            background: rgba(255, 255, 255, .95);
            padding: 2px 13px;
        }
        .choose-section ul {
            display: none;
        }
        .testimonial .carousel-indicators {
            bottom: -40px;
        }
        .fixed-top {
            background: var(--light);
            background: var(--light);
            padding: 0;
            padding-bottom: 0px;
            padding-left: 10px;
            padding-right: 10px;
        }
        .navbar-light .navbar-nav .nav-link {
            color: var(--dark);
            padding: 5px 10px;
            font-weight: 600;
            font-size: 13px;
            margin: 5px 0;
        }
        ul.navbar-nav {
            padding: 15px 0 5px;
        }
        a.navbar-brand img,
        .sticky a.navbar-brand img {
            width: 100px;
        }
        .topbar {
            display: none;
        }
        .dflex .carousel-caption {
            bottom: 0;
            right: 3%;
            left: 3%;
        }
    }
    
    @media screen and (max-width: 767px) {
        div#v-pills-tab .tab button {
            width: auto !important;
        }
        div#v-pills-tab {
            flex-direction: row !important;
            width: 100%;
        }
        div#v-pills-tab button {
            width: auto;
        }
        .topbar {
            display: none;
        }
        .carousel-caption {
            bottom: 35%;
            right: 15%;
            left: 15%;
        }
        .carousel-caption h2 {
            font-size: 20px;
        }
        .carousel-caption p.lead {
            font-size: 15px;
        }
        .d-none {
            display: block !important;
        }
        .testimonial .carousel {
            margin: 20px auto;
            padding: 0 70px;
        }
        .testimonial .carousel .item {
            color: var(--gray);
            font-size: 14px;
            text-align: center;
            overflow: hidden;
            min-height: 290px;
            height: auto;
        }
        .testimonial .carousel .testimonial {
            padding: 30px 0 10px;
        }
        .testimonial .carousel .overview b {
            text-transform: uppercase;
            color: var(--dark);
        }
        .testimonial .carousel-indicators li {
            border-top: 1px solid transparent;
            border-bottom: 1px solid transparent;
            opacity: 1;
            width: 35px;
            background: var(--dark);
        }
        .testimonial .carousel-indicators li.active {
            border-top: 1px solid transparent;
            border-bottom: 1px solid transparent;
            background: var(--blue);
        }
        .testimonial p.overview {
            display: flex;
            flex-direction: column;
        }
        .testimonial .carousel {
            padding: 0 10px;
        }
        .who-we-are {
            padding-left: 0px;
        }
        .who-we-are:before {
            top: 0px;
            left: 0px;
        }
        .who-we-are h6 {
            color: var(--blue);
            padding-left: 80px;
            padding-top: 20px;
        }
        hr {
            width: 80%;
            margin: 0 auto 30px;
        }
        .choose-section ul li {
            margin: 20px 30px;
        }
        .MultiCarousel .MultiCarousel-inner .item {
            width: 175px !important;
        }
        .services .card {
            margin: 25px 5px 25px;
        }
        .career-section .tab {
            display: flex;
            height: auto;
            justify-content: space-between;
            width: 100%;
            margin-bottom: -1px;
        }
        .tabcontent {
            width: 100%;
            border: 1px solid #ddd;
            padding: 15px;
        }
        .mail-us {
            flex-direction: column;
        }
        section.services h2 {
            font-size: 20px;
        }
        .inner-banner .carousel-caption {
            right: 15%;
            left: 15%;
        }
        .gallery_product {
            margin-bottom: 30px;
            width: 50%;
        }
        .gallery_product img {
            max-width: 100%;
        }
        .carousel-indicators {
            bottom: 60px;
        }
        .carousel-item {
            min-height: 450px;
        }
        .flex-center {
            margin: 0 auto;
        }
        .service-box {
            border-right: 0px solid #ddd;
        }
        section.gallery ul {
            flex-direction: column;
        }
        section.gallery ul li {
            margin: 12px 0;
            border: 0;
        }
        .services .media {
            flex-direction: column;
            justify-content: center;
            text-align: center;
        }
        .media.p-3 img {
            margin-bottom: 25px;
        }
    }
    
    @media screen and (max-width: 640px) {
        .inner-banner .carousel-caption {
            right: 5%;
            left: 5%;
        }
        footer p {
            font-size: 12px;
        }
        section.services h2:after {
            content: none;
        }
        .flex-center button {
            margin: 10px 1px;
            padding: 5px 14px;
            font-size: 12px;
        }
        .carousel-caption p.lead {
            font-size: 13px;
        }
        .MultiCarousel .MultiCarousel-inner .item {
            width: 360px !important;
        }
        .MultiCarousel .item img {
            width: 360px;
        }
        .contactus-landing {
            bottom: 150px;
        }
        .getquote_m {
            max-width: 100%;
            margin: 0 auto;
        }
        form#main-contact-form {
            flex-direction: column;
        }
    }
    
    @media screen and (max-width: 510px) {
        div#v-pills-tab .tab button {
            width: auto !important;
        }
        div#v-pills-tab {
            flex-direction: column!important;
            width: 100%;
        }
        div#v-pills-tab button {
            width: auto;
        }
    }