@charset "utf-8";
*
{
	margin:0px;
	padding:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body
{
	  margin: 0;
	padding: 0;
	width:100%;
	direction:ltr;
	font-family: 'Poppins', sans-serif !important;
	 -webkit-font-feature-settings: 'lnum';
    font-feature-settings: 'lnum';
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    box-sizing: inherit;
    text-rendering: optimizelegibility;
	outline: none;
	background-color: #000;
	overflow-x: hidden;
	/*cursor: none !important;*/
	font-size: 14px;
	color: #fff;
}
img
{
	border:0px;
	display:block;
	outline: none;
	border-style: none;
}
img::before {
  display: block;
  content: '';
  /* You could reduce this expression with a preprocessor or by doing the math. I've kept the longer form in `calc()` to make the math more readable for this demo. */
}
ul
{
	list-style:none;
}
a
{
	text-decoration:none;
	display: block;
}
h1,h2,h3,h4,h5,h6
{
	font-family: 'Poppins', sans-serif !important;
}
p
{
	font-family: 'Poppins', sans-serif !important;
}
textarea,
input[type="text"],
input[type="password"],
input[type="button"],
select,
input[type="submit"] {
     -webkit-appearance: none;
	 -moz-appearance: none;
    appearance: none;
	 box-shadow: none !important;
	font-family: 'Poppins', sans-serif !important;
}
#toTop 
{
    display:none;
	text-decoration:none;
	position:fixed;
	bottom: 17px;
    right: 17px;
    overflow: hidden;
    width: 50px;
	padding: 0px 5px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: none;
    background:url("../Images/up-arrow.png") #0189DB no-repeat center;
	background-size: 10px;
    z-index: 9;
    color: #fff;
    font-weight: 100;
	font-weight: 400;
	font-size: 14px;
	border-radius:100%;
	opacity: 0.7;
}

/*#pointer-dot {
    left: 0;
    top: 0;
    width: 6px;
    height: 6px;
	background-color: #fff;
    position: fixed;
    border-radius: 100%;
    z-index: 101;
    pointer-events: none;
    transition: background-color 0.5s;
}

#pointer-ring {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    padding: 22px;
    background-color: transparent;
	border: 1px solid;
	border-color: #fff !important;
    position: fixed;
    border-radius: 100px;
    z-index: 102;
    pointer-events: none;
	opacity: 1;
}*/
.center
{
	width: 1200px;
	margin: 0px auto;
}
.flex
{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.center-flex
{
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}
.flex-start
{
	justify-content: flex-start;
}
.flex-end
{
	justify-content: flex-end;
}
.space-between
{
	justify-content: space-between;
}
.flex-center
{
	justify-content: center;
}
.time
{
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.desk-header
{
	display: block;
}
.mobile-header
{
	display: none;
}
.social ul li
{
	margin-right: 15px;
	margin-bottom: 0px;
}
.social ul li:last-child
{
	margin-right: 0px;
}
.social ul li a
{
	font-size: 14px;
	color: #fff;
}
.social ul li a span
{
	display: block;
	font-size: 14px;
}
.social ul li a:hover
{
	color: #fff;
}
.social ul li a:hover svg
{
	fill:#fff;
}
.logo a img
{
	width: 180px;
	margin: auto;
}
.inner-social
{
	flex-direction: row;
}
.inner-social svg
{
	height: 18px;
	margin-right: 5px;
	fill:#fff;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.inner-touch svg
{
	height: 18px;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
	fill:#fff;
}
.inner-touch span
{
	display: block;
	font-size: 14px;
	margin-left: 5px;
}
.touch a
{
	padding: 10px 15px;
	border-radius: 40px;
	border: 1px solid #fff;
	color: #fff;
}
.touch
{
	margin-left: 25px;
}
.touch a:hover
{
	color: #000;background-color: #fff;
}
.touch a:hover svg
{
	fill:#000;
}
header
{
	padding: 30px 0px;
}
.video-foreground {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}

.scroll-down
{
	position: absolute;
	left: calc(100% - 1450px);
	bottom: 5%;
	    -webkit-animation: wcSlideBottom 2s infinite alternate;
    animation: wcSlideBottom 2s infinite alternate;
}
@-webkit-keyframes wcSlideBottom {
        0% { bottom:5%; }
        100% { bottom:10%;}
    }
    @keyframes wcSlideBottom {
        0% { bottom:5%; }
        100% { bottom:10%;}
    }
.scroll-down span
{
	display: block;
	transform: rotate(-90deg);
	font-size: 14px;
	margin-bottom: 45px;
}
.scroll-down a
{
	color: #fff;
	flex-direction: column;
}
.scroll-down img
{
	height: 60px;
}
.section-black
{
	padding: 50px 0px;
	background-color: #000;
	position: relative;
}
.section-black2
{
	padding: 50px 0px;
	background-color: #171717;
	position: relative;
}
.section-black5
{
	padding: 50px 0px;
	background-color: #0F0F0F;
	position: relative;
}
.section-video
{
	/*height: calc(100vh - 152px);*/
	position: relative;
}
.title
{
    position: relative;
	margin-top: 100px;
	background-color: #000;
}
.title h2
{
	font-size: 16em;
	color: #fff;
	position: relative;
	z-index: 1;
	    line-height: 0.82;
}
.title h3
{
	font-size: 22em;
	color: #131212;
	position: absolute;
	top: 50%;
	left: 140px;
	transform:translateY(-50%);
	z-index: 0;
	width: calc(100% - 140px);
	    line-height: 0.82;
}
.title2
{
    position: relative;
	margin-top: 15px;
	/*background-color: #171717;*/
}
.title2 h2
{
	font-size: 7em;
	color: #fff;
	position: relative;
	z-index: 1;
	    line-height: 0.82;
}
.title2 h3
{
	font-size: 10em;
	color: #1E1E1E;
	position: absolute;
	top: 50%;
	left: 80px;
	transform:translateY(-50%);
	z-index: 0;
	width: calc(100% - 80px);
	    line-height: 0.82;
}

.title3
{
    position: relative;
	/* margin-top:30px; */
	/*background-color: #000;*/
}
.title3 h2
{
	font-size: 5em;
	color: #fff;
	position: relative;
	z-index: 1;
	    line-height: 0.82;
	text-align: center;
}
.title3 h3
{
	font-size: 14em;
	color: #1E1E1E;
	position: absolute;
	top: 50%;
	left: 140px;
	transform:translateY(-50%);
	z-index: 0;
	width: calc(100% - 140px);
	    line-height: 0.82;
}
.title5
{
    position: relative;
	/* margin-top: 30px; */
}
.title5 h2
{
	font-size: 5em;
	color: #fff;
	position: relative;
	z-index: 1;
	    line-height: 0.82;
		text-align: center;
}
.title5 h3
{
	font-size: 14em;
	color:#131212;
	position: absolute;
	top: 50%;
	left: 140px;
	transform:translateY(-50%);
	z-index: 0;
	width: calc(100% - 140px);
	    line-height: 0.82;
}
.line__inner {
  display: block;
}
.line-section
{
	width: 1px;
	height: 400px;
	background-color: #373737;
	display: block;
	top: -150px;
	right: 28.5%;
	position: absolute;
	z-index: 0;
}
.line1
{
	width: 50px;
	height: 1px;
	background-color: #fff;
	display: block;
	position: absolute;
	right:20px;
	top: 0px;
}
.line2
{
	width: 1px;
	height: 50px;
	background-color: #fff;
	display: block;
}
.circle
{
	width: 35px;
	height: 35px;
	border-radius: 100%;
	border: 1px solid #fff;
	display: block;
	position: relative;
}
.circle:before
{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.logo-media
{
	height: 50px;
	margin-top: 10px;

}
.align-image
{
	height: 291px;
}
.image-media
{
	height: 291px;
	width: 215px;
}
.all-media a
{
	-webkit-filter: grayscale(100%) /*blur(1.5px)*/;/* Safari 6.0 - 9.0 */
  filter: grayscale(100%) /*blur(1.5px)*/;
}
.all-media a:hover
{
	-webkit-filter: none;/* Safari 6.0 - 9.0 */
  filter: none;
}
.align-lines
{
	flex-direction: column;
	width: 110px;
}
.logo-down 
{
	margin-right: 5px;
	width: 125px;
	position: relative;
}
.all-alighn
{
	width: 125px;
}
.left-media
{
	width: 340px;
	margin-right: 30px;
	margin-top: -340px;
}
.center-media
{
	width: 460px;
}
.center-media ul li
{
	margin-right: 30px;
	margin-top: 30px;
}
.center-media ul li:nth-child(-n+2)
{
	margin-top: 0px;
}
.center-media ul li:nth-child(2n)
{
	margin-right: 0px;
}
.center-media ul li:last-child
{
	margin-right: 0px;
}
.center-media ul li a
{
	flex-direction: column;
}
.center-media .align-lines {
    flex-direction: column;
    position: relative;
    right: 0;
    width: auto;
}
.center-media .logo-media {
    margin-top: 0px;
	margin-bottom: 10px;
}
.center-media ul li:nth-child(3) .logo-media,.center-media ul li:nth-child(4) .logo-media,.center-media ul li:nth-child(5) .logo-media,.center-media ul li:nth-child(6) .logo-media,.center-media ul li:nth-child(7) .logo-media
{
    margin-top: 10px;
	margin-bottom: 0px;
}
.center-media ul li:nth-child(7) .logo-media
{
	height: 80px;
}
.right-media ul li:nth-child(2) .logo-media
{
	height: 80px;
}
.left-media ul li:nth-child(1) .logo-media
{
	height: 80px;
}
.right-media
{
	width: 340px;
	margin-left: 30px;
	margin-top: -340px;
}
.right-media .logo-down
{
	margin-left: 5px;
	margin-right: 0px;
}
.right-media .line1 {
    left: 5px;
	right: inherit;
}
.all-media
{
	margin-top: 100px;
}
.text-media-left
{
	width: 455px;
	margin-top: -450px;
}
.p1
{
	font-size: 40px;
	font-weight: 300;
}
.text-media-left h2
{
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 10px;
}
.text-media-left h3
{
	font-size: 67px;
	line-height: 30px;
}
.text-media-left p
{
	font-size: 20px;
	font-weight: 300;
	margin-top: 15px
}
.text-media-left span
{
	letter-spacing: 2px;
	padding:1px 2px;
	transform: rotate(-90deg);
	display: inline-block;
    font-size: 14px;
	background-color: #EB274B;
	margin-left: -5px;
}
.text-media-left div
{
	align-self: flex-end;
	align-items: flex-end;
}
.text-media-right p
{
	font-size: 28px;
	font-weight: 300;
}
.text-media-right
{
	width: 400px;
	margin-top: -450px;
}
.text-media-right b
{
	line-height: 16px;
}
.b1
{
	background-color: #063455;
}
.b2
{
	background-color: #F1B211;
}
.desk-section
{
	width: 1000px;
	margin: 20px auto 0px auto;
}
.desk-section p
{
	font-size: 18px;
	font-weight: 300;
	text-align: center;
}
.line-section1
{
	width: 1px;
	height: 275px;
	background-color: #373737;
	display: block;
	top: -51px;
	left: 0%;
	position: absolute;
	z-index: 0;
}
.line-section2
{
	width: 1px;
	height: 264px;
	background-color: #373737;
	display: block;
	top: -51px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	z-index: 0;
}
.line-section3
{
	width: 1px;
	height: 270px;
	background-color: #373737;
	display: block;
	top: -51px;
	right: 0px;
	position: absolute;
	z-index: 0;
}
.desk-line1
{
	width: 565px;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
	text-align: center;
}
.desk-line1 h2
{
	font-size: 22px;
	background-color: #EB274B;
	display: inline-block;
	padding: 0px 5px;
	margin-bottom: 5px;
}
.desk-line1 p
{
	font-size: 16px;
	font-weight: 300;
}

.desk-line2
{
	width: 400px;
	    top: -40px;
    left: 0px;
	position: relative;
	text-align: left;
}
.desk-line2 h2
{
	font-size: 22px;
	background-color: #063455;
	display: inline-block;
	padding: 0px 5px;
	margin-bottom: 5px;
}
.desk-line2 p
{
	font-size: 18px;
	font-weight: 300;
}
.desk-line2 span
{
	font-size: 20px;
	font-weight: 700;
}
.desk-line3 span
{
	font-size: 20px;
	font-weight: 700;
}
.desk-line3
{
width: 400px;
	     top: -101px;
    left: 66.7%;
	position: relative;
	text-align: right;
}
.desk-line3 h2
{
	font-size: 22px;
	background-color: #F1B211;
	display: inline-block;
	padding: 0px 5px;
	margin-bottom: 5px;
}
.desk-line3 p
{
	font-size: 18px;
	font-weight: 300;
}
.bottom-services
{
	/*margin-top: 100px;*/
	    position: relative;
	display: block;
    z-index: 1;
}
.bottom-services ul li
{
	margin-right: 40px;
	width: 270px;
	text-align: center;
	margin-top: 40px;
}
/*.bottom-services ul li:nth-child(odd)
{
	margin-top: 100px;
}*/
.bottom-services ul li img
{
	width: 100%;
}
.bottom-services ul li:nth-child(4n)
{
	margin-right: 0px
}
.bottom-services ul li h2
{
	font-size: 20px;
	font-weight: 700;
	margin-top: 15px;
}
/*.bottom-services ul li:nth-child(n+5) h2
{
	color: #000;
}*/
.bg-w
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 300px;
	background-color: #fff;
	z-index: 0;
}
/*:root {
  --size: clamp(10rem, 1rem + 100vmin, 30rem);
  --gap: 15px;
  --duration:70s;
  --scroll-start: 0;
	 --scroll-end: calc(-100% - 15px);
}*/
/*  .marquee {
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: 15px;

}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 2vw;
  min-width: 100%;
  -webkit-animation: scroll-x 100s linear infinite;
          animation: scroll-x 100s linear infinite;
}*/

/*@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}*/
.App
{
	margin-top: 20px;
}
.marquee__group img
{
	width: 50px;
}


.MarqueeContainer {
  --space: 10px;
  display: grid;
  align-content: center;
  gap: var(--space);
  width: 100%;
}

.marquee {
  --duration: 60s;
  --gap: var(--space);
  display: flex;
  overflow: hidden;
  user-select: none;
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}


.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: calc(var(--duration) / -2);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
/*.marquee--reverse .marquee__group {
  animation-direction: reverse;
  -webkit-animation-delay: -15s;
          animation-delay: -15s;
}

@-webkit-keyframes scroll-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-110% - 196vw));
  }
}

@keyframes scroll-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-110% - 196vw));
  }
}

@-webkit-keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start));
  }
  to {
    transform: translateY(var(--scroll-end));
  }
}

@keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start));
  }
  to {
    transform: translateY(var(--scroll-end));
  }
}
.marquee
{
	margin-top: 40px;
}
.marquee img
{
	height: auto;
	/*margin-left: 20px;*/
	width: auto;
	/*width: 60px;*/
	height: 20px;
}*/
#slide-4
{
	/*height: 100vh;*/
}
.con
{
	/*position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);*/
	text-align: center;
	width: 1200px;
	flex-direction: column;
}
.title-left4
{
	font-size: 3em;
	font-weight: 300;
	color: #fff;
	position: relative;
	    line-height: 0.82;
	margin-bottom: 30px;
}
.title-right4
{
	font-size: 5em;
	font-weight: 700;
	    line-height: 0.82;
	color: #fff;
}
.contact-link
{
	margin-top: 50px;
}
.contact-link a
{
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	padding: 15px 25px;
	width: 170px;
}
.contact-link a span
{
	font-size: 14px;
	margin-right: 5px;
}
.line-section4
{
	width: 1px;
    height: 100px;
    background-color: #373737;
    display: block;
    top: -50px;
    /*left: 50%;
	transform: translateX(-50%);
    position: absolute;*/
    z-index: 0;
	position: relative;
	margin: auto;
	display: none;
}
.line-section5
{
	width: 1px;
    height: 100px;
    background-color: #373737;
    display: block;
     bottom: -50px;
    /*left: 50%;
	transform: translateX(-50%);
    position: absolute;*/
    z-index: 0;
	position: relative;
	margin: auto;
	display: none
}
footer
{
	padding:50px 0px;
	background-color: #000;
}
.inner-footer
{
	flex-direction: column;
}
.logo-footer 
{
	margin-bottom: 30px;
}
.logo-footer a img
{
	    width: 180px;
    margin: auto;
}
.relative
{
	position: relative;
}

.line-section6
{
	width: 1px;
	height: 335px;
	background-color: #373737;
	display: block;
	top: -80px;
	right: 40%;
	position: absolute;
	z-index: 0;
}
.line-section7
{
	width: 1px;
	height: 200px;
	background-color: #373737;
	display: block;
	top: -80px;
	right: 9%;
	position: absolute;
	z-index: 0;
}
.section-white
{
	padding: 50px 0px;
	background-color: #fff;
	position: relative;
}
.logo-insta
{
	display: block;
	top: -80px;
	right: 0px;
	position: absolute;
	z-index: 0;
	text-align: center;
}
.line-section8
{
	width: 1px;
	height: 170px;
	background-color: #373737;
	margin: auto;
	display: block;
}
.icon-ist
{
	width: 40px;
	margin: 10px auto 0px auto
}
.inst-t
{
	height: 50px;
	margin: 0px auto 0px auto
}
.line-section9
{
	width: 1px;
	height: 325px;
	background-color: #373737;
	display: block;
	top: -80px;
	left: 25.1%;
	position: absolute;
	z-index: 0;
}
.insta-feed
{
	/*border: 1px solid #373737;
	border-radius: 15px;
	min-height: 300px;*/
	margin-top: 40px;
/*	padding: 30px 30px 50px 30px;*/
}
/* .left-contact
{
	width: 575px;
	margin-right: 50px;
} */
.right-contact
{
	width: 575px;
}
.left-contact h2
{
	font-size: 5em;
	margin-bottom: 5px;
}
.left-contact b
{
	font-size: 20px;
}
.left-contact p
{
	font-size: 20px;
	margin-top: 5px;
}
.right-contact h2
{
	font-size: 30px;
	margin-bottom: 20px;
}
.repaet-group
{
	position: relative;
	border-radius: 50px;
	border: 1px solid #373737;
	padding: 15px 30px;
}
.name-input
{
	position: absolute;
	top: -15px;
	background-color: #000;
	font-size: 14px;
	padding: 3px 10px;
	left: 50px;
}
.down-repaet svg
{
	height: 17px;
	fill:#373737;
	pointer-events: none
}
.text-input
{
	background-color: transparent;
	border: 0px;
	padding: 5px;
	font-size: 14px;
	width: calc(100% - 82px);
	max-width:calc(100% - 82px);
	margin-left: 30px;
	color: #fff;
	outline: none
	
}
.ll{
	width: 1px;
	height: 30px;
	background-color: #373737;
	margin-left: 30px;
}
.two-group .repaet-group
{
	width: 48%;
}
.two-group .repaet-group:nth-child(1)
{
	margin-right: 4%;
}
.repaet-group
{
	margin-bottom: 45px;
}
.button
{
	    position: relative;
    border-radius: 50px;
    border: 1px solid #373737;
    padding: 15px 30px;
	background-color: transparent;
	cursor: pointer
}
.button svg
{
	height: 10px;
	fill:#fff;
	margin-left: 10px;
}
.button span
{
	color: #fff;
	font-size: 14px;
}
.contact-s
{
	min-height: 300px;
}
/*#smooth-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.jstage{
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  will-change: transform;
}*/
.mobile-service
{
	display: none;
}
.all-media
{
	display: flex;
}
.media-mobile
{
	display: none;
}
/*.new-padding
{
	padding: 200px 0px
}*/
.contact
{
	margin-top: 75px;
}
.all-clients h2
{
	text-align: center;
	margin-bottom: 30px;
	font-size: 40px;
}
.all-clients ul li
{
	width: 200px;
    height: 130px;
    /*border-right: 1px solid #373737;
    border-top: 1px solid #373737;*/
}
.all-clients ul li img {
    height: auto;
	width: 80px;
}
.all-clients ul li:last-child {
    border-right: 0px;
}
.all-clients ul li:nth-child(6n)
{
	border-right: 0px;
}
.all-clients ul li:nth-child(-n + 6)
{
	border-top: 0px;
}
.images ul li
{
	width: 50%;
	position: relative;
/*	height: 100vh;
	overflow: hidden;*/
}
.images ul li h2
{
	position: absolute;
	top: 200px;
    left: -50px;
    transform: rotate(-90deg);
    font-size: 5em;
    color: #fff;
    z-index: 5;
    line-height: 0.82;
    width: 309px;
    height: 57px;
    text-align: right;
	
}
/*.images ul li:nth-child(2) a:before
{
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,1);
	opacity: 0.24;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
		-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.images ul li span:before
{
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,1);
	opacity: 0.2;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
		-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
	display: block
}*/
.images ul li a:nth-child(2):hover:before
{
	opacity: 0;
}
.main-image
{
	/*min-height: 50vh;*/
	width: 100%;
	/*left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	position: absolute;*/
}
.all-logos
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	z-index: 2;
}
.all-logos img
{
	height: auto;
	/*margin-bottom: 20px;*/
	width: 90px;
	/*margin-right: 30px;*/
}

.all-logos img:nth-child(4n)
{
	margin-right: 0px;
}
.all-logos img.neee
{
	height: auto;
	width: 55px;
	
}
.newsi
{
	width: 110px !important;
}
.newsi2
{
	width: 130px !important;
}
.all-logos img.neee2
{
	height: auto;
	width: 60px;
	
}
.neee3
{
	height: auto;
	width: 75px !important;
}
.neee4
{
	height: auto;
	width: 65px !important;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
	display: none;
	z-index: 11;
	width: 100%;
	height: 100%;
}
.inner-overlay
{
	width: 100%;
	position: absolute;
	height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.left-overlay
{
	width: 33.333333%;
	height: 100vh;
	background-color: #000;
	
}
.left-overlay a
{
	color: #fff;
}
.center-overlay a
{
	color: #000;
}
.right-overlay a
{
	color: #fff;
}
.center-overlay
{
	width: 33.333333%;
	height: 100vh;
	background-color: #fff;
	
}
.right-overlay
{
	width: 33.333333%;
	height: 100vh;
	background-color: #131313;
}.hide-all
{
	opacity: 0;
	display:none;
	-webkit-animation: fadeOut 300ms;
    animation: fadeOut 300ms;
}
.show-all
{
	opacity: 1;
	display:block !important;
	-webkit-animation: fadeIn 300ms;
    animation: fadeIn 300ms;

}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@-webkit-keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}
@keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}
.close-pop {
    color: #fff;
    font-size: 40px;
	right: 30px;
	top: 30px;
	display: block;
	z-index: 999999999999999;
	width: 50px;
	height: 50px;
	position: absolute;
}
.inner-overlay h2
{
	/*position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);*/
	text-align: center;
	font-size: 4em;
	width: 90%;
}
.inner-overlay2 img
{
	height: 70px;
	margin: 15px auto 0px auto;
}
.three-group .repaet-group
{
	width: 31%;
}
select.text-input option
{
	color: #000;
}
.down-arrow
{
	position: absolute;
	right: 35px;
	top:25px;
	fill:#fff !important;
}
.title-inner
{
	margin-bottom: 100px;
	text-align: center;
	position: relative;
}
.title-inner h2
{
	font-size: 6em;
    color: #fff;
    position: relative;
    z-index: 1;
    line-height: 0.82;
}
.title-inner h3
{
	font-size: 10em;
    color: #1E1E1E;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 0;
    width: calc(100% - 80px);
    line-height: 0.82;
}
.images ul li:nth-child(2) h2 {
    position: absolute;
    top: 200px;
    right: -50px;
	left: inherit;
    transform: rotate(-90deg);
    font-size: 5em;
    color: #fff;
    z-index: 1;
    line-height: 0.82;
    width: 309px;
    height: 57px;
    text-align: right;
}
.images ul li:nth-child(2) .all-logos img
{
	    height: 80px;
}
.advertise-form
{
	margin: auto;
	width: 70%;
	text-align: center;
}
.advertise-form .button
{
	display: inline-block;
}

.colum-one ul li {
    margin-right: 40px;
    width: 250px;
    text-align: center;
    margin-top: 40px;
}
.colum-one ul li img
{
	width: 100%;
}
.colum-one ul li:last-child
{
	margin-right: 0px;
}
.colum-one ul li h2
{
	    font-size: 18px;
    font-weight: 700;
    margin-top: 15px
}
.line-with-title
{
	 top: -150px;
    left: 0%;
    position: absolute;
	height:1000px;
}
.line-1
{
	width: 1px;
    height:1000px;
    background-color: #373737;
    display: block;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 0;
}
.line-with-title h2
{
	position: absolute;
    bottom: -150px;
    left: -100px;
    transform: rotate(-90deg);
    font-size: 40px;
    color: #fff;
    z-index: 1;
    line-height: 0.82;
	}
.colum-one
{
	margin-top: 260px;
	margin-left: 80px;
	position: relative;
	z-index: 1;
	
}
.line-with-title2
{
	 top: -150px;
    left: 100px;
    position: absolute;
	height:1500px;
}
.line-2
{
	width: 1px;
    height:1500px;
    background-color: #373737;
    display: block;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 0;
}
.line-with-title2 h2
{
	position: absolute;
    bottom: -150px;
    left: -100px;
    transform: rotate(-90deg);
    font-size: 40px;
    color: #fff;
    z-index: 1;
    line-height: 0.82;
	}
.colum-one2
{
	position: absolute;
	z-index: 1;
	width: 250px;
	    left: 160px;
    margin-top: 90px;
	
}
.colum-one2 ul li {
    margin-right: 40px;
    width: 250px;
    text-align: center;
}
.colum-one2 ul li img
{
	width: 100%;
}
.colum-one2 ul li:last-child
{
	margin-right: 0px;
}
.colum-one2 ul li h2
{
	    font-size: 18px;
    font-weight: 700;
    margin-top: 15px
}

.line-with-title3
{
	 top: -800px;
    right: 0px;
    position: absolute;
	height:2100px;
}
.line-3
{
	width: 1px;
    height:2100px;
    background-color: #373737;
    display: block;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 0;
}
.line-with-title3 h2
{
	position: absolute;
    bottom: -150px;
    left: -100px;
    transform: rotate(-90deg);
    font-size: 40px;
    color: #fff;
    z-index: 1;
    line-height: 0.82;
	}
.colum-one3
{
	position: absolute;
	z-index: 1;
	      right: 70px;
	width: 250px;
	    margin-top: 40px;
	
}
.colum-one3 ul li {
    margin-right: 40px;
    width: 250px;
    text-align: center;
}
.colum-one3 ul li img
{
	width: 100%;
}
.colum-one3 ul li:last-child
{
	margin-right: 0px;
}
.colum-one3 ul li h2
{
	    font-size: 18px;
    font-weight: 700;
    margin-top: 15px
}

.line-with-title4
{
	 top: -150px;
    right: 400px;
    position: absolute;
	height:1600px;
}
.line-4
{
	width: 1px;
    height:1600px;
    background-color: #373737;
    display: block;
    top: 0px;
    right: 0px;
    position: absolute;
    z-index: 0;
}
.line-with-title4 h2
{
	position: absolute;
    bottom: -150px;
    right: -80px;
    transform: rotate(-90deg);
    font-size: 40px;
    color: #fff;
    z-index: 1;
    line-height: 0.82;
	}
.colum-one4
{
	position: relative;
	z-index: 1;
	    right: -475px;
       top: -670px;
	width: 250px;
}
	
.colum-one4 ul li {
    margin-right: 40px;
    width: 250px;
    text-align: center;
}
.colum-one4 ul li img
{
	width: 100%;
}
.colum-one4 ul li:last-child
{
	margin-right: 0px;
}
.colum-one4 ul li h2
{
	    font-size: 18px;
    font-weight: 700;
    margin-top: 15px
}

.line-with-title5
{
	 top: -150px;
    left: 200px;
    position: absolute;
	height:2000px;
}
.line-5
{
	width: 1px;
    height:2000px;
    background-color: #373737;
    display: block;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 0;
}
.line-with-title5 h2
{
	position: absolute;
    bottom: -150px;
    left: -100px;
    transform: rotate(-90deg);
    font-size: 40px;
    color: #fff;
    z-index: 1;
    line-height: 0.82;
	}
.colum-one5
{
	position: relative;
	z-index: 1;
	 top: -650px;
    left: 255px;
		width: 250px;
	
}
.colum-one5 ul li {
    margin-right: 40px;
    width: 250px;
    text-align: center;
}
.colum-one5 ul li img
{
	width: 100%;
}
.colum-one5 ul li:last-child
{
	margin-right: 0px;
}
.colum-one5 ul li h2
{
	    font-size: 18px;
    font-weight: 700;
    margin-top: 15px
}
.line-with-title6
{
	 top: -150px;
    left: 600px;
    position: absolute;
	height:2200px;
}
.line-6
{
	width: 1px;
    height:2200px;
    background-color: #373737;
    display: block;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 0;
}
.line-with-title6 h2
{
	position: absolute;
    bottom: -150px;
    left: -100px;
    transform: rotate(-90deg);
    font-size: 40px;
    color: #fff;
    z-index: 1;
    line-height: 0.82;
	}
.colum-one6
{
	position: relative;
	z-index: 1;
	 top: -820px;
    left: 655px;
		width: 250px;
	
}
.colum-one6 ul li {
    margin-right: 40px;
    width: 250px;
    text-align: center;
}
.colum-one6 ul li img
{
	width: 100%;
}
.colum-one6 ul li:last-child
{
	margin-right: 0px;
}
.colum-one6 ul li h2
{
	    font-size: 18px;
    font-weight: 700;
    margin-top: 15px
}

.line-with-title7
{
	 top: -800px;
    right: 315px;
    position: absolute;
	height:2600px;
}
.line-7
{
	width: 1px;
    height:2600px;
    background-color: #373737;
    display: block;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 0;
}
.line-with-title7 h2
{
	position: absolute;
    bottom: -150px;
    left: -100px;
    transform: rotate(-90deg);
    font-size: 40px;
    color: #fff;
    z-index: 1;
    line-height: 0.82;
	}
.colum-one7
{
	position: relative;
	z-index: 1;
	      right: -950px;
    top: -1454px;
	width: 250px;
	
}
.colum-one7 ul li {
    margin-right: 40px;
    width: 250px;
    text-align: center;
}
.colum-one7 ul li img
{
	width: 100%;
}
.colum-one7 ul li:last-child
{
	margin-right: 0px;
}
.colum-one7 ul li h2
{
	    font-size: 18px;
    font-weight: 700;
    margin-top: 15px
}
.section-black4
{
	background-color: #000;
}
.agency-title
{
	cursor: pointer;
}
.agency-title h2
{
	font-size: 3em;
	color: #fff;
	text-transform: uppercase;
}
.all-agency
{
	/*margin-top: -100px;*/
}
.agency-repeat
{
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid #373737;
}
.agency-repeat:nth-child(1)
{
	border-top: 0px;
}
.ageny-content
{
	display: none;
	margin-top: 30px;
}
.ageny-content.ageny-content-v {
	display: block 
}
.ageny-content.ageny-content-v .slider-bottom {
	display: none
}
.agency-title {
	display: flex;
    gap: 25px
}
.agency-title img {
	width: 55px
}
.right-video
{
	width: 48%;
	margin-left: 4%;
}
.right-video h3
{
	font-size: 20px;
}
.desk
{
	font-size: 16px;
    font-weight: 300;
	color: #fff;
	margin-top: 15px;
}
.desk p
{
	font-size: 16px;
    font-weight: 300;
	color: #fff;
}
.youtube-slide
{
	width: 48%;
}
.youtube-slide iframe
{
	width: 100%;
	height: 350px;
}

.m-t
{
	margin-top: 50px;
}
.swiper-button-next, .swiper-button-prev {
    border-radius: 7px;
    background-color: #fff;
    width: 35px !important;
    height: 100px !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.36);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.36);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.36);
   
    margin-top: -50px !important;
}
.swiper-button-next
{
	right: 15px !important;
}
.swiper-button-prev
{
	left: 15px !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 14px !important;
    color: #000 !important;
    font-weight: 900;
}
.swiper
{
	width: 100% !important;
	margin: auto;
}
/*.swiper-button-next
{
	right: 0px !important;
}
.swiper-button-prev
{
	left: 0px !important;
}*/
.slider-bottom
{
	position: relative;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.slider1
{
	display: none;
}
.swiper5 {
	width: 100% !important
} 

.swiper5 h2
{
	font-size: 20px;
	font-weight: 700;
	margin-top: 15px;
}
.swiper5 img {
	width: 100%
}
.swiper5 .swiper-wrapper {
	margin-top: 40px
}
/*start image-hover*/ /*Shaheen*/
.all-logos
{
	align-content: flex-end;
	align-items: flex-end;
}
.all-logos a {
	position: relative;
		-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
	width: 25%;
	margin-top: 40px;
}
.all-logos a:nth-child(1)
{
	width: 100%;
	margin-top: 0px;
}
.all-logos a img
{
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.all-logos a:hover img{
	transform: scale(1.3);
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.images .hov-p {
	display: flex;
	z-index: -1;
    position: absolute;
    bottom: -25px;
    right: 10%;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
/*
	-webkit-transition: z-index .1s ease, bottom .5s ease;
    -moz-transition: z-index .1s ease, bottom .5s ease;
    transition: z-index .1s ease, bottom .5s ease;
*/
		-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.images .hov-p img {
	width: 25px;
	display: flex;
    align-self: center;
	
}

.images ul li:nth-child(2) a:hover .hov-p{
    z-index: 1;
	bottom: 23px;
}
.rotated-image {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*End image-hover*/
.menu
{
	margin-right: 0px;
	margin-bottom: 20px;
}
.menu ul li
{
	margin-right: 20px;
}
.menu ul li a
{
	font-size: 14px;
	color: #fff;
}
.menu ul li:last-child
{
	margin-right: 0px;
}
.one-logo
{
	width: 100%;
}
.all-logos .one-logo img {
    height: auto;
    margin-bottom: 0px;
    width: 170px;
}

.menu2
{
	margin-top: 20px;
}
.menu2 ul li
{
	margin-right: 20px;
}
.menu2 ul li a
{
	font-size: 20px;
	color: #fff;
}
.menu2 ul li:last-child
{
	margin-right: 0px;
}
.menu2 ul li a:before
{
	content: ".";
	font-size: 40px;
	margin-right: 3px;
	line-height: 20px;
}
.first-slide
{
	    margin-right: 40px;
    width: 270px !important;
    text-align: center;
}
.first-slide:last-child
{
	margin-right: 0px;
}
.first-slide h2
{
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
}
.first-slide h3
{
    font-size: 13px;
    font-weight: 400;
    margin-top: 15px;
}
.swiper.first-slider
{
	width: 100% !important;
}
.swiper.first-slider .slide-next1,.swiper.first-slider .slide-prev1
{
	top: 40% !important;
}
.inner-slider-bottom
{
	width: 100% !important;
	margin: auto;
}
.photo-slide
{
	width: 48%;
}
.photo-slide img
{
	width: 100% !important;
	height: auto;
}
.slider__pagination
{
	position: absolute;
	bottom: 20px;
z-index: 99999999999999999999999;
}
.slider__pagination .swiper-pagination-bullet
{
	opacity: 1 !important;
	background-color: #fff;
}
.slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active
{
	background-color: #0189DB;
}
.none
{
	display: none !important;
}
.none2
{
	display: none;
}
.advertise-form.none2
{
	padding-top: 40px;
}
.two-links ul li
{
	margin-right: 30px;
}
.two-links ul li:nth-child(2n)
{
	margin-right: 0px;
}
.two-links ul li:nth-child(1) a
{
	background-color: #2A2A2A;
}
.two-links ul li a
{
	width: 250px;
	height: 250px;
	background-color: #171717;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	border-radius: 100%;
}
.open-slider1,.open-slider2,.open-slider3,.open-slider4,.open-slider5,.open-slider6,.open-slider7,.open-slider8,.open-slider9,.open-slider10,.open-slider11,.open-slider12,.open-slider13,.open-slider14,.open-slider15,.open-slider16
{
	cursor: pointer;
}
.title-inner2 {
    text-align: center;
    position: relative;
}
.title-inner2 h2 {
    font-size: 6em;
    color: #fff;
    position: relative;
    z-index: 1;
    line-height: 0.82;
}
.title-inner2 h3 {
    font-size: 10em;
    color: #1E1E1E;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    width: calc(100% - 80px);
    line-height: 0.82;
}
.fgd
{
	margin:30px auto 0px auto !important;
	text-align: center;
}
.agency-repeat .desk-section
{
	width: 90%;
	margin: inherit;
	
}
.agency-repeat .desk-section p{
	text-align: left;;
}
.new-des ul li
{
	width: 37.5%;
	position: relative;
	overflow: hidden;
	/*height: 100vh;*/
}
.new-des ul li:nth-child(2)
{
	width:25%;
	 position: relative;
    padding-bottom: 44.25%;
	/* z-index: -99; */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.new-des ul li:nth-child(2) iframe
{
	  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.new-des ul li img
{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/*z-index: 99999999999999;*/
}
.menu-slide
{
	position:fixed;
	width:220px;
	padding: 1.5rem;
	height:100%;
	background-color:#000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	top:0px;
	left:-220px;
	display:block;
	z-index: 99999999999;
}
.first-slide img
{
	width: 100%;
}
.youtube-slide.inner-v
{
	width: 100%;
}
.marquee__group a
{
	pointer-events: none;
}
/*.instagram-post,.instagram-post img,.instagram-post video
{
	width: 200px;
	height: 200px;
}*/
.insta-feed img,.insta-feed video
{
	height: 240px !important;
}
.insta-feed video
{
	min-height: 500px !important;;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.insta-feed img
{
	min-height: 520px !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.insta-feed img.mainii
{
	min-height: 292px !important;
}
.right-video h4
{
	font-size: 14px;
	font-weight: 500;
}
.new-timmy
{
	    width: 100% !important;
    margin-bottom: 30px !important;
}
#instagramSlider .swiper-slide
{
	width: 292px !important;
	height: 292px !important;
	overflow: hidden;
	border-radius: 7px;
	background-color: #000;
	cursor: pointer !important;
}
.insta-feed .slider__pagination
{
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: -25px !important;
}
.play-ved
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9999999999999;
	
}
.play-ved svg
{
	height: 40px;
	fill:#fff;
	width: auto;

	
}
.swiper-slide video {
    pointer-events: none;
}
#instagramSlider .swiper-slide a
{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.top-news
{
	/*width: calc(100% - 45px);*/
	text-align: left;
}
.top-news h3
{
	margin-top: 0px;
}
.down-arr-n
{
	background-color: #3A3A3A;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 7px;
	display: flex;
		align-content: center;
	align-items: center;
		justify-content: center;
	margin-top: 10px;
}
.down-arr-n svg
{
	fill:#fff;
	height: 17px;
	align-content: center;
	align-items: center
	
	
}
.new-desf  h2 {
    font-size: 15px;min-height: 75px;
}
.new-desf 
{
	margin-top: 15px;
}
.blue
{
	background-color: #0189DB; 
}
.swiper-button-next.new-slide-arrow,.swiper-button-prev.new-slide-arrow
{
	width: 40px !important;
	height: 100px !important;
	border-radius: 7px !important;
	background-color: #5E5E5E !important;
	transform: translateY(-30%) !important;
	margin-top: 0px !important;
}
.swiper-button-next.new-slide-arrow
{
	right: 0px !important;
}
.swiper-button-prev.new-slide-arrow
{
	left: 0px !important;
}
.swiper-button-next,.swiper-button-prev
{
	z-index: 99999999999999999999999999999999999999999999999999 !important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled
{
	pointer-events: inherit !important;
}
.new-width .inner-slider-bottom
{
	
width: 90% !important;

}
.creative-alone
{
	position: absolute;
	top: 7.5%;
	right: 4%;
	opacity: 0.6;
	z-index: 99999999999999999999999999;
	    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
	width: 55%;
}
.images ul li:nth-child(2) a:hover .creative-alone{
    z-index: 1;
	opacity: 1;
}

.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 7px 10px;
	border-radius: 5px;
  font-size: 16px;
  border: none;
  cursor: pointer;
	min-width: 140px;
	text-align: center;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.dropbtn:after
{
	content: "+";
	margin-left: 5px;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
	width: 10px;
	display: inline-block;
}
.dropdown:hover .dropbtn:after
{
	content: "-";
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {

  position: absolute;
  left: 0;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
	opacity: 0;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
	visibility: hidden;
		border-radius: 7px;
	top: 40px;
}

.dropdown-content a {
  color: black;
  padding: 7px 10px;
  text-decoration: none;
  display: block;
	font-size: 14px;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.dropdown-content a:hover {color: #0189DB;}
.dropdown:hover .dropdown-content { opacity: 1; visibility: visible; z-index: 99999999999999999999;  }
.dropdown:hover .dropbtn {background-color: #3e8e41;}
/*.dropbtn:hover
{
	border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}*/
.top-header
{
	width: 100%;
}
.bottom-header
{
	margin-top: 0px;
	margin-right: 20px;
}
.bottom-header ul li
{
	margin-right: 15px;
}
.bottom-header ul li:last-child
{
	margin-right: 0px;
}
.bottom-header ul li:nth-child(1) .dropbtn
{
	background-color: #fff;color: #000;
}
.bottom-header ul li:nth-child(2) .dropbtn
{
	background-color: #171717;
}
.desk-view
{
	display: block;
}
.mobile-view
{
	display: none;
}
.repaet-group
{
	position: relative;
}
.repaet-group label.error {
    font-size: 11px;
    font-weight: 300;
    position: absolute;
    bottom: -25px;
    left: 5px;
}
.error {
    color: #E02626;
}



.youtube-player img {

  cursor: pointer;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
}

.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}

.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("../Images/play.png") no-repeat;
  background-size: 72px;
  cursor: pointer;
}
.youtube-player2 .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url("../Images/play.png") no-repeat;
	background-size: 72px;
	cursor: pointer;
  }

  .hide-all
  {
	  opacity: 0;
	  display:none;
	  -webkit-animation: fadeOut 300ms;
	  animation: fadeOut 300ms;
  }
  .show-all
  {
	  opacity: 1;
	  display:block !important;
	  -webkit-animation: fadeIn 300ms;
	  animation: fadeIn 300ms;
  
  }
  @-webkit-keyframes fadeIn {
	  from { opacity: 0; }
		to { opacity: 1; }
  }
  @keyframes fadeIn {
	  from { opacity: 0; }
		to { opacity: 1; }
  }
  @-webkit-keyframes fadeOut {
	  from { opacity: 1; }
		to { opacity: 0; }
  }
  @keyframes fadeOut {
	  from { opacity: 1; }
		to { opacity: 0; }
  }
  .overlay-video {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 11;
}
.play
{
	display: none;
}
.insta-feed  .swiper.first-slider .slide-next1,.insta-feed .swiper.first-slider .slide-prev1
{
	top: 50% !important;
	background-color: #fff !important;
}
.insta-feed .swiper-button-prev
{
	left: 10px !important;
	
}
.insta-feed .swiper-button-next:after,.insta-feed .swiper-button-prev:after
{
	color: #000 !important;
}
.connect-p
{
	min-height: 50vh;
}
.footer-logo ul li a img{
	width: 90px;
	margin: auto;
}
.footer-logo ul li
{
	width: 145px;
    /* padding: 30px 0px; */
    /* height: 100px; */
    position: relative;
    margin-top: 30px;
}
.footer-logo ul li a .neee{
	width: 55px;
}
.footer-logo ul li a .neee3
{
	width: 75px !important;
}
.footer-logo ul li a .neee2
{
	width: 60px;
}
.footer-logo ul li a .neee4
{
	width:65px !important;
}
.footer-logo ul li .newsi2 {
    width: 110px !important;
}
.get
{
	width: 80%;
	margin: auto;;
}
.get img{
	width: 100%;
}