/*-------------- # Header --------------*/
#header {
  height: 65px;
  position: sticky;
  z-index: 997;
  transition: all 0.5s;
  background-color: #073F4C;
}
#header .logo a img{ 
  height: 45px;
  width: 100%;
}
.wrt-hd-number img{
  height: 25px;
  width: 25px;
  margin-top: -8px;
}
.wrt-hd-number a{
  font-size: 1.4rem;
  font-weight: 600;
  padding-top: 2px;
  color: #fff;
}

/*-------------# Navigation Menu------------------*/

/*** Desktop Navigation*******/

.navbar {

  padding: 0;

}
.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;

  padding: 10px 0 10px 30px;

  font-family: "Open Sans", sans-serif;

  font-size: 18px;
  font-weight: 500;

  color: #fff;

  white-space: nowrap;

  transition: 0.3s;

}

.navbar a i, .navbar a:focus i {

  font-size: 12px;

  line-height: 0;

  margin-left: 5px;

}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {

  color: #a2cce3;

}



.navbar .dropdown ul {

  display: block;

  position: absolute;

  left: 14px;

  top: calc(100% + 30px);

  margin: 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;

}



.navbar .dropdown ul li {

  min-width: 200px;

}



.navbar .dropdown ul a {

  padding: 10px 20px;

  font-size: 14px;

  text-transform: none;

  color: #1c3745;

}



.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: #68A4C4;

}



.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;}

@media (max-width: 991px) {

  .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(17, 38, 48, 0.9);

  transition: 0.3s;

}
.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 {

  padding: 10px 20px;

  font-size: 15px;

  color: #1e4356;

}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {

  color: #68A4C4;

}
.navbar-mobile .getstarted {

  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: #68A4C4;

}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*-------# Hero Section------------*/

#hero {
  background-image: url("../img/new1/boleto-de-avion-bn-img.webp");
  background-size: cover;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  height: 32em;
}
#hero h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
}
@media (min-width: 1024px) {

}

@media (max-width: 768px) {

  #hero::after {

    width: 180%;

    height: 95%;

    border-radius: 0 0 50% 50%;

    transform: translateX(-50%) rotate(0deg);

  }

  #hero::before {

    top: 0;

    width: 180%;

    height: 94%;

    border-radius: 0 0 50% 50%;

    transform: translateX(-50%) translateY(20px) rotate(4deg);

  }

}

@media (max-width: 575px) {

  #hero h2 {

    font-size: 30px;

  }

  #hero::after {

    left: 40%;

    top: 0;

    width: 200%;

    height: 95%;

    border-radius: 0 0 50% 50%;

    transform: translateX(-50%) rotate(0deg);

  }

  #hero::before {

    left: 50%;

    top: 0;

    width: 200%;

    height: 94%;

    border-radius: 0 0 50% 50%;

    transform: translateX(-50%) translateY(20px) rotate(4deg);

  }

}

/*-------------# Hero No Slider Section-------------------*/

#hero-no-slider {

  width: 100%;

  height: 100vh;

  overflow: hidden;

  position: relative;

  text-align: center;

}

#hero-no-slider::before {

  content: '';

  position: absolute;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  background: linear-gradient(to right, rgba(30, 67, 86, 0.8), rgba(30, 67, 86, 0.6)), url("../img/hero-bg.jpg") center top no-repeat;

}
#hero-no-slider h2 {

  color: #fff;

  margin-bottom: 15px;

  font-size: 48px;

  font-weight: 700;

}

#hero-no-slider p {

  color: #fff;

}

#hero-no-slider .btn-get-started {

  font-family: "Roboto", sans-serif;

  font-weight: 500;

  font-size: 14px;

  letter-spacing: 1px;

  display: inline-block;

  padding: 12px 32px;

  border-radius: 50px;

  transition: 0.5s;

  line-height: 1;

  margin: 10px;

  color: #fff;

  -webkit-animation-delay: 0.8s;

  animation-delay: 0.8s;

  border: 2px solid #68A4C4;

}

#hero-no-slider .btn-get-started:hover {

  background: #68A4C4;

  color: #fff;

  text-decoration: none;

}

@media (max-width: 575px) {

  #hero-no-slider h2 {

    font-size: 30px;

  }

}


/*------------Flight_Form Css--------------*/

#hero .home_bg{
  background: #ffffff9e;
  padding: 8px 20px;
  margin-top: 20em;
  border-radius: 8px;
  box-shadow: 2px 4px 6px 6px rgba(0,0,0,0.2);
}

#hero .home_bg .from_radio label{

  padding-right: 10px;

  font-weight: 550;

}
#hero .home_bg .from_section label{
  font-weight: 550;
margin-bottom: 2px;

}

#hero .home_bg .from_section ::placeholder {
  color: #000000;
  /* background: #184d66; */
  background: #ffffff;
  /* color: rgb(255, 255, 255); */
  opacity: 1; /* Firefox */
  font-weight: 500;
  font-size: .9rem;
 }

#hero .home_bg .from_section ::-ms-input-placeholder { /* Edge 12 -18 */
  /* color: rgb(255, 255, 255); */
  color: #000000;
  /* background: #184d66; */
  background: #ffffff;
}

#hero .home_bg .from_section input{
  border: none;
  height: 36px;
  color: #000000;
  /* background: #184d66; */
  background: #ffffff;
}
#hero .home_bg .from_section select{
  border-radius: 5px;
  color: #000000;
  /* background: #184d66; */
  background: #ffffff;

}

#hero .home_bg .form_ul{

  padding: 0px;

  margin: 0px;

}
#hero .home_bg .form_ul li{

    float: left;

    padding-top:10px;

    list-style: none;

  }

#hero .home_bg .from_button{

  padding: 5px;

}

#hero .home_bg .from_button input{
  border-radius: 5px;
  border: none;
  margin-top: 20px;
  color: #fff;
 background: #184d66;
  width: 100%;
padding: 8px;

}

#hero .home_bg .from_button input:hover{
  background-color: #243265;
}

#hero .topHeading h1{
  position: absolute;
  top: 39%;
  left: 39%;
  right: 0%;
  color: #073F4C; 
  text-align: center; 
  font-size: 2.5rem; 
  text-shadow: -4px 0px 2px #5a5a5a45; 
  font-weight: 700;  
}


@font-face{
  font-family: "OpenSans-ExtraBold";
  src: url(../img/OpenSans-ExtraBold.ttf);
}
@media(max-width: 580px){

  #hero .home_bg .from_section input{
    width: 100%;
    float: none;
  }

  #hero .form_ul li{
    width: 100%;
  }

  #hero .home_bg .from_button input{
    width: 100%;
  }

  #hero .home_bg{

    margin-top: 0px;

  }

   #hero{
    height: 35em;
    padding: 0px 10px;
    margin-top: 0em;
  }

  #header {
    height: 65px;
  }

  #hero .topHeading h1{
    position: relative;
    margin-top: 0.7em;
    font-size: 23px;
    line-height: 1.4em;
    left: 7%;
  }
  #top-feature .bot_feature .icon1 img{
    width:25px !important; 
  }
  #top-feature .bot_feature .icon2 img{
    width:30px !important; 
  }
  #top-feature .bot_feature .icon3 img{
    width:25px !important; 
  }
  #top-feature .bot_feature .icon4 img{
    width:25px !important; 
  }
  #top-feature .bot_feature .icon1 h5, .icon2 h5, .icon3 h5, .icon4 h5{
    padding-top: 10px;
    font-size: 11px !important;
  }
  #top-feature .bot_feature .col-md-3{
    width: 25%;
    padding: 0em;
  }
  #top-feature .bot_feature{
    padding: 1em 0em;
  }
  .airline .parg h2{
    font-size: 1.6rem !important;
  }
}

#top-feature{
  background-color: #E18604;
  padding: 0px 8px;
}

#top-feature .bot_feature{
  padding: 0.6em 0em;
}
#top-feature .bot_feature .icon1 img{
  display: inline;
  width:30px; 
  height:auto;
}
#top-feature .bot_feature .icon2 img{
  display: inline;
  width:48px; 
  height:auto;
}
#top-feature .bot_feature .icon3 img{
  display: inline;
  width:35px; 
  height:auto;
}
#top-feature .bot_feature .icon4 img{
  display: inline;
  width:35px; 
  height:auto;
}
#top-feature .bot_feature .icon1 h5, .icon2 h5, .icon3 h5, .icon4 h5{
  font-size: 14px;
  color: #fff;
  display: inline;
}
.airline .parg h2{
  padding-top: 0.5em;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  color: #073F4C;
}
.airline .parg p{
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
}

/*-------------# Sections General-------------*/

.section-bg {

  background-color: #f3f8fa;

}

.section-title {

  text-align: center;

  padding-bottom: 30px;

}

.section-title h2 {

  font-size: 28px;

  font-weight: 400;

  margin-bottom: 20px;

  padding-bottom: 20px;

  position: relative;

}

.section-title h2::before {

  content: '';

  position: absolute;

  display: block;

  width: 120px;

  height: 1px;

  background: #ddd;

  bottom: 1px;

  left: calc(50% - 60px);

}

.section-title h2::after {

  content: '';

  position: absolute;

  display: block;

  width: 40px;

  height: 3px;

  background: #68A4C4;

  bottom: 0;

  left: calc(50% - 20px);

}

.section-title p {
  margin-bottom: 0;
}

/*-----------------------# Breadcrumbs----------------*/

.breadcrumbs {

  padding: 15px 0;

  background-color: #f3f8fa;

  min-height: 40px;

}

.breadcrumbs h2 {

  font-size: 28px;

  font-weight: 300;

}
.breadcrumbs ol {

  display: flex;

  flex-wrap: wrap;

  list-style: none;

  padding: 0;

  margin: 0;

}

.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;

  }

}

/* ---------------Routes-------------- */
.routes_heading h3 {
        text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
  padding: 0px 0px 10px;
  color: #025C74;
    }
.routes ul{
  margin: 0px;
  padding: 0px;
}
.routes ul li {
    list-style: none;
    padding: 5px 15px;
    margin: 10px 5px;
    border-bottom: 4px solid #025077;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-right: 4px solid #025077;
    font-weight: 500;
}
.routes ul li a {
    font-size: 15px;
    text-decoration: none;
    color: #000;
    display: block;
}
.routes ul li:hover {
    background-color: #025077;
    color: #fff !important;
}

.routes ul li a:hover {
    color: #ffffff !important;
}

.rt_strip {
    background-color: #073F4C;
    border-radius: 8px;
    padding: 10px 15px;
    margin: 1em 0em 0em 0em;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
}

/*--------------# Our Services----------------*/

.airline {
  padding-top: 0.2em;
  padding-bottom: 1em;
}
.airline .crd_cont h3{
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
  padding: 0px 0px 25px;
  color: #025C74;
}

.services {
  padding-top: 1.5em;
}

.services .crd_cont h3{
text-align: center;
font-size: 2.1rem;
font-weight: 700;
color: #025C74;

}
.services .crd_parg{
  text-align: center;
  padding: 10px 0px 20px 0px;
}

.services .card_img{
position: relative;
text-align: center;
}
.services .card_cont{
position: absolute;
top: 32%;
left: 5%;
right: 5%;
}
.services .card_cont h4{
  text-align: center;
  font-size: 1.3rem;
} 

@media(max-width: 500px){
.services .crd_cont h3{
  font-size: 1.6rem;
}
.rt_strip{
font-size: 1rem;
}
.features2 .top_head h3{
  font-size: 1.6rem !important;
}
#Faq .faq_heading h4{
  font-size: 1.6rem !important;
}
.features2 .pop_des_head h4{
  font-size: 1.6rem !important;
}
.about h2{
  font-size: 1.7rem !important;
}
}

#article-post{
	padding: 1em 0em 1em 0em;
}
#article-post .blog_card{
	position: relative;
	border-radius: 5px;
	height: 340px;
	max-height: 355px;
	margin: 35px 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#article-post .blog_card .blog_card_detail{
	padding: 5px 10px;
}
#article-post .zoom-img {
  width: 100%;
  overflow: hidden;
}

#article-post .zoom-img img {
  aspect-ratio: 2 / 1;
  object-fit: cover;
  transition: all .3s ease;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;

}

#article-post .zoom-img img:hover {
  transform: scale(1.2);
}
#article-post .blog_card a{
  color:#000;
}
#article-post .blog_card .blog_card_detail h4{
  font-size: 18px;
}
#article-post .blog_card a:hover{
  text-decoration: none;
}
#article-post .blog_card .read-more{
	position: absolute;
  top: 97%;
  left: 35%;
}
#article-post .blog_card .read-more a{
	padding: 5px 20px;
	color: #fff;
	background-color: #274261;
	border: none;
	border-radius: 20px;
}
#article-post .blog_card .read-more a:hover{
	border: 4px solid #ffffff;
}

/*------------# Features-------------------*/

.features1{
  background-color: #f6f6f6;
}
.features2{
  background-image: url("../img/new1/11-TG_Ground.webp");
  background-repeat: no-repeat;
  background-size: cover;
background-position: center;
  padding-top: 1.4em;
  padding-bottom: 0em;

}

.features2 .parg{

  text-align: center;

  font-size: 18px;

  color: #000;

}
.features2 .top_head h3{
  text-align: center;
  padding: 0.3em 0em 0.3em;
font-size: 2.1rem;
font-weight: 700;
color: #025C74;

}
.features2 .rout_img{
  position: relative;
  margin: 10px 0px;
}
.features2 .rout_img img{
border-radius: 15px;
}

.features2 .rout_head h5{
  position: absolute;
  bottom: 9%;
left: 12%;
right: 12%;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;

}
.features h3 {

  font-weight: 400;

  font-size: 1.8rem;

}
.features2 .pop_des_head{

  padding-top: 1.5em;

}

.features2 .pop_des_head h4{

  font-size: 1.8rem;

  color: #025C74;

  text-align: center;

  padding-bottom: 15px;

  font-weight: 700;

}

.features2 .pop_des_parg{

  font-size: 18px;

  color: #000;

  text-align: center;

  font-weight: 500;

}

/*------------------
# About
----------------*/

.about{
  padding-top: 2em;
  padding-bottom: 2em;
}

.about h2 {
  font-size: 2rem;
  color: #025C74;
  text-align: center;
  padding-bottom: 15px;
  font-weight: 700;
}
.about p{
  font-size:1.063rem;
}

.about ul {

  list-style: none;

  padding: 0;

}

.about ul li {

  padding-bottom: 10px;

}

.about ul i {

  font-size: 20px;

  padding-right: 4px;

  color: #68A4C4;

}

.about p:last-child {

  margin-bottom: 0;

}

/*****************Accordian Css ******************/

#Faq{
    padding-bottom: 4em;
}
#Faq .faq_heading h4{
  color: #025C74;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0.8em 0em;
    text-align: center;
}

#Faq .collapse{
  visibility: inherit;
}

.panel-heading:hover {
    cursor:pointer;
}
.panel-heading {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
}

.side-tab:hover {
        cursor: pointer;
    }
    .panel.panel-default {
        border: none;
        box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
        /*box-shadow: none !important;*/
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
        margin: 15px 0px;
    }
    .panel-heading {
        border: none;
    }
    .panel-body {
        /*background-color: #f5f5f5;*/
        background-color: #ffffff;
        padding: 5px 10px;
        box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
        border-radius: 15px;
    }

     .panel-body p{
      text-align: justify;
      padding: 5px 20px;
      font-size: 15px;
     }
    .panel-title{
      font-weight: 500;
      padding: 10px 20px;
     }
    
    .panel-title a{
      font-size: 17px;
     color: #025C74;
      font-weight: 500;
      margin: 0px 10px;
    }

    #faq_sec .faqHeader {
        font-size: 30px;
        font-weight: 500;
        margin: 20px;
        text-align: center;
    }

    .panel-heading [data-toggle="collapse"]:after {
        font-family: 'fontawesome';
        content: "\f054"; /* "play" icon */
        float: right;
        color: #025C74;
        font-size: 18px;
        line-height: 22px;
        /* rotate "play" icon from > (right arrow) to down arrow */
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .panel-heading [data-toggle="collapse"].collapsed:after {
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #454444;
    }

/***********End**************/

/*---------------
# Service Details
--------------*/

.service-details {

  padding-bottom: 10px;

}

.service-details .card {

  border: 0;

  padding: 0 30px;

  margin-bottom: 60px;

  position: relative;

}

.service-details .card-img {

  width: calc(100% + 60px);

  margin-left: -30px;

  overflow: hidden;

  z-index: 9;

  border-radius: 0;

}

.service-details .card-img img {

  max-width: 100%;

  transition: all 0.3s ease-in-out;

}

.service-details .card-body {

  z-index: 10;

  background: #fff;

  border-top: 4px solid #fff;

  padding: 30px;

  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);

  margin-top: -60px;

  transition: 0.3s;

}

.service-details .card-title {

  font-weight: 700;

  text-align: center;

  margin-bottom: 20px;

}

.service-details .card-title a {

  color: #1e4356;

  transition: 0.3s;

}

.service-details .card-text {

  color: #5e5e5e;

}

.service-details .read-more a {

  color: #777777;

  text-transform: uppercase;

  font-weight: 600;

  font-size: 12px;

  transition: 0.3s;

}

.service-details .read-more a:hover {

  color: #68A4C4;

}

.service-details .card:hover img {

  transform: scale(1.1);

}

.service-details .card:hover .card-body {

  border-color: #68A4C4;

}

.service-details .card:hover .card-body .card-title a {

  color: #68A4C4;

}

@media (max-width: 992px) {

  .pricing .box {

    max-width: 60%;

    margin: 0 auto 30px auto;

  }

}

@media (max-width: 767px) {

  .pricing .box {

    max-width: 80%;

    margin: 0 auto 30px auto;

  }

}

@media (max-width: 420px) {

  .pricing .box {

    max-width: 100%;

    margin: 0 auto 30px auto;

  }

}

/*-----------------------
# Contact
---------------------------*/

.contact {

  padding-top: 8em;

  padding-bottom: 30px;

}

.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;

}

.contact .info-box i {

  font-size: 32px;

  color: #68A4C4;

  border-radius: 50%;

  padding: 8px;

  border: 2px dotted #a2cce3;

}

.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;

}

.contact .php-email-form {

  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);

  padding: 30px;

  margin-bottom: 30px;

}

.contact .php-email-form .error-message {

  display: none;

  color: #fff;

  background: #ed3c0d;

  text-align: left;

  padding: 15px;

  font-weight: 600;

}

.contact .php-email-form .error-message br + br {

  margin-top: 25px;

}

.contact .php-email-form .sent-message {

  display: none;

  color: #fff;

  background: #18d26e;

  text-align: center;

  padding: 15px;

  font-weight: 600;

}

.contact .php-email-form .loading {

  display: none;

  background: #fff;

  text-align: center;

  padding: 15px;

}

.contact .php-email-form .loading:before {

  content: "";

  display: inline-block;

  border-radius: 50%;

  width: 24px;

  height: 24px;

  margin: 0 10px -6px 0;

  border: 3px solid #18d26e;

  border-top-color: #eee;

  -webkit-animation: animate-loading 1s linear infinite;

  animation: animate-loading 1s linear infinite;

}

.contact .php-email-form input, .contact .php-email-form textarea {

  border-radius: 0;

  box-shadow: none;

  font-size: 14px;

}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {

  background-color: #68A4C4;

}

.contact .php-email-form input {

  padding: 10px 15px;

}

.contact .php-email-form textarea {

  padding: 12px 15px;

}

.contact .php-email-form button[type="submit"] {

  background: #68A4C4;

  border: 0;

  padding: 10px 24px;

  color: #fff;

  transition: 0.4s;

}

.contact .php-email-form button[type="submit"]:hover {

  background: #8dbad2;

}

@-webkit-keyframes animate-loading {

  0% {

    transform: rotate(0deg);

  }

  100% {

    transform: rotate(360deg);

  }

}

@keyframes animate-loading {

  0% {

    transform: rotate(0deg);

  }

  100% {

    transform: rotate(360deg);

  }

}


/*----------------
# Map
--------------*/

.map {

  padding: 0;

  margin-bottom: -6px;

}

.map iframe {

  width: 100%;

  height: 380px;

}


/*-----------
# Blog
---------------------*/

.blog {

  padding: 40px 0 20px 0;

}

.blog .entry {

  padding: 30px;

  margin-bottom: 60px;

  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);

}

.blog .entry .entry-img {

  max-height: 440px;

  margin: -30px -30px 20px -30px;

  overflow: hidden;

}

.blog .entry .entry-title {

  font-size: 28px;

  font-weight: bold;

  padding: 0;

  margin: 0 0 20px 0;

}

.blog .entry .entry-title a {

  color: #1e4356;

  transition: 0.3s;

}

.blog .entry .entry-title a:hover {

  color: #68A4C4;

}

.blog .entry .entry-meta {

  margin-bottom: 15px;

  color: #72afce;

}

.blog .entry .entry-meta ul {

  display: flex;

  flex-wrap: wrap;

  list-style: none;

  align-items: center;

  padding: 0;

  margin: 0;

}

.blog .entry .entry-meta ul li + li {

  padding-left: 20px;

}

.blog .entry .entry-meta i {

  font-size: 16px;

  margin-right: 8px;

  line-height: 0;

}

.blog .entry .entry-meta a {

  color: #777777;

  font-size: 14px;

  display: inline-block;

  line-height: 1;

}

.blog .entry .entry-content p {

  line-height: 24px;

}

.blog .entry .entry-content .read-more {

  -moz-text-align-last: right;

  text-align-last: right;

}

.blog .entry .entry-content .read-more a {

  display: inline-block;

  background: #68A4C4;

  color: #fff;

  padding: 6px 20px;

  transition: 0.3s;

  font-size: 14px;

}

.blog .entry .entry-content .read-more a:hover {

  background: #7aafcb;

}

.blog .entry .entry-content h3 {

  font-size: 22px;

  margin-top: 30px;

  font-weight: bold;

}

.blog .entry .entry-content blockquote {

  overflow: hidden;

  background-color: #fafafa;

  padding: 60px;

  position: relative;

  text-align: center;

  margin: 20px 0;

}

.blog .entry .entry-content blockquote p {

  color: #444;

  line-height: 1.6;

  margin-bottom: 0;

  font-style: italic;

  font-weight: 500;

  font-size: 22px;

}

.blog .entry .entry-content blockquote::after {

  content: '';

  position: absolute;

  left: 0;

  top: 0;

  bottom: 0;

  width: 3px;

  background-color: #1e4356;

  margin-top: 20px;

  margin-bottom: 20px;

}
.blog .entry .entry-footer {

  padding-top: 10px;

  border-top: 1px solid #e6e6e6;

}
.blog .entry .entry-footer i {

  color: #4c99c1;

  display: inline;

}

.blog .entry .entry-footer a {

  color: #255269;

  transition: 0.3s;

}

.blog .entry .entry-footer a:hover {

  color: #68A4C4;

}

.blog .entry .entry-footer .cats {

  list-style: none;

  display: inline;

  padding: 0 20px 0 0;

  font-size: 14px;

}

.blog .entry .entry-footer .cats li {

  display: inline-block;

}

.blog .entry .entry-footer .tags {

  list-style: none;

  display: inline;

  padding: 0;

  font-size: 14px;

}

.blog .entry .entry-footer .tags li {

  display: inline-block;

}

.blog .entry .entry-footer .tags li + li::before {

  padding-right: 6px;

  color: #6c757d;

  content: ",";

}

.blog .entry .entry-footer .share {

  font-size: 16px;

}

.blog .entry .entry-footer .share i {

  padding-left: 5px;

}

.blog .entry-single {

  margin-bottom: 30px;

}

.blog .blog-author {

  padding: 20px;

  margin-bottom: 30px;

  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);

}

.blog .blog-author img {

  width: 120px;

  margin-right: 20px;

}

.blog .blog-author h4 {

  font-weight: 600;

  font-size: 22px;

  margin-bottom: 0px;

  padding: 0;

  color: #1e4356;

}

.blog .blog-author .social-links {

  margin: 0 10px 10px 0;

}

.blog .blog-author .social-links a {

  color: rgba(30, 67, 86, 0.5);

  margin-right: 5px;

}

.blog .blog-author p {

  font-style: italic;

  color: #b7b7b7;

}

.blog .blog-comments {

  margin-bottom: 30px;

}

.blog .blog-comments .comments-count {

  font-weight: bold;

}

.blog .blog-comments .comment {

  margin-top: 30px;

  position: relative;

}

.blog .blog-comments .comment .comment-img {

  margin-right: 14px;

}

.blog .blog-comments .comment .comment-img img {

  width: 60px;

}

.blog .blog-comments .comment h5 {

  font-size: 16px;

  margin-bottom: 2px;

}

.blog .blog-comments .comment h5 a {

  font-weight: bold;

  color: #444;

  transition: 0.3s;

}

.blog .blog-comments .comment h5 a:hover {

  color: #68A4C4;

}

.blog .blog-comments .comment h5 .reply {

  padding-left: 10px;

  color: #1e4356;

}

.blog .blog-comments .comment h5 .reply i {

  font-size: 20px;

}

.blog .blog-comments .comment time {

  display: block;

  font-size: 14px;

  color: #2b607c;

  margin-bottom: 5px;

}

.blog .blog-comments .comment.comment-reply {

  padding-left: 40px;

}

.blog .blog-comments .reply-form {

  margin-top: 30px;

  padding: 30px;

  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);

}

.blog .blog-comments .reply-form h4 {

  font-weight: bold;

  font-size: 22px;

}

.blog .blog-comments .reply-form p {

  font-size: 14px;

}

.blog .blog-comments .reply-form input {

  border-radius: 4px;

  padding: 10px 10px;

  font-size: 14px;

}

.blog .blog-comments .reply-form input:focus {

  box-shadow: none;

  border-color: #b1d0e1;

}

.blog .blog-comments .reply-form textarea {

  border-radius: 4px;

  padding: 10px 10px;

  font-size: 14px;

}

.blog .blog-comments .reply-form textarea:focus {

  box-shadow: none;

  border-color: #b1d0e1;

}

.blog .blog-comments .reply-form .form-group {

  margin-bottom: 25px;

}

.blog .blog-comments .reply-form .btn-primary {

  border-radius: 4px;

  padding: 10px 20px;

  border: 0;

  background-color: #1e4356;

}

.blog .blog-comments .reply-form .btn-primary:hover {

  background-color: #255269;

}

.blog .blog-pagination {

  color: #387ea2;

}

.blog .blog-pagination ul {

  display: flex;

  padding: 0;

  margin: 0;

  list-style: none;

}

.blog .blog-pagination li {

  margin: 0 5px;

  transition: 0.3s;

}

.blog .blog-pagination li a {

  color: #1e4356;

  padding: 7px 16px;

  display: flex;

  align-items: center;

  justify-content: center;

}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {

  background: #68A4C4;

}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {

  color: #fff;

}

.blog .sidebar {

  padding: 30px;

  margin: 0 0 60px 20px;

  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);

}

.blog .sidebar .sidebar-title {

  font-size: 20px;

  font-weight: 700;

  padding: 0 0 0 0;

  margin: 0 0 15px 0;

  color: #1e4356;

  position: relative;

}

.blog .sidebar .sidebar-item {

  margin-bottom: 30px;

}

.blog .sidebar .search-form form {

  background: #fff;

  border: 1px solid #ddd;

  padding: 3px 10px;

  position: relative;

}

.blog .sidebar .search-form form input[type="text"] {

  border: 0;

  padding: 4px;

  border-radius: 4px;

  width: calc(100% - 40px);

}

.blog .sidebar .search-form form button {

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  border: 0;

  background: none;

  font-size: 16px;

  padding: 0 15px;

  margin: -1px;

  background: #68A4C4;

  color: #fff;

  transition: 0.3s;

  border-radius: 0 4px 4px 0;

  line-height: 0;

}

.blog .sidebar .search-form form button i {

  line-height: 0;

}

.blog .sidebar .search-form form button:hover {

  background: #77adca;

}

.blog .sidebar .categories ul {

  list-style: none;

  padding: 0;

}

.blog .sidebar .categories ul li + li {

  padding-top: 10px;

}

.blog .sidebar .categories ul a {

  color: #1e4356;

  transition: 0.3s;

}

.blog .sidebar .categories ul a:hover {

  color: #68A4C4;

}

.blog .sidebar .categories ul a span {

  padding-left: 5px;

  color: #aaaaaa;

  font-size: 14px;

}

.blog .sidebar .recent-posts .post-item + .post-item {

  margin-top: 15px;

}

.blog .sidebar .recent-posts img {

  width: 80px;

  float: left;

}

.blog .sidebar .recent-posts h4 {

  font-size: 15px;

  margin-left: 95px;

  font-weight: bold;

}

.blog .sidebar .recent-posts h4 a {

  color: #1e4356;

  transition: 0.3s;

}

.blog .sidebar .recent-posts h4 a:hover {

  color: #68A4C4;

}

.blog .sidebar .recent-posts time {

  display: block;

  margin-left: 95px;

  font-style: italic;

  font-size: 14px;

  color: #aaaaaa;

}

.blog .sidebar .tags {

  margin-bottom: -10px;

}

.blog .sidebar .tags ul {

  list-style: none;

  padding: 0;

}

.blog .sidebar .tags ul li {

  display: inline-block;

}

.blog .sidebar .tags ul a {

  color: #3f8db5;

  font-size: 14px;

  padding: 6px 14px;

  margin: 0 6px 8px 0;

  border: 1px solid #e4eff5;

  display: inline-block;

  transition: 0.3s;

}

.blog .sidebar .tags ul a:hover {

  color: #fff;

  border: 1px solid #68A4C4;

  background: #68A4C4;

}

.blog .sidebar .tags ul a span {

  padding-left: 5px;

  color: #bedae8;

  font-size: 14px;

}



/*--------------------------------------------------------------

# Footer

--------------------------------------------------------------*/

#footer {

  background: #0b212d;

  padding: 0 0 15px 0;

  color: #fff;

  font-size: 14px;

}



#footer .footer-newsletter {

  padding: 50px 0;

  background: #0d2735;

}

#footer .footer-newsletter h4 {

  font-size: 24px;

  margin: 0 0 20px 0;

  padding: 0;

  line-height: 1;

  font-weight: 600;

  color: #a2cce3;

}

#footer .footer-newsletter form {

  margin-top: 30px;

  background: #fff;

  padding: 6px 10px;

  position: relative;

  border-radius: 50px;

}

#footer .footer-newsletter form input[type="email"] {

  border: 0;

  padding: 4px;

  width: calc(100% - 100px);

}

#footer .footer-newsletter form input[type="submit"] {

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  border: 0;

  background: none;

  font-size: 16px;

  padding: 0 20px;

  margin: 3px;

  background: #68A4C4;

  color: #fff;

  transition: 0.3s;

  border-radius: 50px;

}

#footer .footer-newsletter form input[type="submit"]:hover {

  background: #468db3;

}

#footer .footer-top {

  background: #0d2735;

  border-top: 1px solid #17455e;

  border-bottom: 1px solid #123649;

  padding: 40px 0 0px 0;

}

#footer .footer-top .footer-info {

  margin-bottom: 30px;

}

#footer .footer-top .footer-info h3 {

  font-size: 20px;

  margin: 0 0 20px 0;

  padding: 2px 0 2px 0;

  line-height: 1;

  color: #a2cce3;

  font-weight: 600;

}

#footer .footer-top .footer-info p {

  font-size: 16px;

  line-height: 24px;

  margin-bottom: 0;

  font-family: "Roboto", sans-serif;

  color: #fff;

}

#footer .footer-top .social-links a {

  font-size: 18px;

  display: inline-block;

  background: #1e4356;

  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: #68A4C4;

  color: #fff;

  text-decoration: none;

}

#footer .footer-top h4 {

  font-size: 20px;

  font-weight: 600;

  color: #a2cce3;

  position: relative;

  padding-bottom: 12px;

}

#footer .footer-top .footer-links {

  margin-bottom: 30px;

}

#footer .footer-top .footer-links ul {

  list-style: none;

  padding: 0;

  margin: 0;

}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #a2cce3;
  font-size: 18px;
  line-height: 1em; 
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  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: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #a2cce3;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
  line-height: 26px;
}
#footer .copyright {
  text-align: center;
  padding: 5px 0px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
#footer .credits a {
  color: #a2cce3;
}
#hero .f_heading h1{
  color: #000 !important;
}
.cardblog{
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0; 
  word-wrap: break-word;
  background-color: #eee;
  background-clip: border-box;
  border: 2px solid rgb(4 58 84);
  border-radius: 0.25rem;
}
.latestpostitem{
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 15px 15px 5px 10px;
  }
  .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
/*    background-color: #f5f5f5;*/
    border-radius: 4px;
    }
    .blog-detail ul li {
    list-style: disc !important;
    margin: 0;
    font-size: 16px !important;
    color: #282828;
    font-family: 'Roboto', sans-serif !important;
    line-height: 1.6em;
    }
    .breadcrumb  li {
      display: inline-block;
      padding:0px 10px;
    }
 
  #blog_card .blog-detail h1{
  color: #000;
  font-family: Roboto, sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.3;
  text-align: left !important;
  }
  #blog_card .blog-detail h2{
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 1.8rem;
  line-height: 1.3em;
  font-weight: 600;
  }
  #blog_card .blog-detail h3{
    color: #000;
  font-family: Roboto, sans-serif;
  font-size: 1.6rem;
  line-height: 1.3em;
  font-weight: 600;
  }
  #blog_card .blog-detail h4{
    color: #000;
  font-family: Roboto, sans-serif;
  font-size: 1.6rem;
  line-height: 1.3em;
  margin-top: 20px;
  font-weight: 600;
  }
  #blog_card .blog-detail h5{
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 1.3rem;
  line-height: 1.3em;
  font-weight: 600;
  }
  #blog_card .blog-detail h6{
  color: #000;
  font-family: Roboto, sans-serif;
 font-size: 1.3rem;
  line-height: 1.3em;
  font-weight: 600;
  }
  #blog_card .blog-detail p
  {
  padding: 4px 0px;
  margin-bottom: 5px;
  line-height: 30px;
  color: #000;
  font-size: 18px;
  text-align: justify;
  }
  #blog_card .blog-detail ul>li {
  width: 100%;
  float: left;
  color: #000;
  font-size: 16px;
  padding: 4px 0px;
}

#blog_card .blog-detail ol>li {
  width: 100%;
  float: left;
  color: #000;
  font-size: 16px;
  padding: 4px 0px;
}

#blog_card table tr td{border: 2px solid #000; padding: 0px 10px;}

.about .cardblog .block_head  h4{
  font-size: 20px;
  font-weight: 600;
}

#blog_card .blog-detail ul {
  margin-top: 0px !important;
  margin-bottom: 1rem !important;
  list-style: none !important;
  padding-left: 30px !important;
}

#blog_card .blog-detail ol {
  margin-top: 0px !important;
  margin-bottom: 1rem !important;
  list-style: number !important;
  margin: 0px !important; 
  padding-left: 30px !important;
}

#first_h1 .parg ul{
  margin-top: 0px !important;
  margin-bottom: 1rem !important;
  list-style: disc !important;
  margin: 0px !important; 
  padding-left: 30px !important;
  color: #000 !important;
}

#first_h1 .parg ol{
  margin-top: 0px !important;
  margin-bottom: 1rem !important;
  list-style: number !important;
  margin: 0px !important; 
  padding-left: 30px !important;
  color: #000 !important;
} 

#first_h1 .parg p{
  line-height: 1.7em;
  color: #000;
  font-size: 18px;
  padding:5px 0px;
}
#first_h1 .parg h2{
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.7em;
}

#first_h1 .parg h3{
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.7em;
}
#first_h1 .parg h4{
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.7em;
}

#first_h1 .parg h5{
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7em;
}
#first_h1 .parg h6{
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7em; 
}

@media(max-width:580px){
  #blog_card .blog-detail h2{
    font-size: 1.5rem !important;
  }
  #blog_card .blog-detail h3{
    font-size: 1.4rem !important;
  }
  #blog_card .blog-detail h4{
    font-size: 1.2rem !important;
  }
  #blog_card .blog-detail h5{
    font-size: 1rem !important;
  }
}