@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none; }

html,
body {
height: 100%;
font-size: 14px;
scroll-behavior: smooth;
color: #808080;
font-family: "Poppins", sans-serif;
vertical-align: baseline;
line-height:22px;
overflow-x: hidden;
}
a:focus {
  outline: 0px solid;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 20px;
font-family: "Poppins", sans-serif;
color: #011e40;
}

h1 {
font-size: 32px;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 16px;
}

a {
  transition: all 0.5s ease-out;
  text-decoration: none;color:#011e40
}
a:active,
a:hover {
  outline: 0 none;
  color: #011e40;text-decoration:none
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
a:focus, a:hover{text-decoration:none;}
::-moz-selection {
  background: #0090cb;
  text-shadow: none;color:#fff
}
::selection {
  background: #0090cb;
  text-shadow: none;color:#fff
}
textarea:focus, input:focus{
    outline: none;
}
.slider-overlay {
  background-color:rgba(0, 0, 0, 0.40);
  height: 100%;  width: 100%;
  position: absolute;
  top: 0;z-index:1
}
.images-overlay {
   background-color:rgba(45, 93, 132, 0.60);
  height: 100%;
  position: absolute;  width: 100%;
  top: 0;

}
.pt-100{padding-top:100px}
.pb-100{padding-bottom:100px}
.pt-50{padding-top:50px}
.pb-70{padding-bottom:70px}
.bg-color{background:#fbfbfb}
.no-padding-left{padding-left:0px}
.no-padding-right{padding-right:0px}
.bg-gray{
	background:#f0f0f0
}
/*
1.Preloader
============================*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999999;
	right: 0;
    bottom: 0;
}
#preloader-status {
    height: 210px;
	width: 210px;
    background: url(../img/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    position: absolute;
    left: 50%;
    top: 50%;	
}

/*
2.Scrollup
==============*/
#scrollUp {
	background: #0d5085 none repeat scroll 0 0;
	border-radius: 100%;
	bottom: 5px;
	color: #fff;
	font-size:16px;
	height: 40px;
	right: 20px;
	text-align: center;
	text-decoration: none;
	width: 40px;
}
#scrollUp:hover {
  opacity: 1;
  color: #fff!important; background:#c9c00;
}
#scrollUp i {
display: block;
font-weight: bold;
padding-top: 11px;
}

/*
3.Header Section
==================*/
.header-top {
	background: linear-gradient(90deg, #0064ac, #009fab);
}

.header-top .navbar-nav {
    padding: 0;
    flex-direction: row;
}
.header-top .navbar-nav .nav-item {
    position: relative;
    margin-right:20px;
}
.header-top .nav-link {
    padding-top:8px;
    padding-bottom:8px;
    color:#fff;
    display:inline-block;
}

.header-top .navbar-nav .nav-item+.nav-item:before {
    content: "";
    position: absolute;
    left: -9px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #fff3;
}


.header-top .navbar-nav a i {
    display: inline-block;
    width:20px;
    margin-right: 7px;
    position: relative;
    text-align: right;
    bottom: -2px;
    color:#fff;
}

.header-top .soical-profile{text-align:right;}
.header-top .soical-profile ul li a{color:#fff; font-size:22px;}
.header-top .soical-profile ul li i{color:#fff;}

.main-menu-new{width:100%; display:inline-block; margin-bottom: -3px; text-align:left !important; margin-right:0 !important; border-top: 1px solid #eee;}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width:1320px !important;
    }
}




header .widget-list {
    margin:5px auto 0;
    justify-content: right;
    height: 100%;
    align-items: center;
    display: flex;
}
.border-list>li {
    padding-right: 24px;
    position: relative;
    padding-left:24px;
}

.border-list>li a{text-decoration:none;}

.border-list>li:after {
    content: "";
    height: 100%;
    top: 0;
    width: 1px;
    background: #ddd;
    position: absolute;
    right: 0;
}


@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 112, 244, 0.4);
  }
  100% {
    box-shadow: 0 0 7px 25px rgba(0, 112, 244, 0);
  }
}

.pulse {
  padding:10px 20px;
  font-size:16px;
  font-weight:300;
  color: #fff;
  text-align: center;
  background:#0d5085;
  border-radius: 50px;
  animation: shadow-pulse 1.5s infinite;
  margin-top:10px;
  margin-bottom:10px;
  display:inline-block;
}

.pulse i{margin-right:10px;}


.border-list>li.call >a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    text-align:left;
    padding:10px 0;
}
.border-list>li.call >a>i {
    padding-right: 10px;
    font-size: 34px;
    width: 44px;
    height: 30px;
    color: #0067ac;
}
.border-list>li>a>div>span {
    font-size: .9rem;
}
.border-list>li>a>div>span {
    font-size: .9rem;
}
.border-list>li>a>div>h5 {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 1.2rem;
}

.header-left {
	padding: 10px 0;
}
.header-left ul {
	display: inline-block;
}
.header-left li {
	padding-right: 40px;
	position: relative;
	display: inline-block;
	color: #011e40;
	position: relative;
}
.header-left li::before {
	content: "";
	height: 14px;
	width: 1px;
	background: #011e40;
	position: absolute;
	right: 20px;
	top: 6px;
}
.header-left li:last-child:before{
	display:none;
}
.header-left li:last-child{padding-right:0}
.header-left li i {
	color: #011e40;
	margin-right: 6px;
}
.header-right-div {
	text-align: right;
}
.header-right {
	text-align: right;
	position: relative;
	z-index: 1;
	padding: 10px 0;
	display: inline-block;
	z-index:99
}

li.call.whatsapp i{color:#09953e !important;}
li.call.whatsapp .text-red{
    color: #09953e;
}

li.call.whatsapp .header-txt{
    color: #09953e;
}
.border-list>li.call.whatsapp{padding-right:0;}
.border-list>li.call.whatsapp:after{display:none;}
.soical-profile {
	padding-top: 7px;
}
.soical-profile ul,
.soical-profile li {
	display: inline-block;
}
.soical-profile li a i{
color:#322f2f;
text-align: center;
margin-right:20px;
border-radius:100%;
}

header{transition: all .5s ease 0s;}
header.fixed{
	position: fixed;
    z-index: 10;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px;
    transition: 0.5s;
    background:#fff;
}
header.fixed .header-top{display:none;}
/*
4.Menu  Section
=================*/
.hd-sec {
	background: #fff;
}
.logo {
	padding: 20px 0;
}
.logo img{height: 30px;}



.social-title {
	display: inline-block;
	color: #322f2f;
	font-weight: 500;
}
.menu-center {
	text-align: right;
}
.menu {
display: inline-block;
position:relative;
width:100%;
}
.main-menu {
	display: inline-block;
	text-align:left;
	margin-right:0;
}

.main-menu ul {
margin : 0;
padding : 0;
position : relative;
}
.main-menu ul li {
display: inline-block;
padding: 0;
position: relative;
}
.main-menu ul li.active a{
	position:relative;
	color:#fff;
background:#0064ac;
}
.main-menu ul li a {
	display: block;
	font-size:15px;
	padding:11px 20px 11px;
	text-decoration: none;
	text-transform: capitalize;
	transition: all 0.4s ease 0s;
	position: relative;
	font-weight:500;
	color:#0d5085;
	text-transform:uppercase;

}
.main-menu ul li ul:hover .main-menu ul li a{
  background: #fafafa;
}
.main-menu ul li a:hover {
transition : all 0.4s 0s ease;
color:#fff;
background:#0064ac;
}

.main-menu ul ul {
	left:0;
	opacity: 0;
	position: absolute;
	text-align: left;
	top: 45px;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	z-index: 99999;
	transition: all 0.3s ease 0s;
	padding:0;
border-top: 2px solid #0056d2 !important;
 box-shadow: 0 10px 35px rgba(0, 0, 0, 0.14) !important;
    background:#fff;
}
.main-menu ul ul::before {
    content: '';
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 10px solid #0056d2;
}

.main-menu ul ul li {
float : none;
width : 220px;
padding:0;
}
.main-menu ul ul li ul {
	visibility: hidden !important;
}
.main-menu ul ul li i {
	float: right;
}
.main-menu ul ul li:hover ul{
	visibility: visible !important;
	top : -1px;
	transition: all 0.3s ease 0s;
	opacity:1;	
}
.main-menu ul ul li a {
	line-height: 120%;
	padding:10px 10px;
	color:#0064ac;
	border-bottom: 1px solid #0064ac;
	font-weight:300;
	text-transform: capitalize;
	font-size:13px !important;
}
.main-menu ul ul li:last-child a{
	border-bottom:0px;
}
.main-menu ul ul li a:hover {
color:#fff; background:#0064ac;
}
.main-menu ul ul ul {
left : 100%;
transition: all 0.3s ease 0s;
opacity:0;
border-top:0px;
}
.main-menu ul li:hover ul {	
 visibility: visible;
 transition: all 0.4s ease 0s; 
 opacity: 1;
}

.main-menu ul li ul li a{font-size:12px;}

.main-menu ul li a i {
margin-left : 6px;
}
.search-bar-icon{
	display: inline-block;
	padding:11px 0px;
	position: absolute;
	right: 0;
	top: 0;
}
.site-search span{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 100%;
	cursor: pointer;
	transition: all 0.4s ease 0s;
}
.site-search.open span i.fa-search::before {
	 content: "\f00d" !important; 
}
.site-search i {
  color: #011e40;
}
.search-forum > form {
	display: inline-flex;
	background: #fff;
	padding: 18px 20px;
	border-top: 2px solid #f1c40f;
}
.search-forum input[type="text"] {
	padding: 10px;
	border: 1px solid #ddd;
}
.search-forum input[type="submit"] {
  padding: 10px;
  background: #22253a;
  color: #fff;
}
.search-forum {
	left: -240px;
	position: absolute;
	top: 44px;
	transition: all 0.4s ease 0s;
	z-index: 2;
}
.search-forum.dropdown-menu {
	padding: 0;
	border: 0px;
}
.animation{
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

 @-webkit-keyframes slideUpIn {
	 0% {
		 
		 -webkit-transform: translateY(40px);
	 }
	 100% {
		 
		 -webkit-transform: translateY(0);
	 }
	 
	 0% {
		 -webkit-transform: translateY(40px);
	 }
}

@keyframes slideUpIn {
	0% {
		transform: translateY(40px);
	}
	100% {
		transform: translateY(0);
	}
	0% {
		transform: translateY(40px);
	}
}

.slideUpIn {
	-webkit-animation-name: slideUpIn;
	animation-name: slideUpIn;
}
.hd-sec.sticky_menu {
  left: 0;
  right: 0;
  top: 0;  
  position: fixed;
  z-index: 9999;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.applay-button {
	position: relative;
	z-index: 2;
	padding: 28px  0;
	display: inline-block;
	width: 100%;
	text-align: right;
}
.applay-button a {
	padding: 8px 26px;
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 15px;
	margin-top: 4px;
	border: 1px solid #011e40;
	width: 100%;
	text-align: center;
}
.applay-button a:hover{background:#f1c40f;color:#011e40;border-color:#f1c40f;}

/*
5.Slider Section
======================*/
.all-slide .owl-item {
  height:451px;
}
.all-slide .single-slide {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
height: 100%;
}
.slider-wrapper {
	width:58%;
	padding:0;
	height: 100%;
	float:right;
	margin-right:5%;
}
.slider-text {
left: 0;
position: relative;
right:0;
top: 50%;
transform: translateY(-50%);
z-index: 2;
text-align:left;

}
.slider-wrapper ul{padding:0; margin:0;}
.slider-wrapper ul li{display:inline-block; width:100%; margin-bottom:10px;}
.slider-wrapper ul li i{margin-right:10px; font-size:22px;}


.country-box{
    display:inline-block;
    width:100%;
    background:#fff;
    padding:8px 10px;
    border-radius:5px;
    box-shadow:0 8px 18px rgba(0,0,0,0.25);
    margin-top:15px;
}

.country-box img{
    width:20px !important;
    height:auto;
    display:inline-block !important;
    margin-right:5px;
}

.country-box span{
    font-size:18px;
    color:#333;
    font-weight:500;
}


.slider-caption {
	width:100% !important;
}
.slider-caption span.subtitle {
	color: #ffffff;
	font-size: 24px;
	text-transform: capitalize;
}
.slider-text ul {
  margin-top: 20px;
}
.slider-text h1 {
	  font-size:40px;
    line-height:45px;
    letter-spacing: -1px;
    display: block;
    color:#0d5085;
    font-weight: 300;
    margin-bottom:10px;
}
.slider-text h1 > span{color:#f1c40f;}
.slider-text p {
   font-size:14px;
    line-height:22px;
    font-weight: 300;
    color:#000;
    margin-bottom:0;
}
.slider-text li {
  display: inline-block;
}
.slider-text li a {
	background:inherit;
	display: inline-block;
	text-transform: capitalize;
	margin-right: 14px;
	position: relative;
	z-index: 5;
	position: related;
	transition: all 0.4s ease 0s;
	border:1px solid #fff;
	color: #fff;
    border-radius: 2px;
    padding: 13px 24px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.1em;
    font-size: 12px;
}


.slider-text li a:hover{background:#2AC4EA;
	transition: all 0.4s ease 0s; color:#fff;}

.form-box{
	background: #fff;
    padding:35px;
    border-radius: 5px;
    box-shadow:0 10px 25px rgba(0,0,0,0.2);
  }



.counselling-form h3{
  margin-bottom:20px;
  font-size:18px;
  color:#222;
}

.counselling-form input,
.counselling-form select{
  width:100%;
  padding:9px;
  margin-bottom:10px;
  border-radius:6px;
  border:1px solid #6c757d;
  font-size:14px;
  outline:none;
  box-sizing:border-box;
}

.counselling-form input:focus,
.counselling-form select:focus{
  border-color:#0077b6;
}

.counselling-form button{
  width:100%;
  padding:14px;
  border:none;
  border-radius:10px;
  background:linear-gradient(90deg,#1262a3,#18a0a9);
  color:white;
  font-size:15px;
  font-weight:600;
  cursor:pointer;
  transition:0.3s;
}

.counselling-form button:hover{
  opacity:0.9;
}

.all-slide .owl-controls .owl-buttons div {
background: none;
opacity: 1.00;
}

.all-slide .owl-controls .owl-prev {
  left: 20px;
  top: 45%;
  transform: translateY(-50%);
  position: absolute;transition: all 0.4s ease 0s;
}
.all-slide:hover .owl-prev{transition: all 0.4s ease 0s;}

.all-slide .owl-controls .owl-next {
  right: 20px;
  position: absolute;transition: all 0.4s ease 0s;
  top: 45%;
  transform: translateY(-50%);
}
.all-slide:hover .owl-next{transition: all 0.4s ease 0s;}
.all-slide .owl-controls .owl-prev i, .all-slide .owl-controls .owl-next i {
	background: transparent;
	color: #ffff;
	font-size: 48px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	transition: all 0.5s ease-out 0s;
	width: 50px;
	font-weight: normal;
}
.all-slide .owl-controls .owl-next i:hover {
transition: all 0.5s ease-out 0s;background:#10222f;
color:#fff;border-color:#f1c40f;
}
.all-slide .owl-controls .owl-prev i:hover {
transition: all 0.5s ease-out 0s; background:#10222f; color:#fff;border-color:#f1c40f;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);	
}


/*
6.About Us Section
=================*/
.about-img img{width:100%;position:relative;}
.about-img::before {
	border: 10px solid rgba(0, 0, 0, 0.30);
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 9;
}
.about-desc img {
	margin-bottom: 30px;
}
.about-img {
	position: relative;
}
.about-desc h1 {
	font-weight: bold;
	text-transform: capitalize;
	position: relative;
	margin-bottom: 30px;
}
.about-desc h1::before {
	content: "";
	position: absolute;
	bottom: -10px;
	width: 80px;
	height: 2px;
	background: #f1c40f;
}
.about-desc a.about-btn {
	background:#0d5085;
	padding: 10px 26px;
	display: inline-block;
	font-weight:400;
	text-transform:none;
	color: #fff;
	position: relative;
	border-radius:4px;
}

.company-ceo-info h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
}
.company-ceo-info span {
	text-transform: capitalize;
	font-weight: 400;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	font-size: 16px;
}
.company-mission {
	margin-top: 20px;
}
.company-mission h2 a {
	text-transform: capitalize;
	font-size: 28px;
	font-weight: 600;
	color: #011e40;
}
.company-mission a {
	color: #f1c40f;
	text-transform: capitalize;
	font-weight: bold;
}
/*Video Inner CSS*/
.vedio-inner {
	position: relative;
	margin-bottom: 40px;
	text-align:center;
}
.vedio-overly{position:absolute;top:0;height:100%;width:100%;}
.vedio-button {
	text-align: center;
	transform: translateY(-50%);
	top: 50%;
	position: relative;
}

.vedio-button {
  position: relative;
  width: 60px;
  height: 60px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background-color: transparent;
  background-image: url('../img/play_button.png');
  background-size:cover;
  background-repeat: no-repeat;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  margin:0px auto;
}
.vedio-button a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.vedio-button:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}}
/*
7.Course Section
=================*/
.course-sec.index2-course.course-slider {
	background-image: none;
	background-color:#fff;
}
.course-sec.index2-course.course-slider .sec-title h1 {
	color: #011e40;
}
.course-sec-image {
	background: #011e40 none repeat scroll 0 0;
	padding: 190px 0;
	background-image: url(../img/course-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.course-sec-image::before {
	position: absolute;
	content: "";
	background-color: rgba(34, 37, 58, 0.95);
	top: 0;
	width: 100%;
	height: 100%;
}
.course-sec {
	margin-top: -296px;
}
.course-sec .sec-title h1{
	color:#fff;
}
.course-inner {
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
	background: #fff;
	margin-bottom: 30px;
}
.readmore-button {
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 4;
	visibility:hidden;
	opacity:0
}
.readmore-button a {
	background: #22253a;
	color: #fff;
	display: inline-block;
	padding: 10px 26px;
	text-transform: capitalize;
	margin: 0px 10px;
	position: relative;
	z-index: 5;
	font-weight: 600;
	position: related;
	transition: all 0.4s ease 0s;
}
.readmore-button a::before {
	content: "\f178";
	font-family: fontawesome;
	float: right;
	top: 0px;
	position: relative;
	color: #fff;
	padding-left: 10px;
	transition: all 0.4s ease 0s;
	margin-left: 10px;
}
.course-desc {
	padding: 10px 20px;
	margin-top: 10px;
	border-bottom: 1px solid #f4f4f4;
}
.course-desc h2 a{
	position:relative;text-transform:capitalize
}
.course-desc h2 a::before {
	content: "";
	width:0px;
	height: 1px;
	bottom: -10px;
	position: absolute;
	left: 0;
	transition: all 0.4s ease 0s;
}
.course-inner:hover .course-desc h2 a::before {
	background: #f1c40f;
	width: 70px;	
	transition: all 0.4s ease 0s;
}
.course-inner:hover .course-desc h2 a{
	color:#f1c40f
}
.course-thumb::before {
	position: absolute;
	content: "";
	background-color: rgba(241, 196, 15, 0.95);
	width:0%;
	height:100%;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all 0.4s ease 0s;
}
.course-thumb {
	position: relative;
	z-index:2
}
.teacher-thumb {
	position: absolute;
	width: 80px;
	height: 80px;
	margin: 0px auto;
	text-align: center;
	left: 0;
	right: 0;
	bottom: -40px;
	border-radius: 100%;
	z-index: 3;
}
.course-inner:hover .course-thumb::before{
width:100%;
transition: all 0.4s ease 0s;	
}
.course-inner:hover .readmore-button{
visibility:visible;
opacity:1;
transition: all 0.4s ease 0s;	
}

.teacher-thumb img {
border-radius: 100%;	
}
.course-meta {
	padding: 10px 20px;
}
.course-price {
	font-weight: bold;
	color: #011e40;
	font-size: 24px;
}
.course-rating {
	float: right;
}
.course-rating i {
	color: #f1c40f;
	font-size: 14px;
	margin-left: 2px;
	transition: all 0.4s ease 0s;	
}
.course-info {
	padding: 10px 20px;
	transition: all 0.4s ease 0s;
	position: relative;
	background: #f2f2f2;
}
.course-info::before {
	position: absolute;
	content: "";
	background-color: #f1c40f;
	width: 0px;
	height: 1px;
	left: 0;
	bottom: 0;
	margin: 0px auto;
	right: 0;
	transition: all 0.4s ease 0s;
}
.course-inner:hover .course-info::before{
	width:100%;
	transition: all 0.4s ease 0s;
}
.course-info li {
	display: inline-block;
	padding-right: 10px;
	text-transform: capitalize;
}
.course-info li a i {
	color: #f1c40f;
	margin-right: 6px;
}
.course-list-sec .owl-stage-outer {
	padding: 15px 0;
}
.all-course .owl-item {
  padding: 0;
}

.all-course .course-inner-1 {
  padding: 0 10px;
  box-sizing: border-box;
}

.all-course .owl-controls .owl-buttons div {
background: none;
opacity: 1.00;
}

.all-course .owl-controls .owl-prev {
	position: absolute;
  top: 50%;
  left:-26px;
  transform: translateY(-50%);
  transition: all 0.4s ease 0s;
      z-index: 1;
}
.course-sec .sec-title{margin-bottom:0;}
.all-course .owl-controls .owl-next {
  position: absolute;
  top: 50%;
  right: -46px;
  transform: translateY(-50%);
  transition: all 0.4s ease 0s;
      z-index: 1;
}
.all-course .owl-controls .owl-prev i, .all-course .owl-controls .owl-next i {
	background:#0064ac;
	color: #fff;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition: all 0.5s ease-out 0s;
	width: 40px;
	font-weight: normal;
}
.all-course .owl-controls .owl-next i:hover {
transition: all 0.5s ease-out 0s;background:#fff;color:#011e40;border-color:#fff;
}
.all-course .owl-controls .owl-prev i:hover {
transition: all 0.5s ease-out 0s;background:#fff;color:#011e40;border-color:#fff;
}
.another-course-sec .sec-title {
	text-align: center;
	margin: 0 150px 50px 150px;
}
.another-course-sec .course-inner {
	box-shadow: none;
	border: 1px solid #f4f4f4;
	margin-bottom: 30px;
}
/*
8.Title Section
=================*/
.sec-title {
	text-align: left;
	margin: 0 0px 50px 0px;
}
.sec-title  h1 {
  font-size: 36px;
  text-transform: capitalize;
  color: #011e40;
  font-weight: bold;
}
.sec-title h1 span {
  font-weight: normal;
}
.border-shape::before {
	background: #011e40 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0px;
	position: absolute;
	top: 3px;
	width: 90px;
	margin: 0px auto;
	left: 0;
}
.border-shape {
	background: #011e40;
	display: block;
	height: 1px;
	left: 0;
	margin-bottom: 20px;
	position: relative;
	text-align: left;
	top: 0;
	width: 330px;
}
.sec-title  p {
  margin-bottom: 0;
}
/*
9.Count Up Section 
============================*/
.count-up-sec {
background: #0d5085;
padding: 76px 0;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
position: relative;
background-attachment:fixed;
}
.count-up-sec-overlay{background-color: rgba(34, 37, 58, 0.95);
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;}
.count-up-inner {
text-align: center;
}
.countup-icon {
  display: inline-block;
  height: 70px;
  margin-bottom: 16px;
  text-align: center;
  width: 70px;
}
.countup-text {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.count-up-icon {
	display: inline-block;
	margin-bottom: 14px;
	width: 70px;
	height: 70px;
	border-radius: 100px;
}
.count-up-inner h2 {
	color: #f1c40f;
	font-size: 48px;
	text-transform: uppercase;
	margin-bottom:0px;
	
}
.count-up-inner h4 {
	color: #fff;
	font-size: 22px;
	margin-bottom: 0;
	text-transform: capitalize;font-weight:400;
	
}

/*
10. Gallery Section
============================*/
.gallery-sec .sec-title {
	text-align: center;
	margin: 0 150px 50px 150px;
}

.simplefilter {
	position: relative;
	text-align: center;
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
}
.shorttitle {
  display: none;
}
.simplefilter li {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	text-transform: capitalize;
	background: #22253a;
	margin: 0px 5px;
}
.simplefilter li:hover {
transition: all 0.5s ease-out 0s;background:#f1c40f;color:#fff;
}
.simplefilter li.active {
    background: #f1c40f;color:#fff;position:relative
}
.simplefilter li.active:hover{transition: all 0.5s ease-out 0s;background:#f1c40f;color:#fff;}
.gallery-item {
	position: relative;overflow:hidden
}
.gallery-item:hover .gallery-button h2 a{
	top:0px;
	transition: all 0.4s ease 0s;
}
.gallery-button h2 a {
	color: #fff;
	text-transform: capitalize;
	font-size: 20px;
	top:-100px;
	position: relative;
	transition: all 0.4s ease 0s;
}
.gallery-button a i {
	color: #fff;
	font-size: 24px;
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	line-height: 60px;
}
.gallery-sec .gallery-item {
	margin-bottom:30px;
}
.gallery-sec .simplefilter li.active{color:#011e40;background:#f1c40f;position:relative;}
.gallery-sec .simplefilter li.active::before {
	width: 10px;
	height: 10px;
	position: absolute;
	content: "";
	background: #f1c40f;
	transform: rotate(46deg);
	top: 38px;
	margin: 0px auto;
	text-align: center;
	left: 0;
	right: 0;
}
.gallery-item:hover .gallery-overlay {
	visibility: visible;
	opacity: 1;
	transition: all 0.4s ease 0s;	
	top:0px;
}
.gallery-item:hover .gallery-button a i{
bottom:0px;
transition: all 0.4s ease 0s;
}
.gallery-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(34, 37, 58, 0.95);
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease 0s;
}
.gallery-overlay-text {
	text-align: center;
}
.gallery-overlay-text {
	transform: translateY(-50%);
	top: 50%;
	position: relative;
}
.gallery-overlay-text .gallery-button a i {
	color: #fff;
	font-size: 20px;
	width: 50px;
	height: 50px;
	border: 1px solid #0064ac;
	line-height: 50px;
	bottom: -140px;
	position: relative;
	transition: all 0.4s ease 0s;
	background:#0064ac;
}
.gallery-overlay-text .gallery-button a i:hover{background:#fff; 
	border-color:#0064ac;transition: all 0.4s ease 0s; color:#0064ac;}
.gallery-load-more-btn {
	text-align: center;
	margin-top:20px;
}
.gallery-load-more-btn a{
	background:#0064ac;
	color: #fff;
	display: inline-block;
	padding: 10px 26px;
	text-transform: capitalize;
	margin: 0px 10px;
	position: relative;
	z-index: 5;
	font-weight: 600;
	position: related;
	transition: all 0.4s ease 0s;
	border:solid 1px #0064ac;
}
.gallery-load-more-btn a:hover{
	background: #fff;
	color:#0064ac;
	border:solid 1px #0064ac;
}
.gallery-load-more-btn a::before {
	content: "\f178";
	font-family: fontawesome;
	float: right;
	top: 0px;
	position: relative;
	color: #011e40;
	padding-left: 10px;
	transition: all 0.4s ease 0s;
	margin-left: 10px;
}
/*
11.Why Choose Us Section 
==========================*/
.why-choose-sec-image {
	background: #011e40 none repeat scroll 0 0;
	padding: 193px 0;
	background-image: url(../img/why-us-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.why-choose-sec-image::before {
	position: absolute;
	content: "";
	background-color: rgba(34, 37, 58, 0.95);
	top: 0;
	width: 100%;
	height: 100%;
}
.why-choose-us-sec {
	background: #f2f2f2;
}
.why-choose-us-sec .border-shape,
.why-choose-us-sec .border-shape::before,
.why-choose-us-sec .border-shape::after
{background:#fff;}
.why-choose-thumb {
	position: relative;
	z-index: 2;
}
.why-choose-inner:hover .readmore-button{
	visibility:visible;
	opacity:1;
	transition: all 0.4s ease 0s;
}
.why-choose-inner:hover .why-choose-icon{
	border-color:#f1c40f;
	transition: all 0.4s ease 0s;
}
.why-choose-text {
	padding: 60px 15px 20px 15px;
	background: #fff;
	border: 1px solid #ddd;
	border-top:0px;
}
.why-choose-inner {
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.why-choose-text p {
	margin-bottom: 0;
}
.why-choose-text h2 a {
	font-size: 22px;
	text-transform: capitalize;
}
.why-choose-inner:hover .why-choose-text h2 a{
	color:#f1c40f
}
.why-choose-icon {
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	line-height: 80px;
	text-align: center;
	margin: 0px auto;
	left: 0;
	right: 0;
	bottom: -40px;
	background: #fff;
	border-bottom: 3px solid #011e40;
	z-index: 99;
	transition: all 0.4s ease 0s;
}
.why-choose-icon img {
	width: 50px;
	height: 50px;
	display: inline-block;
}
.why-choose-all.owl-carousel .owl-item .why-choose-icon img {
	width: auto;
	height: auto;
	text-align: center;
	margin: 0px auto;
	padding: 20px;
}
.why-choose-all .owl-controls .owl-nav {
	position: absolute;
	top: -90px;
	width: 100%;
	z-index: 99;
}
.why-choose-all .owl-controls .owl-buttons div {
background: none;
opacity: 1.00;
}

.why-choose-all .owl-controls .owl-prev {
  right: 60px;
  position: absolute;transition: all 0.4s ease 0s;
}
.why-choose-all .owl-controls .owl-next {
  right: 0px;
  position: absolute;transition: all 0.4s ease 0s;
}
.why-choose-all .owl-controls .owl-prev i, .why-choose-all .owl-controls .owl-next i {
	background: #f1c40f;
	color: #011e40;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition: all 0.5s ease-out 0s;
	width: 40px;
	font-weight: normal;
}
.why-choose-all .owl-controls .owl-next i:hover {
transition: all 0.5s ease-out 0s;background:#22253a;color:#fff;border-color:#fff;
}
.why-choose-all .owl-controls .owl-prev i:hover {
transition: all 0.5s ease-out 0s;background:#22253a;color:#fff;border-color:#fff;
}
/*
12.Instructor section
======================*/
.instructor-member {
	background: #fff none repeat scroll 0 0;
	text-align: left;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	transition: all 0.4s ease-in-out 0s;
	z-index: 2;
}
.instructor-member::after {
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	width: 100%;
	height: 35%;
	left: 0;
	z-index: -1;
}
.instructor-sec .sec-title {
	text-align: center;
	margin: 0 150px 50px 150px;
}
.instructor-member-thumb {
	position: relative;
	overflow: hidden;
	transition: all 0.4s ease-in-out 0s;
}

.instructor-member:hover .instructor-overlay ul {
visibility:visible;bottom:0px;
	transition: all 0.4s ease-in-out 0s;
}
.instructor-overlay ul {
	position: absolute;
	width: 100%;
	bottom: -50%;
	background: #f1c40f;
	text-align: left;
	padding-left: 10px;
	visibility:hidden;
	transition: all 0.4s ease-in-out 0s;
}
.instructor-member img {
  width: 100%;
}
.instructor-member  h2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  text-transform: uppercase;transition: all 0.4s ease-in-out 0s;
  color:#011e40;
}
.instructor-member  h3 {
  font-size: 14px;
  text-transform: capitalize;transition: all 0.4s ease-in-out 0s;
}
.instructor-overlay li a {
	display: inline-block;
	color: #011e40;
	text-align: left;
	line-height: 30px;
	margin-right: 14px;
}
.instructor-overlay li{
	display: inline-block;	
	text-align: left;	
	padding:5px 0;	
}
.instructor-social li a {
	display: inline-block;
	text-align: left;
	line-height: 30px;
	margin-right: 2px;
	width: 30px;
	height: 30px;
	background: transparent;
	border-radius: 100%;
	text-align: center;
	border: 1px solid #011e40;
}
.instructor-social li{
	display: inline-block;		
}
.instructor-social li i{color:#011e40}
.instructor-social li a:hover{background:#011e40}
.instructor-social li a:hover i{color:#fff}
.all-instructor .owl-controls {
	position: absolute;
	top: -90px;
	width: 100%;
	z-index: 99;
}
.all-instructor .owl-controls .owl-prev {
	right: 50px;
	position: absolute;
	transition: all 0.4s ease 0s;
}
.all-instructor .owl-controls .owl-next {
	right: 0px;
	position: absolute;
	transition: all 0.4s ease 0s;
}
.all-instructor .owl-controls .owl-prev i, .all-instructor .owl-controls .owl-next i {
	background: #f1c40f;
	color: #011e40;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition: all 0.5s ease-out 0s;
	width: 40px;
	font-weight: normal;
}
.all-instructor .instructor-member {
	text-align: center;
	background: #f1c40f;
	padding-bottom: 30px;
}
/*
13.Testimonial Section
=========================*/
.testimonial-sec {
	background: #0d5085;
	padding:100px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}
.all-testimonial .owl-controls {
  position: absolute;
  bottom:-30px;
  width: 100%;
}
.all-testimonial .owl-controls .owl-buttons div {
  background: none;
opacity:1
}

.testimonial-sec .all-testimonial .owl-controls .owl-prev {
  left: -80px;
  position: absolute;
}
.all-testimonial .owl-controls .owl-next {
  right: -80px;
  position: absolute;
}
.all-testimonial .owl-controls .owl-prev i,
.all-testimonial .owl-controls .owl-next i {
border: 1px solid #f6c405;
color: #011e40;
font-size: 30px;
height: 40px;
line-height: 40px;
text-align: center;
transition: all 0.5s ease-out 0s;
width: 40px;
background:#f6c405;
display:none;
}

.testimonial-sec.all-testimonial .owl-controls .owl-next i:hover {
transition: all 0.5s ease-out 0s;color:#fff;border-color:#fff
}
.all-testimonial .owl-controls .owl-prev i:hover {
transition: all 0.5s ease-out 0s;color:#fff;border-color:#fff
}
.testimonial {
  margin-bottom: 10px;
}
.testimonial .inner {
  display: inline-block;
}

.testimonial .client-info {
	position: relative;
	text-align:center;
	margin-top:28px;
}
.single-testimonial  h2 {
font-size: 16px;
    display: block;
    line-height: 22px;
    color:#fff;
    margin-bottom: 12px;
}

.star-rating-wrap{width:100%; display:inline-block; text-align:center;}
.star-rating-wrap i{display:inline-block; margin:0 4px; font-size:17px; font-weight:300;}
.single-testimonial  h3{
	font-size: 12px; color:#fff;
}


.single-testimonial{text-align:center;}
.single-testimonial p{display:inline-block; width:100%; padding-top:10px;
font-size: 22px; font-weight:300; line-height:32px;
}
.research-sec .sec-title{text-align:center;}
.research-sec .sec-title h2 {
    color: #444;
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
}

.all-testimonial.owl-carousel.owl-theme .owl-item img {
	height: 50px;
	width: 50px;
	border-radius: 100%;
	display:inline-block;
}
.testimonial .client-info h3 {
  margin-bottom: 0;
  color:#fff;
}
.single-testimonial {
	color: #f4f4f4;
	text-align: center;
}
/*
13.1 Testimonial V2 Section
=============================*/
.testimonial-v2-sec {
	background: #071c2e none repeat scroll 0 0;
	padding: 76px 0;
	background-image: url(../img/count_up_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}
.testimonial-v2-sec .all-testimonial.owl-carousel.owl-theme .owl-item img {
	height: 120px;
	width: 120px;
	border-bottom:0;
	border-radius: 100%;
}
.single-testimonial-v2 .client-comment {
	display: inline-block;
	width: 80%;
	color: #fff;
	font-style: italic;
}
.testimonial-client-info {
	display: inline-block;
	width: 20%;
	float: left;
}
.single-testimonial-v2 h2 {
	color: #f6c405;
	font-size: 22px;
	margin-bottom: 10px;
}
.single-testimonial-v2 .client-info h3 {
	margin-bottom: 0;
	color: #fff;
}
.testimonial-v2-sec .all-testimonial .owl-controls .owl-prev {
	right: -80px;
	position: absolute;
	top: -73px;
}

/*
13.2 Testimonial V3 Section
=============================*/
.testimonial-v3-sec {
	background: #22253a none repeat scroll 0 0;
	padding: 100px 0;
}
.all-testimonial-v3 .owl-controls {
  position: absolute;
  top: 40%;
  width: 100%;
}
.all-testimonial-v3 .owl-controls .owl-buttons div {
  background: none;
opacity:1
}

.all-testimonial-v3 .owl-controls .owl-prev {
  left: -80px;
  position: absolute;
}
.all-testimonial-v3 .owl-controls .owl-next {
  right: -80px;
  position: absolute;
}
.all-testimonial-v3 .owl-controls .owl-prev i, .all-testimonial-v3 .owl-controls .owl-next i {
	color: #011e40;
	font-size: 30px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition: all 0.5s ease-out 0s;
	width: 40px;
	background: #f1c40f;
}
.all-testimonial-v3 .owl-controls .owl-next i:hover {
transition: all 0.5s ease-out 0s;background:#424242;color:#fff;border-color:#424242
}
.all-testimonial-v3 .owl-controls .owl-prev i:hover {
transition: all 0.5s ease-out 0s;background:#424242;color:#fff;border-color:#424242
}

.all-testimonial-v3 .sngl-client {
border: 1px solid #ddd;
margin-bottom: 30px;
text-align: center;
margin: 5px;
}
.all-testimonial-v3 .single-testimonial {
	margin: 0 10px;
	padding: 0;
}
.all-testimonial-v3 .client-comment img {
border-radius: 100%;
width: 150px;
}
.all-testimonial-v3 .client-comment > p {
	padding: 0 30px;
	color: #ddd;
}
.all-testimonial-v3 .client-comment h2 {
	color: #f1c40f;
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.all-testimonial-v3 .client-comment h3 {
	font-size: 14px;
	text-transform: capitalize;
	margin-bottom: 13px;
	color: #fff;
}
.all-testimonial-v3 .client-comment p::before {
content: "\f10d ";
font-family: fontawesome;
left:-8px;top:-8px;
position: relative;color:#f1c40f
}
.all-testimonial-v3 .client-comment p::after {
  bottom: 4px;
content: "\f10e";
  font-family: fontawesome;color:#f1c40f;right:-8px;top:8px;
    position:relative
}
.all-testimonial-v3 .client-comment > ul {
  padding-bottom: 15px;
}
.all-testimonial-v3 .client-comment li {
  display: inline-block;
}
.all-testimonial-v3 .client-comment li a{
border: 2px solid #1baad6;
border-radius: 100%;
color: #fff;
display: inline-block;
height: 30px;
line-height: 26px;
width: 30px;
margin: 0px 5px;background:#1baad6
}
.all-testimonial-v3 .client-comment li a:hover{background:#424242;transition: all 0.4s ease-in-out 0s;color:#fff;border-color:#424242}
.all-testimonial-v3 .client-info {
	text-align: center;
	margin: 0px auto;
	display: inline-block;
}

/*
14.Event Section 
======================*/
.event-inner {
    margin-bottom: 14px;
    display: inline-block;
    width: 100%;
    border: solid 2px #0064ac;
    background: #fff;
    padding: 12px;
    min-height:232px;
}
.event-thumb {
	display: inline-block;
	float: left;
	width:84px;
	position: relative;
	overflow: hidden;
}

.event-thumb img{width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 0 10px 1px #00000026;
    border: 5px solid #fff;
}


.event-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(34, 37, 58, 0.85);
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease 0s;
	top:0px;
}
.event-overlay a {
	transform: translateY(-50%);
	top: 50%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0px auto;
	text-align: center;
}
.event-overlay a i {
	color: #011e40;
	font-size: 20px;
	width: 50px;
	height: 50px;
	border: 1px solid #f1c40f;
	line-height: 50px;
	position: relative;
	transition: all 0.4s ease 0s;
	background: #f1c40f;
}
.event-inner:hover .event-overlay {
	visibility:visible;
	transition: all 0.4s ease 0s;
	opacity:1;
}
.event-desc {
	padding-left: 108px;
}
.event-desc h2{margin-bottom:10px}
.event-inner:hover .event-desc h2 a{
	color:#0064ac;
}
.event-desc h2 a {
	text-transform: capitalize;
}
.event-meta {
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 6px;
	margin-bottom: 10px;
}
.event-meta li {
	display: inline-block;
	padding-right: 10px;
	color: #082343;
}
.event-meta li:last-child{
	padding-right:0px;
}
.event-meta li i {
	color: #0064ac;
	margin-right: 5px;
}
.event-v2-sec .event-thumb {
	width: 100%;
	margin-bottom: 30px;
}
.event-v2-sec .event-thumb img{
	width:100%;
}
.event-v2-sec .event-desc{
	padding-left:0px;
}
/*
15.Call To Action Section
============================*/
.call-to-action-sec {
	background-color: #011e40;
	background-image: url("../img/call_to_action_bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 40px 0px;
}
.call-to-action-overlay {
  background-color:rgba(34, 37, 58, 0.95);
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.call-to-action-text {
  text-align: left;
}
.call-to-action-text {
  color: #fff;
}
.call-to-action-text p {
  margin-bottom: 0;
}
.call-to-action-text  h2 {
  color: #fff;
  text-transform: capitalize!important;
  font-size:30px;
  font-weight:bold
}
.call-to-action-text a.btn {
background: #f6c405 none repeat scroll 0 0;
border-radius: 0;
color: #011e40;
float: right;
font-weight: bold;
padding: 14px 36px;
text-transform: uppercase;
margin-top: 10px;
position:relative;
}
.call-to-action-text a.btn::before {
	content: "\f178";
	font-family: fontawesome;
	float: right;
	top: 0px;
	position: relative;
	color: #011e40;
	padding-left: 10px;
	transition: all 0.4s ease 0s;
	margin-left: 10px;
}
.call-to-action-text a.btn:hover{background: #fff;transition: all 0.4s ease-in-out 0s;color:#011e40;}
/*
16.Blog Section
==================*/
.single-post {
  display: inline-block;
  margin-bottom: 30px;
}
.single-blog.inner .single-post {
  margin-bottom: 10px;
}
.blog-detail-page .single-post-text {
  padding: 0;
  margin-top: 25px;
}

.single-blog.inner .single-post img {
  margin-bottom: 25px;
}
.single-blog.inner {
  margin-bottom: 40px;
}

.all-latest-news .owl-controls .owl-buttons div {
background: none;
opacity: 1.00;
}

.all-latest-news .owl-controls .owl-prev {
    position: absolute;
    top:50%;
    left: -46px;
    transform: translateY(-50%);
    transition: all 0.4s ease 0s;
    z-index: 1;
}
.all-latest-news .owl-controls .owl-next {
    position: absolute;
    top: 50%;
    right: -46px;
    transform: translateY(-50%);
    transition: all 0.4s ease 0s;
    z-index: 1;
}

.all-latest-news .owl-controls .owl-prev i, .all-latest-news .owl-controls .owl-next i {
	background:#0d5085;
	color:#fff;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition: all 0.5s ease-out 0s;
	width: 40px;
	font-weight: normal;
}
.all-latest-news .owl-controls .owl-next i:hover {
transition: all 0.5s ease-out 0s;background:#22253a;color:#fff;border-color:#fff;
}
.all-latest-news .owl-controls .owl-prev i:hover {
transition: all 0.5s ease-out 0s;background:#22253a;color:#fff;border-color:#fff;
}
.single-post-thumb {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.single-post-thumb img{height:400px; width:100%;}
.single-post:hover .single-post-thumb-overlay{transition: all 0.4s ease 0s;visibility:visible;opacity:1;}
.single-post:hover .single-post-thumb img{transform:scale(1.2);transition: all 0.4s ease 0s;}
.single-post-thumb img, .gallery-item img, .service-thumb img {
	transform: scale(1);
	transition: all 0.4s ease 0s;
}

.single-post p {
    color: #000;
    font-weight: 300;
    line-height: 25px;
    text-align: justify;
}


.single-post:hover a.blog-readmore{
color:#f1c40f;
}
.single-post-thumb-overlay {
	position: absolute;
	left: 0;
	width: 100%;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	bottom: 0;
	opacity: 0;
}
.post-meta {
	padding: 10px 0px;
	background:rgba(0, 100, 172, 0.95);
	display: inline-block;
	width: 100%;
	text-align: center;
}
.post-info {
	display: inline-block;
	width: 100%;
	padding: 14px 0;
}
.post-meta li span {
	color: #8d8d8d;
	font-weight: normal;
	margin-right: 10px;
}
.post-meta li {
	display: inline-block;
	margin-right: 5px;
	text-transform: capitalize;
	padding-right: 10px;
}
.post-meta a i {
	color: #fff;
	margin-right: ;
	margin-right: 10px;
}
.post-meta li a {
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
	text-transform: capitalize;
}
.post-tags {
  display: inline-block;
  float: right;
}
.blog-title  h2 {
color: #0f0f0f;
font-size: 24px;
font-weight: 900;
line-height: 30px;
}
.single-post-text a {
	color: #011e40;
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	line-height: 30px;
	text-transform: capitalize;
}
.single-post:hover .single-post-text a{
	color:#f1c40f;
}
a.blog-readmore {
	color: #011e40;
	text-transform: capitalize;
	font-size: 16px;
	position: relative;
	display: inline;
}
a.blog-readmore::before {
	content: "\f178";
	font-family: fontawesome;
	right: -24px;
	top: 0px;
	position: absolute;
	color: #011e40;
	padding-left: 10px;
	transition: all 0.4s ease 0s;
	margin-left: 10px;
}
.single-post:hover a.blog-readmore::before{
color:#f1c40f;
}


.register-recently-added {
	margin-top: 30px;
}
.recently-added h2 {
	color: #fff;
}
.student-photo {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	overflow: hidden;
}
.recently-added-student {
	display: inline-block;
	margin: 0px auto;
	text-align: center;
}
.student-name {
	color: #fff;
	margin-top: 10px;
	display: inline-block;
	width: 100%;
}

.register-recently-added h2 {
	color: #fff;
	font-size: 22px;
}
.all-recently-added .owl-controls {
	position: absolute;
	top: 20%;
	width: 100%;
	z-index: 99;
	transform: translateY(-50%);
}
.all-recently-added  .owl-controls .owl-prev {
	left: -30px;
	position: absolute;
}
.all-recently-added  .owl-controls .owl-next {
	right: -15px;
	position: absolute;
}
.all-recently-added  .owl-controls .owl-prev i, .all-recently-added  .owl-controls .owl-next i {
	background: transparent;
	color: #ffff;
	font-size: 48px;
	text-align: center;
	font-weight: normal;
}
.all-recently-added.owl-carousel {
	margin-left: 30px;
}
/*
18.Error Page
=================*/
.error-page-content {
	text-align: center;
}
.error-page-content a {
	display: inline-block;
	padding: 10px 26px;
	background: #fab909;
	color: #011e40;
	position:relative;
}
.error-page-content a::before {
	content: "\f177";
	font-family: fontawesome;
	float: left;
	top: 0px;
	position: relative;
	color: #011e40;
	padding-right: 10px;
	transition: all 0.4s ease 0s;
	margin-right: 10px;
}
/*
19.Contact Page
=================*/
.contact-info-icon {
	float: left;
	text-align: center;
}
.contact-page-sec .contact-page-form h2 {
	color: #011e40;
	text-transform: capitalize;
	font-size: 22px;
	font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}  
.contact-page-form.contact-form input {
  margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
  height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
  background: #f1c40f;
  width: 150px;
  border-color: #f1c40f;
}
.contact-info-icon i {
	font-size: 27px;
	color: #011e40;
}
.contact-info-text {
    padding-left:30px;
    margin-bottom: 27px;
}
.contact-info-text h2 {
	color: #011e40;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom:10px;
}
.contact-info-text span {
	color: #999999;
	font-size:14px;
	font-weight: ;
	display: inline-block;
	width: 100%;
}

.contact-page-form input{
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;color:#999999;
}

.contact-page-form .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
	border: 1px solid #f0f0f0;
	width: 100%;
	height: 120px;
	padding: 10px;
}
.single-input-fieldsbtn input[type="submit"] {
	background: #f1c40f none repeat scroll 0 0;
	border: 1px solid #f1c40f;
	color: #011e40;
	display: inline-block;
	font-weight: 600;
	padding: 10px 0;
	text-transform: capitalize;
	width: 150px;
	margin-top: 20px;
	font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover{background:#f1c40f;transition: all 0.4s ease-in-out 0s;border-color:#f1c40f}
.single-input-field  h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}

.contact-page-map{width:100%;height:350px;margin-bottom:70px}

/*
20. Event Details Page 
=========================*/
.details-text img{margin-bottom:20px;}
.details-text h2 a {
	color: #011e40;
	font-size: 24px;
	text-transform: capitalize;
}
.event-details-info h2 {
	color: #f4f4f4;
	font-size: 24px;
	text-transform: capitalize;
}
.details-text h2,
.event-project h2 {
	font-size: 22px;
	text-transform: capitalize;
}
.event-details-info ul li {
	display: inline-block;
	width: 100%;
	text-transform: capitalize;
	padding: 6px 0;
}
.event-details-info ul li span{float:right}
.event-details-info {
	padding: 50px 40px;
	background: #f4f4f4;
}
.event-details-img img {
	width: 100%;
}
.details-text h2,
.related-project h2 {
	font-size: 22px;
	text-transform: capitalize;
}
.event-details-info ul li {
	display: inline-block;
	width: 100%;
	text-transform: capitalize;
	padding: 10px 0;
	color: #f4f4f4;
	border-bottom: 1px solid #2c2e3d;
}
.event-details-info ul li span{float:right}
.event-details-info {
	padding: 50px 40px;
	background: #22253a;
}
.event-details-text .event-desc {
	padding-left: 0;
	margin-top: 25px;
}
.event-sidebar .related-event h2.event-title {
	color: #011e40;
	font-size: 24px;
	text-transform: capitalize;
}
/*related event*/
.related-event {
	margin-top: 40px;
}
.related-event .event-desc {
	padding-left: 0;
	width: 100%;
	display: inline-block;
	margin-top: 16px;
}
.related-event .event-thumb {
	width: 100%;
}
/*
21.Course Details Section
============================*/
.course-tab li a {
	background: #22253a;
	padding: 12px 16px;
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
	position: relative;
	margin:6px 0px;
	transition:none;
}
.course-tab li.active a{
	background:#f1c40f;text-decoration:none;transition:none;color:#011e40;
}
.course-tab li.active a::before {border-top-color:#f1c40f;}
.course-tab li a::before {
	position: absolute;
	top: 6px;
	right: -17px;
	content: '';
	z-index: 9;
	border-left: 38px solid transparent;
	border-top: 38px solid #22253a;
	content: "";
	height: 0;
	position: absolute;
	width: 0;
	transform: rotate(46deg);

}
.course-details img {
	margin-bottom: 20px;
}
.get-coruse-btn {
	text-align: center;
	margin-top: 30px;
}
.get-coruse-btn a {
	padding: 8px 32px;
	display: inline-block;
	background: #f1c40f;
	color: #011e40;
	text-transform: capitalize;
	font-weight: bold;
}
.coruse-lesson {
	display: inline-block;
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
	color: #011e40;
}
.coruse-left-icon i {
	color: #f1c40f;
	margin-right: 5px;
}
.coruse-left-text {
	display: inline-block;
	width: 25%;
	float: left;
}
.coruse-center-text {
	width: 50%;
	float: left;
}
.coruse-right-text {
	width: 25%;
	float: left;
	text-align: right;
}

.course-insturctor {
	background-color: #22253a;
	padding: 45px 45px 30px 45px;
	position: relative;
	margin-bottom: 30px;
	color: #ddd;
}
.insturctor-img {
	display: inline-block;
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	margin-right: 14px;
	margin-top: -8px;
}
.course-insturctor .details span {
	text-transform: capitalize;
}
.course-insturctor .insturctor-img img {
	border-radius: 100%;
}
.course-insturctor .details h2 {
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: capitalize;
	font-size: 18px;
}
.course-insturctor .details {
	margin-bottom: 20px;
}
.course-insturctor .details h2 a{color:#fff}
.course-insturctor .rating i{
  color: #f2b827;
}

.review-form .contact-field input,
.review-form .contact-field textarea
 {
	background: #011e40 none repeat scroll 0 0;
	color: #f4f4f4;
}
.review-form .contact-field .single-input-fieldsbtn input[type="submit"] {
	background: #f1c40f none repeat scroll 0 0;
	border: 1px solid #f1c40f;
	color: #f4f4f4;
	padding: 10px 0;
	border-radius: 0;
}
.review-form .contact-field .single-input-field input[type="text"]::-webkit-input-placeholder {
color:#f4f4f4;opacity:1
}
.review-form .contact-field .single-input-field input[type="email"]::-webkit-input-placeholder {
color:#f4f4f4;opacity:1
}
.review-form .contact-field .single-input-field textarea::-webkit-input-placeholder {
color:#f4f4f4;opacity:1
}

.review-form .contact-field .single-input-field option::-webkit-input-placeholder {
color:#f4f4f4;opacity:1
}

.review-form .contact-field .single-input-field input[type="text"]::-moz-placeholder{
color:#f4f4f4;opacity:1
}
.review-form .contact-field .single-input-field input[type="email"]::-moz-placeholder{
color:#f4f4f4;opacity:1
}
.review-form .contact-field .single-input-field textarea::-moz-placeholder{
color:#f4f4f4;opacity:1
}

.review-form .contact-field .single-input-field option::-moz-placeholder{
color:#f4f4f4;opacity:1
}

/*
22.Faq Section
==================*/
h1.faq-style1-title {
	font-size: 36px;
	text-transform: capitalize;
	font-weight: bold;
	color: #011e40;
	line-height: 40px;
	margin-bottom: 50px;
	position: relative;
}
h1.faq-style1-title::before {
	content: "";
	position: absolute;
	bottom: -10px;
	width: 80px;
	height: 2px;
	background: #f1c40f;
}
.faq-style1-sec .panel {
  background: transparent;
}
.faq-style1-sec .panel-content {
	padding-bottom: 20px;
	color: #999;
}

.faq-style1-sec .panel-heading {
margin-bottom:15px;
padding: 0;
}
.faq-style1-sec .panel {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0 1px 1px rgba(0,0,0,.0);
	padding-bottom: 15px !important;
	transition: all 0.4s ease 0s;
}
.faq-style1-sec .panel-heading a {
color: #011e40;
display: inline-block;
font-size: 20px;
width: 100%;
font-weight:600;
font-family: 'Roboto', sans-serif;
}
.faq-style1-sec .panel-title > a:hover, 
.faq-sec .panel-title > a:active, 
.faq-style1-style1-sec .panel-title > a:focus  {
    text-decoration:none;color:#f1c40f;
}
.faq-free-consult-sec {
	overflow: hidden;
	position:relative;
}
.faq-free-consult-sec::before {
	position: absolute;
	content: "";
	background: #011e40;
	width: 5000px;
	height: 100%;
	top: 0;
	left: 0;
	z-index:-2
}
.about-us-contact {
	position: relative;
	background: #fff;
}

.about-us-contact .contact-field {
	border: 1px solid #ddd;
	padding: 35px;
}
.about-us-contact-title{position:relative}
.contact-title-border {
	width: 1px;
	height: 10px;
	display: inline-block;
	background: #fff;
	text-align: center;
	margin: 0px auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
}
.about-us-contact .contact-field input,
.about-us-contact .single-input-field textarea{border-color:#ddd;}
.about-us-contact-title h1 {
	display: inline-block;
	width: 100%;
	background: #f1c40f;
	color: #ffffff;
	text-align: center;
	padding: 50px 0;
	margin-bottom: 0;font-weight:bold;font-size:30px;position:relative;margin-bottom: -1px;
}
.about-us-contact .contact-field input[type="submit"] {
	background: #f1c40f none repeat scroll 0 0;
	border: 1px solid #f1c40f;
	border-radius: 100px;
}

.faq-sec .sec-title {
text-align:left;
margin-bottom:30px;
margin:0
}

.faq-sec .panel-title {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600px;
}
.faq-sec .panel-content {
	padding: 20px 20px 20px 20px;
	color: #777777;
	background: #f4f4f4;
}
.faq-img {
display: inline-block;
width: 100%;
}
.faq-img img {
  width: 100%;
}
.faq-sec .panel-heading {
	margin-bottom: 0px;
	padding: 10px 20px;
	background: #22253a;
	border-radius: 0;
}
.faq-sec .panel {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0 1px 1px rgba(0,0,0,.0);
	margin-bottom: 15px;
}
.faq-sec .panel-heading a {
	color: #f4f4f4;
	display: inline-block;
	font-size: 16px;
	width: 100%;
	font-weight: 600;
}
.faq-sec .panel-title a:before {
    float:right !important;
    font-family: FontAwesome;
    content:"\f106";
   color:#f4f4f4
}
.faq-sec .panel-title a.collapsed:before {
    float: right !important;
    content:"\f107";color:#f4f4f4;
}
.faq-sec .panel-title > a:hover, 
.faq-sec .panel-title > a:active, 
.faq-sec .panel-title > a:focus  {
    text-decoration:none;color:#f4f4f4;
}
.faq-single {
	margin-bottom: 20px;
}
.faq-single .icon {
	width: 60px;
	height: 60px;
	margin-right: 10px;
	background: #fab909;
	text-align: center;
	line-height: 60px;
	color: #011e40;
}
.faq-single .media-body h2 {
	font-size: 20px;
	margin-bottom:10px;
	text-transform: capitalize;
}

/*
23.Sidebar Section
=====================*/
.sidebar h1 {
	display: inline-block;
	font-size: 24px;
	margin-bottom: 20px;
	text-transform: capitalize;
	width: 100%;
	color: #011e40;
	position: relative;
	padding-bottom: 10px;
	font-weight: bold;
	position:relative;
}
.sidebar h1::before {
	position: absolute;
	content: "";
	height: 2px;
	width: 50px;
	background: #0064ac;
	bottom: 0;
}
.search-field {
	margin-bottom: 40px;
}
.search-field form {
display: inline-block;
width: 100%;
position: relative;
overflow:hidden;
}
.search-field input[type="text"] {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #f2f2f2;
	padding: 10px 35px 10px 10px;
	width: 100%;
}
.search-field button {
	color: #011e40;
	padding: 12px;
	position: absolute;
	right: 0;
	background: #f1c40f;
	top: -1px;
}
.blog-sec .inner:nth-child(2n+1) {
  clear: both;
}
.abt_dec > p {
  margin-top: 20px;
}

.sidebar ul li a{font-size:12px;
font-weight: normal;
text-transform: capitalize;
transition: all 0.4s ease-in-out 0s;}

.sidebar ul li a:hover{transition: all 0.4s ease-in-out 0s; color:#0064ac;}
.widget-two {
	margin:0 0 10px;
}
.widget-archive,
.widget-two,
.widget-tag {
	border: 1px solid #f2f2f2;
	padding:7px 8px;
	display: inline-block;
	width: 100%;
}
.widget-archive li {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 10px 0px;
	color: #011e40;
	margin-bottom: 5px;
	border-bottom: 1px solid #f2f2f2;
}
.widget-archive  li::before {
	content: "\f101";
	font-family: fontawesome;
	left: 0px;
	top: 10px;
	position: absolute;
	color:#0064ac;
	padding-right: 10px;
}
.widget-archive li:last-child {
  border-bottom: none;
}
.widget-cat li:last-child {
  border-bottom: none;
}
.widget-archive li a {
	color: #011e40;
	display: inline-block;
	width: 100%;
	padding-left: 20px;
}
.widget-cat li{position:relative}

.widget-cat li {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
}
.widget-cat li a span{float:right;}
.widget-tag li a:hover{transition: all 0.4s ease-in-out 0s;color:#f1c40f!important}
.relative-post h3 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #999999;
}
.single_r_dec li {
	display: inline-block;
	margin-right: 10px;
}
.single_r_dec li a {
	font-weight: 600;
	text-transform: capitalize;
	color: #808080;
}
.single_r_dec li a i{color:#f1c40f;margin-right:5px}
.relative-post {
display: inline-block;
padding: 12px 0;
width: 100%;
}
.relative-post-thumb {
  float: left;
  margin-right:10px;
  width:90px;
}
.relative-post-thumb img{width:100%; height:100%;}


.single_r_dec h3 a {
	color: #011e40;
	font-weight: 600;
   font-size:14px;
}
.single_r_dec li:last-child{float:right}
.single_r_dec  a:hover{ transition: all 0.4s ease-in-out 0s;color:#0064ac;}
.all_r_pst .media {
  margin-top: 0;
}
.widget-tag a {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 8px 14px;
	color: #777;
	font-weight: 600;
	border: 1px solid #f2f2f2;
}
.widget-tag li a:hover{background:#f1c40f;border-color:#f1c40f;color:#011e40!important;}
.author_dec h3 {
margin : 0;
color : #011e40;
font-size : 14px;
margin-bottom : 11px;
}
.author_info {
border-bottom : 1px solid #e3e3e3;
display : inline-block;
padding : 22px 0;
margin-bottom : 30px;
}
.author_info > img {
  float: left;
  margin-right: 35px;
  height: 80px;
}
.social_link {
margin : 0;
padding : 0;
float : right;
display : inline-flex;
}
.social_link li {
list-style : none;
}
.social_link li a i {
color : #363636;
float : left;
padding : 6px;
}

/*
24.Page Heading Section
==========================*/
.pagehding-sec {
	background-image: url("../img/about-banner.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom:124px;
    padding-top:124px;
	position: relative;
	background-size: cover;
}

.pagehding-sec2 {
	background-image: url("../img/MBBS-in-Russia-Image.jpg");
	padding-bottom:150px;
    padding-top:150px;
    text-align:center;
    background-position:inherit;
}


.pagehding-sec2 .container{width:700px;}
.pagehding-sec2 .container p{color: rgba(255, 255, 255, 0.7); font-size: 20px; 
	font-weight:400; line-height:32px;}
.pagehding-sec2 .page-heading h1{text-align:center;}
.pagehding-sec2 .nectar-button{padding-top: 13px; padding-bottom: 13px; 
	margin:0 10px; border:solid 2px #fff; background-color:initial !important;
font-size: 14px; font-weight:600;
}

.pagehding-sec2 .nectar-button:hover{
background-color: rgb(255, 50, 105) !important;}

.pagehding-sec2 .images-overlay{background-color: rgba(0, 0, 0, 0.60);}
.pagehding-sec2 .button-center{margin-top:20px; width:100%; display:inline-block;}

.page-heading h1 {
	font-size: 40px;
	text-align:center;
	text-transform: capitalize;
	font-weight: bold;
	color: #fff;
}
.page-heading p{text-align:center; color:#fff;}


.breadcrumb-list {
	text-align: left;
}
.breadcrumb-list li {display: inline-block;
position: relative;
padding: 0px 14px;}
.breadcrumb-list li:first-child{
	padding-left:0px;
}
.breadcrumb-list li a {
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
}
.breadcrumb-list li:last-child a {
  color: #f1c40f;
}
.breadcrumb-list li::before {
	content: "";
	position: absolute;
	right: -4px;
	font-size: 16px;
	font-weight: 600;
	background: #f4f4f4;
	height: 10px;
	width: 2px;
	top: 10px;
}
.breadcrumb-list li:last-child::before{display:none}
.breadcrumb-list li:last-child::before {
  display: none;
}
/*
25.Research Section
=====================*/
.research i  {
background: #0c246d none repeat scroll 0 0;
color: #fff;
font-size: 24px;
height: 80px;
line-height: 60px;
text-align: center;
width: 60px;
}
.research-item .media {
	margin-bottom: 30px;
}

.research-item .inner{margin-bottom: 30px;}
.research-thumb img {
transition: all 0.4s ease 0s;
width: 100%;
transform: scale(1);
}
.research-item .inner:hover.inner h2 a{
  color:#f6c405
}
.research-item .inner:hover img{
transform: scale(1.02);transition: all 0.4s ease 0s;	
}
.research-item .inner:hover .research-icon{top:0px;visibility:visible;opacity:1}
.research-item .inner:hover .readmore-button{visibility:visible;opacity:1;transition: all 0.4s ease 0s;}
.research-item .inner h2{
font-size: 22px;
line-height: 34px;
font-weight: 600;
margin-bottom: 8px;
color: #444;
}

.research-item .inner p{font-size:14px;}

.research .research-item .inner a.btn.readmore {
background: #f6c405 none repeat scroll 0 0;
border-radius: 2px;
color: #fff;
font-family: raleway;
}
.research-icon .readmore-button a{
	background:#f1c40f;
}
.btn.rdmorebtn {
  background: #f6c405 none repeat scroll 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.research-thumb {
position: relative;
overflow: hidden;
}
.research-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;background-color:rgba(34, 37, 58, 0.95);visibility:hidden;transition: all 0.4s ease-in-out 0s;opacity:0;text-align:center
}
.research-inner-text {
    vertical-align: top;
    min-height: 226px;
}
.research_icon {
text-align: center;
width:50px;
display: inline-block;
}
.related-research-title {
	font-size: 28px;
	position: relative;
	margin-bottom:40px;
}
.related-research-title::before {
	content: "";
	background: #fab909;
	height: 2px;
	width: 94px;
	bottom: -8px;
	position: absolute;
}

/*
Home 2 
============================*/
.home-v2 .header-top {
	background: #f2f2f2;
	padding: 0px 0;
}
.home-v2 .all-slide .owl-item {
  height: 750px;
}
.home-v2 .slider-text {
	top: 45%;
}
.home-v2 .why-choose-text {
	padding-top: 20px;
	text-align: left;
}
.home-v2 .why-choose-us-sec {
	margin-top: -298px;
}
.home-v2 .why-choose-all .owl-controls .owl-nav{
	display:none;
}
.home-v2  .course-sec{
	background: #011e40 none repeat scroll 0 0;
	background-image: url(../img/course-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	margin-top:0px;
}

.home-v2 .course-sec::before {
	position: absolute;
	content: "";
	background-color: rgba(34, 37, 58, 0.95);
	top: 0;
	width: 100%;
	height: 100%;
}

.home-v2 .why-choose-all .owl-controls .owl-dots{
	position: absolute;
	bottom: -20px;
	width: 100%;
	z-index: 99;
	text-align:center;
}
.home-v2  .why-choose-all.owl-theme .owl-dots .owl-dot {
	background: #ddd;
	display: inline-block;
	height: 15px;
	width: 15px;
	margin: 0px 4px;
	position: relative;
	transition: all 0.9s ease 0s;
	border-radius: 100%;
}
.home-v2 .why-choose-all.owl-theme .owl-dots .owl-dot.active {
	background: #f1c40f;
}
.home-v2  .instructor-member-thumb {
	width: 250px;
	height: 250px;
	border-radius: 100%;
}
.home-v2 .instructor-overlay ul {
	text-align: center;
	padding-top: 20px;
	padding-left:0px;
	padding-bottom: 20px;
}
.home-v2 .instructor-member{text-align:center;}
.home-v2 .call-to-action-text {
	text-align: center;
}
.home-v2 .call-to-action-text a.btn {
	float: none;
	margin-top: 30px;
}
.home-v2 .call-to-action-sec {
	background-color: #011e40;
	padding: 100px 0px;
}
.home-v2 .single-post {
	display: inline-block;
	margin-bottom: 30px;
	text-align: center;
	border: 1px solid #ddd;
	padding-bottom: 30px;
}
/*
Home 3 
============================*/
.home-v3 .menu-center {
text-align:center;
}
.home-v3 .hd-sec {
	background: #e0b60c;
}
.home-v3 .single-img-inner {
	margin-top: -60px;
}
.home-v3 .filtr-item {
	padding: 0px;
}
.home-v3 .gallery-sec .gallery-item{
	margin-bottom:0px;
}
.home-v3  .slider-caption {
	width: 750px;
	text-align: center;
	margin: 0px auto;
}
.contact-intro {
	text-align: center;
	margin-top: 30px;
}
.info-intro {
display: inline-block;
position:relative
}
.info-intro:last-child::before {
  display: none;
}
.info-intro::before {
  border-right: 1px dashed #f2f2f2;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
}
.info-text h5 {
	font-size: 16px;
	margin-bottom: 0;
	text-align: left;
	color: #f1c40f;
}
.info-text a, .info-text span {
	font-size: 14px;
	color: #011e40;
}
.info-intro i {
color: #f6c405;
font-size: 40px;
}
.info-icon {
	display: inline-block;
	height: 40px;
	margin-right: 10px;
	position: relative;
	width: 40px;
	float: left;
}
.info-text {
	display: inline-block;
	text-align: left;
}
.home-v3  .blog-sec {
	background: #011e40 none repeat scroll 0 0;
	padding: 100px 0;
	background-image: url(../img/count_up_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}
.blog-sec-overlay {
	background-color: rgba(34, 37, 58, 0.95);
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.home-v3  .blog-sec .sec-title h1 {
	color: #fff;
}
.home-v3 .blog-sec .single-post {
	background: #fff;
	width: 100%;
}
.home-v3  .blog-sec .post-meta li a{
	margin-top:0px;
}
.home-v3  .blog-sec .single-post-text h2 a {
	padding: 0px 30px;
}
.home-v3 .hd-sec .logo{
	display:none;
}
/*
Home 4 
============================*/
.home-v4 .why-choose-text {
	padding-top: 20px;
	text-align: left;
}
.home-v4 .why-choose-us-sec{
	margin-top:0px;
}
.home-v4 .why-choose-us-sec .sec-title {
	text-align: center;
	margin: 0 100px 50px 100px;
}
.home-v4 .why-choose-us-sec .sec-title h1{
	color:#011e40
}
.home-v4 .why-choose-thumb::before{
	display:none;
}
.why-choose-text a.read-more {
	font-size: 15px;
	font-weight: 500;
	margin-top: 10px;
	display: inline-block;
	color:#f1c40f
}
.home-v4 footer.footer{
	position:relative;
}
.home-v4 .instructor-sec{
	background:#f2f2f2
}
.home-v4 .instructor-member,
.home-v4 .instructor-overlay ul{
	text-align:center;
}
.become-instructor-desc h1{
	color: #011e40;
	text-transform: capitalize !important;
	font-size: 30px;
	font-weight: bold;
	margin-bottom:10px;
}
.become-instructor-desc p {
	color: #011e40;
	margin-bottom: 10px;
}
.become-instructor-button a {
	background: #22253a;
	color: #fff;
	display: inline-block;
	padding: 10px 26px;
	text-transform: capitalize;
	margin: 0px 10px;
	position: relative;
	z-index: 5;
	font-weight: 600;
	position: related;
	transition: all 0.4s ease 0s;
}
.instructor-sec-area {
	display: inline-block;
	width: 100%;
	background: #f1c40f;
	padding: 30px 15px;
	text-align: center;
}

/*
Home 5 
============================*/
.home-v5 .header-left::before {
	position: absolute;
	content: "";
	background: #f2f2f2;
	width: 5000px;
	right: 0;
	top: 0;
	height: 100%;
	transform: skew(48deg);
}
.home-v5 .header-left li,
.home-v5 .header-left li i 
 {
color: #011e40;
}
.home-v5 .header-left li::before{background:#011e40}
.home-v5 .why-choose-us-sec {
	margin-top: 0px;
	background: #fff;
}
.home-v5 .why-choose-us-sec .sec-title h1 {
	color: #011e40;
}
.home-v5 .why-choose-us-sec .why-choose-text {
	background: #22253a;
	border-color: #22253a;
	position: relative;
	color: #fff;
}
.home-v5 .why-choose-us-sec .why-choose-icon {
	position: absolute;
	top: -39px;
	z-index: 99;
	background: #f1c40f;
	border-bottom: 0px;
}
.home-v5 .why-choose-us-sec .why-choose-inner {
	position: relative;
	overflow: visible;
	margin-top: 30px;
}
.home-v5 .why-choose-us-sec .why-choose-text h2 a {
	color: #fff;
}
.home-v5 .why-choose-us-sec .why-choose-text:hover.why-choose-text h2 a {
	color:#f1c40f;
}
.home-v5 .about-us-sec {
	background: #f2f2f2;
}
/*
Home 6 
============================*/
.hd-top-v2-sec {
	background: #10cb7fnone repeat scroll 0 0;
	padding: 40px 0;
	background-image: url(../img/hdbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.hd-top-v2-sec-overlay {
	background-color: rgba(241, 196, 15, 0.95);
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.hd-top-v2-sec .info-box {
	display: inline-block;
}
.hd-top-v2-sec .info-box span.info-title {
	color: #011e40;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 18px;
}
.hd-top-v2-sec .info-box span {
	display: inline-block;
	width: 100%;
	text-align: left;
	color:#333
}

.home-v6 .hd-sec {
	position: absolute;
	z-index: 99;
	width: 100%;
	background: transparent;
}
.home-v6 .menu-center{
	text-align:center;
}
.home-v6-menu {
	display: inline-block;
	width: 100%;
	background: #22253a;
}
.home-v6 .main-menu ul li a{
	color:#fff;
}
.home-v6 .social-profile li {
	display:inline-block;
}
.home-v6 .social-profile li a {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: #fff;
	text-align: center;
	line-height: 35px;
	border-radius: 100%;
	color: #011e40;
}
.home-v6  .social-profile {
	margin-right: -15px;
	position: relative;
	overflow: hidden;
	z-index: 2;
	padding: 8px 0;
	text-align: right;
	padding-right: 10px;
}
.home-v6 .social-profile::before {
	position: absolute;
	content: "";
	background: #f1c40f;
	width: 100%;
	right: -63px;
	top: 0;
	height: 100%;
	transform: skew(-48deg);
	z-index: -1;
}
.home-v6 .gallery-sec {
	background: #f2f2f2;
}
.registration-button a {
	padding: 14px 0px;
	background: #f1c40f;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.registration-button a:hover{
	background: #fff;
	transition: all 0.4s ease 0s;
}
.registration-button {
	text-align: right;
	margin-top: 26px;
}
.course-style2 .course-info {
	background: #f2f2f2;
}
.course-style2 .course-rating {
	display: inline-block;
	width: 100%;
}
.course-style2 .course-price {
color: #f1c40f
}
.course-instructor-info {
	display: inline-block;
	width: 100%;
	padding: 10px 14px;
}
.course-instructor-left {
	display: inline-block;
	float: left;
	width: 80%;
}
.course-instructor-right {
	display: inline-block;
	text-align: right;
	float: right;
	margin-top: 23px;
	width: 20%;
}
.instructor-thumb {
	width: 30%;
	border-radius: 100%;
	float: left;
	display: inline-block;
}
.instructor-thumb img {
	border-radius: 100%;
}
.instructor-info {
	display: inline-block;
	padding-left: 10px;
	margin-top: 4px;
	width: 70%;
}
.instructor-info h4 {
	margin-bottom: 0;
}
.course-rating {
	display: inline-block;
}
/*commentar css*/
.commentar-sec img {
	float: left;
	margin-right: 20px;
	width: 100px;
	border-radius: 100%;
	height: 100px;
}
.comment-author {
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
	color: #011e40;
}
.comment-author-designation {
	font-size: 14px;
	color: #858484;
}
.comment-time {
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	width: 100%;
	margin-top: 25px;
}
.commentar-sec .media.mt-3 {
  margin-top: 40px;
}
.single-post .contact-field h2 {
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 40px;
	text-transform: capitalize;
	font-weight: bold;
	color: #011e40;
}
.commentar-sec h2 {
	margin-top: 50px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 50px;
	font-size: 20px;
}
.replay-button {
	display: inline-block;
	width: 100%;
}
.replay-button a {
	color: #011e40;
	font-weight: 600;
	text-transform: capitalize;
}
.replay-button a:hover{color:#f1c40f;}
.commentar-sec .media-body p a {
	color: #7e7e7f;
	font-weight: 600;
	font-size: 15px;
}
.commentar-sec.author ul li {
  display: inline-block;
  margin-right: 20px;
}
.commentar-sec.author {
  position: relative;
}
.commentar-sec.author ul li a i{color:#cbc8c8}
.commentar-sec.author ul li a i:hover{transition: all 0.4s ease 0s;color:#29ace4}
.commentar-sec.author .media-body {
  padding-left: 100px;
}
.commentar-sec.author .media {
background: #fafafa none repeat scroll 0 0;
border-radius: 30px;
padding: 30px 0;
margin-left: 20px;
}
.author-thumb {
border-radius: 100%;
float: left;
height: 100px;
left: 0;
overflow: hidden;
position: absolute;
top: 70px;
width: 100px;
}
.author-thumb img {
  height: 100%;
  width: 100%;
}
.pagination.custom-pagination {
	width: 100%;
	margin: 0px;
}
.pagination.custom-pagination li {
	display: inline-block;
}
.pagination.custom-pagination li.active a {
	background: #f1c40f none repeat scroll 0 0;
	color: #011e40;
	border: 0px;
}
.pagination.custom-pagination li a {
	color: #777777;
	font-size: 16px;
	font-weight: 600;
	height: 36px;
	line-height: 22px;
	margin: 0;
	width: 36px;
	border: none;
	border-radius: 0%;
	text-align: center;
	border: 1px solid #e5e5e5;
}
.pagination.custom-pagination li a:hover{
	background:#f1c40f;
	color:#011e40;
	border-color:#f1c40f;
}
.code-text {
	font-style: italic;
	padding: 10px 40px;
	position: relative;
	background: #f2f2f2;
	margin-bottom: 10px;
}
.contact-field {
	margin-top: 40px;
	border-top: 1px solid #f2f2f2;
	padding-top: 40px;
}
#commentform input[type="text"] {
	padding: 10px;
	width: 100%;
	font-size: 16px;
	border: 1px solid #f2f2f2;
	color: #808080;
	font-weight: normal;
}
#commentform textarea {
	resize: vertical;
	width: 100%;
	font-size: 16px;
	border: 1px solid #f2f2f2;
	padding: 10px;
	color:#808080;
}
#commentform input#submit {
	background: #fab909 none repeat scroll 0 0;
	border: 1px solid #fab909;
	border-radius: 2px;
	box-shadow: none;
	color: #011e40;
	cursor: pointer;
	padding: 10px 30px;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
}
.comment-reply-title{
	color: #fab909;
	font-size: 24px;
}
/*
Footer Section 
======================*/

.footer-sec {
	padding-top:50px;
	position: relative;
	padding-bottom: 50px;
	background:#cbf8fe;
}
.footer-sec h2 {
	color:#0064ac;
  font-size: 14px;
  font-weight: 600;
  margin-bottom:10px;
	position: relative;
}

.footer-sec p {
  color: #fff;
}
.footer-wedget-one img {
	margin-top: -13px;
}
.footer-wedget-one i:hover{background:#f1c40f;color:#fff;border-color:#f1c40f; transition: all 0.4s ease-in-out 0s;}
.footer-wedget-one ul {
  margin-top: 15px;
}
.footer-wedget-one form {
  background: #525459 none repeat scroll 0 0;
  margin-top: 35px;position:relative
}
.footer-wedget-one input[type="email"] {
background: #fff none repeat scroll 0 0;
border: 1px solid #fff;
color: #292929;
padding: 10px 58px 10px 10px;
text-transform: capitalize;
width: 100%;
}
.footer-wedget-one button {
background: #f1c40f none repeat scroll 0 0;
color: #fff;
padding: 11px 20px;
position: absolute;
right: 0;top:0
}
.footer-wedget-one button i {
  border: none;
  margin-right: 0;
  color: #fff;
}
.footer-recent-inner {
	margin-bottom: 30px;
}
.footer-recent-inner:last-child{margin-bottom:0}
.footer-recent-inner span i {
	color: #f1c40f;
	margin-right: 10px;
}
.footer-recent-inner h2{margin-bottom:10px;padding-bottom:0}
.footer-recent-inner h2 a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform:capitalize;
}
.footer-recent-inner span {
	color: #f4f4f4;
	font-weight: 600;
	font-size: 14px;
	text-transform: capitalize;
}
.footer-recent-inner span:last-child{padding-left:15px}
.footer-recent-inner span i {
	color: #f1c40f;
	margin-right: 10px;
}
	
.footer-wedget-three li i {
  display: inline-block;
  margin-right: 10px;
}
.ft-menu ul {
  padding: 0px 20px;
}
.ft-menu h2 {
  display: inline-block;
  text-align: left;
}
.footer-wedget-three li {
  color: #ccc;
  font-size: 14px;
padding:10px
}
.footer-wedget-two li {
  display: inline-block;
}
.footer-widget-menu ul{margin-bottom:10px;}
.footer-wedget-two li a {
	border: 1px solid #0f4376;
	color: #fff;
	display: inline-block;
	margin: 8px 8px 8px 0;
	padding: 8px 10px;
	text-transform: capitalize;
	transition: all 0.4s ease-in-out 0s;
	background: transparent;
}
.footer-wedget-two li a:hover{transition: all 0.4s ease-in-out 0s;background:#f1c40f;color:#fff;border-color:#f1c40f}
.footer-wedget-two li a i {
  margin-right: 10px;
}
.footer-widget-menu li:before{content: "\f101";
font-family: fontawesome;
left:0px;top:0px;
position: relative;color:#333; padding-right:6px}
.footer-widget-menu li{position:relative}
.footer-widget-menu li a {
    color:#333;
    text-transform: capitalize;
    padding-bottom:0;
    display: inline-block;
    font-size: 12px;
}
.footer-widget-menu li a:hover{color:#0d5085;transition: all 0.4s ease 0s;}
.footer-wedget-four .inner-text {
    color:#ccc;
    font-size: 14px;
    line-height: 20px;
}
.footer-wedget-four .icon i {
	color: #ccc;
	font-size: 18px;
}

.footer-wedget-four .media-body strong{font-size: 14px;
    font-weight: bold; color: #ccc;}

.footer-bottom-sec {
	    padding: 20px 0;
    font-size: 12px;
    background: linear-gradient(45deg, #0064ac, #009fab);
    color: #777;
}
.footer-bottom-sec p {
color: #ddd;
margin: 0;
text-align: center;
}
.copy-right span,
.copy-right span a{
  color: #f1c40f;
}


.section-feature{width:100%; display:inline-block; padding:50px 0;}
.section-feature .nectar-icon-wrap{width:100%; text-align:center;}
.section-feature .nectar-icon-wrap img{
	display:inline-block; margin-bottom:10px;
}

.section-feature .nectar-icon-wrap strong{color: #444; font-size: 22px; 
	line-height: 34px; margin-bottom:8px; display:block;}

.course-sec{display:inline-block; width:100%; padding:50px 0;background:#f8f8f8; margin-top:0 !important;}
.course-sec .sec-title{text-align:center;}
.course-sec .sec-title h2{
	color: #444;
	font-weight: 600;
	font-size: 34px;
    line-height: 44px;
}


.video-card{
position:relative;
width:100%;
border-radius:10px;
overflow:hidden;
 margin: 1rem;
box-shadow: #33333314 0 0 24px;
}

.video-card figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    transition: all .5s;
}


.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  color:#fff;
}


.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background:#267ab757;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: #f1ad34;
}
.video-play-button:before {
  content: "";
  color:#0064ac;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background:#0064ac;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.info{
position:absolute;
bottom:20px;
left:15px;
z-index:9;
}

.name{
background:#ffd400;
padding:5px 8px;
display:inline-block;
font-weight:bold;
color:#000;
}

.program{
background:#fff;
padding:5px 8px;
display:block;
margin-top:5px;
color:#000;
}


/* popup */

.video-popup{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.8);
display:none;
justify-content:center;
align-items:center;
z-index:999;
}

.popup-content{
width:700px;
background:#000;
position:relative;
padding:20px;
}

.close-btn{
position:absolute;
top:5px;
right:10px;
font-size:30px;
color:#fff;
cursor:pointer;
}
.footer-bottom-sec .copy-right .soical-profile{padding-top:0;}
.footer-sec .soical-profile li a i{color:#fff;}
.footer-bottom-sec .copy-left p{text-align:left !important; font-size:14px; 
margin-top: 10px; color:#fff;}
.footer-bottom-sec .copy-right{text-align:right;}
.footer-bottom-sec .copy-right .soical-profile li a{
	width: 40.19px;
    height: 37px;
    background: rgba(255, 255, 255, 0.1);
    color:#fff;
    display: inline-block;
    text-align: center;
    line-height: 37px;
    margin-right: 7px;
    text-align:center;
}
.footer-bottom-sec .copy-right .soical-profile li a:hover{background:#0d5085;}
.footer-bottom-sec .copy-right .soical-profile li a i{color:#fff; font-size:18px; margin-right:0;}

.about-us-sec{background:#0064ac;}
.about-us-sec h2{
	font-size: 34px;
    line-height: 44px;
    margin-bottom: 7px;
    font-weight: 600;
    color:#fff;
}
.about-us-sec p{color:#fff; font-size:14px; line-height:22px;}
.blog-sec .sec-title{text-align:center;}
.blog-sec .sec-title h2 {
    color: #444;
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
}


.call-to-action{width:100%; display:inline-block; padding:50px 0;}
.call-to-action h3{
	 color: #4B4F52;
    font-weight: 600;
    font-size: 22px;
    line-height:30px;
    text-align:center;
  }

  .call-to-action a.about-btn{
    background: #283c4b;
    padding: 10px 16px;
    display: inline-block;
    font-weight:500;
    text-transform: none;
    color:#fff;
    font-size:13px;
    position: relative;
}

.all-testimonial .owl-controls .owl-dots{
	position: absolute;
	bottom:0;
	width: 100%;
	z-index: 99;
	text-align:center;
}
.all-testimonial .owl-dots .owl-dot {
	background:initial;
	display: inline-block;
	height: 15px;
	width: 15px;
	border:solid 1px #0064ac;
	margin: 0px 4px;
	position: relative;
	transition: all 0.9s ease 0s;
	border-radius: 100%;
}
.all-testimonial .owl-dots .owl-dot.active {
	background:#0064ac;
}


.slider .owl-controls .owl-dots{
	position: absolute;
	bottom:0;
	width: 100%;
	z-index: 99;
	text-align:center;
}
.slider .owl-dots .owl-dot {
	background:initial;
	display: inline-block;
	height: 10px;
	width: 10px;
	border:solid 1px #fff;
	margin: 0px 4px;
	position: relative;
	transition: all 0.9s ease 0s;
	border-radius: 100%;
}
.slider .owl-dots .owl-dot.active {
	background: #fff;
}

.about-us-sec-1 h2{
    color:#0064ac;
    font-weight: 600;
    font-size:30px;
    line-height:32px;
    margin-bottom:17px;
    margin-top:40px;
}

.about-us-sec-1 strong{
	color: #444;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}

.about-us-sec-1{background:#f8f8f8;}

.ideal-partner h4{
	   color: #444;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 22px;
    line-height: 34px;
  }

.ideal-partner strong{
	font-weight: 600;
}

.nectar-button{
    border-radius: 3px 3px 3px 3px;
    padding: 10px 42px;
    font-size: 12px;
    color: #FFF;
    box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
    background-color: #0d5085 !important;
    position:relative;
}


.nectar-button i{
    line-height: 18px;
    width: 18px;
    position: absolute;
    top: 50%;
    font-size: 16px;
    right:20px;
    margin-top: -9px;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    transition: all .45s cubic-bezier(.25, 1, .33, 1);
}
.nectar-button:hover{color:#fff;}
.nectar-button:hover i{
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    transform: translateX(6px);
    color:#fff;
}


.our-vision{width:100%; display:inline-block; padding-top:50px; 
	border-top:solid 2px #0d5085; margin-top:50px; border-bottom:solid 2px #0d5085; padding-bottom:50px; margin-bottom:40px;}
.our-vision .nav-pills{width:20%; float:left; vertical-align:top;}
.our-vision .nav-pills li{margin-bottom:12px; margin-right:9; 
	margin-left:0; width:100%;
}
.our-vision .nav-pills li a{
	border-radius: 6px;
    padding: 18px 20px;
    overflow: hidden;
background-color: rgba(0, 0, 0, 0.04);
color: #888;

}

.our-vision .nav-pills li span {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    line-height: 32px;
}

.our-vision .nav-pills li a:hover{
	color: #fff;
    background-color: #337ab7;
}
.our-vision .nav-pills li.active a{box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2); background-color: #337ab7;
color:#fff;
}
.our-vision .nav-pills li svg {
    height: 24px;
    margin-top:3px;
}
.our-vision .nav-pills li.active svg {
    fill: #fff;
}
.our-vision .nav-pills li a:hover svg{
	fill: #fff;
}

.our-vision .tab-content{width:80%; display:inline-block; vertical-align:top;
padding-left:80px;
}


.our-vision .tab-content ul{padding:0; margin:34px 0 0 0;}
.our-vision .tab-content ul li{color:#000; margin-bottom: 24px;
	font-size:14px; position:relative; padding-left:50px;}
.our-vision .tab-content ul li:before{
	content:"\f046";
color: #0d5085;
    font-family: FontAwesome;
    position:absolute;
    left:0;
    top:0;
    font-size: 34px;
  }

.our-vision .tab-content ul.our-mission li:before{
	content:"\f0e7";
}

.our-vision .tab-content ul.our-principles li:before{
	content:"\f0da";
}

.experience-tailored{background:#f8f8f8; display:inline-block; width:100%; padding:50px 0;}
.experience-tailored h2{
	color: #444;
	font-size: 34px;
    line-height: 44px;
    font-weight: 600;
}

.box-inner-wrap{border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.45s cubic-bezier(0.25, 1, 0.2, 1);
    padding: 10% 15%;
    position: relative;
    overflow: hidden;
    text-align:center;
    margin-bottom:20px;
  }
.box-inner-wrap span{
    margin-bottom: 20px;
    display: block;
}

.box-inner-wrap h2{
	color: #444;
	font-size: 34px;
    line-height: 44px;
    margin-bottom: 7px;
    font-weight: 600;
}

.box-inner-wrap h4{
	color: #444;
	font-size: 18px;
    line-height: 32px;
    margin-bottom: 7px;
    font-weight: 600;
}
.box-inner-wrap path {
    fill: #0d5085;
}


.box-inner-wrap:hover{background:#0d5084;}
.box-inner-wrap:hover path {
    fill: #fff;
}

.box-inner-wrap:hover h2{color:#fff;}
.box-inner-wrap:hover h4{color:#fff;}


.other-branches{width:100%; display:inline-block; background:#0d5085; padding:50px 0;}
.other-branches h2{color:#fff;
	font-size: 34px;
    line-height: 44px;
    font-weight:600;
    margin-bottom: 44px;
}

.other-branches strong{font-size: 16px;
    line-height: 26px;
    margin-bottom: 7px;
    display:block;
    color:#fff;
  }
.other-branches p{color:#fff;}

.contact-page-map1 {
    width: 100%;
    display:inline-block;
}

.our-services{width:100%; display:inline-block; background:#f8f8f8; padding:50px 0;}
.our-services .inner-img{margin-left:-31%;}
.our-services .inner-img2{margin-right:-31%;}
.our-services-1{width:100%; display:inline-block; margin-bottom:30px;}
.title-heding h2{
	font-weight: bold;
    text-transform: capitalize;
    position: relative;
    margin-bottom:40px;
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
    color: #0d5085;
}
.title-heding h2:before {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 120px;
    height: 4px;
    background:#ddd;
}
.admission-assistance {
    margin-top: 69px;
}

.how-we-help{width:100%; display:inline-block; margin:80px 0 0;}
.how-we-help h5{
	color: #444;
	font-weight: 600;
	font-size: 16px;
    line-height: 26px;
  letter-spacing: 0;
  padding-top:30px;
  }
.title-heding1{margin-bottom:100px; margin-left:100px;}
.title-heding1 h2{
	font-size: 4vw;
  line-height: 1.1em;
  color:#000000;
  font-weight: 600;
}

.title-heding1 h2 em {
    background-image: linear-gradient(to right, #ff7530 0, #ff7530 100%);
    background-position: left 70%;
}

.row-bg-wrap{width:100%; display:inline-block; 
	border-top:solid 1px #919ec6; border-bottom:solid 1px #919ec6;}
.row-bg-wrap ul{padding:0; margin:0; list-style:0;}
.row-bg-wrap ul li{width:33%; display:inline-block; 
	border-right:solid 1px #919ec6; padding:50px; vertical-align:top;
	min-height:627px;
}
.row-bg-wrap ul li h4{
	  font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 8px;
    font-weight: 600;
  }
.row-bg-wrap .hover-wrap-inner{
  overflow:hidden;
	display: inline-block; 
	box-shadow: 0 60px 135px rgba(0, 0, 0, .14), 0 15px 65px rgba(0, 0, 0, .14);
	transition: transform .65s cubic-bezier(.05, .2, .1, 1);
	margin-bottom:20px;
}
.row-bg-wrap ul li:last-child{border-right:none;}
.row-bg-wrap .hover-wrap-inner:hover{transform: scale(.95) !important;}
.call-to-action.call-to-action2{background:#ecebe9;}

.introduction-universities{width:100%; display:inline-block; padding:50px 0;}
.introduction-universities strong{
	display:block; color:#ff7530;
	font-size: 16px;
    line-height: 26px;
    margin-bottom: 7px;
}

.introduction-universities h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 7px;
    font-weight: 600;
    color: #444;
    display:block;
    margin:20px 0;
}

.introduction-universities span{
	color: #444;
	font-size: 14px;
  line-height: 24px;
  font-weight:600;
  display:block;
  margin-bottom:70px;
}

.studying-advantages{width:100%; display:inline-block; padding:50px 0;}
.studying-advantages .nav.nav-pills{width:280px; float:left; 
	list-style:none;padding:0; margin:0; border-left:solid 1px #ccc;}
.studying-advantages .nav.nav-pills li{width:100%; display:inline-block; margin-bottom:30px; margin-left:0;}
.studying-advantages .nav.nav-pills li a{font-size: 22px; line-height: 1.3em; 
 font-weight: 600; border-radius:0; padding:0 0 0 30px; color:#ababab;}
.studying-advantages .nav.nav-pills li.active a{background-color:inherit; color:#444; border-left:solid 2px #0d5085;}
.studying-advantages .tab-content{width:70%; float:right;}

.universities-russia{width:100%; display:inline-block; background:#f8f8f8; padding:30px 0;}
.universities-russia h2{margin-bottom:40px; color: #444; font-size: 34px;
    line-height: 44px;}
.universities-russia .course-desc {
    width: 100%;
    display: inline-block;
    padding: 0;
    border:none;
}
.universities-russia .course-desc h4 {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -1px;
    display: inline;
    text-align: left;
    width: 80%;
    display: inline-block;
}
.universities-russia .course-desc strong {
    width: 45px;
    top: -1px;
    position: relative;
    float: right;
    text-align: right;
    margin-bottom: 0;
    color:#9b9b9b;
}
.universities-russia .course-desc strong i{color:#dedede; margin-right:5px;}
.universities-russia .gallery-button a{
	background-color:#252525;
    color: #fff;
    font-size: 12px;
    border-radius:4px;
    padding:4px 8px;
    font-size:11px;
    margin: 3px;
    display:inline-block;
}
.universities-russia .gallery-overlay{background-color: rgba(13, 80, 133, 0.55);}

.documentation{width:100%; display:inline-block; padding:40px 0;}

.indian-students{width:100%; display:inline-block; padding:50px 0;}
.faq{width:100%; display:inline-block; background:#f8f8f8; padding:50px 0;}
.faq h2{text-align:center;}


.reasons-section {
    background: #fff4f2;
    padding: 60px 0;
    display:inline-block;
    width:100%;
}

.reasons-section h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #333;
}

.reasons-section .cards {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.reasons-section .card {
    width: 208px;
    height: 320px;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

/* Dark overlay */
.reasons-section .card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.7), rgba(0,0,0,.2));
}

.reasons-section .card h3,
.reasons-section .card .icon {
    position: relative;
    z-index: 1;
    color: #fff;
}
.reasons-section .card-text {
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 17px;
    font-size: 22px;
}
.reasons-section .card-text p{display:none;}

.reasons-section .card .icon {
    margin-bottom:0;
}
.reasons-section .card .icon path {
    fill: #fff;
}
.reasons-section .card h3 {
    font-size: 18px;
    text-align: left;
    margin: 0;
    vertical-align: top;
}

.features-kazakhstan{width:100%; display:inline-block; padding:50px 0;}
.features-kazakhstan .icon-btn{background-color:#e8f9fd; display:inline-block;
width:90px; height:90px; border-radius:50%; display:inline-block; text-align:center;
line-height:110px;}
.features-kazakhstan strong{
	color: #444;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  display:block;
  padding:10px 0;
}
.features-kazakhstan h2{
    margin-bottom: 40px;
    color: #444;
    font-size: 34px;
    line-height: 44px;
}


.overview-Kyrgyzstan{width:100%; display:inline-block; padding:50px 0; background:#fff4f4;}
.overview-Kyrgyzstan h2{
	margin-bottom: 40px;
    color: #444;
    font-size: 34px;
    line-height: 44px;
}


.mbbs-points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mbbs-points li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.mbbs-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    height: 4px;
    width: 4px;
    background: #000;
    border-radius: 50%;
}

.medium-teaching{width:100%; display:inline-block; padding:50px 0;}
.medium-teaching h2{
	margin-bottom: 40px;
    color: #0064ac;
    font-size: 34px;
    line-height: 44px;
}

.medium-teaching ul{margin-top:30px; margin-bottom:50px;}
.section-feature .sec-title{text-align:center;}
.section-feature .sec-title h2 {
    color: #0064ac;
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
}
.section-feature .nav.nav-tabs li{border:none; margin-bottom: 0; margin-right:5px;}
.section-feature .nav.nav-tabs a{border-radius:50px;
    padding:8px 2rem;
    font-weight:400;
    border: none !important;
    background: #eef0f3;
    cursor: pointer;
    border:none;
    border-bottom-color:initial;
  }
.section-feature .nav-tabs{border:none; padding-bottom:20px;}
.section-feature .nav.nav-tabs a:hover{background: #0064ac; color:#fff;}
.section-feature .nav.nav-tabs li.active a{background: #0064ac; color:#fff;}
.section-feature .nav.nav-tabs a img{object-fit:cover; width:24px; height:24px; 
	display:inline-block; margin-right:10px;}
.gai-uni-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    margin:0 5px;
}

.gai-uni-card .gai-uni-img {
    height: 170px;
    width: 100%;
    object-fit: cover;
}
.gai-uni-card h6{font-size:16px; font-weight:500;}
.gai-uni-card .gai-rank {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.gai-uni-card .p-3 {
    padding: 1rem !important;
}
.gai-uni-card .fw-bold {
    font-weight: 700 !important;
}

.gai-uni-card .text-muted {
    color:#000;
}

.gai-uni-card .mt-2 {
    margin-top:.5rem;
}


.gai-uni-card .btn{
	border:solid #0064ac 1px;
	color:#0064ac;
	border-radius:10px;
	padding:8px 14px;
}
.gai-uni-card .btn:hover{background:#0064ac; color:#fff;}
.gai-uni-card .btn.btn-add{background:#0064ac; color:#fff; margin-right:10px;}
.gai-uni-card .btn.btn-add:hover{background:#fff; color:#0064ac;}
.section-feature .owl-prev,.section-feature .owl-next{background: #fff;
    border: 1px solid #ccc;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    justify-content: center;
    opacity: .9;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size:0;
  }
.section-feature .owl-prev{left:-46px;}
.section-feature .owl-next{right:-46px;}
.section-feature .owl-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    top: 6px;
    left: 12px;
    color: #000;
    font-size: 22px;
    position: absolute;
}

.section-feature .owl-next:before {
    content:"\f105";
    font-family: FontAwesome;
    top: 6px;
    right: 12px;
    color: #000;
    font-size: 22px;
    position: absolute;
}

.section-feature .owl-prev:hover,.section-feature .owl-next:hover{background: #0064ac;}
.section-feature .owl-prev:hover:before,.section-feature .owl-next:hover:before{color:#fff;}

/* Ensure full width */
.all-latest-news .single-post {
    width: 100%;
}

/* Card container */
.all-latest-news .single-post .id-card {
    width: 100%;
    margin-bottom: 20px;
    position: relative;

    background: #f0f0f0;
    text-align: center;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    padding: 70px 25px 30px;
    border-radius: 12px;

    min-height: 340px;
    overflow: hidden;

    transition: all 0.3s ease;
}

/* Hover effect (optional but recommended) */
.all-latest-news .single-post .id-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Profile image */
.all-latest-news .single-post .id-card img {
    width: 120px;
    height: 120px;

    object-fit: scale-down;
    object-position: center;
	background-color: white;

    border-radius: 50%;
    border: solid 2px #0064ac;

    margin: 0 auto 20px;
    padding: 5px;

    position: relative;
    z-index: 2;
}

/* Name */
.all-latest-news .single-post .id-card strong {
    color: #0064ac;
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
}

/* University text */
.all-latest-news .single-post .id-card p {
    font-size: 13px;
    color: #555;
	text-align: center;
	font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
}

/* Optional badge */
.all-latest-news .single-post .id-card span {
    display: inline-block;
    background: #0064ac;
    color: #fff;
    border-radius: 10px;
    padding: 6px 12px;
    font-size: 14px;
}

/* Background design (top-right image) */
.all-latest-news .single-post .id-card:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;

    background: url(../img/id-card1.png) no-repeat;
    background-size: contain;

    width: 140px;
    height: 180px;

    opacity: 0.9;
    pointer-events: none;
}

/* Top-left logo circle */
.all-latest-news .single-post .id-card:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 15px;

    background: url(../img/favicon.png) no-repeat center;
    background-size: 60%;

    width: 55px;
    height: 55px;

    border-radius: 50%;
    border: solid 2px #0064ac;
    background-color: #fff;

    z-index: 2;
}

/* Variants (optional) */
.all-latest-news .single-post .id-card2:before {
    background: url(../img/id-card2.png) no-repeat;
    background-size: contain;
    width: 140px;
    height: 180px;
}

.all-latest-news .single-post .id-card3:before {
    background: url(../img/id-card3.png) no-repeat;
    background-size: contain;
    width: 160px;
    height: 80px;
}


.our-latest-blog{width:100%; display:inline-block; padding:50px 0; background:#f8f8f8;}
.our-latest-blog .sec-title {
    text-align: center;
}

.our-latest-blog .sec-title h2 {
    color: #444;
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
}

.our-latest-blog .blog-card {
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 2px solid rgb(204, 204, 204);
    cursor: pointer;
    margin-bottom: 20px;
    width:100%;
}
.our-latest-blog .blog-card-img {
    width: 100% !important;
    height: 180px !important;
    object-fit:fill;
    border-radius: 0 !important;
}

.our-latest-blog .blog-card-content {
    padding: 16px;
    flex: 1;
}
.our-latest-blog .blog-card-content h4{font-size:17px; line-height:22px; margin-bottom:10px;}
.our-latest-blog .blog-card-content p{font-size:14px;}

.our-latest-blog .btn {
    border: solid #0064ac 1px;
    color: #0064ac;
    border-radius: 10px;
    padding: 8px 14px;
    float:right;
}
.our-latest-blog .btn:hover{background:#0064ac; color:#fff;}

.upcoming-webinars{width:100%; display:inline-block; padding:50px 0;}
.upcoming-webinars .sec-title {
    text-align: center;
}
.upcoming-webinars .sec-title h2 {
    color: #444;
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
}
.upcoming-webinars .event-card{
    border-radius:10px;
    box-shadow: -2px 0 11px #0000001a;
    overflow: hidden;
    background:#fff;
}

.upcoming-webinars .event-card figure {
    margin: 1.3rem;
    margin-bottom: 0;
    overflow: hidden;
}

.upcoming-webinars .event-card .event-content{padding: 1.3rem;}
.upcoming-webinars .event-card .event-content .event-time {
    display: grid;
    grid-template-columns: 75px 1fr;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #ccc;
    background: #fdf5f5;
    margin-bottom: 1rem;
}
.upcoming-webinars .event-card .event-content .event-time p {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0px;
    font-size: 15px;
}

.upcoming-webinars .event-card .event-content .event-time .event-day {
    width:66px;
    height:66px;
    border-radius: 50%;
    background:#0064ac;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    border: 7px solid #ccc;
    flex-direction: column;
}

.upcoming-webinars .event-card .event-content .event-time .event-day span{line-height:15px; padding-top:5px;}
.upcoming-webinars .event-card .event-content .btn {
    border: solid #0064ac 1px;
    color: #fff;
    border-radius: 10px;
    padding:8px 20px;
    background:#0064ac;
}
.upcoming-webinars .event-card .blog-card-img{
    object-fit: cover;
    width: 100%;
    height: 220px;
}
.upcoming-webinars .event-card .event-content .btn:hover{background:#fff; color:#0064ac;}

.a12{z-index:999; position:relative; cursor:pointer;}
.a12 .request-call {
    position: fixed;
  background: linear-gradient(to bottom, #0064ac, #009fab);
    transition: transition all 0.7s;
    right: 0px;
    top: 245px !important;
    padding: 0px;
    z-index: 99;
    border-radius: 6px 0px 0px 6px;
    height: 221px !important;
    width: 45px;
    transition: all 0.4s;
}

.a12 .request-call .phone {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding: 10px 15px;
}

.a12 .request-call .rotate {
    transform: rotate(-90deg);
}

.a12 .request-call .rotate p {
    color: #fff;
    margin: 0px 0 0 -110px;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    height: 30px;
    width: 160px;
}

.a12 .request-call .phone svg {
    margin-left: 0px;
}


.ez-modal {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, .5);
  overflow-y: auto;
  backdrop-filter: blur(15px);
}

.ez-modal-content {
  border-radius: 15px;
  overflow: hidden;
  border: none;
  z-index: 9999;
}

.ez-left-panel {
  width:100%;
  display: inline-block;
}

.ez-left-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.ez-left-panel h3 {
  font-weight: bolder;
  margin-bottom: 10px;
  color: #ffffff;
}

.ez-left-panel p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}

.ez-right-panel {
  padding:53px 10px 0;
}


.ez-right-panel h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #222;
    text-align: center;
}
.closeModal {
    position: absolute;
    right: 22px;
    top: 3px;
    font-weight: normal;
    background: #034a7e;
    width: 30px;
    height: 30px;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}
.rating-reveal {
  animation: reveal 1.4s forwards ease;
}

@keyframes reveal {
  from {
    clip-path: circle(0 at 0 0);
  }

  to {
    clip-path: circle(141.4% at 0 0);
  }
}
.modal-dialog-centered {
    margin-top:10%;
    width:60%;
}

.form-group {
    position: relative;
    margin-bottom: 1.2rem;
}

.form-group i {
    position: absolute;
    top: 16px;
    left:25px;
    color: #0165ac;
    font-size: 1.15rem;
    z-index: 2;
}
.form-group input, .form-group select, .form-group textarea{
    height: 48px;
    padding: 0.5rem 1rem 0.5rem 2.1rem;
    border: 1px solid #d1d9ff;
    border-radius: 10px;
    font-size:13px;
    transition: all 0.25s;
    width: 100%;
    font-weight:300;
}

.form-group input:focus, .form-group select:focus {
    border-color: #832af6;
    box-shadow: 0 0 0 3px rgba(131, 42, 246, 0.15);
    outline: none;
}
.form-group textarea{height:100px;}


.form-group button {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(90deg, #1262a3, #18a0a9);
    color: white;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}


.main-menu ul li .dropdown-menu-menu {
    position: absolute !important;
    top: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    min-width: 619px;
    z-index: 10001 !important;
    border: none !important;
    border-top: 2px solid #0056d2 !important;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.14) !important;
    animation: fadeSlideDown 0.18s ease;
    margin-top: 6px !important;
    padding: 0 !important;
    overflow: visible !important;
    background:#fff;
}
.main-menu ul li .dropdown-menu-menu a{border:none;}
.main-menu ul li .dropdown-menu-menu .destinations-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 10px;
    padding: 16px 16px 14px;
}
.main-menu ul li .dropdown-menu-menu::before {
    content: '';
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 10px solid #0056d2;
}
.main-menu ul li .dropdown-menu-menu .destination-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 10px;
    background: #fff;
    border-radius: 7px;
    text-decoration: none;
    color: #333;
    border: 1.5px solid #0064ac;
    transition: 0.18s;
    font-size: 13px;
    white-space: nowrap;
}

.main-menu ul li .dropdown-menu-menu .destination-item div {
    display: flex;
    align-items: center;
    gap: 7px;
 }

 .main-menu ul li .dropdown-menu-menu .destination-item .flag {
    width: 22px;
    height: 15px;
    object-fit: cover;
    border-radius: 2px;
}

 .main-menu ul li .dropdown-menu-menu .destination-item .arrow-icon {
    font-size: 11px;
    color: #1b1b1b !important;
    opacity: 0.7;
}

 .main-menu ul li .dropdown-menu-menu .destination-item:hover {
    background:#0064ac;
    border-color:#0064ac;
    color:#fff;
}

.chairman-message{width:100%; display:inline-block; padding:50px 0;}
.chairman-message h4 {
    font-size: 30px;
    color: #0064ac;
    margin-bottom: 10px;
    font-weight: 700;
}
.chairman-message p{line-height:27px; margin-bottom:10px; text-align:justify;}


.country-highlights {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 25px 0 17px 0;
    grid-template-columns: repeat(4, 1fr);
}

.country-highlights .highlights-1{
	background: #bdffd5;
	padding: 10px 6px;
	border-radius: 14px;
	display: flex;
	align-items: flex-start;
	gap: 4px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}
.country-highlights .highlights-1 span{
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: #22c55e;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 18px;
	color: #fff;
}
.country-highlights .highlights-1 strong{
	font-size: 11px;
	font-weight: 600;
	color: #065f46;
	line-height: 1.4;
	word-break: break-word;
}
table{width:100%; margin-bottom:20px;}
table, th, td {
  border: solid 1px #000;
  padding:5px;
}

table thead th{background: #0064ac;
    color: #fff;
}
.about-us-sec-2 h2 {
    color: #444;
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
}


.partner-universities{width:100%; display:inline-block; padding:50px 0; overflow:hidden;}
.partner-universities .sec-title {
    text-align: center;
}
.partner-universities .sec-title h2 {
    color: #444;
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
}
.brand-section-area {
    position: relative;
    margin-bottom: 100px;
}


.brand-section-area .marquee-wrap .marquee-text {
    animation: marquee 5s linear infinite;
    position: relative;
    width: 100%;
    white-space: nowrap;
    margin-bottom: 30px;
    padding: 0;
}
.brand-section-area .marquee-wrap2 .marquee-text {
    animation: marquee-2 5s linear infinite;
    position: relative;
    width: 100%;
    white-space: nowrap;
    padding: 0;
}
.brand-section-area .marquee-wrap:hover .marquee-text, .brand-section-area .marquee-wrap2:hover .marquee-text {
    animation-play-state: paused;
}

.brand-section-area .marquee-wrap .marquee-text .brand-single-box, .brand-section-area .marquee-wrap2 .marquee-text .brand-single-box {
    display: inline-block;
    padding: 0px 12px;
}
.brand-section-area {
    position: relative;
    margin-bottom: 100px;
}
.brand-single-box img {
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
    border-radius: 10px;
    padding: 10px;
    background: #fff;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translatex(-100%);
    }
}

@keyframes marquee-2 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translatex(0);
    }
}
/* The End */






@media (max-width: 767px){
    header .widget-list{display:none;}
    .header-top{display:none;}
    .main-menu-new{border:none; margin-bottom:0;}
    .main-menu-none{display:none;}
}

.section-feature {
    padding: 20px 0;
}

.section-feature .sec-title h2 {
    font-size: 21px;
    line-height: 28px;
}
.section-feature .nav.nav-tabs li {
    border: none;
    margin-bottom: 0;
    margin-right:0px;
}
    .section-feature .nav.nav-tabs a img {
        width: 10px;
        height: 10px;
        margin-right:1px;
    }
.section-feature .nav.nav-tabs a {
        padding: 8px 8px;
        font-size: 11px;
        margin-right:0;
    }

.main-menu ul li .dropdown-menu-menu{min-width: 100%;}
.mean-container .mean-nav ul li .flag{width:30px;}
header.fixed .mean-bar{right:0; width:auto;}
header.fixed{position:relative;}
.mean-container .mean-nav ul li a{padding: 7px 10px;}
.section-feature .owl-prev{left:-10px;}
.section-feature .owl-next{right:-10px;}
.gai-uni-card .btn{padding: 4px 9px;}
.about-us-sec.pt-100.pb-100 {
    padding: 22px 0;
}

.about-us-sec h2 {
    font-size: 25px;
    line-height: 34px;
}
.partner-universities .sec-title h2{font-size: 25px; line-height: 34px;}
.brand-section-area .marquee-wrap .marquee-text{margin-bottom: 18px;}
.brand-section-area {
    margin-bottom: 0;
}
.partner-universities{padding: 28px 0;}
.course-sec{padding: 30px 0;}
.course-sec .sec-title h2 {
    font-size: 25px;
    line-height: 34px;
}
    .all-course .owl-controls .owl-prev {
        left: 7px !important;
    }
    .all-course .owl-controls .owl-next{right:0;}
    .all-course .owl-item {
    padding:0 10px 0;
}
.video-card{margin:0;}
.footer-sec {
        padding-top: 0 !important;
        padding-bottom:0 !important;
    }
    .footer-bottom-sec{padding:9px 0;}

.a12 .request-call{height:175px !important;}
.a12 .request-call .rotate p{width: 117px; font-size:13px; margin:0px 0 0 -80px;}
.about-us-sec p{font-size: 13px;}
.blog-sec .sec-title h2 {
    font-size: 23px;
    line-height: 30px;
}
.blog-sec.pt-100.pb-70 {
    padding: 31px 0;
}
.country-highlights{grid-template-columns: initial;}
.country-highlights .highlights-1 strong{margin-top:10px;}
.experience-tailored h2 {
    font-size: 25px;
    line-height: 34px;
}
.box-inner-wrap{padding:6% 5%;}
.upcoming-webinars .sec-title h2{font-size:24px;}
.our-latest-blog .sec-title h2 {
    font-size: 24px;
    line-height: 30px;
}
    .footer-sec .col-md-3.col-sm-6 {
        margin: 22px 0 0 !important;
        width:49%;
        display: inline-block;
        vertical-align: top;
    }

.about-us-sec-2.pt-100.pb-100 {
    padding-bottom: 0;
}
.about-us-sec-1.pt-100.pb-100 {
    padding: 50px 0;
}
.about-us-sec-1 h2{margin-top:0; font-size:27px; line-height:26px;}

}

/* Devansh || Custom List Styling */


.content-body ul {
        list-style: none;
        padding-left: 5px;
        margin: 20px 0;
    }

    .content-body ul li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 12px;
    }

    .content-body ul li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 7px;
        width: 8px;
        height: 8px;
        background-color: #004a99;
        border-radius: 50%;
    }

    .content-body ol {
        counter-reset: my-counter;
        list-style: none;
        padding-left: 5px;
        margin: 20px 0;
    }

    .content-body ol li {
        counter-increment: my-counter;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
    }

    .content-body ol li::before {
        content: counter(my-counter) ".";
        position: absolute;
        left: 0;
        top: 0;
        font-weight: 700;
        color: #004a99;
        font-size: 16px;
    }

    .content-body ul ul,
    .content-body ol ol,
    .content-body ul ol,
    .content-body ol ul {
        margin: 10px 0 10px 20px;
    }

    .content-body ul ul li::before {
        background-color: #666;
        border-radius: 0;
        width: 6px;
        height: 6px;
    }


	/* --- Devansh 30-03-2026 --- */
@media (max-width: 767px) {
    
    .slider .all-slide .owl-item, 
    .slider .single-slide {
        height: 500px !important; 
        display: block !important;
    }

    .slider-wrapper {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
        padding: 60px 20px !important;
        height: auto !important;
        display: block !important;
    }

    .slider .slider-text {
        display: block !important;
        position: relative !important;
        top: 0 !important;
        transform: none !important;
        text-align: center;
        z-index: 5;
    }

    .slider .slider-text .col-lg-4 {
        display: none !important;
    }

    .slider .slider-text .col-lg-8 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .country-box {
        margin-top: 10px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
}