/*Main CSS Begins*/
.no-padding{
	padding: 0rem !important;
}
.no-padding-left{
	padding-left: 0em !important;
}
.no-padding-right{
	padding-right: 0em !important;
}
.no-margin{
	margin: 0em !important;
}
.no-margin-left{
	margin-left: 0em !important;
}
.no-margin-right{
	margin-right: 0em !important;
}
.margin-center{
	margin: auto !important;
	display: block !important;
	float: none !important;
}
.text-center{
	text-align: center;
}
p{
	margin-bottom: 0px !important;	
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
a:foucs{
	text-decoration: none;
}
li{
	list-style: none;
}
ul{
	margin: 0px !important;
	padding: 0px !important;
}
/*Main CSS Ends*/

/* Power CTS CSS */
.inner .form-control:focus {
    border-color: rgb(177, 17, 22);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(177, 17, 22, .6);
}
body{
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
	position: relative;
	overflow-x: hidden;
}
.menu-ruler{
	background: url('../img/rules.png') repeat-x;
	position: absolute;
	top: 0px;
	z-index: 99999999;
	width: 100%;
	height: 13px;
}
.to-all{
	width: 75%;
}
.to-all-menu{
	width: 75%;
}
.to-all-inner{
	width: 75%;
}
.to-all-footer{
	width: 92%;
}
.to-all-new{
	width: 75%;
}
header{
	padding-bottom: 10px;
}
.test{
	background: url('../img/test1.jpg');
	height: 693px;
	width: 100%;
	background-position: 100% 100%;
	background-size: cover;
	position: relative !important;
} 	
.test-inner{
	background: url('../img/test1.jpg');
	width: 100%;
	background-position: 100% 150%;
	background-size: cover;
	position: relative !important;
	height: 190px !important;
}

.test-inner .search-on-slider{
	display:none;
}

.bg-img {
	padding: 200px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	top: -200px;
	left: -200px;
	width: 90%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/* Custom navigation arrows */

.nav-arrows span {
	position: absolute;
	z-index: 2000;
	top: 50%;
	width: 40px;
	height: 40px;
	border: 8px solid #ddd;
	border: 8px solid rgba(150,150,150,0.4);
	text-indent: -90000px;
	margin-top: -40px;
	cursor: pointer;

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-arrows span:hover {
	border-color: rgba(150,150,150,0.9);
}

.nav-arrows span.nav-arrow-prev {
	left: 5%;
	border-right: none;
	border-top: none;
}

.nav-arrows span.nav-arrow-next {
	right: 5%;
	border-left: none;
	border-bottom: none;
}
.navbar-default .navbar-nav>li>a {
    color: #333;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #2E3192;
    background-color: transparent;
}
/* Custom navigation dots */

.nav-dots {
	text-align: center;
	position: absolute;
	bottom: 2%;
	height: 30px;
	width: 100%;
	left: 0;
	z-index: 1000;
}

.nav-dots span {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #ddd;
	background: rgba(150,150,150,0.4);
	cursor: pointer;
	box-shadow: 0 1px 1px rgba(255,255,255,0.4), 
	inset 0 1px 1px rgba(0,0,0,0.1);
}

.nav-dots span {
	background: rgba(150,150,150,0.1);
	margin: 6px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 0 1px 1px rgba(255,255,255,0.4), 
	inset 0 1px 1px rgba(0,0,0,0.1),
	0 0 0 2px rgba(255,255,255,0.5);
}

.nav-dots span.nav-dot-current,
.nav-dots span:hover {
	box-shadow: 0 1px 1px rgba(255,255,255,0.4), 
	inset 0 1px 1px rgba(0,0,0,0.1),
	0 0 0 5px rgba(255,255,255,0.5);
}

.nav-dots span.nav-dot-current:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 3px;
	left: 3px;
	border-radius: 50%;
	background: rgba(255,255,255,0.8);
}

/* Content elements */

.bg-img-1 {
	background-image: url(../img/two-men-working.jpg);
	background-position-y: -87%;
}
.bg-img-2 {
	background-image: url(../img/one-man-working.jpg);
	background-position-y: 30%;
}

/* Animations for content elements */

.sl-trans-elems .deco{
	-webkit-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-moz-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-o-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-ms-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	animation: roll 1s ease-out both, fadeIn 1s ease-out both;
}
.sl-trans-elems h2{
	-webkit-animation: moveUp 1s ease-in-out both;
	-moz-animation: moveUp 1s ease-in-out both;
	-o-animation: moveUp 1s ease-in-out both;
	-ms-animation: moveUp 1s ease-in-out both;
	animation: moveUp 1s ease-in-out both;
}
.sl-trans-elems blockquote{
	-webkit-animation: fadeIn 0.5s linear 0.5s both;
	-moz-animation: fadeIn 0.5s linear 0.5s both;
	-o-animation: fadeIn 0.5s linear 0.5s both;
	-ms-animation: fadeIn 0.5s linear 0.5s both;
	animation: fadeIn 0.5s linear 0.5s both;
}
.sl-trans-back-elems .deco{
	-webkit-animation: scaleDown 1s ease-in-out both;
	-moz-animation: scaleDown 1s ease-in-out both;
	-o-animation: scaleDown 1s ease-in-out both;
	-ms-animation: scaleDown 1s ease-in-out both;
	animation: scaleDown 1s ease-in-out both;
}
.sl-trans-back-elems h2{
	-webkit-animation: fadeOut 1s ease-in-out both;
	-moz-animation: fadeOut 1s ease-in-out both;
	-o-animation: fadeOut 1s ease-in-out both;
	-ms-animation: fadeOut 1s ease-in-out both;
	animation: fadeOut 1s ease-in-out both;
}
.sl-trans-back-elems blockquote{
	-webkit-animation: fadeOut 1s linear both;
	-moz-animation: fadeOut 1s linear both;
	-o-animation: fadeOut 1s linear both;
	-ms-animation: fadeOut 1s linear both;
	animation: fadeOut 1s linear both;
}
@-webkit-keyframes roll{
	0% {
	-webkit-transform: translateX(500px) rotate(360deg);}
100%
{
	-webkit-transform: translateX(0px) rotate(0deg);}
}
@-moz-keyframes roll{
	0% {
	-moz-transform: translateX(500px) rotate(360deg); 
	opacity: 0;}
100%
{
	-moz-transform: translateX(0px) rotate(0deg); 
	opacity: 1;}
}
@-o-keyframes roll{
	0% {
	-o-transform: translateX(500px) rotate(360deg); 
	opacity: 0;}
100%
{
	-o-transform: translateX(0px) rotate(0deg); 
	opacity: 1;}
}
@-ms-keyframes roll{
	0% {
	-ms-transform: translateX(500px) rotate(360deg); 
	opacity: 0;}
100%
{
	-ms-transform: translateX(0px) rotate(0deg); 
	opacity: 1;}
}
@keyframes roll{
	0% {
	transform: translateX(500px) rotate(360deg); 
	opacity: 0;}
100%
{
	transform: translateX(0px) rotate(0deg); 
	opacity: 1;}
}
@-webkit-keyframes moveUp{
	0% {
	-webkit-transform: translateY(40px);}
100%
{
	-webkit-transform: translateY(0px);}
}
@-moz-keyframes moveUp{
	0% {
	-moz-transform: translateY(40px);}
100%
{
	-moz-transform: translateY(0px);}
}
@-o-keyframes moveUp{
	0% {
	-o-transform: translateY(40px);}
100%
{
	-o-transform: translateY(0px);}
}
@-ms-keyframes moveUp{
	0% {
	-ms-transform: translateY(40px);}
100%
{
	-ms-transform: translateY(0px);}
}
@keyframes moveUp{
	0% {
	transform: translateY(40px);}
100%
{
	transform: translateY(0px);}
}
@-webkit-keyframes fadeIn{
	0% {
	opacity: 0;}
100%
{
	opacity: 1;}
}
@-moz-keyframes fadeIn{
	0% {
	opacity: 0;}
100%
{
	opacity: 1;}
}
@-o-keyframes fadeIn{
	0% {
	opacity: 0;}
100%
{
	opacity: 1;}
}
@-ms-keyframes fadeIn{
	0% {
	opacity: 0;}
100%
{
	opacity: 1;}
}
@keyframes fadeIn{
	0% {
	opacity: 0;}
100%
{
	opacity: 1;}
}
@-webkit-keyframes scaleDown{
	0% {
	-webkit-transform: scale(1);}
100%
{
	-webkit-transform: scale(0.5);}
}
@-moz-keyframes scaleDown{
	0% {
	-moz-transform: scale(1);}
100%
{
	-moz-transform: scale(0.5);}
}
@-o-keyframes scaleDown{
	0% {
	-o-transform: scale(1);}
100%
{
	-o-transform: scale(0.5);}
}
@-ms-keyframes scaleDown{
	0% {
	-ms-transform: scale(1);}
100%
{
	-ms-transform: scale(0.5);}
}
@keyframes scaleDown{
	0% {
	transform: scale(1);}
100%
{
	transform: scale(0.5);}
}
@-webkit-keyframes fadeOut{
	0% {
	opacity: 1;}
100%
{
	opacity: 0;}
}
@-moz-keyframes fadeOut{
	0% {
	opacity: 1;}
100%
{
	opacity: 0;}
}
@-o-keyframes fadeOut{
	0% {
	opacity: 1;}
100%
{
	opacity: 0;}
}
@-ms-keyframes fadeOut{
	0% {
	opacity: 1;}
100%
{
	opacity: 0;}
}
@keyframes fadeOut{
	0% {
	opacity: 1;}
100%
{
	opacity: 0;}
}

/*/Slider*/

.main-menu{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 190px;
	z-index: 99992;
	background-size: 100% 100%;
}
.main-menu:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 190px;
	z-index: -1;
	background: url('../img/header1.png') 0 0 repeat;
	background-size: 100% 100%;
}
.main-menu-inner{    
	position: absolute;
	top: 0px;
	width: 100%;
	height: 190px;
	z-index: 99992;
	background-position-y: 0%;
}
.main-menu-inner:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 190px;
	z-index: -1;
	background: url('../img/header1.png') 0 0 repeat;
	background-size: 100% 100%;
}
.inner-page-new header{
	height: 200px;
}
#logo{
	top: 10px;
}
.nav{
	position: relative;
}
/*
.main-menu{
transform: rotate(2deg); 
}*/
.menu-container{
	position: relative;
	z-index: 99993;
	width: 100%;
	top: -137px;
	background: white;
	opacity: 0.9;
	height: 100%;
	max-height: 150px;
	border-bottom: 15px solid #3b3275;
	transform: matrix3d(300, 10, 0, 0.073, -10, 2.5, 0, 0, 0, 0, 1, 0, 1, 137, 0, 1);
	transform-origin: 0px 0px 0px;
}
.menu-content{
	position: absolute;
	width: 100%;
	top: 0px;
	z-index: 99994;
}
.menu-header-line{
	position: absolute;
	background: url('../img/header-line.png')repeat-x;
	width: 100%;
	height: 25px;
	top: 0px;
}
.nav{
	top: -3px ;
}
.navbar{
	top: 66px;
}
.navbar-default {
	background: rgba(255, 255, 255, 0);
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,.15),0 0px 0px rgba(0,0,0,.075);
	box-shadow: inset 0 0px 0 rgba(255,255,255,.15),0 0px 0px rgba(0,0,0,.075); 
}
.navbar-default {
	border-color: rgba(255, 255, 255, 0);
}
.navbar-brand {
	float: left;
	height: 50px;
	padding: 0 15px;
	font-size: 18px;
	margin-top: -42px;
	line-height: 20px;
}
.navbar-brand img{
	width: 100%;
	top: 10px;
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 20px;
	color: #36333d;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.logo{
	top: -4px;
	/*left: 7.1874999999%;*/
	top: -4px;
	/*left: 17.1875%;*/
	position: relative;
}
.menu{
	top: -52px;
	right: 7.1874999999%;
	position: relative;
	width: 71.45833333333333%;
	text-align: right;
	float: right;
}
.menu ul a{
	margin: 1.6666666666666667%;
}
.menu ul li{
	display: inline-block;
	color: #36333d;
	font-size: 1.4em;
}
.current{
	border-bottom: 5px solid #B11116;
	padding-bottom: 0px;
}
.search-on-slider{
	position: absolute;
	z-index: 9999;
	background: rgba(2, 45, 111, 0.74);
	width: 350px; 
	height: 300px;
	left: 12.5%;
	padding: 10px;
	border-radius: 4px;
	margin: auto;
	top: 25%;
	bottom: 0;
}
.search-on-slider>div{
	padding: 2px 15px;
}
.search-on-slider>div:nth-of-type(1){
	padding-top: 10px;
}
.search-on-slider>div:nth-of-type(2){
	padding-top: 10px;
}
.search-on-slider button{
	padding: 10px;
	border-radius: 4px;
	background: rgba(51, 51, 51, 0.68);
	color: white;
	border: #fff solid 0.3mm;
}
.search-on-slider h4{
	padding-left: 15px;
	color: white;
}
.search-on-slider p{
	color: white;
	padding-top: 7px;
}
/*/Header*/
/*content*/
.content1{
	padding: 50px 0px;
	width: 100%;
}
.content1 h1{
	font-size: 1.8em;
	margin-bottom: 50px;
	font-weight: 600;
	color: #6055A9;
}
.single-circle{
	width: 225px;
	height: 225px;
	border-radius: 50%;
	border: 6px solid rgba(255, 255, 255, 0.9);
}
.circles li:nth-of-type(1) .single-circle{
	background: url('../img/circle1.jpg');
	background-position: 61% 40%;
}
.circles li:nth-of-type(2) .single-circle{
	background: url('../img/circle2.jpg');
	background-position: 30% 40%;
}
.circles li:nth-of-type(3) .single-circle{
	background: url('../img/circle3.jpg');
	background-position: 71% 10%;
}

.circles li{
	margin-bottom: 20px;
}
.ih-item {
	position: relative;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ih-item a {
	color: #333;
}
.ih-item a:hover {
	text-decoration: none;
}
.ih-item img {
	width: 100%;
	height: 100%;
}

.ih-item.circle {
	position: relative;
	width: 90%;
	height: 90%;
	border-radius: 50%;
}
.ih-item.circle .img {
	position: relative;
	width: 90%;
	height: 90%;
	margin: auto;
	border-radius: 50%;
}
.ih-item.circle .img:before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
	border-radius: 50%;
}
.ih-item.circle .info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	border-radius: 50%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.ih-item.circle.effect6 .img {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect6.colored .info {
	background: #1a4a72;
}
.ih-item.circle.effect6 .info {
	background: #2D4AA8;
	opacity: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	width: 90%;
    margin: auto;
}
.ih-item.circle.effect6 .info1 h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 43% 0 0 0;
	height: 110px;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect6 .info2 h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	margin: auto;
	vertical-align: middle;
	padding: 44% 0 0 0;
	height: 110px;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect6 .info3 h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 40% 0 0 0;
	height: 110px;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect6 .info p {
	color: #bbb;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ih-item.circle.effect6.scale_up .info {
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}
.ih-item.circle.effect6.scale_up a:hover .img {
	opacity: 0;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
.ih-item.circle.effect6.scale_up a:hover .info {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.ih-item.circle.effect6.scale_down .info {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
.ih-item.circle.effect6.scale_down a:hover .img {
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}
.ih-item.circle.effect6.scale_down a:hover .info {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.ih-item.circle.effect6.scale_down_up .info {
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.35s ease-in-out 0.2s;
	-moz-transition: all 0.35s ease-in-out 0.2s;
	transition: all 0.35s ease-in-out 0.2s;
}
.ih-item.circle.effect6.scale_down_up a:hover .img {
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}
.ih-item.circle.effect6.scale_down_up a:hover .info {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.content-sprit{
	background: url('../img/contentbg1.jpg') 100% 100%;
	padding: 35px 50px;
}
.content-sprit h1{
	color: #4033be;
	font-weight: 600;
	margin-top: 8px;
	margin-bottom: 25px;
	font-size: 30px;
}
.content-sprit h1 span{
	font-size: 40px;
	font-weight: 900;
}
.content-sprit-shadow{
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	width: 100%;
	height: 76px;
}
.content-paragraph{
	margin-top: 30px;
}
.content-paragraph p{
	font-size: 1.4em;
	color: #0a3088;
}
.content2 {
	background: url('../img/aftercontect.jpg');
	height: 261px;
	position: relative;
	z-index: 1;
	background-size: 100% 100%;
}
.content22 {
	position: relative;
	z-index: 1;
}
.content22 li{
	height: 261px;
}
.content22 li:hover{
	background: rgba(102, 197, 238, 0.3);
}
.content2mobile {
	background: url('../img/aftercontectmobile.jpg');
	height: 270px;
	position: relative;
	width: 100%;
	z-index: 1;
	margin-top: -7% !important;
	background-size: 100% 100%;
}
.courses-buttons{
	top: 50px;
	position: relative;
	color: white;
	padding: 20px;
}
.courses-buttons h2{
	font-size: 4em;
	text-shadow: #25558b 0px 0px 7px;
}
.courses-buttons h4{
	font-size: 3em;
	text-shadow: #25558b 0px 0px 7px;
}
.search-section{
	background: url('../img/contentbg1.jpg');
	padding: 20px 0px;
}
.search-section > div > div{
	padding-bottom: 30px;
}
.search-section h2{
	font-weight: 300;
	padding-bottom: 30px;
	color: #3d4479;
}
.search-section h2:before{
	content: '';
	border-bottom: 5px solid #B11116;
	width: 10%;
	height: 5px;
	position: absolute;
	top: 60px;
}
.search-section button{
	background: #3d4479;
	border: 1px solid #E0E1DC;
	color: #DDDED9;
	padding: 10px 20px;
	border-radius: 5px;
}
.right-red-arrow{
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 47px;
	height: 47px;
}
.search-section-padding-left{
	padding-right: 15px;
}
.search-section-padding-right{
	padding-left: 15px;
}
.search-paragraph{
	position: relative;padding: 40px;
    height: 243px;
	background: rgba(64,51,190,0.06);
}
.search-paragraph p{    
	color: #36333d;
	position: relative;
	z-index: 2;
	font-size: 18px;
	text-align: justify;
}
.contact-depart-wrap{
	width: 100%;
	overflow: hidden;


}
.contact-depart-wrap select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: inherit;
	font-weight: 100;
	color: #686868;
	border: 1px solid rgba(159,159,159,0.2);
	box-shadow: 0 0 3px rgba(60,60,60,0.05);
	padding: 2px 55px 2px 15px;
	text-indent: .01px;
	display: block;
	width: 100%;
	padding-right: 10px;
	margin-bottom: 15px;
	border-radius: 2px;
	background: #ffffff url("../img/select-arrow.jpg") no-repeat  98% 40%;
}
.itt{
	margin-bottom: 65px !important;
}
.ittimg{
	padding-top: 172px !important;
}
.msccimg{
	padding-top: 127px
}
.partners{
	padding: 50px 0px;
	background: url('../img/partners-grid.jpg') repeat-x;
}
.partners1 > div{
	padding-bottom: 20px;
}
.partners1{
	width: 65.651537% !important;
}
.partners1 img{
	width: 65.651537% !important;
	margin: auto;
	float: none;
	display: block;
}
.partners2{
	width: 65.651537% !important;
}
.partners2 img{
	width: 65.651537% !important;
	margin: auto;
	float: none;
	display: block;
}
#map{
	width: 100%;
	height: 220px;
}
.footer_map{
	display: block; 
	width: 100%
}
.footer-widgets {
	background: #2f2f4a;
	position: relative;
	padding: 50px 0px;
	line-height: 21px;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #b7b5b1;
}
.footer-widgets h4{
	color: white;
}
.footer-widgets:before {
	background: #3d3d3d;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -10000px;
	width: 10000px;
	z-index: -1;
	content: '';
}
.footer-widgets ul {
	margin: 0 0 47px 0;
	padding: 0;
}
.footer-widgets ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 21px;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #6a6aa0;
}
.footer-widgets ul li a, .footer-widgets ul li a:visited {
	text-decoration: none;
	color: #6a6aa0;
}	
.footer-widgets ul li a:hover, .footer-widgets ul li a:active, .footer-widgets ul li a:focus {
	text-decoration: none;
	color: white;
}	
.footer-mazaya{
	background: url('../img/footer-bg.jpg');
	width: 100%;
	height: 88px;
}
.footer-mazaya li{
	display: inline-block;
	margin-top: 20px;
	color: #313234;
	font-family: tahoma;
	font-size: 12px;
}
.footer-mazaya p{
	color: white;
	font-size: 1em;
	margin: 15px auto 0px;
}
/* Inner Pages */
.inner{
	padding-top: 60px;
	padding-bottom: 60px;
}
.inner section{
	padding-bottom: 40px;
}
.inner h1{
	font-size: 2.2em;
	text-align: center;
	padding-bottom: 30px;
	color: #5456b3;
	margin: 0px;
}
.inner h1:after{
	content: "";
	background: #B11116;
	width: 50px;
	height: 5px;
	display: block;
	margin: auto;
	margin-top: 10px;
}
.inner h2{
	font-size: 2em;
	text-align: center;
	padding-bottom: 30px;
	color: #5456b3;
	margin: 0px;
}
.inner h2:after{
	content: "";
	background: #B11116;
	width: 50px;
	height: 5px;
	display: block;
	margin: auto;
	margin-top: 10px;
}
.inner p{
	font-size: 1.1em;
	line-height: 28px;
	color: #31353e;
	padding: 5px;
}
/*About us*/
.about-team-img{
	border: 6px solid rgb(166, 168, 172);
	border-radius: 50%;
}
/*Courses*/
.inner-cat{
	position: relative;
	overflow: hidden;
	height: 200px;
	margin-bottom: 36px
}
.inner-cat img{
	width: 100%;
/*	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;*/
	transition: all .3s ease-in-out;
	height: 200x;
}
.inner-cat img:hover {
	-webkit-animation: pros-inner .1s;
	-moz-animation: pros-inner .1s;
	-o-animation: pros-inner .1s;
	animation: pros-inner .1s;
	transform: scale(1.1);
}
.para-course-details{
	position: absolute;
	bottom: 0px;
	min-height: 75px;
	background: rgba(2, 45, 111, 0.74);
	width: 100%;
	overflow: hidden;
	left: 0px;
	right: 0px;
	margin: auto;
	text-align: center;
}
.para-course-details p{
	color: white;
	margin: auto;
	vertical-align: middle;
	display: table-cell;
	position: relative;
	height: 75px;
	width: 1%;
}
.da-thumbs li {
	/*float: left;*/
	margin: 0px 0px 30px;
	/*background: #d9d9d9;*/
	padding-top: 0px;
	/*position: relative;*/
	/*box-shadow: 0 1px 3px rgba(0,0,0,0.1);*/
	/*height: 250px;*/
}
.da-thumbs li a,
.da-thumbs li a img {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #333;
	background: rgba(46, 49, 146, 0.85);
	width: 100%;
	height: 100%;
	border: 2px solid rgba(93, 93, 93, 0.85);
}
.da-thumbs li a div span {
	display: block;
	padding: 5px 0;
	margin: 0px 20px 0px 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.da-thumbs li a div span:nth-of-type(1) {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
	font-weight: 600;
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #FFFFFF;
}
.table-striped>tbody>tr>td>button {
	cursor: pointer;
	margin: auto;
	position: relative;
	float: none;
	display: block;
}
.table-striped>thead>tr {
	background: #3A3479;
	color: white;
	height: 40px;
}
.table-striped>thead>tr>th {
	text-align: center;
}
/*Customer*/
.customer div{
	position: relative;
	padding-bottom: 30px;
}
.customer img{
	margin: auto;
	max-width: 100%;
	display: block;
	width: 95%;
}

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	background: #352C72;
	color: #FFFFFF;
}

.grid figcaption h3 {
	margin: 0;
	padding: 0;
	color: #fff;
}

.grid figcaption span {
	text-align: center;
	margin: auto;
	display: block;
	font-size: 16px;
	font-weight: 600;
}
.grid figcaption span:After {
	content: '';
}
.spark{
	position: absolute;
    height: 100%;
    width: 71px;
    left: 0px;
    right: 0px;
    margin: auto;
	z-index: 9999;
}
/* Caption Style 3 */
.cs-style-3 figure {
	overflow: hidden;
}

.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.cs-style-3 figcaption {
	height: 60px;
	width: 95%;
	margin: auto;
	right: 0;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}


.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-top-right-radius: 26px;
	border-bottom-right-radius: 26px;
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-top-left-radius: 26px;
	border-bottom-left-radius: 26px;
}
.inner .nav-stacked>li {
	float: left;
}
.inner .nav>li>a {
	padding: 0px;
}
.inner .pagination>.active>a, 
.inner .pagination>.active>a:focus, 
.inner .pagination>.active>a:hover, 
.inner .pagination>.active>span, 
.inner .pagination>.active>span:focus, 
.inner .pagination>.active>span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #5956B3;
	border-color: #2F2F4A;
}
.inner .pagination a {
	margin: 0px 2px;
}
/*About*/
.about-circles{
	margin-bottom: 30px !important;
}
/*Partners*/
.partner > div p{
	padding: 15px 0px;
}
.partner > div p:first-of-type{
	padding: 0px 0px 15px;
}
.partner > div > div{
	margin-bottom: 25px;
}
.partner span{
	color: #5456b3;
}
/*Contact*/
.contact .btn-primary {
	background-image: -webkit-linear-gradient(top,#2E3192 0,#2F2F4A 100%);
	background-image: -o-linear-gradient(top,#2E3192 0,#2F2F4A 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#2E3192),to(#2F2F4A));
	background-image: linear-gradient(to bottom,#2E3192 0,#2F2F4A 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2E3192', endColorstr='#ff2F2F4A', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #2F2F4A;
}
.contact>div>div{
	display: flex;
}
.search-on-contact button{
	padding: 10px;
	border-radius: 4px;
	background: rgb(43, 64, 101);
	color: white;
	border: #fff solid 0.5mm;
}
.well {
	background-image: -webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
	background-image: -o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));
	background-image: linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
	background-repeat: repeat-x;
	border-color: #dcdcdc;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.05),0 0px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.05),0 0px 0 rgba(255,255,255,.1);
}
.well-sm {
	padding: 0;
}
.site-map{
	top: -60px;
    position: relative;
    text-align: right;
}
.sitemap-tree{
	margin: 10px -15px;
}
.sitemap-tree>span:nth-of-type(1), .sitemap-tree>span:nth-of-type(4), .sitemap-tree>span:nth-of-type(7), .sitemap-tree>span:nth-of-type(10) , .sitemap-tree>span:nth-of-type(13) {
	color: #3A3479;
    font-weight: 600;
    padding-right: 5px;
    font-size: 13px;
    text-transform: capitalize;
}
.sitemap-tree>span:nth-of-type(2), .sitemap-tree>span:nth-of-type(5), .sitemap-tree>span:nth-of-type(8), .sitemap-tree>span:nth-of-type(11), .sitemap-tree>span:nth-of-type(14) {
	color: #808080;
	font-weight: 100;
	padding-right: 5px;
	font-size: 12px;
	text-transform: capitalize;
}
.sitemap-arrow{
	color: #B11116;
    font-size: 8px;
    font-weight: 100;
    padding-right: 5px;
    top: -3px;
    position: relative;
}
.site-map-title{
    color: #3A3479;
    font-weight: 300;
    padding-right: 5px;
    font-size: 14px;
}
.site-map-arrow{
	color: #B11116;
    font-size: 16px;
    font-weight: 600;
	padding-right:5px;
}
.site-map-title-last{
    color: #3A3479;
    font-weight: 600;
    padding-right: 5px;
    font-size: 14px;
}

.grid-courses {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 2em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}
.cf>tr>th{
	line-height: 2.428571 !important;
}
#myTable>tr>td{
	line-height: 2.428571;
}
#myTable>tr>td:nth-of-type(3){
	text-align: center;
}
#myTable>tr>td:nth-of-type(1){
	width: 85px;
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 3px;
}
/* Common style */
.grid-courses figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	max-height: 200px;
	width: 96%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid-courses figure img {
	position: relative;
	display: block;
	min-height: 100%;
	width: 100%;
	opacity: 0.8;
}

.grid-courses figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid-courses figure figcaption::before,
.grid-courses figure figcaption::after {
	pointer-events: none;
}

.grid-courses figure figcaption,
.grid-courses figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid-courses figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid-courses figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid-courses figure h2 span {
	font-weight: 800;
}

.grid-courses figure h2,
.grid-courses figure p {
	margin: 0;
}

.grid-courses figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}/*---------------*/
/***** Duke *****/
/*---------------*/

figure.effect-duke {
	background: -webkit-linear-gradient(-45deg, #2E3192 0%,#B11116 126%);
	background: linear-gradient(-45deg, #2E3192 0%,#B11116 126%);
}

figure.effect-duke img,
figure.effect-duke p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-duke:hover img {
	opacity: 0.1;
	-webkit-transform: scale3d(2,2,1);
	transform: scale3d(2,2,1);
}

figure.effect-duke h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	color: #FFFFFF;
	height: 200px;
	font-size: 24px;
}

figure.effect-duke h2:after {
	background: none;
}

figure.effect-duke p {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 20px;
	padding: 30px;
	border: 2px solid #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% -100%;
	transform-origin: 50% -100%;
}

figure.effect-duke:hover h2,
figure.effect-duke:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

/* Media queries */
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}
/* Media Queries for custom slider */

@media print {
	.well {
		background-image: -webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
		background-image: -o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
		background-image: -webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));
		background-image: linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
		background-repeat: repeat-x;
		border-color: #dcdcdc;
		-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.05),0 0px 0 rgba(255,255,255,.1);
		box-shadow: inset 0 0px 0px rgba(0,0,0,.05),0 0px 0 rgba(255,255,255,.1);
	}
}
@media screen {
	.well {
		background-image: -webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
		background-image: -o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
		background-image: -webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));
		background-image: linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
		background-repeat: repeat-x;
		border-color: #dcdcdc;
		-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.05),0 0px 0 rgba(255,255,255,.1);
		box-shadow: inset 0 0px 0px rgba(0,0,0,.05),0 0px 0 rgba(255,255,255,.1);
	}
}
@media (max-width: 1920px){

	.nav>li>a {
		font-size: 15px;
		margin: auto 5px;
	}
}
@media (max-width: 1680px){

	.nav{
		top: -13px;
	}
	.nav>li>a {
		padding: 10px 15px;
		font-size: 14px;
	}
	.search-on-slider{
		position: absolute;
		z-index: 9999;
		background: rgba(2, 45, 111, 0.74);
		width: 350px; 
		height: 300px;
		left: 12.5%;
		padding: 10px;
		border-radius: 4px;
		margin: auto;
		top: 25%;
		bottom: 0;
	}
	.test{
		background: url('../img/test1.jpg');
		height: 690px;
		width: 100%;
		background-position: 100% 100%;
		background-size: cover;
	}
	.test-inner{
		background: url('../img/test1.jpg');
		width: 100%;
		background-position: 100% 100%;
		background-size: cover;
	}
}
@media (max-width: 1580px){
	.nav>li>a {
		padding: 10px 10px;
	}
}
@media (max-width: 1440px){

	.to-all-new{
		width: 85%;
	}
	.to-all-inner{
		width: 85%;
	}
	.to-all-menu{
		width: 85%;
	}
	.to-all-footer{
		width: 100%;
	}
	.nav>li>a {
		font-size: 13px;
	}
	.test{
		background: url('../img/test1.jpg');
		height: 511px;
		width: 100%;
		background-position: 100% 100%;
		background-size: cover;
	}
	.test-inner{
		background: url('../img/test1.jpg');
		width: 100%;
		background-position: 100% 100%;
		background-size: cover;
	}
	.search-on-slider{
		position: absolute;
		z-index: 9999;
		background: rgba(2, 45, 111, 0.74);
		width: 350px; 
		height: 300px;
		left: 7.5%;
		padding: 10px;
		border-radius: 4px;
		margin: auto;
		top: inherit;
		bottom: 15px;
	}
}
@media (max-width: 1366px){
	

.ih-item.circle.effect6 .info2 h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size:16px;
	margin: auto;
	vertical-align: middle;
	padding: 44% 0 0 0;
	height: 110px;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
}
@media (max-width: 1280px){
	.search-paragraph {    
		position: relative;
		background: rgba(64,51,190,0.06);
		padding: 20px;
		height: 243px;
	}
	.search-paragraph p{    
		color: #36333d;
		z-index: 2;
		font-size: 18px;
		text-align: justify;
	}
}
@media (max-width: 1200px){


	.nav>li>a {
		font-size: 12px;
		padding: 10px 8px;
	}
}
@media (max-width: 1158px){


	.da-thumbs li a div span:nth-of-type(1) {
		margin: 20px 20px 20px 20px;
	}
}
@media (max-width: 1141px){
	.da-thumbs li a div span {
		font-size: 12px;
	}
}
@media (max-width: 1140px){
	.navbar-brand img {
		width: 100%;
		top: 10px;
	}
}
@media (max-width: 1100px){
	.nav>li>a {
		font-size: 12px;
		padding: 10px 5px;
	}
}
@media (min-width: 1024px){
	.content2{
		display: block !important;
	} 
	.courses-buttons h2 {
		font-size: 3em;
	}
}
@media (max-width: 1024px){
	.to-all-new {
		width: 90%;
	}
	.to-all-inner {
		width: 90%;
	}
	.to-all-menu {
		width: 90%;
	}
	#logo{
		top: 0px;
	}
	.nav {
		top: -33px;
	}
	.current {
		border-bottom: 3px solid #B11116;
		padding-bottom: 0px;
	}
	.nav>li>a {
		padding: 10px 5px 5px;
	}
	.main-menu:before {
		top: -29px;
	}
	.main-menu-inner:before {
		top: -29px;
	}
	.navbar-brand img {
		width: 70%;
		left: 10px;
	}
	.navbar-collapse{
		padding: 0px;
	}
	.search-on-slider{
		position: absolute;
		z-index: 9999;
		background: rgba(2, 45, 111, 0.74);
		width: 350px; 
		height: 300px;
		left: 6.5%;
		padding: 10px;
		border-radius: 4px;
		margin: auto;
		top: inherit;
		bottom: 15px;
	}
	.content2{
		display: block !important;
	} 
	.content-sprit{
		background:url('../img/contentbg2.jpg');
	}
	.search-section {
    background: url('../img/contentbg2.jpg');
}
@media (max-width: 991px){

	.content-paragraph {
		padding-bottom: 70px;
	}
	.da-thumbs li a div span:nth-of-type(1) {
		margin: 40px 20px 20px 20px;
	}
	.da-thumbs li a div span {
		font-size: 14px;
	}
	.search-section-padding-left, .search-section-padding-right {
		padding-right: 0px;
		padding-left: 0px;
	}
	.right-red-arrow {
		position: absolute;
		bottom: 30px;
		right: 15px;
		width: 47px;
		height: 47px;
	}
	.owl-carousel img {
		position: relative;
		width: 100%;
	}
	.ih-item.circle.effect6 .info1 h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 auto;
    padding: 38% 0 0 0;
    height: 110px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
	.ih-item.circle.effect6 .info2 h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 auto;
    padding: 38% 0 0 0;
    height: 110px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
	.ih-item.circle.effect6 .info3 h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 auto;
    padding: 34% 0 0 0;
    height: 110px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
	.search-paragraph{    
		position: relative;
		background: rgba(64,51,190,0.06);
		padding: 10px;
		height: 120px;
	}
	.search-paragraph p{    
		color: #36333d;
		z-index: 2;
		font-size: 18px;
		text-align: justify;
	}
}
@media (max-width: 940px){

	.nav>li>a {
		font-size: 12px;
		padding: 10px 5px 5px;
	}
	.current {
		border-bottom: 3px solid #B11116;
		padding-bottom: 0px;
	}
}
@media (max-width: 938px){
	.nav {
		top: -41px;
	}
}
@media (max-width: 900px){
	.to-all-new {
		width: 95%;
	}
	.to-all-inner {
		width: 95%;
	}
	.to-all-menu {
		width: 95%;
	}
	.navbar-brand img {
		width: 60%;
		left: 10px;
	}
	.nav>li>a {
		font-size: 11px;
		padding: 10px 5px 5px;
	}
	.search-on-slider{
		position: absolute;
		z-index: 9999;
		background: rgba(2, 45, 111, 0.74);
		width: 350px; 
		height: 300px;
		left: 3.5%;
		padding: 10px;
		border-radius: 4px;
		margin: auto;
		top: inherit;
		bottom: 15px;
	}
}
@media only screen and (max-width: 800px) {
	#myTable>tr>td:nth-of-type(3){
		text-align: left;
	}
	#myTable>tr>td:nth-of-type(1){
		width: 100%;
	}
	#myTable>tr>td>a>button {
    	display: inline-block !important;
	}
	.navbar-brand img {
		width: 60%;
		left: 10px;
	}
	.nav>li>a {
		font-size: 11px;
		padding: 10px 2px 5px;
	}
	.courses-buttons h2 {
		font-size: 3em;
	}
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 

	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#no-more-tables tr { 
		border: 1px solid #ccc;}
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align: left;
	}

	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align: left;
		font-weight: bold;
	}

	/*
	Label the data
	*/
	#no-more-tables td:before { 
		content: attr(data-title);}
}	
@media (max-width: 767px){

	body {
		padding-left: 0px;
		padding-right: 0px;
	}
	.main-menu:before {
		top: 0px;
	}
	.main-menu-inner:before {
		top: 0px;
	}
	.nav{
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		margin-top: 8px !important;
	}
	.inner-nav .nav{
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		margin-top: 4px !important;
		-webkit-animation-fill-mode: none;
		animation-fill-mode: none;
	}
	.navbar-brand img {
		width: 100%;
		top: 14px;
		left: 10px;
	}
	.navbar-header{
		background: transparent;
	}
	.navbar-collapse {
		width: 70%;
		margin: auto;
		float: right;
		margin-right: 1px !important;
	}
	.navbar-collapse {
		border-color: rgb(231, 231, 231);
		background-color: rgb(248, 248, 248);
	}
	.navbar-toggle {
		position: relative;
		float: right;
		padding: 13px;
		margin-top: -25px;
		margin-right: 15px;
		margin-bottom: 0px;
		background-color: rgb(177, 17, 22);
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	.nav {
		top: 0px;
		999999999999999;
		position: relative;
	}
	.navbar-default .navbar-collapse {
		border-color: #e7e7e7;
		z-index: 999;
		position: relative;
	}
	.nav>li>a{
		font-size: 18px;
		padding: 15px 13px;
		color: #333;
	}
	.navbar-default .navbar-nav>li>a {
		color: #333;
	}
	.current-mobile{
		background: rgb(177, 17, 22) !important;
		color: white !important;
	}
	.current-mobile>a{
		color: #fff !important;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #FFF;
	}
	.navbar-toggle:focus{
		background-color: rgb(177, 17, 22) !important;
	}
	.search-on-slider h4 {
		padding: 10px 0px 20px;
		color: white;
		text-align: left;
		float: none;
		margin: auto;
	}
	.search-label{
		padding-left: 0px;
	}
	.search-button{
		padding: 0px !important;
	}
	.contact-depart-wrap select{
		background: #ffffff url("../img/select-arrow.jpg") no-repeat  98% 40%;
		background-size: 4%;

	}
	.customer img {
		margin: auto;
		max-width: 100%;
		display: block;
		width: 95%;
	}
	.content2 {
		height: 130px;
	}
	.content22 li {
    height: 130px;
}
	.courses-buttons h4, .courses-buttons h2 {
		font-size: 1.2em;
		color: #ffffff;
		font-weight: 600;
	}
	.courses-buttons {
		top: 0px;
		position: relative;
		color: white;
		padding: 30px;
	}
	.search-on-slider{
		left: 3.5%;
		width: 93.5%;
	}
	.search-paragraph {    
		position: relative;
		background: rgba(64,51,190,0.06);
		padding: 10px;
		height: 143px;
	}
	.search-paragraph p{    
		color: #36333d;
		z-index: 2;
		font-size: 18px;
		text-align: justify;
	}
	.partners1 > div, .partners2 > div {
    padding-bottom: 20px;
	}
	.partners1 img {
		width: 100% !important;
		margin: auto;
		float: none;
		display: block;
	}
	.partners2 img {
		width: 100% !important;
		margin: auto;
		float: none;
		display: block;
	}
	.customer div {
		height: auto;
		position: relative;
		display: flex;
		margin: auto;
	}
	.customer div figure {
		margin: auto;
	}
}
@media screen and (max-width: 660px) {
	.to-all-new {
		width: 95%;
	}	
	.to-all-inner {
		width: 95%;
	}	
	.to-all-menu {
		width: 95%;
	}	
	.circles{
		padding: 0px;
	}
	.circles li {
		padding: 0px;
	}
	.sl-slider-wrapper {
		height: 500px;
	}

	.sl-slider h2 {
		font-size: 36px;
	}

	.sl-slider blockquote {
		font-size: 16px;
	}
	.search-on-slider{
		left: 3.5%;

	}
	.content-sprit {
		background: url('../img/contentbg1.jpg') 100% 100%;
		min-height: 608px;
		padding: 0px;
	}
	.customer div {
		height: 250px;
		position: relative;
		display: flex;
	}
	.search-paragraph{    
		position: relative;
		background: rgba(64,51,190,0.06);
		padding: 10px;
		height: 190px;
	}
	.search-paragraph p{    
		color: #36333d;
		z-index: 2;
		font-size: 18px;
		text-align: justify;
	}
}
@media screen and (max-width: 588px) {
	.sl-slider-wrapper {
		height: 500px;
	}

	.sl-slider h2 {
		font-size: 36px;
	}

	.sl-slider blockquote {
		font-size: 16px;
	}
	.content-paragraph {
		padding-bottom: 90px;
	}

}
@media screen and (max-width: 520px) {
	.all-partner .col-xs-6{
		width: 70%;
	}
	.search-paragraph{    
		position: relative;
		background: rgba(64,51,190,0.06);
		padding: 10px;
		height: 230px;
	}
	.search-paragraph p{    
		color: #36333d;
		z-index: 2;
		font-size: 18px;
		text-align: justify;
	}
}
@media screen and (max-width: 450px) {
	.sl-slider-wrapper {
		height: 500px;
	}

	.sl-slider h2 {
		font-size: 36px;
	}

	.sl-slider blockquote {
		font-size: 16px;
	}
	.content-paragraph {
		padding-bottom: 90px;
	}
	.customer div {
		height: 180px;
		position: relative;
		display: flex;
	}
}
@media screen and (max-width: 442px) {
	.search-on-slider{
		width:93.5%;
		left: 3.5%;

	}
	.search-details{
		padding: 0px;
	}
	.footer-mazaya>div{
		zoom: .7;
	}
}
@media screen and (max-width: 415px) {
	.customer div {
		height: 120px;
		position: relative;
		display: flex;
	}
	.owl-carousel .owl-wrapper-outer {
		overflow: hidden;
		position: relative;
		width: 100%;
		height: 133px;
	}
	.search-paragraph{    
		position: relative;
		background: rgba(64,51,190,0.06);
		padding: 10px;
		height: 300px;
	}
	.search-paragraph p{    
		color: #36333d;
		z-index: 2;
		font-size: 18px;
		text-align: left;
	}
}
@media screen and (max-width: 360px) {

	.owl-carousel .owl-wrapper-outer {
		overflow: hidden;
		position: relative;
		width: 100%;
		height: 100px
	}
	.search-paragraph{    
		position: relative;
		background: rgba(64,51,190,0.06);
		padding: 10px;
		height: 350px;
	}
	.search-paragraph p{    
		color: #36333d;
		z-index: 2;
		font-size: 18px;
		text-align: left;
	}

}
@media screen and (max-width: 331px) {

	.search-on-slider h4 {
		font-size: 16px;
	}
	.footer-mazaya>div{
		zoom: .6;
	}
}
@media screen and (max-width: 320px) {

	.owl-carousel .owl-wrapper-outer {
		overflow: hidden;
		position: relative;
		width: 100%;
		height: 100px;
	}
	.all-partner .col-xs-6{
		width: 100%;
	}

}
@media screen and (max-width: 287px) {

	#logo{
		top: -50px;
	}

}



