.swiper-container2 .swiper-button-next.swiper-button-disabled,.swiper-container2 .swiper-button-prev.swiper-button-disabled {

left: -15px;
}
.swiper-container2 .swiper-button-next, .swiper-container2 .swiper-container-rtl .swiper-button-prev{
right: -15px;
}
/* new menu */
.logs,.phons{
	position: fixed;
    z-index: 99999999;
	width: 60px;
	height: 60px;
	/* background-color: rgba(183, 55, 130, 0.45); */
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 10px -5px black;
	transform: rotate(0deg);
	transition: all 300ms linear;
}
.phons{
	bottom: 10px;
	right: 10px;
	background-color: rgba(128, 0, 128, 0.46);
	
}
.phons:hover{
	transform: rotate(-25deg);
	 z-index: 9999999999;
}
.phons svg,.logs svg {
	width: 100%;
	padding: 8px;
	fill: #fff;
}

.sbef,.slbef{
	position: relative;

}
.logs .slbef{
	display: none;
	opacity: 0;
}
.logs:hover .slbef{
	/* display: block; */
	/* opacity: 1; */
	/* transition: all 250ms linear; */
}
.logs:hover img{
	/* display: none; */
	/* opacity: 0; */
	filter: invert(1) hue-rotate(45deg)
}
.phons .sbef::before{
	content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    right: 0;
    height: 40px;
    z-index: -1;
    width: 25px;
    /* background-color: #000; */
    box-shadow: inset 0 0 0px 0px black;
	transition: all 300ms linear;
}


.phons:hover .sbef::before{
	box-shadow: inset 0 0 100px 0px black;
}
.logs{
	/* background: linear-gradient(184deg, rgba(249, 123, 73, 0.63) , rgba(224, 35, 133, 0.63)); */
	top: 10px;
	left: 10px;
	transition: all 250ms ease;
	background-size: 100% 100%;

}
.logs:hover{
	/* background: linear-gradient(184deg, rgba(249, 123, 73, 0.9) , rgba(224, 35, 133, 0.9)); */
}
.phons:hover{
	background-color: rgba(128, 0, 128, 0.9);
}
.logs:hover{
	/* background-size: 157% 10%; */
}
.logs img{
	width: 95%;
    padding: 15px;
	transition: all 250ms linear;
}
#Menu {
    position: fixed;
    z-index: 999999999;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    /* -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none; */
    /* display: none; */
	/* opacity: 0; */
	transition: all 200ms ease;
}
#Menu .right {
    top: 0;
    right: 0;
}
#Menu .sym {
	position: absolute;
	will-change: transform;
	z-index: 1;
	width: auto;
    padding: 20px 30px;
    height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	background: #0000002e;
	backdrop-filter: blur(2px);
	/* border-top-left-radius: 100% 50%; */
	/* border-bottom-left-radius: 100% 50%; */
	/* display: none; */
}
.sym.op{
	background: rgba(255,255,255,.7)!important;
}
.sym.op :is(.bar1 , .bar2 , .bar3) {
	background:black;
}
	
.menu-bar{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.88);
	display: none;
	position: fixed;
	z-index: 99999999;
	padding: 20px;
	top: 0px;
}
.menu-bar .nav-item{
	width: fit-content;
	position: relative;
}
.menu-bar ul li a:hover{
	transition: all 250ms ease;
	filter: grayscale(0.5);
}
.menu-bar hr{
	width: 100%;
	max-width: 100%;
	margin: auto;
}
.menu-bar .nav-link{
	font-size: 13px;
}.menu-bar .navbar-nav .nav-link{
	font-size: 15px;
}
@keyframes fadeouto {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;display: none;}
}
.an{
	/* opacity: 1!important; */
	display: block!important;
	animation: fadein 0.5s linear;
}
.ab{
	animation: fadeouto 0.5s linear;
	animation-fill-mode: forwards;
}
/* new menu */



/* ::selection {
	color:white;
	background: #a72876;
}

::-moz-selection {
	color:white;
	background: #a72876;
} */
.team .team_cont{
	display: flex;
	align-items: center;
	justify-content: center;
	filter: drop-shadow(7px 7px 7px #969696);
}
.team .team_pic{
	height: 130px;
	width: 130px;
	border-radius: 100%;
	overflow: hidden;
	margin: 5px auto;
}
.team .team_pic img{
	height: 100%;
	width:100%;
	object-fit: cover;
}
.swiper-pagination{
	bottom: -10px!important;
	--swiper-theme-color:#6610f2;
}
.services{
	overflow: hidden;
}
.services .swiper-container{
	padding: 10px 0;	
	height: 160px;
	border-radius: 25px;
}
.services .swiper-slide{
	height: 130px;
	background:rgba(206, 206, 206, 0.618);
	/* overflow: hidden; */
	box-shadow: 9px 7px 19px -12px black;
}	
.serv_cont,.serv_desc{
	overflow-y: auto;
	overflow-x: hidden;
	
}
.serv_desc{
	box-shadow: inset 5px 0 18px -3px rgba(0, 0, 0, 0.15);
}
.services .swiper-slide img{
	border-radius: 25px;
	object-fit: cover;
	width: 100%;
	height: 100%;
	cursor:grab;
}
.serv_cont + .col-sm-9 {
	min-height: 100vh;
}
.serv_cont + .col-sm-9 img{
	max-width: 70%;
	margin: 0 auto;
	height: auto;
	display: block;
	margin:0 auto;
}
.CP{
	cursor:pointer;
}
#tab li {
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  border-radius:50%;
  /* background: #982eb0; */
	background-color: #4158D0;
	background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);

  margin: 0 1rem;
  display: inline-block;
  color: white;
  position: relative;
}

#tab li::before{
  content: '';
  position: absolute;
  top: 50%;
	transform: translateY(-50%);
  left: -4rem;
  width: 4rem;
  height: 0.2rem;
  background: #982eb0;
  z-index: -1;
}


#tab li:first-child::before {
  display: none;
}

#tab .active {
  /* background: #982eb0; */
	background-color: #4158D0;
	background-image: linear-gradient(120deg, #202f7d 0%, #bd49b5 46%, #daa444 100%);
  box-shadow: 5px 5px 10px -6px black;
}

#tab .active ~ li {
  /* background: #ce6e; */
	background-color: #5c6fd2;
	background-image: linear-gradient(43deg, #5c6fd2 0%, #bf6cba 46%, #ffeecf 100%);

}

#tab .active ~ li::before {
	background-color: #e6a1e2;
	background-image: linear-gradient(43deg, #c27eea 0%, #e6a1e2 100%);

}
.formoverlay{
	position: fixed;
	background: rgba(0,0,0,0.8);
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 99;
}
.logform .btn-outline:hover{
  background-image: linear-gradient(to right , #8a07e6 ,#6476fe);
	color:white!important;
	transition: all 0.3s ease;
}
.logform .btn-outline{
	background-image:transparent ;
	color:#1d1d1d;
	border:1px solid #1d1d1d;
}
.closeform{
	position: absolute;
	top: 5%;
	right: 5%;
	color:white;
	font-size:25px;
	cursor: pointer;
}
.login , .modform{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;

}
.logwrapper{
	border-radius: 5px;
  overflow-y: auto;
}
.logform{
	height: 100%;
	padding-top: 15px;
}
.logform .lst a:hover{
	color:#0206b0!important;
	transition: color 0.3s ease;
}
.logform .nav-item a {
	color: #1d1d1d!important;
}
.nav-item .dropdown-menu a{
	color: white !important;
}
.regimg{
	background-image: url(../img/regimg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.form-control:focus{
	outline:none;
	box-shadow:none;
}
.form-control{
	border: 2px solid #9b9b9b;
	border-radius: 5px;
	margin:5px 0;
}

.calc label {
	padding-left: 5px;
}
::selection  {
	background: #444;
	color: #fff;
}
::-moz-selection  {
	background: #444;
	color: #fff;
}
.copy_right a {
	color:#72b7bc!important;
}
@-webkit-keyframes slide-down-rotated {
  0% {
    transform: translateX(-20px) translateY(-120%) rotate(-7deg);
    transform-origin: left top; }
  to {
    transform: translateY(0);
    transform-origin: left top; }
	}

@keyframes slide-down-rotated {
  0% {
    -webkit-transform: translateX(-20px) translateY(-120%) rotate(-7deg);
    transform: translateX(-20px) translateY(-120%) rotate(-7deg);
    -webkit-transform-origin: left top;
    transform-origin: left top; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform-origin: left top;
    transform-origin: left top; }
	 }
.wbdrs .nav-link{
	color: white!important;
	font-size: 1.1rem;
	position: relative;
	text-shadow: 1px 1px 3px #000;
}
.wbdrs .navbar{
	background: transparent !important;
	border:none!important;
}
.menu{
	/* background-image: linear-gradient(to left bottom, #f04d05, #f64024, #f93437, #fb2849, #fa1d59, #f31a58, #eb1657, #e41356, #d61346, #c71536, #b71828, #a81a1a); */
	height:99.5vh;
	padding: 5.6% 10px;
	border-bottom-right-radius: 100% 50px;
	border-bottom-left-radius: 100% 50px;
	background-image: linear-gradient(to left bottom, #F44336, #f64024, #00BCD4, #2842fb, #631ad8, #7615bf, #a21d9e, #a50b3c, #2196F3, #60168e, #b71828, #a81a1a);
	/*background-image:linear-gradient(-45deg, #f04d05, #f64024, #f93437, #fb2849, #fa1d59, #f31a58, #eb1657, #e41356, #d61346, #c71536, #b71828, #a81a1a, #23a6d5, #23d5ab, #23a6d5, #23d5ab);*/
	background-size: 400% 400%;
	background-position: 0% 85%;
	animation: gradient 35s linear infinite;
	animation-delay: 1s;
	background:url('/img/webdo.jpeg') no-repeat;
	background-size: 120%;
	background-position: 0% 85%;
}
.GBOX{
	border: solid 1px #ddd;
    border-radius: 24px;
    padding: 20px;
    box-shadow: 1px 1px 3px #999;	
}
@keyframes gradient {
	0% {
		background-position: 0% 85%;
	}
	20% {
		background-position: 0% 85%;
	}
	60% {
		background-position: 25% 0%;
	}
	80% {
		background-position: 0% 85%;
	}
	100% {
		background-position: 0% 85%;
	}
}


.st{
	top: 0px!important;
	box-shadow: 0px;
	max-height:100%;
	/*background-image: linear-gradient(to left bottom, rgba(240, 77, 5, 0.9), rgba(246, 64, 36,0.9), rgba(249, 52, 55,0.9), rgba(251, 40, 73,0.9), rgba(250, 29, 89,0.9), rgba(243, 26, 88,0.9), rgba(235, 22, 87, 0.9), rgba(228, 19, 86,0.9), rgba(214, 19, 70,0.9), rgba(199, 21, 54,0.9), rgba(183, 24, 40,0.9), rgba(168, 26, 26,0.9));*/
	/* background-image: linear-gradient(to left bottom, rgba(244, 67, 54 , 0.9), rgba(246, 64, 36 , 0.9), rgba(0, 188, 212, 0.9), rgba(40, 66, 251, 0.9), rgba(99, 26, 216, 0.9), rgba(118, 21, 191, 0.9), rgba(162, 29, 158, 0.9), rgba(165, 11, 60, 0.9), rgba(33, 150, 243, 0.9), rgba(96, 22, 142, 0.9), rgba(183, 24, 40, 0.9), rgba(168, 26, 26, 0.9)); */
	background: transparent;
	background-size: 400% 400%;
	background-position: 46% 50%;
	transition:	all 0.3s ease-in;
	border-bottom-right-radius: 100% 50px;
	border-bottom-left-radius: 100% 50px;
}
.st * , .st .nav-link {
	color:#53888c!important;
	/* color:#fff!important; */
	transition: color 500ms linear;

}
.st .nav-link:hover {
	color:black!important;
	transition: color 500ms linear;
}
.dropdown-menu{
	min-width:initial;
}
.wbdrs .nav-link::before,.menu-bar .nav-link::before {
	content: '';
	opacity: 0;
	height: 3px;
	width: 0;
	transition: width 400ms linear , opacity 200ms ease ,  margin 200ms linear , transform 400ms linear , box-shadow 400ms linear;
	background-color: #03a9f4;
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
	margin: auto;
}
.wbdrs .nav-link:hover::before,.menu-bar .nav-link:hover::before{
	opacity: 1;
	display: block;
	
	width: 74%;
	
	box-shadow: 0px 0 14px 1px #31b6ef;
	border-top:none;
	transform: skew(10deg, 5deg) scale(1);
}
.sticky .nav-link:hover{
	color: #dadada!important;
	transition: color 500ms linear;
}
.sticky * , .sticky .nav-link {
	color:white!important;
	transition: color 500ms linear;
}
.sticky , .stc{
	/* box-shadow: 0px 4px 13px -8px #d61346; */
	box-shadow: 0px 4px 30px -30px #505050;
	/* background-image: linear-gradient(to left bottom, rgba(244, 67, 54 , 0.8), rgba(246, 64, 36 , 0.8), rgba(0, 188, 212, 0.8), rgba(40, 66, 251, 0.8), rgba(99, 26, 216, 0.8), rgba(118, 21, 191, 0.8), rgba(162, 29, 158, 0.8), rgba(165, 11, 60, 0.8), rgba(33, 150, 243, 0.8), rgba(96, 22, 142, 0.8), rgba(183, 24, 40, 0.8), rgba(168, 26, 26, 0.8)); */
	background-image: linear-gradient(to left bottom, rgba(244, 67, 54 , 0.8), rgba(246, 64, 36 , 0.8), rgba(0, 188, 212, 0.8), rgba(40, 66, 251, 0.8), rgb(7 124 140 / 81%), rgb(73 69 179 / 93%), rgba(162, 29, 158, 0.8), rgba(165, 11, 60, 0.8), rgba(33, 150, 243, 0.8), rgb(0 190 214 / 88%), rgb(12 188 206 / 80%), rgb(0 188 212 / 91%));
	background-size: 400% 400%;
	background-position: 46% 50%;
	transform: translateY(0);
	/* 70 */
	transition: transform 500ms ease, background 500ms ease , box-shadow 0.6s ease-in , padding 0.3s ease;
	-webkit-transition: transform 500ms ease, background 500ms ease , box-shadow 0.6s ease-in , padding 0.3s ease;
	border-bottom-right-radius: 100% 50px;
	border-bottom-left-radius: 100% 50px;
	backdrop-filter: blur(1px);
}
.sticky{
	-ms-animation: slide-down-rotated 0.7s ease forwards;
	-o-animation: slide-down-rotated 0.7s ease forwards;
	animation: slide-down-rotated 0.7s ease forwards;
	position: fixed!important;
	top: 0!important;
	/* -70px */
	left: 0;
	right: 0;
	z-index: 9999;
}
.sticky .HLOGO {
    width: 35px;
	padding: 5px 0;
}
.sticky nav.navbar , .st nav.navbar{
    padding: 7px 0 25px 0;
}

.HLOGO{
	width: 35px;
	padding: 10px 0;
}
 .wbdrs span{
	color:white;
	font-size:25px;
}

.wb{
padding-top:20px;
}

.sia li{
list-style-type:none;
}

.sia a{
color:white;
text-decoration:none;
}

.sia span{
	display:inline-block;
	margin-right:30px;
}
.sia{
	padding-left:45px;
}
.sia span:after {
	content: "";
	position: relative;
	display:block;
	background: gold;
	height: 1px;
	transform: scaleX(0);
	transition: all .4s ease;
	transform-origin: 0% 100%;
}
.sia span:hover:after {
  transform :scaleX(1);
  width: 100%;
}
.des{
	color: #f4f4f4;
	font: 900 120px/124px "Druk XCond Web","Arial","Helvetica",sans-serif;
	padding:30px 90px!important;
	position: relative;
	z-index: 1;
}
.agency{
	font-family: 'Graphik',sans-serif;
    font-size: 32px;
    color: #f4f4f4;
    letter-spacing: -1px;
    max-width:1000px;
    padding:0 90px!important;
		position: relative;
		z-index: 1;
}
 .agency .btn:hover{
	 color:#505050!important;
 }
.project-examples{
	width:100%;
	height:auto;
}
.ewc{
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 height: 410px;
}
.servc , .mw{
	position: relative;
	z-index: 1;
}
@keyframes srot {
from{
	transform: rotate(0deg);
}
to{
	transform: rotate(360deg);
}
}
.mw::before{
	content: "";
    display: block;
    background: url(../img/sym1.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 300px;
    opacity: 0.8;
    width: 300px;
    position: absolute;
    top:55%;
    right: -10%;
    z-index: -2;
		animation: srot 50s linear infinite;
}
   .ewc span{
	font-size:90px;
	font-family:"Druk XCond Web","Arial","Helvetica",sans-serif;
	/* color: #0c0c0c; */
	color: transparent;
	font-weight:bold;
	text-align: center;
	/*background-image: linear-gradient(to right, #eea2a2 0%, #bbc1bf 19%, #57c6e1 42%, #b49fda 79%, #7ac5d8 100%); */
	background-image: linear-gradient(to right, #fc702e 0%, #44f0d7 19%, #1460e1 42%, #ff7f42 79%, #113dae 100%);
background-image: linear-gradient(135deg,
  #0f172a 0%,
  #1e3a8a 30%,
  #2563eb 55%,
  #06b6d4 100%
);
	filter:drop-shadow(0 0 2px rgba(0,0,0,0.8));
  -webkit-background-clip: text;

  background-clip: text;
}

.btnsl {
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom:4%;
}
.btnsl:hover {
	color:white!important;
}
.btn-outline-info:hover{
	transition: all 0.3s ease;
}
.btn-outline-info{
	transition: all 0.3s ease;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: inherit;
	display: block;
	opacity: 0;
	transition: .5s ease;
	background-color:rgba(0,0,0,0.7);
	backdrop-filter: blur(2px);
	border-radius: 5px;
	margin: 0 15px;
}

.crd:hover .overlay {
  opacity:0.8;
}
.overlay::after {
    content: "";
    display: block;
    height: 0%;
    width: 3px;
    background: white;
    position: absolute;
    left: 4%;
    top: 5%;
		border-top-left-radius: 15px;
		border-top-right-radius: 0px;
}
.overlay:hover::after {
    height: 90%;
		box-shadow: 4px 0px 26px 1px white;
		transition: height 500ms ease , box-shadow 900ms ease;
}
.overlay:hover::before{
	height: 90%;
	transition: height 600ms ease,box-shadow 900ms ease ;
	box-shadow: -4px 0px 26px 1px white!important;
}
.overlay::before {
    content: "";
    display: block;
    height: 0%;
    width: 3px;
    background: white;
    position: absolute;
    right: 4%;
    bottom: 4%;
		border-top-left-radius: 0px;
		border-top-right-radius: 15px;
}
.overlay .text::after {
    content: "";
    display: block;
    height: 3px;
    width: 0%;
    background: white;
    position: absolute;
    left: 50%;
		transform:translateX(-50%);
    bottom: 4%;
}
.overlay:hover .text:after{
	width: 92%;
	transform-origin:left;
	transition: width 700ms ease , box-shadow 1s ease;
	box-shadow: 0 -4px 26px 1px white!important;
}
.crd{
	height:300px;
	overflow: hidden;
	position: relative;
	margin: 15px 0;
}
.crd img {
	border-radius: 5px;
	display: block;
	object-fit: cover;
	height:100%;
	width:100%;

}
.text {
	color:white;
	font-size:20px;
	/* position: absolute; */
	/* top: 50%;
	left: 50%; */
	/* -webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); */
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: inherit;
	height: inherit;
	padding: 30px;
}
.BCO{
	/*background-image:linear-gradient(to top, rgba(244, 67, 54 , 0.9), rgba(246, 64, 36 , 0.9), rgba(0, 188, 212, 0.9), rgba(40, 66, 251, 0.9), rgba(99, 26, 216, 0.9), rgba(118, 21, 191, 0.9), rgba(162, 29, 158, 0.9), rgb(148 36 162 / 0.9), rgb(171 41 119 / 0.9), rgba(168, 26, 26, 0.9));*/
	/*background-size: 400% 400%;*/
	/*background-position: 46% 17%;*/
	/*background-image: linear-gradient(to left bottom, #f04d05, #f64024, #f93437, #fb2849, #fa1d59, #f31a58, #eb1657, #e41356, #d61346, #c71536, #b71828, #a81a1a);*/
	background-image: linear-gradient(to top, #cc2b5e, #8a2cbc );
	background-size: 200% 279%;
	box-shadow: 0px -4px 13px -8px #d61346;
	border-top-right-radius: 100% 50px;
	border-top-left-radius: 100% 50px;
	padding:15px 0 5px 0 !important;
	display: flex;
	align-items: center;

}
.mw{
	font: 30px/30px "Druk XCond Web","Arial","Helvetica",sans-serif;
    text-transform: uppercase;
	font-weight:bold;
	padding: 76px 100px 100px 0;
}

.mw a{
	float: right;
	color:#72b7bc!important;
	text-decoration:none;
	border-bottom:2px solid #72b7bc;
	display:block;

}
@keyframes sldr {

  100% {
  transform:translateX(170px);

  }
}
.mw a:after{
	content:"";
	background-color:#f4f4f4;
	display:block;
	position:relative;
	z-index:9;
	top:2px;
	height:2px;
	width:30px;
	visibility:hidden;

}
.mw a:hover:after{
	content:"";
	display:block;
	animation: sldr 1.2s infinite;
	visibility:visible;
}
.signs{
    background-color:#f4f4f4;
	width:100%;
	height:auto;
	display:block;

}
.goal i{
	color:#3aa6dc;
	font-size:40px;
    vertical-align: middle;
    margin-top: 15px;

}
.mission i{
	color:#3aa6dc;
	font-size:40px;
    vertical-align: middle;
    margin-top: 15px;
}
.vision i{
	color:#3aa6dc;
	font-size:40px;
    vertical-align: middle;
    margin-top: 15px;
}
.company   i{
	color:#3aa6dc;
	font-size:40px;
    vertical-align: middle;
    margin-top: 15px;
}
.production   i{
	color:#3aa6dc;
	font-size:40px;
    vertical-align: middle;
    margin-top: 15px;
}
.clients  i{
	color:#3aa6dc;
	font-size:40px;
    vertical-align: middle;
    margin-top: 15px;
}
.tie{
	left:50px;
}
.txt{
	color:black;
}
.mi{
	background-color: #f4f4f4 ;
	width:100%;
	height:auto;
   }
   .mi h1{
	font-weight:bold;
   font-size:52px;
   }
 .capabilities-listing .item {
    position: relative;
    z-index: 1;
    width: calc(33.33% - 90px);
    margin: 0 45px 70px;
}
.capabilities-listing h3 {
    margin-bottom: 14px;
}
.capabilities-listing p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
}
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-8px, 7px);
  transform: rotate(-45deg) translate(-8px, 7px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
.pdb{
	padding-bottom: 70px;
}
.ABTB{
	background-color: rgba(255,255,255,0.9);
	width: 90%;
	padding: 20px;
	border-radius: 5px;
	position: relative;
	transform:translate(15% , 20%);
	z-index: 1;
}
.ABTI {
	position: absolute;
	top:0;
	left:0;
	border-radius: 5px;
	display: block;
	width: inherit;
	height: inherit;
}
/* spider */
.sman{
	transform: translateY(-15px);
	position: relative;
	z-index: 999;
}
.sman img{
	position: absolute;
	top: 0;
	width: 90px;
	height: auto;
	transform:rotate(4deg);
}
.sman img:nth-child(2){
	animation:  move 3s linear infinite;
	top: 22px;
  left: 9px;
}
@keyframes move {
  0% {
    transform: rotate(4deg)  ;
		left: 9px;
  }
  50% {
    transform:  rotate(-4deg) ;
		left:23px;
  }
	100% {
		transform: rotate(4deg)  ;
		left: 9px;
	}
}
.mobmn{
	display: flex!important;
	}
	.mobm{
		display: none!important;
}
@media only screen and (max-width:1124px){
	.sman img {
    top: 0;
    width: 60px;
	}
	.sman img:nth-child(2) {
    top: 15px;
    left: 6px;
	}
	@keyframes move {
	  0% {
	    transform: rotate(4deg)  ;
			left: 6px;
	  }
	  50% {
	    transform:  rotate(-4deg) ;
			left:15px;
	  }
		100% {
			transform: rotate(4deg)  ;
			left: 6px;
		}
	}
	.crd{
		height: 210px;
	}
	.ewc {
    height: 350px;
	}
	.ewc span {
    font-size: 80px;
    line-height: 90px;
	}
}
@media only screen and (max-width:1366px){
.des{
	font:900 91px/90px "Druk XCond Web","Arial","Helvetica",sans-serif;
}
.menu{
	padding: 1px 10px;
}
}
@media screen and (max-width: 1000px){
	.ABTB {
    width: 82%;
	}
}
@media only screen and (max-width:900px){
	.menu{
		padding: 7.6% 10px;
			background-size: 400% 100%;
	}
	.ABTI{
		position: relative;
		width: 100%;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	.ABTB{
		width: 100%;
		transform: translate(0);
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
}
@media only screen and (max-width:767px){
	.logform h3 strong {
		font-size: 3.5vw!important;
	}
	.mobm{
		display:flex!important;
	}
	.mobmn{
		display: none!important;
	}
}
@media only screen and (max-width:768px){
	.menu-ba .nav-item {
	margin: initial;
	}
	.menu-bar .navbar-nav, .menu-bar > .row{
		height: auto!important;
		width: 100%;
	
	}
	.HLOGO {
		width: 54px !important;
        margin-left: 4px !important;
	}
	.nav-item{margin:initial!important}
	.mw {
    padding: 30px 100px 100px 0;
	}
	.mw::before{
		left: 2%;
		right:none;
	}
	.sticky nav.navbar, .st nav.navbar {
    padding: 0px 0 25px 0;
}
	.st{
		/*background-image: linear-gradient(to left bottom, rgba(240, 77, 5, 0.9), rgba(246, 64, 36,0.9), rgba(249, 52, 55,0.9), rgba(251, 40, 73,0.9), rgba(250, 29, 89,0.9), rgba(243, 26, 88,0.9), rgba(235, 22, 87, 0.9), rgba(228, 19, 86,0.9), rgba(214, 19, 70,0.9), rgba(199, 21, 54,0.9), rgba(183, 24, 40,0.9), rgba(168, 26, 26,0.9));*/
		background-image: linear-gradient(to left bottom, rgba(244, 67, 54 , 0.9), rgba(246, 64, 36 , 0.9), rgba(0, 188, 212, 0.9), rgba(40, 66, 251, 0.9), rgba(99, 26, 216, 0.9), rgba(118, 21, 191, 0.9), rgba(162, 29, 158, 0.9), rgba(165, 11, 60, 0.9), rgba(33, 150, 243, 0.9), rgba(96, 22, 142, 0.9), rgba(183, 24, 40, 0.9), rgba(168, 26, 26, 0.9));

	}
	.st * , .st .nav-link {
		color:#fff!important;

	}
	.sticky .HLOGO , .HLOGO {
		width: 30px;
	}
	.des {
 		font: 900 11vw/80px "Druk XCond Web","Arial","Helvetica",sans-serif!important;
 		padding: 20px 50px!important;
 	}
	.agency {
		line-height: 1;
    font-size: 5vw;
    padding: 0 60px!important;
	}
	.crd {
    height: 235px;
}

}
@media only screen and (max-width:576px){
	.mw::before{
		content: none;
	}
	.logform h3 strong {
    font-size: 1.75rem!important;
}
}
@media only screen and (max-width:530px){
	.logform h3 strong {
		font-size: 5vw;
	}
}
@media only screen and (max-width:425px){
	.menu-bar .navbar-nav.ml-auto{
		margin-left: 0!important;
		width: 100%;
		display: block;
	}
	.menu-bar .navbar-nav.ml-auto li{
		display: inline-block;
		padding: 0 10px;
	}
	.des {
		font:900 10vw/60px "Druk XCond Web","Arial","Helvetica",sans-serif!important;
	}
}
@media only screen and (max-width:375px){
	/* .BCO{
			padding: 20px 0 !important;
		} */
	.des {
    font:900 10vw/60px "Druk XCond Web","Arial","Helvetica",sans-serif!important;
		padding: 20px 20px!important;
}
.menu{
	padding-bottom: 15%;
}
.menu {
    padding: 12.6% 10px;
}
.agency {
    font-size: 5vw;
    letter-spacing: 0.2px;
    line-height: 37px;
		padding-bottom: 30px!important;
		padding: 0 20px!important;
	}
	.ewc span {
    line-height: 60px;
}
.ewc {
    height: 200px;
}
}
@keyframes colorchange {

	20%{
		color:rgba(162, 29, 158, 0.9);
	}
	40%{
		color:rgba(118, 21, 191, 0.9);
	}
	60%{
		color:rgba(99, 26, 216, 0.9);
	}
	80%{
		color:rgba(118, 21, 191, 0.9);
	}
	100%{
		color:rgba(162, 29, 158, 0.9);
	}
}
/* spiderman */
.fb *{
	color:#3d5b99 !important;
}
.inst * {
	color: transparent !important;
	/* background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);  */
	background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
	-webkit-background-clip: text;
	background-clip: text;
}
.lin * {
	color: #0073b0 !important;
}
.yout * {
	color: #ff0000 !important;
}
.twi * {
	color:#1da1f2 !important;
}
@media screen and (min-width:996px) {
	 .nav-item .dropdown-menu{
		display:block; opacity: 0;
		visibility: hidden;
		transition:.3s;
		margin-top:0;
 }
	.navbar .nav-item:hover .nav-link{
		color: #fff;
}
 .dropdown-menu.fade-down{
	top:80%;
	transform: rotateX(-75deg);
	transform-origin: 0% 0%;
}
	.dropdown-menu.fade-up{
		top:180%;
}
	 .nav-item:hover .dropdown-menu{
		transition: .3s;
		opacity:1;
		visibility:visible;
		top:100%;
		transform: rotateX(0deg);
	}
}
@media only screen and (min-width:1600px){
	.menu{
		padding: 3% 10px;
	}
	.ABTB {
    width: 65%;
}
}
@media only screen and (min-width:1920px){
	.menu{
		padding: 10.5% 10px;
	}
}
