/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap'); */

@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&family=Open+Sans:wght@300;400;500;600;700;800&display=swap");

/***** General CSS *****/

body {
 word-break: break-word;
 font: 16px/25px "Open Sans", sans-serif;
 color: #ffffff;
 overflow-x: hidden;
 font-weight: 200;
}

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

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

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;
}

p {
 font-weight: 300;
 line-height: 1.5;
}

/***** Font Files *****/

@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;
}

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

.pt_8 {
 padding-top: 80px;
}

.pb_8 {
 padding-bottom: 80px;
}

.py_8 {
 padding: 80px 0px;
}

.theme_btn {
 padding: 15px 25px;
 border: unset;
 border-radius: 15px;
 color: #ffffff;
 z-index: 1;
 background: #242889;
 position: relative;
 font-size: 17px;
 -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
 box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
 transition: all 250ms;
 overflow: hidden;
 display: inline-block;
}

.theme_btn::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 width: 0;
 border-radius: 14px;
 background-color: #72d219;
 z-index: -1;
 -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
 box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
 transition: all 250ms;
}

.theme_btn:hover {
 color: #000000;
}

.theme_btn:hover::before {
 width: 100%;
}

.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: "Open Sans", Sans-Serif;
 font-size: 55px;
 line-height: 1.2;
 color: #fff;
 font-weight: 500;
 margin: 0 0 17px;
}

h2 {
 font-family: "Open Sans", Sans-Serif;
 font-size: 55px;
 line-height: 1.2;
 color: #393939;
 font-weight: 500;
 margin: 0 0 30px;
}

h3 {
 font-family: "Open Sans", Sans-Serif;
 font-size: 30px;
 line-height: 1.2;
 color: #000000;
 font-weight: 600;
 margin: 0 0 28px;
}

h4 {
 font-family: "Open Sans", Sans-Serif;
 font-size: 24px;
 line-height: 1.2;
 color: #393939;
 font-weight: 500;
 margin: 0 0 13px;
}

h5 {
 font-family: "Open Sans", Sans-Serif;
 font-size: 20px;
 line-height: 1.2;
 color: #393939;
 font-weight: 500;
 margin: 0 0 20px;
}

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

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;
}

/*header css start */

.menuSec {
 padding: 0px 0;
}

.menuSec img {
 margin: 0;
}

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

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

.menuSec li ul {
 display: none;
}

.menuSec.sticky.fixed {
 top: 0;
 position: fixed;
}

.menuSec {
 border-color: #e0e0e0;
 box-shadow: 0px 0px 8px rgb(0 0 0 / 50%), 0px 0px 8px rgb(0 0 0 / 50%);
 background-color: #ffffff;
 height: 80px;
 position: fixed;
 width: 100%;
 z-index: 99;
 top: -100%;
 transition: 0.5s all;
}

.menuSec ul li a {
 position: relative;
 display: inline-block;
 text-decoration: none;
 padding: 10px 15px;
 font-size: 18px;
 color: #455a64;
 font-weight: 500;
 font-family: "Open Sans", sans-serif;
}

.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: #000;
}

.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 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 */

/* Tab slider fix  */

.tab_sec .tab-pane {
 display: block;
 border: 0;
 height: 0;
}

.tab_sec .tab-pane.active {
 display: block !important;
 height: auto;
}

/* Tab slider fix  */

.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 {
 position: relative;
 border-bottom: 3px solid #ffff;
}

section.main_slider:before {
 content: "";
 position: absolute;
 background: #455a64;
 width: 100%;
 z-index: 2;
 height: 100%;
 opacity: 0.6;
}

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

.banner_text.wow.fadeInLeft {
 position: relative;
 z-index: 999;
}

.banner_text {
 background: #fff;
 padding: 60px;
 text-align: center;
}

.banner_text ul {
 display: flex;
 align-items: center;
 margin-bottom: 0;
 justify-content: space-between;
 margin-top: 50px;
}

.banner-text-linked {
 position: relative;
 z-index: 999;
 text-align: center;
 margin-top: 30px;
}

.scrolldown {
 --color: white;
 --sizeX: 30px;
 --sizeY: 50px;
 position: relative;
 width: var(--sizeX);
 height: var(--sizeY);
 margin-left: var(sizeX / 2);
 border: calc(var(--sizeX) / 10) solid #010101;
 border-radius: 50px;
 box-sizing: border-box;
 margin-bottom: 16px;
 cursor: pointer;
}

.scrolldown::before {
 content: "";
 position: absolute;
 bottom: 30px;
 left: 50%;
 width: 6px;
 height: 6px;
 margin-left: -3px;
 background-color: var(--color);
 border-radius: 100%;
 animation: scrolldown-anim 2s infinite;
 box-sizing: border-box;
 box-shadow: 0px -5px 3px 1px #010101;
}

@keyframes scrolldown-anim {
 0% {
  opacity: 0;
  height: 6px;
 }
 40% {
  opacity: 1;
  height: 10px;
 }
 80% {
  transform: translate(0, 20px);
  height: 10px;
  opacity: 0;
 }
 100% {
  height: 3px;
  opacity: 0;
 }
}

.chevrons {
 padding: 6px 0 0 0;
 margin-left: -3px;
 margin-top: 48px;
 width: 30px;
 display: flex;
 flex-direction: column;
 align-items: center;
}

.chevrondown {
 margin-top: -6px;
 position: relative;
 border: solid #010101;
 border-width: 0 3px 3px 0;
 display: inline-block;
 width: 10px;
 height: 10px;
 transform: rotate(45deg);
}

.chevrondown:nth-child(odd) {
 animation: pulse54012 500ms ease infinite alternate;
}

.chevrondown:nth-child(even) {
 animation: pulse54012 500ms ease infinite alternate 250ms;
}

@keyframes pulse54012 {
 from {
  opacity: 0;
 }
 to {
  opacity: 0.5;
 }
}

/*banner css end*/

.blog_sec {
 padding: 5% 0;
}

/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
 background: #242889;
 color: #fff;
}

.tab_sec .nav-tabs .nav-link {
 background: #ccc;
 border-radius: 50px;
 color: #000;
 padding: 7px 28px;
}

.tab_sec .nav-tabs {
 border: none;
 justify-content: center;
 gap: 20px;
 margin-bottom: 20px;
}

/* Tabs  */

/*line point Start*/

.add-padding {
 width: 1030px;
}

.line-point-sec {
 text-align: center;
 padding: 80px 0;
 background-color: #455a64;
 border-bottom: 3px solid #ffff;
}

.line-point-text p {
 font-size: 15px;
 line-height: 25px;
 color: #fff;
 margin: 0 auto;
 margin-bottom: 20px;
 font-family: "Open Sans", sans-serif;
 font-weight: 500;
}

.menuSec a h2 {
 margin-bottom: 0;
 font-size: 61px;
 color: #000000;
 font-family: "Open Sans", sans-serif;
 letter-spacing: -5px;
}

/*line point End*/

/*Work Start*/

.work-sec {
 background: #000;
 padding: 80px 0;
 border-bottom: 3px solid #ffff;
}

.work-text h2 {
 font-size: 41px;
 color: #fff;
 font-family: "Open Sans", sans-serif;
}

.work-text p {
 font-size: 16px;
 font-family: "Open Sans", sans-serif;
 color: #fff;
}

.work-text ul {
 display: flex;
 align-items: center;
 justify-content: space-between;
 margin-bottom: 0;
 margin-top: 70px;
 border-bottom: 3px solid #fff;
 padding-bottom: 80px;
}

.work-text ul li a {
 display: flex;
 align-items: center;
 width: 115px;
 height: 115px;
 border-radius: 50%;
 font-size: 17px;
 font-family: "Open Sans", sans-serif;
 background-color: rgba(127, 127, 127, 0.7) !important;
 color: #fff;
 margin: 0;
 text-align: center;
 justify-content: center;
 transition: none;
}

.work-text ul li a:hover {
 background-color: rgba(127, 127, 127, 1) !important;
}

.Television-Broadcast-row h2 {
 font-size: 20px;
 font-family: "Open Sans", sans-serif;
 color: #fff;
 font-weight: 400;
}

.Television-Broadcast-row {
 margin-top: 25px !important;
}

.Television-Broadcast-img img {
 width: 100%;
 height: auto;
}

.Television-Broadcast-text p {
 font-size: 16px;
 line-height: 26px;
 color: #fff;
 font-family: "Open Sans", sans-serif;
 width: 94%;
 font-weight: 300;
}

.Television-Broadcast-row .row {
 align-items: center;
}
.row.boader.chg {
 border-bottom: none;
 padding-bottom: inherit;
}

.Television-Broadcast-text a {
 background: #ffff;
 display: flex;
 width: 39%;
 padding-left: 10px;
 background-color: rgba(127, 127, 127, 0.52);
 font-size: 17px;
 color: #ffffff;
 height: 45px;
 align-items: center;
 border-radius: 5px;
 font-weight: 300;
 letter-spacing: 1px;
 margin-top: 60px;
}

.row.boader {
 border-bottom: 2px solid #fff;
 padding-bottom: 100px;
}

.Television-Broadcast-text a:hover {
 background-color: rgba(127, 127, 127, 1);
}

/*Work End*/

/*ME Start*/

.me-sec {
 background-color: #222d33;
}

.me-sec {
 padding: 60px 0;
 border-bottom: 3px solid #fff;
}

.me-sec h2 {
 font-size: 41px;
 color: #fff;
 font-family: "Open Sans", sans-serif;
}

.me-sec p {
 font-size: 14px;
 color: #fff;
 line-height: 25px;
 font-family: "Open Sans", sans-serif;
}

.me-sec .row.chg {
 border-bottom: 3px solid #fff;
 padding-bottom: 5%;
}

.me-point-row {
 margin-top: 20px;
}

.me-point-row h2 {
 font-size: 20px;
 font-family: "Open Sans", sans-serif;
 font-weight: 300;
}

.me-point-row ul li {
 font-size: 16px;
 color: #ffff;
 font-family: "Open Sans", sans-serif;
 margin-left: 40px;
 position: relative;
 margin-bottom: 15px;
}

.me-point-row ul li:before {
 content: "";
 position: absolute;
 background: #fff;
 width: 6px;
 height: 6px;
 border-radius: 50%;
 top: 9px;
 left: -18px;
}

/*ME End*/

/*Get In Touch Start*/

.get-in-touch-sec {
 background-color: #425a64;
 padding: 60px 0;
 text-align: center;
}

.get-in-touch-sec .row {
 justify-content: center;
}

.get-in-touch-sec h2 {
 font-size: 41px;
 color: #fff;
 font-family: "Open Sans", sans-serif;
 margin-bottom: 40px;
}

.get-in-touch-sec textarea:hover {
 background: #ffffff52;
}

.get-in-touch-sec textarea:hover::placeholder {
 color: #425a64;
}

.get-in-touch-sec input:hover::placeholder {
 color: #425a64;
}

.get-in-touch-sec input:hover {
 background: #ffffff52;
}

.get-in-touch-sec input {
 width: 100%;
 height: 55px;
 border: 1px solid #ffff;
 margin-bottom: 15px;
 padding: 0px 15px;
 background: #ffffff1c;
}

.get-in-touch-sec input::placeholder {
 font-size: 16px;
 color: #fff;
 font-family: "Open Sans", sans-serif;
 font-weight: 300;
}

.get-in-touch-sec textarea::placeholder {
 font-size: 16px;
 color: #fff;
 font-family: "Open Sans", sans-serif;
 font-weight: 300;
}

.get-in-touch-sec textarea {
 width: 100%;
 height: 55px;
 border: 1px solid #ffff;
 margin-bottom: 10px;
 padding: 0px 15px;
 background: #ffffff1c;
}

.get-in-touch-sec textarea {
 width: 100%;
 height: 120px;
 border: 1px solid #ffff;
 margin-bottom: 10px;
 padding: 10px 15px;
 background: #ffffff1c;
}

.menuSec:not(.sticky) {
 top: 0;
}

.get-in-touch-sec button {
 width: 100%;
 height: 55px;
 border: none;
 background: #000;
 color: #fff;
 font-size: 20px;
 font-weight: 400;
 font-family: "Open Sans", sans-serif;
 display: flex;
 align-items: center;
 padding-left: 10px;
}

/*Get In Touch End*/

.carousel-item .row > div {
 width: 457px;
}

footer {
 background: #000;
 padding: 40px 0 20px;
 text-align: center;
 border-top: 2px solid #fff;
}

.socail-lnks {
 margin: 12px 0;
}

footer a {
 color: #fff;
 font-weight: 500;
}

.ft-links > a {
 margin: 0 20px;
 font-size: 20px;
 font-weight: 100;
}

/* Video */

section.video-page .work-text ul {
 border: 0;
 padding-bottom: 55px;
}

section.video-page h2 + .Television-Broadcast-row {
 border-top: 2px solid #fff;
 padding-top: 55px;
}

section.video-page h2 {
 color: #ffff;
 font-weight: 200;
}

section.video-page a {
 display: inline;
 background: transparent !important;
 padding: 0;
 color: #22b573;
}

section.video-page .row.boader {
 padding-bottom: 25px;
}

.site-slider .slick-slide {
 height: 400px;
 object-fit: contain;
 margin: 0;
}

section.video-page h3 {
 color: #fff;
 font-weight: 300;
}

.site-slider {
 padding-bottom: 40px;
 border-bottom: 2px solid #fff;
}

.site-slider .slick-prev,
.site-slider .slick-next {
 height: 50px;
 width: 50px;
 background: #fff !important;
 left: unset;
 right: 0;
 bottom: 0;
 top: unset;
 z-index: 9;
}

.site-slider .slick-prev {
 right: 60px;
}

.site-slider .slick-prev:before {
 content: "<";
 line-height: 0.5;
 font-weight: 900;
}

.site-slider .slick-next:before {
 content: ">";
 line-height: 0.5;
 font-weight: 900;
}

section.video-page iframe {
 width: 100%;
 object-fit: cover;
 margin: 10px 0;
}

section.video-page .work-sec {
 border: 0;
}

/* Video */

/* AV */

.Television-Broadcast-img + .Television-Broadcast-img {
 margin-top: 20px;
}

.site-slider.av {
 border: 0;
}

.site-slider.av .slick-arrow {
 bottom: -60px;
 height: 40px;
}

.site-slider.av .slick-prev {
 right: 140px;
}

.sld-num {
 width: 86px;
 height: 40px;
 margin-left: auto;
 margin-right: 52px;
 background: #fff;
 color: #000;
 display: flex;
 align-items: center;
 justify-content: center;
}

/* AV */

/*Radio Start*/

.radio-heading h2 {
 font-size: 52px;
 margin-bottom: 20px;
}
.radio-box-row p span {
 font-weight: 700;
 text-decoration: underline;
}

.radio-box-row p {
 font-size: 16px;
 line-height: 27px;
 color: #fff;
}
.radio-box-row h2 {
 font-size: 19px;
 color: #fff;
 font-weight: 400 !important;
 margin-bottom: 15px;
}
.radio-box-row {
 border-top: 1px solid;
 padding: 35px 0;
}
.radio-box-row img {
 width: 100%;
}
/*Radio End*/

/*Photo Start*/

.Television-Broadcast-row.chg h2 {
 font-size: 52px;
 border-bottom: 1px solid;
 padding-bottom: 25px;
}

.site-slider.chg .slick-slide {
 object-fit: cover !important;
 height: 450px !important;
}

/*photo End*/

/*D J Start*/

.dj-heading h2 {
 font-size: 52px;
 border-bottom: 1px solid;
 margin-bottom: 10px;
 padding-bottom: 15px;
}
.dj-heading p {
 font-size: 16px;
 line-height: 26px;
}
.dj-heading p a {
 color: #fff;
 font-weight: 600;
}
.lockdown-live-text h2 {
 font-size: 52px;
 border-bottom: 1px solid;
 margin-bottom: 15px;
 padding-bottom: 10px;
}
.lockdown-live-text p {
 font-size: 16px;
 line-height: 26px;
}

/*D J End*/

/*Graphics Start*/

.Television-Broadcast-row h2 {
 font-size: 51px;
 margin-bottom: 15px !important;
 border-bottom: 1px solid;
 padding-bottom: 15px;
}
.Television-Broadcast-row p {
 font-size: 16px;
 line-height: 26px;
 margin-bottom: 5% !important;
}
.Television-Broadcast-row.chg1 {
 border-bottom: 2px solid #fff;
 padding-bottom: 35px;
}
.Television-Broadcast-row.chg2 {
 margin-top: 60px;
}
.Television-Broadcast-row.chg2 h2 {
 border-bottom: indianred;
}
.Television-Broadcast-row.chg2 h2 {
 border-bottom: inherit;
 margin-bottom: 6px;
}

/*Graphics End*/
html {
 overflow-x: hidden;
}


