@charset "utf-8";
/* CSS Document */
* {
    outline: none;
    margin: 0px;
    padding: 0px;
    border: none;
    text-decoration: none;
	font-family: 'Heebo', sans-serif;
	box-sizing:border-box
}
body {
    text-decoration: none;
	background:#fff;
	font-family: 'Heebo', sans-serif;
	font-size:14px;
}
.clear {
    clear: both
}
audio,
::selection {
    background: white;
    color: #f26f21;
}

input.input-text-box::-webkit-input-placeholder {color:#666 !important; font-weight:300 !important; font-size:14px !important; opacity:1 !important;  }
input.input-text-box::-moz-placeholder { color:#666 !important; font-weight:300 !important;font-size:14px !important; opacity:1 !important; }
input.input-text-box:-ms-input-placeholder { color:#666 !important;font-weight:300 !important; font-size:14px !important; opacity:1 !important;  }
input.input-text-box:-moz-placeholder {color:#666 !important;font-weight:300 !important ; font-size:14px !important; opacity:1 !important; }


textarea.input-tex1::-webkit-input-placeholder {color:#666 !important;font-weight:300 !important; font-size:14px !important; opacity:1 !important;  }
textarea.input-tex1::-moz-placeholder { color:#666 !important;font-weight:300 !important; font-size:14px !important; opacity:1 !important;  }
textarea.input-tex1:-ms-input-placeholder { color:#666 !important;font-weight:300 !important; font-size:14px !important; opacity:1 !important;  }
textarea.input-tex1:-moz-placeholder {color:#666 !important;font-weight:300 !important; font-size:14px !important; opacity:1 !important;  }

.top-call ul li { display:inline-block; margin:0 10px; }
.top-lang ul li { display:inline-block; margin:0 10px; }

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 100%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}
.inputfile-6 + label {
    color: #d3394c;
}

.inputfile-6 + label {
    border: 1px solid #e5e5e5;
    padding: 0;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    border-color: #722040;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.inputfile-6 + label span {
    width: 175px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile-6 + label strong {
    height: 100%;
    color: #f1e5e6;
    background-color: #d3394c;
    display: inline-block;
	font-size:12px;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    background-color: #722040;
}



.img-ful {
    width: 100%;
    height:auto;
    display: block
}
.img-responsive {
    max-width: 100%;
    height:auto;
}
.footer{
	width:100%;
	height:auto;
	background-color:#181a23;
}
.copyright{
	width:auto;
	height:auto;
	font-family:inherit;
	font-size: 0.8571428571428571em;
	font-weight:300;
	color:rgba(255,255,255,0.5);
	line-height:40px;
	float:left
}
.designed{
	width:auto;
	height:auto;
	float:right;
}
.designed p{
	width:auto;
	height:auto;
	line-height:40px;
	float:left;
	font-family: inherit;
	font-size: 0.8571428571428571em;
	color:rgba(255,255,255,0.5);
	font-weight:300;
}
.designed p a{
	font-family: inherit;
	font-size:1em;
	color:rgba(255,255,255,0.5);
	font-weight:300;
}
.designed p a:hover{
	font-family: inherit;
	font-size:1em;
	color:rgba(255,255,255,0.7);
	font-weight:300;
	text-decoration:underline;
}
.mob-footer{ display:none}
.designed{ display:block}
.company-logo{
	width:auto;
	height:auto;
	float:right;
	padding-left:5px;
	line-height:40px;
}
.footer-top-wrap{
	width:100%;
	height:auto;
	background-color:#20232e;
	padding-top:40px;
	padding-bottom:40px;
}
.footer-title{
	font-size: 1.2857142857142858em;
	font-weight:500;
	color:#fff;
	font-family: 'Heebo', sans-serif;
	text-transform:uppercase;
	line-height:32px;
}
.footer-title span{
	font-size: 1em;
	font-weight:300;
	color:#fff;
	font-family: 'Heebo', sans-serif;
	text-transform:uppercase;
	line-height:32px;
}
.quick-links{
	width:14%;
	height:auto;
	float:left;
}
.quick-links p{
	font-family: 'Muli', sans-serif;
	font-size:1em;
	color:rgba(255,255,255,0.55);
	line-height:24px;
	font-weight:300;
	text-align:left;
}

.quick-links p strong { color:#F00; }

.quick-links ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:70%;
	float:left;
	 
}
.quick-links ul li{
	font-family: 'Muli', sans-serif;
	font-size:1em;
	color:rgba(255,255,255,0.55);
	line-height:32px;
	
}
.quick-links ul li a{
	font-family: 'Muli', sans-serif;
	font-size:1em;
	color:rgba(255,255,255,0.55);
	padding-left:20px;
	background: url(../images/arrow.png) no-repeat left center;
	-webkit-transition: padding .2s;
   -moz-transition: padding .2s;
   -o-transition: padding .2s;
   transition: padding .2s;
   font-weight:300

}
.quick-links ul li a:hover{
	font-family: 'Muli', sans-serif;
	font-size:1em;
	color:rgba(255,255,255,0.8);
	padding-left:19px;
	background: url(../images/arrow-hover.png) no-repeat left center;
	font-weight:300
}

.footer-social {
    width: 100%;
    height: auto;
    float: left;
	margin-bottom:40px;
	margin-top:5px;
}
.footer-social ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.footer-social ul li{
	width:42px;
	height:42px;
	float:left; margin-right:10px;
	background:none;
	
}

.footer-social ul li a{
    height:42px;
    width:42px;
    display: block;
    text-align: center;
    line-height:45px;
    background-color: transparent;
	border:1px solid rgba(255,255,255,0.2);
	font-size:15px !important;
	margin-bottom:5px;
	margin-top:5px;
	background:none !important;
	padding-left:0px;
	color: rgba(255,255,255,0.2);
	transition: all 0.9s ease;
	transition: background 0.9s ease-in-out;
}
.footer-social ul li a:hover{
	border:1px solid rgba(255,255,255,0.7);
	background-color:#fff !important;
	color:#666 !important;
	padding-left:0px;
}


.gal-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.gal-tenth .mask {
   background-color: rgba(255, 45, 45, 0.7);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.gal-tenth h2 {
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   background: transparent;
   margin: 20px 40px 0px 40px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #333;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.gal-tenth p {
   color: #333;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.gal-tenth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.gal-tenth:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.gal-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.gal-tenth:hover h2,.gal-tenth:hover p,.gal-tenth:hover a.info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.gal {
   width: 234px;
   height: 200px;
   margin: 8px;
   float: left;
   border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.gal .mask,.gal .content {
   width: 234px;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.gal img {
   display: block;
   position: relative;
}
.gal h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.gal p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.gal a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
   margin: 70px 0 0 0;
}
.gal a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}



.award-footer{
	width:auto;
	height:auto;
	float:left;
	margin-right:5px;
}

.welcome-wraper{
	width:100%;
	height:auto;
	padding-top:45px;
	padding-bottom:50px;
	margin-top:8%;
}
.welcome-dtl{
	width:100%;
	height:auto;
	font-family:inherit;
	font-size:1em;
	color:#666;
	font-weight:300;
	line-height:24px;
	text-align:center;
	padding-top:10px;
	margin:0 auto;
}

.welcome-container{
	width:75%;
	height:auto;
	float:left;
}
.welcome-title{
	width:100%;
	height:auto;
	text-align:left;
	font-family: 'Heebo', sans-serif;
	font-size:1.4285714285714286em;
	color:#999999;
	text-transform:uppercase;
	font-weight:300;
	line-height:30px;
}

.welcome-title span{
	width:100%;
	height:auto;
	text-align:left;
	font-family: 'Heebo', sans-serif;
	font-size:1.5em;
	color:#e74c3c;
	font-weight:500;
}
.welcome-container p{
	font-family: 'Muli', sans-serif;
	font-size:1em;
	font-weight:300;
	color:#666;
	text-align:justify;
	line-height:24px;
}

.wraper{
	width:100%;
	height:auto;
	position:relative
}
.topwraper{
	width:100%;
	height:auto;
	position:absolute;
	left:0px;
	top:0px;
	z-index:9;
	
}
.logo-container {
    width: auto;
    height: auto;
    z-index: 999;
	margin:0px 5px;
	text-align:center;
}
.menu-container{
	width:1200px;
	margin:0 auto;
}

.logsec { width:auto; height:auto; float:left;}

.header-top{
	width:100%;
	height:auto;
	background-color:#00afa0;
}
.top-right{
	width:auto;
	height:auto;
	float:right;
	border-left:1px solid rgba(255,255,255,0.2);
	padding-left:10px;
}

.menu-wrap{
	width:100%;
	height:80px;
	padding-top:0.8%;
	background:#fff;
}
.header-social {
    width: auto;
    height: auto;
    float: left;
}
.header-social ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	border-left:1px solid rgba(255,255,255,0.2);
}
.header-social ul li{
	width:38px;
	height:38px;
	float:left; 
	background:none;
	border-right:1px solid rgba(255,255,255,0.2);
	
}

.header-social ul li a{
    height:38px;
    width:38px;
    display: block;
    text-align: center;
    line-height:38px;
    background-color: transparent;
	
	font-size:12px !important;
	background:none !important;
	padding-left:0px;
	color: rgba(255,255,255,1);
	transition: all 0.9s ease;
	transition: background 0.9s ease-in-out;
}
.header-social ul li a:hover{
	background-color:#fff !important;
	color:#666 !important;
	padding-left:0px;
}


.top-lang{
	width:auto;
	height: auto;
	float:left;
	border-right:1px solid rgba(255,255,255,0.2);
	font-family: 'Muli', sans-serif;
	font-size:0.8571428571428571em;
	color:#fff;
	line-height:38px;
	font-weight:400;
	padding-right:10px;
	margin-right:10px;
	background:url(../images/call.png) no-repeat left center;
	padding-left:15px;
}
.top-lang a{
	font-family: 'Muli', sans-serif;
	font-size:1em;
	color:#fff;
	height:38px;
	font-weight:400;
	padding-left:5px
}

.top-call{
	width:auto;
	height: auto;
	float:left;
	border-right:1px solid rgba(255,255,255,0.2);
	font-family: 'Muli', sans-serif;
	font-size:0.8571428571428571em;
	color:#fff;
	line-height:38px;
	font-weight:400;
	padding-right:10px;
	margin-right:10px;
	background:url(../images/call.png) no-repeat left center;
	padding-left:15px;
}
.top-call a{
	font-family: 'Muli', sans-serif;
	font-size:1em;
	color:#fff;
	height:38px;
	font-weight:400;
	padding-left:5px
}

.top-whatsap{
	width:auto;
	height: auto;
	float:left;
	border-right:1px solid rgba(255,255,255,0.2);
	font-family: 'Muli', sans-serif;
	font-size:0.8571428571428571em;
	color:#fff;
	line-height:38px;
	font-weight:400;
	padding-right:10px;
	margin-right:10px;
	background:url(../images/whatsapp.png) no-repeat left center;
	padding-left:15px;
}
.top-whatsap a{
	font-family: 'Muli', sans-serif;
	font-size:1em;
	color:#fff;
	height:38px;
	font-weight:400;
}

.top-mail{
	width:auto;
	height: auto;
	float:left;
	border-right:1px solid rgba(255,255,255,0.2);
	font-family: 'Muli', sans-serif;
	font-size:0.8571428571428571em;
	color:#fff;
	line-height:38px;
	font-weight:400;
	padding-right:10px;
	margin-right:10px;
	background:url(../images/mail.png) no-repeat left center;
	padding-left:20px
}
.top-mail a{
	font-family: 'Muli', sans-serif;
	font-size:1em;
	color:#fff;
	height:38px;
	font-weight:400;
}
.banner-caption-title{
	font-family: 'Heebo', sans-serif;
	color:#ed1a21;
	font-size: 2.857142857142857em;
	font-weight:700;
	text-align:left;
	text-transform:uppercase;
	line-height:45px;
		-webkit-text-fill-color: #ed1a21; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
}
.banner-caption-title-sub{
	font-family: 'Heebo', sans-serif;
	font-size:1.7142857142857142em;
	font-weight:300;
	color:#ed1a21;
	text-align:left;
	text-transform:uppercase;
}

.inner-banner-caption-title{
	font-family: 'Righteous', cursive;
	color:#fff;
	font-size:3.8em;
	font-weight:400;
	text-align:center;
}
.inner-banner-caption-title-sub{
	font-family: 'Dosis', sans-serif;
	font-size:1.4285714285714286em;
	font-weight:400;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}



.inner-banner{ width:100%; height:auto;}
.bottom-about{
	width:100%;
	height:auto;
	background-color:#fff;
}

.bredcum-wraper{
	width:100%;
	height:auto;
}
.bred-home {
    font-family: inherit;
    color: #666;
    float: left;
    text-transform: uppercase;
    padding-top: 0px;
	font-weight:300;
	font-size:0.8571428571428571em;

}
.bred-home a {
    font-family: inherit;
    font-weight: 300;
    color: #666;
	font-size: 1em;
	line-height:38px;
}
.bred-home-arrow {
    font-family: inherit;
    font-weight: 300;
    color: #666;
	font-size:1em;
	line-height:40px;
	padding-left:8px;
	padding-right:8px;
	float:left;
}
.bred-home-next{
    font-family: inherit;
    font-weight: 400;
    color:#025aaa;
	font-size:0.8571428571428571em;
	line-height:38px;
	float:left;
	text-transform:uppercase;
}
.welcome-middle-wrap{
	width:100%;
	height:auto;
	background-color:#fff;
	padding-top:50px;
	padding-bottom:50px;
}
.welcome-middle-title{
	width:100%;
	height:auto;
	text-align:left;
	font-family: 'Heebo', sans-serif;
	font-size:2em;
	color:#e74c3c;
	text-align:left;
	text-transform:uppercase;
	font-weight:500;
	padding-bottom:2%;
}
.welcome-middle-title span{
	font-weight:300;
	color:#666;
}
.home-universities{
	width:48%;
	height:auto;
	float:left;
}

.home-approvals{
	width:48%;
	height:auto;
	float:right;
}
.approval-home{
	width: auto;
	height:auto;
	padding:20px 25px;
}

.approval-home-logo{
	width:20%;
	height:auto;
	float:left;
	text-align:left;
}
.approval-home-dtl{
	width:80%;
	height:auto;
	float:left;
	padding-top:2.4%;
}
.approval-home-dtl-title{
	width:100%;
	height:auto;
	text-align:left;
	font-family: 'Heebo', sans-serif;
	font-size:1.4285714285714286em;
	text-transform:uppercase;
	line-height:30px;
	font-weight:500;
}
.ugc{
	color:#ae0e44;
}
.aicte{
	color:#f0840b;
}
.mhrd{
	color:#333333;
}
.approval-home-dtl p{
	width:100%;
	height:auto;
	text-align:left;
	font-family: 'Muli', sans-serif;
	font-size:1em;
	line-height:24px;
	font-weight:300;
	color:#666;
}
.university-home{
	width:100%;
	height:auto;
	margin-bottom:4%;
}
.university-logo-home{
	width:15%;
	height:auto;
	float:left;
	text-align:left;
}
.university-dtl-home{
	width:85%;
	height:auto;
	float:left;
}
.university-dtl-home-title{
	width:100%;
	height:auto;
	text-align:left;
	font-family: 'Heebo', sans-serif;
	font-size:1.4285714285714286em;
	color:#666;
}

.university-dtl-home p{
	width:100%;
	height:auto;
	text-align: justify;
	font-family: 'Muli', sans-serif;
	font-size:1em;
	color:#666;
	line-height:24px;
	font-weight:300;
}

.button-hm {
  background-color: #05a4e7;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size:1em;
  width:148px;
  transition: all 0.5s;
  cursor: pointer;
  line-height:45px;
  font-family: 'Muli', sans-serif;
  text-transform:uppercase;
  font-weight:800;
}

.button-hm span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  font-family: 'Raleway', sans-serif;
}

.button-hm span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  font-size:20px;
  line-height:40px;
  font-family:inherit;
}

.button-hm:hover span {
  padding-right: 20px;
  line-height:43px;
}

.button-hm:hover span:after {
  opacity: 1;
  right: 0;
}


.view-all{
	 width:148px;
	 height:43px;
	 float:right;
	 margin-top:35px;
}
.view-captcha{
	 width:235px;
	 height:43px;
	 margin:28px auto;
}


/**************product section***************/

.product_img { width:20%; height:auto; float:left;}
.product_txt { width:70%; height:auto; float:right; padding:15px 10px 0 0;}
.lines { width:100%; float:left; height:2px; border-bottom:1px dashed #999; margin:10px 0;}

/**************product section***************/


.sub {
  background-color: #e74c3c;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size:1em;
  width:148px;
  transition: all 0.5s;
  cursor: pointer;
  line-height:45px;
  font-family: 'Muli', sans-serif;
  text-transform:uppercase;
  font-weight:800;
}
.follows{
	width:20%;
	float:right
}
.footer-contact{
	padding-left:5%;
	width:30%;
	}

.sub span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  font-family: 'Raleway', sans-serif;
}

.sub span:after {
  /*content: '\00bb';*/
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  font-size:20px;
  line-height:40px;
  font-family:inherit;
}

.sub:hover span {
  padding-right: 20px;
  line-height:43px;
}

.sub:hover span:after {
  opacity: 1;
  right: 0;
}






.banner-bottom{
	width:100%;
	height:auto;
	margin-top:-60px;
	position:absolute;
	z-index:9999 !important
}
a .bottom-dtl{
	width:100%;
	height:auto;
	line-height:50px;
	border-bottom:1px solid #e74c3c;
	color:#e74c3c;
	text-align:center;
	font-size:1.2857142857142858em;
	font-family: 'Heebo', sans-serif;
	font-weight:500;
	text-transform:uppercase;
	transition: all 0.9s ease;
	transition: background 0.9s ease-in-out;
	
}
a:hover .bottom-dtl{
	background-color:#e74c3c;
	color:#fff;
}

a .bottom-dtl-admission{
	width:100%;
	height:auto;
	line-height:50px;
	border-bottom:1px solid #00afa0;
	color:#00afa0;
	text-align:center;
	font-size:1.2857142857142858em;
	font-family: 'Heebo', sans-serif;
	font-weight:500;
	text-transform:uppercase;
	transition: all 0.9s ease;
	transition: background 0.9s ease-in-out;
	
}
a:hover .bottom-dtl-admission{
	background-color:#00afa0;
	color:#fff;
}

.bottom-icon{
	width:80px;
	height:41px;
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	bottom:0;
}

.banner-bottom-container{
	width:1200px;
	height: auto;
	background-color:#fff;
	padding:1% 1.5%;
	 margin:0 auto;
}
.bottom-content{
	width:32%;
	height: auto;
	float:left;
	margin-right:2%;
}
.bottom-content-inner{
	width:100%;
	height: auto;
	float:left;
	margin-bottom:10%;
}
.bottom-content:nth-child(3n+3){ margin-right:0%;}
.bottom-pics{
	width:100%;
	height:auto;
	position:relative;
}
.bottom-pics-for{
	width:100%;
	height:auto;
}
.callback{
	width:20%;
	height:auto;
	float:right;
}
.callback-title{
	width:auto;
	height:auto;
	background:url(../images/callback.png) no-repeat left center;
	padding-left:55px;
}
.callback-title h2{
	font-family: 'Heebo', sans-serif;
	font-weight:300;
	color:#666;
	font-size:1.2857142857142858em;
	text-transform:uppercase;
	line-height:24px;
	margin-bottom:10px;
}
.callback-title h2 span{
	font-size: 1.3333333333333333em;
	color:#e74c3c;
	font-weight:500;
}

.product-catlog{
	width:auto;
	height:auto;
	background:url(../images/pdf.png) no-repeat left center;
	padding-left:55px;
}
.product-catlog h2{
	font-family: 'Heebo', sans-serif;
	font-weight:300;
	color:#666;
	font-size:1.2857142857142858em;
	text-transform:uppercase;
	line-height:24px;
	margin-bottom:10px;
}
.product-catlog h2 span{
	font-size: 1.3333333333333333em;
	color:#fda91c;
	font-weight:500;
}



.calback-enquiry{
	width:100%;
	height:auto;
	margin-bottom:2px;
}
.callboxkbox{
	width:100%;
	height:45px;
	border:1px solid #e5e5e5;
	line-height:45px;
	padding-left:3%;
	padding-right:3%;
	font-family: 'Muli', sans-serif;
	font-size:1em;
	color:#666;
}
.product-home-title{
	width:100%;
	height:auto;
	text-align:center;
	font-family: 'Heebo', sans-serif;
	font-weight:300;
	color:#fff;
	text-transform:uppercase;
	font-size:1.4285714285714286em;
	line-height:28px;
	margin-bottom:15px;
}
.numbers-says{
	width:100%;
	height:auto;
	padding-top:45px;
	padding-bottom:45px;;
}

.programms-container{
	width:100%;
	height:auto;
	padding-top:45px;
	padding-bottom:75px;
	}

.tabify {
    text-align: center;
}

.product-home-title span{
	font-size:1.5em;
	font-weight:500;
}

.home-course-pic{
	width:50%;
	height:auto;
	float:left;
}
.home-course{
	width:40%;
	height:auto;
	padding:4% 5%;
	float:left;
}
.home-course-title{
	font-family: 'Heebo', sans-serif;
	font-weight:500;
	color:#e74c3c;
	font-size:1.4285714285714286em;
	text-transform:uppercase;
	line-height:45px;
	padding-left:55px;
	background:url(../images/icon-art-blu.png) no-repeat left;
}
.home-course-title:before{
	content:'';
	
}
.home-course ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.home-course ul li{
	font-family: 'Muli', sans-serif;
	font-weight:300;
	font-size:1em;
	color:#666;
	background:url(../images/listing.png) no-repeat left 4px;
	margin-bottom:2%;
	padding-left:20px;
	margin-top:2%;
	min-height:30px;
	text-align:justify
} 
a .course-more{
	width:135px;
	height:45px;
	float:left;
	background-color:#fda91c;
	font-size:1em;
	font-weight:700;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Muli', sans-serif;
	line-height:45px;
	margin-top:5%;
	transition: all 0.9s ease;
	transition: background 0.9s ease-in-out;
	border:1px solid #fda91c;
}


a:hover .course-more{
	
	background-color:#fff;
	font-size:1em;
	font-weight:700;
	color:#00afa0;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Muli', sans-serif;
	line-height:45px;
	border:1px solid #00afa0
	
}


a .course-quick{
	width:135px;
	height:45px;
	float:left;
	background-color:#fff;
	font-size:1em;
	font-weight:700;
	color:#666;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Muli', sans-serif;
	line-height:45px;
	margin-top:5%;
	transition: all 0.9s ease;
	transition: background 0.9s ease-in-out;
	border:1px solid #ccc;
	margin-left:5px;
}


a:hover .course-quick{
	
	background-color:#fda91c;
	font-size:1em;
	font-weight:700;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Muli', sans-serif;
	line-height:45px;
	border:1px solid #fda91c;
	
}
.numbers-container{
	width:80%;
	height:auto;
	margin:0 auto;
}
.convocade{
	width:33%;
	height:auto;
	float:left;
	text-align:center;
}
.convocade-name{
	width:100%;
	height:auto;
	text-align:center;
	font-family: 'Muli', sans-serif;
	font-size:1em;
	text-transform:uppercase;
	color:#fff;
	font-weight:300;
	margin-top:15px;
}
.numbers-bg{
	width:114px;
	height:114px;
	border-radius:50%;
	background-color:rgba(255,255,255,0.2);
	margin:0 auto;
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center;
}
.numbers-bg-inner{
	width:84px;
	height:84px;
	border-radius:50%;
	background-color:rgba(253,169,28,0.5);
	margin:0 auto;
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center;
}
.numbers-bg-inner h4{
	font-size:1.7142857142857142em;
	font-family: 'Heebo', sans-serif;
	color:#fff;
	font-weight:700;
}
.numbers-bg-inner h4 span{
	font-size:1em;
	font-family: 'Heebo', sans-serif;
	color:#fff;
	font-weight:700;
}


.numbers-bg-inner h6 {
    float: left;
    text-align: left;
    font-size:1.7142857142857142em;
	font-family: 'Heebo', sans-serif;
	color:#fff;
	font-weight:700;
    padding-left: 5px;
}
/*******************************************************************************contact*******************************************************************************/
.inner-pg-wraper{
	width:100%;
	height:auto;
	position:relative;
	}
.inner-pg-captions{
	width:1200px;
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	bottom:15%;
	}
.caption-in{
	font-family: 'Heebo', sans-serif;
	font-size:1.7142857142857142em;
	font-weight:300;
	color:#ed1a21;
	text-align:left;
	text-transform:uppercase;
	}
.caption-in-sub{
	font-family: 'Heebo', sans-serif;
	color:#ed1a21;
	font-size: 2.857142857142857em;
	font-weight:700;
	text-align:left;
	text-transform:uppercase;
	line-height:45px;
	-webkit-text-fill-color: #ed1a21; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
	}
.bred-home{
	font-family: 'Heebo', sans-serif;
	color:#999;
	font-size:10px;
	font-weight:300;
	text-align:left;
	text-transform:uppercase;
	line-height:50px;
	background:url(../images/bred-aro.png) no-repeat right;
	padding-right:10px;
	margin-right:10px;
	float:left;
	}
.bred-next{
	font-family: 'Heebo', sans-serif;
	color:#e74c3c;
	font-size:10px;
	font-weight:400;
	text-align:left;
	text-transform:uppercase;
	line-height:50px;	
	float:left;
	}
.conatct-wraper{
	width:100%;
	height:auto;
	}
.contact-firstrow{
	width:100%;
	height:auto;
	padding-bottom:50px;
	}
.adress{
	width:40%;
	height:auto;
	float:left;
	background:#f2f2f2;
	padding-left:5%;
	padding-top:50px;
	padding-bottom:50px;
	}
.red-logo{
	width:100%;
	height:auto;
	padding-bottom:20px;
	}
.adrs-dtls{
	width:100%;
	height:auto;
	}
.adrs-dtls h5{
	font-family: 'Muli', sans-serif;
	font-size:18px;
	font-weight:700;
	color:#333;
	text-transform:uppercase;
	line-height:24px;
	}
.adrs-dtls p{
	font-family: 'Muli', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#666;
	text-align:left;
	line-height:24px;
	}
.call-red{
	font-family: 'Muli', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#666;
	line-height:30px;
	background:url(../images/icon-call.png) no-repeat left;
	padding-left:20px;
	}
.mail-red{
	font-family: 'Muli', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#666;
	line-height:30px;
	background:url(../images/icon-mail.png) no-repeat left;
	padding-left:20px;
	}
.contact-consults{
	width:100%;
	height:auto;
	float:right;
	
	}
.consultants-row{
	width:100%;
	height:auto;
	padding-top:50px;
	}
.consult-head{
	font-family: 'Heebo', sans-serif;
	color:#e74c3c;
	font-size:18px;
	font-weight:500;
	text-transform:uppercase;
	}
.consult-head span{
	font-family: 'Heebo', sans-serif;
	color:#999;
	font-weight:300;
	}
.consult-one{
	width:33%;
	height:auto;
	float:left;
	}
.consult-two{
	width:48%;
	height:auto;
	float:right;
	}		
.call-blue{
	font-family: 'Muli', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#666;
	line-height:30px;
	background:url(../images/icon-call-blu.png) no-repeat left 10px;
	padding-left:20px;
	}
.call-adrs{
	font-family: 'Muli', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#666;
	line-height:30px;
	background:url(../images/icon-adrs.png) no-repeat left 10px;
	padding-left:20px;
	}	
.mail-blue{
	font-family: 'Muli', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#666;
	line-height:30px;
	background:url(../images/icon-mail-blu.png) no-repeat left;
	padding-left:20px;
	}
.gmap{
	width:40%;
	height:auto;
	float:left;
	}
.form-wraper{
	width:60%;
	height:auto;
	float:right;
	padding-left:5%;
	}	
.form-head{
	font-family: 'Heebo', sans-serif;
	color:#999;
	font-size:24px;
	font-weight:300;
	text-transform:uppercase;
	line-height:32px;
	}
.form-head span{
	font-family: 'Heebo', sans-serif;
	color:#e74c3c;
	font-weight:500;
	}
.form-left{
	width:49.5%;
	height:auto;
	float:left;
	}
.form-right{
	width:49.5%;
	height:auto;
	float:right;
	}	
.name-txt{
	width:100%;
	height:40px;
	border:1px solid #e5e5e5;
	padding-left:5%;
	margin-bottom:10px;
	font-family: 'Muli', sans-serif;
	color:#666666;
	font-size:14px;
	font-weight:400;
	}
.adres-txt{
	width:100%;
	height:160px;
	border:1px solid #e5e5e5;
	padding-left:2.5%;
	margin-bottom:10px;
	font-family: 'Muli', sans-serif;
	color:#666666;
	font-size:14px;
	font-weight:400;
	line-height:40px;
	}
.form-sbmt{
	width:106px;
	height:45px;
	background:#e74c3c;
	font-family: 'Muli', sans-serif;
	color:#fff;
	font-size:14px;
	font-weight:700;
	line-height:40px;
	text-transform:uppercase;
	float:right;
	cursor:pointer;
	border:1px solid #fff;
	}
.form-sbmt:hover{
	background:#fff;
	border-color:#00afa0;
	color:#00afa0;
	}	
/*******************************************************************************contact*******************************************************************************/


/*******************************************************************************Admission*******************************************************************************/
.bredcum-container{
	width:100%;
	height:auto;
}
.admission-title{
	width:100%;
	height:auto;
	font-size:1.2857142857142858em;
	font-family: 'Heebo', sans-serif;
	font-weight:300;
	color:#999;
	text-transform: uppercase;
}

.admission-title span{
	width:100%;
	height:auto;
	font-size:1.3333333333333333em;
	font-family: 'Heebo', sans-serif;
	font-weight:500;
	color:#00afa0;
}
.admission-top{
	width:100%;
	height:auto;
	padding-top:1%;
	padding-bottom:1%;
}
.admission-top-pic{
	width:50%;
	height:auto;
	float:left;
}
.admisttion-transfer{
	width:45%;
	height:auto;
	float:left;
	padding-left:5%;
	padding-top:3%;
}
.admisttion-transfer ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.admisttion-transfer ul li{
	font-size:1em;
	font-weight:300;
	font-family: 'Muli', sans-serif;
	color:#666;
	margin-bottom:20px;
	background:url(../images/admission-listing.png) no-repeat left 3px;
	padding-left:18px;
}
.admission-mid-wraper{
	width:100%;
	height:auto;
	padding-top:1.5%;
	padding-bottom:75px;
}
.admission-filled{
	width:50%;
	height:auto;
	float:left;
}
.admission-title-mid{
	width:100%;
	height:auto;
	font-size: 1.2857142857142858em;
	font-family: 'Heebo', sans-serif;
	color:#999;
	font-weight:300;
	text-transform:uppercase;
	line-height:24px;
	margin-bottom:10px;
}

.admission-title-mid span{
	font-size:1.3333333333333333em;
	color:#fda91c;
	font-weight:500;
	
	}
.filled-admission-pic{
	width:30%;
	height:auto;
	float:left;
}
.filled-admission-right{
	width:65%;
	height:auto;
	float:left;
	padding-left:5%;
	padding-top:3%;
}
.filled-admission-right ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.filled-admission-right ul li{
	font-size:1em;
	font-weight:300;
	font-family: 'Muli', sans-serif;
	color:#666;
	margin-bottom:20px;
	background:url(../images/listing.png) no-repeat left 3px;
	padding-left:18px;
	
	}

.admission-fees{
	width:45%;
	height:auto;
	float:left;
	padding-left:5%
}

.admission-fees p{
	font-size:1em;
	font-weight:300;
	font-family: 'Muli', sans-serif;
	color:#666;
	line-height:24px;
	
	}
.fee-title{
	width:100%;
	height:auto;
	font-size:1em;
	font-weight:700;
	font-family: 'Muli', sans-serif;
	color:#aa0000;
	line-height:24px;
	text-transform:uppercase;
}
.fee-title1{
	width:100%;
	height:auto;
	font-size:1em;
	font-weight:600;
	font-family: 'Muli', sans-serif;
	color:#666;
	line-height:24px;
}
.admission-bottom-for{
	width:100%;
	height:auto;
	padding-top:70px;
	padding-bottom:70px;
	background:url(../images/admission-bottom.jpg)
}
.admission-bottom-for h3{
	width:100%;
	height:auto;
	text-align:center;
	font-family: 'Heebo', sans-serif;
	text-transform:uppercase;
	color:#fff;
	font-weight:300;
	font-size:1.4285714285714286em;
}
.admission-bottom-for h2{
	width:100%;
	height:auto;
	text-align:center;
	font-family: 'Heebo', sans-serif;
	text-transform:uppercase;
	color:#fff;
	font-weight:500;
	font-size:2.142857142857143em;
}
.admission-bottom-for h4{
	width:100%;
	height:auto;
	text-align:center;
	font-family: 'Heebo', sans-serif;
	color:#fff;
	font-weight:300;
	font-size:1.4285714285714286em;
	line-height:32px;
}

/*******************************************************************************Admission*******************************************************************************/

/*******************************************************************************about*******************************************************************************/


.abt-left{
	width:75%;
	height:auto;
	float:left;
	padding-right:5%;
	}	
.page-title	{
	font-family: 'Heebo', sans-serif;
	color:#999;
	font-size:20px;
	font-weight:300;
	text-transform:uppercase;
	line-height:32px;
	margin-bottom:50px;
	}
.page-title span{
	font-family: 'Heebo', sans-serif;
	color:#e74c3c;
	font-size:30px;
	font-weight:500;
	}
.page-txt p{
	font-family: 'Muli', sans-serif;
	color:#666;
	font-size:14px;
	font-weight:300;
	line-height:24px;	
	text-transform:none;
	text-align:justify;
	}
.mission-wraper{
	width:100%;
	height:auto;
	padding-bottom:50px;
	}
.mision{
	width:48.5%;
	height:auto;
	float:left;
	}	
.mision-head{
	font-family: 'Heebo', sans-serif;
	color:#00afa0;
	font-size:24px;
	font-weight:500;
	text-transform:uppercase;
	background:url(../images/icon-vision.png) no-repeat left;
	line-height:50px;
	padding-left:60px;
	}
.vision{
	width:48.5%;
	height:auto;
	float:right;
	}	
.vision-head{
	font-family: 'Heebo', sans-serif;
	color:#00afa0;
	font-size:24px;
	font-weight:500;
	text-transform:uppercase;
	background:url(../images/icon-mision.png) no-repeat left;
	line-height:50px;
	padding-left:60px;
	}	
.overview{
	width:100%;
	height:auto;
	padding-bottom:5%;
	}
.overview h5{
	font-family: 'Heebo', sans-serif;
	color:#e74c3c;
	font-size:24px;
	font-weight:500;
	text-transform:uppercase;
	}	
.overview p{
	font-family: 'Muli', sans-serif;
	color:#666;
	font-size:14px;
	font-weight:300;
	line-height:24px;	
	text-transform:none;
	text-align:justify;
	}
.abt-right{
	width:20%;
	height:auto;
	float:right;
	margin-top:25px;
	margin-bottom:50px;
	}	
.abt-pgms{
	width:100%;
	height:auto;
	position:relative;
	margin-top:25px;
	}
.abt-pgms h5{
	font-family: 'Heebo', sans-serif;
	color:#fda91c;
	font-size:18px;
	font-weight:500;
	text-transform:uppercase;
	text-align:center;
	line-height:50px;
	border-bottom:1px solid #fda91c;
	border-top:none;
	}	
.abt-pgms:hover h5{
	background:#00afa0;
	color:#fff;
	}	
.abt-icons{
	position:absolute;
	left:35%;
	bottom:45px;
	}
.abt-admisn{
	width:100%;
	height:auto;
	position:relative;
	margin-top:25px;
	}	
.abt-admisn h5{
	font-family: 'Heebo', sans-serif;
	color:#00afa0;
	font-size:18px;
	font-weight:500;
	text-transform:uppercase;
	text-align:center;
	line-height:50px;
	border-bottom:1px solid #00afa0;
	border-top:none;
	}
.abt-admisn:hover h5{
	color:#fff;
	background:#fda91c;
	}
/*******************************************************************************about*******************************************************************************/

/*******************************************************************************Downloads*******************************************************************************/
.downloads-title{
	width:100%;
	height:auto;
	font-family: 'Heebo', sans-serif;
	font-weight:300;
	font-size:2.142857142857143em;
	text-transform:uppercase;
	color:#999;
}

.downloads-title span{
	font-weight:500;
	color:#ed1b24;
}
.download{
	width:48%;
	height:auto;
	float:left;
	border:1px solid #ccc;
	margin-top:1%;
	margin-bottom:1%;
}

a .download-for{
	width:37%;
	height:50px;
	background-color:#00afa0;
	float:right;
}
a:hover .download-for{ background-color:#e74c3c}

.download-for h2{
	width:100%;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:1em;
	color:#fff;
	font-family: 'Muli', sans-serif;
}
.download-for h2:before{
	content:'';
	background: url(../images/download.png) no-repeat center;
	padding-right:40px;
	height:50px;
	line-height:50px;
	background-size:contain;
}
.download-main{
	width:60%;
	height:50px;
	line-height:50px;
	float:left;
	padding-left:3%;
	font-size:1em;
	color:#666;
	font-family: 'Muli', sans-serif;
	text-align:left;
}


.abt-right .download{
	width:100%;
	height:auto;
	float:left;
	border:0px none !important;
	margin-top:1%;
	margin-bottom:1%;
}
.abt-right .download a .download-for{
	width:100%;
	height:50px;
	background-color:#e74c3c;
	float:right;
}
.abt-right .download a:hover .download-for{ background-color:#e74c3c}

/*******************************************************************************Downloads*******************************************************************************/

/*******************************************************************************approvals*******************************************************************************/
.aprovals-head{
	font-family: 'Heebo', sans-serif;
	color:#666;
	font-size:30px;
	font-weight:300;
	text-transform:uppercase;
	}	
.aprovals-head span{
	font-family: 'Heebo', sans-serif;
	color:#e74c3c;
	font-weight:500;
	}
.approvals-row{
	width:100%;
	height:auto;
	margin-bottom:50px;
	}	
.aprovals-one{
	width:47.3%;
	height:auto;
	float:left;
	border:1px solid #fff;
	border-left:4px solid #000;
	padding-top:20px;
	padding-bottom:20px;
	}
.aproval-two{
	width:47.3%;
	height:auto;
	float:right;
	border:1px solid #fff;
	border-left:4px solid #000;
	padding-top:20px;
	padding-bottom:20px;
	}
.aproval-logo{
	width:auto;
	height:auto;
	float:left;
	padding-left:5%;
	padding-right:5%;
	}
.aproval-dtls{
	width:auto;
	height:auto;
	float:left;
	}
.aproval-dtls h5{
	font-family: 'Heebo', sans-serif;
	color:#fff;
	font-size:20px;
	font-weight:500;
	line-height:45px;
	text-transform:uppercase;	
	}	
.aproval-dtls h6{
	font-family: 'Muli', sans-serif;
	color:#666;
	font-size:14px;
	font-weight:400;
	line-height:24px;
	}
/*******************************************************************************approvals*******************************************************************************/


/*******************************************************************************Programs*******************************************************************************/

.course-dtls{
	width:100%;
	height:auto;
	margin-bottom:50px;
	margin-top:30px;
	}
.crs-img{
	width:40%;
	height:auto;
	float:left;
	padding-left:5%;
	padding-right:5%;
	}
.crs-all-dtls{
	width:50%;
	height:auto;
	float:right;
	padding-top:25px;
	}
.crs-all-dtls h2{
	font-family: 'Heebo', sans-serif;
	color:#fda91c;
	font-size:24px;
	font-weight:500;
	text-transform:uppercase;
	}
.crs-all-dtls ul{
	padding:0;
	margin:0;
	list-style-type:none;
	}
.crs-all-dtls ul li{
	font-family: 'Muli', sans-serif;
	color:#666;
	font-size:14px;
	font-weight:300;
	line-height:24px;	
	margin-bottom:5px;
	background:url(../images/crs-li.png) no-repeat left;
	padding-left:20px;
	}
.enq-btn{
	width:136px;
	height:45px;
	background:#05a4e7;
	font-family: 'Muli', sans-serif;
	color:#fff;
	font-size:14px;
	font-weight:700;
	line-height:45px;	
	text-align:center;
	text-transform:uppercase;
	margin-top:50px;
	}
/*******************************************************************************programs*******************************************************************************/

/*******************************************************************************UNIversuty*******************************************************************************/
.university-dtls{
		width:100%;
		height:auto;
		margin-bottom:50px;
		}
	.universty-logo{
		width:12%;
		height:auto;
		float:left;	
		overflow:hidden;
			}
	.univer-all-dtls{
		width:auto;
		height:auto;
		float:left;
		}
	.universty-icon{
		width:130px;
		height:130px;
		border:1px solid #e5e5e5;
		border-radius:50%;
		text-align:center;
		line-height:180px;
		}
	.univer-all-dtls{
		width:100%;
		height:auto;
		}
	.univer-all-dtls h5{
		font-family: 'Heebo', sans-serif;
		color:#fda91c;
		font-size:20px;
		font-weight:500;
		line-height:45px;
		text-transform:uppercase;	
		}
	.univer-all-dtls p{
		font-family: 'Muli', sans-serif;
		color:#666;
		font-size:14px;
		font-weight:300;
		line-height:24px;
		text-align:justify;
		}
	.univ-links{
		width:auto;
		height:auto;
		border:1px solid #e5e5e5;
		display:table;
		margin-top:20px;
		}
	.dwnld-form{
		width:auto;
		height:auto;
		float:left;
		font-family: 'Muli', sans-serif;
		color:#666;
		font-size:14px;
		font-weight:300;
		line-height:40px;
		padding-left:50px;
		padding-right:25px;
		border-right:1px solid #e5e5e5;
		background:url(../images/university-downlod.png) no-repeat 15px center;
		}
	.dwnld-form:hover{
		background:#fda91c url(../images/university-downlod-hover.html) no-repeat 15px center; 
		color:#fff;
		}
	.visit-site{
		font-family: 'Muli', sans-serif;
		color:#666;
		font-size:14px;
		font-weight:300;
		line-height:40px;
		float:left;
		background: #fff url(../images/visit-bg.png) no-repeat 25px center;
		padding-left:55px;		
		padding-right:25px;
		}
	.visit-site:hover{
		background:#fda91c url(../images/visit-bg-hover.png) no-repeat 25px center; 
		color:#fff;
		}		
/*******************index additional************************/		
.fade-img{
	width:17%;
	height:auto;
	float:left;
	overflow:hidden;
	}
.fade-txt{
	width:83%;
	height:auto;
	float:left;
	font-family: 'Muli', sans-serif;
	color:#666;
	font-size:14px;
	font-weight:300;
	line-height:24px;
	text-align:justify;	
	}	
.fade-txt h2{
	font-family: 'Heebo', sans-serif;
		color:#999;
		font-size:20px;
		font-weight:500;
		line-height:45px;
	}
.ticker-img{
	width:auto;
	height:auto;
	float:left;
	padding-right:25px;
	padding-left:20px;
	}
.ticker-dtls{
	width:auto;
	height:auto;
	float:left;
	margin-top:20px;
	}
.ticker-dtls h5{
	font-family: 'Heebo', sans-serif;
	color:#999;
	font-size:20px;
	font-weight:500;
	line-height:45px;
	}	
.ticker-dtls p{
	font-family: 'Muli', sans-serif;
	color:#666 !important;
	font-size:14px;
	font-weight:300;
	line-height:24px;
	text-align:justify;	
	}			
/*******************enquiry**************	*/		
.form-wraper-enq{
	width:600px;
	height:auto;
	margin:0 auto;
	}						
.pgms-table{
	width:100%;
	height:auto;
	}
.pgms-table table tr th{
	font-family: 'Heebo', sans-serif;
	color:#fff;
	font-size:18px;
	font-weight:500;	
	}
.pgms-table table tr td{
	font-family: 'Muli', sans-serif;
	color:#333;
	font-size:14px;
	font-weight:300;	
	}
.mob-logo{ display:none;}
.tab-pic{
	width:100%;
	height:auto;
	text-align:center;
}
			
@media (min-width: 1023px) and (max-width: 1279px) {
	.container{ width:95% !important; margin:0 auto}
	.banner-bottom-container{width:95% !important;}
	.menu-container{width:95% !important}
	.inner-pg-captions{width:95% !important;bottom:0;}
	.nav a {margin:5px 5px !important;font-size:12px !important;}
	.caption-in{font-size: 1.5em;}
	.caption-in-sub{font-size: 1.8em; line-height:32px;}
	}

@media (min-width: 1280px) and (max-width: 1359px) {
	.container{ width:1180px !important; margin:0 auto}
	.newsontent-wrap{ width:100%; height:auto; margin:0 auto}
	.about-bottom {width: 19.93%;}

	}	
@media (min-width: 1360px) and (max-width: 1399px) {
	.container{ width:1250px !important; margin:0 auto}
	.newsontent-wrap{ width:96%; height:auto; margin:0 auto}
	}	
@media (min-width: 1400px) and (max-width: 1441px) {
	.container{ width:1300px !important; margin:0 auto}
		.newsontent-wrap{ width:96%; height:auto; margin:0 auto}

	}	
@media (min-width: 1441px) and (max-width: 1599px) {
	.container{ width:1370px !important; margin:0 auto}
	}
@media (min-width:1600px){
	.container{ width:1475px !important; margin:0 auto}
	
}

@media (max-width:320px) {
	.container{ width:99% !important; margin:0 auto}
	.topwraper{ position:inherit; background-color:#fda91c !important}
	.welcome-container{ width:100%;}
	.banner-bottom-container{ width:100%;}
	.bottom-content{ width:100%; margin-right:0%;}
	.banner-bottom{ position:inherit; margin-top:0px;}
	.callback{ width:100%; margin-top:5%;}
	.home-universities{ width:100%;}
	.home-approvals{width:100%;}
	.quick-links{ width:100%;}
	.follows{ width:100%;}
	.footer-contact{ padding-left:0%; margin-top:5%; margin-bottom:5%;}
	.home-course-pic{ width:100%;}
	.home-course{ width:100%;}
	.resp-tab-content{ padding:5px 5px !important}
	.menu-container{ width:100%;}
	.convocade{ width:100%; margin-bottom:5%;}
	.abt-left{ width:100%; padding-right:0%;}
	.mision{ width:100%;}
	.vision{ width:100%; margin-top:5%;}
	.abt-right{ width:100%;}
	.inner-pg-captions{ width:100%;}
	.admission-top-pic{ width:100%;}
	.admisttion-transfer{ width:100%;}
	.admission-filled{ width:100%;}
	.filled-admission-pic{ width:100%;}
	.filled-admission-right{ width:100%; padding-left:0%;}
	.admission-fees{ width:100%; padding-left:0%;}
	.aprovals-one{ width:98%; margin-bottom:5px; margin:0 auto;}
	.aproval-two{ width:98%; margin-bottom:5px; margin:0 auto; float:left;}
	.approvals-row{ margin-bottom:5px;}
	.univer-all-dtls{ width:100%;}
	.universty-logo{ width:100%;}
	.universty-icon{ margin:0 auto;}
	.download{ width:100%;}
	.adress{ width:100%; padding-left:0%;}
	.consult-one{ width:100%;}
	.contact-consults{ width:100%;}
	.consult-two{ width:100%; margin-top:5%;}
	.gmap{ width:100%;}
	.form-wraper{ width:100%;}
	.header-social{ display:none;}
	.top-call{ border:none;}
	.top-mail{ border:none;}
	.banner-caption-title{ font-size:1.857em;}
	.nav{ background-color:#000 !important}
	section.module h2 {margin-bottom: 5px !important;font-size: 18px !important; color:#fff;}
	.home-course-title{ font-size:1.2em;}
	.ticker-img{ display:none;}
	#quotes{ height:520px !important;}
	.fade-txt{ width:100%;}
	.fade-img{ width:100%;}
	.copyright{ width:100%; text-align:center;}
	.designed{ width:182px; margin:0 auto; float:none;}
	a .course-quick{ margin-left:0px;}
	.logo-container{ display:none}
	.nav a{ margin:0px !important; padding-left:5px; padding-right:5px;}
	.mob-logo{ width:100%; text-align:center; padding-top:3%; padding-bottom:3%; display:block;}
	.callboxkbox{ width:100%;}
	.inner-pg-captions{ display:none;}
	.page-title{ font-size:18px;}
	.page-title span{ font-size:26px;}
	.dwnld-form{ width:100%; margin-left:0px; }
	.download-main{ width:100%;}
	a .download-for{ width:auto; padding-right:15px; float:left;}
	.call-blue {background: url(../images/icon-call-blu.png) no-repeat left 10px;}
	.footer-top-wrap{ padding-left:3%;}
	.welcome-wraper{ margin-top:0%;}
	.menu-wrap{ padding-top:0%;}
	.banner-bottom-container{padding: 1% 0%;}

.product_img img { width:100%; }

}
@media (min-width:321px) and (max-width:480px){
	
	.container{ width:99% !important; margin:0 auto}
	.topwraper{ position:inherit; background-color:#fda91c !important}
	.welcome-container{ width:100%;}
	.banner-bottom-container{ width:100%;}
	.bottom-content{ width:100%; margin-right:0%;}
	.banner-bottom{ position:inherit; margin-top:0px;}
	.callback{ width:100%; margin-top:5%;}
	.home-universities{ width:100%;}
	.home-approvals{width:100%;}
	.quick-links{ width:100%;}
	.follows{ width:100%;}
	.footer-contact{ padding-left:0%; margin-top:5%; margin-bottom:5%;}
	.home-course-pic{ width:100%;}
	.home-course{ width:100%;}
	.resp-tab-content{ padding:5px 5px !important}
	.menu-container{ width:100%;}
	.convocade{ width:100%; margin-bottom:5%;}
	.abt-left{ width:100%; padding-right:0%;}
	.mision{ width:100%;}
	.vision{ width:100%; margin-top:5%;}
	.abt-right{ width:100%;}
	.inner-pg-captions{ width:100%;}
	.admission-top-pic{ width:100%;}
	.admisttion-transfer{ width:100%;}
	.admission-filled{ width:100%;}
	.filled-admission-pic{ width:100%;}
	.filled-admission-right{ width:100%; padding-left:0%;}
	.admission-fees{ width:100%; padding-left:0%;}
	.aprovals-one{ width:98%; margin-bottom:5px; margin:0 auto;}
	.aproval-two{ width:98%; margin-bottom:5px; margin:0 auto; float:left;}
	.approvals-row{ margin-bottom:5px;}
	.univer-all-dtls{ width:100%;}
	.universty-logo{ width:100%;}
	.universty-icon{ margin:0 auto;}
	.download{ width:100%;}
	.adress{ width:100%; padding-left:0%;}
	.consult-one{ width:100%;}
	.contact-consults{ width:100%;}
	.consult-two{ width:100%; margin-top:5%;}
	.gmap{ width:100%;}
	.form-wraper{ width:100%;}
	.header-social{ display:none;}
	.top-lang{ border:none; padding-left:0;}
	.top-call{ border:none; padding:0 4%; margin:0; border-right: 1px solid rgba(255,255,255,0.2); }
	.top-whatsap { border:none; padding:0 5%; margin:0 0 0 16px; }
	.top-mail{ border:none; display:none;}
	.banner-caption-title{ font-size:1.857em;}
	.nav{ width:100%;  background-color:#fff !important}
	.form-wraper-enq { width:100%;}
	section.module h2 {margin-bottom: 5px !important;font-size: 18px !important; color:#fff;}
	.home-course-title{ font-size:1.2em;}
	.ticker-img{ display:none;}
	#quotes{ height:420px !important;}
	.fade-txt{ width:100%;}
	.fade-img{ width:100%;}
	.copyright{ width:100%; text-align:center;}
	.designed{ width:182px; margin:0 auto; float:none;}
	a .course-quick{ margin-left:0px;}
	.logo-container{ display:none}
	.nav a{ margin:0px !important; padding-left:5px; padding-right:5px;}
	.mob-logo{ width:100%; text-align:center; padding-top:3%; padding-bottom:3%; display:block; background:#fff;}
	.callboxkbox{ width:100%;}
	.inner-pg-captions{ display:none;}
	.page-title{ font-size:18px;}
	.page-title span{ font-size:26px;}
	.dwnld-form{ width:100%; margin-left:0px; }
	.download-main{ width:100%;}
	a .download-for{ width:auto; float:left; width:100%;}
	.call-blue {background: url(../images/icon-call-blu.png) no-repeat left 10px;}
	.top-right{ border:none; width:100%;}
	.footer-top-wrap{ padding-left:3%;}
	.welcome-wraper{ margin-top:0%;}
	.menu-wrap{ padding-top:0%;}
	.banner-bottom-container{padding: 1% 0%;}
	.product_img img { width:100%; }
}
@media (min-width:481px) and (max-width:580px){
	
	.container{ width:99% !important; margin:0 auto}
	.topwraper{ position:inherit; background-color:#fda91c !important}
	.welcome-container{ width:100%;}
	.banner-bottom-container{ width:100%;}
	.bottom-content{ width:100%; margin-right:0%;}
	.banner-bottom{ position:inherit; margin-top:0px;}
	.callback{ width:100%; margin-top:5%;}
	.home-universities{ width:100%;}
	.home-approvals{width:100%;}
	.quick-links{ width:100%;}
	.follows{ width:100%;}
	.footer-contact{ padding-left:0%; margin-top:5%; margin-bottom:5%;}
	.home-course-pic{ width:100%;}
	.home-course{ width:100%;}
	.resp-tab-content{ padding:5px 5px !important}
	.menu-container{ width:100%;}
	.convocade{ width:100%; margin-bottom:5%;}
	.abt-left{ width:100%; padding-right:0%;}
	.mision{ width:100%;}
	.vision{ width:100%; margin-top:5%;}
	.abt-right{ width:100%;}
	.inner-pg-captions{ width:100%;}
	.admission-top-pic{ width:100%;}
	.admisttion-transfer{ width:100%;}
	.admission-filled{ width:100%;}
	.filled-admission-pic{ width:100%;}
	.filled-admission-right{ width:100%; padding-left:0%;}
	.admission-fees{ width:100%; padding-left:0%;}
	.aprovals-one{ width:98%; margin-bottom:5px; margin:0 auto;}
	.aproval-two{ width:98%; margin-bottom:5px; margin:0 auto; float:left;}
	.approvals-row{ margin-bottom:5px;}
	.univer-all-dtls{ width:100%;}
	.universty-logo{ width:100%;}
	.universty-icon{ margin:0 auto;}
	.download{ width:100%;}
	.adress{ width:100%; padding-left:0%;}
	.consult-one{ width:100%;}
	.contact-consults{ width:100%;}
	.consult-two{ width:100%; margin-top:5%;}
	.gmap{ width:100%;}
	.form-wraper{ width:100%;}
	.header-social{ display:none;}
	.top-lang{ border:none; padding-left:0; margin-right:20px;}
	.top-call{ border:none; border-right: 1px solid rgba(255,255,255,0.2); }
	.top-whatsap { border:none; padding:0 5%; margin:0 0 0 16px; }
	.top-mail{ display:none;}
	.banner-caption-title{ font-size:1.857em;}
	.nav{ width:100%; background-color:#fff !important}
	section.module h2 {margin-bottom: 5px !important;font-size: 18px !important; color:#fff;}
	.home-course-title{ font-size:1.2em;}
	.ticker-img{ display:none;}
	#quotes{ height:380px !important;}
	.fade-txt{ width:100%;}
	.fade-img{ width:100%;}
	a .course-quick{ margin-left:0px;}
	.logo-container{ display:none}
	.nav a{ margin:0px !important; padding-left:5px; padding-right:5px;}
	.mob-logo{ width:100%; text-align:center; padding-top:3%; padding-bottom:3%; display:block; background:#fff;}
	.callboxkbox{ width:100%;}
	.inner-pg-captions{ display:none;}
	.page-title{ font-size:18px;}
	.page-title span{ font-size:26px;}
	.dwnld-form{ width:100%; margin-left:0px; }
	.download-main{ width:100%;}
	a .download-for{ width:auto; padding-right:15px; float:left;}
	.call-blue {background: url(../images/icon-call-blu.png) no-repeat left 10px;}
	.top-right{ border:none; width:96%; float:none; margin:0 auto;}
	.footer-top-wrap{ padding-left:3%;}
	.welcome-wraper{ margin-top:0%;}
	.menu-wrap{ padding-top:0%;}
	.banner-bottom-container{padding: 1% 0%;}
	.product_img img { width:100%; }
.form-wraper-enq { width:100%;}
}
@media (min-width:581px) and (max-width:736px){
	
	.container{ width:99% !important; margin:0 auto}
	.topwraper{ position:inherit; background-color:#fda91c !important}
	.welcome-container{ width:100%;}
	.banner-bottom-container{ width:100%;}
	.banner-bottom{ position:inherit; margin-top:0px;}
	.callback{ width:100%; margin-top:5%;}
	.home-universities{ width:100%;}
	.home-approvals{width:100%;}
	.quick-links{ width:100%;}
	.follows{ width:100%;}
	.footer-contact{ padding-left:0%; margin-top:5%; margin-bottom:5%;}
	.home-course-pic{ width:100%;}
	.home-course{ width:100%;}
	.resp-tab-content{ padding:5px 5px !important}
	.menu-container{ width:100%;}
	.abt-left{ width:100%; padding-right:0%;}
	.abt-right{ width:100%;}
	.inner-pg-captions{ width:100%;}
	.admisttion-transfer{ width:100%;}
	.admission-filled{ width:100%;}
	.admission-fees{ width:100%; padding-left:0%;}
	.aprovals-one{ width:98%; margin-bottom:5px; margin:0 auto;}
	.aproval-two{ width:98%; margin-bottom:5px; margin:0 auto; float:left;}
	.approvals-row{ margin-bottom:5px;}
	.univer-all-dtls{ width:72%; float:right;}
	.universty-logo{ width:23%;}
	.universty-icon{ margin:0 auto;}
	.download{ width:100%;}
	.adress{ width:100%; padding-left:0%;}
	.consult-one{ width:100%;}
	.contact-consults{ width:100%;}
	.consult-two{ width:100%; margin-top:5%;}
	.gmap{ width:100%;}
	.form-wraper{ width:100%;}
	.header-social{ display:none;}
	.top-call{ border:none;}
	.top-mail{ border:none;}
	.banner-caption-title{ font-size:1.857em;}
	.nav{ background-color:#fff !important; float:none !important;}
	section.module h2 {margin-bottom: 5px !important;font-size: 18px !important; color:#fff;}
	.home-course-title{ font-size:1.2em;}
	.ticker-img{ display:none;}
	#quotes{ height:380px !important;}
	.fade-txt{ width:100%;}
	.fade-img{ width:100%;}
	a .course-quick{ margin-left:0px;}
	.logo-container{ display:none}
	.nav a{ margin:0px !important; padding-left:5px; padding-right:5px;}
	.mob-logo{ width:100%; text-align:center; padding-top:3%; padding-bottom:3%; display:block; background:#fff;}
	.callboxkbox{ width:100%;}
	.inner-pg-captions{ display:none;}
	.page-title{ font-size:18px;}
	.page-title span{ font-size:26px;}
	.dwnld-form{  margin-left:0px; }
	.call-blue {background: url(../images/icon-call-blu.png) no-repeat left 10px;}
	.top-right{ border:none; width:406px; float:none; margin:0 auto;}
	.footer-top-wrap{ padding-left:3%;}
	.welcome-wraper{ margin-top:0%;}
	.menu-wrap{ padding-top:0%;}
	.banner-bottom-container{padding: 1% 0%;}
	.bottom-content-inner{ width:32%; margin-right:2%;}
	.bottom-content-inner:nth-child(3n+3){ width:32%; margin-right:0%;}
	.product_img img { width:100%; }
.form-wraper-enq { width:100%;}
}
@media (min-width:737px) and (max-width: 768px){
	
	.container{ width:99% !important; margin:0 auto}
	.topwraper{ position:inherit; background-color:#fda91c !important}
	.welcome-container{ width:100%;}
	.banner-bottom-container{ width:100%;}
	.banner-bottom{ position:inherit; margin-top:0px;}
	.callback{ width:100%; margin-top:5%;}
	.home-universities{ width:100%;}
	.home-approvals{width:100%;}
	.quick-links{ width:50%;}
	.follows{ width:100%;}
	.footer-contact{ padding-left:0%; }
	.resp-tab-content{ padding:5px 5px !important}
	.menu-container{ width:100%;}
	.abt-left{ width:100%; padding-right:0%;}
	.abt-right{ width:100%;}
	.inner-pg-captions{ width:100%;}
	.admisttion-transfer{ width:100%;}
	.admission-filled{ width:100%;}
	.admission-fees{ width:100%; padding-left:0%;}
	.aprovals-one{ width:98%; margin-bottom:5px; margin:0 auto;}
	.aproval-two{ width:98%; margin-bottom:5px; margin:0 auto; float:left;}
	.approvals-row{ margin-bottom:5px;}
	.univer-all-dtls{ width:72%; float:right;}
	.universty-logo{ width:23%;}
	.universty-icon{ margin:0 auto;}
	.download{ width:100%;}
	.adress{ width:100%; padding-left:0%;}
	.consult-one{ width:100%;}
	.contact-consults{ width:100%;}
	.consult-two{ width:100%; margin-top:5%;}
	.gmap{ width:100%;}
	.form-wraper{ width:100%;}
	.header-social{ display:none;}
	.top-call{ border:none;}
	.top-mail{ border:none;}
	.banner-caption-title{ font-size:1.857em;}
	.nav{ background-color:#000 !important}
	section.module h2 {margin-bottom: 5px !important;font-size: 18px !important; color:#fff;}
	.home-course-title{ font-size:1.2em;}
	#quotes{ height:240px !important;}
	a .course-quick{ margin-left:0px;}
	.logo-container{ display:none}
	.nav a{ margin:0px !important; padding-left:5px; padding-right:5px;}
	.mob-logo{ width:100%; text-align:center; padding-top:3%; padding-bottom:3%; display:block;}
	.callboxkbox{ width:100%;}
	.inner-pg-captions{ display:none;}
	.page-title{ font-size:18px;}
	.page-title span{ font-size:26px;}
	.dwnld-form{  margin-left:0px; }
	.call-blue {background: url(../images/icon-call-blu.png) no-repeat left 10px;}
	.top-right{ border:none; width:406px; float:none; margin:0 auto;}
	.footer-top-wrap{ padding-left:3%;}
	.welcome-wraper{ margin-top:0%;}
	.menu-wrap{ padding-top:0%;}
	.banner-bottom-container{padding: 1% 0%;}
	.bottom-content-inner{ width:32%; margin-right:2%;}
	.bottom-content-inner:nth-child(3n+3){ width:32%; margin-right:0%;}
	.product_img img { width:100%; }
}

@media (min-width:769px) and (max-width:1023px){
	.container{ width:99% !important; margin:0 auto}
	.topwraper{ position:inherit; background-color:#fda91c !important}
	.welcome-container{ width:65%;}
	.banner-bottom-container{ width:100%;}
	.banner-bottom{ position:inherit; margin-top:0px;}
	.callback{ width:32%; margin-top:5%;}
	.home-universities{ width:100%;}
	.home-approvals{width:100%;}
	.quick-links{ width:50%;}
	.follows{ width:100%;}
	.footer-contact{ padding-left:0%; }
	.resp-tab-content{ padding:5px 5px !important}
	.menu-container{ width:100%;}
	.abt-left{ width:100%; padding-right:0%;}
	.abt-right{ width:100%;}
	.inner-pg-captions{ width:100%;}
	.admisttion-transfer{ width:100%;}
	.admission-filled{ width:100%;}
	.admission-fees{ width:100%; padding-left:0%;}
	.aprovals-one{ width:98%; margin-bottom:5px; margin:0 auto;}
	.aproval-two{ width:98%; margin-bottom:5px; margin:0 auto; float:left;}
	.approvals-row{ margin-bottom:5px;}
	.univer-all-dtls{ width:72%; float:right;}
	.universty-logo{ width:23%;}
	.universty-icon{ margin:0 auto;}
	.download{ width:100%;}
	.adress{ width:100%; padding-left:0%;}
	.consult-one{ width:100%;}
	.contact-consults{ width:100%;}
	.consult-two{ width:100%; margin-top:5%;}
	.gmap{ width:100%;}
	.form-wraper{ width:100%;}
	.header-social{ display:none;}
	.top-call{ border:none;}
	.top-mail{ border:none;}
	.banner-caption-title{ font-size:1.857em;}
	.nav{ background-color:#fda91c !important}
	.topwraper{ background-color:#fda91c !important}
	section.module h2 {margin-bottom: 5px !important;font-size: 18px !important; color:#fff;}
	.home-course-title{ font-size:1.2em;}
	#quotes{ height:240px !important;}
	a .course-quick{ margin-left:0px;}
	.logo-container{ display:none}
	.nav a{ margin:0px !important; padding-left:10px; padding-right:10px;}
	.mob-logo{ width:100%; text-align:center; padding-top:3%; padding-bottom:3%; display:block; background:#fff;}
	.callboxkbox{ width:100%;}
	.inner-pg-captions{ display:none;}
	.page-title{ font-size:18px;}
	.page-title span{ font-size:26px;}
	.dwnld-form{  margin-left:0px; }
	.call-blue {background: url(../images/icon-call-blu.png) no-repeat left 10px;}
	.top-right{ border:none; width:406px; float:none; margin:0 auto;}
	.footer-top-wrap{ padding-left:3%;}
	.welcome-wraper{ margin-top:0%;}
	.menu-wrap{ padding-top:0%;}
	.banner-bottom-container{padding: 1% 0%;}
	.bottom-content-inner{ width:32%; margin-right:2%;}
	.bottom-content-inner:nth-child(3n+3){ width:32%; margin-right:0%;}
}

@media (min-width:1024px) and (max-width:1199px){
}


