/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.elementor {
    overflow: hidden;
}
.elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}

.header__one {
    padding: 0 20px;
    position: relative;
    z-index: 1000;
}
.header__one.one__fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.header__onewidth {
    margin: 0 auto;
    padding: 25px 0;
    display: flex;
    position: relative;
}
.logo__one {
    margin-right: 50px;
}
.logo__one a,
.logo__one img {
    display: block;
}

.menu__one {
    position: relative;
    z-index: 1;
}
.mading__one.desktop {
    list-style: none;
}
.mading__one.desktop li {
    display: inline-block;
    position: relative;
}
.mading__one.desktop li.menu-item-has-children:after {
    content: "";
    position: absolute;
    bottom: calc(50% - 4px);
    right: 0;
    height: 8px;
    width: 8px;
    border-radius: 10px;
    transition: all 0.3s ease 0.1s;
}
.mading__one.desktop li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    height: 2px;
    transition: all 0.3s ease 0.1s;
}
.mading__one.desktop li:hover:before {
    left: 20px;
    right: 20px;
}
.mading__one.desktop li a {
    padding: 0 20px;
    position: relative;
}
.mading__one.desktop li a span {
    position: absolute;
    left: 50%;
    top: -16px;
    padding: 0 5px;
    height: 14px;
    line-height: 14px;
    font-size: 9px;
}
.mading__one.desktop li ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0;
    width: 250px;
    height: 0px;
    transition: all 0.5s ease 0.1s;
    transform: rotateX(90deg);
    opacity: 0;
    z-index: -1;
}
.mading__one.desktop li:hover ul {
    display: block;
    transition: all 0.5s ease 0.1s;
    top: 100%;
    margin-top: 0;
    height: auto;
    transform: rotate(0deg);
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    opacity: 1;
    z-index: 3;
}
.mading__one.desktop li ul li {
    display: block;
    height: 45px !important;
    line-height: 45px !important;
}
.mading__one.desktop li ul li.menu-item-has-children:after {
    content: "";
    position: absolute;
    bottom: calc(50% - 4px);
    right: 20px;
    height: 8px;
    width: 8px;
    border-radius: 10px;
    transition: all 0.3s ease 0.1s;
}
.mading__one.desktop li ul li ul,
.mading__one.desktop li:hover ul li ul,
.mading__one.desktop li ul li ul li ul,
.mading__one.desktop li ul li:hover ul li ul {
    position: absolute;
    top: 50px;
    margin-top: 0;
    left: 100%;
    opacity: 0 !important;
}
.mading__one.desktop li ul li:hover ul,
.mading__one.desktop li ul li ul li:hover ul {
    top: -15px;
    display: block;
    opacity: 1 !important;
}
.mading__one.desktop li ul li:before {
    display: none;
}

.call__one {
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    padding: 20px;
    z-index: 2;
}
.clip1.call__one .call__linkicon {
    margin-left: -65px;
}
.clip2.call__one .call__linkicon,
.clip3.call__one .call__linkicon {
    margin-left: -65px;
}
.clip1:before {
    content: "";
    position: absolute;
    left: -35px;
    top: 0;
    bottom: 0;
    height: 0;
    width: 0;
    border-top-style: solid;
    border-top-color: transparent;
    border-bottom: 0;
    border-right-style: solid;
    border-right-width: 35px;
    z-index: 2;
}
.clip2:before {
    content: "";
    position: absolute;
    left: -35px;
    top: 0;
    bottom: 0;
    height: 0;
    width: 0;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    border-top: 0;
    border-right-style: solid;
    border-right-width: 35px;
    z-index: 2;
}
.clip3:before {
    content: "";
    position: absolute;
    left: -35px;
    top: 0;
    bottom: 0;
    height: 0;
    width: 0;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    border-top-style: solid;
    border-top-color: transparent;
    border-right-style: solid;
    border-right-width: 35px;
    z-index: 2;
}
.clip4.call__one .call__linkicon {
    margin-left: 0;
}
.call__linkicon {
    position: relative;
    display: inline-block;
    float: left;
    margin: 3px 20px 5px -48px;
    padding: 0;
    text-align: center;
    font-size: 24px;
    border-radius: 80px;
    overflow: hidden;
    width: 56px;
    height: 56px;
    line-height: 56px;
    box-sizing: content-box;
    z-index: 3;
}
.call__one i {
    display: block;
    width: 56px;
    height: 56px;
    line-height: 56px;
}
.call__center {
    float: right;
    height: 40px;
    margin-top: -5px;
}
.call__number {
    font-size: 20px !important;
    height: 18px;
    line-height: 20px;
}
.call__text {
    display: block;
    font-size: 14px !important;
    height: 20px;
    line-height: 20px;
    box-sizing: content-box;
    margin-bottom: 5px;
}

.icon__one {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 20px;
    padding: 0;
    font-size: 30px;
    z-index: 2;
}

/* HEADER 2 */
.before__two__fixed,
.header__two {
    height: 110px;
}
.two__fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	z-index: 1000;
}
.header__twowidth {
    position: relative;
    display: flex;
}
.header__twowidth:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 55px;
    z-index: 1;
}
.logo__two {
    position: relative;
    padding-right: 60px;
    padding-left: 40px;
    z-index: 2;
}
.logo__two a {
    display: block;
}
.logo__two img {
    display: block;
    height: 50px;
}
.logo__two:before {
    content: "";
    position: absolute;
    right: -35px;
    top: 0;
    bottom: 0;
    height: 0;
    width: 0;
    border-bottom-width: 55px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    border-top-width: 55px;
    border-top-style: solid;
    border-top-color: transparent;
    border-left-style: solid;
    border-left-width: 35px;
    z-index: 2;
}
.menu__two {
    position: relative;
    z-index: 100;
}

.call__two {
    margin-left: 80px;
    height: 55px;
    line-height: 55px;
}
.call__left {
    float: left;
}
.call__right {
    float: right;
}
.calltwo__number {
    margin: 0 60px 0 0;
    display: inline-block;
    float: left;
}
.two__icon {
    margin-right: 5px;
	float: left;
width: 20px;
}
.call__address {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 700px;
}

.header__twowidth .icon__menutwo {
    position: absolute;
    right: 30px;
    top: 32px;
    height: 45px;
    line-height: 45px !important;
    width: 55px;
    text-align: center;
    font-size: 22px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    z-index: 3;
	display: none;
}
.header__twowidth .nav__menu {
    line-height: 55px;
    padding: 0 40px 0 60px;
}
.mading__two.desktop {
    list-style: none;
}
.mading__two.desktop li {
    display: inline-block;
    position: relative;
}
.mading__two.desktop li.menu-item-has-children:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	top: 5px;
	opacity: 0;
}
.mading__two.desktop li.menu-item-has-children:after {
    content: "";
    position: absolute;
    right: 6px;
	top: 16px;
	width: 10px;
	height: 10px;
	border-radius: 10px;
}
.mading__two.desktop li.menu-item-has-children:hover:before {
    opacity: 1;
}
.mading__two.desktop li a {
    padding: 0 20px;
    position: relative;
	height: 55px;
	line-height: 55px;
}
.mading__two.desktop li a span {
    position: absolute;
    left: calc(100% - 30px);
    top: -24px;
    padding: 0 9px 0 7px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
	z-index: 10;
}
.mading__two.desktop li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0;
    width: 250px;
    height: 0px;
    transition: all 0.5s ease 0.1s;
    opacity: 1;
    z-index: -1;
}
.mading__two.desktop li:hover ul {
    display: block;
    transition: all 0.5s ease 0.1s;
    top: 100%;
    margin-top: 0;
    height: auto;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    opacity: 1;
    z-index: 3;
}
.mading__two.desktop li ul li {
    display: block;
    height: 45px !important;
    line-height: 45px !important;
    transition: all 0.5s ease 0.1s;
    opacity: 0;
}
.mading__two.desktop li ul li a {
    display: block;
    height: 45px !important;
    line-height: 45px !important;
}
.mading__two.desktop li:hover ul li {
    opacity: 1;
}
.mading__two.desktop li ul li.menu-item-has-children:after {
    content: "";
    position: absolute;
    bottom: calc(50% - 4px);
    right: 20px;
    height: 8px;
    width: 8px;
    border-radius: 10px;
    transition: all 0.3s ease 0.1s;
}
.mading__two.desktop li ul li ul,
.mading__two.desktop li:hover ul li ul,
.mading__two.desktop li ul li ul li ul,
.mading__two.desktop li ul li:hover ul li ul {
    position: absolute;
    top: 50px;
    margin-top: 0;
    left: 100%;
    opacity: 0 !important;
}
.mading__two.desktop li ul li:hover ul,
.mading__two.desktop li ul li ul li:hover ul {
    top: -10px;
    display: block;
    opacity: 1 !important;
}
.mading__two.desktop li ul li:before {
    display: none;
}

.calendar__two {
    position: absolute;
    right: 40px;
    top: 55px;
    line-height: 55px;
    z-index: 3;
}

/* Header Three */
.before__three__fixed {
	height: 120px;
}
.header__three {
    height: 120px;
	position: relative;
	z-index: 1000;
}
.header__three.three__fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
.header__threewidth {
    margin: 0 auto;
	position: relative;
	z-index: 1000;
}
.logo__three {
    float: left;
    width: auto;
    box-sizing: content-box !important;
    padding-left: 30px;
    padding-right: 30px;
}
.logo__three a {
    display: block;
}
.logo__three img {
    display: block;
    height: 80px;
}

.menu__three {
    float: left;
    width: auto;
}

.call__three {
    padding: 40px 30px;
    max-width: 320px;
    height: 40px;
    float: left;
    box-sizing: content-box !important;
}
.three__number {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 12px;
    line-height: 22px;
}
.three__number i {
    height: 40px;
    line-height: 40px;
	width: 40px;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    border-radius: 40px;
}
.three__number a {
	height: 40px;
    line-height: 40px;
	font-size: 18px;
}
.three__number .headphone {
    margin-left: 15px;
}
.three__address {
    font-size: 14px;
    font-style: italic;
}

.menu__three {
    float: right;
    height: 46px;
    line-height: 46px;
    padding: 37px 30px;
	box-sizing: content-box !important;
	position: relative;
	z-index: 20;
}
.three__menu {
    display: flex;
}
.three__icon {
	position: relative;
	display: inline-block;
    height: 46px;
    width: 40px;
	transition: all .5s ease;
}
.see__three .three__icon {
	transform: rotate(-90deg);
}
.three__icon:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.three__icon:before {
	content: '';
	position: absolute;
	top: 0;
	left: 15px;
	right: 0;
	height: 23px;
	z-index: 1;
}
.mading__three.desktop {
    margin-right: 30px;
    list-style: none;
}
.mading__three.desktop li {
    display: inline-block;
    position: relative;
    height: 38px;
    line-height: 38px;
    box-sizing: content-box;
    border: 2px solid transparent;
    transition: all 0.5s ease 0.1s;
}
.mading__three.desktop li a {
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
    position: relative;
    transition: all 0.3s ease 0.1s;
}
.mading__three.desktop li a span {
    position: absolute;
    left: calc(100% - 30px);
    top: -22px;
    padding: 0 8px;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
    clip-path: polygon(12% 0, 100% 0, 88% 100%, 0% 100%);
}
.mading__three.desktop li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0;
    width: 250px;
    height: 0px;
    transition: all 0.5s ease 0.1s;
    opacity: 1;
    z-index: -1;
    border-top: 40px solid transparent;
}
.mading__three.desktop li ul:before {
    content: "";
    position: absolute;
    left: 25px;
    top: -15px;
    height: 0;
    width: 0;
    border-left-width: 15px;
    border-left-style: solid;
    border-left-color: transparent;
    border-right-width: 15px;
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 15px;
    z-index: 2;
}
.mading__three.desktop li:hover ul {
    display: block;
    transition: all 0.5s ease 0.1s;
    top: 100%;
    margin-top: 0;
    height: auto;
    opacity: 1;
    z-index: 3;
}
.mading__three.desktop li ul li {
    display: block;
    height: 40px !important;
    line-height: 40px !important;
    transition: all 0.5s ease 0.1s;
    border: 0 !important;
    opacity: 0;
}
.mading__three.desktop li ul li:first-child {
    
}
.mading__three.desktop li ul li:hover {
    border: 0 !important;
}
.mading__three.desktop li ul li:first-child,
.mading__three.desktop li ul li:hover:first-child {
    border-top: 15px solid transparent !important;
}
.mading__three.desktop li ul li:last-child,
.mading__three.desktop li ul li:hover:last-child {
    border-bottom: 15px solid transparent !important;
}
.mading__three.desktop li:hover ul li {
    opacity: 1;
}
.mading__three.desktop li ul li.menu-item-has-children:after {
    content: "";
    position: absolute;
    bottom: calc(50% - 4px);
    right: 20px;
    height: 8px;
    width: 8px;
    border-radius: 10px;
    transition: all 0.3s ease 0.1s;
}
.mading__three.desktop li ul li ul,
.mading__three.desktop li:hover ul li ul,
.mading__three.desktop li ul li ul li ul,
.mading__three.desktop li ul li:hover ul li ul {
    position: absolute;
    top: -55px;
    margin-top: 0;
    left: -100%;
    opacity: 0 !important;
}
.mading__three.desktop li ul li:hover ul,
.mading__three.desktop li ul li ul li:hover ul {
    display: block;
    opacity: 1 !important;
}
.mading__three.desktop li ul li:before,
.mading__three.desktop li ul li ul:before {
    display: none;
}
.header__onewidth .icon-mad-menu {
    position: absolute;
    top: calc(50% - 24px);
    left: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 25px;
    display: none;
}

.add__three {
	position: absolute;
	top: 120px;
	right: 0;
	padding: 40px;
	transition: all .5s ease;
-webkit-transform: perspective(0px) rotate3d(1, 0, 0, -90deg);
-webkit-transform-origin: 50% 0;
	z-index: 10;
}
.see__three .add__three {
	-webkit-transform: perspective(600px) rotate3d(1, 0, 0, 0deg);
-webkit-transform-origin: 50% 0;

	transition: all .5s ease;
}
.head__address {
	float: left;
	width: 370px;
	margin: 0 40px 0 0;
}
.icon_header {
	float: right;
}
.icon_header a {
	display: inline-block;
	width: 50px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	margin: 0 0 5px 5px;
}
.icon_header i {
	display: inline-block;
	width: 50px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	margin: 0;
}

/* GURU ONE */
.guru_one_widget {
	position: relative;
	overflow: hidden;
}
.guru_one_inner {
	padding: 0 30px;
	margin: 0 auto;
	max-width: 1400px;
}
.guru_one_left {
	float: left;
	width: 50%;
}
.guruone_heading {
	font-family: Poppins;
	font-size: 45px;
	line-height: 1.2;
	font-weight: 500;
	text-align: left;
	margin: 100px 100px 20px 50px;
	position: relative;
    z-index: 4;
}

.guruone_subheading {
	font-family: Poppins;
	font-size: 25px;
	line-height: 1.4;
	font-weight: 400;
	text-align: left;
	margin: 20px 100px 20px 50px;
	position: relative;
    z-index: 4;
}
.guru_one_right {
	float: left;
	width: 50%;
}
.guru_one_first_block {
	width: 50%;
	float: left;
}
.guruone_slide {
	position: relative;
}
.guruone_slide:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .5s ease-in .3s;
}
.guruone_slide:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .5s ease-in;
}
.owl-carousel.guruone {
	position: relative;
	z-index: 3;
}

.gurutwo_slide {
	position: relative;
}
.gurutwo_slide:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .5s ease-in;
}
.gurutwo_slide:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .5s ease-in;
}
.owl-carousel.gurutwo {
	position: relative;
	z-index: 3;
}

.item_guruone {
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.guru__photo a {
	display: block;
}
.guruone_name {
	position: absolute;
	bottom: 63px;
	left: -330px;
	z-index: 3;
	padding: 15px 26px;
	font-size: 18px;
	font-weight: bold;
	transition: all .5s ease;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	border-radius: 4px;
}
.active .guruone_name {
	left: 30px;
}
.guruone_status {
	position: absolute;
	top: calc( 100% - 60px );
	left: 470px;
	z-index: 2;
	padding: 6px 15px;
	font-size: 15px;
	transition: all .5s ease;
	border-radius: 4px;
}
.active .guruone_status {
	left: 70px;
}
.space__guru {
	height: 100px;
}
.button_guru a {
	padding: 15px 30px;
	display: inline-block;
}
/* GURU TWO */
.guru_two_widget {
	position: relative;
}
.guru_two_widget:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	height: 100px;
}
.guru_two_widget:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	height: 150px;
}
.guru_two_inner  {
	max-width: 1300px;
	padding: 0 30px;
	margin: 0 auto;
}
.guru_two_left {
	position: relative;
	float: left;
	width: 34%;
	z-index: 2;
}
.gurutwo_heading {
	font-family: Poppins;
	font-size: 45px;
	line-height: 1.2;
	font-weight: 500;
	text-align: left;
	margin: 100px 100px 20px 0;
	position: relative;
    z-index: 4;
}

.gurutwo_subheading {
	font-family: Poppins;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
	text-align: left;
	margin: 20px 100px 20px 0;
	position: relative;
    z-index: 4;
}
.button_gurutwo {
	margin: 0 0 40px;
}
.button_gurutwo a {
	display: inline-block;
	margin-right: 15px;
}
.button_gurutwo span {
	display: inline-block; 
	border: 2px solid #333;
	background: #333;
	color: #fff;
	padding: 15px 30px;
	font-weight: 700;
	font-size: 18px;
	font-family: Poppins;
	border-radius: 10px;
	transition: all .5s ease-in-out;
}


.guru_two_right {
	float: left;
	width: 66%;
	position: relative;
	z-index: 2;
}
.guru_two_right .owl-item {
	position: relative;
	padding: 50px 10px;
	transform: scale(0.1);
	transition: all .7s ease-in-out;
	z-index: 1;
	opacity: 0;
}
.guru_two_right .owl-item:not(.active) + .owl-item.active {
   transform: rotate(-1deg);
	z-index: 2;
	margin-top: 0;
}
.guru_two_right .owl-item:not(.active) + .owl-item.active + .owl-item.active {
   margin-left: -50px;
   padding-right: 50px;
}
.guru_two_right .owl-item.active {
   transform: rotate(5deg) scale(0.9);
   position: relative;
   margin-top: 50px;
   opacity: 1;
}
.guru_two_right .item {
	position: relative;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.1);
	border-style: solid;
	border-radius: 30px;
	overflow: hidden;
}
.inner_item_gurutwo {
	position: relative;
	margin-top: -50px;
	padding: 50px 30px;
	transition: all .7s ease-in-out;
	z-index: 2;
}
.gurutwo_jab {
	margin: 0 0 8px;
}
.gurutwo_name {
	font-size: 25px;
	margin: 0 0 15px;
}
.gurumode {
	position: relative;
}
.gurumode.owl-theme .owl-nav {
	position: absolute;
	right: 0;
	top: calc( 50% - 55px );
	font-size: 22px;
	width: 50px;
}
.gurumode.owl-theme .owl-nav [class*="owl-"] {
	display: block;
	width: 50px;
	height: 50px;
	border: 8px solid #fff;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.1);
	line-height: 50px;
	text-align: center;
	margin: 0 0 8px;
	border-radius: 40px;
	background: #ffcc33;
	color: #333333;
	box-sizing: content-box;
}

/* GURU THREE */

.guru_three_widget {
	position: relative;
}
.guru_three_widget:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 350px;
	clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0% 100%);
}
.guru_three_widget:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	width: 350px;
	clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0% 100%);
}
.guru_three_inner  {
	max-width: 1300px;
	padding: 0 30px;
	margin: 0 auto;
}

.guru_three_left {
	position: relative;
	z-index: 3;
	float: left;
	width: calc( 100% - 820px );
}

.guruthree_heading {
	font-family: Poppins;
	font-size: 45px;
	line-height: 1.2;
	font-weight: 500;
	text-align: left;
	margin: 100px 100px 20px 0;
	position: relative;
    z-index: 4;
}

.guruthree_subheading {
	font-family: Poppins;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
	text-align: left;
	margin: 20px 100px 20px 0;
	position: relative;
    z-index: 4;
}
.button_guruthree {
	margin: 0 0 40px;
}
.button_guruthree a {
	display: inline-block;
	margin-right: 15px;
}
.button_guruthree span {
	display: inline-block; 
	border: 2px solid #333;
	background: #333;
	color: #fff;
	padding: 15px 30px;
	font-weight: 700;
	font-size: 18px;
	font-family: Poppins;
	border-radius: 10px;
	transition: all .5s ease-in-out;
}

.guru_three_right {
	position: relative;
	z-index: 3;
	float: left;
	width: 940px;
	margin-right: -120px;
}
.guru_three_right .item {
	overflow: hidden;
	padding: 0 120px 120px 0;
}

.hexagon {
	position: relative;
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	background: #ffcc33;
	margin: 10px 55px;
	width: 240px;
	height: 200px;
	display: inline-block;
	z-index: 2;
}
.hexagon:nth-child(2n) {
	margin: -105px -95px;
	background: #333333;
}
.guru__detail {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 3;
    animation-duration: 12s;
    animation-iteration-count: infinite;
	text-align: center;
	transition: all .5s ease;
}
.hexagon:hover .guru__detail {
	opacity: 1 !important;
	transition: all .5s ease;
}
.hexagon:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 2;
	background: #ffcc33;
    animation-duration: 12s;
    animation-iteration-count: infinite;
	transition: all .5s ease;
    }
.hexagon:hover:before {
	opacity: 1 !important;
	transition: all .5s ease;
}
    @keyframes rotate1 {
		0% {
            opacity: 0;
        }
        10%, 20% {
            opacity: 1;
        }
		30% {
            opacity: 0;
        }
    }
	@keyframes rotate2 {
		40% {
            opacity: 0;
        }
        50%, 60% {
            opacity: 1;
        }
		70% {
            opacity: 0;
        }
    }
	@keyframes rotate3 {
		17% {
            opacity: 0;
        }
        27%, 37% {
            opacity: 1;
        }
		47% {
            opacity: 0;
        }
    }
	@keyframes rotate4 {
        33% {
            opacity: 0;
        }
		43%, 53% {
            opacity: 1;
        }
		63% {
            opacity: 0;
        }
    }
	@keyframes rotate5 {
        47% {
            opacity: 0;
        }
		57%, 67% {
            opacity: 1;
        }
		87% {
            opacity: 0;
        }
    }
	@keyframes rotate6 {
        50% {
            opacity: 0;
        }
		60%, 70% {
            opacity: 1;
        }
		80% {
            opacity: 0;
        }
    }
	@keyframes rotate7 {
        70% {
            opacity: 0;
        }
		80%, 90% {
            opacity: 1;
        }
		100% {
            opacity: 0;
        }
    }

.hexagon:nth-child(1):before {
	background: #82CD47;
    animation-name: rotate2;
}
.hexagon:nth-child(2):before {
	background: #97D2EC;
    animation-name: rotate5;
}
.hexagon:nth-child(3):before {
	background: #C9A7EB;
    animation-name: rotate7;
}
.hexagon:nth-child(4):before {
	background: #88cc33;
    animation-name: rotate3;
}
.hexagon:nth-child(5):before {
	background: #5BC0F8;
    animation-name: rotate1;
}
.hexagon:nth-child(6):before {
	background: #dddddd;
    animation-name: rotate6;
}
.hexagon:nth-child(7):before {
	background: #FF577F;
    animation-name: rotate4;
}

.hexagon:nth-child(1) .guru__detail {
	animation-name: rotate2;
}
.hexagon:nth-child(2) .guru__detail {
	animation-name: rotate5;
}
.hexagon:nth-child(3) .guru__detail {
	animation-name: rotate7;
}
.hexagon:nth-child(4) .guru__detail {
	animation-name: rotate3;
}
.hexagon:nth-child(5) .guru__detail {
	animation-name: rotate1;
}
.hexagon:nth-child(6) .guru__detail {
	animation-name: rotate6;
}
.hexagon:nth-child(7) .guru__detail {
	animation-name: rotate4;
}
.guru__photo {
	position: relative;
	z-index: 1;
}
.guruthree_link {
	font-weight: 700;
	font-size: 17px;
	margin: 80px 20px 3px;
}
.guruthree_jab {
	font-size: 15px;
	margin: 0 20px;
}

@media screen and (max-width: 982px) {
    .menu__one {
        position: fixed;
        top: -20px;
        left: -320px;
        bottom: -20px;
        padding: 60px 0 40px 0;
        width: 300px;
        z-index: 1000;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        transition: all 0.5s ease;
    }
    .ho__open .menu__one {
        left: 0;
    }
    .header__onewidth .icon-mad-menu {
        display: block;
    }

    .desktop {
        display: none;
    }
    .nav__menu .mading__one {
        margin: 0;
        padding: 15px 0;
    }
    .nav__menu .mading__one.accord li {
        padding: 5px 20px;
        line-height: 42px !important;
        height: auto !important;
        position: relative;
        display: block;
    }
    .nav__menu .mading__one.accord li.has-sub:after {
        content: "";
        position: absolute;
        top: 17px;
        right: 20px;
        width: 8px;
        height: 8px;
        border-radius: 10px;
        transition: all 0.4s ease;
    }
    .nav__menu .mading__one.accord li.has-sub.active:after {
        transition: all 0.5s 0.1s ease;
    }
    .nav__menu .mading__one.accord ul li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }
    .nav__menu .mading__one.accord li a {
        position: relative;
        display: block;
    }
    .nav__menu .mading__one.accord li a span {
        position: absolute;
        left: auto;
        right: 12px;
        top: 8px;
        padding: 0 5px;
        height: 14px;
        line-height: 14px;
        font-size: 9px;
    }
    .nav__menu .mading__one.accord li ul {
        display: none;
        margin: 20px -20px 0 -20px;
        background: rgba(0, 0, 0, 0.01);
    }
    .nav__menu .mading__one.accord li ul li:first-child {
        padding-top: 20px;
    }
    .nav__menu .mading__one.accord li ul li:last-child {
        padding-bottom: 20px;
    }
    .nav__menu .mading__one.accord li ul li {
        padding: 5px 20px;
    }
    .nav__menu .mading__one.accord li ul li ul {
        background: rgba(0, 0, 0, 0.006);
        margin: 0 -20px 0 0;
    }
    .nav__menu .mading__one.accord li:hover ul {
        border: 0 !important;
    }
    .menu__one:after {
        content: "\E804";
        font-family: "mading-font";
        font-style: normal;
        font-weight: normal;
        position: absolute;
        top: 20px;
        right: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 20px;
        z-index: 1;
    }
    .logo__one {
        margin: 0 0 0 75px;
    }
	
	.header__twowidth {
		display: block;
	}
	
	.header__twowidth .icon__menutwo {
		display: block;
	}
	.calendar__two {
		display: none;
	}
	.logo__two {
	margin-right: 135px;
	padding-right: 90px;
    padding-left: 30px;
}
.menu__two {
	position: fixed;
	top: 110px;
	left: 0;
	right: 0;
	bottom: calc( 100% - 110px );
	display: block;
	overflow: hidden;
	transition: all .5s ease;
	z-index: 999;
}
.menu__active .menu__two {
	display: block;
	bottom: 0;
}
.inner__menu__two {
	height: 100%;
	overflow-y: auto;
}
.call__two {
	margin: 0;
	padding: 20px 30px;
	height: auto;
	line-height: 2.5;
}
.call__left {
  float: none;
}
.calltwo__number {
	display: block;
	float: none;
}
.header__twowidth .nav__menu {
  line-height: 45px;
  padding: 0;
}
    .nav__menu .mading__two {
        margin: 0;
        padding: 15px 0;
    }
    .nav__menu .mading__two.accord li {
        padding: 5px 30px;
        line-height: 42px;
        height: auto !important;
        position: relative;
        display: block;
    }
    .nav__menu .mading__two.accord li.has-sub:after {
        content: "";
        position: absolute;
        top: 17px;
        right: 20px;
        width: 8px;
        height: 8px;
        border-radius: 10px;
        transition: all 0.4s ease;
    }
    .nav__menu .mading__two.accord li.has-sub.active:after {
        transition: all 0.5s 0.1s ease;
    }
    .nav__menu .mading__two.accord ul li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }
    .nav__menu .mading__two.accord li a {
        position: relative;
        display: block;
    }
    .nav__menu .mading__two.accord li a span {
        position: absolute;
        left: auto;
        right: 12px;
        top: 8px;
        padding: 0 5px;
        height: 14px;
        line-height: 14px;
        font-size: 9px;
    }
    .nav__menu .mading__two.accord li ul {
        display: none;
        margin: 20px -30px 0 -30px;
        background: rgba(0, 0, 0, 0.01);
    }
    .nav__menu .mading__two.accord li ul li:first-child {
        padding-top: 20px;
    }
    .nav__menu .mading__two.accord li ul li:last-child {
        padding-bottom: 20px;
    }
    .nav__menu .mading__two.accord li ul li {
        padding: 5px 30px;
    }
    .nav__menu .mading__two.accord li ul li ul {
        background: rgba(0, 0, 0, 0.006);
        margin: 0 -20px 0 0;
    }
	
	.nav__menu .mading__two.accord ul li ul li:last-child {
		padding-bottom: 0;
	}
	.nav__menu .mading__two.accord ul li ul li:first-child {
		padding-top: 0;
	}
	
	
	
	

	
	
	
	#menuthree {
		padding: 20px 0;
	}
	.three__menu  .nav__menu {
		position: fixed;
		top: 120px;
		width: 300px;
		right: 0;
        margin: 0;
        padding: 0 0 200px;
		bottom: auto;
		overflow: scroll;
		-webkit-transform: perspective(0px) rotate3d(1, 0, 0, -90deg);
-webkit-transform-origin: 50% 0;
transition: all .5s ease;
    }
	.see__three .three__menu  .nav__menu {
	-webkit-transform: perspective(600px) rotate3d(1, 0, 0, 0deg);
-webkit-transform-origin: 50% 0;
bottom: 0;
	}
    .nav__menu .mading__three.accord li {
        padding: 5px 30px;
        line-height: 42px;
        height: auto !important;
		border: 0 !important;
        position: relative;
        display: block;
    }
    .nav__menu .mading__three.accord li.has-sub:after {
        content: "";
        position: absolute;
        top: 17px;
        right: 20px;
        width: 8px;
        height: 8px;
        border-radius: 10px;
        transition: all 0.4s ease;
    }
    .nav__menu .mading__three.accord li.has-sub.active:after {
        transition: all 0.5s 0.1s ease;
    }
    .nav__menu .mading__three.accord li a {
        position: relative;
        display: block;
    }
    .nav__menu .mading__three.accord li a span {
        position: absolute;
        left: auto;
        right: 12px;
        top: 8px;
        padding: 0 5px;
        height: 14px;
        line-height: 14px;
        font-size: 9px;
    }
    .nav__menu .mading__three.accord li ul {
        display: none;
        margin: 20px -30px 0 -30px;
        background: rgba(0, 0, 0, 0.01);
    }
    .nav__menu .mading__three.accord li ul li {
        padding: 0 30px;
    }
	.nav__menu .mading__three.accord li ul li:first-child {
        padding: 20px 30px 0;
    }
	.nav__menu .mading__three.accord li ul li:last-child {
        padding: 0 30px 20px;
    }
    .nav__menu .mading__three.accord li ul li ul {
        background: rgba(0, 0, 0, 0.006);
        margin: 0 -20px 0 0;
    }
	.nav__menu .mading__three.accord li ul li ul li:first-child {
        padding: 0 0 0 20px;
		margin-right: -10px;
    }
	.nav__menu .mading__three.accord li ul li ul li:last-child {
        padding: 0 0 0 20px;
		margin-right: -10px;
    }
	.add__three {
		position: fixed;
		top: auto;
		bottom: 0;
		width: 300px;
		padding: 30px;
		z-index: 100;
	}
	.icon_header {
		float: none;
		width: auto;
	}
	.head__address {
		float: none;
		width: auto;
		margin: 0 0 20px;
	}
	.guru_one_left {
	float: none;
	width: 100%;
}
.guru_one_right {
	float: none;
	margin: 0 -50px;
	padding: 20px;
	width: auto;
	overflow: hidden;
}
.guruone_heading {
	font-size: 45px;
}

.guruone_subheading {
	font-size: 22px;
}
.guru_two_left {
	float: none;
	width: 100%;
}
.guru_two_right {
	float: none;
	width: 100%;
}


.guru_three_widget:after {
	content: '';
	position: absolute;
	top: auto;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	heigh: 300px;
	clip-path: polygon(0 50%, 100% 0, 100% 100%, 0% 100%);
}








.guru_three_right {
	float: none;
	width: auto;
	margin-right: -120px;
}
.guru_three_left {
	float: none;
	width: 100%;
}
	.guru_three_right {
		width: 800px;
		margin-right: 0;
	}
	.guru_three_right .item {
  padding: 0 0 120px 0;
}
.guru_three_right {
  margin-left: -28px;
}
.hexagon {
  margin: 10px 20px;
  width: 210px;
  height: 175px;
}
.hexagon:nth-child(2n) {
  margin: -90px -54px;
}





}

@media screen and (max-width: 800px) {
	.guru_three_right {
		width: 680px;
		margin-right: 0;
	}
	.guru_three_right .item {
  padding: 0 0 120px 0;
}
.guru_three_right {
  margin-left: -28px;
}
.hexagon {
  margin: 10px 20px;
  width: 180px;
  height: 155px;
}
.hexagon:nth-child(2n) {
  margin: -80px -46px;
}
}

@media screen and (max-width: 720px) {
	.guru_three_right {
		width: 570px;
		margin-right: 0;
	}
	.guru_three_right .item {
  padding: 0 0 80px 0;
}
.guru_three_right {
  margin-left: -28px;
}
.hexagon {
  margin: 5px 20px;
  width: 150px;
  height: 122px;
}
.hexagon:nth-child(2n) {
  margin: -64px -46px;
}
}

@media screen and (max-width: 600px) {
	.guru_three_right {
		width: 500px;
		margin-right: 0;
	}
	.guru_three_right .item {
  padding: 0 0 70px 0;
}
.guru_three_right {
  margin-left: -28px;
}
.hexagon {
  margin: 5px 20px;
  width: 120px;
  height: 100px;
}
.hexagon:nth-child(2n) {
  margin: -53px -40px;
}
}


@media screen and (max-width: 533px) {
    .call__center {
        display: none;
    }
    .call__one .call__linkicon {
        transform: scale(0.8);
    }
    .header__onewidth .icon-mad-menu {
        top: calc(50% - 20px);
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
    }
    .logo__one {
        margin: 0 0 0 65px;
    }
    .call__one,
    .call__one.clip1,
    .call__one.clip2 {
        width: 0;
    }
    .call__one {
        padding: 13px 20px;
    }
    .call__one.clip1,
    .call__one.clip2 {
        padding: 13px 10px;
    }
    .call__one.clip3 {
        padding: 13px 5px;
    }
    .clip1:before,
    .clip2:before,
    .clip3:before {
        left: -34px;
    }
    .clip1.call__one .call__linkicon,
    .clip2.call__one .call__linkicon {
        margin-left: -60px;
    }
    .clip3.call__one .call__linkicon {
        margin-left: -62px;
    }
    .call__one.clip4 .call__linkicon {
        transform: scale(0.6);
    }
    .call__one.clip4 {
        width: 56px !important;
        padding: 13px 5px;
        box-sizing: content-box;
    }
    .call__one.clip4 .call__linkicon {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .call__one.clip4 .call__linkicon i {
        animation: vibrate 1.6s;
        animation-iteration-count: infinite;
    }
    @keyframes vibrate {
        0% {
            transform: rotate(0deg);
        }
        3% {
            transform: rotate(-15deg);
        }
        6% {
            transform: rotate(15deg);
        }
        9% {
            transform: rotate(0deg);
        }
        12% {
            transform: rotate(15deg);
        }
        15% {
            transform: rotate(-15deg);
        }
        18% {
            transform: rotate(0deg);
        }
        21% {
            transform: rotate(-15deg);
        }
        24% {
            transform: rotate(15deg);
        }
        27% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(0deg);
        }
    }
    .header__onewidth {
        padding: 18px 0;
    }
	.before__two__fixed, 
	.header__two {
  height: 70px;
}
.header__twowidth:before {
  height: 35px;
}
.call__address {
  white-space: inherit;
}
.header__twowidth .icon__menutwo {
  right: 15px;
  height: 34px;
  line-height: 34px !important;
  top: 18px;
  width: 40px;
  font-size: 16px;
}
.logo__two:before {
  right: -22px;
  border-bottom-width: 35px;
  border-top-width: 35px;
  border-left-width: 22px;
}
.logo__two {
  margin-right: 90px;
  padding: 14px 20px !important;
}
.logo__two img {
  height: 42px !important;
}
.menu__two {
  top: 70px;
  bottom: calc( 100% - 70px );
}
.calltwo__number {
  margin: 0;
  clear: both;
}
.head__icon {
  float: right;
  width: calc( 100% - 25px);
  line-height: 1.4;
  margin-top: 7px;
}

.header__three {
  height: 60px;
}

.three__number .headphone {
	display: none;
}
.call__three {
  padding: 13px 15px;
  height: 34px;
}
.three__number a {

    height: 34px;
    line-height: 34px;
    font-size: 15px;
    display: block;
}
.three__number i {
  height: 34px;
  line-height: 34px;
  width: 34px;
  font-size: 14px;
}
.menu__three {
  height: 34px;
  line-height: 34px;
  padding: 13px 15px;
}
.three__icon {
  height: 34px;
  width: 28px;
}
.three__icon:before {
  left: 10px;
  height: 18px;
}
.three__menu {
  display: block;
}
.three__menu .nav__menu {
  top: 60px;
}
.before__three__fixed {
	height: 60px;
}
.add__three {
	transition: all .1s ease;
}
.see__three .add__three {
	transition: all .5s ease .5s;
}
.guru_one_inner {
  padding: 0 15px;
}
.guru_one_right {
	margin: 0 -35px;
	padding: 20px 10px;
	width: auto;
	overflow: hidden;
}
.guruone_name {
  padding: 12px 18px;
  max-width: calc( 100% - 30px );
  white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.guruone_status {
  padding: 4px 12px;
  max-width: calc( 100% - 40px );
  white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.active .guruone_name {
  left: 15px;
}
.active .guruone_status {
  left: 25px;
}
.space__guru {
  height: 50px;
}
.guruone_heading {
	font-size: 36px;
}

.guruone_subheading {
	font-size: 18px;
}
.guru_two_inner {
  padding: 0 15px;
}
.gurutwo_start {
	width: 200%;
}
.inner_item_gurutwo {
  margin-top: -30px;
  padding: 30px 15px;
}
.gurumode.owl-theme .owl-nav {
  right: auto;
  left: 44%;
}



	.guru_three_right {
		width: 420px;
		margin-right: 0;
	}
	.guru_three_right .item {
  padding: 0 0 40px 0;
}
.guru_three_right {
  margin-left: -28px;
}
.hexagon {
  margin: 3px 18px;
  width: 100px;
  height: 82px;
}
.hexagon:nth-child(2n) {
  margin: -44px -36px;
}
}

@media screen and (max-width: 420px) {
	.guru_three_right {
		width: 350px;
		margin-right: 0;
	}
	.guru_three_right .item {
  padding: 0 0 40px 0;
}
.hexagon {
  margin: 3px 21px;
  width: 90px;
  height: 75px;
}
.hexagon:nth-child(2n) {
  margin: -41px -36px;
}
}