/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: 'Quicksand', sans-serif;
    color: #444444;
}

.lora_font {
    font-family: 'Lora', serif;
}

p {
    line-height: 28px;
}


::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background-image: linear-gradient(45deg, #000, #000);
}

::-webkit-scrollbar-track {
    background: #e8e8e8;
}



/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 7px 0 0px 0px;
    top: 0px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
            z-index: 1111111111111111111111111111111111111111111111111 !important;
}

header#header ul li a {
    text-decoration: none;
}

@media (max-width: 992px) {
    #header {
        padding: 15px 0;
    }
}

#header.header-scrolled {
    top: 0;
}

#header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

#header .logo a {
    color: #555555;
}

#header .logo img {
    max-height: 45px;
    width: auto;
}

.navbar .dropdown ul {
    padding: 0px 0 !important;
}

.navbar .dropdown ul li a {
    color: #333 !important;
    border-bottom: 0 !important;
    white-space: inherit !important;
}

.navbar .dropdown ul li {
    border-bottom: 0px solid #e0e0e0;
}

.navbar .dropdown ul {
    border-radius: 0 !important;
}

.navbar .dropdown ul li:hover {
    background: transparent;
    background-color: #cccccc73;
    /* border: 1px solid #cccccc73;*/
    border-radius: 5px;
}


        .dropdown-hover:hover>.dropdown-menu {
            display: inline-block;
        }

        .dropdown-hover>.dropdown-toggle:active {
            pointer-events: none;
        }

        .posoiton_left {
            left: 0px;
            top: 60px;
            border-radius: 0 !important;
            border-left: 0 !important;
            border-right: 0 !important;
            border-bottom: 0 !important;
            background: #fff;
        }


        .dropdown-menu {
            padding: 0%;
            overflow: hidden;
        }


        .menuright_img {
            background-color: #111d67;
        }

        .menuright_link1 {
            padding-left: 8%;
        }

        .navbar-col {
            position: relative;
            z-index: 11111111111111111;
        }

        .seo-para-z {
            position: absolute;
            z-index: 1;
            top: 0px;
            left: 0px;
        }

/**
  * Appointment Button
  */
.appointment-btn {
    margin-left: 25px;
    background: #3fbbc0;
    color: #fff;
    border-radius: 4px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
}

.navbar .dropdown ul {
    box-shadow: none !important;
}

.appointment-btn:hover {
    background: #65c9cd;
    color: #fff;
}

@media (max-width: 768px) {
    .appointment-btn {
        margin: 0 15px 0 0;
        padding: 6px 15px;
    }
}








/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
/**
  * Desktop Navigation 
  */

.navbar {
    padding: 0% 8.7% !important;
    /*  justify-content: center !important; */
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    width: 100%;
    justify-content: space-between !important;
}

.navbar li {
    position: relative;
    padding-left: 17px;
    padding-right: 17px;
}

.navbar a,
.navbar a:focus {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 0px 16px 0px;
    font-size: 15px;
    color: #545454;
    white-space: nowrap;
    transition: 0.3s;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    border-bottom: 3px solid #fff;
}

.dropdown_content {
    padding-left: 13px;
}

header#header ul li a:hover {
    border-bottom: 3px solid #000;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active:focus,
.navbar li:hover>a {
    color: #000;
}


.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.navbar .dropdown ul li {
    min-width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid transparent;
    margin: 15px 0px;
}

.navbar .dropdown ul a {
    padding: 0px 10px;
    text-transform: none;
}

.dropdown_icon img {
    width: 35px;
    height: 35px;
}

.dropdown_content h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0px;
    color:#8f8f8f;
}

.dropdown_content span {
    font-size: 13px;
        color:#8f8f8f;

    
}
/*.dropdown_content span:hover {*/
/*color:#000 !important;*/
/*}*/

.dropdown_content:hover {
color:#000 !important;
}


.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #3fbbc0;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

/**
  * Mobile Navigation 
  */
.mobile-nav-toggle {
    color: #555555;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(60, 60, 60, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 8px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #555555;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #3fbbc0;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #3fbbc0;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}

.brochure_btn:hover {
    background: #111d67;
}

.pl45 {
    padding-left: 37px;
}

.main_heading {
    font-size: 20px;

}

section#hero {
    margin-top: -0px;
}

/*section#hero img {*/
/*    height: 600px;*/
/*    object-fit: cover;*/
/*}*/

.main_banner_tabs {
    padding-top:4px !important;
    background: #fff;
    margin-top: -49px;
    position: relative;
    width: fit-content;
    padding-left: 20px;
    border-radius: 5px 5px 0px 0px;
}


.about_section .nav-pills .nav-link.active {
    color: #000;
    background: transparent;
    border-top: 2px solid #000;
    border-radius: 0px;
}

.main_banner_tabs button {
    color: #4c4c4c;
    font-weight: 600;
    border-top: 2px solid #fff;
}

.service_box1 {
    padding: 0px 0px 0px 20px;
    margin-top: 0px;
    margin-left: 1px;
}

.services_section2 .owl-dots {
    display: none;
}

.main_banner_tabs button:hover {
    color: #de2a1b;
}

.services_heading {
    font-size: 22px;
    font-weight: 300;
    line-height: 35px;
    padding-bottom: 8px;
    padding-top: 20px;
    color: #000;
}


.button_hover1 {
    border: 2px solid #de2a1b;
    color: #de2a1b;
    padding: 10px 20px;
    border-radius: 7px;
    font-weight: 700;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
}

.brochure_btn {
    background: #111d67;
    margin-left: 10px;
    padding: 6px 15px 6px 15px !important;
    border-radius: 3px;
    color: #fff !important;
}

.button_hover1:hover {
    background: #de2a1b;
    color: #fff;
}

.about_section .nav-pills .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
}

.about_section li.nav-item {
    padding-right: 5px;
}


.about_section .box {
    color: #fff;
    background: #000000ba;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.about_section .box:before {
    content: "";
    background: #a00606;
    width: 0px;
    height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.45s ease;
}

.about_section .box:hover:before {
    height: 100%;
}

.about_section .box img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
}

.about_section .box:hover img {
    opacity: 0.1;
}

.about_section .box-content {
    width: 100%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.about_section .box:hover .box-content {
    opacity: 1;
}

.about_section .box .title {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 1px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.about_section .box .post {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 12px;
    display: block;
}

.about_section .box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
}

.about_section .box .icon li {
    margin: 0 3px;
    display: inline-block;
}

.about_section .box .icon li a {
    color: #fff;
    font-size: 15px;
    line-height: 31px;
    width: 33px;
    height: 33px;
    border: 1px solid #fff;
    display: block;
    transition: all 0.35s;
}

.about_section .box .icon li a:hover {
    color: #e21818;
    background: #fff;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    border-radius: 50px;
}

.about_section .explore_btn a {
    border: 1px solid #fff;
    padding: 6px 14px 7px 14px;
    margin-top: 20px;
    display: inline-block;
    color: #fff !important;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.about_section .explore_btn a:hover {
  background-color:#111d67;
}

.mt40 {
    margin-top: 40px;
}


.services_section {
    background: #e9e9e9;
}

.sales_img {
    display:flex;
    justify-content:center;
    position: relative;
}

.sales_img-425 {
    display:none;

}






.image_posotion {
    z-index: 99;
    width: 100% !important;
    margin-top: -40px;
    height: auto;
    object-fit: cover;
    /*padding-right: 20px;*/
    position: absolute;
    height: 424px;
    box-shadow:1px 1px 10px #888;
}

.credits p a {
    color: #000 !important;
    text-decoration: none;
}

.mt140 {
    margin-top: 65px;
}

.cost-mt-140{
        margin-top: 74px !important;

}
.cost-mt-180
{
    margin-top: 130px !important;
}
.footer_bottom_contact {
    clear: both;
    background: #000;
    padding: 10px;
}

.footer_bottom_contact h4 {
    color: #fff;
    font-weight: 800;
    padding-top: 9px;
    font-size: 24px;
    margin-bottom: 0;
}

.contact_btn2 {
    float: right;
}

.services_section {
    padding: 10px 0px;
}

.contact_btn2 a {
    color: #fff;
    font-weight: 800;
    border: 2px solid #fff;
    padding: 8px 20px;
    border-radius: 9px;
    margin-top: 0px;
    display: inline-block;
    text-decoration: none !important;
}

.contact_btn2 a:hover {
    background: #fff;
    color: #000;
}

.project_content {
    padding-top: 20px;
    font-weight: 500;
    font-size: 18px;
    /* margin-bottom: 0; */
    /* padding-bottom: 0; */
}

.project_content p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.project_content h3 {
    font-size: 24px;
    font-weight: 700;
    padding-top: 5px;
}

.project_images img:hover {
    transition: 0.5s all;
    transform: scale(1.1);
}

.project_images {
    overflow: hidden;
}

.project_images img {
    transition: 0.5s all;
}

.services_section2 .owl-theme .owl-dots .owl-dot span {
    width: 45px !important;
    height: 4px !important;
    margin: 5px 3px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.services_section2 .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #de2a1b !important;
}

.services_section2 .owl-dots {
    position: relative;
    left: 48px;
    margin-top: 6px;
}

.services_section2 .owl-nav {
    position: absolute;
    left: 0px;
    margin-top: -2px !important;
    z-index: 99;
}

.services_section2 .owl-nav i {
    font-size: 26px;
    color: #de2a1b;
    font-weight: 800;
}

.services_section2 button.owl-next:hover {
    background: transparent !important;
}

.footer_logo {
    width: 136px;
}

.services_section2 .owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: left !important;
}

.fixed-top {
    position: sticky !important;
}

.ptpb100 {
    padding: 100px 0px;
}

.ptpb60 {
    padding: 90px 0px;
}

.about_imgcls {
    background: #fecc00;
    width: 50%;
    float: right;
}

.about_image:before {
    content: "";
    position: absolute;
    border: 0;
    object-fit: cover;
    background: #dbdbdb;
    padding: 162px 140px;
    right: 0;
    margin-top: -23px;
}

.about_image {
    position: relative;
}

.about_image img {
    padding: 20px 0px;
    z-index: 99;
    position: relative;
    width: 92%;
}

.about_image img {
    padding: 20px 0px;
    z-index: 99;
    position: relative;
    width: 92%;
}

.left_position img {
    float: right;
}

.paddtop140 {
    padding-top: 140px;
}

.left_position:before {
    left: 0;
    right: auto;
}

.inner_heading {
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
    padding-bottom: 0;
    font-family: 'Lora', serif;
}

.our_journey img {
    width: 100%;
}

.pdtop45 {
    padding-top: 45px;
}

.pdtop65 {
    padding-top: 65px;
}

.team_pic:before {
    content: "";
    position: absolute;
    border: 0;
    background: #ddd;
    padding: 110px 60px;
    left: 0;
    margin-top: -25px;
}

.team_box {
    position: relative;
    margin-bottom: 130px;
    display: inline-block;
}

.team_pic img {
    position: relative;
    z-index: 9;
    margin-left: 27px;
    width: 170px;
}

.team_pic {
    float: left;
}

.team_pic {
    width: 197px;
}

.team_content {
    float: left;
    padding-left: 20px;
    width: 155px;
}

.team_content p {
    color: #666;
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 600;
}

.team_content h3 {
    font-size: 26px;
    color: #000;
    margin: 0;
    padding: 0;
    padding-top: 0;
    padding-bottom: 12px;
    font-weight: 600;
}

.ptpb110 {
    padding-top: 110px;
}

.why_content li {
    list-style: none;
    display: flex;
    margin-bottom: 20px;
}

.why_content li img {
    display: block;
    width: 100px;
    height: auto;
}

.why_content img {
    float: left;
    margin-right: 11px;
    margin-top: 3px;
}

.awards_box img {
    width: 100%;
    cursor: pointer;
}

.awards_box p {
    text-align: center;
    line-height: 22px;
    padding-top: 10px;
}

.awards_box h4 {
    font-size: 24px;
    text-align: center;
    padding-bottom: 2px;
    border-bottom: 2px solid;
    width: 58px;
    margin-bottom: 17px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #000;
}

.awards_sectio .col-md-2 {
    width: 20%;
}

.margintp_60 {
    margin-top: 60px;
}

.awards_box p {
    line-height: 24px;
    font-size: 15px;
}

.legsl_box h5 {
    font-weight: 600;
    padding-top: 30px;
}

.legsl_box p {
    font-size: 14px;
    line-height: 26px;
}

.work_image_box img {
    background: #fff;
    /* border: 1px #666666 solid; */
    -webkit-box-shadow: 1px 1px 5px #ccc;
    -moz-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;
    margin-bottom: 20px;
    width:100%;
    height:100%;
}

.leflats_image_box img {
    width: 100%;
}

.leflats_image_box {
    padding: 10px;
    background: #fff;
    /* border: 1px #666666 solid; */
    -webkit-box-shadow: 1px 1px 5px #ccc;
    -moz-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;
}

.leflats_image_box {
    margin-bottom: 50px;
}

.margintp70 {
    margin-top: 70px;
}

.margintpminus70 {
    margin-top: -70px;
}

.case__inner {
    overflow: hidden;
    box-shadow: 0px 0px 8px -1px #ccc;
    height: 518px;
}

.case__inner {
    overflow: hidden;
    box-shadow: 0px 0px 8px -1px #ccc;
    height: 518px;
}

.case_image img {
    width: 100%;
    height: 300px;
    transition: 0.3s all ease;
}

.case_content {
    padding: 15px 21px 28px;
}

.case_content h4 {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    padding-top: 9px;
}

.case_content a {
    font-size: 13px;
    text-align: center !important;
    margin-left: 0%;
    color: #da251d;
}

.case_content p {
    margin-bottom: 4px;
}

.case_content p {
    font-size: 15px;
    line-height: 26px;
    text-align: center;
}

.case_content {
    text-align: center;
}

.case_image {
    overflow: hidden;
}

.case_image img:hover {
    transform: scale(1.1);
    transition: 0.3s all;
}

.contact_content h5 {
    font-weight: 700;
}

.hr {
    border-bottom: 1px dashed#000;
    margin-bottom: 25px;
    margin-top: 25px;
}

.contact_content ul li {
    margin-bottom: 7px;
    font-size: 15px;
}

.paddtop70 {
    padding-top: 70px;
}

.paddtop50 {
    padding-top: 50px;
}

.contact_content a {
    color: #000;
            font-weight: 600;

}

.border_logo1 {
    width: 100% !important;
    height: 167px;
    object-fit: cover;
}

.border_logo1 {
    border: 1px solid #c0c0c0;
    margin-bottom: 25px;
}

.border_logo1 img {
    width: 100%;
    padding: 10px;

}

.brochure_btn:hover {
    border-bottom: 0 !important;
}

.brochure_btn {
    border-bottom: 0 !important;
}



.logo_box_slider img {
    width: 70% !important;
}

.simply-scroll .simply-scroll-list li {
    float: left;
    width: 201px !important;
    height: auto !important;
}

.simply-scroll {
    width: 100%;
    height: auto !important;
    margin-bottom: 1em;
}

.simply-scroll .simply-scroll-clip {
    width: 100%;
    height: auto !important;
}







/*whatsapp*/

.whatsapp {
    position: fixed;
    right: 19px;
    bottom: 36px;
    text-align: right;
}
        .whatsapp {
            z-index: 1111111111111111111111111111111111111111111111111 !important;

        }

        .whatsapp img {
            filter: grayscale(100%);
        }

        .whatsapp img:hover {
            filter: grayscale(0%);
        }


        .whatsapp img {
            animation-name: wp;
            animation-timing-function: inherit;
            animation-iteration-count: infinite;
            animation-duration: 1.5s;
        }
  @keyframes wp {

            1% {
                transform: scale(1);
            }

            50% {
                transform: scale(1.2);
            }

            100% {
                transform: scale(1);
            }
        }

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
#footer {
    background: #f1f0f0;
    padding: 0 0 5px 0;
    color: #555555;
    font-size: 14px;
}

#footer .footer-top {
    background: #f1f0f0;
    padding: 45px 0 1px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #000;
}

#footer .footer-top .social-links a {
    font-size: 20px;
    display: inline-block;
    background: transparent;
    color: #000;
    line-height: 1;
    padding: 8px 0;
    margin-right: 0px;
    border-radius: 4px;
    text-align: center;
    width: 32px;
    height: 33px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    color: #666;
}

.mt40 {
    margin-top: 40px;
}


#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-bottom: 12px;
    color: #000;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #3fbbc0;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #000;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
}

#footer .footer-top .footer-links ul a:hover {
    color: #000;
    text-decoration: underline;
}

#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #3fbbc0;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
}

.credits p a {
    color: #000;
    font-weight: 700;
}

.credits p {
    margin-bottom: 0;
    padding-top: 5px;
    float: right;
    color: #000;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
    background: #65c9cd;
}


.footer-copyright{
    padding:10px 0px  30px 0px;
    /*border-top:1px dashed #000;*/
}
.copyright p {
    margin-bottom: 0;
    padding-top: 5px;
    color: #000;
    text-align: left;
    font-size: 11px;
}

#footer .copyright {
    text-align: center;
    padding-top: 0px;
}

#footer .credits {
    padding-top: 0px;
    text-align: center;
    font-size: 13px;
}

.logoslider_section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.birthday_pt img {
    width: 80px;
    margin-top: -6px;
}

.gray_brg {
    background: #f4f4f4 !important;
}

.test_box {
    width: 100%;
    float: left;
    margin-top: -15px;
    margin-bottom: 10px;
}

.testi_bg_1 {
    background: #da251d;
}

.testi_bg_2 {
    background: #e77817;
}

.testi_bg_3 {
    background: #f8c300;
}

.testi_bg_4 {
    background: #0013f8a1;
}

.testi_bg_5 {
    background: #9b26b0;
}

.testi_bg_6 {
    background: #ec3f79;
}

.testi_bg_7 {
    background: #03abd2;
}

.testi_bg_8 {
    background: #34a853;
}

.testi_bg_9 {
    background: #4285f4;
}

.testi_bg_10 {
    background: #273f5b;
}

.testi_bg_11 {
    background: #0281c3;
}

.testi_bg_12 {
    background: #de5a49;
}

.testi_bg_13 {
    background: #4cb4ae;
}

.testi_bg_14 {
    background: #aa4788;
}

.testi_bg_15 {
    background: #84c35c;
}

.testi_bg_16 {
    background: #0b3537;
}

.testi_bg_17 {
    background: #6f6c15;
}

.testi_bg_18 {
    background: #838280;
}

.testi_bg_19 {
    background: #20395f;
}

.testi_bg_20 {
    background: #80b754;
}

.testi_bg_21 {
    background: #2b806b;
}

.del-img {
    height: 85px;
    width: 85px;
    border-radius: 50px;
}

.del-img p {
    font-size: 52px;
    text-align: center;
    color: #fff;
    padding-top: 2px;
    font-weight: bold;
    line-height: 80px;
}

.testimonial_area_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    text-align: left;
    font-size: 14px;
    line-height: 25px;
    padding-left: 20px;
}

.padd_20 {
    padding-top: 20px;
}

.del-img img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50px !important;
}

.borderss {
    border-top: 1px solid #ccc;
    margin: 15px 0 35px 0;
    clear: both;
}

.our-team {
    text-align: center;
    position: relative;
    box-shadow: 3px 3px 3px #737171;
}

.our-team:before {
    content: "";
    border: 0px solid #083d77;
    opacity: 0;
    position: absolute;
    top: -7px;
    left: -7px;
    bottom: -7px;
    right: -7px;
    transform: scale(1.03);
    transition: all 0.6s ease 0s;
}

.our-team:hover:before {
    opacity: 1;
    transform: scale(1.1);
}

.our-team .pic {
    position: relative;
}

.our-team .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.6s ease 0s;
}

.our-team:hover .pic:before {
    opacity: 1;
}

.our-team img {
    width: 100%;
    height: auto;
}

.our-team .team-content {
    padding: 30px 0 20px;
    position: relative;
    top: 0;
    transition: all 0.6s ease 0s;
}

.our-team:hover .team-content {
    top: -50%;
}

.our-team .title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 7px 0;
    transition: all 0.6s ease 0s;
}

.our-team:hover .title {
    color: #fff;
}

.our-team .post {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #707070;
    text-transform: capitalize;
    transition: all 0.6s ease 0s;
}

.our-team:hover .post {
    color: #ffcc00;
}

.our-team .content {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    position: absolute;
    top: 45px;
    left: 20px !important;
    opacity: 0;
    transform: scale(0);
    transition: all 0.6s ease 0s;
}

.our-team:hover .content {
    opacity: 1;
    transform: scale(1.1);
}

.our-team .content li {
    display: inline-block;
}

.our-team .content li a {
    display: block;
    padding: 0 15px;
    font-size: 18px;
    color: #083d77;
    border-right: 1px solid #083d77;
    position: relative;
    transition: all 0.3s ease 0s;
}

.portfolio .content p {
    color: #fff;
    font-size: 14px;
    line-height: 5px;
    text-align: left;
    padding-left: 30px;
}

.portfolio .content h2 {
    color: #fff;
    font-size: 18px;
    padding-left: 30px;
    text-align: left;
    padding-bottom: 10px;
}

.portfolio .content a {
    background: #da251d;
    color: #fff;
    padding: 1px 10px;
    border-radius: 0;
    font-size: 14px;
    float: left;
    width: 292px;
    margin-left: 14px;
    margin-bottom: 13px;
    height: 41px;
    text-align: center;
    text-decoration: none;
    padding-top: 10px;
}

.portfolio .content a:hover {
    background: #e77817;
}

.portfolio .content ul {
    list-style: circle;
    padding-bottom: 38px;
}

.our-team .content li {
    display: block;
    line-height: 22px;
    color: #fff;
    text-align: left;
    padding-left: 0px;
    font-size: 14px;
}

.padd_tp {
    padding: 0px 80px;
}

.our-team .content li a:hover {
    color: #ffcc00;
}

.our-team .content li:last-child a {
    border-right: none;
}


.portfolio h4 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 16px;
}

.margin_top62 {
    margin-top: 70px;
}

.margin_top72 {
    margin-top: -50px;
}

.margin_top25 {
    margin-top: 25px;
}

/* mobile view start */
@media(max-width:767px) {
    .main_banner_tabs {
        width: 100%;
    }

    .image_posotion {
        z-index: 99;
        width: 100% !important;
        margin-top: 0;
        height: auto;
        object-fit: cover;
        padding-right: 0;
        position: relative;
    }

    .service_box1 {
        padding: 5px 0px 0px 0px;
        margin-top: 0;
        margin-left: 0;
    }

    .services_heading {
        font-size: 18px;
        font-weight: 300;
        line-height: 29px;
        padding-bottom: 0px;
    }

    .button_hover1 {
        margin-top: 0;
    }

    .project_slider {
        margin-top: 30px;
    }

    .services_section2 .owl-dots {
        display: none;
    }

    .mt140 {
        margin-top: 0;
        padding-top: 30px;
    }

    .project_content h3 {
        font-size: 20px;
        font-weight: 700;
        padding-top: 5px;
    }

    .project_content p {
        font-size: 15px;
        line-height: 20px;
    }

    .footer_bottom_contact {
        text-align: center;
    }

    .contact_btn2 {
        float: inherit;
    }

    .contact_btn2 a {
        padding: 6px 20px;
        margin-top: 15px;
    }

    .footer_bottom_contact {
        clear: both;
        background: #000;
        margin-top: 0px;
        padding: 10px 0px 20px 0px;
    }

    .footer_bottom_contact h4 {
        color: #fff;
        font-weight: 800;
        padding-top: 9px;
        font-size: 18px;
        margin-bottom: 0;
        padding-left: 5px;
        padding-right: 5px;
        line-height: 27px;
    }
    
    .cost-mt-140{
        margin-top:50px;
    }
}

@media (max-width: 3001px) and (min-width: 1466px) {

    /*.birthday_pt {
      position: relative;
      left: 55px;
  }*/
    .navbar li {
        position: relative;
        padding-left: 25px;
        padding-right: 25px;
    }
}

nav#navbar {
    padding: 0;
}

li.logo_li a:hover {
    border: 0 !important;
}

li.logo_li {
    padding-left: 0;
    padding-right: 60px;
}

.dropdown-menu.w-100.mt-0.posoiton_left .container {
    max-width: 1600px !important;
    padding-left: 50px;
}

ul.fulldropwidth {
    position: relative !important;
    top: auto !important;
    z-index: auto !important;
    opacity: inherit !important;
    visibility: inherit !important;
    left: 0 !important;
    background: transparent !important;
}

.menuright_img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: top;
}

.project_content:hover a {
    color: #de2a1b;
}


.project_content a {
    text-decoration: none;
    color: #333;
}

ul.fulldropwidth li:hover .dropdown_content h4 {
    color: #000;
}

ul.fulldropwidth li:hover .dropdown_content span {
    color: #000 !important;
}



.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
}

.about_section .nav-pills .nav-link:hover {
    color: #000;
    background: transparent;
    border-top: 2px solid #000;
    border-radius: 0px;
}

.wrapper {
    display: none;
}

















/*   res  start */
@media (max-width: 1200px) {
    /* font-weight: 600; */
}

@media (max-width: 1024px) {
    p {
        line-height: 24px;
    }

    .navbar {
        padding: 0% 4% !important;
    }

    .navbar li {
        padding-left: 3px;
        padding-right: 3px;
    }

    .navbar a,
    .navbar a:focus {

        font-size: 14px;

    }

    .services_heading {
        padding-bottom: 7px;
        padding-top: 15px;
    }

    .image_posotion {
        margin-top: -15px;
    }

    .pl45 {
        padding-left: 25px;
    }

    .main_banner_tabs {
        padding-left: 9px;
    }

    .mt140 {
        margin-top: 64px;
    }


    .footer_bottom_contact h4 {
        font-size: 21px;
    }


/*ppt */
.ppts img{
    height:270px !important;
}



/*team */
.team_content {
  float: left;
  padding-left: 20px;
  width: 100%;
  padding-top: 35px;
}


/*awards */
.awards_sectio .col-md-2 {
  width: 25%;
}
}

@media (max-width: 768px) {
    .main_banner_tabs {
        width: auto;
    }

    .about_section li.nav-item {
        padding-right: 10px;
    }

    .crlleft {
        padding: 20px;
    }

    .mt40 {
        margin-top: 25px;
    }
    
    .image_posotion {
  width: 100% !important;
  margin-top: 21px;
  height: auto;
  object-fit: cover;
  padding-right: 0px;
  position: absolute;
  height: 364px;
}


.service_box1 {
  padding: 0px 0px 0px 0px;
  margin-top: 0px;
  margin-left: 1px;
}











/*case studyes */

.ptpb60 {
    padding: 50px 0px;
}

.paddtop70 {
  padding-top: 50px;
}



/*print prod*/
.margintp70 {
  margin-top: 45px;
}


/*ppt */
.ppts img{
    height:200px !important;
}

.leflats_image_box{
        margin-bottom:30px;
}


/*awards */
 .awards_sectio .col-md-2 {
    width: 49%;
  }
  
  .pl45 {
        padding-left: 18px;
    }

}




@media (max-width: 425px) {
    
      .pddbtm50 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
    
    .sales_img {
    display:none;
    justify-content:center;
    position: relative;
}

.sales_img-425 {
    text-align:center;
       display:block;
    justify-content:center;
    position: relative;

}
    
    .mt140 {
        margin-top: 34px;
    }
   .cost-mt-140{
        margin-top:25px !important;
    }
    
    .service_box1 {
        padding: 31px 0px 20px 0px;
    }
.logo_mobiles img {
    width: 111px !important;
    padding-top: 11px !important;
  }
  
  
  .image_posotion {
    width: 100% !important;
    margin-top: 12px;
    height: auto;
    object-fit: cover;
    padding-right: 0px;
    position: absolute;
    height: 255px;
  }
  
  .services_section p{
      text-align:justify;
  }
  
  .services_section2 p{
      text-align:justify;
  }
  
  
  
  .crlleft {
    padding: 27px;
  }
  
   .main_banner_tabs {
    padding-bottom: 8px;
  }
  
  .main_heading {
  font-size: 18px;
}
  
  
  
  /*ppts */
  .ppts img{
    height:100% !important;
}

.leflats_image_box{
        margin-bottom:20px;
}

/*team */
.team_pic::before {
    padding: 86px 60px;
    margin-top: -14px !important;
    height: 120% !important;
  }
  
  .team_content {
    padding-left: 10px !important;
    padding-top: 25px !important;
  }
  
  .image_posotion {
    
    position: relative;
}
  
  
  .pl45 {
        padding-left: 7px;
    }
    
    .about_section .nav-pills .nav-link {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 13px;
  margin-right:2px;
}
.services_section {
  padding: 5px 10px 10px 10px;
}

.services_section2 {
  padding: 15px 15px 40px 15px;
}
    
    .logoslider_section {
    padding-top: 40px;
    padding-bottom:30px;
  }
    
}

/*  header res  end */



/*SEO  Font*/

.seo-para{
    font-size:1px !important;
    color:#fff !important;
}






/*images Hover style */



    .r-img-box {
        padding: 30px;
        position: relative;
        z-index: 1;
    }

    .r-img-box::after {
        content: " ";
        position: absolute;
        width: 50%;
        height: 100%;
        top: 0px;
        right: 0px;
        background-color: #ddd;
    }

    .r-img-box .r-img-holder {
        overflow: hidden;
        position: relative;
        z-index: 10;
    }

    .r-img-box img {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        width:100% !important;
    }

    .r-img-box:hover img{
        -webkit-transform: scale(1.2);
        transform: scale(1.09);
        -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
        transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    }



    .l-img-box {
        padding: 30px;
        position: relative;
        z-index: 1;
    }

    .l-img-box::after {
        content: " ";
        position: absolute;
        width: 50%;
        height: 100%;
        top: 0px;
        left: 0px;
        background-color: #ddd;
    }

    .l-img-box .l-img-holder {
        overflow: hidden;
        position: relative;
        z-index: 10;
    }

    .l-img-box img {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
                width:100% !important;

    }

    .l-img-box:hover img {
        -webkit-transform: scale(1.2);
        transform: scale(1.09);
        -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
        transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    }



@media (max-width: 425px) {
    
        .about_section .nav-pills .nav-link {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 11px !important;
  margin-right:0px;
}
     .l-img-box {
        padding: 12px 0px 12px 12px;
    }
       .r-img-box {
        padding: 12px 12px 12px 0px;
    }
    .footer_bottom_contact .col-3{
        padding:0px 10px 0px 0px;
    }
    
    .services_section2 {
  padding: 5px 15px 65px 15px !important;
}
    
    .client-section {
  padding: 30px 0px 40px 0px;
}
    
     .footer_bottom_contact h4 {
    text-align: left !important;
  }
    
    
  .about_section {
    padding-bottom: 0px !important;
  }
    .contact_btn2 a {
    color: #fff;
    font-weight: 800;
    border: 2px solid #fff;
    padding: 2px 5px;
    border-radius: 5px;
    margin-top: 0px;
    display: inline-block;
    text-decoration: none !important;
    margin-top:9px;
    font-size:12px;
}



.main_banner_tabs button {
    color: #000;
    font-weight: 500;
    border-top: 2px solid #fff;
}




.main_banner_tabs {
    width: auto;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
      margin-top: -39px;

  }




 .about_section li.nav-item {
    padding-right: 0;
  
  }
  
  .about_section .nav-pills .nav-link{
    background-color: #ddd;
      border-top-left-radius: 5px;
    border-top-right-radius: 5px;
         border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
      border-top: 2px solid #ddd !important;
      padding: 9px 5px !important;

  }
  
  .about_section .nav-pills .nav-link.active {
  color: #000;
  background: #fff !important;
  border-top: 2px solid #000 !important;
  border-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
          border-top-left-radius: 5px !important;
    border-top-right-radius: 5px  !important;
         border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
  
  
  
  
  
/*  .main_banner_tabs {*/
/*  padding-top: 4px !important;*/
/*  background: #fff;*/
/*    background-color: rgb(255, 255, 255);*/
/*  margin-top: -42px;*/
/*  position: relative;*/
/*  width: fit-content;*/
/*  padding-left: 20px;*/
/*  border-radius: 5px 5px 0px 0px;*/
/*}*/


}


/*============================why maptek page styling*/
 #why-maptek .why-maptek-box {
                            height: 100%;
                        }

                        #why-maptek .why-maptek-box:hover .w-num {
                            background-color: #5e5d5d;

                        }

                        #why-maptek .num-box {
                            width: 100%;
                            height: 70px;
                            background-color: #f0efef;
                            position: relative;
                            border-bottom-right-radius: 20px;
                            border-bottom-left-radius: 20px;
                            display: flex;
                            justify-content: center;
                        }

                        #why-maptek .w-num {
                            width: 60px;
                            height: 60px;
                            border-radius: 50%;
                            background-color: #000;
                            border: 5px solid #f0efef;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            transform: translateY(30px);
                        }

                        #why-maptek .w-num h1 {
                            font-size: 40px;
                            color: #fff;
                            font-weight: 800;
                        }

                        #why-maptek .why-dec {
                            border: 1px solid #f0efef;
                            padding: 50px 10px 0px 10px;
                            border-top-right-radius: 20px;
                            border-top-left-radius: 20px;
                        }

                        #why-maptek .why-dec p {
                            text-align: center;
                        }





/*-============================================================== start tek Talk page styling */

    .artical-image {
        height: 200px;
        margin-bottom: 130px;
    }

    .artical-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .artical {
        position: relative;
        width: 100%;
        height: 100%;
        background-color: #f4f4f4;
        overflow: hidden;
        border-radius: 5px;
    }

    .artical_content {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 15px;
        background: #f2f2f2;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;

        transform: translateY(70px);
        transition: transform .25s;
    }

    .artical_title {
        color: #131313;
        line-height: 15px;
        font-weight: bold;
        font-size: 19px;
        color: #333;

    }

    .artical_subtitle {
        margin-top: 10px;
        display: block;
        font-size: 15px;
        margin-bottom: 20px;
        color:#000 !important;
    }

    .aritcal-btn {
        margin: 20px 0px;
    }
    
    
    

    .artical_description {
        opacity: 0;
        transition: opacity .5s;
        background-color: #111d67;
        border-radius: 4px;
        position: relative;
        z-index: 2;
        width: fit-content;
        overflow: hidden;
    }

    .artical_description a {
        position: relative;
        z-index: 20;
        font-weight: 600;
        font-size: 14px;
        text-decoration: none;
        color: #fff;
    }



    .artical:hover .artical_description {
        opacity: 1;
        transition-delay: .25s;
    }


    .artical:hover .artical_content {
        transform: translateY(0);
    }

    .btn {
        text-transform: uppercase;
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
        position: relative;
        transition: all 1s;
        overflow: hidden;
        background-color: #111d67;
        color: #fff;
    }

    .btn:hover {
        color: white;
    }

    .btn::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 0%;
        top: 0;
        left: -40px;
        transform: skewX(45deg);
        background-color: #111d67;
        z-index: -1;
        transition: all 1s;
    }

    .btn:hover::before {
        width: 160%;
    }
    
    
    
    /*articals */
    
    
    .artical-details-row {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .artical-detail {
        width: 85%;
    }

    .artical-detail-heading {
        padding: 3px 0px;
        margin-bottom: 15px;
    }
/*-============================================================== end tek Talk page styling */


@media (max-width: 425px) {
  .festivals {
    left: 3.7% !important;
  }
}


    body {
        width: 100% !important;
        overflow-x: hidden;
    }

    .container {
        max-width: 100%;
    }

    @media (min-width: 325px) {
        .container {
            max-width: 97% !important;
        }
    }

    @media (min-width: 375px) {
        .container {
            max-width: 97% !important;
        }
    }

    @media (min-width: 425px) {
        .container {
            max-width: 97% !important;
        }
    }

    @media (min-width: 768px) {
        .container {
            max-width: 94% !important;
        }
    }

    @media (min-width: 1024px) {
        .container {
            max-width: 94% !important;
        }
    }

    @media (min-width: 1200px) {
        .container {
            max-width: 92% !important;
        }
    }

    @media (min-width: 1366px) {
        .container {
            max-width: 84% !important;
        }
    }

    @media (min-width: 1440px) {
        .container {
            max-width: 90% !important;
        }
    }

    @media (min-width: 1600px) {
        .container {
            max-width: 84% !important;

        }
    }

    /* Add custom styles for container padding or margin if needed */
    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    /* Override Bootstrap's container-fluid class if needed */
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    
    
    
      @media (max-width: 425px) {
        #videoWrapper {
            height: 52vh !important;
        }
    }


 .br-line {
        border-top: 1px dashed #999;
        margin-top: 20px;
    }

    .client-section {
        padding: 20px 0px 40px 0px;
    }

    .client-section .item {
        padding: 10px 5px;
        height: max-content;
    }

    .client-section .item .client {
        height: 100%;
        border: 1px solid #ddd;
        border-radius: 10px;
        overflow: hidden;
        text-align: center;
        background-color: #fff;
    }

    .client-section .client-info {
        padding: 20px 15px;
    }

    .client-section .client-name h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .client-section .client-para {
        height: 120px;
        overflow: hidden;
    }

    .client-section .client-para p {
        font-size: 14px;
    }

    .client-section .owl-carousel {
        position: relative;
    }

    .owl-theme .owl-nav {
        background: #fff;
    }

    .client-section .owl-carousel .owl-nav {
        background-color: #fff !important;
    }

    .client-section .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        top: 34%;
        right: -33px;
    }

    .client-section .owl-carousel .owl-nav button.owl-next span {
        font-size: 60px;
        color: #777;
    }

    .client-section .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        top: 34%;
        left: -33px;
    }

    .client-section .owl-carousel .owl-nav button.owl-prev span {
        font-size: 60px;
        color: #777;
    }

    .client-section .owl-carousel .owl-nav button.owl-prev span:hover {
        color: red;
    }

    .client-section .owl-carousel .owl-nav button.owl-next span:hover {
        color: red;
    }

    .client-section .owl-theme .owl-dots {

        display: none !important;
    }

    @media (max-width: 768px) {
        .client-section .owl-carousel .owl-nav button.owl-next {
            position: absolute;
            top: 34%;
            right: 5px;
        }


        .client-section .owl-carousel .owl-nav button.owl-prev {
            position: absolute;
            top: 34%;
            left: 5px;
        }
    }

    @media (max-width: 425px) {
        .client-section .owl-carousel .owl-nav button.owl-next {
            position: absolute;
            top: 34%;
            right: 0px;
        }


        .client-section .owl-carousel .owl-nav button.owl-prev {
            position: absolute;
            top: 34%;
            left: 0px;
        }
    }


    .client-section .item img {
        filter: grayscale(100%);
        transition: all 0.3s;
    }

    .client-section .item:hover img {
        filter: grayscale(0%);
    }
    
    .bg_ddd
    {
        background: #f1f0f0 !important
    }
    
     .simply-scroll .simply-scroll-list li img {
                    filter: grayscale(100%);
                    border: 0px solid #ddd;
                }

                .simply-scroll .simply-scroll-list li:hover img {
                    filter: grayscale(0%);
                }
                


.action-btn {
        background-color: #fff;
        padding: 5px 18px;
        margin-top: 25px;
        border-radius: 5px;
        border: 2px solid #fff;
        width: fit-content;
    }
.banners_sliders img {
    border-radius: 24px;
}
    .action-btn:hover {
        background-color: #111d67;
        cursor: pointer;
    }

    .action-btn:hover a {
        color: #fff;
        background-color: #111d67;

    }

    .action-btn a {
        color: #000;
        text-decoration: none;
        font-weight: 600;
        font-size: 18px;
    }

    .action-btn :hover {
        background-color: #777;
    }

    #carouselExampleCaptions {
        height: 100%;
        width: 100%;
    }

    .carousel-inner {
        height: 100%;
        width: 100%;
        position: relative;
    }

    .carousel-caption {
        position: absolute;
        width: fit-content;
        height: fit-content;
        top: 15vh;
        left: 8.6%;
        display: flex !important;
    }

    .carousel-caption p {
        color: #fff;
        font-size: 18px;
        text-align: left !important;
    }

    .carousel-caption h5 {
        text-align: left !important;
        color: #fff;
        font-size: 37px;
        font-weight: 300;
        font-family: 'Lora', serif;
    }


    .text-1 {
        opacity: 0;
        animation-name: anmi;
        animation-timing-function: inherit;
        animation-iteration-count: infinite;
        animation-duration: 40s;
    }


    @keyframes anmi {

        1% {
            opacity: 0;
        }

        3% {
            opacity: 1;
        }

        98% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    .banner-animated-text .carousel-control-next,
    .carousel-control-prev {
        width: 5%;
    }

    .banner-animated-text .carousel-inner {
        user-select: none;
    }

    #videoWrapper {
        height: 90vh;
        overflow: hidden;
        position: relative;
    }

    #videoWrapper video {
        position: absolute;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        object-fit: cover;
        z-index: -100;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    #video-slider-1 {
        position: relative;
    }


    .banner-animated-text {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0%;
        left: 0%;
        z-index: 1;
        background-color: #00000060;
    }




    .services_section2 {
        padding: 20px 0px 50px 0px;
    }






    .sales_img img {
        width: 100%;
    }




    .text-div {
        width: 500px;
    }

    .award-div {
        width: 280px;
        height: auto;
        padding: 5px 0px 0px 30px;
    }



    @media (max-width: 1600px) {
        .carousel-caption {
            top: 15vh;
            left: 9.1%;

        }
    }

    @media (max-width: 1366px) {
        .carousel-caption {
            top: 15vh;
            left: 8.6%;

        }
    }


    @media (max-width: 1200px) {}

    @media (max-width: 1024px) {

        #videoWrapper {
            height: 60vh;

        }

        .banner-animated-text p {
            color: #fff;
            font-size: 18px;
        }

        .banner-animated-text h1 {
            color: #fff;
            font-size: 37px;
            font-weight: 700;
            font-family: 'Lora', serif;
        }

        .carousel-caption {
            width: 500px;
            top: 15vh;
            left: 8.6%;
        }


    }

    @media (max-width: 768px) {
        nav .m-menu {
            z-index: 11111111;
        }

        #videoWrapper {
            height: 40vh;
        }

        .client-section .item {
            padding: 10px 20px !important;
            height: max-content;
        }



        .carousel-caption {
            width: 500px;
            top: 6vh;
            left: 5.6%;
        }

        .banner-animated-text h5 {
            color: #fff;
            font-size: 22px;
            font-weight: 600;
            font-family: 'Lora', serif;
        }

        .banner-animated-text p {
            color: #fff;
            font-size: 15px;
        }

        .action-btn {
            background-color: #fff;
            padding: 4px 15px;
            margin-top: 25px;
            border-radius: 3px;
            border: 1px solid #fff;
        }

    }

    @media (max-width: 425px) {

        .festivals {
            position: absolute;
            bottom: 33px;
            width: fit-content;
            left: 41.2%;
            z-index: 100000000;
            text-align: center;
        }

        .festivals {
            font-size: 13px;
            font-weight: 700;
            color: gold;
            font-style: italic;
        }

        #videoWrapper {
            height: 44vh;
        }



        .carousel-control-next-icon,
        .carousel-control-prev-icon {
            display: inline-block;
            width: 20px;
            height: 20px;
            background-repeat: no-repeat;
            background-position: 50%;
            background-size: 100% 100%;
        }

        .carousel-caption {
            width: 85%;
            top: 6vh;
            left: 5.6%;
        }

        .banner-animated-text h5 {
            color: #fff;
            font-size: 18px;
            font-weight: 600;
            font-family: 'Lora', serif;
        }

        .banner-animated-text p {
            color: #fff;
            font-size: 14px;
        }

        .action-btn {
            background-color: #fff;
            padding: 3px 12px;
            margin-top: 10px;
            border-radius: 3px;
            border: 1px solid #fff;
        }

        .action-btn a {
            font-size: 14px !important;
        }


        .client-section .item {
            padding: 10px 30px !important;
            height: max-content;
        }

        .owl-item {
            margin-right: auto;
        }

        .award-div {
            width: 280px;
            height: auto;
            padding: 5px 0px 0px 30px;
            display: none;
        }



    }
    
    
    
     .aard-animation {
        animation-name: aard-animation;
        animation-iteration-count: infinite;
        animation-duration: 12s;
        animation-timing-function: inherit;

    }

    @keyframes aard-animation {
        1% {
            transform: scale(1);
        }

        10% {
            transform: scale(0.9);
        }

        20% {
            transform: scale(1);
        }

        30% {
            transform: scale(0.9);
        }

        20% {
            transform: scale(1);
        }

        30% {
            transform: scale(0.9);
        }

        40% {
            transform: scale(1);
        }

        50% {
            transform: scale(0.9);
        }

        60% {
            transform: scale(1);
        }

        70% {
            transform: scale(0.9);
        }

        80% {
            transform: scale(1);
        }

        90% {
            transform: scale(0.9);
        }
    }
    
    .guest-message {
        position: absolute;
        top: 12px;
        width: fit-content;
        left: 8.7%;
        z-index:
            10;
        text-align: center;
    }

    .guest-message {
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        font-style: italic;
    }

    @media (max-width: 1600px) {
        .guest-message {
            left: 9.1%;
        }
    }

    @media (max-width: 1366px) {
        .guest-message {
            left: 8.7%;
        }
    }






    .festivals {
        position: absolute;
        bottom: 45px;
        width: fit-content;
        left: 8.7%;
        z-index:
            100000000;
        text-align: center;
    }

    .festivals {
        font-size: 17px;
        font-weight: 700;
        color: gold;
        font-style: italic;
    }

    @media (max-width: 1600px) {
        .festivals {
            left: 9.1%;
        }
    }

    @media (max-width: 1366px) {
        .festivals {
            left: 8.7%;
        }
    }
    
     .add-clients {
        position: absolute;
        bottom: 8px;
        width: fit-content;
        left: 41.8%;
        z-index:
            1;
        text-align: center;
        width: 53.5%;
    }

    .add-clients p {
        color: #fff;
    }





    .cp_wrapper {
        width: 90%;
        margin-inline: auto;
        padding: 2px 10px;
        border-radius: 2px;
    }

    .cp_wrapper marquee {
        color: #fff;
        font-weight: 600;

    }
    
    .vouchure-modal {
                z-index: 1000000000;
            }

            .show-voucher {
                width: fit-content;
                padding: 1px 3px;
                color: gold;
                position: relative;
                transition: all .3s ease;
                border-radius: 4px;
            }

            .show-voucher span {
                text-decoration: underline;
                margin-right: 6px;
            }


            .show-voucher:hover {
                cursor: pointer;
                background-color: #000;
            }

            .show-voucher:hover span {
                text-decoration: none !important;
            }

            .btns {
                position: relative;
                width: 100%;
                padding-top: 35px;
                display: flex;
                padding-bottom: 30px;
                justify-content: center;
            }


            .download-btn {
                width: fit-content;
                background-color: #222;
                border-radius: 5px;
                color: #fff;
                padding: 4px 10px;
                outline: 0px;
                border: 0px solid #000;
            }

            .download-btn:hover {
                background-color: #777;
            }
            

.about_section {

        position: relative;
        z-index: 100;
    }

    @media (max-width: 425px) {
        .about_section .nav-pills .nav-link {
            padding-top: 9px;
            padding-bottom: 9px;
            font-size: 12px;
            margin-left: 0px;
            padding: 9px 4px 9px 8px;
        }

        .box {
            padding: 15px;
            background-color: #fff !important;
        }

        .client-sticky-btn p {
            width: 400px;
            color: #fff;
            padding: 0px;
            margin: 0px;
            transition: all 0.6s else;
            padding: 0px 15px;
            font-size: 12px;
            font-weight: bold;
        }

        .client-sticky-btn {
            position: absolute;
            width: fit-content;
            height: 40px;
            background-color: #000;
            top: 12px !important;
            z-index: 10000 !important;
            right: -400px !important;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 1s ease-in-out;
            overflow: hidden;
            border: 1px solid gold;
            border-top-left-radius: 6px;
            border-bottom-left-radius: 6px;
        }

        .guest-message {
            left: 4.7%;
        }

        .guest-message {
            font-size: 13px;
            font-weight: 700;
            color: #fff;
            font-style: italic;
        }

        .banner-animated-text p {
            color: #fff;
            font-size: 14px;
            line-height: 20px;
        }
    }
    
    
     .br-line {
                border-top: 1px dashed #999;
                margin-top: 20px;
            }
            
            
             #header ul li:nth-child(1) a.active {
        color: red !important;
    }