
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@font-face {
  font-family: 'Noto Serif', serif;
  src: url("../fonts/Futura-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2em;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	font-family: 'Noto Serif', serif;
	word-break: break-word;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
  
  
}

p, .paragraph {
	color: #000000;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.3em;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	font-family: 'Noto Serif', serif;
	text-align:justify;
	word-break: break-word;
	text-rendering: optimizeLegibility;
  
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-weight: 500;
	line-height: 1.2em;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align:justify;
	word-break: break-word;
	text-rendering: optimizeLegibility;
}

h1, .h1 {
  font-size: 60px;
}

@media (max-width: 575px) {
  h1, .h1 {
    font-size: 45px;
  }
}

h2, .h2 {
  font-size: 40px;
}

@media (max-width: 575px) {
  h2, .h2 {
    font-size: 30px;
  }
}

h3, .h3 {
  font-size: 25px;
}

@media (max-width: 575px) {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-size: 20px;
}

@media (max-width: 575px) {
  h4, .h4 {
    font-size: 18px;
  }
}

h5, .h5 {
  font-size: 18px;
}

@media (max-width: 575px) {
  h5, .h5 {
    font-size: 16px;
  }
}

h6, .h6 {
  font-size: 16px;
}

@media (max-width: 575px) {
  h6, .h6 {
    font-size: 14px;
  }
}

/* Button style */
.btn {
  font-size: 18px;
  font-family: 'Noto Serif', serif;
  text-transform: capitalize;
  padding: 15px 40px;
  border-radius: 0;
  font-weight: 500;
  border: 0;
  position: relative;
  z-index: 1;
  transition: .2s ease;
  overflow: hidden;
}

.btn::before {
  position: absolute;
  content: "";
  height: 80%;
  width: 100%;
  left: 0;
  bottom: 10%;
  z-index: -1;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn:active {
  box-shadow: none;
}

.btn:hover::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.btn-sm {
  font-size: 14px;
  padding: 10px 35px;
}

.btn-xs {
  font-size: 12px;
  padding: 5px 15px;
}

.btn-primary {
  background: #78adc9;
  color: #fff;
}

.btn-primary::before {
  background: #fff;
}

.btn-primary:active {
  background: #78adc9 !important;
  color: #78adc9;
}

.btn-primary:active::before {
  height: 80%;
}

.btn-primary:hover {
  background: #ffab08;
  color: #78adc9;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ffab08;
  border-color: #ffab08;
}

.btn-secondary {
  background: #fff;
  color: #78adc9;
  border: 1px solid #fff;
}

.btn-secondary::before {
  background: #78adc9;
}

.btn-secondary:active {
  background: #78adc9;
  color: #fff;
  border: 1px solid #fff;
}

.btn-secondary:hover {
  background: #fff;
  color: #fff;
  border: 1px solid #fff;
}

.btn-primary-outline {
  border: 1px solid #78adc9;
  color: #78adc9;
  background: transparent;
}

.btn-primary-outline::before {
  background: #fff;
}

.btn-primary-outline:hover {
  background: #78adc9;
  color: #78adc9;
}

.btn-primary-outline:active {
  background: #78adc9;
  color: #fff;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

::-moz-selection {
  background: #ffcd6e;
  color: #fff;
}

::selection {
  background: #ffcd6e;
  color: #fff;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFDC11;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

ol,
ul {
  list-style-type: none;
  margin: 0px;
}

img {
  vertical-align: middle;
  border: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color:#047fc7;
}

a,
button,
select {
  cursor: pointer;
  transition: .2s ease;
}

a:focus,
button:focus,
select:focus {
  outline: 0;
}

a:hover {
  color: #78adc9;
}

a.text-primary:hover {
  color: #78adc9 !important;
}

a.text-light:hover {
  color: #78adc9 !important;
}

h4 {
  transition: .2s ease;
}

a h4:hover {
  color: #78adc9;
}

.slick-slide {
  outline: 0;
}

.section {
  padding-top: 30px;
  padding-bottom: 90px;
}

.section-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-title {
  margin-bottom: 30px;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.border-primary {
  border-color: #ededf1 !important;
}

/* overlay */
.overlay {
  position: relative;
}

.overlay::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #1a1a37;
  opacity: .8;
}

.outline-0 {
  outline: 0 !important;
}

.d-unset {
  display: unset !important;
}

.bg-primary {
  background: #78adc9 !important;
}

.bg-secondary {
  background: #1a1a37 !important;
}

.bg-gray {
  background: #f8f8f8;
}

.text-primary {
  color: #78adc9 !important;
}

.text-color {
  color: #000000;
}

.text-light {
  color: #8585a4 !important;
}

.text-lighten {
  color: #d6d6e0 !important;
}

.text-muted {
  color: #b5b5b7 !important;
}

.text-dark {
  color: #1e1e4b !important;
}

.font-secondary {
  font-family: "futura-bold";
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pl-150 {
  padding-left: 150px;
}

.zindex-1 {
  z-index: 1;
}

.overflow-hidden {
  overflow: hidden;
}

.vertical-align-middle {
  vertical-align: middle;
}

.icon-md {
  font-size: 36px;
}
.list-inline-item a{font-size:12px; font-family: 'Noto Serif', serif; letter-spacing:normal;}
/* page title */
.page-title-section {
  padding: 200px 0 80px;
}

.custom-breadcrumb li.nasted {
  position: relative;
  padding-left: 25px;
}

.custom-breadcrumb li.nasted::before {
  position: absolute;
  font-family: "themify";
  content: "\e649";
  font-size: 20px;
  top: 50%;
  left: -5px;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* /page title */
.list-styled {
  padding-left: 25px;
}

.list-styled li {
  position: relative;
  margin-bottom: 15px;
}

.list-styled li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #78adc9;
  left: -25px;
  top: 5px;
}

textarea.form-control {
  height: 200px;
  padding: 20px;
}

#map_canvas {
  height: 500px;
}

.top-header {
  font-size: 12px;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  -webkit-transform-origin: top;
          transform-origin: top;
  font-weight: 600;
}

.top-header.hide {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
}

.top-header1 {
  height:154px;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  -webkit-transform-origin: top;
          transform-origin: top;
}

.top-header1.hide {
	height:80px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
}

.navigation {
  /*background: linear-gradient(to right, transparent 50%, #78adc9 50%);*/
  background-color:#00356b;/*complete menu color*/
  transition: .2s ease;
  border-top:1px solid black;
  border-bottom:1px solid black;
}

@media (max-width: 991px) {
  .navigation {
    background: #00356b;/*#1a1a37;*/
  }
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  /*background: #fff;*/
  box-shadow: 0 2px 5px #0000000d;
}



.hero-section {
  padding: 0px 0 4px;
}

.hero-slider .prevArrow,
.hero-slider .nextArrow {
  position: absolute;
  bottom: -123px;
  z-index: 9;
  padding: 15px;
  color: rgba(255, 255, 255, 0.5);
  border: 0;
  font-size: 30px;
  transition: all linear .2s;
  background: transparent;
}

.hero-slider .prevArrow:focus,
.hero-slider .nextArrow:focus {
  outline: 0;
}

.hero-slider .prevArrow:hover,
.hero-slider .nextArrow:hover {
  color: #ffbc3b;
}

.hero-slider .prevArrow {
  right: 60px;
}

.hero-slider .nextArrow {
  right: 0;
}

.hero-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: -100px;
  padding-left: 0;
}

.hero-slider .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}

.hero-slider .slick-dots li.slick-active button {
  background: #ffbc3b;
}

.hero-slider .slick-dots li button {
  color: transparent;
  padding: 0;
  overflow: hidden;
  height: 10px;
  width: 10px;
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  outline: 0;
}

/* banner feature */
.feature-icon {
  font-size: 50px;
  color: #ffbc3b;
  display: inline-block;
}

.feature-blocks {
  margin-top: -100px;
  padding-left: 70px;
  padding-top: 80px;
  padding-right: 30%;
}

@media (max-width: 1400px) {
  .feature-blocks {
    padding-right: 10%;
  }
}

@media (max-width: 1200px) {
  .feature-blocks {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 30px;
  }
  .feature-blocks h3 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .feature-blocks {
    margin-top: 0;
    padding: 50px;
  }
  .feature-blocks h3 {
    font-size: 25px;
  }
}
.news_tab{}
.news_tab img{
  max-width: 100%;
/*  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}
.media-object {height:100px;text-align:center;}

.Contact_sec { width: 100%; overflow: hidden;background-image: linear-gradient(-40deg, #002147 10%, #002147 25%);margin-bottom:-100px; }
.Get_sec { width: 100%; overflow: hidden; background: url(../imag/white.png) top center no-repeat; background-size: cover; }
	
#footer{
  float: left;
  display: inline;
  width: 100%;
}
.footer_top{
  float: left;
  display: inline;
  width: 100%;
  
  padding: 5px 0px;
}

.single_footer_widget {
  display: inline;
  float: left;
  padding: 0 10px;
  width: 100%;
}
.single_footer_widget > h3 {
  color: #fff;
  font-size:23px;
  font-weight:500;
  margin-top: 10px;
}
.single_footer_widget>p{
  color: #fff;
  text-align:left;
  font-size:17px;
}
.single_footer_widget a{
  text-align:left;
  font-size:17px;
}
.footer_widget_nav li a {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 3px;
  display: block;
}
.footer_social li a {
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 22px;
  padding: 0 10px;
}
.footer_bottom{
  float: left;
  display: inline;
  width: 100%;
  background-color: #f8f8f8;
  padding: 10px 0px;
}
.footer_bootomLeft{
  float: left;
  display: inline;
  width: 100%;
}
.footer_bootomLeft>p,.footer_bootomRight>p{margin-bottom: 0px;}

.footer_bootomRight{
  float: left;
  display: inline;
  width: 100%;
  text-align: right;
}

.title_area{
  float: left;  
  display: inline;  
  width: 100%; 
  text-align: center;
  margin-bottom: 20px;  
  text-align:left;
}
.title_area span{
  display: inline-block;  
  text-align: center; 
  height: 5px;    
  width: 50px;
  background: none repeat scroll 0 0 #047fc7;

  
}
.title_two {
	margin-bottom:-10px;
  padding-bottom: 0;
  position: relative;
  text-align: center;
  text-align:left;
}
.title_twoColor{
	color:#00356b;
	font-size:35px;
}

 .title_twoColor1{

  color:#00356b;
  font-size:30px;
 }


.title_ul
{
list-style-type:disc; 
padding-left:15px;
line-height:150%;
color:#000;
}

.singCourse_content{
  text-align:center;
  display: inline;
  width: 100%;
  padding: 10px;
}
.singCourse_title {
  font-size: 20px;
  font-weight:500;
  margin-top: 5px;
  padding-bottom: 0px;
  text-align:center;
}

.singCourse_title a{
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.singCourse_title a:hover{
  text-decoration: none;
  outline: none;
}
.singCourse_price{
  padding-bottom: 5px;
  color:#1F4788;
  text-align:center;
}
.singCourse_price > span {
  font-weight: bold;
  font-size: 20px;
}
.borderBlue{
	border:2px solid #00356b;
}
.borderOrange{
	border:2px solid #ff9000;
}
.borderBrown{
	border:2px solid #b67c2d;
}
.borderPurple{
	border:2px solid purple;
}

.alpnImg
{
	max-width:200px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.foottemp{
  height:30px;
}

.alpnaProfileimg{float:left; padding:0px 15px 10px 0px; }
.alpnaProfileimg img{border:1px solid #047fc7; max-width:300px;}
.alpnaProfile img{border:1px solid #047fc7; max-width:300px;}
.alpnaProfile h2{font-size:30px;text-align:left;}
.alpnaProfile h3{font-size:20px;text-align:left;}

.alp-re{
max-width: 100%;
border: 3px solid #015794;
}





@media (max-width: 601px) {
	.foottemp{height:0px;}
	.alpnaProfileimg img{border:1px solid #047fc7; max-width:150px;}
	p {font-size: 17px;}
	.news_tab a {font-size: 17px;}
	.news_tab {text-align:left;}
	.alpnImg{max-width:60px;}
}
@media only screen and (min-width: 602px) and (max-width: 900px) {
	.news_tab a {font-size: 18px;}
	.news_tab{text-align:left;}
	.alpnImg{max-width:150px;}

}

/*navigation band*/
.navbar-brand {color:#000000; font-size:28px; font-weight:normal; font-family: 'Noto Serif', serif;}
.navbar-brand span{color:#78ADC9; font-size:20px; }
.navbar-brand img{max-height:90px;}

@media (max-width: 991px) {
  .navbar-brand img{max-width:99%;}
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 10px;
}

@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px;
  }
}



.navbar .dropdown-item {
  position: relative;
  color: #000000;
  font-size:15px;
  transition: .2s ease;
  text-transform: capitalize;  
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: 'Noto Serif', serif;
  text-align:justify;
  word-break: break-word;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 991px) {
  .navbar .dropdown-item {
    text-align: center;
  }
}




.navbar .dropdown-menu {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
  border-bottom: 5px solid #78adc9;
  padding: 15px;
  top: 20px;
  border-radius: 0;

  transition: .3s ease;

  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  background: #fff;
}

@media (max-width: 991px) {
  .navbar .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform-origin: unset;
            transform-origin: unset;
  }
}


.alpna-menu{
  margin-bottom: 10px;
  border-bottom:1px dotted black;
}

.navbar .dropdown-item:not(:last-child) {
  margin-bottom: 10px;
  border-bottom:1px dotted black;
}

.navbar .dropdown-item:hover {
  color: #78adc9;
  background: transparent;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-page {
  position: relative;
  top: 0px;
  left: 10px;
  z-index: 99999;
}

.back-page i {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  top: 25px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #00356b;
  color: #fff;
  transition: all 0.4s;
}

.back-page i:hover {
  background: #78adc9;
  color: #fff;
  cursor: pointer; 
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #a9131e;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #ffa012;
  color: #fff;
}
