/**
* Updated: with Bootstrap v5.2.3
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #444;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover {
  color: #9eccf4;
  text-decoration: none;
}



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #006848;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #FFF;
  line-height: 0;
}

.back-to-top:hover {
  background: #629fd3;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.navbar-nav span {word-wrap: break-word;word-break: break-all; }

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #4B76A3;
  font-size: 1rem;
  height: 40px;
  padding: 0;
}

#topbar .contact-info a {
  line-height: 0;
  color: #fff;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #5DFAFF;
}

#topbar .contact-info i {
  color: #428bca;
  line-height: 0;
  margin-right: 5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .social-links a {
  color: #FFF;
  padding: 5px 12px 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #5DFAFF;
}
-2
#topbar .social-links img{
  margin-top: -4px;
  margin-right: 10px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 104px;
  background: #122D8A;
  z-index: 997;
  /*padding: 25px 0 20px 0;*/
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
}
#header.sticked {  height: 104px;}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
/*   padding: 10px 0; */
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #1c5c93;
  text-decoration: none;
}
#header .logo h2 {
  color: #1043B0;
  margin: 0;
  padding: 0 0 10px 0;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width:0px) {
#header .logo {
  margin-right: auto;
}
#header .logo h2 {
  font-size: 1.4rem;
  letter-spacing: 1px;
}
#header .logo .logo_img {
  margin: 5px 5px 0 0;
}
#header .logo img {
 /* max-height: 66px;*/
}
#header .logo .top-title p {
  font-size: .8rem;
}
}




@media (min-width:1200px) {
#header .logo {
  margin-right: 10px;
}

#header .logo h2 {
  font-size: 1.2rem;
  letter-spacing: 1px;
}
#header .logo img {
  /*max-height: 80px;*/
}
#header .logo .top-title p {
  font-size: .7rem;
}

}



@media (min-width:1400px) {
#header .logo {
  margin-right: 30px;
}

#header .logo h2 {
  font-size: 1.2rem;
  letter-spacing: 1px;
}
#header .logo img {
  max-height: 80px;
}
#header .logo .top-title p {
  font-size: .7rem;
}
#header .logo .logo_img {
  margin: 5px 5px 0 0;
}
}

@media (min-width:1600px) {
#header .logo {
  margin-right: auto;
}
#header .logo h2 {
  font-size: 1.4rem;
}
#header .logo img {
  max-height: 60px;
}
#header .logo .top-title p {
  font-size: .8rem;
}
#header .logo .logo_img {
  margin: 5px 15px 0 0;
}
}

@media (min-width:1700px) {
#header .logo {
  margin-right: 100px;
}
#header .logo h2 {
  font-size: 1.6rem;
  letter-spacing: 3px;
}
#header .logo img {
  max-height: 90px;
}
#header .logo .top-title p {
  font-size: 1.1rem;
}
}

#header .logo .logo_img, #header .logo .top-title {  display: inline-block;  vertical-align: top;}




#header .logo .top-title {  padding: 15px 0 0 0;}



#header .logo img {  padding: 0;  margin: 0;}

.scrolled-offset {  margin-top: 0px;}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {  padding: 0;}

.navbar .navbar-nav {  flex-direction: row;}


.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {  position: relative;}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
 /* white-space: nowrap;*/
  transition: 0.3s;
}

.navbar a { color: #FFF;}

.navbar a:hover {
  color: #0dfdb3;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #0dfdb3;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}



.navbar ul> li > ul > li a {  color: #000;}




@media (min-width:1200px) {
.navbar a,
.navbar a:focus {
  padding: 10px 0 10px 15px;
  font-size: 1rem;
}
.navbar .dropdown ul li {
  min-width: 180px;
}
}

@media (min-width:1400px) {
.navbar a,
.navbar a:focus {
  padding: 10px 0 10px 20px;
  font-size: 0.9rem;
}
.navbar .dropdown ul li {
  min-width: 180px;
}
}

@media (min-width:1600px) {
.navbar a,
.navbar a:focus {
  padding: 10px 0 10px 30px;
  font-size: 1.1rem;
}
.navbar .dropdown ul li {  min-width: 200px;}
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}


.navbar .active,
.navbar .active:focus {
  color: #FFF;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  top: calc(100% + 30px);
  margin: 10px 0 0 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-top: 2px solid #0dfdb3;
}



.navbar .dropdown ul a {  padding: 10px 20px;  text-transform: none;}

.navbar .dropdown ul a i {  font-size: 12px;}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #006848;
}

/* .navbar .dropdown:hover>ul {
  opacity: 1;
  visibility: visible;
}
 */

 .navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 1199px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(31, 53, 72, 0.9);
  transition: 0.3s;
  z-index: 998;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 18px;
  color: #1f3548;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #428bca;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #428bca;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Main Banner
--------------------------------------------------------------*/

.center-title {border-left: 3px solid #062236; margin-bottom:3em;}
.center-title h2 {padding: 1rem 0 1rem 2rem; font-size: 2.2rem;}
#main {margin-top: 130px;}
section {
  scroll-margin-top: 0px;
}

#Inside-container{
 /* margin-top: 130px;*/
}



@media (min-width: 999px) {

#Inside-container{
  /*margin-top: 114px;*/
}
}

@media (min-width: 1100px) {
#Inside-container{
 /* margin-top: 104px;*/
}
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/

.news_content .news_list{
  float: right;
  width: calc(100% - 36px);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  margin: 0 18px 20px;
  border-radius: 10px;
  background-color: #FFF;
}



.news_content .news_text{
    float: left;
    border-radius: 10px;
    padding: 21px 23px;
    letter-spacing: 0.1em;
    color: #000;
    border-left: 16px solid #ff4f81;
}

.news_content .news_text a{
  font-weight: 600;
  font-size: 1rem;
  color: #000;
}


.news_detail_content{
  padding-bottom: 25px;
  border-bottom: dotted 2px #666;
}


.news_detailtitle h3{
  color: #15A0BB;
  font-weight: bold;
  margin: 30px 0 20px 0;
  padding-bottom: 15px;
  border-bottom: dotted 2px #666;
}

.post-entry-1 {
  margin-bottom: 30px;
}

.post-entry-1 img {
  margin-bottom: 30px;
}

.post-entry-1 h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  font-weight: 500;
}

.post-entry-1 h2 a {
  color: var(--color-black);
}

.post-entry-1.lg h2 {
  font-size: 40px;
  line-height: 1;
}

.post-meta {
  font-size: 11px;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--font-secondary);
  color: rgba(var(--color-black-rgb), 0.4);
  margin-bottom: 10px;
}
.post-entry-1 .author { font-size:65%; /*text-align:right;*/}


@media (min-width: 0px) {
.news_detailtitle h3{
  font-size: 1.36rem;
}
}
@media (min-width: 900px) {
.news_detailtitle h3{
  font-size: 1.65rem;
}
}

.news_detailtitle h3 img{
  margin-right: 15px;
}

.news_download {
  margin-top: 36px;

}
.news_download h2{
  font-size: 1.5rem;
  background: url('../img/svg/icon_download.svg') no-repeat;
  background-position: 0 2px;
  font-weight: bold;
  padding: 0 0 0 30px; 
}

.download_point_icon img{
  width: 36px;
  height: 36px;
  margin-right: 10px;
}

.news_date{
  display: inline-block;
  width: 130px
}

.news_department{
  display: inline-block;
  font-weight: bold;
}

.news_button a{
  background-color: #EEE;
  border-radius: 15px;
  padding: 5px 10px;
  margin-left: 15px;
}
.news_button a:hover{
  background-color: #F9BF48;
}


@media (min-width: 0px) {
.news_title{
  display: inline-block;
  width: 90%;
  margin-right: 10px;
}
.news_page{
  width: 84%;
}

.news_department{
  width: 120px;
  margin: 15px 0 0 0;
}

}

@media (min-width: 700px) {
.news_page{
  width: 60%;
}
}



@media (min-width: 1000px) {
.news_title{
  width: 440px;
  margin-right: 20px;
}
.news_page{
  width: 58%;
}
.news_content .news_text span{
  vertical-align: top;
}

.news_department{
  width: 90px;
  margin:  0;
}
.news_button{
  margin: 0;
}
}

@media (min-width: 1100px) {
.news_title{
  width: 340px;
  margin-right: 30px;
}
.news_page{
  width: 46%;
}
.news_department{
  width: 90px
}
}



/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
#Main_Achievement{
  padding: 90px 0 80px 0;
}
#Main_Achievement{
  background-color: #062236;
}

#Main_Achievement h3{
  color: #FFF;
  text-align: center;
  margin-bottom: 0px;
}

.Main_Achievement .Achievemen-wrap {
  padding-left: 10px;
}

.Main_Achievement .Achievement-item {
  box-sizing: content-box;
  padding: 20px;
  margin: 30px 10px;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #fff;
  border-radius: 10px;
}

.Main_Achievement .Achievement-item a{
  color: #000;
}

.Main_Achievement .Achievement-item a:hover{
  color: #006848;
}

.Main_Achievement .Achievement-item .testimonial-img {
  width: 100%;
  border-radius: 20px;
  margin-right: 15px;
}
.Main_Achievement .Achievement-item .testimonial-img {
    position: relative;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    /*transform: scale(1.05);*/
}


.Main_Achievement .Achievement-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #000;
}

.Main_Achievement .Achievement-item h4{
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.5px;
}


.Main_Achievement .Achievement-item span{
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.Main_Achievement .Achievement-item .stars {
  margin: 10px 0;
}

.Main_Achievement .Achievement-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.Main_Achievement .Achievement-item .quote-icon-left,
.Main_Achievement .Achievement-item .quote-icon-right {
  color: #009d8b;
  font-size: 26px;
  line-height: 0;
}

.Main_Achievement .Achievement-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.Main_Achievement .Achievement-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.Main_Achievement .Achievement-item p {
  margin: 15px auto 15px auto;
}

.Main_Achievement .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.Main_Achievement .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 1);
  opacity: 1;
}

.Main_Achievement .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #006848;
}

.Achievement_more {
  width: 110px;
  margin: 20px auto 0 auto;
  color: #FFF;
  background-color: var(--bs-info-text-emphasis);
  padding: 5px 15px;
  text-align: center;
}

.Achievement_more a{
  color: #FFF;
}

@media (max-width: 767px) {
  .Main_Achievement .Achievemen-wrap {
    padding-left: 0;
  }

  .Main_Achievement .Achievement-item {
    padding: 30px;
    margin: 15px;
  }

  .Main_Achievement .Achievement-item .testimonial-img {
    position: static;
    left: auto;
  }
}




/*--------------------------------------------------------------
# MainMedia Section
--------------------------------------------------------------*/
.MainMedia {
  padding: 90px 0;
}

.MainMedia .section-header {
  margin-bottom: 40px;
}


.MainMedia .section-header .heading-line {
    margin: 0 auto;
    display: block;
    height: 1px;
    width: 80px;
    background: #333;
    margin-top: 10px;
    margin-bottom: 20px;
}


.MainMedia .section-header h2{
  font-size: 38px;
    text-transform: uppercase;
    text-align: center;

}
@media (min-width: 0px) {
.Main_Achievement h3{
  font-size: 1.8rem;
}
.Main_video{
  width:  100%;
  height: 200px
}
}

@media (min-width: 300px) {
.Main_Achievement h3{
  font-size: 2.2rem;
}
}
@media (min-width: 370px) {
.Main_Achievement h3{
  font-size: 2.2rem;
}
}

@media (min-width: 700px) {
.Main_Achievement h3{
  font-size: 2.8rem;
}
.Main_video{
  height: 320px
}
}

@media (min-width: 1000px) {
.Main_Achievement h3{
  font-size: 2.8rem;
}
.Main_video{
  height: 340px;
}
}

@media (min-width: 1200px) {
.Main_video{
  width:  90%;
  height: 450px;
}
}

@media (min-width: 1500px) {
.Main_video{
  width:  90%;
  height: 550px !important;
}
}



.MainMedia .testimonials-carousel,
.MainMedia .testimonials-slider {
  overflow: hidden;
}

.MainMedia .Media-item .testimonial-content {
  border-left: 3px solid var(--color-primary);
  padding-left: 30px;
}

.MainMedia .Media-item .testimonial-img {
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.MainMedia .Media-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: var(--color-default);
  font-family: var(--font-secondary);
}

.MainMedia .Media-item h4 {
  font-size: 14px;
  color: #6c757d;
  margin: 0 0 10px 0;
  font-family: var(--font-secondary);
}

.MainMedia .Media-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.MainMedia .Media-item .quote-icon-left,
.MainMedia .Media-item .quote-icon-right {
  color: #f05656;
  font-size: 26px;
  line-height: 0;
}

.MainMedia .Media-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.MainMedia .Media-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.MainMedia .Media-item p {
  font-style: italic;
}

.MainMedia .swiper-pagination {
  margin-top: 40px;
  position: relative;
}

.MainMedia .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d1d1d7;
  opacity: 1;
}

.MainMedia .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #006848;
}





/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.MainNews{
  padding: 60px 0 0 0 ;
  background-color: #efefef;
}

.MainNews::before {
  content: "";

  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.MainNews .section-title h2 {
  color: var(--bs-info-text-emphasis);
}

.MainNews .container {
  position: relative;
}


@media (min-width: 0px) {
.MainNews .section-title h2{
  font-size: 1.8rem;
}
}

@media (min-width: 300px) {
.MainNews .section-title h2{
  font-size: 2.2rem;
}
}
@media (min-width: 370px) {
.MainNews .section-title h2{
  font-size: 2.2rem;
}

}

@media (min-width: 700px) {
.MainNews .section-title h2{
  font-size: 2.8rem;
}

}

@media (min-width: 1000px) {
.MainNews .section-title h2{
  font-size: 2.8rem;
}
}


@media (min-width: 1024px) {
  .MainNews {
    background-attachment: fixed;
  }
}

.MainNews .events-carousel {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
}

.MainNews .event-item {
  color: #000;
    text-align: center;
}



.MainNews .event-item h3 {
  font-weight: 600;
  font-size: 26px;
  color: #ffb03b;
}

.MainNews .event-item .price {
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

.MainNews .event-item .price span {
  border-bottom: 2px solid #ffb03b;
}

.MainNews .event-item ul {
  list-style: none;
  padding: 0;
}

.MainNews .event-item ul li {
  padding-bottom: 10px;
}

.MainNews .event-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #ffb03b;
}

.MainNews .event-item p:last-child {
  margin-bottom: 0;
}

.MainNews .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.MainNews .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.MainNews .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffb03b;
}

#Main_Calendar{
  background-color: #efefef;
  padding: 40px 0 80px 0;
}

#Main_Calendar h3{
  color: #00885F;
  text-align: center;
  margin-bottom: 40px;
}

#Main_Calendar h4{
  color: #00885F;
  margin-top: 10px;
  font-size: 1rem;
}



@media (min-width: 0px) {
#Main_News h3, #Main_Achievement h3{
  font-size: 1.8rem;
}
.Main_video{
  width:  100%;
  height: 200px
}
}

@media (min-width: 300px) {
#Main_Calendar h3, #Main_Achievement h3{
  font-size: 2.2rem;
}
}
@media (min-width: 370px) {
#Main_Calendar h3, #Main_Achievement h3{
  font-size: 2.2rem;
}
#Main_Calendar{
  padding: 80px 0 80px 0;
}
}

@media (min-width: 700px) {
#Main_Calendar h3, #Main_Achievement h3{
  font-size: 2.8rem;
}
.Main_video{
  height: 320px
}
}

@media (min-width: 1000px) {
#Main_Calendar h3, #Main_Achievement h3{
  font-size: 2.8rem;
}
.Main_video{
  height: 340px;
}
}




/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0;
  overflow: hidden;
}

.section-bg {
  background-color: #738CA6;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2, .info-title h2 {
  font-weight: 600;
  margin: 0 auto 20px auto;
}
.section-title h2 {
  color: #FFF;
}

@media (min-width:100px) {
.section-title h2, .info-title h2 {
  font-size: 24px;
  padding-bottom: 8px;
}
}



@media (min-width:1200px) {
.section-title h2, .info-title h2 {
  font-size: 26px;
  padding-bottom: 8px;
}
}

@media (min-width:1400px) {
.section-title h2, .info-title h2{
  font-size: 32px;
  padding-bottom: 4px;
}
}

.section-title p {
  margin-bottom: 0;
}

.section-title h2 img{
  margin: -5px 5px 0 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f5f9fc;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
#about {
  margin: -30px 0 0 0;
  padding-bottom: 80px;
}


.about .about-content {
  padding: 0;
}


#about .about-content h1 {
  width: 200px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding-bottom: 6px;
  margin: 0 auto 30px auto;
  border-bottom: solid 6px #1043B0;
}


#about .sitemap{
  color: #000;
  font-size: 1rem;
  margin-bottom: 32px;
}

#about .sitemap span{
  color: #4B76A3;
  font-size: 1rem;
}

#about .menu_list{
  color: #000;
  background-color: #E9E9E9;
  padding-bottom: 50px;
}

#about .menu_title{
  color: #FFF;
  height: 60px;
  padding: 14px 0 0 55px;
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: bold;
  background-image: url('../img/svg/icon_about.svg');
  background-repeat: no-repeat;
  background-position: 15px 18px;
  background-color: #1043B0;
}


#about .menu_list ul {
  padding: 0 15px;
}


#about .menu_list ul li{
  list-style: none;
  font-size: 1.1rem;
  margin-bottom: 8px;
  padding: 0 0 8px 25px;
  border-bottom: dotted 2px #707070;
  background-image: url('../img/svg/icon_arrow2.svg');
  background-repeat: no-repeat;
  background-position: 0 3px;
}

#about .menu_list ul li a{
  color: #000;
}
#about .menu_list ul li a:hover{
  color: #428bca;
}

.About_content{
  padding-bottom: 100px;
}

#about .about_content_text{
  color: #000;
  font-size: 1.1rem;
  line-height: 30px;
}

#about .about_content_text .text1{
  float: right;
  margin-right: 10%;
}

#about .about_content_text .text2{
  float: right;
  margin-top: 50px;
}

@media (min-width:0px) {
#about .menu_list{
  display: none;
}

}

@media (min-width:1000px) {
#about .menu_list{
  display: block;
}

}

@media (min-width:1200px) {
#about .menu_list{
  width: 250px;
  display: block;
}
#about .menu_list ul li{
  font-size: 1rem;
}
}


@media (min-width:1400px) {
#about .menu_list{
  width: 300px;
}
#about .menu_list ul li{
  font-size: 1.1rem;
}
}

@media (min-width:1900px) {
#about .menu_list{
  width: 350px;
}
}

.About_img img{
 width: 100%;
 max-width: 1100px;
 margin-bottom: 50px;
}

.About_content{
  min-height: 1000px
}


#Inside-container{  /*margin-top: 130px;*/ }

@media (min-width: 999px) {

#Inside-container{ /*margin-top: 84px;*/}
}

@media (min-width: 1100px) {
#Inside-container{  /*margin-top: 130px;*/}
}

@media (min-width: 1500px) {

#Inside-container{ /* margin-top: 160px;*/}
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.LeftMenu {
  padding: 0;
}

.LeftMenu .faq-list {
  padding: 0;
  list-style: none;
}

.LeftMenu .faq-list li {
  border-bottom: 1px solid #d4e5fc;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size:1.2em;
}

.LeftMenu .faq-list .question {
  display: block;
  position: relative;
  font-family: #106eea;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #0d58ba;
  transition: 0.3s;
}

.LeftMenu .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.LeftMenu .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.LeftMenu .faq-list .icon-show {
  display: none;
}

.LeftMenu .faq-list .collapsed {
  color: black;
}

.LeftMenu .faq-list .collapsed:hover {
  color: #106eea;
}

.LeftMenu .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.LeftMenu .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

.LeftMenu .LeftMenu-title {
  font-size: 1rem;
  font-weight: 700;
  padding: 18px 1rem 10px 0;
  background: linear-gradient(#122D8A, #122D8A);
  color: #ffffff;
  margin-bottom: 20px;
}

.LeftMenu .LeftMenu-title h2{
  padding-left: 15px;
  display: inline-flex;
}

.LeftMenu-title h2:before{
   content: "";
    display: block;
    width: 6px;
    height: 34px;
    margin-right: 15px ;
    background-image: linear-gradient(#FFF 50%, #009dff 50%);
    transition: background-color .3s ease;
}


/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/

.tab-content ul{
  padding: 0 0 2px 5px;
  border-bottom: solid 1px #707070;
}


.tab-content ul li{
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.mainnews-img img{
  width: 100%;
}

.tab-content .main_notice{
  padding: 0 10px;
  background-color: #1043B0;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;

}

@media (min-width:0px) {
.tab-content .main_notice{
  font-size: 16px;
  margin-bottom: 5px;
}
.tab-content .main_date{
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
}
.tab-content .main_text{
  font-size: 16px;
  margin-right: 5px;
  margin-bottom: 5px;
}


.tab-content ul:last-child{
  margin-bottom: 50px;
}

.tab-content ul li:nth-child(2){
  width: 80%;
}

.tab-content ul li:last-child{
  display: none;
}

}



@media (min-width:600px) {

.tab-content ul:last-child{
  margin-bottom: 50px;
}

.tab-content ul li:last-child{
  width: 15px;
  display: inline-block;
}

}


@media (min-width:1000px) {
.tab-content .main_notice{
  font-size: 16px;
  margin-bottom: 5px;
}
.tab-content .main_date{
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
}
.tab-content .main_text{
  font-size: 16px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.tab-content ul:last-child{
  margin-bottom: 0;
}

.tab-content ul li:last-child{
  width: 15px;
}

}


@media (min-width:1200px) {
.tab-content .main_notice{
  font-size: 15px;
  margin-bottom: 10px;
}
.tab-content .main_date{
  width: 94px;
  font-size: 15px;
  margin-bottom: 10px;
    text-align: center;
}
.tab-content .main_text{
  font-size: 15px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.tab-content ul li:nth-child(2){
  width: auto;
}

.tab-content ul li:last-child{
  width: 15px;
}
}


@media (min-width:1400px) {
.tab-content .main_notice{
  font-size: 16px;
  margin-bottom: 10px;
}
.tab-content .main_date{
  width: 105px;
  font-size: 16px;
  margin-bottom: 10px;
}
.tab-content .main_text{
  font-size: 16px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.tab-content ul li:last-child{
  width: 25px;
}
}

@media (min-width:1600px) {
.tab-content .main_notice{
  font-size: 1.1rem;
  margin-right: 5px;
  margin-bottom: 10px;
}
.tab-content .main_date{
  width: 105px;
  margin-bottom: 10px;
}
.tab-content .main_text{
  margin-right: 5px;
  margin-bottom: 10px;
}
.tab-content ul li:last-child{
  width: 40px;
}
}

@media (min-width:1700px) {
.tab-content .main_notice{
  margin-right: 15px;
  margin-bottom: 10px;
}
.tab-content .main_date{
  margin-right: 15px;
  width: 110px;
  margin-bottom: 10px;
}
.tab-content .main_text{
  padding: 0 20px;
  margin-right: 15px;
  margin-bottom: 10px;
}

}

.tab-content .main_date{
  padding: 0 10px;
  color: #1043B0;
}

.tab-content .main_text{
  color: #000;
}


.tab-content .main_text a{
  color: #000;
}

.tab-content ul li:last-child{
  float: right;
}





/*--------------------------------------------------------------
# Our Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #444;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #428bca;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
}



.portfolio .portfolio-wrap .portfolio-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  text-align: center;
  background: rgba(31, 53, 72, 0.6);
  padding-bottom: 30px;

}

.portfolio .portfolio-wrap .portfolio-info h4 {
  color: #fff;
  font-weight: 600;
}


@media (min-width:1000px) {
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 16px;
}
}

@media (min-width:1100px) {
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 18px;
}
}


@media (min-width:1400px) {
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
}
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-info a {
  color: #428bca;
  margin: 0 4px;
  line-height: 0;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info a i {
  font-size: 22px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-info a:hover {
  background: #428bca;
  color: #fff;
}

.portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  padding-bottom: 0;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #428bca;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #428bca;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(31, 53, 72, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0 30px 0;
}

.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  border-radius: 4px;
  overflow: hidden;
}

.team .member img {
  transition: all ease-in-out 0.4s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  position: absolute;
  bottom: -48px;
  left: 20px;
  right: 20px;
  background: linear-gradient(360deg, rgb(92, 118, 141) 0%, rgba(92, 118, 141, 0.9) 35%, rgba(140, 167, 191, 0.8) 100%);
  padding: 15px 0;
  border-radius: 4px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  color: #9eccf4;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 100px;
  }
}

.team-member {
    text-align: center;
}

.team-member .image{
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.team-member .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -10%;
    background-color: #6c757d;
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member h5 {
    margin-top: 16px;
    margin-bottom: 4px;
}

.team-member .social-icons {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member .social-icons p{ color:#fff; }  
.team-member .social-icons h3{ font-size:1.1em; color:#fff;} 


.team-member .social-icons a {
    width: 40px;
    height: 40px;
}

.team-member:hover .social-icons {
    top: 50%;
    opacity: 1;
}

.team-member:hover .overlay {
    top: 0%;
    opacity: 1;
}

.team1 {
  font-family: "Montserrat", sans-serif;
	color: #8d97ad;
  font-weight: 300;
}

.team1 h1, .team1 h2, .team1 h3, .team1 h4, .team1 h5, .team1 h6 {
  color: #9a6e18;
}

.team1 .font-weight-medium {
	font-weight: 500;
}

.team1 .bg-light {
    background-color: #f4f8fa !important;
}

.team1 .subtitle {
    color: #8d97ad;
    line-height: 24px;
}

.team1 .pro-pic {
  min-height: 350px;
}

.team1 .pro-pic .card-img-overlay {
  background: rgba(26, 139, 243, 0.87);
  display: none;
}

.team1 .pro-pic .card-img-overlay ul {
  top: 50%;
}

.team1 .pro-pic .card-img-overlay ul li a {
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.team1 .pro-pic .card-img-overlay ul li a:hover {
  -webkit-transform: translate3d(0px, -5px, 0px);
  transform: translate3d(0px, -5px, 0px);
}

.team1 .pro-pic:hover .card-img-overlay {
  display: block;
}

.h-300 { height:300px}
/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.information {
  padding-bottom: 0;
}

.information .information-item {
  margin-bottom: 40px;
}

.information .information-item h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1f3548;
}

.information-item ul{
  margin: 0;
  padding: 0;
}


.information-item ul li{
  list-style: none;
  text-align: center;
  color: #FFF;  
  display: inline-block;
  vertical-align: top;
}


@media (min-width:0px) {
.information-item ul li{
  width: 48%;
  font-size: 1.1rem;
  margin-right: 5px;
  margin-bottom: 10px;  
  padding: 30px 20px 0 20px;
  height: 160px;
}

.information-item ul li:last-child{
  margin-right: 0;
}
.information-item ul li img{
  max-height: 42px;
  margin-bottom: 10px;  
}
.information-item ul li p{
  font-size: 1rem;
}

}

@media (min-width:600px) {
.information-item ul li{
  width: 23%;
  margin-bottom: 0;  
  height: 190px;
}
}


@media (min-width:1000px) {
.information-item ul li{
  width: 48%;
  font-size: 1.1rem;
  margin-right: 10px;
  margin-bottom: 15px;  
  padding: 60px 20px 0 20px;
  height: 240px;
}

.information-item ul li:nth-child(even){
  margin-right: 0;
}

.information-item ul li img{
  max-height: 42px;
  margin-bottom: 10px;  
}
.information-item ul li p{
  font-size: 1.2rem;
}

.info-button1, .info-button2 {
  margin-bottom:  25px;
}

}


@media (min-width:1200px) {
.information-item ul li{
  width: 48%;
  font-size: 1.3rem;
}
.information-item ul li img{
  max-height: 42px;
  margin-bottom: 10px;  
}
}

@media (min-width:1400px) {
.information-item ul li{
  width: 48%;
  font-size: 1.6rem;
}
.information-item ul li img{
  min-height: 46px  
}


}
@media (min-width:1800px) {
.information-item ul li{
  width: 49%;
}

}



.information-item ul li a{
  color: #FFF;  
}


.info-title h2 {
  color: #000;
  border-bottom: solid 6px #1043B0;
}

.info-title {
  text-align: center;
  padding-bottom: 30px;
}



.info-title p {
  margin-bottom: 0;
}

.info-title img{
  margin-right: 10px;
  margin-top: -8px;
}

.info-button1 {
  background-color: #4C5864;
}

.info-button2 {
  background-color: #BB5E86;
}

.info-button3 {
  background-color: #DB9B20;
  margin-right: 10px;
  font-size: 1.2rem;
}

.info-button4 {
  background-color: #4B76A3;
}

/*--------------------------------------------------------------
# Main LINKS
--------------------------------------------------------------*/
.Main_links .links-title h2{
  font-size: 32px;
  font-weight: 600;
  margin: 0 auto 20px auto;
  padding-bottom: 0;
  color: #000;
  width: 200px;
  border-bottom: solid 6px #1043B0;
}

.Main_links .links-title img{
  margin-right: 10px;
  margin-top: -8px;
}

/*--------------------------------------------------------------
# Recent Photos
--------------------------------------------------------------*/
.recent-photos {
  overflow: hidden;
}

.recent-photos .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.recent-photos .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #006fbe;
}

.recent-photos .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #006fbe;
}

.recent-photos .owl-nav,
.recent-photos .owl-dots {
  margin-top: 25px;
  text-align: center;
}

.recent-photos .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.recent-photos .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #95d3ff !important;
}

.recent-photos .owl-dot.active {
  background-color: #006fbe !important;
}

.recent-photos .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

.recent-photos .gallery-carousel .center {
  border: 6px solid #006fbe;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}

/*--------------------------------------------------------------
# inside
--------------------------------------------------------------*/
#inside{
  padding: 0;
  margin: 0;
}


#inside .inside_banner img{
  width: 100%;
}

#inside .inside_banner{
 position: relative; 
}

#inside .inside_title {
  color: #FFF;
  font-weight: bold;
  position: absolute;
}

@media (min-width:1600px) {
#inside .inside_title {
  font-size: 2.2rem;
  top: 150px;
  left: 6%;
}
}


@media (min-width:2000px) {
#inside .inside_title {
  top: 180px;
  left: 12%;
}
}


/* ================================
Main Contact
================================= */
@media (min-width:0px) {
/*.Contact-fluid {
    padding: 100px 0;
    background:no-repeat  url('../img/Main-BG.jpg');
    background-size: cover;
    background-position: top right;
    
}*/
}

@media (min-width:768px) {

.v-center {
        display:table;
        height:500px;
        width:100%;
        vertical-align:middle;
        background: #7d8392b5;
}
}

@media (min-width:1100px) {
/*.Contact-fluid {
    padding: 100px 0;
    background:no-repeat fixed url('../img/Main-BG.jpg');
    background-size: cover;
    background-position: top right;
    
}*/

.Contact-fluid::before {
  content: "";
  display: block;
  background-image: url('../img/Main-BG.jpg');
  background-size: cover;
  opacity: 0.1;
  height: 600px;
  width: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
 }
}
.v-center p{
  color: #FFF;
  text-align: center;
 }

.v-center h2{
  color: #FFF;
  margin-bottom: 60px;
  text-align: center;
 }

.Contact-fluid h2{
  color: #FFF;
  font-size: 2rem;
}

.Contact-fluid ul li{
  list-style: none;
  color: #062236;
  font-size: 1.2rem;
  line-height: 2rem;
  /*text-shadow: 1px 1px 0.5px #fff;*/
}

@media (min-width:0px) {
.Contact-fluid .ul-address{
  margin-left: 13% ;
}
.MainGooglemap{
  margin-left: 20px ;
}
}


@media (min-width:700px) {

.MainGooglemap{
  margin-left: 30px ;
}
}
@media (min-width:1000px) {

.MainGooglemap{
  margin-left: 0 ;
}
}

@media (min-width:1100px) {
.Contact-fluid .ul-address{
  margin-left: 30% ;
}
.MainGooglemap{
  margin-left: 0 ;
}
}

.Contact-fluid a{
  color: #062236;
}

.ul-address svg{
  margin-left: 12%;
    position: absolute;
    left: 0;
    color: #3eb0f7;
    font-size: 25px;
    line-height: 30px;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
  width: 100%;
}

.contact .info-box i {
  font-size: 32px;
  color: #428bca;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #9eccf4;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}


@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


#footer {
  background: #122D8A;
  padding: 10px 0 16px 0;
  font-size: 1rem;
}

.footer_con{
  color: #FFF;
  text-align: center;
}

.footer_con a{
  color: #14aaad;
}

.footer_con ul{
  padding: 0;
}


.footer_con ul li{
  list-style: none;
}

@media (min-width: 0px) {
.footer_con{ 
    font-size: .9em;
}
.footer_con img{
  width: 70%;
}
}


@media (min-width: 500px) {

.footer_con img{
  width: auto;
}
}

@media (min-width: 600px) {
.footer_con{
    font-size: 1em;
}

}


@media (min-width: 700px) {
.footer_con ul li{
  margin-right: 30px;
}
}



#footer .social-links {
  margin: 0 0 20px 0;
}

#footer .social-links a {
  font-size: 20px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  border: solid 1px #FFF;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #ffb03b;
}


#footer .footer-top {
  color: #000;
  background: #DAD9D9;
  border-bottom: 1px solid #67839c;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}



#footer .footer-top .footer-info ul{
  margin: 0 0 15px 0;
  padding: 0;
}

#footer .footer-top .footer-info ul li {
  display: inline-block;
  list-style: none;
  vertical-align: top;
}



#footer .footer-top .footer-info h1 {
  font-size: 1.5rem;
  color: #1043B0;
  padding: 5px 0 0 0;
  font-weight: bold;
  text-transform: uppercase;

}


@media (min-width:0px) {
#footer .footer-top .footer-info h1 {
  font-size: 1.4rem;
  letter-spacing: 1px;
}
#footer .footer-top .footer-info ul img{
  width: 70px
}
#footer .footer-top .footer-info h3 {
  font-size: .9rem;
}
#footer .footer-top .footer-info p {
  font-size: 1rem;
}
#footer .footer-top h4 {
  font-size: 1rem;
}

#footer .footer-top .footer-links{
  margin-bottom: 15px;
}
#footer .footer-top .footer-links ul a {
  font-size: 1rem;
}
#footer .footer-top .footer-links ul li {
  padding: 5px 0;
}
#footer .footer-top {
  padding: 30px 0 30px 0;
}
}

@media (min-width:1000px) {
#footer .footer-top .footer-links{
  margin-bottom: 0;
}
}

@media (min-width:1200px) {
#footer .footer-top .footer-info h1 {
  font-size: 1.3rem;
  letter-spacing: 1px;
}
#footer .footer-top .footer-info ul img{
  width: 60px
}
#footer .footer-top .footer-info h3 {
  font-size: .8rem;
}
#footer .footer-top .footer-info p {
  font-size: .9rem;
}
#footer .footer-top h4 {
  font-size: 1rem;
}
#footer .footer-top .footer-links ul a {
  font-size: .8rem;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
}
#footer .footer-top {
  padding: 30px 0;
}

}

@media (min-width:1400px) {

#footer .footer-top .footer-info p {
  font-size: 1rem;
}
#footer .footer-top h4 {
  font-size: 1.2rem;
}
#footer .footer-top .footer-links ul a {
  font-size: 1rem;
}

}

@media (min-width:1700px) {
#footer .footer-top .footer-info h1 {
  font-size: 1.5rem;
  letter-spacing: 2px;
}
#footer .footer-top .footer-info ul img{
  width: 66px
}
#footer .footer-top .footer-info h3 {
  font-size: .9rem;
}


}

#footer .footer-top .footer-info h3 {

  line-height: 1;
}

#footer .footer-top .footer-info p {
  line-height: 24px;
  margin-bottom: 0;
  color: #000;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #768fa6;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #428bca;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-weight: 600;
  color: #000;
  position: relative;
  padding-bottom: 12px;
}



#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #4B76A3;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #666666;
  transition: 0.3s;
  display: inline-block;
  line-height: 1.2;
}

#footer .footer-top .footer-links ul a:hover {
  color: #4B76A3;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #428bca;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #5295ce;
}

#footer .copyright {
  text-align: center;
  padding-top: 20px;
  color: #fff;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #9eccf4;
}