@charset "utf-8";
body
{
	overflow-x: hidden;
	width:100%;
}
html, body {
  overflow-x:hidden !important;
} 
.center
{
	width: 90%;
	margin: 0px auto;
}

.social ul li
{
	margin-right: 12px;
	margin-bottom: 15px;
}
.social ul li:last-child
{
	margin-right: 0px;
}
.social ul li a
{
	font-size: 11px;
	color: #fff;
}
.social ul li a span
{
	display: none;
}
.social ul li a:hover
{
	color: #fff;
}
.social ul li a:hover svg
{
	fill:#fff;
}
.logo a img
{
	width: 100px;
	margin: auto;
}
.inner-social
{
	flex-direction: row;
}
.inner-social svg
{
	height: 14px;
	margin-right: 5px;
	fill:#fff;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.inner-touch svg
{
	height: 14px;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
	fill:#fff;
}
.inner-touch span
{
	display: block;
	font-size: 12px;
	margin-left: 5px;
}
.touch a
{
	padding: 7px 15px;
	border-radius: 40px;
	border: 1px solid #fff;
	color: #fff;
}
.touch
{
	margin-left: 0px;
}
.touch a:hover
{
	color: #000;background-color: #fff;
}
.touch a:hover svg
{
	fill:#000;
}
header
{
	padding: 5% 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: 100% !important; left: 0px!important; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}
.scroll-down
{
	display: none
}
.section-black
{
	padding: 5% 0px;
}
.section-black2
{
	padding: 5% 0px;
}.section-black5
{
	padding: 5% 0px;
}
.section-video
{
	/*height:82vh;*/
	position: relative;
}
.title
{
	margin-top: 7%;
}
.title h2
{
	font-size: 18vw;
	line-height: normal;
}
.title h3
{
	font-size: 22vw;
	left: 14%;
	transform:translateY(-50%);
	width: calc(100% - 10%);
	    line-height:normal;
}
.title2
{
    position: relative;
	margin-top: 5%;
}
.title2 h2
{
	font-size: 18vw;
	line-height: normal;
}
.title2 h3
{
	font-size: 20vw;
	left: 10%;
	transform:translateY(-50%);
	width: calc(100% - 10%);
	    line-height:normal;
}

.title3
{
   position: relative;
	margin-top: 5%;
}
.title3 h2
{
	font-size: 7vw;
	line-height: 1;
}
.title3 h3
{
	font-size: 18vw;
	left: 14%;
	transform:translateY(-50%);
	width: calc(100% - 14%);
	    line-height:1;
}
.title5
{
   position: relative;
	/* margin-top: 5%; */
}
.title5 h2
{
	font-size: 6vw;
	line-height: 1;
}
.title5 h3
{
	font-size: 22vw;
	left: 10%;
	transform:translateY(-50%);
	width: calc(100% - 10%);
	    line-height:1;
}
.line__inner {
  display: block;
}
.line-section
{
	width: 1px;
	height: 20vh;
	background-color: #373737;
	display: block;
	top: -6.5vh;
	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: 40px;
	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;
}
.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
{
    margin-top: 10px;
	margin-bottom: 0px;
}
.right-media
{
	width: 340px;
	margin-left: 30px;
}
.right-media .logo-down
{
	margin-left: 5px;
	margin-right: 0px;
}
.right-media .line1 {
    left: 5px;
	right: inherit;
}
.all-media
{
	margin-top: 7%;
}
.text-media-left
{
	width: 100%;
	margin-top: 0px;
}
.p1
{
	font-size: 8vw;
	font-weight: 300;
}
.text-media-left h2
{
	font-size: 10vw;
	line-height: 1;
	margin-bottom: 2vw;
}
.text-media-left h3
{
	font-size: 12vw;
	line-height: 1;
}
.text-media-left p
{
	font-size: 5vw;
	font-weight: 300;
	margin-top: 0px;
}
.text-media-left span
{
	letter-spacing: 1px;
	padding:1px 2px;
	transform: rotate(-90deg);
	display: inline-block;
    font-size: 12px;
	background-color: #EB274B;
	margin-left: -5px;
	top: -3vw;
	position: relative
}
.text-media-left div
{
	align-self: flex-end;
	align-items: flex-end;
}
.text-media-right p
{
	font-size: 5vw;
	font-weight: 300;
}
.text-media-right
{
	width: 100%;
	margin-top: 5%;
}
.text-media-right b
{
	line-height: 1;
}
.b1
{
	background-color: #063455;
}
.b2
{
	background-color: #F1B211;
}
.desk-section
{
	width: 100%;
	margin-top: 5%;
}
.desk-section p
{
	font-size: 3.5vw;
	font-weight: 300;
}
.line-section1
{
	height: 43vh;
	top: -4.5vh;
}
.line-section2
{
	height: 60vh;
	top: -4.5vh;
	right: 60%;
}
.line-section3
{
	height: 72vh;
	top: -4.5vh;
	right: 0%;
}
.desk-line1
{
	width: 100%;
    top:3vh;
	left: 0%;
}
.desk-line1 h2
{
	font-size: 5vw;
	background-color: #EB274B;
	display: inline-block;
	padding: 0px 5px;
	margin-bottom: 5px;
}
.desk-line1 p
{
	font-size: 4vw;
	font-weight: 300;
}

.desk-line2
{
	width: auto;
	top: 8vh;
    left: 40%;
	position: relative;
	text-align: left;
}
.desk-line2 h2
{
	font-size: 5vw;
}
.desk-line2 p
{
	font-size: 4vw;
	font-weight: 300;
}
.desk-line2 span
{
	font-size: 4vw;
	font-weight: 700;
}

.desk-line3
{
width: 100%;
	     top: 13vh;
    left: inherit;
	right: 0px;
}
.desk-line3 h2
{
	font-size: 5vw;
}
.desk-line3 p
{
	font-size: 4vw;
	font-weight: 300;
}
/*
.bottom-services
{
	display: none;
}
*/
.mobile-service
{
	display: block;
	margin-top: 15vh;
}
.swiper1 .swiper-slide
{
	width: 65%;
}
.swiper1 img
{
	width: 100%;
}
.swiper1 h2
{
	font-size: 4vw;
	line-height: 1;
	text-align: center;
	margin-top: 2vw;
	color: #000;
}
.bottom-services ul li
{
	margin-right: 40px;
	width: 270px;
	text-align: left; /*Shaheen*/
	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: 40px
}
.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
{
	height: 25vh;
}

.marquee
{
	margin-top: -10px;
}

.contact
{
	margin-top: 5%;
}
.con
{
	width: 100%;
	text-align: center;
}
.title-left4
{
	font-size: 5vw;
	margin-bottom: 5%;
}
.title-right4
{
	font-size: 6vw;
	line-height: 1.2;
	text-align: center;
}
.contact-link
{
	margin-top: 5%;
}
.contact-link a
{
	width: 150px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	padding: 15px 20px;
}
.contact-link a span
{
	font-size: 14px;
	margin-right: 5px;
}
.line-section4
{
	width: 1px;
    height: 10vh;
    background-color: #373737;
    display: block;
    top: -20px;
    z-index: 0;
	display: none;
}
.line-section5
{
	width: 1px;
    height: 10vh;
    background-color: #373737;
    display: block;
    bottom: -20px;
    z-index: 0;
	display: none;
}
footer
{
	padding:5% 0px;
	background-color: #000;
}
.inner-footer
{
	flex-direction: column;
}
.logo-footer 
{
	margin-bottom: 5%;
}
.logo-footer a img
{
	    width: 100px;
    margin: auto;
}
.relative
{
	position: relative;
}

.line-section6
{
	width: 1px;
	    height: 36vh;
	top: -4.4vh;
}
.line-section7
{
	width: 1px;
	height: 20vh;
	background-color: #373737;
	display: block;
	top: -4.4vh;
	right: 9%;
	position: absolute;
	z-index: 0;
}
.section-white
{
	padding: 5% 0px;
	background-color: #fff;
	position: relative;
}
.logo-insta
{
	display: block;
	top: -4.4vh;
	right: 0px;
}
.line-section8
{
	height: 11vh;
}
.icon-ist
{
	width: 30px;
	margin: 10px auto 0px auto
}
.inst-t
{
	height: 30px;
	margin: 0px auto 0px auto
}
.line-section9
{
    height: 23vh;
    top: -4.4vh;
}
.insta-feed
{
	/*border: 1px solid #DFDFDF;*/
	/*border-radius: 15px;*/
	min-height: inherit;
	margin-top:20px;
	/* padding-bottom: 30px; */
}
.left-contact
{
	width: 100%;
	margin-right: 0px;
}
.right-contact
{
	width: 100%;
	margin-top: 7%;
	text-align: center;
}
.left-contact h2
{
	font-size: 10vw;
	line-height: 1;
	margin-bottom: 5px;
}
.left-contact b
{
	font-size: 4vw;
}
.left-contact p
{
	font-size: 4vw;
	margin-top: 5px;
}
.right-contact h2
{
	font-size: 5vw;
	margin-bottom: 20px;
}
.repaet-group
{
	position: relative;
	border-radius: 50px;
	border: 1px solid #373737;
	padding: 15px 30px;
}
.name-input
{
	position: absolute;
	top: -15px;
	font-size: 14px;
	padding: 3px 10px;
	left: 50px;
}
.down-repaet svg
{
	height: 20px;
	fill:#373737;
}
.text-input
{
	margin-left: 15px;
	
}
.ll{
	margin-left: 10px;
}
.two-group .repaet-group
{
	width: 48%;
}
.two-group .repaet-group:nth-child(1)
{
	margin-right: 4%;
}
.repaet-group
{
	margin-bottom: 35px;
}
.button
{
	    position: relative;
    border-radius: 50px;
    border: 1px solid #373737;
    padding: 15px 30px;
	background-color: transparent;
}
.button svg
{
	height: 10px;
	fill:#fff;
	margin-left: 10px;
}
.button span
{
	color: #fff;
	font-size: 14px;
}
.contact-s
{
	min-height: calc(100vh - 230px);
}

#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;
}
.desk-header
{
	display: none;
}
.mobile-header
{
	display: block;
}
.all-media
{
	display: none;
}
.media-mobile
{
	display: block;
	margin-bottom: 7%;
	margin-top: 7%;
}
.media-mobile ul li
{
	width: 33%;
	height: 100px;
	border-right: 1px solid #373737;
	border-top: 1px solid #373737;
}

.media-mobile ul li:nth-child(3n)
{
	border-right: 0px;
}
.media-mobile ul li:nth-child(-n+3)
{
	border-top: 0px;
}
.media-mobile ul li:last-child
{
	border-right: 0px;
}
.media-mobile ul li a img
{
	height: 40px;
}
.all-clients h2
{
	text-align: center;
	margin-bottom: 7%;
	font-size: 5vw;
}
.all-clients ul li
{
	width: 33.3%;
    height: 130px;
    /*border-right: 1px solid #373737;
    border-top: 1px solid #373737;*/
}
.all-clients ul li img {
    height: auto;
	width:70%;
}
.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;
}
/*Shaheen*/
.main-image {
	width: 100%;
	min-height: auto; 
     left: inherit; 
     top: inherit; 
     transform: none;
    position: inherit;
}
.images ul li {
	width: 100%;
	height: auto;
}
/*
.images .hov-p {
	font-size: 2.1vw;
	font-weight: 300;
	right: 5px;
	z-index: 1;
	bottom: 15px;

}
/*
.images ul li:nth-child(2) a:hover .hov-p {
	bottom: 10px;
    z-index: 1;
    font-size: 17px;
	font-weight: 300px;
}
*/
.images .hov-p img {
	width: 15px;
}
.images ul li h2 {
	font-size: 1.8em;
	top: 145px;
	left: -100px;
}


/*.all-logos img.neee {
	height: 45px;
}*/
/*.all-logos img.neee2{
	height: 40px;
}
.images ul li:nth-child(2) h2 {
	font-size: 1.8em;
	top: 135px;
	right: -140px;
}*/

.agency-title {
    display: flex;
	justify-content: space-between; 
	align-items: center
}

.agency-title img {
	width: 40px
}
.bottom-services ul {
	overflow-y: scroll;
    display: flex;
    flex-direction: row;
	flex-wrap: nowrap
}
.open-slider1,.open-slider2,.open-slider3,.open-slider4 {
	width: 100%;
}
.bottom-services ul li {
	min-width: 100%;
}
.swiper5 .swiper-wrapper {
	margin-top: 20px;
}
.agency-repeat {
	padding-top: 20px;
    padding-bottom: 20px;
}
.agency-title h2 {
	    font-size: 1.3em;
}
.bottom-services ul li img {
    width: 100%;
    height: auto;
}
.bottom-services ul li h2, .swiper5 h2 {
	font-size: 16px;
    font-weight: 600;
    margin-top: 10px;

}
.swiper1 .swiper-slide {
	width: 100%;
	flex-direction: column
}
/*
.agency-repeat:nth-child(1) {
	padding-bottom: 15px;
}
*/
.ageny-content.ageny-content-v .slider-bottom {
	margin-top: 10px;
	margin-bottom: 25px
}
.youtube-slide {
	width: 100%;
}
.right-video {
    margin-top: 10px;
    width: 100%;
}
.right-video h3 {
    font-size: 4vw;
}
.desk p {
            font-size: 3.5vw;
        font-weight: 300;
    color: #fff;
}
.youtube-slide iframe {
	height: 200px
}
.left-overlay, .center-overlay, .right-overlay {
	width: 100%;
    height: 33.333333vh;
}
.inner-overlay h2 {
	font-size: 2em;
}
.inner-overlay2 img {
	height: 50px
}
.close-pop {
	right: 10px;
    top: 15px;
}
.title-inner h2 {
    font-size: 10vw;
    color: #fff;
    position: relative;
    z-index: 1;
    line-height: 1;
}
.title-inner h3 {
         font-size: 16vw;
        left: 50%;
        transform: translateY(-50%);
	 transform: translateX(-50%);
        width: calc(100% - 14%);
        line-height:0;
}
.advertise-form {
    margin: auto;
    width: 100%;
    text-align: center;
}
.two-group .repaet-group {
        width: 100%;
}
.two-group .repaet-group:nth-child(1) {
        margin-right: 0;
    }
.contact-form .button
{
	display: inline-block;
}
.responsive-nav-icon 
{
    display: block;
    z-index: 1;
    float: left;
}
.responsive-nav-icon::before 
{
    font-family: 'Icons';
    font-size: 5vw;
    text-align: center;
    display: block;
    content: "\f0c9";
    color: #fff;
}
.anime-menu
{
	left:0px !important;
	width:220px !important;
	visibility:visible;
	z-index: 9999999999999999999999999999999999999999999999999999999999999999999 !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.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;
}
.menu-slide .social ul li a
{
	    width: 2.3em;
    height: 2.3em;
    line-height: 2.3em;
	    text-align: center;
    border-radius: 100%;
}
.menu-slide .social ul li 
{
	margin-right: 0.8em;
}
.menu-slide .social ul li:last-child
{
	margin-right: 0px;
}
.over-lay
{
	width:100%;
	height:100%;
	background-image: linear-gradient(to bottom right,#000,#010101);
	opacity:.8;
	top:0px;
	left:0px;
	position:absolute;
	display:none;
	z-index: 9999999999;
		-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.close-menu {
	display: inline-block;
	position: relative;
	width: 8vw;
    height: 8vw;
    line-height: 8vw;
	margin-bottom: 1rem;
	background-color: #000;
	border-radius: 100%;
}
.close:hover {
  opacity: 1;
}
.close-menu:before, .close-menu:after {
  position: absolute;
      right: 3.8vw;
    top: 1.5vw;
  content: ' ';
  height: 4vw;
  width: 2px;
  background-color: #fff;
}
.close-menu:before {
  transform: rotate(45deg);
}
.close-menu:after {
  transform: rotate(-45deg);
}
.menu
{
	margin-bottom: 20px;
}
.menu ul li
{
	margin-bottom: 5%;
}
.menu ul li a
{
	font-size: 3.5vw;
}
.menu-icon
{
	  /*  flex: 1 33.33%;
    max-width: 33.33%;*/
	margin-right: 15px;
}
.menu-icon a
{
	width: 30px;
}
.line
{
	width: 15px;
	height: 2px;
	position: relative;
	border-radius: 2px;
	display: block;
	margin-bottom: 5px;
	float: right;
	background-color: #fff;
}
.line:nth-child(2)
{
	width: 30px;
}
.line:last-child
{
	margin-bottom: 0px;
	width: 15px;
	float: left;
	
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
	display: none;
	z-index: 11;
}

.menu2 ul li a
{
	font-size: 3.5vw;
}
.menu2
{
	margin-top: 0px;
}
.title-inner2 h2 {
    font-size: 7vw;
    color: #fff;
    position: relative;
    z-index: 1;
    line-height: 0.82;
}
.title-inner2 h3 {
    font-size: 18vw;
    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: 20px auto 0px auto !important;
    text-align: center;
}
.agency-repeat .desk-section
{
	width: 100%;
	margin-top: 20px;
}
.first-slide h2 {
    font-size: 3.5vw;
    font-weight: 600;
    margin-top: 5px;
}
.first-slide h3 {
    font-size: 3vw;
    font-weight: 500;
   margin-top: 5px;
}
.photo-slide {
    width:100%;
}
.new-width .inner-slider-bottom
{
	width: 100% !important;
}
.two-links ul li a {
    width: 30vw;
    height: 30vw;
    background-color: #1E1E1E;
    font-size: 4vw;
    font-weight: 600;
    color: #fff;
    border-radius: 100%;
}
.title-inner {
    margin-bottom: 20px;
}
.right-video h4
{
	font-size: 3.5vw;
	font-weight: 500;
}
.new-des ul li
{
	width: 100%;
	/*height:83vh;*/
}
.new-des ul li:nth-child(1),.new-des ul li:nth-child(3)
{
	display: none;
}
.new-des ul li:nth-child(2) {
    width: 100%;
    position: relative;
    padding-bottom: 177%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.new-timmy
{
	    width: 100% !important;
    margin-bottom: 20px !important;
}

.insta-feed img
{
	height: 72vw !important;
}
.insta-feed img.mainii {
    min-height: 42vw !important;
	height: 42vw !important;
}
.insta-feed video
{
	min-height: 73vw !important;;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.insta-feed img
{
	min-height: 40vw !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#instagramSlider .swiper-slide
{
	width: 40vw !important;
	height: 40vw !important;
	overflow: hidden;
}
.play-ved svg
{
	height: 30px;
	fill:#fff;
	width: auto;

	
}
.marquee__group img
{
	width: 40px;
	height: auto
}
.swiper-button-next.new-slide-arrow, .swiper-button-prev.new-slide-arrow {
    width: 30px !important;
    height: 30px !important;
    border-radius: 5px !important;
    background-color: #5E5E5E !important;
    transform: none !important;
    margin-top: 15px !important;
	position: relative;
	right: inherit !important;
	left: inherit !important;
}
.swiper-button-next.new-slide-arrow:after, .swiper-button-prev.new-slide-arrow:after
{
	font-size: 12px !important;
}
.right-video
{
	margin-left: 0px;
}
.swiper-button-prev.slide-prev3.new-slide-arrow
{
	margin-right: 10px;
}
.newsi2,.newsi,.neee3
{
	width: 80% !important;
}
.all-logos img.neee3
{
	width: 60% !important;
}
.all-logos img.neee4
{
	width: 50% !important;
}
.all-logos img.neee2
{
	width: 45% !important;
}
.all-logos img.neee
{
	width: 45% !important;
}
.all-logos img {
	width: 70% !important;

}
.all-logos .one-logo img {
    height: auto;
    margin-bottom: 0px;
    width: 27% !important;
}
.all-logos a
{
	width: 25%;
	margin-top: 15px;
}
.all-logos a:nth-child(1)
{
	margin-bottom: -20px;
}
.desk-view
{
	display: none;
}
.mobile-view
{
	display: block;
}
.main-image
{
	width: 100%;
}
.mobile-ag
{
	position: relative;
}

.accordion-menu
{
	position: relative;
	margin-right: 4%;
	width: 48%;
	
}
.accordion-menu:last-child
{
	margin-right: 0px;
}
.end-header
{
	width: 55%;
}
.menu-01{
  display: block;
  margin: 0;
  padding : 10px;
  background-color: #ff0;
  text-decoration: none;
  color: #000;
	text-align: center;border-radius: 5px;
	font-size: 3.5vw;
}
.plus:after
{
	content: "+";
	margin-left: 5px;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
	width: 10px;
	display: inline-block;
}
.munis:after
{
	content: "-";
	margin-left: 5px;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
	width: 10px;
	display: inline-block;
}
.plus.munis:after
{
	content: "-";
	margin-left: 5px;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
	width: 10px;
	display: inline-block;
}
.accordion-menu:nth-child(1) .menu-01
{
	    background-color: #fff;
    color: #000;
}
.accordion-menu:nth-child(2) .menu-01
{
	        background-color: #171717;
    color: #fff;
}
.menu-list-01{
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 99999999999999;
	    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	width: 50vw;
}
.accordion-menu:nth-child(2) .menu-list-01
{
	left: inherit;
	right: 0px;
	width: 35vw;
}
.menu-list-01 a{
  display: block;
  padding: 10px;
  color: #000;
}

.menu-list-01 li:last-child a{
  border-bottom: solid 1px #ccc;
}
/* .new-des ul li:nth-child(2) iframe
{
	pointer-events: inherit;
} */
.insta-feed .slider__pagination
{
	bottom:0px !important; 
	display: none !important;
}


.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	  display: none;
	  z-index: 11;
  }
  .popup
  {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%,-50%);
	  width: 550px;
	  background-color: #fff;
	  border-radius: 10px;
  }
  .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-video
  {
		  color: #f21b48;
		  font-size: 26px;
		  right: 0;
		  top: -50px;
		  display: block;
		  z-index: 99999999999999999999999999999999999999999999999999999999999999999999;
		  width: 50px;
		  height: 50px;
		  position: absolute;
		  cursor: pointer;
		  text-align: right;
  }

  .overlay-video {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 11;
}
.inner-video-popall {
    height: auto;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.inner-video-pop {

  
	width: 100%;
    position: relative;
    padding-bottom: 179.25%;
    /* z-index: -99; */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.inner-video-pop iframe
{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.insta-feed  .swiper.first-slider .slide-next1,.insta-feed .swiper.first-slider .slide-prev1
{
	display: none !important;

}
.connect-p
{
	min-height:65vh;
}
.footer-logo ul li {
    margin-right: 10px;
	margin-top: 20px;
    width: calc(25% - 20px);
}
.footer-logo ul li a img
{
	height: auto;
    width: 90%;
    margin: auto;
}

.footer-logo ul li a .neee{
	width: 65% ;
}
.footer-logo ul li a .neee3
{
	width: 80%  !important;
}
.footer-logo ul li a .neee2
{
	width:75% ;
}
.footer-logo ul li a .neee4
{
	width: 76% !important;
}

.footer-logo ul li:nth-child(7) img,.footer-logo ul li:nth-child(8) img,.footer-logo ul li:nth-child(9) img,.footer-logo ul li:nth-child(10) img
{
	width: 100% !important;
}
.footer-logo ul li:nth-child(4)
{
	margin-right: 0px;
}
.get
{
	width: 100%;
	margin: auto;;
}
.get img{
	width: 100%;
}