﻿@import url('https://fonts.googleapis.com/css2?family=Rokkitt:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');


body {
    margin: 0px;
    padding: 0px;
    font-family: 'caviar_dreamsregular';
    /* overflow-x: hidden; */
    font-family: 'Rokkitt', serif;
    overflow-x: hidden;
}

@font-face {
    font-family: '';
    src: url("../fonts/caviardreams-webfont.woff2") format("woff2"), url("../fonts/caviardreams-webfont.html") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'caviar_dreamsbold';
    src: url("../fonts/CaviarDreams_Bold-webfont.eot") format("eot"), url("../fonts/CaviarDreams_Bold-webfont.eot") format("eot");
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

clr {
    clear: both;
}

header {
    /* float: left; */

    10px: 100%;
    position: relative;
}

/*.top_row_header {
    float: left;
    width: 100%;
    background-image: linear-gradient(-90deg, #ff7402, #FFF);
    padding: 15px 40px;
}*/
.top_row_header {
    float: left;
    width: 100%;
    background-image: linear-gradient(-90deg, #ff7402, #FFF);
    padding: 15px 40px;
    z-index: 9999999;
    position: relative;
    background: #00000096;
}

.main_menu_section {
    /* float: left; */
    width: 100%;
    padding: 0px 0px 12px;
    background: #fff6f6;
    position: relative;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.top_row_right {
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: left;
    margin-top: 8px;
    margin-left: 65px;
}

.social_media_right {
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: right;
}

.top_row_right li {
    display: inline-block;
}

.social_media_right li {
    display: inline-block;
}

.top_row_right li a {
    color: #FFF;
    border-right: 1px solid #FFF;
    padding: 0px 18px;
    font-weight: bold;
    pointer-events: none;
}

    .top_row_right li a i {
        margin-right: 10px;
    }

.social_media_right li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #FFF;
    display: block;
    border-radius: 50%;
    color: #ff7401;
    font-size: 19px;
    margin-left: 10px;
}

/*.main_menu_section {
    float: left;
    width: 100%;
    padding: 0px 40px;
}*/

.navbar-brand {
    position: absolute;
    /* top: -56px; */
    top: 0;
}

    .navbar-brand img {
        width: 157px;
    }


.gray_box_network {
    float: left;
    width: 100%;
    background-color: #f1f1f1;
    padding: 32px;
    margin-top: 73%;
}

    .gray_box_network p {
        font-weight: bold;
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 0px;
    }

        .gray_box_network p span {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            border: 2px solid #000;
            background-color: #ff7300;
            display: inline-block;
            margin-right: 14px;
        }


            .gray_box_network p span:hover {
                -moz-transform: scale(1.2);
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
                transition: 0.5s ease;
            }

#form1 {
    /* display: none; */
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 6px;
        top: .8em;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: .1rem;
        margin-right: .1rem;
    }

.navbar-light .navbar-nav .nav-link {
    /* color: #fff !important; */
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    padding: 14px;
    margin-top: 13px;
    /* padding-top: 15px; */
}

.header_right_logo {
    margin-left: 62px;
    margin-top: -6px;
}

.navbar-nav {
    margin-top: 0px;
}

.top_banner_section {
    float: left;
    width: 100%;
    /*margin-top: -160px;*/
}

/*.top_banner_section {
    float: left;
    width: 100%;
    margin-top: 14px;
}*/

.about_us_section {
    float: left;
    width: 100%;
    background: url(..//images/about_bg.jpg);
    /*url(..//images/gallery-bg.png) .  url(../images/about_us.jpg)*/
    background-repeat: no-repeat;
    background-size: cover;
    padding: 61px 0px 48px;
    position: relative;
}

.about_us_caption_section {
    float: left;
    width: 100%;
    text-align: left;
}

.title {
    font-size: 44px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0a0a0a;
}

    .title span {
        font-size: 31px;
        font-weight: bold;
    }

.about_us_caption_section p {
    margin-top: 24px;
    margin-bottom: 29px;
    padding-right: 40px;
    font-size: 18px;
    letter-spacing: 1px;
}

.read_more_btn {
    width: 175px;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    background-color: #dd5959;
    display: block;
    border-radius: 7px;
    text-align: center;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    float: left;
    font-weight: 500;
    border-radius: 0 24px 0 24px;
}

    .read_more_btn:hover {
        background-color: #101b59;
        color: darkorange;
    }

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    outline: 0;
}

.modal-header h4 {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding-left: 10px;
    padding-top: 8px;
    color: #ff0000;
}


button.close {
    padding: 0;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    background-color: #ff0000;
    opacity: 1;
    color: #FFF;
    padding: 11px 13px;
    line-height: 1;
    display: block;
    padding-top: 5px;
    position: absolute;
    right: 0;
    top: 0px;
}

.seo-links1 ul li {
    list-style: none;
    display: inline-block;
    text-align: justify;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    vertical-align: top;
    font-weight: 700;
}

.seo-links1 {
    background: #efeaea;
    padding: 20px 0px;
    text-align: left;
    clear: both;
}

    .seo-links1 ul li + li:after {
        content: '|';
        padding: 0 10px;
    }

    .seo-links1 ul li a {
        text-align: justify;
        color: #5a5a59;
    }

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px;
    /* border-bottom: 0px; */
}

.portfolio_section {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
}

.contact {
    font-size: 17px;
    text-align: justify;
    color: #737373;
}

.about_us_caption_image {
    /* float: left; */
    width: 100%;
    border: 10px solid #FFF;
    /* box-shadow: 8px 10px 43px #d7d7d7; */
    /* border: 1px solid #e3e7ea; */
    /* margin-bottom: 30px; */
    position: relative;
    overflow: hidden;
}


    .about_us_caption_image img:hover {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        transition: 0.5s ease;
    }




footer {
    width: 100%;
    /* float: left; */
    background-color: #222;
    padding: 25px 0px 10px;
    text-align: center;
}

    footer p {
        font-size: 17px;
        font-weight: bold;
        color: #FFF;
        margin-bottom: 0px;
    }

        footer p a {
            color: #d34b4b;
        }

.footer_ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .footer_ul li {
        display: inline-block;
        padding: 26px 30px;
        padding-top: 0px;
    }

        .footer_ul li a {
            font-size: 14px;
            font-weight: bold;
            color: #FFF;
        }

            .footer_ul li a i {
                width: 40px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                background-color: #c92b2b;
                display: block;
                border-radius: 50%;
                color: #fff;
                font-size: 21px;
                margin-left: 6px;
            }

.footer_social {
    padding: 0px 5px !important;
    padding-bottom: 26px !important;
}

.map_section {
    float: left;
    width: 100%;
    /* margin-bottom: 36px; */
    position: relative;
    padding: 80px 10px;
}

.map_form_section {
    /* float: left; */
    width: 100%;
    padding: 60px;
    background-color: #FFF;
    box-shadow: 0px 0px 8px #d7d7d7;
    /* position: absolute; */
    bottom: 81px;
}

    .map_form_section h3 {
        font-size: 27px;
        font-weight: bold;
        margin-bottom: 40px;
    }

.form-control {
    display: block;
    width: 100%;
    padding: 13px .75rem;
    font-size: 15px;
    text-transform: capitalize;
    line-height: 1.25;
    color: #1a1a1a;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #999797;
    border-radius: 0px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: bold;
}

    .form-control::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #dbdbdb;
        opacity: 1;
        /* Firefox */
    }

    .form-control:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #dbdbdb;
    }

    .form-control::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #dbdbdb;
    }

.form-group {
    margin-bottom: 18px;
}

.map_form_section .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 16px .75rem;
    line-height: 1.25;
    border-radius: .25rem;
    background-color: #d53f3f;
    width: 100%;
    transition: all .15s ease-in-out;
    color: #FFF;
    font-size: 17px;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
}

.Address_section {
    /* float: left; */
    width: 90%;
    padding: 60px;
    background-color: #FFF;
    box-shadow: 0px 0px 8px #d7d7d7;
    position: absolute;
    bottom: 321px;
    margin-left: 19px;
}

    .Address_section p {
        font-weight: bold;
    }

.client_slider_section {
    float: left;
    width: 100%;
    clear: both;
    padding: 80px 10px;
    padding-bottom: 163px;
}

.border_gray {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin: 5px;
}

.client_slider_section .title {
    margin-bottom: 40px;
}

.owl-carousel .owl-dots.disabled {
    display: block;
}

.owl-theme .owl-dots .owl-dot span {
    width: 17px;
    height: 17px;
    margin: 5px 0px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    margin-top: 17px;
    margin-right: 12px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f1433e;
    outline: none;
}

.owl-theme .owl-dots {
    text-align: left;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.testimonial_section {
    float: left;
    width: 100%;
    background: url("../img/testimonial_bg.jpg") no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    padding: 90px 0 69px;
    background-size: cover;
}

.quoto_icon {
    width: 150px;
    height: 66px;
    float: left;
    text-align: center;
}

    .quoto_icon i {
        font-size: 60px;
        color: #db5151;
    }

.testimonial_white_bg {
    background-color: #FFF;
    padding: 60px 42px;
    border-radius: 27px;
    box-shadow: 13px 15px 0 #565656;
}

.testimonial_caption {
    width: 100%;
}

    .testimonial_caption p {
        font-size: 17px;
        font-weight: 300;
        margin-bottom: 0px;
    }

.client_profile {
    float: left;
    width: 100%;
    margin-top: 89px;
}

.client_image {
    width: 130px;
    height: 83px;
    overflow: hidden;
    border-radius: 40px 0px;
    float: left;
}

.client_image_caption {
    float: left;
    margin-left: 15px;
    margin-top: 11px;
}

    .client_image_caption h3 {
        font-size: 24px;
        font-weight: bold;
        color: #FFF;
    }

    .client_image_caption h5 {
        font-size: 17px;
        font-weight: bold;
        color: #FFF;
    }

.testimonial_section .owl-theme .owl-dots .owl-dot {
    display: block;
    zoom: 1;
}

.testimonial_section .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    position: absolute;
    left: -66px;
    top: 42px;
}

.over_service_section {
    /* float: left; */
    width: 100%;
    clear: both;
    background: url(../images/massnory_gallery.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 81px;
    overflow: hidden;
}

    .over_service_section p {
        font-size: 17px;
        margin-top: 26px;
        font-weight: 400;
        margin-bottom: 0;
        font-size: 18px;
        letter-spacing: 1px;
        text-align: justify;
        color: #737373;
    }

.services_slider {
    /* float: left; */
    width: 100%;
    clear: both;
}

.testimonial_radius {
    float: left;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.testimonial_radius {
    position: relative;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 1));
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.testimonial_radius:hover .overlay {
    height: 100%;
}

.text {
    color: white;
    position: absolute;
    top: 50%;
    /* left: 50%; */
    /* -webkit-transform: translate(-50%, -50%); */
    -ms-transform: translate(-50%, -50%);
    /* transform: translate(-50%, -50%); */
    text-align: left;
    padding-left: 11px;
    font-weight: bold;
    margin-top: -30px;
    padding-right: 6px;
}

    .text h3 {
        font-weight: bold;
    }

    .text p {
        font-size: 16px;
    }

.fa-long-arrow-alt-right {
    font-size: 25px;
    position: absolute;
    top: 189px;
}

.padding_right_slider {
    position: relative;
    left: 70px;
}

.services_slider .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 39px;
}

.dropdown-menu {
    position: absolute;
    top: 95%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 12rem;
    /* padding: 3px 10px; */
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #FFF;
    background-clip: padding-box;
    border: none !important;
    border-radius: 0;
}

.dropdown-submenu .dropdown-menu {
    top: -1px;
    left: 100%;
    margin-left: 0px;
    margin-right: 0;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: bold;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

.connect_to_magzine {
    width: 175px;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    background-color: #ff7300;
    display: block;
    border-radius: 7px;
    text-align: center;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    /* float: right; */
}

/*
a:hover {
  color: #fff; 
    text-decoration: none;
}
*/






.dropdown-item a {
    color: #000;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #ec2027;
}

.services {
    position: relative;
    top: 44px;
}

footer {
    overflow: hidden;
}

.Event_picture_section {
    float: left;
    width: 100%;
    background: url(../images/portfolio_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 94px;
    padding-top: 26px;
}

    .Event_picture_section .title {
        position: relative;
        top: -45px;
    }

.my-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.overlay1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: #c94949d1;
}

.icon-outer {
    display: table;
    position: relative;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.icon-zoom {
    display: table-cell;
    vertical-align: middle;
    margin: 0px;
}

.my-image:hover .overlay1 {
    opacity: 0.9;
}

.dropdown-item a:hover {
    color: #FFF !important;
}

.dropdown-submenu .dropdown-menu {
    top: -3px;
    left: 100%;
    margin-left: 0px;
    margin-right: 0;
}

.Event_picture_section .read_more_btn {
    position: relative;
    /* top: -88px; */
    margin: 0 auto;
}

.our_facts {
    float: left;
    width: 100%;
    background: url(../images/our_fact_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 44px 0px;
    padding-top: 0px;
}

.milestone-counter {
    float: none;
    text-align: center;
}

.stat {
    margin: 10px auto;
    float: left;
    width: 100%;
}

.highlight {
    color: #111;
    padding: 20px 0;
    font-weight: bold;
    display: block;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 48px;
}

.stat {
    margin: 41px auto;
    float: left;
    width: 100%;
}

.milestone-details {
    font-weight: bold !important;
    font-size: 18px;
    color: #000;
}

.one_fifth_section {
    float: left;
    width: 18%;
    background-color: #FFF;
}

.highlight {
    font-size: 53px;
    padding: 0;
    line-height: 1;
    color: #ff7300;
    font-weight: bold;
    margin-bottom: 11px;
}

.milestone-details {
    font-size: 16px;
    font-weight: bold;
}

.one_fifth_section:nth-child(1) {
    margin-left: 0px;
}

.one_fifth_section {
    float: left;
    width: 19%;
    background-color: #FFF;
    box-shadow: 0px 0px 38px #dfdfdf;
    margin-left: 13px;
    padding: 32px 0px;
}

.our_vedios_section {
    /* float: left; */
    width: 100%;
    background: url(../images/our_vedios_bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    /* padding: 100px 0px; */
    padding-bottom: 50px;
    padding-top: 25px;
}

.vedio_section_inner {
    float: left;
    width: 100%;
}

    .vedio_section_inner a {
        float: left;
        width: 100%;
    }

    .vedio_section_inner .my-image {
        margin-bottom: 40px;
        background-color: #FFF;
        box-shadow: 0px 0px 25px #d2d2d2;
    }

.our_vedios_section .title {
    font-size: 44px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0a0a0a;
    margin-bottom: 49px;
}

.top_banner_section_main {
    float: left;
    width: 100%;
    background: url(../images/main_bannner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0px;
    position: relative;
    margin-bottom: 40px;
    z-index: 0;
    background-size: cover;
}

    .top_banner_section_main:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(-90deg, #ff7402, #000);
        opacity: 0.7;
        z-index: -9999;
    }

    .top_banner_section_main .title {
        color: #FFF;
    }

    .top_banner_section_main .breadcrumb {
        padding: 0;
        list-style: none;
        background-color: transparent;
        border-radius: .25rem;
        font-size: 21px;
        margin-bottom: 0px;
    }

.breadcrumb-item.active {
    color: #ffdb00;
}

.breadcrumb-item a {
    color: #FFF;
}

.main_about_us_section {
    float: left;
    width: 100%;
    clear: both;
    padding: 50px 10px;
    background: url("../images/about_bg.jpg");
    background-size: cover;
    background-position: center;
}

.dropdown-menu:hover .dropdown-submenu {
    display: block;
}

.main_about_us_section p {
    font-weight: bold;
    margin-bottom: 0px;
}

.about_us_image_section {
    float: left;
    width: 100%;
    overflow: hidden;
    border-radius: 40px 0px;
}

.about_us_image_section {
    margin-top: 35px;
    margin-bottom: 25px;
}

.main_about_us_section .title {
    font-size: 30px;
    margin-top: 10px;
    float: left;
    width: 100%;
}

.client_section {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.client_image_inner {
    float: left;
    width: 100%;
    background-color: #FFF;
    text-align: center;
    padding: 45px 34px;
    border: 1px solid #efefef;
    margin-bottom: 24px;
}


    .client_image_inner img:hover {
        -moz-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        transition: 0.5s ease;
    }

.show-hide {
    background-color: #ff7401;
    padding: 10px 20px;
    border: 0px;
    color: #fff;
    font-size: 16px;
}

.about_us_image_section img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.5s ease;
}






.client_image_inner img {
    margin: 0 auto;
}

.contact_us_section {
    padding: 50px 0px;
    width: 100%;
    /* height: 100%; */
    float: left;
}

.map_section_inner {
    float: left;
    width: 100%;
    border-radius: 40px 0px;
    overflow: hidden;
}

#map {
    width: 750px;
    height: 500px;
}

.form-section {
    float: left;
    width: 100%;
    padding-top: 50px;
}

    .form-section .title {
        font-size: 30px;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        color: #d93f3f;
    }

.white_box_contact {
    float: left;
    width: 100%;
    border: 1px solid #efefef;
    padding: 35px;
    margin-top: 32px;
    background: url("../images/contact-bg%20(1.html).png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

    .white_box_contact i {
        font-size: 25px;
        color: #ec2027;
        margin-right: 10px;
    }

    .white_box_contact p span {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .white_box_contact p {
        font-size: 17px;
        font-weight: bold;
    }

    .white_box_contact .social_media_right {
        float: left;
    }

        .white_box_contact .social_media_right li a i {
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            background-color: #ec2027;
            display: block;
            border-radius: 50%;
            color: #FFF;
            font-size: 21px;
            margin-left: 0;
        }

    .white_box_contact .form-group {
        margin-bottom: 14px;
    }

    .white_box_contact .form-control {
        display: block;
        width: 100%;
        padding: 14px .75rem;
        font-size: 15px;
        text-transform: capitalize;
        line-height: 1.25;
        color: #535353;
        background-color: #fff;
        background-image: none;
        background-clip: padding-box;
        border: 1px solid #ececec;
        border-radius: 0px;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
    }

    .white_box_contact .submit-btn {
        width: 100%;
        border: none;
        background-color: #ff7402;
    }

    .white_box_contact .submit-btn {
        width: 100%;
        border: none;
        background-color: #ec2027;
        padding: 11px 1px;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        color: #FFF;
    }

    .white_box_contact::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #000;
        opacity: 1;
        /* Firefox */
    }

    .white_box_contact:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #000;
    }

    .white_box_contact::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #000;
    }

.services_section_main {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: url("../images/about_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.service_image {
    float: left;
    width: 100%;
    overflow: hidden;
    border-radius: 72px 0px;
}

.service_image_caption p {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0px;
}

.service_image_caption .title {
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #ff7402;
}

.service_image_caption {
    float: left;
    width: 100%;
    margin-top: 0PX;
}

.service_inner {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 44px;
    margin-bottom: 44px;
}

.dropdown:hover .dropdown_main {
    display: block;
}

.Address_section i {
    font-size: 19px;
    color: #ff7300;
    margin-right: 4px;
}

.network_inner .testimonial_white_bg {
    background-color: #f1f1f1;
    padding: 60px 42px;
    border-radius: 0px 0px;
}

.network_inner .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    position: absolute;
    left: -66px;
    top: 26px;
}

.network_inner .client_image {
    width: 130px;
    height: 83px;
    overflow: hidden;
    border-radius: 0px 20px;
    float: left;
}

.network_inner .client_image_caption h3 {
    font-size: 24px;
    font-weight: bold;
    color: #151515;
}

.network_inner .client_image_caption h5 {
    font-size: 17px;
    font-weight: bold;
    color: #0e0e0e;
}



@media (max-width: 1920px) {
    .top_row_right {
        padding: 0px;
        margin: 0px;
        list-style: none;
        float: left;
        margin-top: 8px;
        margin-left: 45%;
    }
}

@media (max-width: 1600px) {
    .top_row_right {
        padding: 0px;
        margin: 0px;
        list-style: none;
        float: left;
        margin-top: 8px;
        margin-left: 35%;
    }

    .header_right_logo {
        margin-left: 12px;
        margin-top: -6px;
    }
}

@media (max-width: 1366px) {
    .top_row_right {
        padding: 0px;
        margin: 0px;
        list-style: none;
        float: left;
        margin-top: 3px;
        margin-left: 233px;
    }

    .navbar-brand img {
        width: 129px;
        margin-top: -3px;
    }

    .top_row_header {
        float: left;
        width: 100%;
        background-image: linear-gradient(305deg, #ec2027 71%, #FFF 17%);
        padding: 8px 40px;
    }

    .header_right_logo img {
        width: 200px;
    }

    .navbar {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        /* padding: 0rem 0rem; */
    }

    .header_right_logo {
        margin-left: 22px;
        margin-top: 0px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
        padding: 14px;
        margin-top: 13px;
        font-size: 16px;
    }

    .dropdown-item {
        display: block;
        width: 100%;
        padding: 5px 15px;
        clear: both;
        font-weight: bold;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background: 0 0;
        border: 0;
        font-size: 17px;
    }

    html {
        box-sizing: border-box;
        font-family: sans-serif;
        line-height: 1.15;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -ms-overflow-style: scrollbar;
        -webkit-tap-highlight-color: transparent;
        overflow: auto;
    }


    .title {
        font-size: 20px;
        font-weight: 300;
        text-transform: uppercase;
        color: #a9a7a7;
    }

        .title span {
            font-size: 37px;
            font-weight: bold;
            color: #dd5959;
        }

    .our_vedios_section .title {
        font-size: 35px;
        font-weight: bold;
        text-transform: uppercase;
        color: #0a0a0a;
        margin-bottom: 49px;
    }
}

@media (max-width: 1280px) {
    .top_row_right {
        padding: 0px;
        margin: 0px;
        list-style: none;
        float: left;
        margin-top: 8px;
        margin-left: 171px;
    }

    .navbar-brand img {
        /* width: 243px; */
        /* margin-top: 38px; */
    }

    .top_row_header {
        float: left;
        width: 100%;
        background-image: linear-gradient(-90deg, #ff7402, #FFF);
        padding: 8px 40px;
    }

    .header_right_logo img {
        width: 180px;
    }

    .navbar {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        /* padding: 0rem 0rem; */
    }

    .header_right_logo {
        margin-left: 22px;
        margin-top: -6px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
        padding: 7px;
        margin-top: 6px;
        font-size: 15px;
    }

    .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem 1.5rem;
        clear: both;
        font-weight: bold;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background: 0 0;
        border: 0;
        font-size: 15px;
    }

    .title {
        font-size: 35px;
        font-weight: bold;
        text-transform: uppercase;
        color: #0a0a0a;
    }

        .title span {
            font-size: 27px;
            font-weight: bold;
        }

    .our_vedios_section .title {
        font-size: 35px;
        font-weight: bold;
        text-transform: uppercase;
        color: #0a0a0a;
        margin-bottom: 49px;
    }
}

.Gallery-section {
    float: left;
    width: 100%;
    padding-top: 70px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #ff7402;
    border-color: #ddd #ddd #fff;
    font-size: 16px;
    font-weight: bold;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background-color: #000;
    color: #fff;
    border-color: #ddd #ddd #fff;
    font-size: 16px;
    font-weight: bold;
}

.tab-pane h2 {
    font-size: 24px;
    margin-top: 50px;
    font-weight: bold;
    color: #000;
    margin-bottom: 50px;
}

.nav-tabs {
    border-bottom: none;
}


@media (max-width: 1200px) {

    .navbar-light .navbar-nav .nav-link {
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
        padding: 7px;
        margin-top: 12px;
        font-size: 13px;
    }

    .top_row_right li a {
        color: #FFF;
        border-right: 1px solid #FFF;
        padding: 0px 14px;
        font-weight: bold;
    }

    .social_media_right li a i {
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        background-color: #FFF;
        display: block;
        border-radius: 50%;
        color: #ff7401;
        font-size: 19px;
        margin-left: 6px;
    }


    .top_row_right {
        padding: 0px;
        margin: 0px;
        list-style: none;
        float: left;
        margin-top: 4px;
        margin-left: 300px;
    }

        .top_row_right li a {
            color: #FFF;
            border-right: 1px solid #FFF;
            padding: 0px 9px;
            font-weight: bold;
            font-size: 14px;
        }

        .top_row_right li a {
            color: #FFF;
            border-right: 1px solid #FFF;
            padding: 0px 9px;
            font-weight: bold;
            font-size: 14px;
        }


    .about_us_section {
        float: left;
        width: 100%;
        background: url(../images/about_us.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 60px 0px;
    }

    .title {
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase;
        color: #0a0a0a;
    }

    .over_service_section {
        float: left;
        width: 100%;
        clear: both;
        background: url(../images/massnory_gallery.jpg);
        background-position: center;
        background-size: cover;
        padding-top: 60px;
        padding-bottom: 81px;
        overflow: hidden;
    }

        .over_service_section p {
            font-size: 16px;
            margin-top: 26px;
            font-weight: bold;
            margin-bottom: 0;
        }

    .quoto_icon {
        width: 120px;
        height: 120px;
        float: left;
        text-align: center;
    }

    .testimonial_caption p {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 0px;
    }

    .testimonial_white_bg {
        background-color: #FFF;
        padding: 40px 30px;
        border-radius: 91px 0px;
    }

    .testimonial_section .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 10px;
        position: absolute;
        left: -66px;
        top: 5px;
    }

    .read_more_btn {
        width: 140px;
        height: 46px;
        line-height: 46px;
        font-size: 14px;
        background-color: #ff7300;
        display: block;
        border-radius: 7px;
        text-align: center;
        color: #FFF;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        font-weight: 500;
    }

    .our_vedios_section {
        float: left;
        width: 100%;
        background: url(../images/our_vedios_bg.jpg) no-repeat;
        background-position: center;
        background-size: cover;
        padding: 100px 0px;
        padding-bottom: 60px;
        padding-top: 25px;
    }

    .Event_picture_section {
        float: left;
        width: 100%;
        background: url(../images/portfolio_bg.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        padding-bottom: 66px;
        padding-top: 60px;
    }

    .client_slider_section {
        float: left;
        width: 100%;
        clear: both;
        padding: 80px 0px;
        padding-bottom: 300px;
    }

    .client_image_inner {
        float: left;
        width: 100%;
        background-color: #FFF;
        text-align: center;
        padding: 15px 46px;
        border: 1px solid #efefef;
        margin-bottom: 24px;
        width: 265px;
    }

    .footer_ul li a i {
        width: 37px;
        height: 37px;
        line-height: 37px;
        text-align: center;
        background-color: #ff7401;
        display: block;
        border-radius: 50%;
        color: #000;
        font-size: 21px;
        margin-left: 6px;
    }

    .service_image_caption p {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0px;
    }

    .service_image_caption .title {
        font-size: 22px;
        font-family: 'Montserrat', sans-serif;
        color: #ff7402;
    }


    .white_box_contact {
        float: left;
        width: 100%;
        border: 1px solid #efefef;
        padding: 31px;
        margin-top: 33px;
        /* background: url(../images/contact-bg%20(1.html).png); */
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

        .white_box_contact p {
            font-size: 15px;
            font-weight: bold;
        }

            .white_box_contact p span {
                font-size: 20px;
                font-weight: bold;
                margin-bottom: 10px;
            }

        .white_box_contact i {
            font-size: 22px;
            color: #ff7402;
            margin-right: 10px;
        }

        .white_box_contact .social_media_right li a i {
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            background-color: #ff7401;
            display: block;
            border-radius: 50%;
            color: #FFF;
            font-size: 21px;
            margin-left: 0;
        }

        .white_box_contact .submit-btn {
            width: 100%;
            border: none;
            background-color: #ff7402;
            padding: 11px 1px;
            font-size: 16px;
            text-transform: uppercase;
            font-weight: 700;
            font-family: 'Montserrat', sans-serif;
            color: #FFF;
        }

    footer p {
        font-size: 16px;
        font-weight: bold;
        color: #FFF;
        margin-bottom: 0px;
    }

    .footer_ul li a {
        font-size: 13px;
        font-weight: bold;
        color: #FFF;
    }

    footer {
        width: 100%;
        float: left;
        background-color: #000;
        padding: 40px 0px;
        text-align: center;
    }
}




@media (max-width: 1024px) {

    .top_row_right {
        padding: 0px;
        margin: 0px;
        list-style: none;
        float: left;
        margin-top: 8px;
        margin-left: 102px;
    }

    .navbar-brand img {
        /* width: 243px; */
        /* margin-top: 25px; */
    }

    .top_row_header {
        float: left;
        width: 100%;
        /* background-image: linear-gradient(-90deg, #ff7402, #FFF ); */
        padding: 8px 40px;
    }

    .header_right_logo img {
        width: 180px;
    }

    .navbar {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        /* padding: 0rem 0rem; */
    }

    .header_right_logo {
        margin-left: 22px;
        margin-top: -6px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
        padding: 7px;
        margin-top: 6px;
        font-size: 13px;
    }

    .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem 1.5rem;
        clear: both;
        font-weight: bold;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background: 0 0;
        border: 0;
        font-size: 15px;
    }

    .title {
        font-size: 35px;
        font-weight: bold;
        text-transform: uppercase;
        color: #0a0a0a;
    }

        .title span {
            font-size: 27px;
            font-weight: bold;
        }

    .our_vedios_section .title {
        font-size: 35px;
        font-weight: bold;
        text-transform: uppercase;
        color: #0a0a0a;
        margin-bottom: 49px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
        padding: 5px;
        margin-top: 3px;
        font-size: 12px;
    }

    .navbar-brand img {
        /* margin-top: 56px; */
        /* width: 184px; */
    }

    .header_right_logo img {
        width: 119px;
        margin-top: 8px;
    }

    .top_row_right {
        padding: 0px;
        margin: 0px;
        list-style: none;
        float: left;
        margin-top: 1px;
        margin-left: 268px;
    }

        .top_row_right li a {
            color: #FFF;
            border-right: 1px solid #FFF;
            padding: 0px 6px;
            font-weight: bold;
            font-size: 11px;
        }

    .social_media_right li a i {
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        background-color: #FFF;
        display: block;
        border-radius: 50%;
        color: #ff7401;
        font-size: 15px;
        margin-left: 6px;
    }

    .title {
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
        color: #0a0a0a;
    }

        .title span {
            font-size: 24px;
            font-weight: bold;
        }

    .about_us_caption_section p {
        margin-top: 21px;
        margin-bottom: 26px;
        padding-right: 14px;
    }

    .contact {
        font-size: 16px;
        text-align: justify;
        font-weight: bold;
        color: #737373;
    }

    .about_us_section {
        float: left;
        width: 100%;
        background: url(../images/about_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 50px 0px;
    }

    .read_more_btn {
        width: 114px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        background-color: #ff7300;
        display: block;
        border-radius: 7px;
        text-align: center;
        color: #FFF;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        font-weight: 500;
    }

    .over_service_section {
        float: left;
        width: 100%;
        clear: both;
        background: url(../images/massnory_gallery.jpg);
        background-position: center;
        background-size: cover;
        padding-top: 50px;
        padding-bottom: 50px;
        overflow: hidden;
    }

    .our_vedios_section .title {
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
        color: #0a0a0a;
        margin-bottom: 50px;
    }

    .one_fifth_section {
        float: left;
        width: 19%;
        background-color: #FFF;
        box-shadow: 0px 0px 38px #dfdfdf;
        margin-left: 11px;
        padding: 22px 0px;
    }

    .highlight {
        font-size: 35px;
        padding: 0;
        line-height: 1;
        color: #ff7300;
        font-weight: bold;
        margin-bottom: 11px;
    }

    .milestone-details {
        font-size: 14px;
        font-weight: bold;
    }

    .one_fifth_section {
        float: left;
        width: 19%;
        background-color: #FFF;
        box-shadow: 0px 0px 38px #dfdfdf;
        margin-left: 11px;
        padding: 22px 0px;
    }

    .our_vedios_section {
        float: left;
        width: 100%;
        background: url(../images/our_vedios_bg.jpg) no-repeat;
        background-position: center;
        background-size: cover;
        /* padding: 100px 0px; */
        padding-bottom: 30px;
        padding-top: 25px;
    }

    .our_facts {
        float: left;
        width: 100%;
        background: url(../images/our_fact_bg.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        /* padding: 6px 0px; */
        padding-top: 0px;
    }

    .Event_picture_section {
        float: left;
        width: 100%;
        background: url(../images/portfolio_bg.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        /* padding-bottom: 50px; */
        padding-top: 50px;
    }

    .testimonial_white_bg {
        background-color: #FFF;
        padding: 21px 40px;
        border-radius: 91px 0px;
    }

    .quoto_icon {
        width: 100px;
        height: 100px;
        float: left;
        text-align: center;
    }

    .testimonial_section .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 10px;
        position: absolute;
        left: -63px;
        top: 4px;
    }

    .client_image_caption h5 {
        font-size: 14px;
        font-weight: bold;
        color: #FFF;
    }

    .client_image_caption h3 {
        font-size: 18px;
        font-weight: bold;
        color: #FFF;
    }

    .client_slider_section {
        float: left;
        width: 100%;
        clear: both;
        padding: 60px 0px;
        padding-bottom: 260px;
    }

    .Address_section p {
        font-weight: bold;
        font-size: 14px;
    }

    .Address_section {
        float: left;
        width: 90%;
        padding: 50px;
        background-color: #FFF;
        box-shadow: 0px 0px 8px #d7d7d7;
        position: absolute;
        bottom: 634px;
        margin-left: 19px;
    }

    .footer_ul li a i {
        width: 30px;
        height: 30px;
        line-height: 28px;
        text-align: center;
        background-color: #d92525;
        display: block;
        border-radius: 50%;
        color: #fff;
        font-size: 18px;
        margin-left: 6px;
    }

    footer p {
        font-size: 15px;
        font-weight: bold;
        color: #FFF;
        margin-bottom: 0px;
    }

    footer {
        width: 100%;
        float: left;
        background-color: #000;
        padding: 35px 20px;
        text-align: center;
    }

    .map_form_section {
        float: left;
        width: 100%;
        padding: 20px;
        background-color: #FFF;
        box-shadow: 0px 0px 8px #d7d7d7;
        position: absolute;
        bottom: 370px;
    }

        .map_form_section h3 {
            font-size: 23px;
            font-weight: bold;
            margin-bottom: 30px;
            margin-top: 10px;
        }

    .main_about_us_section p {
        font-weight: bold;
        margin-bottom: 0px;
        font-size: 15px;
    }

    .text1 {
        font-size: 15px;
    }

    .gray_box_network p {
        font-weight: bold;
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 0px;
    }

    title1 {
        margin-top: 30px;
        color: #ff7504;
        font-size: 25px;
    }

    .dropdown-item {
        display: block;
        width: 100%;
        padding: 4px 0px;
        clear: both;
        font-weight: bold;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background: 0 0;
        border: 0;
        font-size: 15px;
    }

    .service_image_caption .title {
        font-size: 23px;
        font-family: 'Montserrat', sans-serif;
        color: #ff7402;
    }

    .service_image_caption p {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 0px;
    }

    .testimonial_caption p {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 0px;
    }

    .quoto_icon i {
        font-size: 45px;
        color: #ff7300;
    }

    .gray_box_network {
        float: left;
        width: 100%;
        background-color: #f1f1f1;
        padding: 33px;
        margin-top: 60%;
    }

    .network_inner .client_image_caption h3 {
        font-size: 20px;
        font-weight: bold;
        color: #151515;
    }

    .network_inner .client_image_caption h5 {
        font-size: 14px;
        font-weight: bold;
        color: #0e0e0e;
    }

    .client_image_inner {
        float: left;
        width: 100%;
        background-color: #FFF;
        text-align: center;
        padding: 13px 26px;
        border: 1px solid #efefef;
        margin-bottom: 25px;
        width: 200px;
    }
}

@media (max-width: 768px) {

    .footer_ul li a {
        font-size: 11px;
        font-weight: bold;
        color: #FFF;
    }

    .top_row_header {
        float: left;
        width: 100%;
        /* background-image: linear-gradient(-90deg, #ff7402, #FFF ); */
        padding: 8px 40px;
        /* background-color: #ff7808; */
        color: #fdfbfb;
    }





    .form-section .title {
        font-size: 27px;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        color: #ff7402;
    }

    .white_box_contact .form-control {
        display: block;
        width: 100%;
        padding: 10px .75rem;
        font-size: 13px;
        text-transform: capitalize;
        line-height: 1.25;
        color: #535353;
        background-color: #fff;
        background-image: none;
        background-clip: padding-box;
        border: 1px solid #ececec;
        border-radius: 0px;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
    }

    .white_box_contact p {
        font-size: 13px;
        font-weight: bold;
    }

    .white_box_contact i {
        font-size: 18px;
        color: #ff7402;
        margin-right: 10px;
    }

    .white_box_contact p span {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .white_box_contact .social_media_right li a i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background-color: #ff7401;
        display: block;
        border-radius: 50%;
        color: #FFF;
        font-size: 18px;
        margin-left: 0;
    }

    .white_box_contact .submit-btn {
        width: 100%;
        border: none;
        background-color: #ff7402;
        padding: 8px 1px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        color: #FFF;
    }

    .white_box_contact {
        float: left;
        width: 100%;
        border: 1px solid #efefef;
        padding: 27px;
        margin-top: 28px;
        /* background: url(../images/contact-bg%20(1.html).png); */
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .service_image_caption .title {
        font-size: 19px;
        font-family: 'Montserrat', sans-serif;
        color: #ff7402;
    }


    .white_box_contact .form-group {
        margin-bottom: 18px;
    }





    .footer_ul li {
        display: inline-block;
        padding: 21px 18px;
        padding-top: 0px;
    }

    .navbar-brand img {
        margin-top: -6px;
        width: 139px;
    }

    .navbar-brand {
        position: relative;
        top: 0;
    }

    .navbar-nav {
        margin-top: 20px;
        text-align: center;
    }

    .header_right_logo img {
        display: none;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
        padding: 5px;
        margin-top: 3px;
        font-size: 14px;
    }




    .top_row_right {
        padding: 0px;
        margin: 0px;
        list-style: none;
        float: left;
        margin-top: 1px;
        margin-left: 50px;
    }

        .top_row_right li a {
            color: #FFF;
            border-right: 1px solid #FFF;
            padding: 0px 6px;
            font-weight: bold;
            font-size: 12px;
        }



    footer p {
        font-size: 13px;
        font-weight: bold;
        color: #FFF;
        margin-bottom: 0px;
    }

    .map_form_section .btn {
        display: inline-block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        padding: 13px 0.75rem;
        line-height: 1.25;
        border-radius: .25rem;
        background-color: #f44336;
        width: 100%;
        transition: all .15s ease-in-out;
        color: #FFF;
        font-size: 14px;
        border-radius: 0px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .map_form_section {
        float: left;
        width: 100%;
        padding: 14px;
        background-color: #FFF;
        box-shadow: 0px 0px 8px #d7d7d7;
        position: absolute;
        bottom: 419px;
    }

    .map_form_section {
        float: left;
        width: 100%;
        padding: 14px;
        background-color: #FFF;
        box-shadow: 0px 0px 8px #d7d7d7;
        position: absolute;
        bottom: 419px;
    }

    .Address_section p {
        font-weight: bold;
        font-size: 13px;
        display: flex;
    }

    .Address_section i {
        font-size: 15px;
        color: #ff7300;
        margin-right: 4px;
        /* margin-left: 5px; */
        margin-right: 12px;
    }

    .map_form_section {
        float: left;
        width: 100%;
        padding: 14px;
        background-color: #FFF;
        box-shadow: 0px 0px 8px #d7d7d7;
        position: absolute;
        bottom: 400px;
    }

    .Event_picture_section {
        float: left;
        width: 100%;
        background: url(../images/portfolio_bg.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        padding-bottom: 8px;
        padding-top: 50px;
    }




    .testimonial_white_bg {
        background-color: #FFF;
        padding: 20px 30px;
        border-radius: 0px 0px;
    }

    .quoto_icon {
        width: 87px;
        height: 87px;
        float: left;
        text-align: center;
    }

        .quoto_icon i {
            font-size: 35px;
            color: #ff7300;
        }

    .testimonial_caption p {
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 0px;
    }

    .client_image_caption h5 {
        font-size: 14px;
        font-weight: bold;
        color: #FFF;
    }

    .client_image_caption h3 {
        font-size: 16px;
        font-weight: bold;
        color: #FFF;
    }

    .client_profile {
        float: left;
        width: 100%;
        margin-top: 60px;
    }

    .Address_section {
        float: left;
        width: 90%;
        padding: 50px;
        background-color: #FFF;
        box-shadow: 0px 0px 8px #d7d7d7;
        position: absolute;
        bottom: 634px;
        margin-left: 4px;
    }

    .one_fifth_section {
        float: left;
        width: 18%;
        background-color: #FFF;
        box-shadow: 0px 0px 38px #dfdfdf;
        margin-left: 11px;
        padding: 22px 0px;
        min-height: 153px;
    }

    .milestone-details {
        font-size: 13px;
        font-weight: bold;
    }

    .highlight {
        font-size: 32px;
        padding: 0;
        line-height: 1;
        color: #ff7300;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .services {
        position: relative;
        top: 16px;
    }

    .over_service_section p {
        font-size: 14px;
        margin-top: 25px;
        font-weight: bold;
        margin-bottom: 0;
    }


    .about_us_caption_section p {
        margin-top: 20px;
        margin-bottom: 9px;
        padding-right: 2px;
        font-size: 13px;
        /* font-size: 16px; */
    }

    .client_image_inner {
        float: left;
        width: 100%;
        background-color: #FFF;
        text-align: center;
        padding: 10px 33px;
        border: 1px solid #efefef;
        margin-bottom: 20px;
        width: 160px;
    }



    .read_more_btn {
        width: 96px;
        height: 36px;
        line-height: 36px;
        font-size: 11px;
        background-color: #ff7300;
        display: block;
        border-radius: 7px;
        text-align: center;
        color: #FFF;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        margin-top: 20px;
    }

    .text {
        color: white;
        position: absolute;
        top: 52%;
        /* left: 50%; */
        /* -webkit-transform: translate(-50%, -50%); */
        -ms-transform: translate(-50%, -50%);
        /* transform: translate(-50%, -50%); */
        text-align: left;
        padding-left: 11px;
        font-weight: bold;
        margin-top: -95px;
        font-size: 15px;
    }

    .testimonial_section {
        float: left;
        width: 100%;
        background: url("../img/testimonial_bg.jpg") no-repeat;
        background-repeat: no-repeat;
        background-position: center;
        padding: 33px;
    }
}

@media (max-width: 600px) {

    Address_section {
        float: left;
        width: 90%;
        padding: 24px;
        background-color: #FFF;
        box-shadow: 0px 0px 8px #d7d7d7;
        position: absolute;
        bottom: 535px;
        margin-left: 4px;
    }

    .top_row_header {
        float: left;
        width: 100%;
        /* background-image: linear-gradient(-90deg, #ff7402, #FFF ); */
        padding: 8px 40px;
        /* background-color: #ff7808; */
        color: #fdfbfb;
    }



    .testimonial_white_bg {
        background-color: #FFF;
        padding: 52px 20px;
    }

    .padding_right_slider {
        position: relative;
        left: 0;
        padding: 0 15px;
    }

    .quoto_icon {
        width: 100%;
        height: 100%;
        float: left;
        text-align: center;
    }


    .testimonial_caption p {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 0px;
    }


    .navbar-brand img {
        margin-top: -23px;
        width: 185px;
    }

    .top_row_right li a {
        color: #ffffff;
        border-right: 1px solid #ffffff;
        padding: 0px 6px;
        font-weight: bold;
        font-size: 12px;
    }

    .navbar-brand img {
        margin-top: -5px;
        width: 120px;
    }

    .our_vedios_section {
        float: left;
        width: 100%;
        background: url(../images/our_vedios_bg.jpg) no-repeat;
        background-position: center;
        background-size: cover;
        /* padding: 100px 0px; */
        padding-bottom: 32px;
        padding-top: 25px;
    }

    .Event_picture_section {
        float: left;
        width: 100%;
        background: url(../images/portfolio_bg.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        padding-bottom: 8px;
        padding-top: 15px;
    }

    .top_row_right {
        padding: 0px;
        margin: 0px;
        list-style: none;
        float: left;
        margin-top: -3px;
        margin-left: 9px;
    }

    .testimonial_section {
        float: left;
        width: 100%;
        background: url("../img/testimonial_bg.jpg") no-repeat;
        background-repeat: no-repeat;
        background-position: center;
        padding: 60px;
    }





    .navbar-toggler {
        padding: .25rem .75rem;
        font-size: 1.25rem;
        line-height: 0;
        background: 0 0;
        border: 1px solid transparent;
        border-radius: .25rem;
        /* margin-top: 18px; */
    }

    .over_service_section p {
        font-size: 12px;
        margin-top: 25px;
        font-weight: bold;
        margin-bottom: 0;
    }

    h1 .title {
        margin-top: 30px;
        color: #ff7504;
        font-size: 23px;
    }


    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        background-color: #000;
        color: #fff;
        border-color: #ddd #ddd #fff;
        font-size: 10px;
        font-weight: bold;
    }

    .testimonial_section .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 10px;
        position: absolute;
        left: -63px;
        top: -19px;
    }


    .client_slider_section {
        float: left;
        width: 100%;
        clear: both;
        padding: 45px 10px;
    }

    .Address_section {
        float: left;
        width: 100%;
        padding: 16px;
        background-color: #FFF;
        box-shadow: 0px 0px 8px #d7d7d7;
        position: relative;
        bottom: 0px;
        margin-left: 0px;
        margin-bottom: 25px;
    }

        .Address_section p {
            font-weight: bold;
            font-size: 11px;
            display: flex;
        }

    .map_form_section h3 {
        font-size: 21px;
        font-weight: bold;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .form-control {
        display: block;
        width: 100%;
        padding: 10px 0.75rem;
        font-size: 12px;
        text-transform: capitalize;
        line-height: 0.25;
        color: #dbdbdb;
        background-color: #fff;
        background-image: none;
        background-clip: padding-box;
        border: 1px solid #ececec;
        border-radius: 0px;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
    }

    .about_us_section {
        float: left;
        width: 100%;
        background: url(../images/about_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 28px 40px;
        padding-right: 24px;
    }


    .map_form_section {
        float: left;
        width: 100%;
        padding: 23px;
        background-color: #FFF;
        box-shadow: 0px 0px 8px #d7d7d7;
        position: relative;
        bottom: 0px;
        margin-left: 0px;
        margin-bottom: 20px;
        margin-top: 20px;
    }






    .footer_ul li {
        display: inline-block;
        padding: 23px 10px;
        padding-top: 0px;
    }

    footer p {
        font-size: 12px;
        font-weight: bold;
        color: #FFF;
        margin-bottom: 0px;
    }

    .client_image_caption h3 {
        font-size: 14px;
        font-weight: bold;
        color: #FFF;
    }

    .client_image_caption h5 {
        font-size: 11px;
        font-weight: bold;
        color: #FFF;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        color: #fff;
        background-color: #ff7402;
        border-color: #ddd #ddd #fff;
        font-size: 11px;
        font-weight: bold;
    }

    .Gallery-section {
        float: left;
        width: 100%;
        padding-top: 41px;
    }


    .client_profile {
        float: left;
        width: 100%;
        margin-top: 75px;
    }

    .about_us_caption_section p {
        margin-top: 20px;
        margin-bottom: 9px;
        padding-right: 5px;
        font-size: 16px;
        /* font-size: 16px; */
        font-weight: 400;
    }
}


@media (max-width: 480px) {

    .about_us_section {
        float: left;
        width: 100%;
        background: url(../images/about_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 17px 15px;
        padding-right: 15px;
    }

    .Event_picture_section .read_more_btn {
        position: relative;
        top: 0px;
        margin-left: 0px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
        padding: 5px;
        margin-top: 3px;
        font-size: 12px;
    }



    .title {
        font-size: 25px;
        font-weight: bold;
        text-transform: uppercase;
        color: #0a0a0a;
    }

        .title span {
            font-size: 20px;
            font-weight: bold;
        }

    .read_more_btn {
        width: 118px;
        height: 39px;
        line-height: 40px;
        font-size: 13px;
        background-color: #ff7300;
        display: block;
        border-radius: 7px;
        text-align: center;
        color: #FFF;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        /* margin-top: 115px; */
        margin-bottom: 25px;
        /* margin-left: 20px; */
    }

    .client_slider_section .title {
        margin-bottom: 30px;
    }

    .title {
        font-size: 22px;
        font-weight: bold;
        text-transform: uppercase;
        color: #0a0a0a;
        padding: 17px;
        margin-top: 0px;
        /* padding-top: 0px; */
        padding-bottom: 0px;
        /* margin-left: 20px; */
    }

    .over_service_section p {
        font-size: 15px;
        margin-top: 11px;
        font-weight: 400;
        margin-bottom: 0;
        padding: 10px 10px;
        /* margin-left: 20px; */
        /* margin-right: 20px; */
    }

    .over_service_section {
        float: left;
        width: 100%;
        clear: both;
        background: url(../images/massnory_gallery.jpg);
        background-position: center;
        background-size: cover;
        padding-top: 21px;
        padding-bottom: 7px;
        overflow: hidden;
    }

    .our_vedios_section .title {
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
        color: #0a0a0a;
        margin-bottom: 30px;
        padding: 15px 0;
    }

    .our_vedios_section {
        float: left;
        width: 100%;
        background: url(../images/our_vedios_bg.jpg) no-repeat;
        background-position: center;
        background-size: cover;
        /* padding: 100px 0px; */
        padding-bottom: 6px;
        /* padding-top: 21px; */
        padding: 20px;
    }

    .Event_picture_section {
        float: left;
        width: 100%;
        background: url(../images/portfolio_bg.jpg) no-repeat;
        /* background-size: cover; */
        background-position: center;
        padding-bottom: 0px;
        padding-top: 12px;
        padding: 20px;
    }

        .Event_picture_section .title {
            position: relative;
            top: -25px;
        }

    .quoto_icon i {
        font-size: 38px;
        color: #f44336;
    }

    .thumbnail img-responsive {
        width: 100%;
    }

    .testimonial_section {
        float: left;
        width: 100%;
        background: url("../img/testimonial_bg.jpg") no-repeat;
        background-repeat: no-repeat;
        background-position: center;
        padding: 30px;
    }

        .testimonial_section .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px;
            position: absolute;
            left: 0px;
            top: 317px;
        }

    .main_about_us_section p {
        font-weight: bold;
        margin-bottom: 0px;
        font-size: 14px;
        margin-left: 15px;
        margin-right: 15px;
        font-style: justify;
    }

    .text1 {
        font-size: 14px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .show-hide {
        background-color: #ff7401;
        padding: 10px 20px;
        border: 0px;
        color: #fff;
        font-size: 16px;
        margin-left: 15px;
    }

    .service_image_caption p {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 0px;
        margin-left: 15px;
    }

    .service_image {
        float: left;
        width: 100%;
        overflow: hidden;
        border-radius: 72px 0px;
        margin-left: 0px;
        padding: 0px 15px;
    }

    .top_banner_section_main .breadcrumb {
        padding: 0;
        list-style: none;
        background-color: transparent;
        border-radius: .25rem;
        font-size: 19px;
        margin-bottom: 0px;
        margin-left: 15px;
    }

    .gray_box_network {
        float: left;
        width: 100%;
        background-color: #f1f1f1;
        /* padding: 33px; */
        margin-top: 0%;
        margin-bottom: 29px;
    }

    .network_inner .testimonial_white_bg {
        background-color: #f1f1f1;
        padding: 7px 15px;
        border-radius: 0px 0px;
    }

    .network_inner .client_image {
        width: 90px;
        height: 100%;
        overflow: hidden;
        border-radius: 0px 20px;
        float: left;
    }

    .client_image_caption {
        float: left;
        margin-left: 10px;
        margin-top: 11px;
    }

    .network_inner .client_image_caption h3 {
        font-size: 17px;
        font-weight: bold;
        color: #151515;
    }

    .client_image_inner {
        float: left;
        width: 100%;
        background-color: #FFF;
        text-align: center;
        /* padding: 5px 39px; */
        /* margin-left: -3px; */
        /* margin-right: 52px; */
        border: 1px solid #efefef;
        margin-bottom: 20px;
        width: 200px;
        margin-left: 7px;
    }

    .form-section {
        float: left;
        width: 100%;
        padding-top: 15px;
    }

        .form-section .title {
            font-size: 25px;
            font-weight: bold;
            font-family: 'Montserrat', sans-serif;
            color: #ff7402;
        }

    .white_box_contact i {
        font-size: 16px;
        color: #ff7402;
        margin-right: 10px;
    }

    .white_box_contact p {
        font-size: 12px;
        font-weight: bold;
    }

        .white_box_contact p span {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 10px;
        }

    .white_box_contact .social_media_right li a i {
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        background-color: #ff7401;
        display: block;
        border-radius: 50%;
        color: #FFF;
        font-size: 16px;
        margin-left: 0;
    }

    .form-section .title {
        font-size: 23px;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        color: #ff7402;
    }

    .white_box_contact {
        float: left;
        width: 100%;
        border: none;
        /* padding: 25px; */
        /* margin: 0px; */
        /* padding: 0px; */
        margin-top: 0px;
        /* background: url(../images/contact-bg%20(1.html).png); */
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .contact_us_section {
        padding: 15px 0px;
        width: 100%;
        /* height: 100%; */
        float: left;
    }

    .service_image_caption .title {
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;
        color: #ff7402;
    }


    .read_more_btn {
        width: 118px;
        height: 39px;
        line-height: 40px;
        font-size: 13px;
        background-color: #ff7300;
        display: block;
        border-radius: 7px;
        text-align: center;
        color: #FFF;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        /* margin-top: 115px; */
        /* margin-bottom: 25px; */
        margin-left: 20px;
    }

    .main_about_us_section .title {
        font-size: 23px;
        margin-top: 10px;
        float: left;
        width: 100%;
    }

    .services_section_main {
        float: left;
        width: 100%;
        padding: 35px 0px;
        background: url(../images/about_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }



    .testimonial_section .owl-theme .owl-dots .owl-dot {
        display: none;
        zoom: 1;
    }

    .client_image {
        width: 90px;
        height: 100%;
        overflow: hidden;
        border-radius: 40px 0px;
        float: left;
    }

    .client_image_caption h5 {
        font-size: 14px;
        font-weight: bold;
        color: #FFF;
    }

    .client_image_caption h3 {
        font-size: 17px;
        font-weight: bold;
        color: #FFF;
    }

    .testimonial_white_bg {
        background-color: #FFF;
        padding: 23px 9px;
    }

    .client_profile {
        float: left;
        width: 100%;
        margin-top: 25px;
    }

    .border_gray {
        border: 1px solid #B5B5B5;
        margin-left: 20px 20px;
        margin: 10px 10px;
    }

    .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 10px;
        margin-left: 10px;
        display: none;
    }

    .footer_ul li a {
        font-size: 11px;
        font-weight: bold;
        color: #FFF;
    }

    .footer_ul li {
        display: inline-block;
        padding: 18px 4px;
        padding-top: 0px;
    }

    footer p {
        font-size: 11px;
        font-weight: bold;
        color: #FFF;
        margin-bottom: 0px;
    }

    .Address_section {
        float: left;
        width: 100%;
        padding: 17px;
        background-color: #FFF;
        box-shadow: 0px 0px 8px #d7d7d7;
        position: relative;
        bottom: 0;
        margin-left: 0;
        MARGIN-BOTTOM: 20PX;
    }

    .map_form_section {
        float: left;
        width: 100%;
        padding: 14px;
        background-color: #FFF;
        box-shadow: 0px 0px 8px #d7d7d7;
        position: relative;
        bottom: 0;
        margin-left: 0;
        MARGIN-BOTTOM: 20PX;
    }

    .client_slider_section {
        float: left;
        width: 100%;
        clear: both;
        padding: 20px 0px;
        /* padding-bottom: 210px; */
    }



    .WoodCraft-map {
        position: absolute;
        top: 200px;
    }

    .social_media_right li a i {
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        background-color: #FFF;
        display: block;
        border-radius: 50%;
        color: #ff7401;
        font-size: 14px;
        margin-left: 2px;
    }

    .Address_section p {
        font-weight: bold;
        font-size: 12px;
        display: flex;
    }

    .about_us_section .title {
        padding: 0px;
    }


    .top_row_header {
        float: left;
        width: 100%;
        padding: 8px 38px;
        /* background: #ff7401; */
    }

    .top_row_right li a {
        color: #ffffff;
        border-right: 1px solid #ffffff;
        padding: 0px 6px;
        font-weight: bold;
        font-size: 8px;
    }

    .about_us_section .read_more_btn {
        padding: 0px;
        margin-left: 0px
    }

    .gallary_section .read_more_btn {
        margin-top: 110px
    }
}

@media (max-width: 414px) {
    .footer_ul li {
        display: inline-block;
        padding: 20px 2px;
        padding-top: 0px;
    }

    .gallary_section .read_more_btn {
        margin-top: 19px;
        margin-left: 0px;
    }

    .Event_picture_section .read_more_btn {
        position: relative;
        top: 0px;
        margin-left: 0px;
    }


    .footer_ul li a {
        font-size: 10px;
        font-weight: bold;
        color: #FFF;
    }

    footer p {
        font-size: 11px;
        font-weight: bold;
        color: #FFF;
        margin-bottom: 0px;
    }

    .top_row_right {
        padding: 0px;
        margin: 0px;
        list-style: none;
        float: left;
        margin-top: -3px;
        margin-left: -18px;
    }

    .top_row_header {
        float: left;
        width: 100%;
        /* background-image: linear-gradient(-90deg, #ff7402, #FFF ); */
        padding: 7px 19px;
        background: #ec2027;
    }

    .top_row_header {
        float: left;
        width: 100%;
        background-image: none;
        background-color: #ff7402,;
        padding: 7px 19px;
    }

    .top_row_right li a {
        color: #fff;
        border-right: 1px solid #fff;
        padding: 0px 6px;
        font-weight: bold;
        font-size: 8px;
    }

    .Event_picture_section .title {
        position: relative;
        top: 0;
        padding: 2px 0 25px 0;
    }

    .testimonial_white_bg {
        background-color: #FFF;
        padding: 19px 28px;
    }

    .testimonial_section .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 10px;
        position: absolute;
        left: 0px;
        top: 398px;
    }

    .read_more_btn {
        width: 170px;
        height: 39px;
        line-height: 40px;
        font-size: 13px;
        background-color: #f44336;
        display: block;
        border-radius: 7px;
        text-align: center;
        color: #FFF;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        /* margin-top: 115px; */
        /* margin-bottom: 25px; */
        /* margin-left: 20px; */
    }

    .show-hide {
        background-color: #ff7401;
        padding: 7px 13px;
        border: 0px;
        color: #fff;
        font-size: 15px;
        margin-left: 13px;
    }


    .main_about_us_section .title {
        font-size: 21px;
        margin-top: 10px;
        float: left;
        width: 100%;
        margin-top: 15px;
        color: #ff7504;
    }

    .portfolio_section {
        float: left;
        width: 100%;
        padding: 35px 0px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        background-color: #000;
        color: #fff;
        border-color: #ddd #ddd #fff;
        font-size: 8px;
        font-weight: bold;
    }

        .nav-tabs .nav-item.show .nav-link,
        .nav-tabs .nav-link.active {
            color: #fff;
            background-color: #ff7402;
            border-color: #ddd #ddd #fff;
            font-size: 9px;
            font-weight: bold;
            text-align: center;
            /* float: left; */
        }

    .Gallery-section {
        float: left;
        width: 100%;
        padding-top: 30px;
    }

    .main_menu_section {
        float: left;
        width: 100%;
        padding: 0px 15px;
    }

    .about_us_section .title {
        padding: 0px;
    }

    .title span {
        font-size: 19px;
        font-weight: bold;
    }

    .about_us_section .read_more_btn {
        padding: 0px;
        margin-left: 0px
    }

    .navbar-light .navbar-nav .nav-link {
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
        padding: 5px;
        margin-top: 3px;
        font-size: 11px;
        text-align: left;
        border-bottom: 1px solid silver;
    }

    .title h3 {
        font-size: 24px;
    }
}

@media (max-width: 360px) {

    .title span {
        font-size: 16px;
        font-weight: bold;
    }

    .title {
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        color: #0a0a0a;
        padding: 17px;
        margin-top: 0px;
        /* padding-top: 0px; */
        padding-bottom: 0px;
        /* margin-left: 20px; */
    }

    .over_service_section p {
        font-size: 11px;
        margin-top: 11px;
        font-weight: bold;
        margin-bottom: 0;
        padding: 10px 10px;
        /* margin-left: 20px; */
        /* margin-right: 20px; */
    }

    .footer_ul li a {
        font-size: 9px;
        font-weight: bold;
        color: #FFF;
    }

    .footer_ul li {
        display: inline-block;
        padding: 17px 2px;
        padding-top: 0px;
    }

    .testimonial_section {
        float: left;
        width: 100%;
        background: url(../images/testimonial_bg.jpg) no-repeat;
        background-repeat: no-repeat;
        background-position: center;
        padding: 28px;
    }

    .client_image_caption h3 {
        font-size: 12px;
        font-weight: bold;
        color: #FFF;
    }

    .client_image_caption h5 {
        font-size: 11px;
        font-weight: bold;
        color: #FFF;
    }

    .testimonial_section .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 10px;
        position: absolute;
        left: 0px;
        top: 451px;
    }

    .social_media_right {
        padding: 0px;
        margin: 0px;
        list-style: none;
        float: right;
        /* display: none; */
    }

    .top_row_right li a {
        color: #fff;
        border-right: 1px solid #fff;
        padding: 4px 7px;
        font-weight: bold;
        font-size: 10px;
    }

    .main_about_us_section .title {
        font-size: 17px;
        margin-top: 10px;
        float: left;
        width: 100%;
        margin-top: 0px;
        color: #ff7504;
    }

    .client_image_inner {
        float: left;
        width: 100%;
        background-color: #FFF;
        text-align: center;
        /* padding: 15px 40px; */
        /* margin-left: -3px; */
        /* margin-right: 52px; */
        border: 1px solid #efefef;
        margin-bottom: 20px;
        /* margin: 0px; */
        /* padding: 0px; */
        margin-right: 0px;
        /* margin-left: 10px; */
        /* margin-left: 7px; */
    }

    .client_section {
        float: left;
        width: 100%;
        padding: 44px 14px;
    }


    .network_inner .client_image_caption h5 {
        font-size: 10px;
        font-weight: bold;
        color: #0e0e0e;
    }

    .network_inner .client_image_caption h3 {
        font-size: 15px;
        font-weight: bold;
        color: #151515;
    }


    .title h3 {
        font-size: 22px;
    }

    .white_box_contact {
        float: left;
        width: 100%;
        padding: 10px;
        /* background: url(../images/contact-bg%20(1.html).png); */
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .form-section .title {
        font-size: 22px;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        color: #ff7402;
    }

    .contact_us_section .social_media_right {
        display: block;
    }

    .contact_us_section .social_media_right {
        display: block;
    }
}






.counter {
    background-color: #2a335e;
    padding: 35px 10px;
    border-radius: 5px;
    float: left;
    width: 100%;
}

.count-title {
    font-size: 40px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #dd5959;
}

.count-text {
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}

.fix {
    width: 70px;
}


.wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: 80vh;
    padding: 78px 0;
    float: left;
    width: 100%;
}

    .wrapper .item {
        display: flex;
        flex-grow: 1;
        transition: all 0.5s ease;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        overflow: hidden;
        border: 4px solid white;
        border-radius: 16px;
    }

        .wrapper .item:hover {
            flex-grow: 4;
            box-shadow: inset 0 0 20px #000;
        }

        .wrapper .item:after {
            content: "";
            width: 200%;
            height: 43.33%;
            background-color: rgb(255 255 255 / 75%);
            left: -50%;
            bottom: -10%;
            position: absolute;
            transform: rotate(-15deg);
            color: #000;
            text-align: center;
            padding-top: 20px;
            text-transform: uppercase;
            font-size: 18px;
            font-family: "Raleway";
            font-weight: 400;
        }

        .wrapper .item.ryze {
            background-image: url("../images/our-img/1.JPG");
            background-position: 70% center;
        }

            .wrapper .item.ryze:after {
                content: "Aam Houswives Award";
            }

        .wrapper .item.irelia {
            background-image: url("../images/our-img/2.JPG");
            background-position: 45% center;
        }

            .wrapper .item.irelia:after {
                content: "Bike Advertising Event ";
            }

        .wrapper .item.jinx {
            background-image: url("../images/our-img/3.JPG");
            background-position: 70% center;
        }

            .wrapper .item.jinx:after {
                content: "Product Event ";
            }

        .wrapper .item.katarina {
            background-image: url("../images/our-img/4.JPG");
            background-position: 70% center;
        }

            .wrapper .item.katarina:after {
                content: " Corteva Brand Launch";
            }

        .wrapper .item.ziggs {
            background-image: url("../images/our-img/5.JPG");
            background-position: 75% center;
        }

            .wrapper .item.ziggs:after {
                content: "Corteva Agriscience";
            }





@media (max-width: 320px) {

    .top_row_right li a {
        color: #fff;
        border-right: 1px solid #fff;
        padding: 3px 7px;
        font-weight: bold;
        font-size: 8px;
    }

    .title {
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        color: #0a0a0a;
        padding: 15px 15px;
        margin-top: 0px;
        /* padding-top: 0px; */
        padding-bottom: 0px;
        /* margin-left: 20px; */
    }

        .title span {
            font-size: 14px;
            font-weight: bold;
        }

    .read_more_btn {
        width: 87%;
        height: 36px;
        line-height: 36px;
        font-size: 12px;
        background-color: #ff7300;
        display: block;
        border-radius: 7px;
        text-align: center;
        color: #FFF;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        /* margin-top: 115px; */
        /* margin-bottom: 25px; */
        /* margin-left: 20px; */
    }

    .footer_ul li {
        display: inline-block;
        padding: 16px 0px;
        padding-top: 0px;
    }

        .footer_ul li a {
            font-size: 8px;
            font-weight: bold;
            color: #FFF;
        }

    .client_image_caption h3 {
        font-size: 11px;
        font-weight: bold;
        color: #FFF;
    }

    .client_image_caption h5 {
        font-size: 8px;
        font-weight: bold;
        color: #FFF;
    }

    .testimonial_section .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 10px;
        position: absolute;
        left: 0px;
        top: 504px;
    }

    .over_service_section p {
        font-size: 12px;
        margin-top: 11px;
        font-weight: bold;
        margin-bottom: 0;
        padding: 10px 15px;
        /* margin-left: 20px; */
        /* margin-right: 20px; */
    }


    .main_about_us_section p {
        font-weight: bold;
        margin-bottom: 0px;
        font-size: 12px;
        margin-left: 15px;
        margin-right: 15px;
        font-style: justify;
    }

    .text1 {
        font-size: 12px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .main_about_us_section .title {
        font-size: 17px;
        margin-top: 0px;
        float: left;
        width: 100%;
        margin-top: 0px;
        color: #ff7504;
    }

    .network_inner .client_image_caption h5 {
        font-size: 13px;
        font-weight: bold;
        color: #0e0e0e;
    }

    .testimonial_caption p {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 0px;
    }

    .testimonial_section .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 10px;
        position: absolute;
        left: 0px;
        top: 0;
        display: none;
    }

    .title h3 {
        font-size: 20px;
    }

    .gray_box_network p {
        font-weight: bold;
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 0px;
    }

    .form-section .title {
        font-size: 22px;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        color: #ff7402;
    }
}

textarea {
    overflow: auto;
    resize: vertical;
    height: 90px;
}



.footer-title h4 {
    color: #cdcccc;
    text-align: left;
    font-weight: 500;
}

.main-footer .text {
    color: #cdcccc;
    text-align: left;
    font-weight: 500;
    position: relative;
    margin: 0;
    padding: 0;
}

.main-footer p {
    color: #cdcccc;
    text-align: left;
    font-weight: 500;
    position: relative;
    margin: 0;
    padding: 0;
}

.main-footer a {
    color: #cdcccc;
    text-align: left;
    font-weight: 500;
}

.main-footer .list-style-one {
    color: #cdcccc;
    text-align: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

.service-list {
    padding: 0;
    text-align: left;
}

.btnf {
    background: red;
    padding: 0;
    border-radius: 34px;
    color: white !important;
}

.over_service_section {
    padding: 80px 10px;
}
/*team*/
.section-team {
    font-family: "Poppins", sans-serif;
    padding: 80px 10px;
    float: left;
    width: 100%;
}

    .section-team .header-section {
        margin-bottom: 50px;
    }

        .section-team .header-section .small-title {
            margin-bottom: 25px;
            font-size: 16px;
            font-weight: 500;
            color: #3e64ff;
        }

        .section-team .header-section .title {
            font-weight: 700;
            font-size: 45px;
        }

    .section-team .single-person {
        margin-top: 30px;
        padding: 20px;
        background-color: #f6f9ff;
        border-radius: 5px;
        BORDER: 4PX SOLID #e35b5b;
    }

        .section-team .single-person:hover {
            /* background: linear-gradient(to right, #d10100, #000000); */
        }

        .section-team .single-person .person-image {
            position: relative;
            margin-bottom: 19px;
            border-radius: 50%;
            border: 4px dashed transparent;
            transition: padding .3s;
            text-align: center;
        }

        .section-team .single-person:hover .person-image {
            /* padding: 12px; */
            border: 4px dashed #fff;
        }

        .section-team .single-person .person-image img {
            width: 200PX;
            border-radius: 50%;
            HEIGHT: 200PX;
            OBJECT-FIT: cover;
        }

        .section-team .single-person .person-image .icon {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translate(-50%, 50%);
            display: inline-block;
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            background: linear-gradient(to right, #fe0100, #020200);
            color: #fff;
            border-radius: 50%;
            DISPLAY: NONE;
            font-size: 24px;
        }

        .section-team .single-person:hover .person-image .icon {
            background: none;
            background-color: #fff;
            color: #3faa39;
        }

        .section-team .single-person .person-info .full-name {
            margin-bottom: 10px;
            font-size: 19px;
            font-weight: 700;
            TEXT-ALIGN: CENTER;
        }

        .section-team .single-person .person-info .speciality {
            text-transform: uppercase;
            font-size: 14px;
            color: #016cec;
            DISPLAY: NONE;
        }

        .section-team .single-person:hover .full-name,
        .section-team .single-person:hover .speciality {
            color: #d14c4c;
        }

/*end team*/

.clients .border_gray {
    margin-bottom: 20px;
}

.Event_plan {
    background-image: url(..//img/new-page.jpg);
    background-size: cover;
    padding: 80px 10px;
}

.ad_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

    .ad_content h2 {
        color: #fff;
        font-size: 50px;
        margin-bottom: 20px;
    }

.get_btn {
    background: #fff;
    color: #000;
    font-size: 16px;
    transition: 0.4s;
}

    .get_btn:hover {
        background: #fe0000;
        color: #fff;
    }

.service-list .nav-link {
    padding: 4px 0px !important;
}

.corporate_main_wrapper {
    padding: 80px 0px;
    background-image: url(..//images/gallery-bg.png);
}

.img_block img {
    width: 100%;
    padding: 10px;
    border: 2px solid #ec202769;
    background: #ffff;
    border-radius: 0px 40px;
}

.wedding_content {
    padding: 10px;
}

.img_block {
    position: relative;
}

.paira {
    text-align: justify;
    margin-top: 7px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #000000ba;
}

.sub_heading {
    font-size: 40px;
    color: #ec2027;
}

.gallery_wrapper {
    padding: 40px 10px;
}

.icon_2 img {
    width: 60px !important;
    margin: auto;
}

.main_heading {
    font-size: 40px;
    text-align: center;
}

@media(max-width:500px) {
    .ad_content h2 {
        color: #fff;
        font-size: 38px;
        /* margin-bottom: 20px; */
    }

    .Event_plan {
        background-image: url(..//img/new-page.jpg);
        background-size: cover;
        padding: 80px 10px;
    }
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.counter .counter.c1 {
    background: white;
    border: 3px solid #f13711;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    padding: 22px 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-top: 10px;
}

.section-team .single-person h4 {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    color: #e33131;
}

.team___sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.view__mr {
    width: 175px;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    background-color: #dd5959;
    display: block;
    border-radius: 7px;
    text-align: center;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    float: left;
    font-weight: 500;
    border-radius: 0 24px 0 24px;
}

.view__mr:hover {
    background-color: #101b59;
    color: #ff3d00 !important;
}

.popup_form {
    padding: 10px;
    width: 100%;
}

    .popup_form input {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border: none !important;
        font-size: 15px;
        color: #000;
        outline: none;
    }

    .popup_form textarea {
        width: 100%;
        height: 140px;
        border: none;
        font-size: 15px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        padding: 10px;
        outline: none;
    }

.modal-title {
    font-size: 30px;
    font-weight: 600;
}


.nav {
    margin-bottom: 18px;
    margin-left: 0;
    list-style: none;
}

    .nav > li > a {
        display: block;
    }

.nav-tabs:before,
.nav-tabs:after {
    display: table;
    content: "";
}

.nav-tabs:after {
    clear: both;
}

.nav-tabs > li {
    float: left;
}

    .nav-tabs > li > a {
        padding-right: 12px;
        padding-left: 12px;
        margin-right: 6px;
        line-height: 14px;
    }

.nav-tabs {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

    .nav-tabs > li {
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            font-size: 16px;
            font-weight: 600;
            padding-top: 8px;
            padding-bottom: 10px;
            line-height: 20px;
            border-radius: 4px 4px 0 0;
            background: #ec2027;
            color: #fff !important;
        }

    .nav-tabs > .active > a,
    .nav-tabs > .active > a:hover {
        color: #555555;
        cursor: default;
        background: #ec2027;
    }

li {
    line-height: 18px;
}

.tab-content.active {
    display: block;
}

.tab-content.hide {
    display: none;
}

@media(max-width:768px) {
    .counter {
        background-color: #2a335e;
        padding: 35px 10px;
        border-radius: 5px;
        float: left;
        width: 100%;
        margin-top: 15px;
    }

    .main_menu_section {
        float: left;
        width: 100%;
        padding: 19px 0px 8px !important;
        !importan;
        !importa;
        !import;
        !impor;
        !impo;
        !imp;
        !im;
        !i;
        !;
        background: #ffffff;
        position: relative;
        z-index: 99;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #000 !important;
        font-weight: bold;
        text-transform: uppercase;
        padding: 5px;
        margin-top: 3px;
        font-size: 12px;
        text-align: start;
    }

    .social_media_right {
        padding: 0px;
        margin: 0px;
        list-style: none;
        float: left;
    }

    .top_banner_section {
        margin-top: -6px !important;
    }
}

.blog_section {
    padding: 80px 10px;
}


.blog_box {
    overflow: hidden;
}

    .blog_box img {
        width: 100%;
        height: 320px;
        object-fit: cover;
        transition: 0.5s;
    }

        .blog_box img:hover {
            transform: scale(1.3);
            filter: grayscale(1.4);
        }

.blog_content {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

    .blog_content > div h5 {
        font-size: 20px;
        margin: 0;
        font-weight: 600;
    }

    .blog_content > div h6 {
        font-size: 20px;
        padding-left: 20px;
        font-weight: 500;
        margin: 0;
    }

        .blog_content > div h6 i {
            font-size: 15px;
            padding-right: 8px;
        }

.blog_heading {
    font-size: 25px;
    margin: 0;
    font-weight: 500;
    margin-top: 10px;
    line-height: 1.2;
}

    .blog_heading a {
        color: #000;
        transition: 0.4s;
    }

        .blog_heading a:hover {
            color: red;
        }

.Blog_heading {
    font-size: 25px;
    margin: 0;
    text-align: center;
}

.blog_heading2 {
    font-size: 40px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 31px;
}

.wedding_detail {
    padding: 50px 15px;
}

.wedding-detail img {
    width: 100%;
}

.blog_paira {
    padding-left: 15px;
    padding-right: 15px;
}

    .blog_paira > p {
        font-size: 17px;
        font-weight: 500;
        text-align: justify;
    }

.wrapper-with-margin .owl-nav.disabled {
    display: block !important;
}

.wrapper-with-margin .owl-nav .owl-next, .wrapper-with-margin .owl-nav .owl-prev {
    background: #fa0304 !important;
    color: #ffffff !important;
    border: none;
    padding: 0 !important;
    font: inherit;
    height: 26px !important;
    width: 26px !important;
    border-radius: 50% !important;
    font-size: 30px !important;
    line-height: 21px !important;
}

@media(max-width:991px) {
    .over_service_section {
        padding: 20px 10px;
    }

    .section-team .header-section .title {
        font-size: 25px;
    }

    .main_menu_section {
        padding: 15px 0px 8px;
    }

    .navbar-brand {
        top: 0;
        position: relative;
    }

        .navbar-brand img {
            width: 140px;
            margin-top: -15px;
        }

    .social_media_right {
        float: left;
    }

    .section-team {
        padding: 20px 10px;
    }

    .blog_content > div h5 {
        font-size: 16px;
    }

    .blog_section {
        padding: 20px 10px;
    }

    .blog_heading2 {
        font-size: 25px;
    }
}

@media(max-width:767px) {
    .wrapper-with-margin .owl-prev {
        left: -10px !important;
    }

    .wrapper-with-margin .owl-next {
        right: -10px !important;
    }

    .section-team .header-section {
        margin-bottom: 20px;
    }
}


.dropdown:hover .mega-menu {
    display: block;
}
 .mega-menu {
    left: -100px;
    width: 500px; /* Full width menu */
    padding: 20px;
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

.mega-menu .container {
    max-width: 1200px; /* Max width of the menu */
}

.mega-menu .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
}

.mega-menu h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #ec2027;
}

.mega-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mega-menu ul li {
    /* margin-bottom: 10px; */
    border-bottom: 1px solid #d5d5d5;
    padding: 4px 0px;
}
.mega-menu ul li:hover{
    color: #ffffff;
    text-decoration: none;
    background-color: #ec2027;
}

.mega-menu ul li:hover a{
     color: #ffffff;
}
.mega-menu ul li a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    transition: all 500ms ease;
}

.mega-menu ul li a:hover {
    text-decoration: none;
    color: #fff;
    padding-left: 10px;
}

/* Styling for dropdown toggle */
.dropdown-toggle {
    cursor: pointer;
}

.Product-launch{
    position:relative;
    padding:60px 0px 0px;
}

.section-title {
    text-align: center;
    /* padding-bottom: 30px; */
}

.section-title h2 {
    font-size: 1.75rem;
    font-weight: bold;
    text-transform: uppercase;
    /* margin-bottom: 20px; */
    padding-bottom: 12px;
    position: relative;
    color: #000000;
}

.event-counter {
    background-color: #fff;
    padding: 35px 0px 60px;
    border-radius: 5px;
    float: left;
    width: 100%;
}

.event-counter .counter-info {
    background: #fff;
    border: 3px solid #f13711;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    padding: 22px 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-top: 10px;
    border-radius: 8px;
}

.counter-info .counter-icon {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    background: #fff;
    color: #bf2b79;
    border-radius: 50px;
    border: 2px solid #fff;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow:hidden;
}
.counter-info .counter-icon img{
    width:35px;
}


.section-bg {
    position: relative;
    padding: 160px 0;
    color: #fff;
}
.section-bg:before {
    content: "";
    background: #ec2027;
    position: absolute;
    bottom: 60px;
    top: 70px;
    left: 0;
    right: 0;
    transform: skewY(-3deg);
    z-index: -1;
}

.Product-mid{
    margin-top:230px;

}
.Product-mid p{
    color:#fff;
    z-index: 1;
    font-size: 20px;
    text-align: center;
}

.features .feature-box {
    padding: 24px 20px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
}

.features .feature-box i {
    line-height: 0;
    background: #ec2027;
    padding: 4px;
    margin-right: 10px;
    font-size: 16px;
    border-radius: 3px;
    transition: 0.3s;
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.features .feature-box h3 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin: 0;
}

.client-slider{
    position:relative;
    padding: 60px 0px 0px;
}

.info-bg{
    border: 1px solid #ec2027;
    background: #fff;
    padding: 25px;
    margin-bottom: 30px;
    /* min-height: 220px; */
    background: hsla(0, 0%, 100%, .15);
    box-shadow: 0px 0px 20.417px 0px rgb(1 70 70 / 11%);
    border-radius: 10px;
    transition: all 0.7s;
    text-align: center;
}


/*-----------------------our projects---------------*/


.our-project{
	padding: 60px 0 0px;
}

.our-Project-nav{
	text-align: center;
	margin-bottom: 60px;
}

.our-Project-nav ul{
	list-style: none;
	text-align: center;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 15px 30px;
	padding: 0;
	margin: 0;
}

.our-Project-nav ul li a {
    position: relative;
    display: inline-block;
    color: #192324;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.our-Project-nav ul li a:after,
.our-Project-nav ul li a:before{
	content: '';
    position: absolute;
    left: 0px;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background-color:#7c877f;
    transform-origin: bottom right;
    transition: transform 0.4s ease-in-out;
    transform: scaleX(0);
}

.our-Project-nav ul li a:after{
	top: -8px;
	bottom: auto;
	left: 0px;
}

.our-Project-nav ul li a:hover:before,
.our-Project-nav ul li a.active-btn:before,
.our-Project-nav ul li a:hover:after,
.our-Project-nav ul li a.active-btn:after{
	transform-origin: bottom left;
    transform: scaleX(1);
}
.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal{
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.project-item{
	position: relative;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.project-featured-image figure::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(360deg, rgb(0 0 0 / 79%) 0%, rgba(0, 0, 0, 0) 111.33%);
	z-index: 0;
}

.project-btn{
	position: absolute;	
	top: 50%;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	backdrop-filter: blur(20px);
	border-radius: 50%;
	transform: translate(-50%, -30%);	
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.project-item:hover .project-btn{
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%);	
}

.project-btn a{
	width: 100px;
	height: 100px;
	background: #ffffff1a;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease-in-out;
}

.project-btn img{
	max-width: 24px;
	transform: rotate(-45deg);
	transition: all 0.4s ease-in-out;
}

.project-btn a:hover{
	background: #192324;
}

.project-btn a:hover img{
	transform: rotate(0deg);
}

.project-featured-image img{
	width: 100%;
    aspect-ratio: 1 / 0.79;
    object-fit: cover;
}

.project-content{
	position: absolute;
	left: 40px;
	bottom: 26px;
	right: 40px;
}

.project-content h3,
.project-content h2{
	color: #fff;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
}

.project-content h3{
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 10px;
}

.project-content h2{
	font-size: 20px;
	font-weight: 700;
}

.project-content h2 a{
	color: inherit;
	font-size: 16px;
}

.section-title h3 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em;
    text-transform: capitalize;
    color: #7c877f;
    padding-left: 35px;
    margin-bottom: 20px;
}

.short-features{
    position:relative;
    padding:60px 0px 0px;
}
.short-features .short-icon-box {
    display: flex;
    align-items: center;
    padding: 10px 6px;
    transition: 0.3s;
    border: 1px solid #ec2027;
    margin-bottom: 20px;
    background: hsla(0, 0%, 100%, .15);
    box-shadow: 0px 0px 20.417px 0px rgb(1 70 70 / 11%);
    border-radius: 6px;
}

.short-features .short-icon-box i {
    font-size: 18px;
    /* padding-right: 10px; */
    line-height: 1;
    border: 2px solid #ec2027;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
    rotate: ske;
    transform: rotate(311deg);
    background-color: #ec2027;
}
.short-features .short-icon-box h3 {
    font-weight: 500;
    /* margin-left: 6px; */
    padding: 0;
    line-height: 1;
    font-size: 16px;
    margin: 0 10px;
}
.short-features .short-icon-box h3 a {
    color: #37423b;
    transition: 0.3s;
}
.faq{
    position:relative;
    padding:60px 0px 0px
}
 .accordion-container {
      margin: 50px auto;
      padding: 0 20px;
    }

.accordion-item {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 15px;
    cursor: pointer;
    transition: background-color 0.6s ease;
}

.accordion-item:hover {
    background-color: #f1f1f1;
}

.accordion-header {
    font-size: 22px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.30s ease-out;
    padding-top: 0;
}

.accordion-item.active .accordion-content {
    max-height: 200px; 
}


.accordion-icon {
    font-size: 24px;
    transition: transform 0.3s ease;
}

.accordion-item.active .accordion-icon {
    transform: rotate(184deg);
    /* margin-right: 20px; */
}



.call-to-action {
    padding: 80px 0;
    position: relative;
    background-color: #ec2027;
    color: #ffffff;
    margin-top: 50px;
     margin-bottom: 50px; 
}

.call-to-action h3 {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
}
.call-to-action p {
    color: #ffffff;
}

.call-to-action .cta-btn {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 5px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.Product-launch p{
    text-align:center;
}

.team .member {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    /* padding: 15px; */
    overflow: hidden;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding-bottom: 34px;
}

.team .member img {
    border-radius: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.team .member-meta {
    padding: 14px;
}

.team .member h4 {
    margin-top: 2px;
    font-size: 22px;
    font-weight: 500;
}
.team .member span {
    font-style: italic;
    display: block;
    font-size: 18px;
    color: #6c757d;
}

.artist-book-cta a {
    padding: 8px 42px;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #ec2027;
    border-style: none;
    border-color: #ffffff;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 19px 19px 40px 0px rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin-top: 10px;
}

.team{
    position:relative;
    padding:60px 0px 0px;
}
.mb-8{
    margin-bottom: 50px!important;
}

.our-services {
  padding: 50px 0px 0px;
}

.srv-btn {
  display: inline-block;
  color: var(--darkblue);
  padding-bottom: 0.25rem;
  border-bottom: 1px solid var(--darkblue);
  font-weight: 500;
}

.srv-btn:hover {
  color: var(--blue);
  border-bottom-color: var(--blue);
}

.service-box {
  transition: 0.5s all;
  margin-top: 2rem;
}

.service-box:hover > .service-img {
  transform: scale(1.02);
}

.service-box:hover > .service-text {
  transform: translateY(-30px);
}

.service-box:hover a {
  background-color: var(--green);
}

.service-img {
  width: 100%;
  height: 227px;
  overflow: hidden;
  border-radius: .25rem;
  transition: 0.5s all;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, .1);
}

.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-text {
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  border-radius: .5rem;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, .1);
  text-align: center;
  transform: translateY(-20px);
  padding: 1rem .5rem;
  position: relative;
  height: 140px;
  transition: 0.5s all;
}

.service-text h4 {
  color: #000;
  font-weight: 600;
  margin: .5rem auto;
}

.service-text a {
  display: inline-block;
  background-color: #000;
  text-align: center;
  color: #fff;
  transition: 0.5s;
  padding: .25rem .5rem;
  border-radius: .20rem;
}
.typewriter h1 {
  border-right: 2px solid black;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  font-size: 1.75rem;
  margin-right: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 11px;
}

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

@keyframes blink-cursor {
  from { border-right-color: black; }
  to { border-right-color: transparent; }
}

.typewriter h1 {
  display: inline-block;
  animation: blink-cursor 0.75s step-end infinite; 
}

.typewrite-head{
    /* display:flex; */
    align-items:center;
    justify-content: center;
    height: 100px;
}

@media (max-width: 767px) {
    .Product-launch {
        padding: 15px 15px 0px;
    }

    .event-counter {
        padding: 35px 15px 0px;
        margin-bottom: 50px;
    }

        .event-counter .counter-info {
            margin-bottom: 50px;
        }

    .short-features {
        padding: 20px 15px 0px;
    }

    .section-bg {
        padding: 110px 28px;
    }

    .Product-mid p {
        /* margin-top: 50px; */
    }

    .client-slider {
        padding: 0px 0px 0px;
    }

    .call-to-action {
        padding: 40px 15px;
    }

        .call-to-action .cta-btn {
            padding: 12px 20px;
        }

    blink-cursor animation {
        border-right-color: rgb(0, 0, 0);
    }

    element.style {
    }

    .typewriter h1 {
        display: inline-block;
        animation: blink-cursor 0.75s step-end infinite;
    }

    .typewriter h1 {
        font-size: 20px;
    }

    .section-title h2 {
        font-size: 20px;
    }

    .our-project {
        padding: 20px 0 0px;
    }

    .faq {
        position: relative;
        padding: 20px 0px 0px;
    }

    .accordion-header {
        font-size: 18px;
    }

    .top_banner_section_main {
        padding: 20px 0px 35px;
    }
}