@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/***** General CSS *****/
body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,textarea:focus,input[type="password"]:focus,select:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="tel"]:focus,input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,input[type="text"],input[type="password"],input[type="email"],input[type="url"],input[type="number"],textarea,input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

/***** Font Files *****/
@font-face {
    font-family: 'big_noodle';
    src: url(../fonts/big_noodle.ttf);
}

@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat.ttf);
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

/***** Custom Classes *****/
.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px !important;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px !important;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.btn10 {
    border: 1px solid #a30000!important;
    text-align: center;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #a30000!important;
    z-index: 10;
    display: inline-block;
    color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    font-size: 17px;
    font-family: Poppins;
    font-weight: 400
}

.btn10:hover {
    border: 1px solid #a30000!important;
    color: #fff!important
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #a30000;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10:hover::before,.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'big_noodle';
    font-size: 75px;
    line-height: 1.2;
    color: #0d0c0c;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'big_noodle';
    font-size: 56px;
    line-height: 64px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'big_noodle';
    font-size: 24px;
    line-height: 30px;
    color: #0d0c0c;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #0d0c0c;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Montserrat';
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 0 20px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/*BOdy*/

/* width */
.scrllhide::-webkit-scrollbar {
    width: 0;
}

/*BOdy*/

/*header css start */
header.sticky {
    position: fixed;
    background: #181818bd;
    transition: 0.5s ease-in-out;
}

header.sticky .header-logo img {
    width: 30%;
}

header.sticky .menuSec {
    padding: 0;
}

.header-logo img {
    width: 50%;
    object-fit: contain;
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    background-color: #444;
}

.menuSec {
    padding: 20px 0;
}

.menuSec .container {
    max-width: 94%;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #393939;
    padding: 10px 23px;
    font-size: 13px;
}

.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li:hover a {
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

/*header css start */
.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

/*banner css start */
.carousel-inner>.item>a>img,.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

section.main_slider {
    background: #181818;
    /* padding-top: 100px; */
    position: relative;
    height: 100vh;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: 0.5s ease-in-out;

}

.banner-img {
    text-align: right;
    padding-right: 50px;
    position: relative;
}

.banner-img img {
    width: 70%;
    height: 650px;
    object-fit: cover;
    filter: brightness(0.8);
}

.banner-img span {
    font-size: 40px;
    color: #fff;
    font-family: 'big_noodle';
    position: absolute;
    top: 5px;
    left: 23%;
}

.banner-img p {
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat';
    text-align: left;
    line-height: 30px;
    letter-spacing: 0;
    width: 50%;
    position: absolute;
    bottom: 14%;
    left: 5%;
}

.banner-img2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    margin-top: -40px;
}

.banner-img2 img {
    width: 150px;
    height: 110px;
    object-fit: cover;
}

.banner-img2 a {
    font-size: 10px;
    font-family: 'Montserrat';
    color: #fff;
}

section.main_slider .row .col-lg-6 .col-md-6 {
    border-right: 1px solid #ffff;
}

.main-banner-txt {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    height: 100vh;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto 0;
}

section.main_slider > video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: top;
}

.main-banner-txt p {
    width: 70%;
    margin: 0 auto 30px;
    color: #fff;
}

.banner-txt h1 {
    font-size: 105px;
    color: #000;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'big_noodle';
}

.banner-txt {
    background: #fecf13;
    padding: 70px 30px;
    position: relative;
    z-index: 1;
}

.banner-txt p {
    font-size: 14px;
    color: #000;
    line-height: 30px;
    font-family: 'Montserrat';
    letter-spacing: 0;
    margin: 0 0 40px;
    width: 78%;
}

.btn1 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat';
    background: #181818;
    padding: 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    transition: 0.5s ease-in-out;
}

.banner-txt2 img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.banner-txt2 {
    position: relative;
}

.banner-indep {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 30px;
    height: 360px;
}

.banner-indep h4 {
    font-size: 14px;
    font-family: 'Montserrat';
    color: #fff;
    text-transform: uppercase;
}

.banner-indep h3 {
    font-size: 35px;
    color: #fff;
    font-family: 'big_noodle';
    font-weight: 400;
    position: absolute;
    bottom: 0;
    line-height: 40px;
}

.banner-txt2 video {
    width: 100%;
    object-fit: cover;
    height: 340px;
}

section.main_slider:before {
    content: '';
    /* position: absolute; */
    /* background: #fece15; */
    width: 49.3%;
    height: 99%;
    top: 0;
    right: 0;
    /* border-left: 1px solid #fff; */
}

.header-logo {
    padding-top: 20px;
}

section.main_slider .container-fluid {
    padding: 0;
}

.side-bar {
    text-align: right;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.side-bar a {
    color: #fff;
    font-size: 24px;
    background: #181818;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*Menu */
.fa-close:before, .fa-multiply:before, .fa-remove:before, .fa-times:before, .fa-xmark:before {
    content: "\f00d";
}

.main-heading svg text {
    fill: #fecf1317;
    stroke: #ffffff;
    stroke-width: 1px;
    animation: animated-stroke 3s;
    text-anchor: middle;
    dominant-baseline: central;
    text-transform: uppercase;
    font-size: 155px;
    font-family: 'big_noodle';
    letter-spacing: 5px;
    opacity: 40%;
}

@keyframes animated-stroke {
    0% {
        stroke-dasharray: 0 80%;
    }

    100% {
        stroke-dasharray: 10% 0%;
        stroke-dashoffset: 25%;
    }
}

.main-heading {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.main-heading2 {
    top: 36%;
    left: 1%;
}

/* menu-boxes */
.menu-nav {
    position: absolute;
    top: 0;
    left: -100vw;
    width: 100vw;
    background: #252121f7;
    height: 100vh;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 10;
    display: flex;
}

.menu-nav .social-links {
    list-style-type: none;
    padding-left: 7rem;
}

.menu-nav nav a {
    display: flex;
    align-items: center;
    height: 60px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    padding-left: 7rem;
    overflow: hidden;
    transition: 0.1s ease-out;
}

.menu-nav nav a:hover {
    font-weight: bold;
}

.menu-nav nav a:before {
    position: absolute;
    content: "";
    background: var(--seagreen);
    width: 100vw;
    height: 100%;
    z-index: -1;
    right: 0;
    top: 0;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.menu-nav nav img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: 0.4s ease-in-out;
    transform: scale(1, 1);
    transition: transform 400ms, opacity 100ms;
}

.menu-nav nav a:hover img {
    opacity: .5;
    transform: scale(1.1, 1.1);
}

.menu-nav nav a span {
    position: relative;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
}

#menu-close {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: var(--yellow);
    cursor: pointer;
    position: absolute;
    z-index: 10;
    left: 30px;
}

#menu-close:hover>i {
    font-size: 40px;
    color: white;
}

#menu-close i,#menu-close span {
    transition: 0.3s ease-in-out;
    color: #fff;
}

#menu-close:hover>span {
    display: none;
}

.menu-nav nav a:hover:before {
    opacity: 1;
}

.menu-nav nav a:hover {
    color: white;
}

.menu-nav nav li {
    margin-bottom: 0;
}

.menu-nav nav {
    height: 80vh;
    overflow-y: scroll;
    list-style-type: none;
    padding: 0;
}

.menu-nav nav::-webkit-scrollbar {
    width: 5px;
}

.menu-nav nav::-webkit-scrollbar-track {
    background: transparent;
}

.menu-nav nav::-webkit-scrollbar-thumb {
    background: rgb(190, 190, 190);
    border-radius: 10px;
}

.menu-nav nav::-webkit-scrollbar-thumb:hover {
    background: rgb(255, 255, 255);
}

.body-overflow-hide {
    overflow: hidden;
}

.menu-nav-side-list {
    width: 35vw;
    padding: 3rem 0;
}

.menu-nav-side-imgbox {
    width: 65vw;
    height: 100%;
    position: relative;
}

.menu-nav-side-imgbox:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 13%, rgb(36 31 31 / 96%) 100%);
    top: 0;
    left: 0;
}

.menu-nav-side-imgbox>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s ease-in-out;
}

/* menu */
/* menu-boxes */
.menu-boxes {
    /*--cell-size: 10px;*/
    --cell-spacing: 3px;
    --cells: 3;
    --total-size: calc( var( --cells) * (var(--cell-size) + 2 * var(--cell-spacing)));
    display: flex;
    flex-wrap: wrap;
    width: var(--total-size);
    height: var(--total-size);
    cursor: pointer;
    position: relative;
    margin-top: 0;
    z-index: 20;
}

.menu-boxes:after {
    position: absolute;
    content: attr(text);
    font-size: 15px;
    line-height: 1;
    width: 60px;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    color: #fece15;
    font-weight: 600;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.cell {
    flex: 0 0 var(--cell-size);
    margin: var(--cell-spacing);
    background-color: transparent;
    box-sizing: border-box;
    /* border-radius: 4px; */
    animation: 1.5s ripple ease infinite;
}

.cell.d-1 {
    animation-delay: 100ms;
}

.cell.d-2 {
    animation-delay: 200ms;
}

.cell.d-3 {
    animation-delay: 300ms;
}

.cell.d-4 {
    animation-delay: 400ms;
}

.cell:nth-child(1) {
    --cell-color: #16868e;
}

.cell:nth-child(2) {
    --cell-color: #16868e;
}

.cell:nth-child(3) {
    --cell-color: #16868e;
}

.cell:nth-child(4) {
    --cell-color: #23f9b2;
}

.cell:nth-child(5) {
    --cell-color: #30f7c3;
}

.cell:nth-child(6) {
    --cell-color: #39bfc9;
}

.cell:nth-child(7) {
    --cell-color: #45f4de;
}

.cell:nth-child(8) {
    --cell-color: #53f1f0;
}

.cell:nth-child(9) {
    --cell-color: #39bfc9;
}

/*Animation*/
@keyframes ripple {
    0% {
        background-color: transparent;
    }

    30% {
        background-color: var(--cell-color);
    }

    60% {
        background-color: transparent;
    }

    100% {
        background-color: transparent;
    }
}

/* menu-boxes */
/*Menu */
/*banner css end*/
/*About Start*/
section.about-sec {
    padding: 100px 0;
}

.about-head {
    writing-mode: tb;
    transform: rotate(180deg);
    margin: 0 auto !important;
}

.about-head h2 {
    font-size: 75px;
    margin: 0;
}

.about-head h4 {
    position: relative;
    display: inline-block;
    margin: 0;
    margin-top: 80px;
}

.about-head h4:before {
    content: '';
    position: absolute;
    background: #fecf13;
    width: 100%;
    height: 60%;
    top: -65%;
    left: 0px;
}

.about-img img {
    width: 90%;
    height: 710px;
    object-fit: cover;
}

.about-txt {
    width: 90%;
    /* margin-top: 80px; */
}

.about-img h3 {
    text-align: right;
    font-size: 44px;
    font-family: 'big_noodle';
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    bottom: 12px;
    margin: 0;
}

.about-img h3 span {
    font-size: 130px;
}

/*About End*/
.bbc img {
    filter: invert(1) brightness(0.5);
}

.faq-head h4 {
    color: #fecf13 !important;
    font-size: 40px !important;
}

button.bllack {
    background: #000 !important;
    color: #fff !important;
}

.resume-profile button.yellow:hover {
    background: #000 !important;
    color: #fff !important;
}

.resume-profile button:hover {
    background: #fece15 !important;
    color: #000 !important;
}

/*Television Start*/
section.television-sec {
    padding: 0 0 80px;
}

section.brand-sec.all-section {
    padding: 0;
}
.brand-slid {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 5%, rgb(0, 0, 0) 15%, rgb(0, 0, 0) 85%, rgba(0, 0, 0, 0) 95%);
}

.brand-imag img {
    object-fit: contain;
    width: 100%;
    height: 60px;
}

.brand-imag {
    margin: 0 0 40px;
}

.sec-head h2 {
    font-size: 50px;
}

section.television-sec .container-fluid {
    padding: 0;
}

.television-head h2 {
    background: #fecf13;
}

.television-head p {
    margin: 0 auto 20px;
    width: 62%;
}

.video-img img {
    width: 100%;
    height: 255px;
    object-fit: cover;
    transition: 0.5s;
}
.video-txt {
    position: relative;
}
.video-txt:before {
    content: "";
    position: absolute;
    background: #fece15;
    width: 10%;
    height: 5px;
    top: 10px;
    transition: 0.5s;
    opacity: 0;
}
.video-main:hover.video-img:before {
    opacity: 1;
    transition: 0.5s;
}
.video-img:before {
    content: "";
    position: absolute;
    background: #00000040;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.5s;
}
.video-img:before {
    content: "";
    position: absolute;
    background: #0000002e;
    width: 100%;
    height: 100%;
}
.video-main:hover .video-txt:before {
    opacity: 1;
    width: 50%;
    transition: 0.5s;
}
.video-main:hover .video-img img {
    transform: scale(1.2);
    transition: 0.5s;
}

.video-img {
    position: relative;
    overflow: hidden;
}

.play-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.play-btn a {
    color: #000;
    font-size: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fecf13;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    animation: blink 2s ease-in-out infinite;
}

@keyframes blink {
    0%{background: #fecf13;}
    50%{background: #fecf1361;}
    100%{background: #fecf13;}
}

.television-slider {
    margin-right: 15%;
}

.video-txt {
    padding: 20px;
    box-shadow: 0 0 20px 0 #00000036;
    margin-left: -21px;
    padding-top: 120px;
    margin-top: -90px;
}

.video-txt h4 {
    font-size: 30px;
    color: #111111;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.television-slider .slick-slide {
    margin: 0px 20px 20px;
    position: relative;
}

.television-slider .slick-slide .video-txt {
    display: none;
}

.television-slider .slick-slide.slick-current.slick-active.slick-center .video-txt {
    display: block;
}

.television-slider .slick-track {
    padding-left: 4%;
}

.television-slider .slick-prev, .television-slider .slick-next {
    top: inherit;
    bottom: 10%;
}

.television-slider .slick-next:before {
    content: '';
    background-image: url(../images/arrow-right.png);
    background-size: contain;
    width: 50px !important;
    height: 50px !important;
    opacity: 1 !important;
    background-repeat: no-repeat;
    position: absolute;
}

.television-slider .slick-prev:before {
    content: '';
    background-image: url(../images/arrow-left.png);
    background-size: contain;
    opacity: 1 !important;
    background-repeat: no-repeat;
    position: absolute;
    width: 50px;
    height: 50px;
}

.television-slider .slick-prev {
    left: 48%;
    z-index: 1;
}

.television-slider .slick-next {
    right: 45%;
}

.sec-head {
    text-align: center;
}

.aerial-img img {
    height: 540px;
    width: 100%;
    transition: 0.5s;
}



.aerial-head {
    margin-top: 0;
    text-align: right;
    margin: 0 auto;
}

.aria-video {
    position: relative;
    overflow: hidden;
}

.aria-video .play-btn a:after {
    position: absolute;
    content: '';
    width: 90px;
    height: 90px;
    left: -16px;
    top: -14px;
    border: 1px solid #fff;
    border-radius: 60px;
    z-index: 9;
    animation: blinkin 1s ease infinite;
}

.aria-video .play-btn a {
    position: relative;
}

@keyframes blinkin {
    0% {
        box-shadow: #0000008c 0 0 0 0;
        border-radius: 50%;
    }

    100% {
        box-shadow: #ffc1078f 0 0 0 15px;
        border-radius: 50%;
    }
}

.aerial-img h3 {
    text-align: center !important;
    justify-content: center;
}

.aerial-slider .slick-prev, .aerial-slider .slick-next {
    top: inherit;
    bottom: -60px;
}

.aerial-slider .slick-next:before {
    content: '\f178';
    font-family: 'Font Awesome 5 Pro';
    display: flex;
    align-items: center;
    background: #fecf13;
    color: #000 !important;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 25px;
    opacity: 1 !important;
    box-shadow: -10px 5px 10px 0 #0000007a;
}

.aerial-slider .slick-prev:before {
    content: '\f177';
    font-family: 'Font Awesome 5 Pro';
    display: flex;
    align-items: center;
    background: #171717;
    color: #fff !important;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 25px;
    opacity: 1 !important;
    z-index: 9;
    position: absolute;
}

.aerial-slider .slick-prev {
    left: inherit;
    right: 130px;
}

/*Television End*/
/*Contact Start*/
section.contact-home-sec {
    background: #181818;
    padding: 80px 0;
    position: relative;
    margin-bottom: 30px;
}

section.contact-home-sec:before {
    content: '';
    position: absolute;
    background-image: url(../images/contact-back.jpg);
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}

.contact-txt {
    position: relative;
    border: 5px solid #fff;
    padding: 40px 80px 40px 30px;
    margin-left: 110px;
    margin-right: -60px;
}

.contact-txt h5 {
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #363636;
    padding: 0 20px;
    height: 40px;
    text-decoration: underline;
    position: absolute;
    left: -93px;
    top: 44px;
    transform: rotate(-90deg);
}

.contact-list {
    padding-left: 110px;
}

.contact-list ul {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0 0 50px;
}

.contact-list ul li i {
    font-size: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.contact-list ul li h5 {
    font-size: 24px;
    color: #fff;
    font-family: 'Montserrat';
    text-transform: uppercase;
    margin: 0 0 10px;
}

.contact-list ul li p {
    color: #fff;
    margin: 0;
}

.contact-txt h3 span {
    display: block;
    letter-spacing: 6px;
}

/*Contact End*/
/*Video Graphy Start*/
.videography-img button.slick-prev {
    left: -10px;
}

.videography-img button.slick-next {
    left: 40px;
}

.videography-img h3 span {
    font-size: 130px;
}

.videography-img h3 {
    margin-top: 0;
}

.video-graphy-sec .aerial-head h2 {
    font-size: 75px !important;
    margin: 0;
}

/*Video Graphy Start*/
/*Gallery Start*/
.gallery-img img {
    width: 100%;
    height: 870px;
    object-fit: cover;
    transition: 1s all;
}

.gallery-img-txt img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.gallery-img-txt h3 span {
    display: block;
    letter-spacing: 6px;
}

.gallery-img-txt h3 {
    padding: 0px 30px;
    font-size: 65px;
}

.gallery-img-txt a.btn1 {
    margin-left: 30px;
}

.gallery-img {
    position: relative;
    overflow: hidden;
}

.gallery-img:before {
    content: '';
    position: absolute;
    background-image: url(../images/about.jpg);
    width: 100%;
    height: 100%;
    bottom: 0;
    transition: 1s all;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: center;
    top: 70%;
}

.gallery-img:hover img {
    transform: translateY(-100%);
}

.gallery-img:hover::before {
    top: 0;
}

/* .fancybox-content img {
    width: 700px;
    height: 500px;
    object-fit: cover;
}
*/
/*.fancybox-content {
    transform: translate(443px, 114px) scale(1, 1) !important;
}
*/

/*.about-img:hover img {    transform: scale(1.1);    transition: 0.5s ease-in-out;}*/
.aerial-slider .slick-list {
    width: 90%;
}

/*Gallery End*/
/* testi start */
section.people-say {
    padding: 80px 0;
    position: relative;
}

.peopl-hed {
    text-align: center;
    margin-bottom: 5%;
}

.peopl-hed h3 {
    font-size: 118px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #414141;
}

.no-padding {
    padding: 0;
}

.testi-slider {
    position: relative;
}

.testi-slider:before {
    content: "";
    position: absolute;
    top: 0;
    left: -38px;
    width: 106%;
    height: 86%;
    /* background: #fff; */
    box-shadow: 0 0 10px #0003;
    z-index: -1;
    border-radius: 0 30px 0 0;
}

.peopl-hed p {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 14px;
    width: 47%;
    margin: 0 auto;
}

.test-box p {
    font-weight: 400;
    font-size: 14px;
    color: #8a8a8a;
    width: 90%;
    /* margin-bottom: 5%; */
}

.test-box ul p {
    font-size: 24px;
    margin-bottom: 0;
    color: #000;
    font-weight: 700;
    letter-spacing: 0;
    width: 100%;
    font-family: 'big_noodle';
}

.test-box ul li {
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #8a8a8a;
}

.test-box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.test-box ul i {
    color: #f9a332;
}

section.people-say .slick-prev,section.people-say .slick-next {
    bottom: 41%;
    top: unset;
}

section.people-say .slick-prev:before {
    content: "";
    opacity: 1;
    background-image: url(../images/left.png);
    background-size: cover;
    width: 55px;
    height: 18px;
    position: absolute;
}

section.people-say .slick-next:before {
    content: "";
    opacity: 1;
    background-image: url(../images/right.png);
    background-size: cover;
    width: 55px;
    height: 18px;
    position: absolute;
}

section.people-say .slick-next {
    right: -17%;
}

.testi-slider:after {
    content: "";
    position: absolute;
    bottom: -54px;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/testi2.png);
    z-index: -1;
}

section.people-say .slick-prev {
    left: -95%;
    z-index: 1;
    opacity: 1;
}

.test-box {
    margin-top: 0;
    position: relative;
    display: grid;
    align-items: center;
    align-content: center;
    height: 370px;
}

section.people-say .slick-slide {
    margin-left: 0;
}

.sldr-img2 {
    border-left: 7px solid #fee416c2;
    border-radius: 0 0 30px 32px;
}

.test-box img {
    width: inherit;
    margin-bottom: 5%;
    filter: brightness(0) saturate(100%) invert(96%) sepia(31%) saturate(4269%) hue-rotate(340deg) brightness(100%) contrast(99%);
}

.test-box::before {
    content: "";
    position: absolute;
    background-image: url(../images/testi-before.png);
    width: 104px;
    height: 71px;
    background-repeat: no-repeat;
    z-index: -1;
    left: 30%;
    top: 130px;
}

.sldr-img2 > img {
    height: 320px;
    object-fit: cover;
    width: 90%;
    border-radius: 0 0 0px 30px;
}

.sldr-img1 img {
    height: 360px;
    object-fit: cover;
    width: 100%;
    border-radius: 30px 0 0 0;
    filter: brightness(0.5);
}

.sldr-img3 img {
    height: 360px;
    object-fit: cover;
    width: 100%;
    border-radius: 0 0 30px 0px;
}

section.people-say:before {
    content: '';
    position: absolute;
    border-bottom: 3px solid #000000;
    width: 78%;
    bottom: 13%;
    z-index: -1;
    margin: 0 auto 0;
    text-align: center;
    display: flex;
    font-style: italic;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
}

/* testi end */
/*Newletter Start*/
section.newletter-sec {
    background: #202020;
    padding: 50px 0;
}

.newletter-txt ul {
    display: flex;
    align-items: center;
    margin: 0;
}

.newletter-txt ul li i {
    color: #fff;
    font-size: 60px;
    margin: 0 20px 0 0;
}

.newletter-txt ul li p {
    color: #fff;
    margin: 0;
}

.newletter-txt ul li h4 {
    margin: 0;
    font-size: 36px;
    color: #fff;
}

.newletter-in input {
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    height: 60px;
    padding: 0 30px;
    color: #fff;
}

.newletter-in {
    position: relative;
    display: grid;
    align-content: center;
    height: 100%;
}

.newletter-in button {
    position: absolute;
    top: 1px;
    right: 0;
    border-radius: 0;
    padding: 17px 50px;
    border: 0;
}

.newletter-in input::placeholder {
    color: #9d9d9d;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
}

/*Newletter Start*/
/*Footer Start*/
footer {
    background: #181615;
    padding: 90px 0px 40px;
}

h5.f-main {
    font-size: 24px;
    color: #fff;
}

.footer-logo p {
    color: #ffffff;
    font-size: 13px;

}

.footer-logo ul li a {
    color: #d2d2d2;
    font-size: 14px;
    line-height: 32px;
}

.footer-logo ul li i {
    margin: 0 20px 0 0;
    font-size: 24px;
    color: #fff;
}

ul.navgation-f li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.f-media ul {
    display: flex;
    align-items: center;
    margin: 0;
}

.f-media ul li a {
    font-size: 18px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #ffffff;
}

.footer-btm {
    box-shadow: 0 0 2px 0 #ffffffd1;
    padding: 10px 40px;
    background: #232323;
    z-index: 1;
    position: relative;
}

.footer-logo img {
    margin: 0 0 20px;
    width: 296px;
    height: 72px;
}

.copy-right p {
    color: #fff;
    margin: 0;
}

.copy-right {
    border-top: 1px solid #999;
    padding-top: 15px;
}

.f-card {
    display: grid;
    align-items: center;
    justify-content: end;
    height: 100%;
}

.f-media {
    display: grid;
    align-content: center;
    height: 100%;
}

.footer-logo {
    position: relative;
    padding: 0px 60px;
}

footer .row .col-lg-4:not(:last-child) .footer-logo:before {
    content: '';
    position: absolute;
    border: 1px solid #999999;
    height: 197px;
    right: 0;
    top: 0;
}

.footer-address > ul > li {
    margin: 0 0 30px;
}

.btn2 {
    color: #000;
    font-family: 'Montserrat';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background: #fecf13;
}

ul.navgation-f li a {
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 10px;
}

.btn1:hover {
    box-shadow: inset 160px 0 0 0 #fccd13;
    color: #000;
    transition: 0.5s ease-in-out;
}

/*Footer End*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    right: -25px;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    height: 100vh;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.right-menu a {
    font-family: 'big_noodle';
    color: #fff;
    line-height: 30px;
    font-size: 30px;
    transition: 0.5s all;
}

.right-menu a:hover {
    letter-spacing: 2px;
    display: inline-block;
    text-decoration: underline;
}

/*Inner PAges Start*/
/*Banner  Start*/
section.inner-banner-sec {
    background: #171717;
    height: 65vh;
    position: relative;
}

.inner-banner-img img {
    width: 72%;
    height: 54vh;
    object-fit: cover;
    object-position: top;
}

.inner-banner-img {
    text-align: right;
    margin-right: 60px;
}

section.inner-banner-sec:before {
    content: '';
    position: absolute;
    background: #fece15;
    width: 33%;
    height: 100%;
    right: 0;
    /*border-left: 1px solid #fff;*/
    z-index: 2;
}

.inner-banner-txt {
    position: relative;
    z-index: 3;
}

.inner-banner-txt h1 {
    font-size: 105px;
    color: #000;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'big_noodle';
    padding-left: 30px;
}

.inenr-main {
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 1;
}

section.inner-banner-sec .row {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    align-items: center;
}

.inenr-main svg text {
    fill: #fecf130a;
    stroke: #ffffff61;
    stroke-width: 1px;
    animation: animated-stroke 3s;
    text-anchor: middle;
    dominant-baseline: central;
    text-transform: uppercase;
    font-size: 155px;
    font-family: 'big_noodle';
    letter-spacing: 12px;
}

.inenr-main2 {
    position: absolute;
    top: 60%;
    left: 0;
}

.about-extra {
    width: 80%;
}

/*Banner  Start*/
/*Aerial Start*/
section.inner-areial-sec {
    padding: 40px 0 100px;
}

.inner-areial-img img {
    width: 100%;
    height: 255px;
    object-fit: cover;
    transition: 0.5s;
}

.inner-areial-img {
    position: relative;
    overflow: hidden;
}
.inner-areial-main:hover .inner-areial-img img {
    transition: 0.5s;
    transform: scale(1.2);
}

.inner-play-btn {
    position: absolute;
    bottom: 0;
    right: 10%;
    background: #fecf13;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 100px;
}

.inner-play-btn a i {
    color: #fecf13;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 14px;
}

.inner-areial-txt {
    padding: 20px 0;
    position: relative;
}
.inner-areial-txt:before {
    content: "";
    position: absolute;
    background: #fece15;
    width: 10%;
    height: 5px;
    top: 10px;
    transition: 0.5s;
    opacity: 0;
}
.inner-areial-main:hover .inner-areial-txt:before {
    opacity: 1;
    width: 50%;
    transition: 0.5s;
}



.inner-areial-txt h4 {
    font-size: 30px;
}

.inner-areial-txt p {
    font-size: 14px;
}

/*Aerial End*/
/*Television Start*/
.inner-television-sec .video-txt {
    margin: 0;
    padding: 20px;
    height: 200px;
    box-shadow: none;
}

.inner-television-sec .video-main {
    margin: 0 0 30px;
}

.inner-television-sec {
    padding: 100px 0;
}

.inner-television-top .about-txt {
    /* margin-top: 40px; */
}

.inner-television-top .about-head h4 {
    margin-top: 100px;
}

.inner-television-sec .video-txt h4 {
    font-size: 30px;
    white-space: pre-wrap;
}

/*Television End*/
/*Contact Start*/
.map iframe {
    width: 100%;
    height: 500px;
    filter: brightness(0.5);
}

.contact-frm h4 {
    color: #000000;
    font-size: 31px;
    line-height: 40px;
}

.contact-frm input {
    border: 0;
    border-bottom: 1px solid #000;
    width: 100%;
    margin: 0 0 40px;
    padding: 0 0 16px;
    outline: 0;
}

.contact-frm button {
    background: #fece15;
    color: #fff;
    border: 0;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.ctct-detl {
    background: #eaeaea;
    padding: 96px 40px;
    height: 533px;
    display: grid;
    align-items: center;
    align-content: center;
}

.ctct-detl ul li {
    display: inline-block;
}

.ctct-detl ul {
    display: flex;
    align-items: center;
    line-height: 30px;
    margin-bottom: 26px;
}

.ctct-detl ul li i {
    color: #000;
    font-size: 35px;
    margin: 0 26px 0 0;
}

.ctct-detl ul li a {
    font-size: 14px;
    color: #000;
}

.ctct-detl ul li span {
    display: block;
    text-align: center;
}

.contact-frm {
    padding: 97px 40px;
    background: #fff;
    box-shadow: 0 0 8px 0 #00000075;
}

.cont-inner {
    width: 80%;
    margin: 0 auto;
    margin-top: 0;
    z-index: 1;
    position: relative;
}

.map {
    z-index: -1;
}

section.contact-sec {
    padding: 100px 0;
}

.pd-0 {
    padding: 0;
}

/*Contact Start*/
/*Resume STart*/
section.resume-sec {
    padding: 100px 0;
}

.resume-right h3 {
    font-size: 31px;
    line-height: 40px;
    margin: 0 0 10px;
}

.resume-right span {
    font-size: 14px;
    color: #000000;
    margin: 0 0 10px;
    display: block;
    font-family: 'Montserrat';
    font-weight: 600;
}

.resume-right span i {
    color: #7c7c7c;
}

.resume-right h5 {
    font-size: 22px;
    color: #000;
    font-family: 'big_noodle';
}

.resume-right p {
    color: #7d7d7d;
    font-size: 16px;
}

.resume-right h2 {
    font-size: 51px;
    line-height: 60px;
}

.resume-exprience {
    background: #fff;
    box-shadow: 0 0 20px 0 #00000061;
    padding: 30px 0;
    margin: 0 0 60px;
    overflow-y: scroll;
    height: 870px;
}

.resume-exprience h4 {
    font-size: 51px;
    background: #fece15;
    line-height: 50px;
    display: inline-block;
    padding: 0 20px 0 40px;
}

.resume-exprience h6 {
    font-size: 18px;
    font-family: 'big_noodle';
    color: #000;
    font-weight: 600;
    padding-left: 40px;
    margin: 0;
    line-height: 26px;
}

.resume-exprience p {
    font-size: 16px;
    color: #9a9a9a;
    padding-left: 40px;
}

.resume-skill {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 20px 0 #0000004f;
    margin: 0 0 50px;
}

.resume-skill ul li p {
    font-size: 16px;
    color: #7d7d7d;
}

.resume-skill ul li {
    list-style: disc;
    font-size: 20px;
    color: #fece15;
}

.resume-skill ul {
    padding-left: 30px;
}

.resume-contact h6 {
    color: #959595;
    font-family: 'big_noodle';
}

.resume-contact span {
    color: #fece15;
    font-size: 14px;
}

.resume-contact tg {
    background: #e8eff0;
    padding: 0 13px;
    border-radius: 30px;
    font-size: 14px;
}

.resume-contact a {
    font-size: 14px;
    color: #000;
    font-family: 'Montserrat';
}

.resume-contact a i {
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #9595a3;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #9c9d98;
}

.resume-contact ul {
    display: flex;
    align-items: center;
    gap: 5px;
}

.resume-contact a i:hover {
    background: #facc13;
    color: #000;
}

.resume-profile img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 0 20px;
}

.resume-profile {
    text-align: center;
}

.resume-profile span {
    color: #7d7d7d;
    font-size: 16px;
    display: block;
    margin: 0 0 20px;
}

.resume-profile h6 {
    font-size: 16px;
    color: #fece15;
}

.resume-profile button {
    width: 100%;
    margin: 0 0 20px;
    border: 0;
    background: #fff;
    font-size: 16px;
    color: #000;
    height: 50px;
    box-shadow: 0 0 10px 0 #0003;
    font-family: 'Montserrat';
    font-weight: 500;
}

.resume-profile button.yellow {
    background: #fece15;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    margin-right: 20px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #fece15;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*Resume STart*/
/*Inner PAges Start*/
/*Faqs Start*/
section.faq-sec {
    padding: 100px 0;
}

.faq-txt {
    margin: 0 auto 0;
    width: 80%;
}

.accordion-item {
    margin: 0 0 30px;
}

.accordion-button:not(.collapsed) {
    background: #fecf13;
    color: #000;
}

.accordion-button {
    font-size: 30px;
}

.accordion-button:focus {
    border-color: inherit;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    filter: invert(1) brightness(0.5);
}

.accordion-body p {
    margin: 0;
}

/*Faqs Start*/
section.inner-gallery-sec {
    padding: 100px 0;
}

.inner-gallery-img img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    margin: 0 0 30px;
}

.inner-gallery-img {
    text-align: center;
}



header.sticky .menu-boxes:after {
    display: none;
}

header.sticky .row {
    align-items: center;
}

header.sticky .header-logo {
    padding: 0;
}

header.sticky .side-bar {
    margin-top: 0;
}
img.talent {
    border-radius: 65%;
}

.aerial-slider .slick-next {
    right: 80px;
}


section.contact-home-sec.cnt-hm .faq-txt {
    height: 500px;
    overflow-y: scroll;
    padding-right: 10px;
}

section.contact-home-sec.cnt-hm {
    margin-bottom: 0;
}



.about_main_cont .about-img.wow.fadeInRight {
    float: right;
    width: 60%;
    margin-left: 70px;
    margin-bottom: 50px;
}

.about_main_cont .about-txt {
    width: 100%;
    /* margin-top: 40px; */
}
.about-img.aerial-img.wow.fadeInLeft {float: left;width: 60%;margin-left: 70px;margin-bottom: 0;}
.about-img.aerial-img.wow.fadeInLeft.new-arial {

    width: 100%;
}



section.about-sec.arial-sec .about-img.aerial-img {
    margin-left: 40px !important;
}

section.about-sec.arial-sec .slick-slide {
    margin: 0px 0px;
}
section.about-sec.arial-sec .about-txt {
    width: 100%;
}



/*Responsive Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px){}

@media only screen and (min-width: 1200px) and (max-width: 1365px){}

@media only screen and (min-width: 992px) and (max-width: 1199px){

.main-heading svg text {
    font-size: 80px;
    line-height: 90px;
}

.about-img img {
    width: 100% !important;
}

.about-head h2 {
    font-size: 50px;
}

h4 {
    font-size: 20px;
}

.about-head h4:before {
    width: 100%;
}

p {
    font-size: 12px;
    line-height: 20px !important;
}

h2 {
    font-size: 40px;
    line-height: 50px;
}

.video-graphy-sec .aerial-head h2 {
    font-size: 50px !important;
}

.videography-img h3 {
    margin-top: -30px;
}

.brand-imag {
    margin: 0;
}

section.about-sec {
    padding: 50px 0;
}

.about-img.aerial-img {
    margin-left: 0 !important;
}

.aerial-img h3 {
    margin-top: -36px;
}

.videography-img h3 span {
    font-size: 80px;
}

.videography-img h3 {
    font-size: 30px;
}

.videography-img button.slick-next {
    left: 0;
}

.aerial-slider .slick-next:before {
    height: 30px;
    width: 30px;
    font-size: 20px;
}

.aerial-slider .slick-prev:before {
    height: 30px;
    width: 30px;
    font-size: 20px;
}

.videography-img button.slick-prev {
    left: -31px;
}

.contact-txt {
    margin-left: 20px;
    margin-right: -20px;
}

h3 {
    font-size: 36px;
    line-height: 50px;
    margin: 0 0 20px;
}

.contact-txt {
    font-size: 12px;
    padding: 20px;
}

.accordion-button {
    font-size: 20px;
    line-height: 30px;
}

.footer-logo {
    padding: 0 20px;
}

.footer-logo img {
    width: 50%;
    height: auto;
}

.footer-logo p {
    font-size: 12px;
}

h5.f-main {
    font-size: 20px;
}

.footer-logo ul li a {
    font-size: 11px;
}

.footer-logo ul li i {
    font-size: 15px;
    margin: 0 10px 0 0;
}

html {
    overflow-x: hidden;
}

.inenr-main svg text {
    font-size: 67px;
    letter-spacing: 0;
}

.inenr-main.inenr-main2 svg {
    width: 140%;
}

.inner-banner-txt h1 {
    font-size: 50px;
}

.inner-banner-txt {
    text-align: right;
}

.about_main_cont .about-img {
    margin-left: 20px !important;
}

.brand-imag img {
    height: 50px;
    margin: 0 0 20px;
}

.inner-television-sec .video-txt h4 {
    font-size: 26px;
}

.inner-television-sec {
    padding: 50px 0;
}

section.inner-areial-sec {
    padding: 50px 0 !important;
}

section.inner-gallery-sec {
    padding: 50px 0;
}

.resume-right h2 {
    font-size: 40px !important;
    line-height: 50px !important;
    margin: 0 0 20px;
}

.resume-contact tg {
    font-size: 12px;
    width: fit-content !important;
    padding: 0 10px;
    position: relative;
}

.resume-contact .col-md-3 {
    width: 50%;
}

.resume-profile h6 {
    font-size: 14px;
}

.resume-profile button {
    font-size: 12px;
}

.cont-inner {
    width: 100%;
}

.contact-frm {
    padding: 30px;
}

.ctct-detl {
    padding: 30px;
    height: auto;
}

.ctct-detl ul li i {
    margin: 0 10px 0 0;
    font-size: 20px;
}

.ctct-detl ul li a {
    font-size: 12px;
}

}

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

.main-heading svg text {
    font-size: 80px;
    line-height: 90px;
}

.about-img img {
    width: 100% !important;
}

.about-head h2 {
    font-size: 50px;
}

h4 {
    font-size: 20px;
}

.about-head h4:before {
    width: 100%;
}

p {
    font-size: 12px;
    line-height: 20px !important;
}

h2 {
    font-size: 40px;
    line-height: 50px;
}

.video-graphy-sec .aerial-head h2 {
    font-size: 50px !important;
}

.videography-img h3 {
    margin-top: -30px;
}

.brand-imag {
    margin: 0;
}

section.about-sec {
    padding: 50px 0;
}

.about-img.aerial-img {
    margin-left: 0 !important;
}

.aerial-img h3 {
    margin-top: -36px;
}

.videography-img h3 span {
    font-size: 80px;
}

.videography-img h3 {
    font-size: 30px;
}

.videography-img button.slick-next {
    left: 0;
}

.aerial-slider .slick-next:before {
    height: 30px;
    width: 30px;
    font-size: 20px;
}

.aerial-slider .slick-prev:before {
    height: 30px;
    width: 30px;
    font-size: 20px;
}

.videography-img button.slick-prev {
    left: -31px;
}

.contact-txt {
    margin-left: 20px;
    margin-right: -20px;
}

h3 {
    font-size: 36px;
    line-height: 50px;
    margin: 0 0 20px;
}

.contact-txt {
    font-size: 12px;
    padding: 20px;
}

.accordion-button {
    font-size: 20px;
    line-height: 30px;
}

.footer-logo {
    padding: 0 20px;
}

.footer-logo img {
    width: 50%;
    height: auto;
}

.footer-logo p {
    font-size: 12px;
}

h5.f-main {
    font-size: 20px;
}

.footer-logo ul li a {
    font-size: 11px;
}

.footer-logo ul li i {
    font-size: 15px;
    margin: 0 10px 0 0;
}

html {
    overflow-x: hidden;
}

.inenr-main svg text {
    font-size: 67px;
    letter-spacing: 0;
}

.inenr-main.inenr-main2 svg {
    width: 140%;
}

.inner-banner-txt h1 {
    font-size: 50px;
}

.inner-banner-txt {
    text-align: right;
}

.about_main_cont .about-img {
    margin-left: 20px !important;
}

.brand-imag img {
    height: 50px;
    margin: 0 0 20px;
}

.inner-television-sec .video-txt h4 {
    font-size: 26px;
}

.inner-television-sec {
    padding: 50px 0;
}

section.inner-areial-sec {
    padding: 50px 0 !important;
}

section.inner-gallery-sec {
    padding: 50px 0;
}

.resume-right h2 {
    font-size: 40px !important;
    line-height: 50px !important;
    margin: 0 0 20px;
}

.resume-contact tg {
    font-size: 12px;
    width: fit-content !important;
    padding: 0 10px;
    position: relative;
}

.resume-contact .col-md-3 {
    width: 50%;
}

.resume-profile h6 {
    font-size: 14px;
}

.resume-profile button {
    font-size: 12px;
}

.cont-inner {
    width: 100%;
}

.contact-frm {
    padding: 30px;
}

.ctct-detl {
    padding: 30px;
    height: auto;
}

.ctct-detl ul li i {
    margin: 0 10px 0 0;
    font-size: 20px;
}

.ctct-detl ul li a {
    font-size: 12px;
}

}

@media only screen and (min-width: 520px) and (max-width: 767px){

.side-bar {
    margin-top: -20px;
}

.side-bar a {
    font-size: 20px;
    width: 30px;
    height: 30px;
}

.menu-boxes:after {
    font-size: 12px;
}

.menuSec {
    padding: 10px 0;
}

.header-logo img {
    width: 30%;
}

.main-heading svg text {
    font-size: 33px;
}

.main-heading svg {
    height: 70px;
}

.main-banner-txt p {
    width: 100%;
    font-size: 12px;
}

.btn1 {
    font-size: 12px;
    padding: 0 20px;
    height: 40px;
}

.about-head {
    transform: none;
    writing-mode: horizontal-tb;
    text-align: start;
    margin: 10px 0 20px !important;
}

.about-head h2 {
    font-size: 36px;
    line-height: 44px;
}

.about-head h4 {
    margin-top: 0;
}

.about-head h4:before {
    display: none;
}

h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 20px;
}

p {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 20px;
}

.about-txt {
    width: 100%;
}

html {
    overflow-x: hidden;
}

.about-img img {
    width: 100%;
    height: 400px;
}

.about-img {
    margin-top: 20px;
}

section.about-sec {
    padding: 50px 0 0;
}

h2 {
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 20px;
}

.video-graphy-sec .aerial-head h2 {
    font-size: 36px !important;
}

.about-img h3 {
    font-size: 30px;
}

.videography-img h3 span {
    font-size: 90px;
}

.aerial-slider.banner_slider .slick-slide {
    margin: 0 0;
    position: relative;
}

.sec-head h2 {
    font-size: 36px;
    line-height: 44px;
}

.sec-head h2 {
    height: 50px;
}

.about-img.aerial-img {
    margin-left: 0 !important;
}

.about-img h3 span {
    font-size: 90px;
}

.aerial-slider .slick-prev:before {
    width: 30px;
    height: 30px;
    font-size: 14px;
}

.aerial-slider .slick-next:before {
    width: 30px;
    height: 30px;
    font-size: 14px;
}

.aerial-slider .slick-prev {
    right: 50px;
}

.aerial-slider .slick-next {
    right: 20px;
}

section.about-sec.video-graphy-sec {
    padding: 0 0 50px;
}

.videography-img h3 span {
    font-size: 60px !important;
}

.videography-img button.slick-next {
    left: 20px;
    bottom: -70px;
}

.videography-img h3 {
    margin-top: -8px;
}

.contact-txt {
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
    font-size: 11px;
}

.contact-txt h5 {
    transform: none;
    top: -45px;
    left: 0;
}

section.contact-home-sec:before {
    width: 100%;
    height: 38%;
}

h3 {
    font-size: 38px;
    line-height: 50px;
    margin: 0 0 20px;
}

.faq-txt {
    width: 100%;
}

.accordion-button {
    font-size: 16px;
    line-height: 26px;
}

section.contact-home-sec {
    padding: 100px 0 50px;
}

.faq-head {
    margin-top: 70px;
}

footer {
    padding: 40px 0 20px;
}

.footer-logo {
    padding: 0;
}

.footer-logo img {
    width: 40%;
    height: auto;
}

.footer-logo p {
    font-size: 12px;
}

footer .row .col-lg-4:not(:last-child) .footer-logo:before {
    display: none;
}

h5.f-main {
    font-size: 20px;
}

ul.navgation-f li a {
    font-size: 12px;
    line-height: 20px;
}

.footer-address > ul > li {
    margin: 0 0 20px;
}

.footer-logo ul li a {
    font-size: 12px;
    line-height: 20px;
}

.footer-logo ul li i {
    font-size: 18px;
}

.aerial-slider {
    width: 100% !important;
}

section.brand-sec.all-section {
    padding: 0;
}

header.sticky .side-bar {
    margin-top: -22px;
}

.right-menu a {
    font-size: 20px;
}

.inner-banner-txt h1 {
    font-size: 30px;
}

.inner-banner-txt {
    text-align: right;
}

.inenr-main svg text {
    font-size: 30px;
    letter-spacing: 0;
}

.inenr-main2 {
    position: absolute;
    top: inherit;
    bottom: 0;
}

.inenr-main2 svg {
    width: 60%;
}

section.inner-banner-sec:before {
    width: 42%;
}

.about_main_cont .about-img {
    width: 100% !important;
}

.brand-imag {
    margin: 0;
}

.inner-television-top .about-head h4 {
    margin-top: 0;
}

.inner-television-sec {
    padding: 0px 0 50px;
}

.play-btn a {
    font-size: 20px;
    width: 40px;
    height: 40px;
}

.inner-television-sec .video-txt h4 {
    font-size: 24px;
    margin: 0 0 20px;
}

.inner-television-sec .video-txt {
    padding: 20px 0 0 0;
    height: auto;
}

.inner-television-sec .video-main {
    margin: 0 0 20px;
}

.inner-television-sec .video-txt p {
    margin: 0 !important;
}

section.inner-gallery-sec {
    padding: 50px 0;
}

section.resume-sec {
    padding: 50px 0;
}

.resume-right h2 {
    font-size: 36px !important;
    line-height: 44px !important;
    margin: 0 0 10px;
}

.resume-right span {
    font-size: 12px;
}

.resume-right p {
    font-size: 12px !important;
    line-height: 20px !important;
}

.resume-exprience h4 {
    font-size: 30px !important;
}

.resume-contact tg {
    font-size: 12px;
}

.resume-contact h6 {
    margin: 0;
}

.resume-contact a {
    font-size: 12px;
}

section.contact-sec {
    padding: 50px 0;
}

.contact-frm {
    padding: 20px;
}

.cont-inner {
    width: 100%;
}

.ctct-detl {
    height: auto;
    padding: 20px;
}

.ctct-detl ul li i {
    font-size: 24px;
    margin: 0 10px 0 0;
}

.ctct-detl ul li a {
    font-size: 12px;
}

.contact-frm input {
    margin: 0 0 20px;
    padding: 0 0 10px;
}

#about {
    display: none;
}

}

@media only screen and (min-width: 300px) and (max-width: 519px){
    .about-head.arheadd.aerial-head.heading-up {
    /* position: absolute; */
    /* top: 40px; */
    /* z-index: 5; */
}

section.about-sec.arsec.arial_sec_mob {
    position: relative;
}

.about-txt.ar_abt.wow.fadeInRight {
    padding-top: 0;
}
section.brand-sec.all-section.brand-slid.d-sm-none.d-md-none.d-lg-none.d-xl-none.d-xxl-none {
    text-align: left;
    margin-bottom: 60px;
}

/*section.brand-sec.all-section.brand-slid.d-sm-none.d-md-none.d-lg-none.d-xl-none.d-xxl-none .sec-head {
    text-align: left;
}*/
    .side-bar {
    margin-top: -20px;
}
.mble-play-no {
    display: none;
}
.aerial-slider .slick-list {
    width: 100%;
}
.aria-video .play-btn a:after {
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
}
header.sticky {
    padding: 10px 0;
    height: 50px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    top: 0 !important;
    background-color: transparent;
}
header.sticky .header-logo {
    display: none;
}
.side-bar a {
    font-size: 20px;
    width: 30px;
    height: 30px;
}

.menu-boxes:after {
    font-size: 12px;
}

.menuSec {
    padding: 10px 0;
}

.header-logo img {
    width: 30%;
}

.main-heading svg text {
    font-size: 34px;
}

.main-heading svg {
    height: 70px;
}

.main-banner-txt p {
    width: 100%;
    font-size: 12px;
}

.btn1 {
    font-size: 12px;
    padding: 0 20px;
    height: 40px;
}

.about-head {
    transform: none;
    writing-mode: horizontal-tb;
    text-align: start;
    margin: 10px 0 20px !important;
}

.about-head h2 {
    font-size: 48px;
    line-height: 54px;
}

.about-head h4 {
    margin-top: 0;
    font-size: 26px;
}

.about-head h4:before {
    display: none;
}

h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 20px;
}

p {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 20px;
}

.about-txt {
    width: 100%;
}

html {
    overflow-x: hidden;
}

.about-img img {
    width: 100%;
    height:276px;
    margin-bottom: 10px;
}
.about-img {
    margin-top: 20px;
}

section.about-sec {
    padding: 50px 0 ;
}

h2 {
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 20px;
}

.video-graphy-sec .aerial-head h2 {
    font-size: 48px !important;
    line-height: 54px;
}

.television-head h2 {
    font-size: 40px;
}


.about-img h3 {
    font-size: 30px;
    display: none;
}

.videography-img h3 span {
    font-size: 90px;
}

.aerial-slider.banner_slider .slick-slide {margin: 0 0;position: relative;}

.sec-head h2 {
    font-size: 36px;
    line-height: 44px;
}

.sec-head h2 {
    height: 50px;
}

.about-img.aerial-img {
    margin-left: 0 !important;
}

.about-img h3 span {
    font-size: 90px;
}

.aerial-slider .slick-prev:before {
    width: 30px;
    height: 30px;
    font-size: 14px;
}

.aerial-slider .slick-next:before {
    width: 30px;
    height: 30px;
    font-size: 14px;
}

.aerial-slider .slick-prev {
    right: 50px;
}

.aerial-slider .slick-next {
    right: 20px;
}

section.about-sec.video-graphy-sec {
    padding: 0 0 50px;
}

.videography-img h3 span {
    font-size: 60px !important;
}

.videography-img button.slick-next {
    left: 20px;
    bottom: 10px;
}

.videography-img button.slick-prev {
    bottom: 20px;
}

.aerial-slider .slick-prev, .aerial-slider .slick-next {
    top: inherit;
    bottom: -10px;
}

.videography-img h3 {
    margin-top: -8px;
    display: none;
}

.contact-txt {
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
    font-size: 11px;
    display: none;
}

.contact-txt h5 {transform: none;top: -45px;left: 0;}

section.contact-home-sec:before {
    width: 100%;
    height: 38%;
    display: none;
}

h3 {
    font-size: 38px;
    line-height: 50px;
    margin: 0 0 20px;
}

.faq-txt {
    width: 100%;
}

.accordion-button {
    font-size: 16px;
    line-height: 26px;
}

section.contact-home-sec {
    padding: 50px 0 50px;
}

.faq-head {
    margin-top: 0;
}

footer {
    padding: 40px 0 20px;
}

.footer-logo {
    padding: 0;
}

.footer-logo img {
    width: 40%;
    height: auto;
}

.footer-logo p {
    font-size: 12px;
}

footer .row .col-lg-4:not(:last-child) .footer-logo:before {
    display: none;
}

h5.f-main {
    font-size: 20px;
}

ul.navgation-f li a {
    font-size: 12px;
    line-height: 20px;
}

.footer-address > ul > li {
    margin: 0 0 20px;
}

.footer-logo ul li a {
    font-size: 12px;
    line-height: 20px;
}

.footer-logo ul li i {
    font-size: 18px;
}

.aerial-slider {
    width: 100% !important;
}

section.brand-sec.all-section {
    padding: 0;
}

header.sticky .side-bar {
    margin-top: -22px;
}

.right-menu a {
    font-size: 20px;
}

.inner-banner-txt h1 {
    font-size: 26px;
}

.inner-banner-txt {
    text-align: right;
}

.inenr-main svg text {
    font-size: 30px;
    letter-spacing: 0;
}

.inenr-main2 {
    position: absolute;
    top: inherit;
    bottom: -18px;
    left: 0;
}

.inenr-main2 svg {
    width: 60%;
}

section.inner-banner-sec:before {
    width: 53%;
}


.about_main_cont .about-img {
    width: 100% !important;
}

.brand-imag {
    margin: 0;
}

.inner-television-top .about-head h4 {
    margin-top: 0;
}

.inner-television-sec {
    padding: 0px 0 50px;
}

.play-btn a {
    font-size: 20px;
    width: 40px;
    height: 40px;
}

.inner-television-sec .video-txt h4 {
    font-size: 24px;
    margin: 0 0 20px;
}

.inner-television-sec .video-txt {
    padding: 20px 0 0 0;
    height: auto;
}

.inner-television-sec .video-main {
    margin: 0 0 20px;
}

.inner-television-sec .video-txt p {
    margin: 0 !important;
}

section.inner-gallery-sec {
    padding: 50px 0;
}

section.resume-sec {
    padding: 50px 0;
}

.resume-right h2 {
    font-size: 36px !important;
    line-height: 44px !important;
    margin: 0 0 10px;
}

.resume-right span {
    font-size: 12px;
}

.resume-right p {
    font-size: 12px !important;
    line-height: 20px !important;
}

.resume-exprience h4 {
    font-size: 30px !important;
}

.resume-contact tg {
    font-size: 12px;
}

.resume-contact h6 {
    margin: 0;
}

.resume-contact a {
    font-size: 12px;
}

section.contact-sec {
    padding: 50px 0;
}

.contact-frm {
    padding: 20px;
}

.cont-inner {
    width: 100%;
}

.ctct-detl {
    height: auto;
    padding: 20px;
}

.ctct-detl ul li i {
    font-size: 24px;
    margin: 0 10px 0 0;
}

.ctct-detl ul li a {
    font-size: 12px;
}

.contact-frm input {
    margin: 0 0 20px;
    padding: 0 0 10px;
}

.inner-banner-img {
    margin-right: 0;
}

.inner-banner-img img {
    width: 100%;
    height: 49vh;
}

.inner-television-top .about-head h2 {
    font-size: 46px;
}

.inner-television-top .about-head h4 {
    font-size: 26px;
}
/*.about-sec .row>div:nth-child(2) {
    order: 1;
}*/

section.about-sec.arial_sec_mob .row>div:nth-child(1) {
    order: 1;
}

.aria-video {
    margin: 0 0 20px;
}

#about {
    display: none;
}

section.inner-banner-sec {
    height: 25vh;
}

/*.mobile-img-nn .about-img {
    display: none;
}*/



.mm-mobilplay {
    display: none;
}

.heading-up {
    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
    text-align: start;
}

section.television-sec {
    padding: 40px 0 80px;
}

.broadcast-brand-sec {
    display: none;
}

.accordion-item {
    margin: 0 0 10px;
}

section.contact-home-sec.cnt-hm .faq-txt {
    height: auto;
}

/* width */
::-webkit-scrollbar {
    width: 0 !important;
    margin-right: 20px;
}

.aerial-slider .slick-slide {
    margin: 0px 0px;
    position: relative;
}

.inner-banner-txt h1 span {
    color: #fece15;
    margin-right: 7px;
}

.about-head-mobile {
    display: flex;
    align-items: center;
}

.about-head-mobile-txt {
    width: 60%;
}

.about-head-mobile-img {
    width: 60%;
    display: block !important;
}
section.about-sec.mobile-img-nn .about-head.about-head-mobile.wow.fadeInLeft{
    display: block !important;
}
section.about-sec.mobile-img-nn .about-head.about-head-mobile.wow.fadeInLeft .about-head-mobile-txt {
    width: 100%;
}
section.about-sec.mobile-img-nn .about-head.about-head-mobile.wow.fadeInLeft .about-head-mobile-img {
    width: 100%;
}
section.about-sec.mobile-img-nn .about-head.about-head-mobile.wow.fadeInLeft .about-head-mobile-img img{
    object-fit: cover;
    height: 276px;
    width: 100%;
    object-position: center;
    margin: 40px 0 50px;
}
.about-head-mobile-img img {
    object-fit: cover;
    height: 135px;
    width: 100%;
    object-position: center;
}

section.about-sec.video-graphy-sec .row > .col-lg-2 {
    order: 2;
}

section.about-sec.video-graphy-sec .row > .col-lg-4 {
    order: 3;
}

section.about-sec.video-graphy-sec .row > .col-lg-6 {
    order: 1;
}

section.arsec .row .col-lg-4 {
    order: 3;
}

section.arsec .row  .col-lg-2 {
    order: 2;
}

section.brand-sec .sec-head h2 {
    font-size: 23px;
}

.about-mobie-headibg-change .about-img img {
    margin-bottom: 60px;
}

.about-mobie-headibg-change {
    position: relative;
}

.about-mobie-headibg-change .about-head {
    position: absolute;
    top: 350px;
}


}

@media only screen and (min-width: 375px) and (max-width: 767px){
.main-heading svg text {
    font-size: 48px;
}

section.contact-home-sec:before {
    width: 100%;
    height: 48%;
}

section.inner-banner-sec:before {
    width: 29%;
}



}

/*Responsive End*/

.about-head-mobile-img {
    display: none;
}
