
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

body {
    /* background-color: #ddd; */
    color: #777;
    /*font-family: poppins,Arial,sans-serif;*/
    /*font-family: 'Poppins', sans-serif;*/
    /* font-family: 'Rajdhani', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Nunito Sans', sans-serif;*/
    font-size: 14px;
    line-height: 26px;
    margin: 0;
}


.banner img{
    height: 420px;
}
.banner h5 {
    font-weight: 900;
    font-size: 30px;
    /* text-align: right; */
}
.single_content {
    background: white;
    padding: 15px;
    border-radius: 5px;
}

.banner p {
    font-weight: 400;
    font-size: 20px;
    /* float: none; */
    /* text-align: right; */
}

.carousel-caption.d-none.d-md-block {
    position: fixed;
    color: #fff;
    left: 0;
    right: 0;
    line-height: 1.3;
}

.section-title {
  text-align: center;
  /* padding-bottom: 30px; */
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #01223f;
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}

/*Start of about */

#about {
    padding: 80px 0;
    overflow: hidden;
    background: #fff;
}
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #2487ce;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #223d7b;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #223d7b;
}

.about .content .btn-learn-more:hover {
  background: #2487ce;
  color: #fff;
  text-decoration: none;
}

/*End of about */

/* Start of Service */
.mt-60{
    margin-top:60px;
}

.section-block-grey {
    padding: 40px 0px;
    background-color: #f9f9f9;
}

.serv-section-2 {
    position: relative;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 30px;
}

.serv-section-2:before {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 0;
    content: " ";
    width: 120px;
    height: 120px;
    background: #f5f5f5;
    border-bottom-left-radius: 136px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-2-icon {
    position: absolute;
    top: 18px;
    right: 22px;
    max-width: 100px;
    z-index: 1;
    text-align: center;
}

.serv-section-2-icon i {
    color: #223d7b;
    font-size: 48px;
    line-height: 65px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-desc {
    position: relative;
}

.serv-section-2 h4 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}

.serv-section-2 h5 {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    margin-top: 5px;
}

.section-heading-line-left {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #223d7b;
    border-radius: 25%;
    margin-top: 15px;
    margin-bottom: 5px;
}

.serv-section-2 p {
    margin-top: 25px;
    padding-right: 50px;
}

.serv-section-2:hover .serv-section-2-icon i {
    color: #fff;
}

.serv-section-2:hover:before {
    background: #223d7b;
}

/*------- ServiceCss------------*/



/* Start top bar section */

.top-bar {
    color: #fff;
    padding: 8px 0;
    background: #01233f;
    position: relative;
}
ul.top-info {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.top-info li {
    position: relative;
    line-height: 10px;
    display: inline-block;
    margin-left: 0;
    padding-right: 15px;
}
ul.top-info li i {
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
ul.top-info li p.info-text {
    margin: 0;
    line-height: normal;
    display: inline-block;
    flex-direction: column;
}
.top-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: -12px;
}
.top-social ul li a {
    color: #fff;
    font-size: 14px;
    transition: 400ms;
    padding: 9px 12px;
}

/* End top bar section */


/* start header section */
.header-two {
    background: #fff;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%);
    padding: 15px 0;
}
.navbar {
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
}
.logo img {
    width: 100%;
    height: 70px;
}
ul.navbar-nav > li {
    padding: 0 13px;
    position: relative;
}
.navbar-light ul.navbar-nav > li > a {
    color: #000 !important;
    font-size: 13px;
}
ul.navbar-nav > li.active > a {
    position: relative;
}
ul.navbar-nav > li > a {
    /*font-family: "Montserrat", sans-serif;*/
    text-rendering: optimizeLegibility;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: -.2px;
    margin: 0;
    line-height: 40px;
    transition: 350ms;
}
ul.navbar-nav > li > a {
    padding: 15px 0 !important;
}
ul.navbar-nav > li > a i {
    font-weight: 700;
}

.dropdown-menu {
    text-align: left;
    background: #fff;
    z-index: 100;
    min-width: 200px;
    border-radius: 0;
    border: 0;
    border-top: 2px solid #0062cc;
    padding: 0 20px;
    margin: 0;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.navbar-nav > li > .dropdown-menu a {
    background: none;
}
.dropdown-menu li a {
    /*font-family: "Montserrat", sans-serif;*/
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    padding: 15px 0;
    letter-spacing: .3px;
    border-bottom: 1px solid #e5e5e5;
    color: #333333;
}
.dropdown-menu li:last-child > a {
    border-bottom: 0;
}

/* End header section */


/* Start footer section */

/*Start Blog section*/

.blog-title h2 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #223d7b;
    /* margin-top: 12px; */
    padding-top: 20px;
}

.blog-post {
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.blog-post .blog-img .overlay,
.blog-post .blog-img .post-meta {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-post .blog-img .overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.blog-post .blog-img .post-meta {
  bottom: 5%;
  right: 5%;
  z-index: 1;
}

.blog-post .blog-img .post-meta .read-more:hover {
  color: #6dc77a !important;
}

.blog-post .content h1, .blog-post .content h2, .blog-post .content h3, .blog-post .content h4, .blog-post .content h5, .blog-post .content h6 {
  line-height: 1.2;
}

.blog-post .content .title {
  font-size: 18px;
}

.blog-post .content .title:hover {
  color: #223d7b !important;
  text-decoration: none;
}

.blog-post .content .author .name:hover {
  color: #6dc77a !important;
}

.blog-post:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.blog-post:hover .blog-img .overlay {
  opacity: 0.65;
}

.blog-post:hover .blog-img .post-meta {
  opacity: 1;
}

.blog-post .post-meta .like i,
.profile-post .like i {
  -webkit-text-stroke: 2px #dd2427;
  -webkit-text-fill-color: transparent;
}

.blog-post .post-meta .like:active i, .blog-post .post-meta .like:focus i,
.profile-post .like:active i,
.profile-post .like:focus i {
  -webkit-text-stroke: 0px #dd2427;
  -webkit-text-fill-color: #dd2427;
}

.avatar.avatar-ex-sm {
    height: 36px;
}
.shadow {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) !important;
}

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


.para-desc {
    max-width: 600px;
}
.text-muted {
    color: #8492a6 !important;
}

.section-title .title {
    letter-spacing: 0.5px;
    font-size: 30px;
}
.blogs {
    background: #fff;
        padding-bottom: 21px;
}


}
.stage {
       margin-top: -20px;
    /* padding: 0px; */
     text-align: center; 
    margin-left: 4px;
        padding: 5px;
}

.blogs .stage {
   
     margin-bottom: 5px;
    margin-top: -20px;
}
.stage a {
  line-height: 1em;
  letter-spacing:0.06em;
  font-weight:normal;
  font-size: 15px;
  text-decoration:none;
  color: #292b37;
  /* background: #223d7b;*/
  display:inline-block;
  padding:15px 12px 15px 15px;
}

/*End Blog section*/





.carousel-caption {
    position: initial;
    z-index: 10;
    padding: 5rem 8rem;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-size: 1.2rem;
  line-height: 2rem
}

@media(max-width:767px) {
    .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem
    }
}

.carousel-caption img {
    width: 6rem;
    border-radius: 5rem;
    /* margin-top: 2rem; */
}

@media(max-width:767px) {
    .carousel-caption img {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem
    }
}

#image-caption {
    font-style: normal;
    font-size: 1rem;
    margin-top: 0.5rem
}

@media(max-width:767px) {
    #image-caption {
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem
    }
}



@media(max-width:767px) {
    .list-unstyled i {
        padding: 0.8rem
    }

}

.testimonials.carousel-control-prev {
    justify-content: flex-start
}

.testimonials.carousel-control-next {
    justify-content: flex-end
}

.testimonials.carousel-control-prev
 {
    transition: none;
 
    opacity: .9;
}
.testimonials.carousel-control-next
{
    transition: none;
    opacity: unset
}

i.fas.fa-arrow-left {
    background-color: #223d7b;
    padding: 1.4rem;
}

i.fas.fa-arrow-right {
    background-color: #223d7b;
    padding: 1.4rem;
}


/* Start testimonials*/

.testimonials{
    margin-top: 15px;
    background-color: #ddd;
}
.testimonials {
    background: #eff6fd;
}

.testimonial-title {
    margin-top: 50px;
    margin-bottom: -40px;
    text-align: center;
}

.testimonial-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #223d7b;
}
div#demo {
    margin-top: -30px;
}
/* End testimonials*/

/* Start destination */

.destination {
    background: #01233f;
    padding: 30px 0;
}
.destination-title h2 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #fff;
    /* margin-top: 12px; */
    padding-top: 20px;
}
.destination-content {
    margin-top: 35px;
}
.dest-content {
    margin-top: 24px;
    margin-bottom: 60px;
}

.destination_container {
    text-align: center;
    color: #fff;
    
    margin: -24px 0px 0px 0px;
}

.destination-logo-img-wrapper img {
    border-radius: 50px;
}
 .destination-logo-img img {
    transition-duration: 0.3s;
}
img.country {
    border-radius: 10px;
}

img.attachment-full.size-full {
    box-shadow: none;
    border: none;
    max-width: 100%;
    height: auto;
    position: relative;
}
.destination_container img{
    width: 100%;
}
 
.destinationDetail img {
    width: 50px;
    /* margin-top: -24px; */
  }

.destinationDetail h4 {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-top: 15px;
}

.dest-content1 img:hover {
   
    -webkit-transform: perspective(1000px) scale(1.03);
   
}
/*destination */


.speak {
    background-color: #a50c23;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.speak .btn-default {
    border: 2px solid #fff;
    color: #fff;
    margin-left: 10px;
}
.speak .btn.btn-default {
    padding: 8px 30px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 25px;
    background-color: transparent;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #223d7bc9;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}
#footer .footer-top {
  background: #01233f;
  border-top: 1px solid #223d7b;
  /* border-bottom: 1px solid #223D78; */
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #223d7b;
  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: #4a5f90;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  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: #ec7f6d;
  font-size: 18px;
  line-height: 1;
}
#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: #e96b56;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}





@media(max-width:767px) {
   .top-social ul li a {
    color: #fff;
    font-size: 14px;
    transition: 400ms;
    padding: 0px;
}

}



.single_content img{
    width: 100%;
}
.service_box {
    background: #223d7b;
    /* border-bottom: solid 2px #0077b9; */
    margin-bottom: 15px;
    /* padding-bottom: 10px; */
    padding: 10px 0px 10px 15px;
}
.service_box h2 {
    font-size: 22px;
    border-bottom: 2px solid #fff;
    font-weight: 500;
    padding: 0px 0px 5px 0px;
    color: #fff;
}
a.learnMore h3 {
    font-size: 14px;
    padding: 13px 15px;
    margin-bottom: 6px;
    background: #fff;
    color: #150404b5;
}



.titlepart .single-bg {
    background: rgba(52, 73, 94, 0.75);
    padding: 60px 0px;
}
.titlepart {
    background: url(img/bg-counter.jpg) fixed center top;
    color: #fff;
}
.single-page-title-area-bottom {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    background: #fff;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.single-page-title-area-bottom .breadcrumb {
    background: #fff;
    border-radius: 0;
    margin-bottom: 0;
    padding: 18px 0;
}
.single-page-title-area-bottom .breadcrumb-item {
    float: none;
    display: inline-block;
}
.single-page-title-area-bottom .breadcrumb-item a {
    color: #03499a;
    font-weight: 700;
}
.single-page-title-area-bottom .breadcrumb-item.active {
    color: #111;
}
.single-page-title-area-bottom .breadcrumb-item+.breadcrumb-item::before {
    color: #111;
    /* content: "\eb8b"; */
    /* font-family: "icofont" !important; */
    font-size: 16px;
}

.study {
    background: #eff6fd;
    margin-top: 30px;
    padding: 75px 0px;
}

.service_content h1 {
    color: #223d7b;
    font-size: 25px;
    font-weight: 600;
    padding: -2px 0px;
    margin-top: 10px;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  margin-top: 15px;
  /* border-top: 3px solid #47b2e4; */
  /* border-bottom: 3px solid #47b2e4; */
  padding: 30px;
  background: #fff;
  width: 100%;
  /* box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1); */
}

.contact .info i {
  font-size: 20px;
  color: #47b2e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  margin-top: 15px;
  /* border-top: 3px solid #47b2e4; */
  /* border-bottom: 3px solid #47b2e4; */
  padding: 30px;
  background: #fff;
  /* box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12); */
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.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;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #47b2e4;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #47b2e4;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #209dd8;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.about_us_image img {
    margin-top: 20px;
    width: 100%;
}
.about_us_content {
    color: #777777;
}
.about_us {
    margin-top: 30px;
    padding: 60px 0px;
    background: #eff6fd;
}

.our_services a {
    font-size: 10px;
}
.title_name h2 {
    font-weight: 600;
}
.testimonial {
    background: #eff6fd;
    margin-top: 30px;
    padding: 60px 0px;
}
.serv-section-desc a {
    text-decoration: none;
}
.jft-test img {
    width: 100%;
    height: 180px;
}
.testimonial_content.text-center h2 {
    font-size: 23px;
    font-weight: 600;
}
.testimonial_content.text-center h5 {
    font-size: 17px;
}
.testimonial_content.text-center p {
    font-size: 13px;
}
i.fa.fa-arrow-circle-right.mr-2 {
    color: #223d7b;
}

