.custom-contact-form2 {
    margin-left: 20px;
}

.get_free1{
    margin-top: 4rem !important;
}
.get_free{
    margin-top: 6rem !important;
}

/* Media Query for Mobile Devices */
@media (max-width: 480px) {
    .common_class_padding {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-left: -10px;
    }
    .get_free{
        margin-top: 1rem !important;
    }
    .get_free1{
        margin-top: 0rem !important;
    }
}

.contact-ads-form .form-control:not(.form-control-sm):not(.form-control-lg){
    font-size: 18px;
    line-height: 30px !important;
    border-radius: 5px !important;
    border: 2px solid !important;
}
.contact-ads-form .form-control:not(.form-control-sm):not(.form-control-lg):hover {
    font-size: 18px;
    line-height: 30px !important;
    border-radius: 5px !important;
    border: 2px solid #0053ce !important;
}
.contact-ads-form .intl-tel-input.separate-dial-code .selected-dial-code {
    font-size: 18px;
    padding-left: 24px;
}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
    .common_class_padding {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-left: -10px;
    }
}

@media screen and (min-width: 1366px) {
    .custom-contact-form {
        margin-left: 80px !important;
    }
}

@media screen and (min-width: 1440px) {
    .custom-contact-form {
        margin-left: 80px !important;
    }
}

@media screen and (min-width: 1600px) {
    .custom-contact-form {
        margin-left: 130px !important;
    }
}

@media screen and (min-width: 1920px) {
    .custom-contact-form {
        margin-left: 160px !important;
    }
}

.ratings {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #b1b1b1;
    overflow: hidden;
}

.full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #fde16d;
}

.empty-stars:before,
.full-stars:before {
    content: "\2605\2605\2605\2605\2605";
    font-size: 14pt;
}

.empty-stars:before {
    -webkit-text-stroke: 1px #848484;
}

.full-stars:before {
    -webkit-text-stroke: 1px orange;
}

/* 31-08-2023  started*/
.fixed-top {
    position: fixed;
    top: 80px !important;
    right: 0;
    left: 0;
    /* z-index: 1030; */
    z-index: 10;
    background-color: #FFF;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}

.email_us_button {
    text-decoration: none !important;
    padding: 4px;
    background-color: #6c757d;
    color: white !important;
    border-radius: 5px;
    margin-right: -66px;
    font-weight: 600;
    font-size: 12px;
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .bottomMenu {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .contact_margin_mobile {
        margin-top: 11px !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .contact_margin_mobile {
        margin-top: 11px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .contact_margin_mobile {
        margin-top: 11px !important;
    }
}

.sticky_footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.build_wpp_website {
    padding: 10px;
    background-color: #0053ce;
    border-radius: 5px;
    padding-left: 25%;
    padding-right: 25%;
    font-size: 100%;
    font-weight: 600;
    text-decoration: none;
}

@media screen and (min-width: 992px) {
    .sticky_footer {
        display: none !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1920px) {
    .sidebar {
        position: sticky;
        top: 150px !important;
        height: 60vh;
        padding-top: 0px;
        flex-basis: calc(100% - 600px - 60px) !important;
        flex-grow: 1 !important;
        background-color: rgb(241, 243, 244);
        border: 2px solid rgba(0, 0, 0, 0.06);
        width: 100%;
        height: auto;
    }
}

/* ended*/

/*div for hovering class started*/
.section_bg_image {
    /* background-image: url('uploads/special/1.jpg'); */
    background-repeat: no-repeat;
    position: relative;
    max-width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.heading_bottom {
    margin-top: 170px !important;
}

/* ========================================= */
.one {
    display: none;
}

.two {
    display: none;
}

.third {
    display: none;
}

.fourth {
    display: none;
}

.fifth {
    display: none;
}

.six {
    display: none;
}

.seven {
    display: none;
}

.eight {
    display: none;
}

.nine {
    display: none;
}

.ten {
    display: none;
}

.eleven {
    display: none;
}

.twelve {
    display: none;
}

/* ================================================= */
.one_div:hover {
    background-color: black;
    opacity: 0.7;
    transition: 0.6s;
}

.two_div:hover {
    background-color: black;
    opacity: 0.7;
    transition: 0.6s;
}

.third_div:hover {
    background-color: black;
    opacity: 0.7;
    transition: 0.6s;
}

.fourth_div:hover {
    background-color: black;
    opacity: 0.7;
    transition: 0.6s;
}

.fifth_div:hover {
    background-color: black;
    opacity: 0.7;
    transition: 0.6s;
}

.six_div:hover {
    background-color: black;
    opacity: 0.7;
    transition: 0.6s;
}

.seven_div:hover {
    background-color: black;
    opacity: 0.7;
    transition: 0.6s;
}

.eight_div:hover {
    background-color: black;
    opacity: 0.7;
    transition: 0.6s;
}

.nine_div:hover {
    background-color: black;
    opacity: 0.7;
    transition: 0.6s;
}

.ten_div:hover {
    background-color: black;
    opacity: 0.7;
    transition: 0.6s;
}

.eleven_div:hover {
    background-color: black;
    opacity: 0.7;
    transition: 0.6s;
}

.twelve_div:hover {
    background-color: black;
    opacity: 0.7;
    transition: 0.6s;
}

/* =================================================== */
.one_div:hover .one {
    display: block;
}

.two_div:hover .two {
    display: block;
}

.third_div:hover .third {
    display: block;
}

.fourth_div:hover .fourth {
    display: block;
}

.fifth_div:hover .fifth {
    display: block;
}

.six_div:hover .six {
    display: block;
}

.seven_div:hover .seven {
    display: block;
}

.eight_div:hover .eight {
    display: block;
}

.nine_div:hover .nine {
    display: block;
}

.ten_div:hover .ten {
    display: block;
}

.eleven_div:hover .eleven {
    display: block;
}

.twelve_div:hover .twelve {
    display: block;
}

/* ================================================== */
.one_div:hover .one_heading_bottom {
    display: none;
}

.two_div:hover .two_heading_bottom {
    display: none;
}

.third_div:hover .third_heading_bottom {
    display: none;
}

.fourth_div:hover .fourth_heading_bottom {
    display: none;
}

.fifth_div:hover .fifth_heading_bottom {
    display: none;
}

.six_div:hover .six_heading_bottom {
    display: none;
}

.seven_div:hover .seven_heading_bottom {
    display: none;
}

.eight_div:hover .eight_heading_bottom {
    display: none;
}

.nine_div:hover .nine_heading_bottom {
    display: none;
}

.ten_div:hover .ten_heading_bottom {
    display: none;
}

.eleven_div:hover .eleven_heading_bottom {
    display: none;
}

.twelve_div:hover .twelve_heading_bottom {
    display: none;
}

/* ==============Coloums Border line =================*/
.one_div,
.two_div,
.fourth_div,
.fifth_div,
.seven_div,
.eight_div,
.ten_div,
.eleven_div {
    border-bottom: 1px solid white;
    border-right: 1px solid white;
}

.third_div,
.six_div,
.nine_div,
.twelve_div {
    border-bottom: 1px solid white;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .third_div,
    .six_div,
    .nine_div,
    .twelve_div {
        border-right: 1px solid white;
    }
}

.btn_redirect {
    float: right;
    margin-top: -63px;
    margin-right: -11px;
    font-size: 38px;
}

.btn_redirect_btn {
    float: right;
    margin-top: -43px;
    margin-right: -11px;
    font-size: 38px;
}

.common_font_style_li li {
    position: relative;
    font-family: "Karla", Sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 20px !important;
    opacity: 6.0;
    transition: 1.6s;

}

.common_font_heading {
    font-family: "Sora", Sans-serif;
    font-size: 45px !important;
    font-weight: 400 !important;
    font-style: normal;
    line-height: 35px !important;
    letter-spacing: 1px;
}
.common_font_heading_industries {
    font-family: "Sora", Sans-serif;
    font-size: 60px !important;
    font-weight: 400 !important;
    font-style: normal;
    line-height: 70px !important;
    letter-spacing: 1px;
}

.common_font_heading_moble {
    font-size: 30px !important;
}

.common_font_des {
    color: #2E2E2E;
    font-family: "Karla", Sans-serif;
    font-size: 22px !important;
    font-weight: 400;
    line-height: 30px !important;
    letter-spacing: 1px;
}
.common_font_des_industries {
    color: #2E2E2E;
    font-family: "Karla", Sans-serif;
    font-size: 22px !important;
    font-weight: 400;
    line-height: 24px !important;
    letter-spacing: 1px;
}

.common_font_des_mobile {
    color: #2E2E2E;
    font-family: "Karla", Sans-serif;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 24px !important;
    letter-spacing: 1px;
}

.heading_listing li {
    line-height: 20px;
    font-size: 11px;
}

.heading_listing h2 {
    line-height: 20px;
    font-size: 18px;
}

.heading_listing {
    position: absolute;
    top: 0px;
    left: 20px;
}

/*div for hovering class ended*/
.retail_bg {
    margin-top: -320px;
}

.testimonial {
    margin-bottom: 20px;
}

.owl-prev,
.owl-next {
    font-size: 25px !important;
}

/* mobile view carousel */

/* Webkit-text-stroke is not supported on firefox or IE */
/* Firefox */
@-moz-document url-prefix() {
    .full-stars {
        color: #ECBE24;
    }
}

/* IE */
/* <!--[if IE]> */
.full-stars {
    color: #ECBE24;
}

/* <![endif]--> */

.scroll_div_category {
    width: 100%;
    height: 300px;
    overflow: scroll;
}

/* our services section styling  started*/
.pre_next {
    margin: 20px;
    font-size: 27px;
    color: #0053ce;
    cursor: pointer;
    border: 1px solid #e9ecef;
    border-radius: 15px;
    padding: 8px;
    background-color: #e9ecef;
}

.pre_next_industries {
    margin: 20px;
    font-size: 27px;
    color: #0053ce;
    cursor: pointer;
    border: 1px solid #e9ecef;
    border-radius: 15px;
    padding: 8px;
    background-color: #e9ecef;
}

.fa-angle-double-left,
.fa-angle-double-right {
    margin-top: 5px;
}

/* ul li {
    float: left;
    list-style: none;
    margin-right: 2px;
    cursor: pointer;
} */

.activeli {
    background-color: #0053ce;
    padding: 2px 8px 2px 8px !important;
    color: white;
    font-weight: 500;
}

.slick-dots li {
    padding: 2px 8px 2px 8px !important;
}

.img_content {
    /*
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
     */
    position: absolute;
    top: 40%;
    left: 32%;
    transform: translate(-20%, -30%);
    font-size: 17px;
}

@media only screen and (min-width: 360px) and (max-width: 768px) {
    .img_content {
        position: absolute;
        top: 53%;
        left: 25%;
        transform: translate(-20%, -30%);
        color: white;
    }
    .img_content_industries {
        position: absolute;
        top: 50%;
        left: 24%;
        transform: translate(-20%, -30%);
        color: white;
    }
}

.read_more {
    border: 2px solid white;
    padding: 12px 12px 12px 12px;
    text-decoration: none !important;
    margin-left: 14px;
}

.read_more:hover {
    background-color: white;
    color: black !important;
    border: 1px solid white;
}

.service_header {
    font-size: 1.5rem;
    line-height: 60px;
    letter-spacing: 1px;
    filter: brightness(200%);
}

.serviceTitleDestop {
    font-size: .9rem;
    letter-spacing: 1px;
    filter: brightness(200%);
}

.nav button.nav-link {
    border-left: solid 5px;
    border-color: #adb5bd;
    margin: 5px 0px 5px 0px;
    font-size: .9rem;
    text-align: inherit;
}

.nav button.nav-link.active {
    border-left: solid 5px;
    border-color: #0053ce;
    color: #0053ce !important;
    font-size: .9rem;
    font-weight: 700;
    text-align: inherit;
}

.tabnavigation .nav-link {
    background-color: white !important;
    color: black;
}

.preButton {
    position: absolute;
    top: 40%;
    left: -1%;
}

.nextButton {
    position: absolute;
    top: 40%;
    right: -1%;
}

@media only screen and (min-width: 360px) and (max-width: 768px) {
    .read_more {
        border: 2px solid white;
        padding: 4px 4px 4px 4px;
        text-decoration: none !important;
        margin-left: 14px;
        font-size: 12px;
    }
    .service_header {
        font-size: .9rem;
        margin-top: -60px;
        line-height: 19px;
    }
    .serviceTitle {
        line-height: 15px;
        font-size: .7rem;
    }
}

.scroll_div_career_list{
    width: 100%;
    height: 600px;
    overflow: scroll;
    }

/* our services section styling  ended*/

/* text on video added started here */
.video_banner {
    position: relative;
    padding-bottom: 41.8%;
    width: 100%;
    overflow: hidden;
    }
.videoembed {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    }
    .overlayText {
        position: absolute;
        top: 41%;
        left: 4%;
        right: 60%;
        z-index: 1;
        font-family: serif;
    }
    #topText {
        color: #014EC6;
        font-size: 1.8rem;
        line-height: 40px;
        letter-spacing:1px;
    }
    .topTextHeader {
        color: #e74000;
        line-height: 26px;
        margin: 0px 0px 12px 0px;
        font-size: 3rem;
    }
    @media only screen and (min-width: 769px) and (max-width: 1281px)
    {
        #topText {
        color: #014EC6;
        font-size: 1.2rem !important;
        line-height: 27px;
        letter-spacing: 1px;
        }
        .topTextHeader {
            color: #e74000;
            line-height: 26px;
            margin: 0px 0px 12px 0px;
            font-size: 2.2rem;
        }
    }
    @media only screen and (min-width: 320px) and (max-width: 768px)
    {
        #topText {
            color: #014EC6;
            font-size: .8rem !important;
            line-height: 13px;
            letter-spacing: 1px;
        }
        .overlayText {
            position: absolute;
            top: 0%;
            left: 7%;
            right: 50%;
            z-index: 1;
            font-family: serif;
        }
        .topTextHeader {
            color: #e74000;
            line-height: 26px;
            margin: 0px 0px 12px 0px;
            font-size: 1.5rem;
        }
        .main_title{
            line-height: 40px !important;
            font-size: 1.7rem !important;
            font-weight: 600 !important;
            margin-top: -10px !important;
            margin-bottom: -10px !important;
        }
        .common_font_heading_industries {
            font-size: 2rem !important;
            font-weight: 600 !important;
            line-height: 34px !important;
        }
        .common_font_style_li_industries li
        {
            position: relative;
            font-family: "Karla", Sans-serif;
            font-weight: normal;
            font-size: 0.6rem;
            color: #FFFFFF;
            letter-spacing: 1px;
            line-height: 8px !important;
            opacity: 6.0;
            transition: 1.6s;
            margin-bottom: 0.2rem!important;
        }
        .pre_next_industries {
            margin: 17px;
            font-size: 16px;
            color: #0053ce;
            cursor: pointer;
            border: 1px solid #e9ecef;
            border-radius: 2px;
            padding: 3px;
            background-color: #e9ecef;
        }
        .common_font_des_industries {
            color: #2E2E2E;
            font-family: "Karla", Sans-serif;
            font-size: 1rem !important;
            font-weight: 400;
            line-height: 24px !important;
        }
    }
    /* text on video added started end */
    /* .card_body{
        padding: 8px 2px 2px 2px;
        background-color: #fff;
        border-radius: 10px 10px 10px 10px;
        box-shadow: 0 0 10px 0 rgba(0,0,0,.26);
    } */
    .card_body {
        padding: 8px 2px 2px 2px;
        background-color: #f4f3ff00;
        border-radius: 10px 40px 10px 40px;
        box-shadow: 0 0 10px 0 rgba(0,0,0,.26);
        border-bottom: 3px solid #0000ff5e;
        border-top: 3px solid #0000ff5e;
    }