*{
    margin: 0;
    padding: 0;
}
html,body{
    width: 100%;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
}
:root {
    --black: #000000;
    --white : #ffffff;
    --yellow : #FFC708;
}
::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

::-webkit-scrollbar-track {
    background: var(--black);
}

h1,h2,h3,h4,h5,h6,p,ul{
    padding: 0;
    margin: 0;
}
.hamburger_icon{
    background-color: transparent !important;
    display: none !important;
}
.hamburger_icon img{
    width: 25px;
}
.video_section {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
  }
  
  .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
  
  #overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
  }
.first_section{
    width: 100%;
    position: relative;
    z-index: auto;
    background-image: url("../img/home_bg.png");
}
.h-100{
    height: 100%;
}
.main_header_section{
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 10px;
}
.header_section{
    width: 100%;
    max-width: 1122px;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 24px;
    background-color: var(--yellow);
    border-radius: 10px;
}
.header_section ul{
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
}
.header_section ul li{
    list-style-type: none;
    margin: 0 42px 0 0;
    position: relative;
    display: inline-block;
}
.header_section ul li:last-child{
    margin: 0;
}
.header_section ul li a{
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    text-decoration: none;
    transition: all .5s;
     display: block;
}

.submenu {
  display: none !important;
  position: absolute !important;
  top: 100%;
  left: 0;
  min-width: 180px;
  background: var(--white);
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
}

/* Submenu links */
.submenu li a {
  display: block;
  padding: 10px;
  color: white;
  text-decoration: none;
  transition: background 0.2s;
}
.submenu li{
    display: block !important;
    margin: 0 !important;
}
.submenu li a:hover {
  background: var(--yellow);
  color: var(--black);
}

.dropdown:hover .submenu {
  display: block !important;
}
/* .header_section ul li a.active{
    color: var(--yellow);
} */

.contact_btn a{
    display: inline-block;
    background-color: var(--black);
    color: var(--white);
    font-size: 14px;
    font-weight: 700;
    border-radius: 30px;
    text-decoration: none;
    padding: 10px 30px;
}
.get_touch_btn a{
    background-color: var(--yellow) !important;
    color: var(--black);
} 
.header_middle_section{
    padding: 100px 0 89px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.header_middle_section h4{
    font-size: 24px;
    font-weight: 500;
    color: #E0D8F2;
}
.header_middle_section h3{
    font-size: 82px;
    font-weight: 800;
    color: #FFFFFF;
    margin: 25px 0;
    line-height: 1;
}
.header_middle_section p{
    color: #A5AECA;
    font-size: 20px;
    width: 100%;
    max-width: 650px;
    margin: 0 auto 60px;
}

.second_section{
    padding: 30px 0 0;
    width: 100%;
    margin: auto;
    position: relative;
}
.slick-slide{
    margin: 0 20px 0 0 !important;
}

.slick_img img{
    width: 100% !important;
}
.third_section{
    padding: 80px 0;
    text-align: center;
    position: relative;
    z-index: -1;
}
.third_section_content{
    position: relative;
    z-index: 1;
}
.third_section_content::after{
    content: "";
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: 200%;
    background-image: url("../img/grid_bg.png");
    background-repeat: repeat;
    z-index: -1;
    background-position: center bottom;
}
.third_section_content h4{
    font-size: 16px;
    color: var(--yellow);
    font-weight: 700;
}
.third_section .contact_btn a{
    background-color: var(--yellow);
    color: var(--black);
}
.third_section_content h3{
    font-weight: 500;
    font-size: 60px;
    color: #000;
    width: 100%;
    max-width: 700px;
    margin: 10px auto;
    line-height: 1;
}
.third_section_content p{
    font-size: 18px;
    color: #636D8A;
    font-weight: 500;
    margin-bottom: 40px;
}
.fourth_section{
    background: #FFC70821;
    padding: 50px 0;
    margin-top: 162px;
}
.dashboard_img{
    margin-top: -15%;
}
.fifth_section{
    padding: 145px 0;
}
.fifth_section_content h4{
    text-align: center;
    color: var(--yellow);
    font-size: 16px;
    font-weight: 700;
}
.fifth_section_content h3{
    text-align: center;
    font-size: 60px;
    font-weight: 500;
    
}
.fifth_section_content p{
    color: #636D8A;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    max-width: 996px;
    text-align: center;
    margin: 25px auto;
}
.fifth_section_inner_content{
    padding-top: 50px;
}
.fifth_box{
    padding: 38px 34px;
    border: 1px solid var(--yellow);
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 20px;
    height: 200px;
    transition: all .5s;
    cursor: pointer;
}
.fifth_box:hover{
    background: linear-gradient(230deg, rgba(252, 188, 0, 0.2379) 1.41%, rgba(252, 188, 0, 0) 98.72%);
}
.fifth_box_name{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.fifth_box h3{
    color: #000;
    font-size: 30px;
    font-weight: 500;
    margin-left: 20px;
    white-space: nowrap;
}
.fifth_box p{
    color: #636D8A;
    font-size: 16px;
    font-weight: 500;
    padding-top: 28px;
}
.bg_dark{
    background-color: #140634;
    padding: 68px 0;
}
.bg_dark h4{
    color: #E0D8F2;
}
.bg_dark h3{
    color: var(--white);
}
.bg_dark p{
    color: #A5AECA;
}
.seventh_section{
    padding: 150px 0 0;
}
.seventh_box{
    padding: 40px 69px 0;
    background: #F9F9F9;
    border: 2px solid #D2D2D2;
    border-radius: 70px;
    text-align: center;
}
.h-300{
    height: 300px;
}
.seventh_box h3{
    font-size: 32px;
    font-weight: 500;
}
.seventh_box p{
    color: #636D8A;
    font-size: 18px;
    margin: 25px 0 50px;
}
.seventh_box .contact_btn{
    margin-bottom: 20px;
}
.eight_section{
    position: relative;
    z-index: -1;
    padding: 150px 0 0;
}
.arrow_img{
    width: 40px !important;
    position: absolute;
    top: 5%;
    margin-left: -25%;
}
.item{
    overflow: hidden;
    border-radius: 15px;
}

.on_hover{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.test_img:hover .on_hover{
    transform: scale(1.1);
}
.eventz_name{
    position: absolute;
    bottom: 0;
    left: 0;
}
.eventz_name h3{
    color: var(--white);
    font-weight: 700;
    font-size: 24px;
    padding: 15px;
}
.ninth_section{
    margin-top: 100px;
    padding: 140px 0;
    background-image: url("../img/bottom_bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.ninth_section_text{
    text-align: center;
}
.ninth_section_text h4{
    color: var(--yellow);
    font-weight: 700;
    font-size: 16px;
}
.ninth_section .fifth_section_content h3{
    line-height: 1;
    margin: 20px 0;
    color: var(--black);
    font-size: 60px;
}
.ninth_section .fifth_section_content p{
    color: var(--black);
}

.footer_section{
    background-color: var(--black);
    padding: 62px 0 0;
    margin-top: -5px;
    position: relative;
    z-index: -1;
}
.left_footer p{
    color: var(--white);
    font-size: 14px;
}
.footer_logo{
    padding-bottom: 20px;
}
.footer_menu li{
    list-style-type: none;
    margin-bottom: 20px;
}
.footer_menu li a{
    text-decoration: none;
    color: var(--white);
}
.footer_border{
    border: 1px solid #787878;
    width: 75%;
    margin: 82px auto 0;
}
.bottom_footer{
    text-align: center;
    color: var(--white);
    padding: 28px 0;
}
.black_logo{
    display: none;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
    width: 100%;
    z-index: 100;
   
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.fixed .header_section{
    margin: auto;
    background-color: var(--yellow);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.fixed .header_section ul li a{
    color: var(--black);
}

.fixed .black_logo{
    display: inline-block;
}
.mobile_menu{
    display: none;
}

.mobile_menu ul li {
  border-bottom: 1px solid #ddd;
}
.mobile_menu ul li a {
  display: block;
  padding: 0 !important;
  text-decoration: none;
  color: #333;
}

.submenu {
  display: none;
  background: #f7f7f7;
}
.mobile_submenu{
    display: none;
}
.submenu li a {
  padding: 10px 20px;
  font-size: 14px;
}

/* When open */
.submenu.open {
  display: block ;
}
.fifth_inner_section{
    margin-top: 120px;
}
.fifth_inner_contant{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 20px;
    row-gap: 10px;
}
.fifth_inner_box{
    padding: 26px 28px;
    background-color: #F9F9F9;
    border: 1px solid #dddddd;
    border-radius: 15px;
    position: relative;
    z-index: 0;
}
.fifth_inner_box img{
    width: 100%;
}
.fifth_inner_box_content{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.fifth_inner_box_content img{
    width: auto;
}
.fifth_inner_box_content h4{
    margin-left: 16px;
    font-size: 24px;
    font-weight: 600;
}
.fifth_inner_box p{
    color: #636D8A;
    font-size: 16px;
    padding-top: 20px;
}
/************************************** contact_us ************************************/
.contact_section{
    width: 100%;
    height: 100%;
    background-image: url("../img/contact_bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    overflow: auto;
}
.contact_form{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    z-index: 1;
}
.contact_title h3{
    text-align: center;
    color: var(--white);
    font-size: 82px;
    width: 100%;
    font-weight: 800;
    max-width: 684px;
    margin: auto;
}
.form_box{
    padding: 48px 165px;
    background-color: var(--white);
    border-radius: 95px;
    margin-top: 82px;
}
.iniput_box{
    width: 100%;
    padding: 24px 27px;
    background-color: #F5F6F8;
    outline: none;
    box-shadow: none;
    border-radius: 95px;
    border: 0;
    margin-bottom: 20px;
}
.iniput_box:focus{
    outline: 1px solid var(--yellow);
}
.border-radius-20{
    border-radius: 20px;
}
.form_btn a{
    display: inline-block;
    background-color: var(--yellow);
    color: var(--black);
    text-decoration: none;
    padding: 16px 90px;
    border-radius: 30px;
    font-size: 24px;
    font-weight: 700;
}
.form_btn{
    text-align: center;
}
.form_btn a img{
    margin-left: 18px;
}
/************************************** end_contact_us ************************************/


/************************************** inner_page ************************************/
.inner_page_first_section{
    padding: 100px 0 60px;
}
.inner_first_left_section h1{
    font-size: 60px;
    font-weight: bold;
    width: 100%;
    max-width: 590px;
    padding-bottom: 24px;
}
.inner_first_left_section{
    flex-grow: 1;
    flex-shrink: 0;
}
.inner_first_left_section h2{
    width: 100%;
    max-width: 570px;
    font-size: 18px;
}
.first_inner_page_contant{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.inner_first_right_section img{
    width: 100%;
}
.second_inner_page_contant{
    text-align: center;
}
.second_inner_page_title{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
}
.second_inner_page_title h3{
    font-size: 60px;
    font-weight: 600;
}
.second_inner_page_contant p{
    width: 100%;
    max-width: 1050px;
    margin: auto;
    padding: 25px 0;
}
.second_inner_page_contant a{
    display: inline-block;
    background-color: var(--yellow);
    color: var(--black);
    padding: 12px 36px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
}
.inner_page_third_section{
    margin-top: 100px;
    background-color: #FFF8DF;
}
.third_inner_page_conant{
    padding: 60px 0;
}
.zig_zag_img img{
    width: 100%;
}
.zig_zag_content h4{
    font-size: 32px;
    font-weight: 600;
}
.zig_zag_content p{
    padding: 20px 0;
    width: 100%;
    max-width: 623px;
    font-size: 18px;
}
.zig_zag_list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    row-gap: 20px;
}
.zig_zag_list_name{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.zig_zag_list_name h5{
    font-size: 18px;
    margin-left: 15px;
}
.zig_zag_box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.inner_page_fourth_section{
    width: 100%;
    background-image: url("../img/main_black_img.png");
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.fourth_inner_page_title{
    text-align: center;
}
.fourth_inner_page_title h3{
    color: var(--white);
    font-size: 60px;
    font-weight: 600;
    width: 100%;
    max-width: 1076px;
    margin: auto;
    margin-bottom: 20px;
}
.fourth_inner_page_title p{
    font-size: 18px;
    width: 100%;
    max-width: 886px;
    margin: auto;
    color: var(--white);
}
.fourth_inner_img img{
    width: 100%;
}
.fifth_inner_page_box{
    padding: 80px 60px;
    background-color: #F9F9F9;
    border: 1px solid #D9D9D9;
    border-radius: 40px;
    text-align: center;
}
.fifth_inner_page_content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 60px;
    row-gap: 10px;
}
.fifth_inner_page_box h5{
    color: var(--yellow);
    font-size: 18px;
}
.fifth_inner_page_box h4{
    font-size: 32px;
    margin: 16px 0 24px;
    font-weight: 600;
}
.fifth_inner_page_box p{
    width: 100%;
    max-width: 474px;
    font-size: 18px;
    margin: auto;
}
.inner_page_fifth_section{
    margin: 80px 0;
}
.inner_page_sixth_section{
    padding-bottom: 100px;
}
.sixth_inner_page_content{
    text-align: center;
}
.sixth_inner_page_title{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}
.sixth_inner_page_title h3{
    font-size: 40px;
    font-weight: 600;
}
.sixth_inner_page_content p{
    width: 100%;
    max-width: 444px;
    margin: -40px auto;
    font-size: 18px;
}
.get_in_touch{
    display: inline-block;
    background-color: var(--yellow);
    color: var(--black);
    padding: 12px 36px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 60px;
}
.get_in_touch:hover{
    color: var(--black);
    text-decoration: none;
}
.owl-dots{
    display: none;
}
.contact_us{
    padding: 150px 0 20px;
}
.contact_us_left_section h3{
    font-size: 48px;
    font-weight: 600;
    width: 100%;
    max-width: 412px;
}
.contact_us_left_section p{
    width: 100%;
    max-width: 413px;
    font-size: 16px;
    margin-top: 8px;
}
.contact_us_left_section img{
    width: 100%;
    margin-top: 50px;
}
.new_contact_form{
    padding: 32px 32px;
    background-color: var(--white);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #E4E4E4;
    border-radius: 16px;
}
.contact_us_inner_section{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 40px;
}
.new_form_box label{
    color: #1C1C1C;
    font-size: 16px;
}
.input_form{
    padding: 8px 16px;
    border-radius: 30px;
    border: 1px solid #E4E4E4;
    outline: none;
}
.input_form::placeholder{
    color: #A6A6A6;
}
.form_section{
    display: flex;
    flex-direction: row;
    column-gap: 24px;
    row-gap: 10px;
    margin-bottom: 16px;
}
.new_form_box{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.select_option{
    padding: 12px 16px;
}
.message{
    border-radius: 20px;
}
.form-check .form-check-label{
    color: #A6A6A6;
}
.form-check .form-check-label a{
    color: #A6A6A6;
    text-decoration: underline;
}
.captcha_box{
    padding: 4px 20px;
    background-color: var(--black);
    border-radius: 30px;
    display: inline-block;
}
.captcha_box h3{
    color: var(--white);
    font-size: 16px;
}
.captcha_section{
    margin-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E4E4E4;
}
.captcha_section{
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
}
.captcha_section .input_form{
    width: 50%;
}
.submit_btn{
    margin-top: 15px;
    width: 100%;
    padding: 10px;
    background-color: var(--yellow);
    color: var(--black);
    border-radius: 30px;
    border: 0;
    cursor: pointer;
    font-weight: 600;
}
.contact_us{
    position: relative;
}
.contact_us::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background-color: #FFF9E6;
    z-index: -1;
}


/************************************** end_inner_page ************************************/


@media (max-width: 1399.98px){
    .third_section_content::after {
        height: 150%;
    }
    .third_section {
        padding-bottom: 0;
    }
    .fifth_section {
        padding: 100px 0;
    }
    .seventh_section {
        padding: 100px 0;
    }
    .ninth_section {
        margin-top: 50px;
        padding: 115px 0;
    }
    .contact_title h3{
        font-size: 60px;
    }
    .form_box{
        padding: 40px 100px;
        background-color: var(--white);
        border-radius: 50px;
        margin-top: 50px;
    }
    .form_btn a{
        padding: 12px 70px;
        font-size: 20px;
    }
    .form_btn a img {
        margin-left: 10px;
    }
    .inner_page_first_section {
        padding: 100px 0 30px;
    }
    .inner_page_third_section {
        margin-top: 50px;
    }
    .third_inner_page_conant {
        padding: 30px 0;
    }
    .second_inner_page_contant p {
        padding: 20px 0;
    }
    .inner_page_fourth_section {
        padding: 90px 0;
    }
    .fourth_inner_page_title h3 {
        font-size: 50px;
    }
    .fourth_inner_page_title p {
        max-width: 700px;
    }
    .inner_page_fifth_section {
        margin: 60px 0;
    }
    .fifth_inner_page_content {
        column-gap: 40px;
    }
    .inner_page_sixth_section {
        padding-bottom: 80px;
    }
    .sixth_inner_page_title h3 {
        font-size: 36px;
    }
    .sixth_inner_page_title img{
        width: 60px;
    }
    .sixth_inner_page_content p {
        margin: -20px auto;
    }
    .get_in_touch{
        margin-top: 30px;
    }
    .fifth_inner_section {
        margin-top: 60px;
    }
    .fifth_inner_box {
        padding: 20px 10px;
    }
    .fifth_inner_box_content h4 {
        margin-left: 10px;
        font-size: 18px;
    }
    .fifth_inner_contant {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 10px;
    }
}
@media (max-width: 1199.98px){
    .header_middle_section {
        padding: 80px 0 50px;
        text-align: center;
    }
    .header_middle_section h4 {
        font-size: 20px;
    }
    .header_middle_section h3{
        font-size: 70px;
        margin: 16px 0;
        line-height: 1;
    }
    .header_middle_section p{
        margin: 0 auto 30px;
    }
    .slick_img img{
        width: 70% !important;
    }
    .second_section {
        padding: 30px 0;
    }
    .third_section {
        padding-top: 50px;
    }
    .third_section_content h3 {
        font-size: 50px;
    }
    .third_section_content p {
        margin-bottom: 30px;
    }
    .third_section_content p {
        font-size: 16px;
    }
    .fifth_section {
        padding: 80px 0;
    }
    .fifth_section_content h3 {
        font-size: 50px;
    }
    .fifth_section_content p {
        margin: 16px auto;
    }
    .fifth_section_inner_content {
        padding-top: 30px;
    }
    .fifth_box {
        padding: 28px 20px;
    }
    .fifth_box p{
        padding-top: 14px;
    }
    .video_section, .h-100 {
        height: 70% !important;
    }
    .seventh_section {
        padding: 80px 0 0;
    }
    .eight_section {
        padding: 100px 0 0;
    }
    .seventh_box {
        padding: 30px 28px 0;
        border-radius: 50px;
    }
    .ninth_section {
        margin-top: 20px;
    }
    .ninth_section .fifth_section_content h3 {
        font-size: 50px;
    }
    .contact_title h3 {
        font-size: 50px;
    }
    .form_box {
        padding: 30px 50px;
        border-radius: 30px;
        margin-top: 30px;
    }
    .iniput_box {
        padding: 18px 20px;
        margin-bottom: 10px;
    }
    .form_btn a {
        padding: 12px 50px;
        font-size: 18px;
    }
    .form_btn a img {
        margin-left: 5px;
    }
    .inner_page_first_section {
        padding: 80px 0 30px;
    }
    .inner_first_left_section h1 {
        font-size: 50px;
        max-width: 450px;
        padding-bottom: 15px;
    }
    .second_inner_page_title h3 {
        font-size: 50px;
    }
    .second_inner_page_title img{
        width: 80px;
    }
    .second_inner_page_contant p {
        padding: 20px 0;
    }
    .second_inner_page_title h3 {
        font-size: 40px;
    }
    .second_inner_page_title img {
        width: 60px;
    }
    .second_inner_page_contant p{
        font-size: 14px;
        padding: 10px 0;
    }
    .second_inner_page_contant a{
        padding: 10px 36px;
    }
    .inner_page_third_section {
        margin-top: 30px;
    }
    .third_inner_page_conant {
        padding: 20px 0;
    }
    .zig_zag_box {
        margin-top: 20px;
    }
    .zig_zag_content h4 {
        font-size: 26px;
    }
    .zig_zag_content p {
        padding: 15px 0;
        font-size: 16px;
    }
    .zig_zag_list_name h5 {
        font-size: 16px;
        margin-left: 12px;
    }
    .inner_page_fourth_section {
        padding: 60px 0;
    }
    .fourth_inner_page_title h3 {
        font-size: 40px;
        max-width: 900px;
        margin-bottom: 15px;
    }
    .fourth_inner_page_title p {
        font-size: 16px;
    }
    .inner_page_fifth_section {
        margin: 40px 0;
    }
    .fifth_inner_page_box{
        padding: 40px 20px;
        border-radius: 30px;
    }
    .fifth_inner_page_box h4 {
        font-size: 28px;
        margin: 12px 0 16px;
    }
    .fifth_inner_page_box p {
        font-size: 16px;
    }
    .fifth_inner_page_content {
        column-gap: 20px;
    }
    .inner_page_sixth_section {
        padding-bottom: 60px;
    }
    .sixth_inner_page_title h3 {
        font-size: 30px;
    }
    .sixth_inner_page_title img {
        width: 50px;
    }
    .sixth_inner_page_content p {
        margin: -10px auto;
    }
    .get_in_touch {
        margin-top: 25px;
        padding: 8px 36px;
    }
    .fifth_inner_section {
        margin-top: 30px;
    }
    .contact_us {
        padding: 100px 0 20px;
    }
    .contact_us_left_section h3 {
        font-size: 40px;
    }
    .contact_us_left_section img {
        margin-top: 30px;
    }
}
@media (max-width: 991.98px){
   
    .header_section ul{
        display: none;
    }
    .header_middle_section {
        padding: 30px 0 50px
    }
    .header_middle_section h4 {
        font-size: 18px;
    }
    .header_middle_section h3 {
        font-size: 60px;
    }
    .header_middle_section p {
        font-size: 18px;
    }
    .third_section {
        padding-top: 30px;
    }
    .third_section_content h3 {
        font-size: 40px;
        max-width: 500px;
    }
    .third_section_content p {
        margin-bottom: 20px;
    }
    .fourth_section {
        margin-top: 95px;
    }
    .fifth_section {
        padding: 60px 0;
    }
    .fifth_section_content h3 {
        font-size: 40px;
    }
    .fifth_section_content p {
        color: #636D8A;
        font-size: 16px;
    }
    .fifth_section_inner_content {
        padding-top: 20px;
    }
    .fifth_box {
        padding: 16px 20px;
        height: auto;
    }
    .fifth_box h3 {
        font-size: 24px;
    }
    .video_section, .h-100 {
        height: 50% !important;
    }
    .seventh_section {
        padding: 60px 0 0;
    }
    .eight_section {
        padding: 50px 0 0;
    }
    .seventh_box {
        padding: 20px 20px 0;
        border-radius: 30px;
    }
    .seventh_box p {
        margin: 25px 0;
    }
    .h-300 {
        height: auto;
    }
    .ninth_section {
        padding: 45px 0 100px;
    }
    .ninth_section .fifth_section_content h3 {
        font-size: 40px;
    }
    .footer_border {
        margin: 5px auto 0;
    }
    .fixed .header_section{
        width: 95%;
    }
    .hamburger_icon{
        display: inline-block !important;
        padding: 0 !important;
    }
    .mobile_menu{
        position: fixed;
        top: 0;
        right: 0;
        width: 0;
        overflow-x: hidden;
        height: 100%;
        background-color: var(--white);
        z-index: 100;
        transition: all .5s;
        white-space: nowrap;
        display: inline-block;
    }
    .mobile_menu{
        padding-top: 50px;
    }
    .mobile_menu ul li{
        list-style-type: none;
        padding: 14px 10px;
        border-bottom: 1px solid #f0f0f0;
    }
    .mobile_menu ul li a{
        text-decoration: none;
        color: var(--black);
    }
    .mobile_menu ul li a.active{
        color: var(--yellow);
    }
    .menu_close{
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
    }
    .menu_close img{
        width: 30px;
    }
    .contact_title h3 {
        font-size: 40px;
        max-width: 400px;
    }
    .form_box {
        padding: 30px 20px;
        border-radius: 20px;
        margin-top: 20px;
    }
    .form_btn a {
        padding: 10px 30px;
        font-size: 16px;
    }
    .iniput_box {
        padding: 16px 14px;
    }
    .first_inner_page_contant{
        flex-direction: column;
    }
    .inner_first_left_section{
        text-align: center;
    }
    .inner_first_left_section h1{
        margin: auto;
        font-size: 40px;
    }
    .inner_first_left_section h2{
        text-align: center;
        margin: auto;
    }
    .inner_first_right_section{
        margin-top: 20px;
    }
    .zig_zag_box{
        flex-direction: column;
    }
    .zig_zag_content h4 {
        font-size: 24px;
    }
    .zig_zag_content p {
        padding: 12px 0;
    }
    .zig_zag_list {
        row-gap: 10px;
    }
    .order{
        order: -1;
    }
    .inner_page_fourth_section {
        padding: 40px 0;
    }
    .fourth_inner_page_title h3 {
        font-size: 30px;
    }
    .inner_page_fifth_section {
        margin: 20px 0;
    }
    .fifth_inner_page_box {
        padding: 20px 10px;
        border-radius: 10px;
    }
    .fifth_inner_page_box h5 {
        font-size: 16px;
    }
    .fifth_inner_page_box h4 {
        font-size: 24px;
        margin: 8px 0 12px;
    }
    .fifth_inner_page_box p {
        font-size: 14px;
    }
    .fifth_inner_contant {
        grid-template-columns: repeat(2, 1fr);
    }
    .contact_us_inner_section{
        flex-direction: column;
    }
    .contact_us_left_section{
        text-align: center;
    }
    .contact_us_left_section h3{
        margin: auto;
        font-size: 30px;
    }
    .contact_us_left_section p{
        margin: 10px auto;
    }
    .contact_us_left_section img {
        margin-top: 10px;
        width: 50%;
    }
    .new_contact_form{
        margin-top: 20px;
    }
}
@media (max-width: 767.98px) {
    .header_section{
        width: 100%;
    }
    .header_middle_section {
        padding: 20px 0 50px;
    }
    .header_middle_section h3 {
        font-size: 50px;
    }
    .header_middle_section p{
        max-width: 100%;
        font-size: 16px;
        margin: 0 auto 20px;
    }
    .contact_btn a{
        padding: 8px 20px;
        font-size: 12px;
    }
   
    .third_section_content h3 {
        font-size: 35px;
        max-width: 400px;
        margin: 8px auto;
    }
    .fourth_section {
        margin-top: 65px;
    }
    .fourth_section .container{
        width: 90%;
    }
    .dashboard_img {
        margin-top: -15%;
    }
    .fifth_section {
        padding: 41px 0;
    }
    .fifth_section_content h3 {
        font-size: 30px;
    }
    .fifth_section_content p {
        margin: 10px auto;
    }
    .fifth_box h3 {
        font-size: 20px;
    }
    .fifth_box p {
        padding-top: 10px;
        font-size: 14px;
    }
    .fifth_box{
        margin-bottom: 10px;
    }
    .seventh_section {
        padding: 20px 0 0;
    }
    .eight_section {
        padding: 20px 0 0;
    }
    .seventh_box{
        margin-bottom: 20px;
    }
    .seventh_box h3 {
        font-size: 22px;
    }
    .seventh_box p {
        margin: 12px 0;
    }
    .ninth_section .fifth_section_content h3{
        font-size: 30px;
    }
    .ninth_section .contact_btn a {
        margin-top: 10px;
    }
    .left_footer{
        padding-bottom: 20px;
    }
    .footer_menu{
        padding-bottom: 20px;
    }
    .contact_title h3 {
        font-size: 30px;
        max-width: 300px;
    }
    .zig_zag_box {
        margin-bottom: 20px;
    }
    .form_section{
        flex-direction: column;
    }
    .new_contact_form {
        padding: 20px 20px;
    }
}
@media (max-width: 575.98px){
   
    .header_middle_section h4 {
        font-size: 16px;
    }
    .header_middle_section h3 {
        font-size: 40px;
    }
    .slick_img img{
        width: 100% !important;
    }
    .third_section_content::after{
        display: none;
    }
    .third_section {
        padding-top: 0px;
    }
    .third_section_content h3 {
        font-size: 26px;
    }
    .third_section_content p {
        margin-bottom: 10px;
    }
    .fifth_section {
        padding: 20px 0;
    }
    .fifth_section_content h3 {
        font-size: 22px;
        margin: 8px 0;
    }
    .seventh_box p {
        font-size: 16px;
    }
    .eventz_name h3 {
        color: var(--white);
        font-weight: 700;
        font-size: 20px;
    }
    .ninth_section{
        background-image: none;
        background-color: #30280a;
        padding: 45px 0;
    }
    .ninth_section .fifth_section_content h3 {
        font-size: 22px;
    }
    .footer_section{
        padding: 38px 0 0;
    }
    .footer_menu {
        padding-bottom: 10px;
    }
    .fixed .header_section {
        padding: 10px 10px;
    }
    .contact_title h3 {
        font-size: 24px;
        max-width: 200px;
    }
    .form_box {
        padding: 20px 20px;
        border-radius: 10px;
    }
    .iniput_box {
        border-radius: 20px;
    }
    .inner_first_left_section h1 {
        margin: auto;
        font-size: 35px;
        max-width: 400px;
        padding-bottom: 10px;
    }
    .inner_first_left_section h2 {
        max-width: 500px;
        font-size: 16px;
    }
    .inner_page_first_section {
        padding: 80px 0 10px;
    }
    .second_inner_page_title h3 {
        font-size: 30px;
    }
    .second_inner_page_title img {
        width: 50px;
    }
    .second_inner_page_contant a {
        padding: 8px 36px;
    }
    .zig_zag_box {
        margin-top: 10px;
    }
    .zig_zag_content h4 {
        font-size: 22px;
    }
    .zig_zag_content p {
        font-size: 14px;
    }
    .zig_zag_list {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 8px;
    }
    .zig_zag_list_name h5 {
        font-size: 14px;
    }
    .inner_page_fourth_section {
        padding: 20px 0;
    }
    .fourth_inner_page_title h3 {
        font-size: 24px;
    }
    .fourth_inner_page_title p {
        font-size: 14px;
    }
    .fifth_inner_page_content{
        flex-direction: column;
    }
    .inner_page_sixth_section {
        padding-bottom: 30px;
    }
    .sixth_inner_page_title h3 {
        font-size: 24px;
    }
    .sixth_inner_page_content p{
        max-width: 350px;
        font-size: 16px;
    }
    .fifth_inner_box{
        text-align: center;
    }
    .fifth_inner_box img {
        width: 50%;
    }
    .fifth_inner_box_content img{
        width: auto !important;
    }
    .fifth_inner_contant{
        grid-template-columns: repeat(1, 1fr);
    }
    .fifth_inner_box_content{
        justify-content: center;
    }
}
@media (max-width: 425.98px){
    .header_middle_section p {
        font-size: 14px;
    }
    .fifth_box h3 {
        font-size: 18px;
    }
    .arrow_img {
        width: 35px !important;
        position: absolute;
        top: 5%;
        margin-left: -30%;
    }
    .ninth_section {
        padding: 20px 0;
    }
    .ninth_section .fifth_section_content h3 {
        margin: 10px 0;
    }
    .ninth_section br{
        display: none;
    }
    .inner_first_left_section h1 {
        font-size: 25px;
    }
    .inner_first_left_section h2 {
        font-size: 14px;
    }
    .fourth_inner_page_title h3 {
        font-size: 20px;
    }
}