html {
	scroll-behavior: smooth;
}
a {
	color: #080909;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
::-moz-selection { 
color:#ffffff;
background:#080909;
}
::selection {
	color: #ffffff;
	background: #080909;
}
.header {
	padding: 10px 0;
}
.banner {
	background-image: url(../images/slider/banner.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
}
.banner:before {
	height: 600px;
	width: 700px;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	background-image: url(../images/slider/linebg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.home_banner .item {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	height: 550px;
	position: relative;
}
.home_banner .owl-nav.disabled + .owl-dots {
	margin-top: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
}
.home_banner h6 {
	font-size: 1.8rem;
	color: #E6899C;
	font-family: 'Dancing Script';
}
.home_banner h1 {
	color: #000000;
	font-size: 2.5rem;
	font-weight: 400;
}
.home_banner h1 b {
	display: block;
	text-transform: capitalize;
	position: relative;
}
.home_banner h1 b span {
	position: relative;
}
.home_banner h1 b span:before {
	z-index: -1;
	position: absolute;
	bottom: 7px;
	left: 0;
	right: 0;
	content: "";
	height: 4px;
	width: 100%;
	background: #FFC70F;
}
.home_banner .owl-dots .owl-dot.active span, .home_banner .owl-dots .owl-dot:hover span {
	background: #fcd10d !important;
}
.home_banner h3 {
	font-weight: 600;
}
.menu.navbar-nav .nav-link {
	padding-right: 1.3rem;
	padding-left: 1.3rem;
	font-weight: 500;
}
.home_banner .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.38) !important;
}
.home_banner .owl-nav button.owl-next {
	right: 0;
	border-radius: 4px 0 0 4px;
}
.home_banner .owl-nav button.owl-prev {
	left: 0;
	border-radius: 0 4px 4px 0;
}
.home_banner .owl-nav button span {
	font-size: 40px;
	position: relative;
	top: -4px;
}
.home_banner.owl-carousel .owl-nav button.owl-next, .home_banner.owl-carousel .owl-nav button.owl-prev {
	color: #ffffff;
}
.home_banner.owl-theme .owl-nav [class*="owl-"]:hover {
	background: #E6899C!important;
	color: #ffffff !important;
	text-decoration: none !important;
	outline: none !important
}
.home_banner.owl-theme .owl-nav [class*="owl-"] {
	margin: 0;
	padding: 5px 10px !important;
	background: #DB627A !important;
}
.home_banner.owl-theme .owl-nav {
	margin-top: 0;
}
.customer_wrap h5 {
	color: #000000;
	font-size: 1.3rem;
	font-size: 500;
	text-transform: uppercase;
}
.customer_wrap h5 span {
	color: #E6899C;
}
.customer_logo {
 border-radius:.25rem;
	border: solid 1px #eee;
	padding: 1rem;
}
.customer_logo img {
	width: 100%;
	height: auto;
}
.customer_wrap .owl-theme .owl-nav {
	position: absolute;
	right: -82px;
	top: 36px;
	width: 70px;
}
.customer_wrap .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.38) !important;
}
.customer_wrap .owl-nav button.owl-next {
	right: 0;
}
.customer_wrap .owl-nav button.owl-prev {
	left: 0;
}
.customer_wrap .owl-nav button span {
	font-size: 34px;
	position: relative;
}
.customer_wrap .owl-carousel .owl-nav button.owl-next, .customer_wrap .owl-carousel .owl-nav button.owl-prev {
	color: #ffffff;
}
.customer_wrap .owl-theme .owl-nav [class*="owl-"]:hover {
	background: #FFC70F!important;
	color: #ffffff !important;
	text-decoration: none !important;
	outline: none !important
}
.customer_wrap .owl-theme .owl-nav [class*="owl-"] {
	margin: 0;
	padding: 0 10px !important;
	background: #FFC70F !important;
}
.home_banner .owl-stage-outer {
	padding: 20px 0;
}
.home_about_wrap {
	padding: 100px 0;
	position: relative;
}
.home_about_wrap:before {
	position: absolute;
	content: "";
	left: 0;
	top: -250px;
	height: 800px;
	width: 250px;
	background-image: url(../images/background/about_l.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}
.heading h6 {
	font-size: 1.8rem;
	color: #E6899C;
	font-family: 'Dancing Script';
}
.heading h2 {
	color: #000000;
	font-size: 2.5rem;
	font-weight: 400;
}
.heading h2 b {
	display: block;
	text-transform: capitalize;
	position: relative;
}
.heading h2 b span {
	position: relative;
	z-index: 1;
}
.heading h2 b span:before {
	z-index: -1;
	position: absolute;
	bottom: 7px;
	left: 0;
	right: 0;
	content: "";
	height: 4px;
	width: 100%;
	background: #FFC70F;
}
.home_service_wrap {
	padding: 100px 0;
	background-image: url(../images/background/servicebg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
}
.home_service_wrap:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/background/servicebg_bloor.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.servicebox {
	border-radius: 1rem;
	padding: 1.5rem;
	overflow: hidden;
}
.cl1 {
	background: #FFF3EB
}
.cl2 {
	background: #FFECF1
}
.cl3 {
	background: #EBFFED
}
.cl4 {
	background: #ECF6FF
}
.cl5 {
	background: #FFFFEE
}
.cl6 {
	background: #FAE5FF
}
.servicebox h4 {
	color: #2A1A44;
	font-size: 1.3rem;
	font-weight: 600;
}
.servicebox img {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
a.learnbtn {
	color: #E6899C;
	font-weight: 600;
}
a.learnbtn:hover {
	text-decoration: underline;
}
.mt-51 {
	margin-top: 80px;
}
.servicebox:hover {
	background-color: #FFFFFF;
	box-shadow: 0px 25px 70px 0px rgba(0, 0, 0, 0.07);
}
.notification_wrap {
	padding: 100px 0;
	background-image: url(../images/background/noticenter.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.tile {
	margin: 0 auto;
}
#tile-1 .tab-pane {
	padding: 0;
 height:;
}
#tile-1 .nav-tabs {
	position: relative;
	border-bottom: solid 1px #ccc;
	/* box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); */
	border-radius: 0;
}
#tile-1 .nav-tabs li {
	margin: 0px!important;
}
#tile-1 .nav-tabs li a {
	font-weight: 400;
	position: relative;
	margin-right: 0px!important;
	padding: 20px 40px!important;
	font-size: 16px;
	border: none!important;
	color: #333;
}
#tile-1 .nav-tabs a:hover {
	background-color: transparent!important;
	border: none;
}
#tile-1 .slider {
	display: inline-block;
	width: 30px;
	height: 2px;
	border-radius: 1px;
	background-color: #D95570;
	position: absolute;
	z-index: 1200;
	bottom: 0;
	transition: all .4s linear;
}
#tile-1 .nav-tabs .active {
	background-color: transparent!important;
	border: none!important;
	color: #D95570!important;
}
.activity_wrap {
	padding: 100px 0;
	background: #FDF1FF;
}
.testimonial_wrap {
	padding: 100px 0;
	background-color: #F4F4F4;
	background-image: url(../images/background/servicebg_bloor.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.value_wrap {
	padding: 100px 0;
	background: #ffffff;
}
.valuelist {
	margin: 0;
	padding: 0;
	position: relative;
}
.valuelist:before {
	content: "";
	position: absolute;
	left: 26px;
	height: 200px;
	width: 1px;
	background: #ccc;
	top: 0;
}
.valuelist li {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	margin-bottom: 25px;
}
.valuelist li .value_point {
	padding-top: 15px;
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	border-radius: 6px;
}
.valuelist li span {
	display: block;
	margin-left: 60px;
}
.testimonial_card img {
	width: 70px !important;
}
.autherbox {
	overflow: hidden;
}
.testimonial_card p {
	margin-top: 20px
}
.autherbox img {
	border-radius: 100px;
	overflow: hidden;
	float: left;
	display: block;
}
.autherbox span {
	font-size: 16px;
	display: block;
	margin-left: 100px;
	margin-top: 10px;
}
.autherbox img {
	width: 70px !important;
}
.autherbox span b {
	display: block;
	font-weight: 600;
}
.testimonialslider .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #E6899C !important;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}
.testimonialslider .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #F6B2C0 !important;
}
.testimonialslider item {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.blogwrap {
	padding: 100px 0
}
.blogimg {
 border-radius: .5rem;
	position: relative;
	overflow: hidden;
	height: 212px;
}
.blogimg img {
	vertical-align: top;
	width: 100%;
	height: auto;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	/* left: 50%; */
	/* top: 50%; */
	/* transform: translate(-50%, -50%); */
	/* -webkit-transform: translate(-50%, -50%); */
	-moz-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	-ms-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	-o-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	-webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}
.blogctn h6 {
	padding: 10px 0;
	font-size: 1rem;
	font-weight: 500;
	color: #000000;
}
.blogctn h6 span {
	font-weight: 400;
	color: #cccccc;
}
.blogctn h3 a {
	font-weight: 600;
	color: #2A1A44;
	font-size: 1.3rem;
	line-height: 1.4rem;
}
.blogctn h3 {
	font-weight: 600;
	color: #2A1A44;
	font-size: 1.3rem;
	line-height: 1.3rem;
}
.blogbox {
	margin-bottom: 20px;
}
.getstartedwrap {
	padding: 0 0 80px 0;
}
.getstartedbox {
	position: relative;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	padding: 50px 25px;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	background: linear-gradient(273.14deg, #ED6C86 -3.34%, #6F599C 99%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.getstartedbox:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: "";
	background-image: url(../images/assets/ready.png);
	/* z-index: 1; */
	height: 100%;
	width: 100%;
}
.contact_list {
	display: block;
	margin: 10px 0 0 0;
	font-weight: 300;
	overflow: hidden;
	padding: 0 0;
}
.contact_list li {
	color: #000000;
	display: block;
	float: left;
 padding: .3rem 0;
	width: 100%;
font-size:.9rem;
}
.contact_list li i {
	color: #ED6C86;
	display: block;
	float: left;
	text-align: center;
	font-size: 15px;
	width: 26px;
	padding: 3px 0 8px 0;
}
.contact_list li span {
	display: block;
	padding: 0 0 0 34px;
}
.footerlist {
	margin: 0;
	padding: 0;
}
.footerlist li {
 font-size:.9rem;
	display: block;
	float: left;
 padding: .3rem 0;
	width: 100%;
}
.footerlist li a {
	color: #000000;
}
.footerlist li a:hover {
	color: #DF647D;
}
.footer {
	color: #000000;
	border-top: solid 1px #eee;
	padding: 50px 0 10px 0;
}
.footer h5 {
	font-weight: 700;
	font-size: 1.01rem;
	color: #000000;
}
footer form {
	position: relative;
}
.footer input {
	display: inline-block;
	width: 100%;
	padding: 10px;
	margin: 8px 0;
	border: 1px solid #ccc;
	box-sizing: border-box;
	height: 50px;
	margin-top: 10px;
	border-radius: 6px;
	border: none;
	box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.06);
}
input, input::-webkit-input-placeholder {
 font-size: 16px;
 line-height: 3;
}
.bt {
	position: absolute;
	font-size: 16px;
	display: inline-block;
	font-weight: 600;
	padding: 9px 28px;
	border-radius: 6px;
	border: none;
	cursor: pointer;
	background-color: #E6899C;
	color: #fff;
	right: 4px;
	top: 14px;
}
.footer_list li:first-child {
	padding: 0;
}
.footer_list li {
	display: block;
	float: left;
	padding: 0 0 0 1rem;
}
a.social {
 margin: .2rem 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 1rem;
	text-align: center;
	display: block;
	color: #E6899C;
}
a.social:hover {
	color: #DF647D;
}
.header {
	background-image: url(../images/background/innerbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom: solid 1px #eee;
}
.inner_banner_text {
	padding: 50px 0;
}
.inner_banner_text h1 {
	color: #1D3444;
	font-size: 3rem;
	font-weight: 700;
}
.inner_banner_text h6 {
	color: #5B5B5B;
	font-weight: 400;
}
.wrapper {
	padding: 30px 0;
}
.wrapper h4 {
	color: #1D3444;
	font-size: 1.5rem;
	font-weight: 600;
}
.slider-height2 {
	min-height: 250px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.section-overly:before {
	position: absolute;
	content: "";
	background: linear-gradient(89.83deg, #E6899C 0.17%, #4F4F4F 98.63%);
	opacity: 0.8;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background-repeat: no-repeat;
}
.section-overly {
	position: relative;
	z-index: 0;
}
.section-overly .heading h6 {
	font-size: 1.8rem;
	color: #ffffff;
	font-family: 'Dancing Script';
}
.section-overly .heading h2 {
	color: #ffffff;
	font-size: 2.5rem;
	font-weight: 700;
}
.about_wrap, .exp_wrap {
	padding: 100px 0;
}
.blog_wrap {
	padding: 80px 0;
}
.blog_wrap .blogctn {
	background: #EDF7FF;
	border-radius: 0 0 10px 10px
}
.blog_wrap .blogimg {
	border-radius: 10px 10px 0 0 !important;
	position: relative;
	overflow: hidden;
	height: 212px;
}
.exp_wrapinn {
	margin-top: 30px;
	position: relative;
}
.exp_wrapinn:after {
	position: absolute;
	top: 14px;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: #ccc;
	content: "";
}
.expbox {
	position: relative;
	z-index: 1;
	padding-top: 0;
}
.expbox span {
	border-radius: 100px;
	height: 30px;
	width: 30px;
	display: block;
	border: solid 8px #ffffff;
	margin: 0 auto 30px auto;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.clr1 {
	background: #FF0000;
}
.clr2 {
	background: #FFB800;
}
.clr3 {
	background: #00F0FF;
}
.clr4 {
	background: #FF00F5;
}
.expbox h4 {
	font-weight: 600;
	color: #2A1A44;
	font-size: 1.3rem;
}
.partnerslider_wrap {
	background-image: url(../images/background/noticenter.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.partnerimg {
	background: #ffffff;
	text-align: center;
 border-radius: .5rem;
	overflow: hidden;
	padding: 10px;
}
.partnerimg img {
	margin: 0 auto;
	width: auto !important;
}
.contact_info a {
	font-weight: 700;
	color: #E6899C;
}
.contact_info h6 {
	color: #2A1A44;
}
.map {
	position: relative;
	margin-bottom: 500px;
}
.map .container {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	padding-top: 19%;
}
.contact_form {
	max-width: 850px;
	margin: 0 auto;
	display: block;
	background: #ffffff;
	padding: 2rem;
 border-radius:.5rem;
	box-shadow: 0 5px 10px #9ea0a4;
}
.contact_form h3 {
	color: #000000;
}
a.readmorebtn {
	font-weight: 500;
	color: #E6899C;
}
a.readmorebtn img {
	margin-left: 10px;
}
.blog_wrap .blogbox {
	margin-bottom: 30px;
}
.pagination .page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #E6899C;
	border-color: #E6899C;
}
.pagination .page-link {
	color: #E6899C;
}
.pagination .page-link:hover {
	z-index: 2;
	color: #fff;
	text-decoration: none;
	background-color: #E6899C;
	border-color: #E6899C;
}
.blog_dtl_wrap {
	padding: 80px 0 40px 0;
}
.blog_dtl_wrap h2 {
	color: #1D3444;
}
.auther_detail {
	padding: 20px 0;
	text-align: center;
	display: block
}
.authername, .postdate {
	display: inline-block;
	padding: 0 10px;
}
.autherimg {
	overflow: hidden;
	border-radius: 100px;
	height: 28px;
	width: 28px;
	display: block;
	float: left;
}
.authername span {
	display: block;
	margin-left: 35px;
	padding-top: 3px;
}
.blogmainimg {
	border-radius: 20px;
}
.bluebg {
	background: #EDF7FF;
	padding: 25px;
	border-radius: 20px;
	margin: 30px auto;
}
.blogdtlbg {
	background-image: url(../images/background/blogdtlbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
}
.service_banner_wrap {
	background-image: url(../images/background/servicedtlbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	padding: 50px 0;
}
.servicel {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100px;
}
.servicer {
	height: 100%;
	width: 100px;
	position: absolute;
	right: 0;
	top: 0;
}
.servicel img, .servicer img {
	height: auto;
	width: 100%;
}
.service_banner_wrap h6 {
	font-size: 1.8rem;
	color: #E6899C;
	font-family: 'Dancing Script';
}
.service_banner_wrap h1 {
	color: #000000;
	font-size: 2.5rem;
	font-weight: 400;
}
.service_banner_wrap h1 b {
	display: block;
	text-transform: capitalize;
	position: relative;
}
.service_banner_wrap h1 b span {
	position: relative;
}
.service_wrap {
	padding: 80px 0;
}
.service_wrap .servicebox {
	margin-bottom: 30px;
	background-color: #FFFFFF;
	box-shadow: 0px 25px 70px 0px rgba(0, 0, 0, 0.07);
}
.growth_wrap {
	position: relative;
	padding: 50px 0;
	background: linear-gradient(266.15deg, #E6899C -0.23%, #B53B53 96.04%);
	opacity: 0.8;
}
.growth_wrap:before {
	background-image: url(../images/background/growthbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.expertise_wrap {
	padding: 80px 0;
	background: #FDF1FF;
}
.expertisebox {
	padding: 20px;
	background: #FFFFFF;
	box-shadow: 4px 4px 20px 7px rgba(0, 0, 0, 0.05);
	border-radius: 25px;
	margin-bottom: 25px;
}
.expertisebox img {
	width: 60px;
	height: auto;
}
.expertisebox h5 {
	font-weight: 600;
	color: #000000;
	padding-top: 30px;
}
.tech_wrap {
	padding: 80px 0;
}
.techbox {
	padding: 20px;
	background: #FFFFFF;
	box-shadow: 4px 4px 20px 7px rgba(0, 0, 0, 0.05);
	border-radius: 25px;
	margin-bottom: 25px;
}
.techbox img {
	width: 60px;
	height: auto;
}
.techbox h5 {
	font-weight: 600;
	color: #000000;
	padding-top: 30px;
}
.faq_wrap {
	padding: 80px 0;
	background: #F4F4F4;
}
.accordion-title:before {
	float: right !important;
	font-family: FontAwesome;
	content: "\f068";
	padding-right: 5px;
}
.accordion-title.collapsed:before {
	float: right !important;
	content: "\f067";
}
.faq_wrap a {
	display: block;
}
.faq_wrap a:hover {
	color: #000000;
}
.faq_wrap .card {
	border-radius: 10px !important;
	margin-bottom: 20px;
}
.faq_wrap .card-header {
	font-weight: 600;
 padding: .75rem 1.25rem;
	margin-bottom: 0;
	border-radius: 10px !important;
	background-color: #ffffff !important;
	border-bottom: none !important;
}

.dropdown-menu {
	padding: 0;

}
.header .dropdown-item {

	padding: .5rem 1.5rem;

}

/* ANIMATED X */
.navbar-toggler.x {
  border: none;
}
.navbar-toggler.x:focus {
  outline: none;
}
.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}
.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin:  20% 90%;
  -ms-transform-origin: 20% 90%;
  transform-origin: 20% 90%;
}
.navbar-toggler.x .icon-bar {
  width: 30px;
  display: block;
  height: 3px;
  background-color: #707070;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggler.x .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggler.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-toggler.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
