/* start header_style1 */
.header_style1{
	padding:3em 0em;
}
/* start h_logo */
/* start h_menu */

.logo {
    width: 241px;
    position: absolute;
    left: 42.5%;
    margin-top: -65px;
}


.h_menu {
    float: left;
}
.flexy-menu{
	padding:0;
	position:relative;
	list-style:none; height: 100px;
	float: left; margin-right: 30px; margin-left: 60px;
}
.flexy-menu li{
	display:inline;
	font-size:13px;
	margin:0;
	padding:0;
	float:left;
	line-height:39px;
	position:relative;
}
.flexy-menu>li>a{
	display: block;
	color: #dd0e79;
	margin: 30px 25px;
	font-family: 'gotham_roundedbold';
	font-size: 28px;
	transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-webkit-transition: background-color 0.5s ease-out;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	line-height: 40px;
}
.flexy-menu>li>a:hover
{
	color:#f8c000; text-decoration: none;
}
.flexy-menu>li.active>a
{
	color:#fff; 
}

.enrool{font-size: 20px; margin: 20px;  line-height: 63px;  font-family: 'gotham_roundedbold';   background:url(../images/btnbg.png) no-repeat #ea0f85; background-size: contain; border-radius: 50px; display: inline-block; padding: 0px 45px; color: #fff;   }
.enrool:hover{ background:url(../images/btnbg.png) no-repeat #f8c000; background-size: contain;color: #fff; text-decoration: none;}
.enrool i{font-size: 16px; margin-left: 10px;}

.enrool-wht{font-size: 20px; margin: 20px;  line-height: 63px;  font-family: 'gotham_roundedbold'; background:url(../images/btnbg.png) no-repeat #fff; background-size: contain; border-radius: 50px; display: inline-block; padding: 0px 45px; margin-top: 60px; margin-bottom: 60px; color: #dd0e79;   }
.enrool-wht:hover{ background:url(../images/btnbg.png) no-repeat #f8c000; background-size: contain;color: #fff; text-decoration: none;}
.enrool-wht i{font-size: 16px; margin-left: 10px;}


.derection{font-size: 20px; margin: 10px 0 0 0;  line-height: 63px;  font-family: 'gotham_roundedbold';  display: inline-block; padding: 0px 0px; color: #eb0f85;   }
.derection:hover{ color: #000; text-decoration: none;}
.derection i{font-size: 16px; margin-left: 10px;}

.flexy-menu li.right{
	float:right;
}
.flexy-menu ul,.flexy-menu ul li ul{
	list-style:none;
	margin:0;
	padding:0;
	display:none;
	position:absolute;
	z-index:99999;
	width: 200px;
	background:#333;
	box-shadow:0 1px 1px rgba(0,0,0,0.3);
}
.flexy-menu ul{
	top:60px;
	left:0;
}
.flexy-menu ul li ul{
	top:0;
	left:100%;
}
.flexy-menu ul li{
	clear:both;
	width:100%;
	border:0;
	font-size:13px;
}
.flexy-menu ul li a{
	text-transform: capitalize;
	font-size: 13px;
	padding:10px 0px 0 0px;
	width:100%;
	color:#dedede;
	text-decoration:none;
	display:inline-block;
	float:left;clear:both;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-transition:color .2s linear,background .2s linear;
	-moz-transition:color .2s linear,background .2s linear;
	-o-transition:color .2s linear,background .2s linear;
	transition:color .2s linear,background .2s linear;
}
.flexy-menu>li .arrow{
	position:absolute;
	color:#dedede;
	top:20px;
	right:8px;
	font-size:17px;
}

.flexy-menu i{
	line-height:20px!important;
	margin-right:6px;
	font-size:18px;
	float:left;
}
.flexy-menu>li.showhide{
	display:none;
	width:100%;
	height:40px;
	cursor:pointer;
	color:#dedede;
}
.flexy-menu>li.showhide span.title{
	margin: 10px 0 0 15px;
	float: left;
	font-size: 1.3em;     line-height: 48px;
	color: #000;
    font-weight: bold;
}
.flexy-menu>li.showhide span.icon{
	margin: 12px 10px;
	float: right;
}
.flexy-menu>li.showhide .icon em{
	margin-bottom:4px;
	display:block;width:20px;
	height:3px;
	background:#ea0f85;
}
.h_menu > ul > li.showhide > span.icon > em:nth-child(4) {
	display: none;
}















.social-icons-btn {
    float: left;
    display: inline-flex;
    margin: 22px 0 22px 440px;
}
.p-number{font-size: 24px; font-family: 'gotham_roundedbold'; color: #000; margin:12px 10px 10px 30px;}
.p-number a{color: #81c21e; text-decoration: none;}



  .icons {
	width: 50px;
	height: 50px;
	font-size: 25px;
	font-weight: 500;
	text-decoration: none;
	background: #81c21e;
	margin: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	box-shadow: 0 2px 2px #d1d1d1;
	color: #fff;
	cursor: pointer;
	transition: all 0.15s ease;
  }
  .icons:hover{background: #ea0f85; color: #fff; text-decoration: none;}

  












  @media screen and (min-device-width: 1024px) and (max-device-width: 1634px) { 
	.flexy-menu>li>a {
        font-size: 18px !important;
        margin: 37px 10px;
    }
	.logo {
        width: 99px;
        position: absolute;
        left: 47%;
        margin-top: 10px;
    }
	.p-number {
		font-size: 20px;
		font-family: 'gotham_roundedbold';
		color: #000;
		margin: 14px 10px 10px 230px;
	}
	.social-icons-btn {
        float: left;
        display: inline-flex;
        margin: 28px 0 22px 0px;
    }
	.enrool {
		font-size: 20px;
		margin: 27px;
	}
	.banner-contant h2 {
		font-size: 42px;
		line-height: 52px; margin-top: 10px;
	}
	.banner-contant {
		width: 594px;
		bottom: 00px;
		left: 10px;
		height: 491px;
	}
	.banner-contant .enrool{margin: 10px !important;}
	.ac-contant{padding: 10px 20px;}
	.ac-contant h3 {font-size: 20px;}
	.ac-contant .link{width: 35px; height: 35px; font-size: 18px;}
	.hoverbox h3 {font-size: 20px;}
	.hoverbox .link{width: 35px; height: 35px; font-size: 18px;}
	.activitis-box:hover .hoverbox { padding: 10px;}
	.hoverbox .iconbox h4 span{font-size: 14px; line-height: 22px; font-family: 'gotham_roundedbook';}
	.hoverbox .iconbox .icon{display: none;}
	.hoverbox .iconbox{padding: 0 15px;}
	.hoverbox .iconbox h4{line-height: 20px;}
	.hoverbox .iconbox h4 {font-size: 14px;}

}








@media only screen and (max-width:1024px){
	.flexy-menu li {
		line-height: 47px;
	}
}
/***** Media Quries *****/
@media only screen and (max-width:768px){
	.wrap{
		width:100%;
	}
	.header_style1 {
	padding: 1.5em 0em;
	}
	.logo h1 a {
	font-size: 2.5em;
	}
	.logo{
		float: none;
		text-align: center;
		position: static;
		width: 120px;
		margin: 30px auto;
	}
	.letstak {
		float: none;
		margin: 20px 20%;
		width: 60%;
		text-align: center;
	}
	.h_menu{
		float: none;
		margin: 0% 0 9%;
		width: 100%;
	}
	.flexy-menu {
        background: #fff;
        margin: 0%;
        width: 100%;
        padding: 20px;
        border-radius: 18px;
        border: 8px solid #f8c000;
    }
	.flexy-menu>li>a {
		color:#ffffff;
		font-size: 12px;
	}
	.flexy-menu.vertical{
		width:100%
	}
	.flexy-menu li{
		display:block;
		width:100%;
	}
	.flexy-menu>li>a{
		padding:0px 15px;
		color: #ea0f85;
		font-size: 1.1em;
		border-bottom: none;

	}
	.flexy-menu>li>a {
		margin: 0;
	}
	.flexy-menu>li.showhide span.title {
		margin: -4px 0 0 15px;
	}
	.flexy-menu>li.active>a {
		border-bottom: none;
		}
	.flexy-menu>li>a:hover {
		color: #FFF;
		background: #65BA99;
	}
	.flexy-menu>li>a:hover {
		border-bottom: none;
	}
	.flexy-menu a{
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.flexy-menu ul,.flexy-menu ul li ul,.flexy-menu.vertical ul,.flexy-menu.vertical ul li ul{
		width:100%;
		left:0;
		border-left:0;
		position:static;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.flexy-menu ul li{
		border-left:0;
		border-right:0;
	}
	.flexy-menu ul li a,.flexy-menu.vertical ul li a{
		padding-top:10px;
		padding-bottom:10px;
	}
	.flexy-menu ul>li>a{
		padding-left:40px!important;
	}
	.flexy-menu>li .arrow{
		top:15px;right:25px;
		font-size:17px;
	}
	.flexy-menu ul>li .arrow{
		display:none;
	}

    .banner-contant {
        position: static;
        z-index: 99;
        width: 80%;
        height: auto;
        display: flow-root;
        padding-bottom: 30px;
        margin: 0 auto;
        background: #fff;
        box-shadow: 0 0 30px #e5e5e5;
        margin-bottom: 40px;
        border-radius: 18px;
        margin-top: 60px;
    }
	.banner-contant h5 .love {
		width: 100%;
		text-align: center;
		margin-top: 40px;
		margin-bottom: 10px;
	}
.nav_wrapper{position: static;}
.menubox {
    width: 100%;
    background: #fff;
    margin-top: 0;
    position: relative;
    border: 0;
    border-radius: 100px;
}
.flexy-menu{height:auto;}
.social-icons-btn {
    display: inline-block;
    margin: 15px 0;
    width: 100%;
    float: left;
}
.social-icons-btn .icons {
	float: left;
	margin: 0px 3px;
	width: 35px;
	height: 35px;
	font-size: 16px;
}
	.p-number {
		font-size: 24px;
		font-family: 'gotham_roundedbold';
		color: #000;
		margin: 0px 10px 10px 0;
		float: right;
	}
	.enrool {
		
		color: #fff;
		float: left;
		margin: 0px 0 25px 15%;
		width: 70%;
		text-align: center;
	}
	.banner-contant h2 {
		font-size: 30px;
		text-shadow: 3px 3px 3px #a3a3a3;
		line-height: 40px;
	}
	.owl-theme .owl-controls {
		margin-top: 10px;
		text-align: center;
		bottom: -50px;
	}
}



@media only screen and (max-width: 640px) {

	.header_style1 {
	padding: 1em 0em;
	}
	.logo h1 a {
	font-size: 2.4em;
	}
}
@media only screen and (max-width: 480px) {
	.h_menu {
		margin: 0% 0 12%;
	}
}
@media only screen and (max-width: 320px) {
	.flexy-menu>li.showhide {
		height: 40px;
	}
	.flexy-menu li {
		line-height: 10px;
	}
	.flexy-menu>li.showhide span.title {
		margin: 16px 0 0 10px;
	}
	.flexy-menu>li.showhide span.icon {
		margin: 12px 10px;
	}
	.header_style1 {
	padding: 0.5em 0em;
	}
	.logo h1 a {
	font-size: 2.3em;
	}
	.flexy-menu>li.showhide {
	height: 35px;
	}
	.flexy-menu>li.showhide span.title {
	margin: 10px 0 0 10px;
	}
	.flexy-menu>li.showhide span.icon {
	margin: 9px 4px;
	}
	.h_menu {
		margin: 0% 0 15%;
	}
    .flexy-menu>li>a {
		margin: 8px;
	}
}
















.nav-wrapper {
    width: 100px;
    float: right;
    margin: 20px 15px;
}
span.langu img {
    width: 55px;
}
	.sl-nav {
	display: inline;
  }
  .sl-nav ul {
	margin:0;
	padding:0;
	list-style: none;
	position: relative;
	display: inline-block;
  }
  .sl-nav li {
	cursor: pointer;
	padding-bottom:10px;
  }
  .sl-nav li ul {
	display: none; 
  }
  .sl-nav li:hover ul {
	position: absolute;
	top:60px;
	right:-15px;
	display: block;
	background: #fff;
	width: 120px;
	padding-top: 0px;
	z-index: 1;
	border-radius:5px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
  }
  .sl-nav li:hover .triangle {
	position: absolute;
	top: 47px;
	right: -10px;
	z-index:10;
	height: 14px;
	overflow:hidden;
	width: 30px;
	background: transparent;
  }
  .sl-nav li:hover .triangle:after {
	content: '';
	display: block;
	z-index: 20;
	width: 15px;
	transform: rotate(45deg) translateY(0px) translatex(10px);
	height: 15px;
	background: #fff;
	border-radius:2px 0px 0px 0px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
  }
  .sl-nav li ul li {
	position: relative;
	text-align: left;
	background: transparent;
	padding: 15px 15px;
	padding-bottom:0;
	z-index: 2;
	font-size: 15px;
	color: #3c3c3c;
  }
  .sl-nav li ul li:last-of-type {
	padding-bottom: 15px;
  }
  .sl-nav li ul li span {
	padding-left: 5px;
  }
  .sl-nav li ul li span:hover, .sl-nav li ul li span.active {
	color: #146c78;
  }
  .sl-flag {
	display: inline-block;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	width: 15px;
	height: 15px;
	background: #aaa;
	border-radius: 50%;
	position: relative;
	top: 2px;
	overflow: hidden;
  }
  .flag-de {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAAAPUlEQVQ4T+3HMQ0AIBTE0NOHM8x9B7hgh71bIWGieUvze1m7kHGBr/AVvsJX+EpmP5dV5/gKX+ErfIUvVDYcX2NMxQC8PAAAAABJRU5ErkJggg==');
	background-size: cover;
	background-position: center center;
  }
  .flag-usa {
	background-size: cover;
	background-position: center center;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAABhUlEQVQ4T2Ows82PjGixsc4LD2tysC/09Kjw8622tyuICG8u0w/cpGSCBzF4e1VmZkzw9anOzOj38a4KCW4IC22ECHYk1l9tn4gHMeTlTnZxLikvm+XiUpKW2hvgX+vnV5OVOQEoOGfOtv94AYOzU3Fd7XxHh6Lq6rlurqUx0W0J8Z1AnbW18yotonaYuOJBDBXls4A+bGpaBCTz86YEBtQCvVBSPAPIbY0oP1/aiAcxABU1Ny+2tclvbFjo5FgUF9uenNwNDLnmpkWEnV1TPRcY1O1tS4H6i4umA/0MDK2K8tlAwRqHpP1uoXgQKKraWpcClTY3LQZaCLQ5NaUX5OaWJY3++SeTC/AgBmA4AXUClUJs9ver8fKsAAYEUJCws4G21dXNB1oFdD/Qz8DQTk4C+bm2dn6DZ9bRiDQ8iAEYt8CoBpK5YBIYw0AEEZwSXX4oMB4PYoC6gCzAcDqrjGzEsMfen2xEmbMv1rSTjRi26dqRjShz9o2+6WQjBrSShQSkZAIADvW/HLrLY6cAAAAASUVORK5CYII=');
  }












/* TABLET VIEW */
@media screen and (min-device-width: 801px) and (max-device-width: 1023px) { 
	.logo {
        text-align: center;
        position: static;
        width: 80px;
        float: left;
        margin: 20px auto 10px auto;
    }
	.h_menu {
		float: left;
	}
	.banner-contant {
        position: static;
        z-index: 99;
        width: 80%;
        height: auto;
        display: flow-root;
        padding-bottom: 30px;
        margin: 0 auto;
        background: #fff;
        box-shadow: 0 0 30px #e5e5e5;
        margin-bottom: 40px;
        border-radius: 18px;
        margin-top: 60px;
    }
	.banner-contant h5 .love {
		width: 100%;
		text-align: center;
		margin-top: 40px;
		margin-bottom: 10px;
	}
.nav_wrapper{position: static;}
.menubox {
    width: 100%;
    background: #fff;
    margin-top: 0;
    position: relative;
    border: 0;
    border-radius: 100px;
}
.menubox .enrool{display: none;}
.flexy-menu {
	height: auto;
	margin-left: 40px;
	margin-top: 20px;
}
.flexy-menu>li>a{font-size: 18px;  margin: 18px 10px;}
.social-icons-btn {
	display: inline-block;
	margin: 30px 0;
	float: right;
}
.social-icons-btn .icons {
	float: left;
	margin: 10px 3px;
	width: 35px;
	height: 35px;
	font-size: 16px;
}
	.p-number {
		font-size: 24px;
		font-family: 'gotham_roundedbold';
		color: #000;
		margin: 9px 10px 10px 32px;
		float: right;
	}
	.enrool {
		
		color: #fff;
		float: left;
		margin: 0px 0 25px 15%;
		width: 70%;
		text-align: center;
	}
	.banner-contant h2 {
		font-size: 30px;
		text-shadow: 3px 3px 3px #a3a3a3;
		line-height: 40px;
	}
	.owl-theme .owl-controls {
		margin-top: 10px;
		text-align: center;
		bottom: -50px;
	}
	.banner-shape{display: none;}
	.about-area p.pt-100{padding-top: 0px !important;}
	.about-area p { font-size: 18px; line-height: 32px;}
    .about-area .enrool{width: 90%;}

	.about-area h2{font-size: 40px;}
	.activitice-sec h2{font-size: 40px;}
	.ac-contant h3{font-size: 20px;}
	.ac-contant {padding: 10px 20px;}
    .hoverbox h3 {font-size: 18px;}
    .hoverbox .link{display: none;}
	.hoverbox .iconbox h4{font-size: 16px; line-height: 22px;}
	.hoverbox .iconbox h4 span{font-size: 14px; line-height: 20px;  font-family: 'gotham_roundedbook';}
    .hoverbox .iconbox .icon{display: none;}
    .hoverbox h3{display: none;}
	.hoverbox .iconbox{padding: 0px;}
	.misson-area h2{font-size: 40px;}
	.misson-area h2{margin-top: 20px;}
	.misson-area p{font-size: 18px; padding-bottom: 20px;}
	.misson-area{padding: 80px 0;}
	.program-box {margin: 0px 0 60px 0;}
	.program-sec h2{font-size: 40px; padding-bottom: 30px;}
    .program-box p{min-height: 180px;}


	.testomonail-area h2{font-size: 32px; margin-bottom: 30px;}
	.testomonail-area{padding: 50px 0;}

	.testo-box p {
        font-size: 16px;
        line-height: 30px;
        font-family: 'gotham_roundedmedium';
        margin: 0px 0 60px 0;
        padding: 0px 40px 0px 40px;
        text-align: center;
    }
	.testo-box .user-pic {
		float: none;
		position: relative;
		width: 30%;
		margin: 40px auto;
	}
	.testo-box {
		width: 100%;
		background-size: 90% 100%;
		border-radius: 28px;
		background: url(../images/activitice-tra.png) no-repeat #f7c200;
	}
    
	.testo-box .user-pic .qoate {
		position: absolute;
		top: -4px;
		right: 72px;
		width: 30px;
	}
	.admissoinabox {
		width: 100%;
		border-radius: 30px;
		background: url(../images/addmission-m.png) center bottom no-repeat;
		background-size: contain;
		padding: 40px 50px 640px 50px;
		border: 4px solid #dd0e79;
	}
	.footer-area .col-lg-4.pl-120 {
		padding-left: 40px !important;
	}
	.footer-area .col-lg-4.pl-70{
		padding-left: 40px !important;
	}
	.footer-area h5 { font-size: 14px;}
	.footer-area .footer-logo img{width: 100px; margin-top: 30px;}
	.footer-area p {
		margin: 10px;
		padding: 10px;
		font-size: 16px;
		line-height: 30px;
		color: #fff;
	}
	.footer-area{padding: 60px 0 40px 0;}
	.exbox {margin: 40px auto;}
	.expertise-area h2{font-size: 40px;}
	.expertise-area{padding-top: 80px;}
	.about-area.pb-150{padding-bottom: 0px;}
	.misson-area2.mt-100 {
		margin-top: 100px !important;
	}
	.misson-area2 h2{font-size: 40px; margin-top: 30px;}
	p.pr-110 {
		padding-right: 0px !important;
	}
	.accordion__wrapper {
        width: 100%;
        margin: 0 auto;
    }
	.programtab .list{width: 73%;}
	.programtab .list label{font-size: 16px;}
	.content .text .title{font-size: 30px;}
	.content .text-content{width: 100%;}
	.content .text .title{font-size: 30px;}
	.timeboxxx ul li:first-child{width: 100%;}
	.timeboxxx ul li{width: 100%; border: none; padding: 0px;}
	.timeboxxx ul li img{margin-bottom: 35px; width: 50px;} 
	.timeboxxcont p{padding-bottom: 30px;}
	.timeboxxcont.mt-80 {
		margin-top: 0px;
	}
	.timeboxxcont a.enrool{width: 100% !important; font-size: 16px;}

}