@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');
/* font-family: 'Montserrat', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
/* font-family: 'Quicksand', sans-serif; */
* {
  font-family: 'Quicksand', sans-serif;
}
html {
  scroll-behavior: smooth;
}
.section {
	padding: 60px 0px 0px;
}
.p-r-0 {
	padding-right: 0;
}
.p-l-0 {
	padding-left: 0;
}
.pt-50 {
  padding-top: 50px;
}
.pb-100 {
  padding-bottom: 100px
}
.m-t-0 {
  margin-top: 0!important;
}
.mar-top-25 {
	margin-top: 25px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-b-50 {
/*  padding-bottom: 50px;*/
}
.m-b-100 {
  margin-bottom: 100px;
}
.m-b-50 {
	margin-bottom: 50px;
}
.no-pad {
	padding-left: 0;
	padding-right: 0;
}
.pad-left-0 {
  padding-left: 0;
}
.pad-right-0 {
  padding-right: 0;
}
.show-767 {
  display: none;
}
p {
  font-size: 16px;
  line-height: 25px;
  color: #333;
  font-weight: 400;
}
a {
	text-decoration: none;
}
.theme-color {
  color: #002249!important;
}
.theme-gradient {
  background: -webkit-linear-gradient(349deg,#002249,#ce0103);
  background: linear-gradient(-259deg,#002249,#ce0103);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
h1, h2, h3, h4, h5, h6 {
  color: #002249;
}
.background-lit-gray {
  background-color: #eaf5ff;
}
.p-t-p-b-100 {
  padding-top: 110px;
  padding-bottom: 110px;;
}
/*work-process*/
.heading-title h3{
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  color: #002249;
  margin-bottom: 30px;
  margin-top: 0;
  text-transform: uppercase;
}
.heading-title p {
  color: #4a6f8a;
  margin-bottom: 30px;
  text-align: center;
}
.heading-title-inner {
  text-align: center;
}
.heading-title-inner h3{
  	text-align: center;
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    display: inline-block;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}
/* Navbar styles */
header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.inner-header {
	position: relative;
	background-color: #006692;
}
.navbar-default {
  background: rgba(250, 250, 250, 0);
  border-bottom: 0;
  margin-bottom: 0;
}
.navbar-default .navbar-nav>li>a {
    font-weight: 700;
    font-size: 15px;
    color: #fff;
	line-height: 40px;
}
.navbar-default .navbar-nav>li>a:hover {
  color: #e3d216;
  /* background-color: #001835; */
}
.navbar-default .navbar-nav>.active>a {
  color: #fff;
  background-color: #001835;
}
.dropdown-menu {
  background-color: #fff;
  border: 1px solid #ccc;
  border: 0px solid rgba(0,0,0,.15);
  border-radius: 0px;
  padding: 0px 0px;
}
.dropdown-menu>li>a {
  padding: 15px 10px;
  color: #4a6f8a;
  font-size: 15px;
  font-weight: 700;
}
.dropdown-menu>li>a:hover {
  background-color: transparent;
  color: #002249;
}
.navbar-brand {
  height: auto;
  padding: 0px 5px;
}
.navbar-brand img {
  width: 90px;
}
/*
.brand-logo {
  height: 50px;
  width: 250px;
  background: url("../images/raft-logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
*/
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  background-color: #001835;
  color: #fff;
}
.affix.navbar-default {
  background: linear-gradient(to right, rgba(0, 34, 73, 1), rgba(205, 1, 3, 1));
  background-image: linear-gradient(to right, #002249, #002249, #002249, #ce0103);
}
.affix {
  top: 0;
  width: 100%;
  z-index: 9998 !important;
}
.affix.navbar-default .navbar-nav>li>a {
  color: #fff;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 20px;	
}
/*
.affix.navbar-default .brand-logo {
  height: 40px;
  width: 250px;
  background: url("../images/raft-logo-afix.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
*/
/* slider-section */
.slider {
    position: relative;
    background: linear-gradient(to right bottom,
		        rgba(4, 2, 175, 0.7), 
		        rgba(205, 1, 3, 0.8)), 
		        url("../images/main-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel-caption {
    top: 30%;
    padding-bottom: 30px;
}
.carousel-caption img.carousel-log {
    width: 150px;
}
.carousel-caption h3 {
    font-size: 50px;
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase;
}
.carousel-caption p {
    margin: auto;
    font-size: 25px;
    font-weight: 200; 
}
.carousel-caption a {
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 15px 25px;
    display: inline-block;
    margin-top: 20px;
    font-weight: 500;
}
/* Banner Section */
/*
.main-banner {
  padding: 150px 0px 300px;
  position: relative;
  overflow: hidden;
  background: url(../images/curve-bg.jpg)no-repeat center bottom / cover;
}
.banner-title {
  padding-top: 70px;
}
.banner-title h2{
  font-size: 50px;
  font-weight: 700;
}
.banner-title p{
  color: #4a6f8a;
  font-weight: 500;
}
.banner-title a {
  text-decoration: none;
  color: #002249;
  font-weight: 800;
}
.banner-img img{
  width: 100%;
}
.banner-img {
  padding-top: 150px;
}
*/
.main-banner {
  position: relative;
}
.main-banner img {
	width: 100%;
}


.banner-section {
  position: relative;
  z-index: 1;
  background: url("../images/curve-bg.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.banner-carousel {
  position: relative;
  z-index: 1;
}
.banner-carousel .slide-item {
  position: relative;
  display: block;
  /* background-color: #111111; */
  color: #ffffff;
  overflow: hidden;
  min-height: 100vh;
}
/* .banner-carousel .slide-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,5));
  opacity: 0.8;
  z-index: 1;
} */
.banner-carousel .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.banner-carousel .active .slide-item .image-layer {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: all 7000ms linear;
  -moz-transition: all 7000ms linear;
  -ms-transition: all 7000ms linear;
  -o-transition: all 7000ms linear;
  transition: all 7000ms linear;
}
.banner-carousel .content-box {
  position: relative;
  z-index: 11;
}
.banner-carousel .content-box .content {
  position: relative;
  padding: 170px 0px 0px;
}
.banner-carousel .content-box .inner {
  position: relative;
  display: block;
  max-width: 800px;
  margin: auto;
}
.banner-carousel .content-box .sub-title {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 0px;
  opacity: 0;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}
.banner-carousel .active .content-box .sub-title {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}
.banner-carousel .content-box h1 {
  position: relative;
  display: block;
  margin: 19px 0 5px;
  font-size: 35px;
  line-height: 50px;
  color: #002249;
  font-weight: 700;
  opacity: 0;
  letter-spacing: 0;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}
.banner-carousel .active .content-box h1 {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}
.banner-carousel .content-box h2 {
  position: relative;
  display: block;
  margin: 19px 0 43px;
  font-size: 18px;
  line-height: revert;
  color: #4a6f8a;
  font-weight: 500;
  opacity: 0;
  letter-spacing: 0;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}
.banner-carousel .active .content-box h2 {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
}
.banner-carousel .content-box .link-box {
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.banner-carousel .active .content-box .link-box {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 2500ms;
  -moz-transition-delay: 2500ms;
  -ms-transition-delay: 2500ms;
  -o-transition-delay: 2500ms;
  transition-delay: 2500ms;
}
.banner-carousel .active .content-box .link-box a {
  text-decoration: none;
  color: #002249;
  font-weight: 800;
  border: 2px solid #002249;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 15px;
}
.banner-carousel .active .content-box .link-box a:hover {
  background-color: #002249;
  color: #fff;
}
.banner-carousel .owl-nav {
  position: absolute;
  bottom: 400px;
  width: 100%;
  height: auto;
  text-align: right;
  right: 0;
  margin: 0;
}
.banner-carousel .owl-nav .owl-next,
.banner-carousel .owl-nav .owl-prev {
  position: relative;
  display: block;
  width: 175px;
  height: auto;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 90px;
  text-align: center;
  opacity: 1;
  border-radius: 0%;
  outline: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  letter-spacing: 0.2em;
}
.banner-carousel .owl-nav .owl-next {
  background: #fff;
  border-radius: 0 !important;
}
.banner-carousel .owl-nav .owl-next {
  float: right;
}
.banner-carousel .owl-nav .owl-prev {
  float: left;
}
.banner-carousel .owl-nav .owl-next span,
.banner-carousel .owl-nav .owl-prev span {
  vertical-align: middle;
  color: #002249;
}
.banner-carousel .owl-nav .owl-next p,
.banner-carousel .owl-nav .owl-prev p {
  position: relative;
  display: inline-block;
  color: #002249;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.banner-carousel .owl-nav .owl-next p {
  display: inline-block;
  padding-right: 10px;
  color: #002249;
}
.banner-carousel .owl-nav .owl-prev span {
  color: #002249;
}
.banner-carousel .owl-nav .owl-prev p {
  color: #002249;
  padding-left: 10px;
}
.banner-carousel .owl-nav .owl-next:hover,
.banner-carousel .owl-nav .owl-prev:hover {
  opacity: 1;
}
.banner-section .owl-dots {
  position: absolute;
  top: 25%;
  right: 15px;
  text-align: center;
  transform: translateY(50%) translateX(-50%);
  width: auto;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
.banner-section .owl-theme .owl-dots .owl-dot {
  position: relative;
  display: block;
  vertical-align: top;
  margin: 4px 0px;
  outline: none;
}
.banner-section .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  opacity: 0.6;
}
.banner-section .owl-theme .owl-dots .owl-dot.active span {
  background: #002249;
  opacity: 1;
}
.banner-media-pan {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 9999;
  display: inline-block;
  text-align: center;
  width: 300px;
}
.banner-media-pan ul {
  padding-left: 0;
  margin-bottom: 0;
  display: inline-block;
  margin: auto;
}
.banner-media-pan ul li{
  display: inline-block;
  list-style: none;
}
.banner-media-pan ul li p { 
  position: relative;
  color: #fff;
  padding-right: 75px;
  font-size: 14px;
}
.banner-media-pan ul li p::after { 
  position: absolute;
    content: "";
    background-color: #fff;
    height: 1px;
    width: 50px;
    top: 10px;
    right: 10px;
}
.banner-media-pan ul li a{
  margin: 0px 5px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
} */
/* Ramoji academy */
/* .academy-bg {
  position: relative;
  background: url("../images/film-city.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  padding: 80px 0px;
}
.the-academy-blog h2{
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 55px;
}
.academy-pera {
  width: 800px;
  margin-top: 20px;
}
.academy-pera p {
  position: relative;
  padding: 10px 0px 10px 100px;
  background: linear-gradient(to right bottom, rgba(0, 34, 73, 0), rgba(250, 250, 250, 1.9));
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #000;
  font-weight: 500;
}
.academy-pera p .pera-line {
	position: absolute;
    content: "";
    top: 22px;
    left: 18px;
    height: 2px;
    width: 78px;
    background-color: #002249;
}
a.know-mr-btn {
	display: inline-block;
	border: 1px solid #002249;
	padding: 5px 15px;
	margin-top: 10px;
	border-radius: 30px;
	background-color: #002249;
	color: #fff;
	text-decoration: none;
}
.academy-pera p::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 23px;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  background: #002249;
  border-radius: 50%;
  transition: all 200ms;
}
.academy-pera p::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 23px;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  background: #002249;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

/* Careers page style */
.company-blog {
  position: relative!important;
  z-index: 1!important;
}
.courses-blog {
  text-decoration: none;
  display: block;
  background-color: #f7f8fa;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 25px;
  transition: all .3s;
  min-height: 270px;
	box-shadow: 4px 4px 20px #ccc;
}
.courses-blog:hover {
  background-color: #f7f8fa;
  transform: translateY(-5px);
/*
  transition: all .3s;
  background-image: -webkit-gradient(linear,left top,right top,from(#01224a),to(#c0080a));
  background-image: -webkit-linear-gradient(left,#01224a,#c0080a);
  background-image: linear-gradient(90deg,#01224a,#c0080a);
*/
}
/*
.courses-blog .icon-blog {
	width: 27%;
	float: left;
}
*/
.courses-blog .icon-blog {
  text-align: center;
}
.courses-blog .icon-blog img {
  width: 60%;
  margin: auto;
}
.courses-blog .icon-blog .filmmaking-icon {
    width: 110px;
    position: relative;
    background: url("../images/dmrenglishlogonew.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s;
}
/*
.courses-blog:hover .icon-blog .filmmaking-icon{
	filter: brightness(0) invert(1);
   	transition: all .3s;
}
*/
/*----*/
.courses-blog .icon-blog .filme-diting-icon {
    width: 110px;
    height: 110px;
    position: relative;
    background: url("../images/film-editing.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s;
}
/*
.courses-blog:hover .icon-blog .filme-diting-icon{
  filter: brightness(0) invert(1);
  transition: all .3s;
}
*/
/*------*/
.courses-blog .icon-blog .screen-writing-icon {
    width: 110px;
    height: 110px;
    position: relative;
    background: url("../images/screenwriting.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s;
}
/* .courses-blog:hover .icon-blog .screen-writing-icon{
  filter: brightness(0) invert(1);
  transition: all .3s;
} */
/*------*/
.courses-blog .icon-blog .cinematography-icon {
    width: 110px;
    height: 110px;
    position: relative;
    background: url("../images/cinematography.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s;
}
/* .courses-blog:hover .icon-blog .cinematography-icon{
  filter: brightness(0) invert(1);
  transition: all .3s;
} */
/*
.icon-cont-blog {
    float: left;
    width: 72%;
}
*/
.icon-cont-blog ul {
	padding-left: 0;
}
.icon-cont-blog ul li{
	list-style: none;
	position: relative;
	padding-left: 20px;
}
.icon-cont-blog ul li::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 4px;
    top: 15px;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 13px;
    height: 13px;
    background: #002249;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
.icon-cont-blog ul li::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 4px;
    top: 15px;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 10px;
    height: 10px;
    background: #002249;
    border-radius: 50%;
    transition: all 200ms;
}
.icon-cont-blog ul li a{
	text-decoration: none;
	color: #01224a;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
}
.courses-blog .icon-cont-blog a.course-btn{
    display: inline-block;
    /* border: 1px solid #002249; */
    /* padding: 5px 15px; */
    margin-top: 10px;
    border-radius: 30px;
    color: #01224a;
    text-decoration: none;
	  transition: all .3s;
}
.courses-blog h3 {
  color: #01224a;
  font-weight: 600;
  transition: all .3s;
  font-size: 20px;
  margin-bottom: 5px;	  
}
.courses-blog h3 a {
  text-decoration: none;
  color: #01224a;
}
.courses-blog .icon-cont-blog {
  
}
.courses-blog p {
  color: #4a6f8a;
  }

.courses-blog:hover h3 {
/*  color: #fff;*/
  transition: all .3s;
}
.courses-blog:hover p {
/*  color: #fff;*/
  transition: all .3s;
}
/* .courses-blog:hover a.course-btn{
    border: 1px solid #fff;
	color: #fff;
	transition: all .3s;
} */
.courses-blog:hover .icon-cont-blog ul li a {
	color: #fff;
}
.courses-blog:hover ul li::before {
    background: #fff;
}
.courses-blog:hover ul li::after {
    background: #fff;
}
/*Circle wave*/
@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;
  }
}
/*---------------*/
.ticker-headline {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 200px 0;
  margin: 0;
  font-size: 18px;
  height:100px;
}
.carousel.vertical .carousel-inner {
  width: auto;
}
.carousel.vertical .carousel-inner > .item {
  width: auto;
  -webkit-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
/*  margin-top: 50px;*/
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel.vertical .carousel-inner > .item {
    -webkit-transition: 0.6s ease-in-out;
            transition: 0.6s ease-in-out;
  }
  .carousel.vertical .carousel-inner > .item.next, .carousel.vertical .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    top: 0;
  }
  .carousel.vertical .carousel-inner > .item.prev, .carousel.vertical .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    top: 0;
  }
  .carousel.vertical .carousel-inner > .item.next.left, .carousel.vertical .carousel-inner > .item.prev.right, .carousel.vertical .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    top: 0;
  }
}
.carousel.vertical .carousel-inner > .active,
.carousel.vertical .carousel-inner > .next,
.carousel.vertical .carousel-inner > .prev {
  display: block;
}
.carousel.vertical .carousel-inner > .active {
  top: 0;
}
.carousel.vertical .carousel-inner > .next,
.carousel.vertical .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel.vertical .carousel-inner > .next {
  top: 100%;
}
.carousel.vertical .carousel-inner > .prev {
  top: -100%;
}
.carousel.vertical .carousel-inner > .next.left,
.carousel.vertical .carousel-inner > .prev.right {
  top: 0;
}
.carousel.vertical .carousel-inner > .active.left {
  top: -100%;
}
.carousel.vertical .carousel-inner > .active.right {
  top: 100%;
}

.carousel.vertical .carousel-control {
  left: auto;
  width: 50px;
}
.carousel.vertical .carousel-control.up {
  top: 0;
  right: 0;
  bottom: 50%;
}
.carousel.vertical .carousel-control.down {
  top: 50%;
  right: 0;
  bottom: 0;
}
.carousel.vertical .carousel-control .icon-prev,
.carousel.vertical .carousel-control .icon-next,
.carousel.vertical .carousel-control .glyphicon-chevron-up,
.carousel.vertical .carousel-control .glyphicon-chevron-down {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel.vertical .carousel-control .icon-prev,
.carousel.vertical .carousel-control .glyphicon-chevron-up {
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -10px;
}
.carousel.vertical .carousel-control .icon-next,
.carousel.vertical .carousel-control .glyphicon-chevron-down {
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -10px;
}
.carousel.vertical .carousel-control .icon-up,
.carousel.vertical .carousel-control .icon-down {
  width: 20px;
  height: 20px;
  line-height: 1;
}
.carousel.vertical .carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel.vertical .carousel-control .icon-next:before {
  content: '\203a';
}
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.insetborder:hover{box-shadow: inset 0 0 0 25px rgba(255, 255, 255, .2);}
.service-carousel {
  background: linear-gradient(to right bottom,
              rgba(250, 250, 250, 0), 
            rgba(250, 250, 250, 0)), 
		        url("../images/faculties-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0px;
}
#myCarousel1 .carousel-indicators li {
  display: inline-block;
	width: auto;
  height: auto;
  text-indent: inherit;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 0px solid rgba(255,255,255,0.8);
	border-radius: 0;
	padding: 20px;
  text-align: left;
  text-transform: uppercase;
  margin: 0px 10px;
}
#myCarousel1 .carousel-indicators li span {
	color: #fff;
	/* opacity: 0.8; */
	transition: all 0.3s ease;
  font-size: 18px;
  position: relative;
}
#myCarousel1 .carousel-indicators li:hover span {
	color: #fff;
	opacity: 1;
	transition: all 0.3s ease;
}
#myCarousel1 .carousel-indicators .active {
	background-color: transparent;
	/* border-bottom: 2px solid rgba(246,174,50, 1); */
}
#myCarousel1 .carousel-indicators li.active span{
  opacity: 1;
  color: #f6ae32;
}
#myCarousel1 .carousel-indicators li span::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  background: #002249;
  border-radius: 50%;
  transition: all 200ms;
}
#myCarousel1 .carousel-indicators li.active span::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  background: #002249;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
#myCarousel1 .carousel-indicators li.active span::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  background-image: linear-gradient(to right, #002249, #ce0103);
  border-radius: 50%;
  transition: all 200ms;
}
#myCarousel1 .carousel-indicators {
    left: 0;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 15px;
	min-height: 40px; 
   }
.service-pan {
    padding: 50px;
    float: left;
    display: inline-block;
    width: 70%;
}
.service-cont h2 {
    color: #002249;
    font-size: 35px;
    font-weight: 700;
	margin-top: 5px;
}
.service-cont h4 {
    color: #002249;
}
.service-cont p {
    color: #000;
    font-size: 16px;
    line-height: 30px;
}
.service-cont a {
	text-decoration: none;
    color: #002249;
    border: 2px solid #002249;
    border-radius: 30px;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    font-weight: 500;
}
.service-img {
	padding: 50px;
    display: inline-block;
    float: left;
	width: 30%;
}
.service-img img {
	width: 250px;
    border-radius: 50%;
	border: 5px solid #002249;
    box-shadow: 0px 0px 10px #002249;
}
/*Feedback*/
.feedback-bg {
	background: linear-gradient(to right bottom, 
		rgba(250, 250, 250, 0),
		rgba(250, 250, 250, 0)), 
		url("../images/feedback-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	padding: 50px 0px 50px;
}
.feedback-bg .heading-title-inner h3{
	color: #002249;
	margin-bottom: 80px
}
.feed-back-pan {
	text-align: center;
	width: 70%;
    margin: auto;
}
.feed-back-pan img {
	width: 150px!important;
	border-radius: 50%;
	display: inline-block;
	margin: auto auto;
	box-shadow: 0px 0px 10px #002249;
	margin-top: 12px;
}
.feed-back-pan h2{
  	color: #002249;
    font-weight: 600;	
}
.feed-back-pan h4{
	color: #002249;
	font-weight: 300;
	font-size: 15px;
	margin-bottom: 20px
}
.feed-back-pan p{
	position: relative;
}
.feed-back-pan p::after{
	position: absolute;
	content: "\f10d";
	font-family: FontAwesome;
	top: -8px;
    left: -42px;
    font-size: 50px;
	color: #002249;
}
.feed-back-blog {
    text-decoration: none;
    display: block;
    background-color: #f7f8fa;
    padding: 30px 20px;
    border-radius: 10px;
    margin-bottom: 25px;
    transition: all .3s;
    min-height: 170px;
	box-shadow: 0px 0px 3px #ccc;
}
.feed-back-blog:hover {
  transform: translateY(-5px);
  transition: all .3s;
  background-image: -webkit-gradient(linear,left top,right top,from(#01224a),to(#c0080a));
  background-image: -webkit-linear-gradient(left,#01224a,#c0080a);
  background-image: linear-gradient(90deg,#01224a,#c0080a);
}
.feed-back-blog .icon-blog {
	width: 27%;
	float: left;
	margin-right: 20px;
}
.feed-back-blog .icon-cont-blog {
    float: left;
    width: 65%;
	display: flex;
    text-align: left;
    align-items: center;
    justify-content: left;
	min-height: 90px;
}
.feed-back-blog .icon-blog .hotel-icon {
    width: 70px;
    height: 70px;
    position: relative;
    background: url("../images/hotels.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s;
}
.feed-back-blog:hover .icon-blog .hotel-icon{
  filter: brightness(0) invert(1);
  transition: all .3s;
}
/*----*/
.feed-back-blog .icon-blog .placement-icon {
    width: 70px;
    height: 70px;
    position: relative;
    background: url("../images/placement.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s;
}
.feed-back-blog:hover .icon-blog .placement-icon{
  filter: brightness(0) invert(1);	
  transition: all .3s;	
}
/*-----*/
.feed-back-blog .icon-blog .career-icon {
    width: 70px;
    height: 70px;
    position: relative;
    background: url("../images/career.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s;
}
.feed-back-blog:hover .icon-blog .career-icon{
  filter: brightness(0) invert(1);
  transition: all .3s;	
}
/*-----*/
.feed-back-blog .icon-blog .installment-icon {
    width: 70px;
    height: 70px;
    position: relative;
    background: url("../images/installment.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s;
}
.feed-back-blog:hover .icon-blog .installment-icon{
  filter: brightness(0) invert(1);
  transition: all .3s;	
}
/*-----*/
.feed-back-blog .icon-blog .studio-practicals-icon {
    width: 70px;
    height: 70px;
    position: relative;
    background: url("../images/studio-practicals.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s;
}
.feed-back-blog:hover .icon-blog .studio-practicals-icon{
  filter: brightness(0) invert(1);
  transition: all .3s;	
}
/*-----*/
.feed-back-blog .icon-blog .film-location-icon {
    width: 70px;
    height: 70px;
    position: relative;
    background: url("../images/film-location.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s;
}
.feed-back-blog:hover .icon-blog .film-location-icon{
  filter: brightness(0) invert(1);
  transition: all .3s;	
}
/*------*/
.feed-back-blog h3 {
  color: #002249;
  font-weight: 600;
  transition: all .3s;
  font-size: 18px;
}
.feed-back-blog:hover h3 {
  color: #fff;
  transition: all .3s;
}
.feed-back-blog:hover p {
  color: #fff;
  transition: all .3s;
}
/* ROADBLOCK ADS */
.sdvertising-block h2{
  text-align: center;
}
.sdvertising-block .icon {
  text-align: center;
}
.sdvertising-block .icon img {
   width: 70%;
   margin: auto;
} 
.sdvertising-block {
  padding: 20px;
  border-radius: 15px;
  transition: all .3s;
  cursor: pointer;
}
.sdvertising-block:hover {
  box-shadow: 0px 0px 10px #ccc;
  transition: all .3s;
  transform: translateY(-5px);
}

.Contact-title h3{
  font-size: 35px;
  font-weight: 600;
}
.Contact-title-small h3{
  font-size: 25px;
  margin-bottom: 20px;
}
.Contact-title p{ 
  color: #4a6f8a;
  margin-bottom: 30px;
}

.address h5{
  font-size: 18px;
  color: #002249;
  font-weight: 600;
}
.address p{ 
  color: #4a6f8a;
}
.address p i{ 
  color: #002249;
  margin-right: 5px;
}
/* ------------ */
.advertise h3{
  font-size: 35px;
  font-weight: 600;
}
.advertise p{ 
  color: #4a6f8a;
  margin-bottom: 30px;
}
.advertise-img img {
  width: 100%;
}
.advertise img {
  width: 200px;
}
.ad-points {
  background-color: #fff;
  padding: 14px;
  box-shadow: 0px 0px 9px #e8e8e8;
  border-radius: 5px;
  transition: all .3s;
  margin-bottom: 15px;
}
.ad-points p{
  margin-bottom: 0;
  color: #4a6f8a;
  font-weight: 500;
}
.ad-points:hover p{
  color: #fff;
  transition: all .3s;
}
.ad-points p i {
  color: #002249;
  margin-right: 10px;
  /* font-size: 16px; */
}
.ad-points:hover p i {
  color: #fff;
  transition: all .3s;
}
.ad-points:hover {
  transform: translateY(-5px);
  transition: all .3s;
  background-image: -webkit-gradient(linear,left top,right top,from(#0d4d8a),to(#2da8e1));
  background-image: -webkit-linear-gradient(left,#0d4d8a,#2da8e1);
  background-image: linear-gradient(90deg,#0d4d8a,#2da8e1);
}
/* offer-blog */
.offer-blog {
  text-align: center;
}
.offer-blog h4 {
  color: #5352ee;
  font-size: 28px;
  font-weight: 600;
}
.offer-blog p { 
  color: #4a6f8a;
  font-weight: 600;
}
.offer-blog-bg {
  padding-top: 50px;
  padding-bottom: 150px;
  background: url("../images/map-bg.png");
  background-position: center;
	background-repeat: no-repeat;
}
.question-about {
  width: 50%;
  margin: 50px auto auto;
  text-align: center;
  border: 1px solid #ececec;
  overflow: hidden;
  padding: 15px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
}
.question-about h4 {
    color: #002249;
    font-size: 22px;
    text-align: left;
    font-weight: 600;
}
.question-about p {
  color: #4a6f8a;
  font-weight: 500;
  text-align: left;
}
.question-about .btn {
  margin-top: 5px;
}
.panel-heading {
  padding: 0px 0px;
}
.panel-heading .panel-title a{
    background-color: #fff;
    padding: 14px;
    box-shadow: 0px 0px 9px #e8e8e8;
    border-radius: 5px;
    transition: all .3s;
    margin-bottom: 15px;
    display: block;
    text-decoration: none;
    color: #4a6f8a;
    font-weight: 500;
    font-size: 18px;
    transition: all .3s;
}
.panel-heading .panel-title a:hover {
  transform: translateY(-5px);
  transition: all .3s;
  background-image: -webkit-gradient(linear,left top,right top,from(#0d4d8a),to(#2da8e1));
  background-image: -webkit-linear-gradient(left,#0d4d8a,#2da8e1);
  background-image: linear-gradient(90deg,#0d4d8a,#2da8e1);
  color: #fff;
}

.panel-heading.active .panel-title a {
  transform: translateY(-5px);
  transition: all .3s;
  background-image: -webkit-gradient(linear,left top,right top,from(#0d4d8a),to(#2da8e1));
  background-image: -webkit-linear-gradient(left,#0d4d8a,#2da8e1);
  background-image: linear-gradient(90deg,#0d4d8a,#2da8e1);
  color: #fff;
}
.panel-heading.active .panel-title a i{
  color: #fff;
}

.panel-heading .panel-title a:hover i{
  color: #fff;
}
.panel-heading .panel-title a i{ 
  color: #002249;
  margin-right: 10px;
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0px solid #ddd;
  padding-top: 0;
}
.panel {
  background-color: transparent;
  border: 0px solid transparent;
  -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.0);
  box-shadow: 0 0px 0px rgba(0,0,0,.0);
}
.panel-body h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
}
.panel-body ul {
  padding-left: 0;
  margin-bottom: 0;
}
.panel-body ul li {
  list-style: none;
}
.panel-body ul li p {
  color: #4a6f8a;
  font-weight: 500;
}

/* price blog */
.price-blog {
  box-shadow: 0 0 0 1px #ebebeb;
  border-radius: 1rem !important;
  border: 2px solid transparent;
  position: relative;
  background-color: #fff;
  text-align: center;
  padding: 35px 20px;
  margin-top: 30px;
  transition: all .3s;
  min-height: 425px;
}
.price-blog:hover {
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important;
  transform: translateY(-10px);
  transition: all .3s;
  border-top: 5px solid #00438b;
}

.price-blog h4{ 
  color: #002249;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
}
.price-pan {
  display: block;
  margin-top: 40px;
}
.price-pan p{
  color: #002249;
  font-size: 35px;
}
.price-pan p .price{ 
  font-weight: 800;
}
.price-pan p .month{ 
    font-size: 16px;
    margin-left: -11px;
    font-weight: 600;
}
.price-list {
	padding-left: 0;
    margin-bottom: 0;
    border-top: 1px solid #e8e8e8;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
}
.price-list li {
  list-style: none;
  font-size: 16px;
  line-height: 40px;
  display: inline;
}
.price-list li img {
  width: 125px;
  margin: 10px;
}
.btn-darkblue {
  border: 2px solid #002249;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 600;
  color: #002249;
}
.btn-darkblue:hover {
  background-color: #002249;
  color: #fff;
}
/*footet*/
/*
#particle-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; 
}
*/
.footer {
	position: relative;
	width: 100%;
  padding-top: 30px;
	margin-top: 80px;
}
.footer footer {
	position: relative;
	z-index: 10;
}
.over-lay{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 0;
	background: rgba(0,0,0,0.6);
	top:0;
}
.footet-blog img{
	width: 190px;
	margin-bottom: 20px;
}
.footet-blog h2 {
	color: #fff;
    font-size: 25px;
    text-decoration: underline;
	margin-top: 0;
}
.footet-blog-menu h2{
	padding-left: 34px;
	margin-top: 0;
}
.footet-blog p {
	color: #fff;
	font-weight: 200;
}
.footer-links li {
  list-style: none;
  line-height: 30px;
  color: #fff;
  font-weight: 300;
}
.footer-links li a {
  text-decoration: none;
  color: #fff;
  transition: all ease 200ms;
  position: relative;
  font-weight: 300;
}
.footer-links li a:hover {
  padding-left: 10px;
  transition: all ease 200ms;
}
.footer-links li a::before {
  position: absolute;
  content: "\f101";
  font-family: FontAwesome;
  width: 15px;
  height: 15px;
  left: -16px;
  top: 0;
  text-align: center;
  line-height: 17px;
  opacity: 0;
  transition: all ease 500ms;
}
.footer-links li a:hover::before {
  opacity: 1;
  left: -5px;
  transition: all ease 500ms;
}
.footer-media li {
	list-style: none;
	display: inline-block;
}
.footer-media li a{
	display: block;
	text-align: center;
	line-height: 35px;								
	text-decoration: none;
	color: #fff;
	width: 35px;
	height: 35px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 8px 15px 8px 0px;
	transition: all .3s;
}
.footer-media li a:hover{
	transform: translateY(-5px);
    transition: all .3s;
	box-shadow: 0px 0px 10px #fff;
}
.contac-form .form-group .form-control {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
}
.copy-rights {
  border-top: 1px solid #ababab;
  padding: 10px 0px;
  text-align: center;
}
.copy-rights p{
	margin-bottom: 0;
	line-height: 50px;
	color: #002249;
  }
  .copy-rights p a{
    color: #002249;
    text-decoration: none;
  }
.footer-media-blog {
	/* border-bottom: 1px solid #ababab;
	padding-bottom: 75px;
    margin-bottom: 75px; */
}
.footer-logo {
 	padding-left: 0;
	margin-bottom: 0;
	text-align: center;
}
.footer-logo li {
	list-style: none;
	display: inline-block;
	padding: 12px
}
.footer-logo li a {
	text-decoration: none;
	display: block;
}
.footer-logo li a img {
	width: 150px;
}

.footer-logo li:nth-child(3) a img {
  width: 200px;
}
.footer-media-row ul {
    padding-left: 0;
    margin-bottom: 0;
    padding: 10px 0px;
	text-align: center;
}
.footer-media-row ul li {
	display: inline-block;
	padding-left: 40px;
}
.footer-media-row ul li a {
    color: #002249;
    font-size: 20px;
    padding: 10px;
	text-decoration: none;
	line-height: 35px;
}
.footer-media-row ul li a i {
	margin-right: 5px;
}
.copy-rights-menu {
	padding-left: 0;
	float: right;
}
.copy-rights-menu li {
    display: inline-block;
    padding: 10px 0px;
}
.copy-rights-menu li a{
	border-right: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	padding: 0px 15px;
	font-size: 16px;
}
.copy-rights-menu li:last-child a {
	padding-right: 0;
	border-right: 0;
}
/*preloader*/
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}
.loader{
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}
#loader-6{
  top: 40px;
  left: -2.5px;
}
#loader-6 span{
  display: inline-block;
  width: 5px;
  height: 20px;
  background-color: #002249;
}
#loader-6 span:nth-child(1){
  animation: grow 1s ease-in-out infinite;
}
#loader-6 span:nth-child(2){
  animation: grow 1s ease-in-out 0.15s infinite;
}
#loader-6 span:nth-child(3){
  animation: grow 1s ease-in-out 0.30s infinite;
}
#loader-6 span:nth-child(4){
  animation: grow 1s ease-in-out 0.45s infinite;
}
#loader-6 span:nth-child(5){
  animation: grow 1s ease-in-out 0.65s infinite;
}
#loader-6 span:nth-child(6){
  animation: grow 1s ease-in-out 0.80s infinite;
}
@keyframes grow{
  0%, 100%{
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
  50%{
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    -o-transform: scaleY(1.8);
    transform: scaleY(1.8);
  }
}

/*----*/

#AreasCarousel .carousel-indicators {
    position: relative;
    bottom: 10px;
    left: 0;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    list-style: none;
/*	border-bottom: 1px solid #ccc;*/
}
#AreasCarousel .carousel-indicators li {
    display: inline-block;
    width: auto;
    height: auto;
    text-indent: inherit; 
    cursor: pointer;
    border: 0px solid #000;
    border-radius: 0px;
	font-size: 18px;
	margin: 0px 10px;
	padding: 15px 0px;
	color: #002249;
/*
	background: -webkit-linear-gradient(349deg,#002249,#ce0103);
    background: linear-gradient(-259deg,#002249,#ce0103);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
*/
}
#AreasCarousel .carousel-indicators .active {
    width: auto;
    height: auto;
    margin: 0px 10px;
	position: relative;
	font-weight: 600;
}
#AreasCarousel .carousel-indicators .active::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	background-color: #002249;
	bottom: 0;
	left: 0;
}
#AreasCarousel .carousel-inner {
	background: url("../images/fine-arts.jpg");
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 30px;
}
/*
#AreasCarousel .carousel-inner {
	position: relative;
}
#AreasCarousel .carousel-inner .bg-image {
	position: absolute;
	height: 100%;
	width: 30%;
	left: 0;
	top: 0;
	z-index: 5;
}
#AreasCarousel .carousel-inner .bg-image img{
	width: 100%;
}
*/
#AreasCarousel .carousel-inner .item {
	min-height: 500px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 50px;
}
.areas-course {
    height: 100%;
    padding: 80px 0px 0px 180px;
}
.areas-course ul {
	padding-left: 0;
	margin-bottom: 0;
}
.areas-course ul li {
	list-style: none;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    padding-left: 30px;
	line-height: 75px;
	
}
.areas-course ul li a{
	color: #002249;
	text-decoration: none;
}
.areas-course ul li a:hover {
	background: -webkit-linear-gradient(349deg,#002249,#ce0103);
    background: linear-gradient(-259deg,#002249,#ce0103);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.areas-course ul li::before {
	content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 38px;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 22px;
    height: 22px;
    background: #002249;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
.areas-course ul li::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 38px;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 15px;
    height: 15px;
    background: #002249;
    border-radius: 50%;
    transition: all 200ms;
}
/* service-icons */
.service-icons {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 30px;
}
.service-icons img {
  width: 120px
}
.service-icons h4 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 700;
}
.btn-submit {
    border: 2px solid #002249;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 600;
    color: #002249;
}
.btn-submit:hover {
  background-color: #002249;
  color: #fff;
}
.form-group input {
  background-color: #eaf5ff;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
  border: 0;
  height: 45px;
  font-size: 18px;
  color: #002249;
}
.form-group input::placeholder {
  font-size: 18px;
}
.form-group textarea {
  background-color: #eaf5ff;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
  border: 0;
  resize: none;
  font-size: 18px;	
}
.what-we-offer img {
  width: 100%;
}
/* ==============Responsive================ */
@media screen and (min-width: 1824px) {
  p {
    font-size: 18px;
}
}
@media screen and (min-width: 768px) {
  .navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
		#myCarousel1 .carousel-indicators {
    position: relative;
    top: 10%;
    bottom: unset;
}
}

@media only screen and (max-width: 1199px){ 
  .courses-blog h3 {
    font-size: 16px;
}
.courses-blog {
  min-height: 320px;
}
.price-blog h4 {
 font-size: 25px;
}
}
@media screen and (max-width: 1024px) { 
  header {
    position: relative;
    background-color: #fff;
}
.navbar-default .navbar-nav>li>a {
  color: #000;
}
.inner-header .navbar-default .navbar-nav>li>a {
  color: #fff;
}
.courses-blog h3 a {
  font-size: 100%;
}
.courses-blog {
  min-height: 320px;
}
.price-blog h4 {
  font-size: 20px;
}
.footer-logo li {
  padding: 10px;
}
}
@media screen and (max-width: 991px) {
  .courses-blog {
    min-height: 300px;
  }
  .price-blog h4 {
    font-size: 18px;
}
.footer-logo li a img {
  width: 120px;
}
.footer-logo li:nth-child(3) a img {
  width: 115px;
}
}
@media only screen and (max-width: 767px){
/*slider*/
	.item {
    min-height: 500px;
}
	.carousel-caption h3 {
    	font-size: 30px;
	}
	.carousel-caption p {
    margin: auto;
    font-size: 20px;
}
.carousel-caption a {
    padding: 10px 20px;
 }	
 .courses-blog .icon-blog {
  text-align: left;
}
.courses-blog .icon-blog img {
  width: 200px;
}
.courses-blog {
  min-height: auto;
}
.price-blog h4 {
  font-size: 30px;
}
.price-blog {
  min-height: auto;
}
.contact-form .pad-left-0, .contact-form .pad-right-0, .contact-form .no-pad{
  padding-left: 0px;
  padding-right: 0px;
}
.page-wrapper {
  padding-top: 70px;
}
header {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 9999;
}
.inner-header {
  position: fixed;
  z-index: 9999;
}
.navbar-default .navbar-toggle {
  border-color: #1169a8;
}
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #213d7c;
}
.navbar-toggle {
  margin-top: 15px;
}
.navbar-default .navbar-nav>li>a {
  line-height: 20px;
}
.navbar-brand img {
  width: 70px;
}
.inner-header .navbar-default .navbar-toggle {
  border-color: #fff;
}
.inner-header .navbar-default .navbar-toggle:focus {
  background-color:#1169a8;
}
.inner-header .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.heading-title h3 {
    font-size: 25px;
}
.m-b-100 {
  margin-bottom: 30px;
}
.offer-blog-bg {
  padding-bottom: 50px;
}
 .p-t-p-b-100 {
  padding-top: 50px;
  padding-bottom: 50px;
} 
.footer {
  margin-top: 0px;
}
.hide-767 {
  display: none;
}
.show-767 {
  display: block;
}
}
@media only screen and (max-width: 750px){ 
  .footer-logo li {
    display: block;
}
.footer-logo li:nth-child(3) a img {
  width: 180px;
}
.footer-logo li a img {
  width: 165px;
}
}
@media only screen and (max-width: 571px){
  .footer-logo li {
    display: block;
  }

@media only screen and (max-width: 490px){
  .footer-media-row ul li a {
    font-size: 15px;
}
@media only screen and (max-width: 480px){
	.footer-media-row ul li {
	display: inline-block;
	padding-left: 10px;
}
.carousel-caption h3 {
    font-size: 40px;
}	
.carousel-caption p {
    margin: auto;
    font-size: 20px;
}	
.carousel-caption a {
    padding: 8px 15px;
    font-size: 12px;
}	
.carousel-caption {
    top: 28%;
}	
	.item {
    min-height: 100vh;
}	
.slider {
    background-position: 20% 50%;
}	
}
