/*---------- Body Start ----------*/
body {
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #797979;
  background-color: #050109;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*---------- Typography CSS Start ----------*/
a,
a:hover,
a:focus {
  color: #797979;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Barlow', sans-serif;
  line-height: 1.3;
  color: #111111;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

img {
  max-width: 100%;
}

input,
textarea,
select,
button,
label,
svg,
svg path,
svg rect,
svg polygon,
img,
a,
:after,
:before,
:hover,
:focus,
.form-control:focus {
  outline: none !important;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a,
button {
  cursor: pointer;
}

/*---------- Button CSS Start ----------*/
.bb_btn {
  min-width: 140px;
  height: 50px;
  border: 2px solid #0c619e;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px 20px;
  text-transform: capitalize;
  color: #ffffff;
  background-color: #0c619e;
  border-radius: 100px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 18px;
}

.bb_btn:hover,
.bb_btn:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0c619e;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.header-section,
.main_section,
.services-section {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

.first_div {
  width: 50%;
  display: inline-block;
  color: #fff;
  margin-top: 10px;
}

.second_div {
  width: 49%;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
}

.reach_wept {
  display: flex;
  list-style: none;
  float: right;
  margin-top: 0px;
  margin-bottom: 0px;
}

.reach_wept span {
  font-family: 'Barlow', sans-serif;
  color: #fff;
  font-size: 17px;
  position: relative;
  top: 12px;
  font-weight: 500;
}

.menu {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  display: none;
  transition: 0.5s;
  padding-top: 60px;
  text-align: center;
}

.menu a {
  text-decoration: none;
  padding: 8px 8px 8px 32px;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.menu a:hover {
  color: #f1f1f1;
}

.menu .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.reach_wept button {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  float: right;
  border: unset;
  position: relative;
  top: 11px;
  padding-left: 0px;
}

.welcome_section {
  text-align: center;
  width: 100%;
}

.welcome_section h1,
.images_content h1,
.latest_projects h1 {
  color: #fff;
  font-size: 70px;
  margin-top: 130px;
  font-family: 'Barlow Condensed';
  font-weight: 700;
  text-transform: uppercase;
  line-height: 55px;
  margin-bottom: 0px;
}

.welcome_section h2,
.images_content h2,
.latest_projects h2 {
  color: #FFD400;
  font-size: 85px;
  font-family: Heaters;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 0px;
  letter-spacing: 3px;
}

.social_wept {
  width: 50%;
  display: inline-block;
  float: right;
  margin-top: 80px;
  margin-bottom: 80px;
}

.social_icons {
  display: flex;
  list-style: none;
  float: right;
}

.images_content h1 {
  margin-top: 0px;
  margin-left: 60px;
}

.down_wept {
  width: 30%;
  display: inline-block;
  margin-top: 50px;
}

.social_icons svg {
  width: 18px;
  height: 18px;
  margin-right: 25px;
}

.down_wept h3 {
  transform: rotate(90deg);
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  font-size: 16px;
  margin-left: -20px;
  float: left;
  margin-top: 50px;
  text-underline-offset: 0.5em;
}

.production_wept h1,
.images_content h1,
.latest_projects h1 {
  text-transform: inherit;
  font-size: 50px;
  line-height: 45px;
}

.images_content h1,
.latest_projects h1 {
  font-size: 60px;
}

.production_wept p,
.images_content p,
.latest_projects p {
  color: #fff;
  margin-top: 60px;
  margin-bottom: 0px;
}

.social_wept img {
  width: 2%;
  margin-top: -15%;
  height: 190px;
}

.images_content p,
.latest_projects p {
  margin-left: 60px;
  margin-top: 5px;
}

.production_wept {
  position: relative;
}

.down_wept svg {
  position: absolute;
  top: 26%;
}

.production_wept h2,
.images_content h2,
.latest_projects h2 {
  position: absolute;
  top: 18%;
  left: 27%;
  letter-spacing: 0px;
}

.explore_wept,
.services_img {
  width: 50%;
  display: inline-block;
  margin-top: 30px;
  text-align: left;
}

.images_content .tv_ads,
.images_content .tv_ads_wept {
  margin-top: 70px;
  font-size: 40px;
}

.images_content .tv_ads_wept {
  margin-top: 40px;
}

.explore_wept h1 {
  margin-top: 90px;
  margin-bottom: 10px;
}

.explore_wept p {
  color: #fff;
  margin-top: 20px;
}

.explore_more p {
  color: #FFD400;
  margin-top: 20px;
  display: inline-flex;
  margin-bottom: 200px;
  width: 50%;
  font-weight: 500;
}


.number_counter,
.services_content {
  width: 50%;
  display: inline-block;
  float: right;
  margin-top: 30px;
}

.counter_item {
  width: 220px;
  border: 1px solid #ffffff0f;
  align-items: center;
  justify-content: left;
  margin-left: 170px;
}

.counter_item h1 {
  font-size: 50px;
  color: #fff;
  font-family: Barlow Condensed;
  font-weight: 700;
  margin-left: 40px;
  margin-bottom: 0px;
}

.number_counter .counter_item {
  margin-top: 40px;
  position: relative;
}

.number_counter h1 {
  margin-top: 50px;
}

.number_counter p {
  margin-left: 40px;
  margin-top: 0px;
  margin-bottom: 60px;
}

.number_counter .satisfied_client {
  border-top: unset;
  margin-top: 0px;
}

.number_counter .counter::before {
  content: '+';
  width: 50px;
  height: 50px;
  position: absolute;
  top: 22%;
  left: 46%;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 50px;
}

.number_counter .counter_item img {
  width: 8%;
  position: absolute;
  top: 0;
  left: 93%;
}

.number_counter .counter_item .small_border {
  top: 92%;
  left: 0%;
  transform: rotate(180deg);
}

.third_border {
  left: 0 !important;
  transform: rotate(270deg);
  top: -1% !important;
}

.number_counter .fourth_border {
  left: 93%;
  transform: rotate(90deg);
  top: 93% !important;
}

.images_carousel {
  width: 50%;
  display: inline-block;
  position: relative;
}

.images_content {
  width: 50%;
  display: inline-block;
  float: right;
  position: relative;
  height: 475px;
  overflow: auto;
}

.images_content h2 {
  top: 0%;
  left: 10%;
}

.explore_more img {
  width: 20px;
  height: 11px;
  margin-top: 10px;
  margin-left: 8px;
}

.images_carousel .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.lets_connect .dark_img {
  position: absolute;
  width: 67%;
  top: -30%;
  left: 21%;
}

.services-section .owl-carousel .owl-item img {
  border-radius: 30px;
}

.yellow_circle {
  position: absolute;
  top: -6%;
}

.images_carousel #carousel .first_img {
  width: 85%;
}

.images_carousel #carousel .second_img {
  border-radius: 0px;
  width: 40%;
  position: relative;
  top: -80px;
  left: 59%;
}

.images_content::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.images_content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.images_content::-webkit-scrollbar-thumb {
  background: #FFD400;
  border-radius: 10px;
}

.moon_design {
  width: 100%;
  margin-top: -40px;
}

.latest_projects h1,
.latest_projects p {
  margin-left: 0px;
  margin-top: 0px;
}

.latest_projects h2 {
  left: 0%;
  top: 1%;
}

.latest_projects p {
  margin-top: 65px;
}

.latest_projects {
  width: 100%;
  position: relative;
}

.our_latest {
  width: 30%;
  display: inline-block;
  margin-top: 50px;
  position: relative;
}

.our_latest_images {
  width: 70%;
  display: inline-block;
  margin-top: 50px;
  float: right;
  position: relative;
}
.main_section .down_wept .down_arrow{
  margin-left: 10px;
  position: absolute;
  top: 75%;
  width: 42%;
}

.content_latest {
  border-radius: 40px;
  border: 1px solid #FFD400;
  background: rgba(0, 0, 0, 0.50);
  backdrop-filter: blur(10px);
  padding: 5px 33px;
  position: absolute;
  top: 80%;
  left: 4%;
  width: 72%;
}

.block_set {
  position: relative;
}

.block_set h3 {
  color: #fff;
  font-size: 35px;
  font-family: 'Barlow Condensed';
  font-weight: 700;
  color: #FFD400;
  margin-top: 0px;
  margin-bottom: 0px;
}

.block_set p {
  color: #fff;
  margin-top: -5px;
  margin-bottom: 7px;
  font-size: 20px;
}

.block_set svg {
  position: absolute;
  top: 35%;
  left: 90%;
}

.our_latest_images img {
  width: 84%;
  margin-left: 10px;
}

.our_latest_images .content_latest {
  border: 0px solid #FFD400;
  top: 29%;
  width: 31%;
  left: 3%;
}

.our_latest_images .content_latest h3 {
  color: #fff;
  font-size: 30px;
}

.tv_wept {
  width: 50%;
  display: inline-block;
  margin-top: 30px;
}

.tv_wept img {
  width: 82%;
}

.tv_wept .content_latest {
  top: 82%;
  left: 2%;
}

.d_wept {
  width: 50%;
  display: inline-block;
  margin-top: 30px;
  float: right;
  position: absolute;
  left: 43%;
}

.d_wept .content_latest {
  top: 62%;
  left: 5%;
  width: 61%;
}

.d_wept img {
  width: 82%;
}

.lets_connect {
  margin-top: 80px;
}

.lets_connect h2 {
  top: 2%;
}

.lets_connect p {
  margin-top: 50px;
  margin-bottom: 30px;
}

.tabs_section .hide {
  display: none;
}

#content0,
#content1,
,
#content2,
#content3,
#content4,
#content5,
#content6,
#content7 {
  width: 100%;
}

.tabs_section .input_email {
  width: 40%;
  display: inline-block;
}

.tabs_section .password_email .btn,
.subscribe_form .btn {
  width: 35%;
  color: #050109;
  font-family: Barlow;
  height: 55px;
  background: #FFD400;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  position: absolute;
  left: 47%;
}

.tabs_section .password_email input,
.subscribe_form input {
  width: 70% !important;
}

.tabs_section .password_email {
  width: 60%;
  display: inline-block;
  float: right;
  position: relative;
}

.tabs_section .input_email input,
.tabs_section .password_email input,
.subscribe_form input {
  width: 85%;
  color: #fff;
  height: 53px;
  border-radius: 50px;
  border: 1px solid #FFD400;
  background: rgba(0, 0, 0, 0.50);
  backdrop-filter: blur(10px);
  padding: 0px 21px;
}

.tabs_section::placeholder,
.subscribe_form::placeholder {
  color: #fff;
  font-family: Barlow;
  font-size: 16px;
  line-height: 45px;
  opacity: 0.5;
}

.tabs_section .mdc-tab--stacked {
  height: 100px;
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.50);
}

.tabs_section .mdc-tab__icon {
  font-size: 35px;
  margin-left: -15px;
  margin-top: 12px;
}

.tabs_section .mdc-tab--active .mdc-tab__icon {
  color: #ffd400 !important;
}

.tabs_section .mdc-tab-bar {
  margin-bottom: 40px;
}

.tabs_section .mdc-tab--active .mdc-tab__text-label {
  color: #ffd400;
}

.tabs_section .mdc-tab-indicator .mdc-tab-indicator__content--underline {
  border-top-width: 0px;
}

.tabs_section .mdc-tab-indicator .mdc-tab-indicator__content--underline {
  border: 1px solid #FFD400;
  border-radius: 20px;
}

.tabs_section .mdc-tab-indicator__content--underline {
  align-self: auto;
}

.tabs_section .mdc-tab .mdc-tab__text-label {
  color: #fff;
  font-family: Barlow;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  text-transform: capitalize;
}

.tabs_section .mdc-tab--active .mdc-tab__text-label {
  color: #ffd400 !important;
}

.tabs_section .mdc-tab__icon {
  color: #fff !important;
}

.tabs_section .mdc-tab .mdc-tab__ripple::before,
.tabs_section .mdc-tab .mdc-tab__ripple::after {
  background: rgba(0, 0, 0, 0.50);
}

.tabs_section .mdc-tab--stacked {
  height: 110px !important;
  margin-right: 20px;
}

.our_clients h2 {
  top: 1%;
}

.first_slide {
  margin-top: 90px;
}

.second_slide {
  margin-top: 10px;
}

.our_clients .owl-item {
  width: 128.906px;
  margin-right: 10px;
}

.our_clients .owl-dots {
  display: none;
}

.our_clients .owl-carousel .owl-item img {
  width: 60%;
}

.latest_blog {
  text-align: center;
}

.latest_blog h2 {
  left: 38%;
}

.first_blog {
  width: 32.3333%;
  margin-right: 9px;
  display: inline-block;
  margin-top: 90px;
  background: rgba(53, 53, 53, 0.50);
  backdrop-filter: blur(10px);
  border-radius: 40px;
}

.article_content {
  border-radius: 0px 0px 40px 40px;
  padding: 20px;
}

.article_content h5 {
  color: #FFF;
  font-family: Barlow Condensed;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: 8px;
}

.article_content p,
.article_content span {
  color: #FFF;
  font-family: Barlow;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: 8px;
}

.article_content a {
  text-decoration: none;
  position: relative;
}

.article_content span {
  color: #FFD400;
  font-size: 17px;
  line-height: 45px;
  margin-left: 8px;
  margin-top: 0px;
}

.article_content svg {
  position: absolute;
  top: 0%;
  left: 90px;
}

.red_shape_gap {
  margin-top: 0px;
}

.subscribe_section {
  width: 50%;
  display: inline-block;
  margin-top: 30px;
}

.subscribe_section h4,
.quick_links h4 {
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-family: 'Barlow Condensed';
  font-weight: 700;
  margin-left: 45%;
}

.quick_links h4 {
  margin-left: 0%;
  margin-bottom: 25px;

}

.subscribe_section p {
  color: #fff;
  line-height: 18px;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 45%;
}

.subscribe_form {
  width: 50%;
  display: inline-block;
  float: right;
  margin-top: 46px;
  position: relative;
}

.line_wept {
  margin-top: 40px;
  margin-bottom: 40px;
  opacity: 0.3;
}

.quick_links {
  width: 24%;
  display: inline-block;
  vertical-align: top;
}

.quick_links a {
  text-decoration: none;
}

.quick_links h6 {
  color: #fff;
  line-height: 18px;
  font-size: 16px;
  opacity: 0.5;
  margin-top: 10px;
  font-weight: 300;
  margin-bottom: 25px;
}

.helpful_wept h4,
.helpful_wept h6 {
  margin-left: 8%;
}

.second_line {
  margin-top: 15px;
  margin-bottom: 15px;
  opacity: 0.3;
}

.footer_logo {
  width: 50%;
  display: inline-block;
  margin-top: 30px;
}

.footer_email {
  width: 50%;
  display: inline-block;
  margin-top: 30px;
  float: right;
}

.email-list {
  display: flex;
  list-style: none;
  float: right;
}

.email-list .phone_number {
  font-family: 'Barlow', sans-serif;
  color: #fff;
  line-height: 18px;
  font-size: 18px;
  opacity: 0.5;
  margin-top: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  padding-right: 20px;
  margin-right: 40px;
}

.email-list .email {
  font-family: 'Barlow', sans-serif;
  color: #fff;
  line-height: 18px;
  font-size: 18px;
  opacity: 0.5;
  margin-top: 10px;
}

.footer_content {
  width: 100%;
  margin-top: 30px;
}

.footer_content p {
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  opacity: 0.5;
  font-weight: 300;
}

.footer_content p:last-child {
  opacity: inherit;
  margin-top: 30px;
  margin-bottom: 20px;
}

.footer_content a {
  text-decoration: none;
  color: #fff;
}