@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Roboto:wght@300;400;500;700;900&family=Rubik:wght@300;400;500;600;700;800;900&family=Ubuntu:wght@300;400;500;700&display=swap');

@font-face {
	font-family: 'DMIFont-Regular';
	src: url('fonts/dmifonts2024/DMIFont-Regular.otf');
	src: url('fonts/dmifonts2024/DMIFont-Regular.otf?#iefix') format('embedded-opentype'),
		url('fonts/dmifonts2024/DMIFont-Regular.woff') format('woff'),
		url('fonts/dmifonts2024/DMIFont-Regular.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'DMIFont-Bold';
	src: url('fonts/dmifonts2024/DMIFont-Bold.otf');
	src: url('fonts/dmifonts2024/DMIFont-Bold.otf?#iefix') format('embedded-opentype'),
		url('fonts/dmifonts2024/DMIFont-Bold.woff') format('woff'),
		url('fonts/dmifonts2024/DMIFont-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'DMIFont-Medium';
	src: url('fonts/dmifonts2024/DMIFont-Medium.otf');
	src: url('fonts/dmifonts2024/DMIFont-Medium.otf?#iefix') format('embedded-opentype'),
		url('fonts/dmifonts2024/DMIFont-Medium.woff') format('woff'),
		url('fonts/dmifonts2024/DMIFont-Medium.ttf') format('truetype');
	font-weight: 300;
	font-weight: normal;
	font-style: normal;
}


/*==BASIC-SETUP==*/
body {
  font-family: DMIFont-Regular; 
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  background: #fff;
}

a,
a:hover {
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin: 0;
  font-family: DMIFont-Regular;     
}



/* scroll-bar */
.scrolltotop {
  width: 40px;
  height: 40px;
  background: #B59552;
  text-align: center;
  padding-top: 5px;
  font-size: 20px;
  display: none;
  border-radius: 5px;
  cursor: pointer;
}

.scrolltop-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.scrolltop-wrap span {
  font-family: Lato; 
  font-weight: 400;
  font-size: 14px;
  color: #000;
  margin-right: 16px;
}

.scrolltotop a {
  color: #fff;
}

/*==THIS IS START==*/
.cokis-area {
  background: #7A7A7A; 
  padding: 24px 0;
  display: block;
}


.cokis-main {
  position: relative;
}

.cokis-close {
  position: absolute;
  top: -16px;
  right: 10%;
  cursor: pointer;
}

.cokis-img img {
  max-width: 768px;
  width: 100%;
  margin: auto;
  display: block;
}

.cokis-close {
  width: 23px;
  height: 23px;
  border-radius: 50%;
}

.hero-item1 {
  background-position: center;
  background-size: cover;

}
.hero-item2 {
  background: url('images/banner2.jpg') no-repeat;
  background-position: center;
  background-size: cover;

}

.hero-area2 {
  background: url('images/brand-banner.png') no-repeat;
  background-position: center;
  background-size: cover;
  padding: 1px 0 130px 0;

}

.nav-main-wrap {
  position: relative;
}

.nav-main {
  padding-top: 24px;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 50;
}

.logo-item img {
  max-width: 120px;
  height: auto;
}

.main-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.main-nav ul li {
  margin-right: 25px;
}

.main-nav ul li:last-child {
  margin-right: 30px;
}
.main-nav ul li{
  font-family: DMIFont-Regular; 	
}
.main-nav ul li a {
  font-family: DMIFont-Regular; 	
  font-weight: 700;
  font-size: 19px;
  color: #fff;
  position: relative;
}

.active-menu::after,
.main-nav ul li a:hover::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  background: #B59552;
  left: 0;
  bottom: -8px;
}

.top-icon {
  display: flex;
  /*justify-content: flex-end;*/
	float: left;
    /* added */
	padding-left: 100px;

}

.icon-inner {
  display: none;
}

.top-icon ul li {
  margin-right: 9px;
}

.top-icon ul li:last-child {
  margin-right: 0;
}

.top-icon img {
  width: 29px !important;
  height: 29px !important;
  border-radius: 50% !important;
  margin-right: 9px;
	margin-top: 10px;	
}
.hero-area2 {
    background:  #F1F2F4;
    background-position: center;
    background-size: cover;
	 
    padding: 1px 0 0px 0;
    border-top: 3px solid #B59552;
}
.top-icon span {
  font-family: DMIFont-Regular; 
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-right: 9px;
}

.header-area {
  border-top: 10px solid #B59552;
}

.scroll-top {
 position: absolute;
 bottom: 27px;
 left: 50%;
 transform: translateX(-50%);
}
 
.scroll-top a {
  font-family: Lato; 
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}

.scroll-top a img {
  margin-right: 10px;
  width: 12px !important;
  display: inline-block !important;
  height: initial;
}


.main-content2 {
    position: relative;
}

.main-content2 .owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 1%;
}

.main-content2 .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 10px 7px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  border: 2px solid  #5B2B81!important;
}

.main-content2 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #5B2B81;
}

.main-content2 .owl-dots button {
    border: none !important;
    outline: none !important;
}

.main-content2 .owl-nav button {
    border: none !important;
    outline: none !important;
}

.main-content2 .owl-theme .custom-nav {
    position: absolute;
    top: 44%;
    left: 0;
    right: 0;
}
.main-content2 .owl-theme .custom-nav .owl-prev, .main-content2 .owl-theme .custom-nav .owl-next {
    position: absolute;   
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.main-content2 .owl-theme .custom-nav .owl-prev i, .main-content2 .owl-theme .custom-nav .owl-next i {
    font-size: 28px;
    color: #ffffff;
    background: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}

.main-content2 .owl-theme .custom-nav .owl-prev {
    left: 0;
}

.main-content2 .owl-theme .custom-nav .owl-next {
    right: 0;
}


/* MOBIL-MENU-START*/
.sidebar-menu {
  width: 250px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -250px;
  overflow-y: auto;
  transition: 0.6s ease;
  transition-property: left;
  background: #fff;
  z-index: 9999;
}

.sidebar-menu.active {
  left: 0;
}

.menu-wrap {
  margin-top: 0px;
  padding-left: 10px;
}

.menu-item a {
  font-family: Lato; 
  font-weight: 700;
  font-size: 16px;
  color: #000;
  display: inline-block;
  position: relative;
  margin-top: 15px;
}

.active-menu2::after,
.menu-item a:hover::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background: #B59552;
  left: 0;
  bottom: -8px;
}

.menu-header {
  background: #D9D9D9;
  padding: 10px 8px;
}

.close-icon {
  width: 15px;
  height: 20px;
  display: block;
  position: relative;
  cursor: pointer;
}

.close-icon::before,
.close-icon::after {
  content: '';
  background: #000;
  position: absolute;
  height: 100%;
  width: 4px;
  border-radius: 3px;
}

.close-icon::before {
  transform: rotate(45deg);
}

.close-icon::after {
  transform: rotate(-45deg);
}

.menu-btn {
  width: 30px;
  cursor: pointer;
  margin-left: auto;
}

.menu-btn span {
  display: block;
  width: 100%;
  height: 4px;
  background: #5B6E7F;
  margin: 5px 0 0 0;
  border-radius: 5px;
}

.menu-btn span:first-child {
  margin-top: 0;
}

.mobil-brand img {
  max-width: 78px;
}

/* MOBIL-MENU-END*/
.brand-area {
  background: url('images/brand-bg.png') no-repeat;
  background-position: center;
  background-size: cover;
  padding: 35px 0 50px 0;
}

.brand-title h2 {
  font-weight: 700;
  font-size: 40px;
  color: #000;
}

.brand-title h2::after {
  content: "";
  display: block;
  width: 85px;
  height: 5px;
  background: #B59552;
  margin: auto;
  margin-top: 5px;
}

.brand-item {
  border-radius: 4px;
  border: 1px solid #E5E8ED;
  background: var(--white, #FFF);
  box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, 0.03), 0px 12px 10px -6px rgba(154, 156, 165, 0.04), 0px 30px 24px -10px rgba(154, 156, 165, 0.05), 0px 80px 80px -20px rgba(154, 156, 165, 0.08);
   margin-top: 63px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   height: 285px;
   position: relative;
   transition: 0.2s all ease;
}

.brand-item:hover {
  border-radius: 0px;
  background: #2A2A2A; 
  transform: scale(1.1);
}

.brand-item:hover p {
  color: #fff; 
}

.brand-item a img {
  max-width: 90px;
  color: #DF0A0E;
}

.brand-item p {
  font-weight: 700;
  font-size: 20px;
  color: #1E212C;
  margin-top: 18px;
}

.brand-button a {
  font-family: DMIFont-Regular;      
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background: #B59552; 
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 5px; 
  padding: 12px 40px;
  display: inline-block;
  transition: 0.2s all ease;
}

.brand-button a:hover {
  opacity: 0.9;
}

/* OWL-CAROUSEL-4 */
.main-content4 {
    position: relative;
}

.main-content4 .owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 1%;
}

.main-content4 .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 10px 7px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  border: 2px solid  #5B2B81!important;
}

.main-content4 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #5B2B81;
}

.main-content4 .owl-dots button {
    border: none !important;
    outline: none !important;
}

.main-content4 .owl-nav button {
    border: none !important;
    outline: none !important;
}

.main-content4 .owl-theme .custom-nav {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    display: none;
}
.main-content4 .owl-theme .custom-nav .owl-prev, .main-content4 .owl-theme .custom-nav .owl-next {
    position: absolute;   
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.main-content4 .owl-theme .custom-nav .owl-prev i, .main-content4 .owl-theme .custom-nav .owl-next i {
    font-size: 20px;
    color: #ffffff;
    background: red;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}

.main-content4 .owl-theme .custom-nav .owl-prev {
    left: 0;
}

.main-content4 .brand-item { 
    margin-bottom: 20px;
}

/*schedule-area-start*/
.schedule-area {
  background: #ffffff;
  padding: 63px 0 62px 0;
}

.schedule-title h2 {
  font-weight: 700;
  font-size: 40px;
  color: #5B6E7F;
}

.schedule-title h2::after {
  content: "";
  display: block;
  width: 85px;
  height: 5px;
  background: #B59552;
  margin: auto;
  margin-top: 5px;
}

.main-carousel2 {
  margin-top: 47px;
}

.main-carousel2 .carousel-cell {
  width: 20%;
}

.carousel-cell {
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 2px 48px 0px rgba(0, 0, 0, 0.04); 
  margin: 0 15px;
  padding: 12px;

}

.carousel-cell img {
  width: 100%;
  border-radius: 4px;
   transition: 0.2s all ease;
}

.carousel-img {
   overflow: hidden;
}

.carousel-img img:hover {
  transform: scale(1.1);
}

.flickity-page-dots .dot {
  display: none;
}

.carousel-cell p {
  font-family: 'DMIFont-Regular';
  font-weight: 700;
  font-size: 22px;
  color: #3D3737; 
  text-align: center;
  margin-top: 10px;
  direction: rtl;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  border: none;
  color: #fff;
  background: #5B6E7F;
}

.flickity-button::after {
  content: "\f061";
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  display: block;
  width: 20px;
  /*! height: 20px; */
  text-align: center;
}

.previous::after {
  transform: rotate(180deg);
}

.flickity-button:hover {
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flickity-prev-next-button.previous { 
  right: 22%;
  top: -45px;
}

.flickity-button:focus {
  outline: none;
  box-shadow: none;
}

.flickity-prev-next-button.next { right: 18%; top: -45px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
  opacity: 0;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { 
  direction: rtl; 
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
  display: none;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.schedule-btn a {
  font-family: DMIFont-Regular;          
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  border-radius: 4px;
  background: #000;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block; 
  padding: 12px 40px;
  margin-top: 85px;
  transition: 0.2s all ease;
}

.schedule-btn a:hover {
  opacity: 0.9;
}

/* news-area-start */
.news-area {
  background: #F4F5F6;
  padding: 38px 0 63px 0;
}

.news-main {
  margin-top: 39px;
}

.news-left h6 {
  font-family: Rubik;
  font-weight: 400;
  color: #6D6D6D;
  font-size: 14px;
  transition: 0.2s all ease;
  margin-top: 19px; 
}

.news-left h6:hover{
  color: #B59552;
}

.news-left h6 img {
  width: 13px;
  margin-top: -4px;
  margin-right: 5px;
}

.news-left h5 {
  font-weight: 700;
  font-size: 23px;
  color: #424551;
  margin-top: 8px;
  transition: 0.2s all ease;
  margin-top: 8px;
}

.news-left h5:hover {
  color: #B59552;
}

.news-left p {
  font-weight: 400;
  font-size: 18px;
  color: #424551;
  margin-top: 10px;
}

.news-left-img {
  overflow: hidden;
}

.news-left-img img {
  width: 100%;
  border-radius: 4px;
  transition: 0.2s all ease;
}

.news-left-img img:hover {
  transform: scale(1.1);
}

.news-title h2 {
  font-weight: 700;
  font-size: 40px;
  color: #5B6E7F;
}

.news-title h2::after {
  content: "";
  display: block;
  width: 85px;
  height: 5px;
  background: #B59552;
  margin: auto;
  margin-top: 5px;
}

.news-inner3 {
  margin-top: 21px;
}

.news-right-inner1 {
  overflow: hidden;
  padding-bottom:15px;  
}

.news-right-inner1 img {
  width: 100%;
  border-radius: 4px;
  transition: 0.2s all ease;
}

.news-right-inner1 img:hover {
  transform: scale(1.1);
}

.news-right-inner2 h6 {
  font-family: Rubik;
  font-weight: 400;
  font-size: 14px; 
}

.news-right-inner2 h6 a {
  color: #6D6D6D;
  transition: 0.2s all ease;
}

.news-right-inner2 h6 a:hover {
  color: #B59552;
}

.news-right-inner2 h6 img {
  width: 13px;
  margin-top: -4px;
  margin-right: 5px;
}

.news-right-inner2 h5 {
  font-weight: 700;
  font-size: 15px;
  margin-top: 8px;
  transition: 0.2s all ease;
}

.news-right-inner2 h5 a {
  color: #5B6E7F;
}

.news-right-inner2 h5 a:hover {
  color: #B59552;
}

.news-right-inner2 p {
  color: #382933;
  font-size: 13px;

}

.news-btn a { 
  font-family: DMIFont-Regular;    
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase; 
  background: #000;
  color: #fff;
  border-radius: 5px;
  padding: 12px 40px;
  display: inline-block;
  margin-top: 80px;
  transition: 0.2s all ease;
}

.news-btn a:hover {
  opacity: 0.9;
}

/* event-area-start */
.event-area {
  background: #ffffff;
  padding: 38px 0 130px 0;
}

.event-main {
  margin-top: 54px;
}

.event-title h2 {
  font-weight: 700;
  font-size: 40px;
  color: #5B6E7F;
}

.event-title h2::after {
  content: "";
  display: block;
  width: 85px;
  height: 5px;
  background: #B59552;
  margin: auto;
  margin-top: 5px;
}

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

.event-img img {
  width: 100%;
  border-radius: 4px;
  transition: 0.2s all ease;
}

.event-img img:hover {
  transform: scale(1.1);
}

.evetn-date {
  position: absolute;
  left: 22px;
  top: 16px;
}

.evetn-date a {
  font-family: DMIFont-Regular; 
  font-weight: 500;
  font-size: 10px;
  color: #ffffff;
  border-radius: 3px; 
  padding: 2px 3px;
  background: rgba(208, 44, 47, 0.7);
  text-transform: uppercase;
}

.event-cnt {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, 0.03), 0px 12px 10px -6px rgba(154, 156, 165, 0.04), 0px 30px 24px -10px rgba(154, 156, 165, 0.05), 0px 80px 80px -20px rgba(154, 156, 165, 0.08); 
  max-width: 354px;
  margin: auto;
  padding: 15px 12px 14px 12px;
  margin-top: -50px;
  position: relative;
  z-index: 10;
}

.event-cnt p {
  font-weight: 500;
  font-size: 18px;
  color: #5B6E7F;
}

.event-cnt a {
  font-family: DMIFont-Regular;  	  	
  font-weight: bold;
  font-size: 15px;
  color: #B59552;
  display: inline-block;
  margin-top: 10px;
}
.event-cnt a:hover {
	text-decoration: underline;
}

.event-cnt a span img {
  max-width: 15px;
  margin-left: 10px;
}

.main-nav ul li a::after {
	direction: rtl;
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 3px;
  bottom: -5px;
  right: 0; /* Start from the right */
  transition: width 0.4s ease-in-out;
}


.event-btn a {
  font-family: DMIFont-Regular;  	        
  font-weight: 700;
  font-size: 16px;
  padding: 12px 40px;
  border-radius: 4px;
  background: #000;
  display: inline-block; 
  margin-top: 85px;
  color: #ffffff;
  transition: 0.2s all ease;
}

.event-btn a:hover {
  opacity: 0.9;
}

/*gellary-area-start*/
.gellary-area {
  background: #ffffff;
  padding: 1px 0 65px 0;
}

.gellary-main {
  border-radius: 8px;
  border: 1px solid  #E5F3FF;
  background: #FFF;
  box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, 0.05), 0px 12px 10px -6px rgba(154, 156, 165, 0.08), 0px 30px 24px -10px rgba(154, 156, 165, 0.10), 0px 80px 80px -20px rgba(154, 156, 165, 0.16);
  padding: 20px 25px;
}

.gellary-area .col-lg-2 {
  width: 20%;
  flex: 20%;
}

.gellary-item img {
  width: 100%;
}

.footer-area {
  background: #2A2A2A;
  padding: 50px 0;
}

.footer-logo img {
  max-width: 100px;
}

.footer-item h6 {
  font-weight: bold;
text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}

.footer-item1 h6 {
  margin-top: 25px;
} 

.footer-item1 ul li {
  font-family: DMIFont-Regular; 
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  display: flex;
  margin-top: 14px;
  transition: 0.2s all ease;
}

.footer-item1 ul li:hover {
  color: #B59552;
}

.footer-item1 ul li:hover {
  color: #B59552;
}
.footer-item1 ul li a {
    color:#B59552 !important;
}

.footer-item1 ul li a:last-child {
    color:#fff !important;
}

/*.footer-item1 ul li:hover {
  color: #B59552;
}*/

.footer-item1 ul li a:hover {
  color: #B59552;
}

.footer-item1 ul li span i {
  margin-right: 7px;
}

.footer-item2 ul {
  margin-top: 15px;
}

.footer-item2 ul li {
  margin-top: 5px;
}

.footer-item2 ul li a {
  font-family: DMIFont-Regular;
  font-weight: 400; 
  font-size: 16px;
  color: #fff;
  opacity: 0.7;
  transition: 0.2s all ease;
}

.footer-item2 ul li a:hover {
  color: #B59552;
  opacity: 1;
}

.footer-item3 ul {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.footer-item3 ul li {
  margin-left: 8px;
}

.footer-item3 ul li:first-child {
  margin-right: 0;
}

.footer-item3 ul li:last-child {
  margin-right: 0;
}

.footer-item3 ul li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #4B5761;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  color: #ffffff;
  transition: 0.2s all ease;
}

.footer-item3 ul li a:hover {
  background: #B59552;
}


.footer-input {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.12);
  margin-top: 30px;
  position: relative;
}

.footer-input input {
  width: 100%;
  padding: 9px 12px;
  color: #fff;
  outline: none;
  background: none;
  border: none;
  width: calc(100% - 24px);
}

.footer-input input::placeholder {
  font-family: DMIFont-Regular; 
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  opacity: 0.60; 
}

.footer-input button {
  background: none;
  border: none;
  position: absolute;
  right: 256px;
  top: 50%;
  transform: translateY(-50%);
} 

.footer-item4 p {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
}

.copyright-area {
  background: #818181;
  padding: 12px 0; 
}

.copyright-main {
  position: relative;
}

.copyright-main ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyright-main ul li {
  margin-right: 5px;
}

.copyright-main ul li:last-child {
  /*! margin-right: 0; */
}

.copyright-main ul li a {
  font-family: DMIFont-Regular; 
  font-weight: 400;
  font-size: 14px;
  color: #000;
  transition: 0.2s all ease; 
}

.copyright-main ul li a:hover {
  color: #B59552;
}

.copyright-main p {
  font-family: DMIFont-Regular; 
  font-weight: 400;
  font-size: 12px;
  color: #000; 
  text-align: center;
  margin-top: 5px;
}

.search-wrap {
  display: flex;
}

.search-input {
  width: 88%;
}

.search-input input {
  width: 100%;
  outline: none;
  border: none;
  padding: 23px 20px;
  border-radius: 10px 0 0 10px;
}

.search-input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #19456B; 
}

.search-btn {
  width: 12%;
}

.search-btn button {
  background: #000;
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 0 10px  10px 0;
}

.search-btn button img {
  max-width: 25px;
}

.modal-dialog {
  max-width: 1060px;
  margin: auto;
} 

.modal-body {
  padding: 0;
}

.modal-content {
  border: none;
  background: none;
}

/*==brand-page-start==*/
.header-area2 {
  background: url('images/brand-banner.png') no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 130px;
}

.hero-brand-cnt ul {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.hero-brand-cnt ul li {
  font-family: DMIFont-Regular  !important;	    
  font-weight: 400;
  font-size: 14px;
  color: #000;
  margin-right: 8px;
}

.hero-brand-cnt ul li:nth-of-type(2) {
  color: #000;
}

.hero-brand-cnt ul li:last-child {
  /*! margin-right: 0; */
  color: #000;
}

.hero-brand-cnt h2 {
  font-weight: 700;
  font-size: 35px;
  color: #000;
  margin-top: 5px;
  padding-bottom: 15px;
}

/*tv-channel-area*/
.tab-area {
  background: #EFEFF1;
  padding: 5px 0 100px 0;
}

.tab-main {
  margin-top: -84px;
  position: relative;
  z-index: 10;
}

.tv-channel-item h3 {
  font-weight: 700;
  font-size: 18px;
  color: #5B6E7F;
  margin-top: 10px;
  transition: 0.2s all ease;
}

.skltbs-tab-group button.skltbs-active  svg path {
  fill: #fff !important;
}

.skltbs-tab-group button.skltbs-active svg path {
  stroke: #fff !important;
}  

.skltbs-tab-group button.skltbs-active .brand7 {
  display: inline-block;
}

.skltbs-tab-group button.skltbs-active .brand3 {
  display: none;
}

.brand7 {
   display: none;
}

.skltbs-tab-group button.skltbs-active {
  background-color: #708698;
}

.skltbs-tab-group button.skltbs-active h3 {
  color: #fff;
}

.skltbs-tab-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.skltbs-tab-item {
  width: 15%;
  margin-right: 16px;
}

.skltbs-tab-item6 {
  margin-right: 0 !important;
}

.skltbs-tab {
  border-radius: 4px;
  box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, 0.03), 0px 12px 10px -6px rgba(154, 156, 165, 0.04), 0px 30px 24px -10px rgba(154, 156, 165, 0.05), 0px 80px 80px -20px rgba(154, 156, 165, 0.08);
  background: #ffffff;
  text-align: center;
  min-height: 133px; 
  padding: 16px;
  transition: 0.2s all ease;
  border: none;
  width: 100%;
}

/* dubai-tv-area */
.dubai-tv-area {
  background: #F4F4F5;
  padding: 25px 0 100px 0;
}

.dubai-item {
  border-radius: 4px;
  background: #C8D6DE;
  box-shadow: 0px 30px 24px -10px rgba(154, 156, 165, 0.10), 0px 80px 80px -20px rgba(154, 156, 165, 0.16);
  padding: 25px;
  min-height: 270px;
  margin-top: 35px;
}

.dubai1-img img {
  max-width: 120px;
  margin-bottom: 10px;
}

.dubai2-img img {
  max-width: 90px;
  margin-bottom: 43px;
}

.dubai3-img img {
  max-width: 70px;
  margin-bottom: 10px;
}

.dubai4-img img {
  max-width: 53px;
  margin-bottom: 29px;
}

.dubai-item h6 {
  font-weight: 700;
  font-size: 18px;
  color: #5B6E7F;
}

.dubai-item p {
  font-weight: 500;
    display:block;
    height:110px;
  font-size: 14px;
  color: #5B6E7F;
  margin-top: 14px;
} 

.dubai-item a {
  font-family: DMIFont-Regular;
  font-weight: 700;
  font-size: 13px;
  color: #1E212C;
  margin-top: 17px;
  display: inline-block; 
  transition: 0.2s all ease;
}

.dubai-item a:hover {
  color: #B59552;
}

.dubai-item a img {
  padding-left: 8px;
}


/*About-page-start*/
.message-area {
  padding: 25px 0;
  background: #fff;
}

.message-title p {
  font-weight:500;
	
  font-size: 22px;
  color: #000;

}

.message-main {
  margin-top: 40px;
}

.message-left {
  margin-top: 44px;
}

.message-left img {
  width: 100%;
  border-radius: 4px;
}

.message-main h2 {
	font-family: DMIFont-Bold;
  font-weight:bold;
  font-size: 30px;
  color: #000;
  text-align: center;
} 

.message-main h2::after {
  content: "";
  display: block;
  width: 85px;
  height: 5px;
  background: #B59552;
  margin: auto;
  margin-top: 5px;
}

.message-right {
  display: flex;
  border-radius: 4px;
  background:  #FFF;
  box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, 0.03), 0px 12px 10px -6px rgba(154, 156, 165, 0.04), 0px 30px 24px -10px rgba(154, 156, 165, 0.05), 0px 80px 80px -20px rgba(154, 156, 165, 0.08);
  padding: 80px 77px;
  position: relative;
  z-index: 10;
  margin-left: -24px;
  min-height: 543px;
}

.message-inner1 img {
  max-width: 28px;
  margin-right: 30px;
}
.message-inner2 {
	/*	padding-top: 85px; */
}
.message-inner2 p {
  font-family: DMIFont-Medium;
  font-size: 18px;
  color: #000;
}

.message-inner2 p:nth-of-type(2) {
 /* margin-top: 20px; */
	 margin-top: -10px;
}

.message-inner2 p:nth-of-type(3) {
  margin-top: 60px;
} 

/* value-area-start */
.value-area {
  background: #ffffff;
  padding: 1px 0 130px 0;
}

.value-title h2 {
  font-weight: 700;
  font-size: 40px;
  color: #5B6E7F;
  letter-spacing: 1px; 
}

.value-title h2::after {
  content: "";
  display: block;
  width: 85px;
  height: 5px;
  background: #B59552;
  margin: auto;
  margin-top: 5px;
}


.value-item {
  text-align: center;
  margin-top: 6px;
  position: relative;
}
/*
.value-item.fs::after { 
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 188px;
  background: linear-gradient(315deg, rgba(218, 219, 221, 0.00) 0%, rgba(218, 219, 221, 0.50) 12.33%, #DADBDD 51.91%, rgba(218, 219, 221, 0.50) 87.85%, rgba(218, 219, 221, 0.00) 100%); 
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
*/

.value-area .value-main .row{
	flex-direction: row;
	flex-wrap: nowrap;
}

.cust-seperator{
	width: 1px;
	padding: 0.8px;
	margin: 40px 0;
	background: linear-gradient(315deg, rgba(218, 219, 221, 0.00) 0%, rgba(218, 219, 221, 0.50) 12.33%, #DADBDD 51.91%, rgba(218, 219, 221, 0.50) 87.85%, rgba(218, 219, 221, 0.00) 100%); 
}


.value-item3::after,
.value-item6::after {
  display: none;
}

.value-inner {
  max-width: 285px;
  margin: auto;
}

.value-item img {
  max-width: 48px;
}

.value-item h4 {
  font-family: DMIFont-Regular;
  font-weight: 700;
  font-size: 20px;
  color: #1E212C;
  margin-top: 24px; 
}

.value-item p {
  font-family: DMIFont-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #787A80;
  margin-top: 8px;
}

/*news-page-start*/
.news2-area {
  padding: 47px 0 42px 0;
}

.news-btn2 a {
  background: #000;
  text-transform: uppercase; 
  margin-top: 20px;
  padding: 12px 22px;
}

.news-btn2 a span {
  padding-right: 5px;
}

.news2-right img {
  width: 100%;
}

.news-right-inner10 {
  margin-top: 0;
}

/*event-page-start*/
.event2-area {
  background: #fff;
  padding: 47px 0 35px 0;
}

.event2-main .event-item {
  margin-top: 40px;
}

.news-btn3 a {
  background: #000;
  text-transform: uppercase;
  margin-top: 60px;
  padding: 12px 22px;
}

/*detalish-page-start*/
.news3-area {
  padding: 18px 0 140px 0;
}

.news3-left h5 {
  font-weight: 700;
  font-size: 25px;
}

.news3-left h5 a {
  transition: 0.2s all ease;
  color: #5B6E7F;
}

.news3-left h5 a:hover {
  color: #B59552;
}

.news3-left h6 {
  font-family: Rubik;
  font-weight: 400;
  font-size: 14px;
  margin-top: 15px;
}

.news3-left h6 a {
  color: #6D6D6D;
  transition: 0.2s all ease; 
}

.news3-left h6 a:hover {
  color: #B59552;
}

.news3-left h6 span img {
  max-width: 30px;
  margin-right: 10px;
}

.news3-left-img img {
  width: 100%;
  margin-top: 10px;
  border-radius: 4px;
}

.news3-left p {
font-family: DMIFont-Regular;    
font-weight:normal !important;
  font-size: 15px;
  color: #000;
  margin-top: 40px;
}

.news3-right img {
    text-align: center;
    width: 300px !important;
    height: 250px !important;
}

/* contact-page-start */
.contact-area {
  background: #ffffff;
  padding: 27px 0 0px 0;
}

.contact-left h4 {
	font-family: DMIFont-Regular  !important;	
  font-weight: bold;
  font-size: 23px;
  color: #5B6E7F;
  text-transform: uppercase
}

.contact-list ul li {
  font-family: DMIFont-Regular;
  font-weight: 400; 
  font-size: 22px;
  display: flex;
  align-items: center;
  margin-top: 19px;
  color: #5B6E7F !important;
}

.contact-list ul li span img {
  max-width: 25px;
  margin-left: 14px;
}

.contact-main {
  border-radius: 4px;
  background: #ECEDED;
  box-shadow: 0px 30px 24px -10px rgba(154, 156, 165, 0.10), 0px 80px 80px -20px rgba(154, 156, 165, 0.16);
  padding: 44px 20px 80px 20px;
}

.contact-social h4 {
	font-family: DMIFont-Regular  !important;	    
  font-weight: bold;
  font-size: 23px;
  color: #5B6E7F;
  margin-top: 50px;
  text-transform: uppercase;
}

.contact-social ul {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.contact-social ul li {
  /*margin-right: 8px; */
    padding: 2px;
}

.contact-social ul li:last-child {
  margin-right: 0;
}

.contact-social ul li a img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: 0.2s all ease;
}

.contact-social ul li a img:hover {
  opacity: 0.9;
}

.contact-input h6,
.text-area-item h6,
.select-title h6,
.radio-btn h6 {
	font-family: DMIFont-Regular  !important;	
  font-weight: bold;
  font-size: 18px;
  color: #424551;
  margin-top: 23px;
  margin-bottom: 5px;
}

.contact-input1 h6 {
  margin-top: 0 !important;
}

.contact-item-left input {
  font-family: DMIFont-Regular  !important;	    
  width: 100%;
  outline: none;
  border: none;
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid #D7DADD;
  background: #F4F5F6 
}

.contact-item-left input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #9A9CA5;
  font-size: 16px; 
  opacity: 1;
}

.text-area-item textarea {
	font-family: DMIFont-Regular  !important;	    
  width: 100%;
  outline: none;

  padding: 13px 16px;
  border-radius: 4px;
  border: 1px solid #D7DADD;
  background: #F4F5F6 
}

.text-area-item textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #9A9CA5;
  opacity: 1;
}

.contact-select {
  border-radius: 4px;
  border: 1px solid #D7DADD;
  background: #F4F5F6 
}

.contact-select select {
	font-family: DMIFont-Regular  !important;	
  width: 100%;
  appearance: none;
  border: none;
  background: url('images/angle10.png') no-repeat;
  background-position: 97% 50%;
   padding: 13px 30px 13px 16px;
   font-weight: 400;
   font-size: 16px;
   color: #9A9CA5;
}

.radio-btn ul {
  display: flex;
  align-items: center;
  margin-top: 14px;
}

.radio-btn ul li {
  margin-right: 24px;
  display: flex;
  align-items: center;
}

.radio-btn ul li:last-child {
  margin-right: 0;
}

.radio-btn [type="radio"]:checked,
.radio-btn [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.radio-btn [type="radio"]:checked + label,
.radio-btn [type="radio"]:not(:checked) + label {
	font-family: DMIFont-Regular  !important;	
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 16px;
    display: inline-block;
    font-size: 20px;
    font-weight: 400; 
}

.radio-btn [type="radio"]:checked + label::before,
.radio-btn [type="radio"]:not(:checked) + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #ffffff;
    border: 2px solid #5B6E7F;
}

.radio-btn [type="radio"]:checked + label::after,
.radio-btn [type="radio"]:not(:checked) + label::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #5B6E7F;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.radio-btn [type="radio"]:not(:checked) + label::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radio-btn [type="radio"]:checked + label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.radio-btn2 ul {
  display: flex;
  align-items: center;
  margin-top: 14px;
}

.radio-btn2 ul li {
  margin-right: 24px;
  display: flex;
  align-items: center;
}

.radio-btn2 ul li:last-child {
  margin-right: 0;
}

.radio-btn2 [type="radio"]:checked,
.radio-btn2 [type="radio"]:not(:checked) {
    position: absolute;
    right: -9999px;
}

.radio-btn2 [type="radio"]:checked + label,
.radio-btn2 [type="radio"]:not(:checked) + label {
    font-family: DMIFont-Regular; 
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 16px;
    display: inline-block;
    font-size: 20px;
    font-weight: 400; 
}

.radio-btn2 [type="radio"]:checked + label::before,
.radio-btn2 [type="radio"]:not(:checked) + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #ffffff;
    border: 2px solid #5B6E7F;
}

.radio-btn2 [type="radio"]:checked + label::after,
.radio-btn2 [type="radio"]:not(:checked) + label::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #5B6E7F;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.radio-btn2 [type="radio"]:not(:checked) + label::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radio-btn2 [type="radio"]:checked + label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.checkbox-left input[type=checkbox] {
    appearance: none;
    height: 20px;
    width: 20px;
    background: #5B6E7F;
    border-radius: 2px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-left: 10px;
}

.checkbox-left input[type=checkbox]::after {
    content: "\f00c";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    color: #ffffff;
    display: none;
}

.checkbox-left input[type=checkbox]:checked::after {
    display: block;
}

#check {
  margin-right: 14px;
}

.checkbox label {
  font-family: DMIFont-Regular  !important;	
  font-weight: bold;
  color: #424551;

  width: 80%; 
}

.checkbox-item {
  margin-top: 38px;
}

.checkbox-right input[type=submit] {
  font-family: DMIFont-Regular; 
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ffffff; 
  border: none;
  border-radius: 4px;
  background: #000;
  padding: 8px 55px;
  transition: 0.2s all ease;
}

.checkbox-right input[type=submit]:hover {
  opacity: 0.9;
}

/*map-area-start*/
.map-area {
  background: #ffffff;
  padding: 0px 0 35px 0;
}

.map-main img {
  width: 100%;
  margin-top: 25px;
}

.map-title h2 {
  font-family: DMIFont-Regular;
  font-weight: 700;
  font-size: 32px;
    padding: 20px 0;    
  color: #5B6E7F;
}

/* schedule-page-start */

.slider-main {
  border-radius: 4px;
  border: 0px solid #000;
  background: #8998A4;
  box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, 0.03), 0px 12px 10px -6px rgba(154, 156, 165, 0.04), 0px 30px 24px -10px rgba(154, 156, 165, 0.05), 0px 80px 80px -20px rgba(154, 156, 165, 0.08);
  padding: 15px 0;
}

.slider {
  position: relative;
}

.slider:hover::after {
  content: "";
  position: absolute;
  display: block;
  width: 43px;
  height: 5px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}

.slider img {
  display: block;
  margin: auto;
}

.slider1 img {
  width: 60% !important;
}

.slider2 {
  margin-top: 14px;
}

.slider2 img {
  width: 76% !important;
}

.slider3 img {
  width: 60% !important;
}

.slider4 {
  margin-top: 12px;
}

.slider4 img {
 width: 95% !important;
}

.main-content1 {
  position: relative;
  max-width: 1160px;
  margin: auto;
}

.main-content1 .owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 1%;
}

.main-content1 .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 10px 7px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  border: 2px solid  #5B2B81!important;
}

.main-content1 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: red;
}

.main-content1 .owl-dots button {
    border: none !important;
    outline: none !important;
}

.main-content1 .owl-nav button {
    border: none !important;
    outline: none !important;
}

.main-content1 .owl-theme .custom-nav {
    position: absolute;
    top: -4%;
    left: -37px;
    right: -37px;
}
.main-content1 .owl-theme .custom-nav .owl-prev, .main-content1 .owl-theme .custom-nav .owl-next {
    position: absolute;   
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.main-content1 .owl-theme .custom-nav .owl-prev i, .main-content1 .owl-theme .custom-nav .owl-next i {
    font-size: 20px;
    color: #ffffff;
    background: #5B2B81;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}

.main-content1 .owl-theme .custom-nav .owl-prev {
    left: 0;
}

.main-content1 .owl-theme .custom-nav .owl-next {
    right: 0;
}

.slider-btm-title {
  padding: 16px 0px 8px 38px;
}
.slider-btm-cnt h3{font-size:20px !important;}
.slider-btm-title h2 {
  font-family: 'DMIFont-Regular'; 
  font-weight: 700;
  font-size: 22px;
  color: #B59552;
}

.schedul-main-wrap {
  border-radius: 5px;
  background: #D3DCE3;
  margin-top: -72px;
  position: relative;
  z-index: 10;
  padding-bottom: 20px;
}


.schedul-main-wrap .col-lg-2 {
  width: 12.5px;
  flex: 12.5px;
}

.slider-btm-main {
  padding-bottom: 15px;

} 

.slider-btm-cnt {
  text-align: center;  
}


.slider-btm-cnt h3 {
  font-family: 'DMIFont-Regular'; 
  font-weight: 700;
  direction: rtl;
  color: #000;
  font-size: 30px;  
}

.slider-btm-cnt p {
  font-family: 'DMIFont-Regular'; 
  font-weight: 700;
  font-size: 14px;
  color: #000; 
}

/* OWL-CAROUSEL-ONE */
.schedule2-area {
  background: #ffffff;
  padding: 50px 0;
}

.schedule2-item {
  position: relative;
  margin-top: 35px;
  overflow: hidden;
}

.schedule2-item img {
  width: 100%;
  border-radius: 4px;
  transition: 0.2s all ease;
  filter: brightness(50%);       
}

.schedule2-item img:hover {
  transform: scale(1.1);
  filter: brightness(100%);       
}
.schedule2-cnt img {
  filter: brightness(100%);
  padding-left: 5px;
    }

.schedule2-cnt {
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: right;
}

.schedule2-cnt h6 {
  font-family: DMIFont-Regular;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
}

.schedule2-cnt p {
   font-family: DMIFont-Regular;
  font-weight: 400;
  font-size: 17px;
  color: #ffffff;
  margin-top: 8px;
}

.schedule2-cnt p span img {
  max-width: 28px;
}

.schedul-btn a {
  font-family: DMIFont-Regular;
  font-weight: 700;
  border-radius: 4px;
  background: #000;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;  
  color: #ffffff;
  display: inline-block;
  padding: 8px 25px;
  margin-top: 50px;
  transition: 0.2s all ease;
}

.schedul-btn a:hover {
  opacity: 0.9;
}

/* OWL-CAROUSEL-3 */
.main-content3 {
    position: relative;
}

.main-content3 .owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 1%;
}

.main-content3 .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 10px 7px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  border: 2px solid  #5B2B81!important;
}

.main-content3 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #5B2B81;
}

.main-content3 .owl-dots button {
    border: none !important;
    outline: none !important;
}

.main-content3 .owl-nav button {
    border: none !important;
    outline: none !important;
}

.main-content3 .owl-theme .custom-nav {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    display: none;
}

.main-content3 .owl-theme .custom-nav .owl-prev, .main-content3 .owl-theme .custom-nav .owl-next {
    position: absolute;   
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.main-content3 .owl-theme .custom-nav .owl-prev i, .main-content3 .owl-theme .custom-nav .owl-next i {
    font-size: 20px;
    color: #ffffff;
    background: red;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}

.main-content3 .owl-theme .custom-nav .owl-prev {
    left: 0;
}

.main-content3 .owl-theme .custom-nav .owl-next {
    right: 0;
}

.carousel-img {
  position: relative;
}

.schedule-icon1 {
  position: absolute;
  left: 13px;
  top: 13px;
}

.schedule-icon1 img {
  width: 55px;
}

.schedule-icon2 {
  position: absolute;
  right: 13px;
  top: 13px;
}

.schedule-icon2 img {
  width: 49px;
}

/*rel-page-start*/
.main-nav-ar ul li:last-child {
  margin-right: 30px;
}

.main-nav-ar ul li:first-child {
  margin-right: 0;
}

.news-right-inner2-ar h6 img {
  margin-right: 0;
  margin-right: 5px;
}

.news-left-ar h6 img {
  margin-right: 0;
  margin-left: 5px;
}

.footer-item1-ar ul li span img {
  margin-right: 0;
  margin-left: 7px;
}

.footer-item3-ar ul li:last-child {
  margin-right: 8px;
}

.footer-item3-ar ul li:first-child {
  margin-right: 0;
}

.footer-input-ar button {
  right: 90%;
  transform: translateY(-50%) rotate(180deg) ;
}

.scrolltop-wrap-ar span {
  margin-right: 0;
  margin-left: 15px;
}

.search-input-ar input {
  border-radius: 0 10px 10px 0;
}

.search-btn-ar button {
  border-radius: 10px 0 0 10px;
}

.menu-wrap-ar {
  padding-left: 0;
  padding-right: 10px;
}

.news3-left-ar h6 img {
  margin-right: 0;
  margin-left: 5px;
}

.value-item3-ar::after,
.value-item6-ar::after {
  display: block;
}

.value-item1-ar::after,
.value-item1-ar::after {
  display: none;
}

.message-inner1-ar img {
  margin-right: 0;
  margin-left: 30px;
}

.contact-list-ar  ul li span img {
  margin-right: 0;
  margin-left: 14px;
}

.checkbox-ar {
  margin-right: 0 !important;
  margin-left: 14px;
}

.contact-social-ar ul li:last-child {
  margin-right: 8px;
}

.contact-social-ar ul li:first-child {
  margin-right: 0;
}

.contact-select-ar select {
  background: url('images/angle10.png') no-repeat;
  background-position: 5% 50%;
}

.radio-btn2-ar {
  margin-top: 15px;
}

.radio-btn2-ar ul li:first-child {
  margin-right: 0;
}

.radio-btn2-ar ul li:last-child {
  margin-right: 8px;
}

/*Accessiblity*/
.f-transparent{
	background-color: transparent!important;
}
.pagina-acessivel{
	background-color: #111111!important;
	color: #FFFFFF;
}

.pagina-acessivel h1, .pagina-acessivel h2, .pagina-acessivel h3, .pagina-acessivel h4{
	color: #FFFFFF!important;
}

.pagina-acessivel a, .pagina-acessivel h1 a, .pagina-acessivel h2 a, .pagina-acessivel h3 a, .pagina-acessivel h4 a, .pagina-acessivel i{
	text-decoration: none;
	color: #FFFF00!important;
}

.pagina-acessivel a:hover{
	text-decoration: underline;
}

.pagina-acessivel .dropdown-menu{
	border-color: #FFFFFF!important;
}

.pagina-acessivel li.active > a{
	color: 	#E53935!important;
}

/*Cookies*/
.cookie-disclaimer {
  background: #000000;
  color: #FFF;
  opacity: 0.8;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 150px;
  position: fixed;
}
.cookie-disclaimer .container {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cookie-disclaimer .cookie-close{
  float: right;
  padding: 10px;
  cursor: pointer;
}
/*About page additional contents*/

.postName{
	font-family: DMIFont-Regular  !important;
	font-weight: bold !important;
	
}
.positionManagemnt{
	font-size: 13px !important;
	font-weight: lighter;
}
.abtTitle{
	margin-bottom: 25px;
}
.accAbt .accordion-button{
	background: #fff;
	
}
.accAbt .accordion-button h2{
	background: #fff;
	color: #5B6E7F;
	font-size: 25px;
}
/*.accAbt .accordion-button h2::after {
    content: "";
    display: block;
    width: 55px;
    height: 5px;
    background: #B59552;
    margin: 0;
    margin-top: 5px;
}*/
.accAbt .accordion-button h2 i{
    color: #B59552;	
	
}
 .accAbt .accordion-body .list1,.accAbt .accordion-body .list2{
	 margin: 10px 0;
}
.accAbt .accordion-body .list1 li{
	font-family: DMIFont-Regular  !important;	
	font-weight:normal;
	font-size: 16px;
	padding: 5px;
}
.accordion-body .list2 li{
	font-family: DMIFont-Regular  !important;	
	font-weight:normal;	
	padding: 2px;
}
.accAbt .accordion-body .list1 li::before, .accAbt .accordion-body .list2 li ul li::before{
	  content: "•";
	  color:#5B6E7F;
	  font-size: 16px;
	  font-weight: bold;
	  display: inline-block;
	  width:15px;
}

.accAbt .accordion-body h5{
	font-size: 17px;
	font-weight: normal;
}
.accAbt .accordion-body p{
	font-weight: normal;
	font-size: 16px;
}

/*Management Details Page Right*/

.rightTitle h2 {
  font-weight: 700;
  font-size: 30px;
  color: #5B6E7F;
	padding: 15px 0;
}

.rightTitle h2::after {
  content: "";
  display: block;
  width: 85px;
  height: 5px;
  background: #B59552;

  margin-top: 5px;
}
.news-right-inner2 .postNameRight{
	font-family: DMIFont-Regular  !important;
	font-weight: bold !important;
	font-size: 18px;
}
.news-right-inner2 .readMoreRight{
	font-family: DMIFont-Regular  !important;	
	color: #B59552 !important;
	font-size: 13px;
	font-weight: bold;
	
}
.managementProfile p{
	font-family: DMIFont-Regular  !important;	
	font-weight:normal;
	font-size: 15px;
}
.managementProfile p strong{
	font-family: DMIFont-Regular  !important;	
	font-weight:bold;
	line-height: 16px;
	font-style: italic;
}

/*Ordering details page display */
.order-2 {
    order: 1 !important;
}

/*Social Icons Brands*/
ul.socialBrands {
  margin: 0;
  padding: 10px 0 0 0;
  width: 100%;

}

ul.socialBrands > li {
  display: inline-block;
  text-align: center;	
}

ul.socialBrands > li > a {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 36px;
  background-color: #5B6E7F;
  padding:5px 0 0 0;
  color: #fff;
  margin: 0 3px 3px 0;
}

ul.socialBrands > li > a:hover, ul.socialBrandsFooter > li > a:hover  {
  text-decoration: none;
  background-color: #B59552;
  color: #fff;	
}
#socialHolder {

    position: relative;
	bottom:-19;
}

#socialBottom{

    position: absolute; bottom: 0px; 
}
ul.socialBrandsFooter > li > a:hover  {
  text-decoration: none;
  background-color: #B59552 !important;
  color: #fff;	
}
ul.socialBrandsFooter > li > a {
  background-color: #3c5163 !important;	
}
ul.socialBrandsFooter > li > a:hover  {
  text-decoration: none;
  background-color: #B59552 !important;
  color: #fff;	
}
ul.socialBrandsFooter > li > a {
  background-color: #3c5163 !important;	
}

/*Header Height adjustment*/
.hero-area3 {
padding: 1px 0 120px 0 !important;	     
    }

/*About page*/

.ceoTxt p{
	line-height: 28px !important;	

}
.ceoTxt p em{
	line-height: 15px !important;		
	font-size:13px;
	font-weight: bold;
}
.ceoTxt p a {
	font-family: DMIFont-Regular  !important;		
    font-weight: bold;
    font-size: 15px;
    color: #B59552;
    display: inline-block;
    margin-top: 10px;
}
.event-cnt a:hover,.ceoTxt p a:hover {
	text-decoration: underline;
}

/*logo image adjust brands*/
.dubai20-img img{
    max-width: 150px  !important;		
    }

/*footer contact*/
.contact li{
font-family: DMIFont-Regular !important; 
color:#fff !important;
font-weight: normal;
opacity: 0.7;        
}

    .contact li a{

opacity: 1 !important;        
}

.contact i{
/*padding-left: 5px;*/
}

/*DMI LOgo*/
.dmiLogo img{
	
	padding-right: 10px;
	text-align: left;
	float: left;
}
/*Slider image bright control*/
.owl-item a img{
/*	filter: brightness(45%);*/
}


/*Menu Change*/
.navFill{
	height: 78px;
	background: #F6F7F7;
	width: 100%;
	margin: auto;
	border-bottom: 5px #B59552 solid;	
}
.nav-main {
    padding-top: 5px !important;
	background: #F6F7F7;
}

.main-nav ul li a {

    color: #818181 !important;

}
.menuDir{
    direction:ltr !important;
    }

/*FOR-MOBIL-START*/
@media screen and (max-width: 767px) {

    .govlogoalign { 
			float:left !important;
        }
}

    .menuDir{
    direction:rtl !important;
    }

/*==THIS IS START==*/
.topbar-header-wrap {
  position: absolute;
  width: 100%;
  z-index: 20;
  left: 0;
  top: 0;
}

.topbar-area {
  background: #5E7281;
  padding: 5px 0;
}

.topbar-left img {
  max-width: 40px;
}

.topbar-right ul {
  display: flex;
}

.topbar-right ul li {
  margin-right: 40px;
}

.topbar-right ul li:last-child {
  margin-left: 0;
}

.topbar-right ul li a {
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
  transition: 0.2s all ease;
}

.topbar-right ul li a:hover {
  color: #818181;
}

.header-area {
  padding: 7px 0;

}

.logo-item img {
  max-width: 115px;
  height: auto;
}

/*About page*/

.abtImg img{
	width:100%;
}
.abtText{
padding-top: 50px;
	padding-right: 15px;
}

.abtText h3{
	padding-bottom:15px;
	font-weight: Bold;
}
.abtText p{
	font-size: 20px;
}
.abtText h4{
	padding-top:15px;
	font-weight: Bold;
}
.brand-area {
    background: url(images/abt_section-bg.png) no-repeat #F1F2F4;
    background-position: center;
    background-size: cover;
    padding: 35px 0 50px 0;
}
.aboutMore{
	padding: 30px 30px;
}
.aboutMore h2 {
    font-family: DMIFont-Bold;
    font-weight: bold;
    font-size: 30px;
    color: #000;
    text-align: center;
}
.aboutMore h3 {
	padding-top: 25px;
    font-family: DMIFont-Bold;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    text-align: center;
}
.aboutMore p {
    font-size: 20px;
    text-align: center;
}
.aboutMore h2::after {
  content: "";
  display: block;
  width: 85px;
  height: 5px;
  background: #B59552;
  margin: auto;
  margin-top: 0px;
}
/*Machinary page*/

 .item_content {
    z-index: 1;
    padding: 20px 15px;
	margin-top: 25px;
     background-color: rgba(255,255,255,.9);
	 margin:25px 0 25px 0;		 
}
 .item_content1 {
	 margin:25px 0 25px 0;
     background-color: rgba(241,242,244,.9) !important;
}

 .item_content h3{
    font-family: DMIFont-Medium;
	font-size: 25px;
}
.item_content h4{
    font-family: DMIFont-Medium;
	font-size: 20px;
}
.item_content .listMachine{
	padding-top: 5px;
	padding-right: 15px;	
}
.item_content .listMachine li{
list-style-image: url('images/bullet.png');	
		padding-right: 5px;

}
.masarRed{
	color: #B59552 !important;
}
.textBold{
    font-family: DMIFont-Bold;	
	font-weight: bold !important;
}
.machinaryCont{

	margin: 15px 0 15px 0
}
/*service details*/
.textLeft{
	text-align: right !important;
}
.prntToday{
    font-family: DMIFont-Medium;	
	padding: 15px 15px 15px 0px;
	font-size: 30px;
	font-weight: bold;
}
.PrintToday{
	border-radius: 4px;	
    border: 1px solid #E5E8ED;
    background: var(--white, #FFF);
    box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, 0.03), 0px 12px 10px -6px rgba(154, 156, 165, 0.04), 0px 30px 24px -10px rgba(154, 156, 165, 0.05), 0px 80px 80px -20px rgba(154, 156, 165, 0.08);
	padding: 15px;
	margin-left: 20px;
	margin-bottom: 20px;	
}

.PrintToday h3{
    font-family: DMIFont-Medium;	
	padding: 15 0 0 0px;
	font-size: 20px;
	font-weight: bold;	
}
.PrintToday img {
  width: 100%;
  border-radius: 4px;
  transition: 0.2s all ease;
}
.PrintToday img:hover {
  transform: scale(1.05);
}
.PrintTodayCont {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, 0.03), 0px 12px 10px -6px rgba(154, 156, 165, 0.04), 0px 30px 24px -10px rgba(154, 156, 165, 0.05), 0px 80px 80px -20px rgba(154, 156, 165, 0.08);
    max-width: 330px;
    margin: auto;
    padding: 15px 12px 14px 12px;
    margin-top: -50px;
    position: relative;
    z-index: 10;
}


.newsSectionCont {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, 0.03), 0px 12px 10px -6px rgba(154, 156, 165, 0.04), 0px 30px 24px -10px rgba(154, 156, 165, 0.05), 0px 80px 80px -20px rgba(154, 156, 165, 0.08);
    max-width: 550px;
    margin: auto;
    padding: 15px 12px 14px 12px;
    margin-top: -50px;
    position: relative;
    z-index: 10;
	margin-bottom: 10px;
}
.newsSectionCont h4{
    font-family: DMIFont-Medium;	
	font-size: 18px;
	padding-bottom: 5px;
	color: #000000;
}
.newsSectionCont p{
	font-size: 15px;
}

.newsSection{
	border-radius: 4px;	
	margin-bottom: 20px;
	margin-right: 10px;
    border: 1px solid #E5E8ED;
    background: var(--white, #FFF);
	
}
.newsSectionCont .listMachine{
	padding-top: 5px;
	padding-right: 15px;

}
.newsSectionCont .listMachine li{
list-style-image: url('images/bullet.png');	
		padding-right: 5px;
	font-size: 15px;

}
.newsSection img {
  width: 100%;
  border-radius: 4px;
  transition: 0.2s all ease;
	padding: 15px;
}
.newsSection img:hover {
  transform: scale(1.05);
}

/*Request for a quote*/
.get-quote {
	font-family: DMIFont-Regular;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background: #B59552;
    padding: 5px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 0;
    border-radius: 5px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
	float: right;
	margin-right: 5px;
	margin-top: 4px;
	height: 35px;
}
.get-quote a{
    color: #fff;	
}
/*common*/
.dmiLogo{
	float: right;
	/*added */
    padding-right: 10px
}
.lightBoxCaption h5{
	text-align: center;
	padding-top: 10px;
	color: #000;
}
/*Lets talk button*/
.contact-banner {
    padding: 5px 0 15px 15px;
    background: #F1F2F4;
    border-radius: 10px;
}
.contact-banner h3{
	font-size: 25px;
}
.text-align{
		text-align: center;
}
.textHeadingQuote a, .contact-banner .brand-button{
	text-align: center;
	font-family: DMIFont-Bold !important;
	font-weight: bold !important;
}
.contact-banner .textHeadingQuote h3{
	text-align: center !important;
}
/*Footer*/
.footer-logo img{
	max-width:150px;
}

/*Masar Service*/

.serviceItem{
	float: left;
	width:90%;
}
.masarServices li{
	float: left;
	margin-left: 15px;
}
.serviceItem img{
	    display: block;
   		width: 100%;	
}


/*Video Area*/

.video-section {
            position: relative;
            width: 100%;
            height: 600px; /* Adjust height as needed */
            text-align: center;
            color: white;
            overflow: hidden;
        }

        .video-section img {
            width: 100%;
            height: 100%;
            object-fit: cover; /* Ensures the image covers the section without stretching */
            display: block;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

        .play-icon {
            width: 60px;
            height: 60px;
            background-color: #2a2a2a;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

        .play-icon::before {
            content: '';
            border-style: solid;
            border-width: 15px 0 15px 25px;
            border-color: transparent transparent transparent #fff;
            margin-left: 5px;
        }

        .video-title {
            margin-top: 20px;
            font-size: 24px;
            font-weight: bold;
        }


/* promo slider image height fix*/
.image-responsive-promo {
  width: 100%;  
  max-height: 680px;
   background-repeat: no-repeat; 
   background-position: top;
   background-size: cover;
}
@media (max-width: 1024px) {
  .image-responsive-promo {
    width: 100%;  
    max-height: 320px; 
  }
}
@media (max-width: 768px) {
  .image-responsive-promo {
    width: 100%;   
    max-height: 320px;  
  }
}
/*Service List*/

.serviceItem{
	border-radius: 4px;	
    background: var(--white, #FFF);
    box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, 0.03), 0px 12px 10px -6px rgba(154, 156, 165, 0.04), 0px 30px 24px -10px rgba(154, 156, 165, 0.05), 0px 80px 80px -20px rgba(154, 156, 165, 0.08);
}
.serviceItem img {
  width: 100%;
  border-radius: 4px;
  transition: 0.2s all ease;
}
.serviceItem img:hover {
  transform: scale(1.05);
}
.serviceList h5{
	text-align: center;
	padding: 0;
	margin: auto;
}

.serviceBg {
    background: url(images/service-bg1.png) no-repeat #fff;
    background-position: center;
    background-size: cover;
	padding:25px 0 25px 0;
}



/*==================== submenu start =======================*/
.main-nav ul li {
    position: relative;
}

.main-nav ul li a i {
    font-size: 22px;
    display: inline-block;
    margin-left: 2px;
}

.main-nav ul li > ul {
    width: 222px;
	background: #fff !important;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 12px 10px 15px;
    text-align: left;
    direction: ltr;
    position: absolute;
    right: 0;
    display: none;
    transition: 0.2s all ease;
}

.main-nav ul li > ul li {
    margin: 0;
    padding: 5px 10px!important;
}

.main-nav ul li > ul li a {
    font-size: 18px;
    color: #000;
    text-align: right !important;	
    transition: 0.2s all ease;
}

.main-nav ul li:hover > ul {
    display: block;
	    text-align: right !important;
}

.menu-wrap {
    padding: 5px 15px;
}

.menu-item a {
    display: flex !;
    align-items: center;
    justify-content: space-between;
    padding: 3px;
    text-align: right !important;	
}

.menu-item a i {
    font-size: 22px;
}

.menu-item ul {
    width: 100%;
    text-align: right !important;
    display: none;
    padding-bottom: 20px;
}

.menu-item ul li a {
    font-size: 18px;
    color: #000;
    text-align: right !important;	
}

.main-nav ul li > ul li:last-child {
	margin-right: 0 !important;
}



