@import url(https://https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap);
/* ================================ Basic CSS =============================== */
body {
  margin: 0px;
  padding: 0px;
  font-family: 'Merriweather',serif; }

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box; }

img {max-width: 100%;}
h1, h2, h3, h4, h5, h6 {margin: 0px;}
ul, ol {margin: 0px; padding: 0px;}
li {list-style: none;}
a {text-decoration: none;}
p {margin: 0px;}
input:focus {box-shadow: none;}
a:hover {text-decoration: none;}
.container {max-width: 1170px;}

@media screen and (max-width: 575px) {
  .container {padding: 0px 15px; max-width: 100%; width: 100%;} 
}

/* ================================ Header CSS =============================== */
.my-nav {
  position: fixed;
  width: 100%;
  padding: 10px 0px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999; }
  
.my-nav .nav-items {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%;  
  margin-top: -20px;}
  
@media (max-width: 768px) {.my-nav .nav-items {align-items: center;} }
.my-nav .nav-items .logo {
  width: 30%;
  max-width: 30%;
  flex: 1 1 30%;
  padding: 0 15px;}

@media screen and (max-width: 767.98px) {
  .my-nav .nav-items .logo {width: 100%; max-width: 100%; flex: 1 1 100%; margin-top: 20px;} 
}

.my-nav .nav-items .menu-items {
  width: 70%;
  max-width: 70%;
  flex: 1 1 70%;
  position: relative;}

@media screen and (max-width: 767.98px) {
  .my-nav .nav-items .menu-items {width: 100%; max-width: 100%; flex: 1 1 100%;} 
  }

.translate{float: right !important; margin-top: 5px;}
.goog-logo-link {display:none !important;} 
.goog-te-gadget{color: transparent !important; margin-top: 0;}

.my-nav .nav-items .menu-items .menu {display: block; float: right; padding: 10px 15px;}
@media screen and (max-width: 767.98px) {

  .translate{float: left !important; margin-top: 0;}
  .my-nav .nav-items .menu-items .menu {
    float: left;
    display: none;
    background: rgba(0, 33, 71, 0.9);
    width: 100%;
    position: relative;} 
}

.my-nav .nav-items .menu-items .menu ul li {
  display: inline-block;
  padding: 10px 8px;
  font-size: 16px;
  font-weight: 500; }
@media screen and (max-width: 767.98px) {
  .my-nav .nav-items .menu-items .menu ul li {display: block; padding: 10px 0px;} 
}

@media (max-width: 992px) and (min-width: 768px) {
  .my-nav .nav-items .menu-items .menu ul li {padding: 10px 2px;} 
}
.my-nav .nav-items .menu-items .menu ul li a {
  color: #fff;
  padding: 8px;
  text-transform: uppercase;
  transition: 0.5s;}

.my-nav .nav-items .menu-items .menu ul li a:hover {color: #dc000e;}
@media screen and (max-width: 767.98px) {
  .my-nav .nav-items .menu-items .menu ul li a {padding: 10px 0px;} 
}

.og-hf {
  background: rgba(0, 33, 71, 0.9);
  position: fixed;
  height: 95px;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out; }

.og-hf .my-nav {padding: 0px;}
.menu-toggle {
  display: none;
  height: 40px;
  width: 40px;
  margin: 10px 0 0 40px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  position: absolute;
  right: 0;
  top: 7px; }

.menu-toggle::before {
  position: absolute;
  content: "\f0c9";
  font-size: 26px;
  color: #fff;
  font-family: "Font Awesome 5 Pro"; }

.menu-toggle.active::before {content: "\f00d";}
@media (max-width: 768px) {
  .menu-toggle {visibility: visible; opacity: 1; display: block;}
  .menu.active {display: block !important; position: relative; top: 0;} 
}

  
/* ================================ Slider CSS =============================== */
.slider {position: relative; overflow: hidden; z-index: 9;}
.slider .carousel-inner .carousel-item::before {
  position: absolute;
  content: "";
  background: rgba(2, 2, 2, 0.8);
  height: 100%;
  width: 100%;}

.slider .carousel-inner .carousel-item .carousel-caption {
  top: 40%; display: block; transition: ease-in 0.5s; }

@media screen and (max-width: 991.98px) {
  .slider .carousel-inner .carousel-item .carousel-caption {display: none;} 
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  .slider .carousel-inner .carousel-item .carousel-caption {top: 20%;} 
}

@media (max-width: 768px) {
  .carousel-control-next, .carousel-control-prev{display: none;}
}
.slider .carousel-inner .carousel-item .carousel-caption h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 1px;
  color: #fff;
  display: inline-block; }
.slider .carousel-inner .carousel-item .carousel-caption p {
  font-size: 20px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  margin: 10px 0px;
  color: #fff;
  display: block;
  font-weight: 100;
  line-height: 35px; }
.slider .carousel-inner .carousel-item .carousel-caption .button-01 {
  display: inline-block;
  margin: 20px 0px;
  text-align: center;
  position: relative; }

.slider .carousel-inner .carousel-item .carousel-caption .button-01 ul li a {
  padding: 12px 18px;
  color: #fff;
  border: solid 1px #fff; 
  text-transform: uppercase;
  letter-spacing: 0.4px;
  transition: ease-in-out 0.4s;}

.slider .carousel-inner .carousel-item .carousel-caption .button-01 ul li a:hover {
  background-color: #dc000e;
  transition: ease-in-out 0.4s;}


/* ================================ Section CSS =============================== */
.bg-01 {
  padding: 50px 0px;
  background: #eef6ff;
  position: relative;
  overflow: hidden; }
  .bg-01 .se-box {
    display: block;
    margin: 20px 0px;
    padding: 20px 25px;
    position: relative;
    text-align: center; }
    .bg-01 .se-box .icon {
      padding: 0 0 10px 0px;
      position: relative;
      display: block;
      height: 60px;
      width: 60px;
      border-radius: 50px;
      line-height: 60px;
      text-align: center;
      margin: 0px auto;
      color: #dc000e;
      font-size: 25px;
      transition: 0.5s;
      font-weight: 700; }
      .bg-01 .se-box .icon::before {
        position: absolute;
        content: "";
        width: 80px;
        height: 80px;
        border-radius: 50px;
        left: -10px;
        top: -10px;
        border: 2px solid #dc000e; }
.bg-01 .se-box .icon:hover {background: #dc000e; color: #fff;}
.bg-01 .se-box .content {padding: 20px 0px; position: relative; display: inline-block;}
.bg-01 .se-box .content h3 {
  font-size: 20px;
  color: #222222;
  text-transform: capitalize;
  margin: 10px 0 0 0; }
.bg-01 .se-box .content p {
  color: #373738;
  font-size: 15px;
  line-height: 26px;
  margin: 10px 0px 20px 0px; }

.bg-02 {padding: 50px 0px; position: relative; background: #fff; z-index: 9; }
.bg-02 .featured-box {
  position: relative;
  display: block;
  margin: 15px 0px;
  padding: 10px 15px; }
.bg-02 .featured-box .content {
  display: block;
  position: relative;
  padding: 12px 17px;
  position: relative;
  border: 1px solid #dddd;
  border-top: 0px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }
  
.bg-02 .featured-box .content h3 {font-size: 20px; color: #222222;}
.bg-02 .featured-box .content p {
  padding: 12px 0px;
  color: #373738;
  font-size: 15px;
  font-weight: 500;}

.bg-02 .featured-box .content ol li {
  display: inline-block;
  padding: 0 6px 0 0;
  border-right: 1px solid #dddd;
  color: #373738;
  font-size: 13px;}

.bg-02 .featured-box .content ol li:nth-child(3) {border: none; }
.bg-02 .featured-box .feature-card {
  position: relative;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  overflow: hidden;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;}

.bg-02 .featured-box .feature-card a {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: ease-in-out 0.9s;
  visibility: hidden;
  opacity: 0;
  background: #002147;
  z-index: 2;}

.bg-02 .featured-box .feature-card:hover a {visibility: visible; opacity: 1;}
.bg-02 .featured-box .feature-card:hover::before {height: 100%;}
.bg-02 .featured-box .feature-card::before {
  position: absolute;
  content: "";
  background: #dc000e;
  opacity: 0.8;
  width: 100%;
  top: 0;
  height: 0;
  transition: ease-in-out 0.4s;
  z-index: 1; }

.bg-03 {
  padding: 50px 0px;
  background-image: url(../images/background/1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 9; }
.bg-03 ._lk_bg_cd {
  padding: 20px 25px;
  position: relative;
  display: block;
  z-index: 8;
  text-align: center; }
.bg-03 ._lk_bg_cd i {
  font-size: 30px;
  color: #fff;
  display: block;
  padding: 10px 0px; }
.bg-03 ._lk_bg_cd .counting {
  display: block;
  font-size: 20px;
  color: #dc000e;
  font-weight: 600; }
.bg-03 ._lk_bg_cd h5 {
  font-size: 18px;
  color: #fff;
  padding: 10px 0px;
  display: inline-block; }

.team {padding: 50px 0px; position: relative; overflow: hidden;}
.team .team-card {position: relative; display: block; padding: 20px;}
.team .team-card .image-team {overflow: hidden; display: inline-block; margin-bottom: 5px;}
.team .team-card .team-content {display: block; text-align: center;}
.team .team-card .team-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #002147;
  padding: 0 0 5px 0; }
.team .team-card .team-content p {
  display: block;
  font-size: 15px;
  color: #000;
  padding: 0 0 10px 0; }
.team .team-card .team-content ol li {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: #002147;
  color: #fff;
  transition: ease-in-out 0.5s;
  padding: 0 5px;
  position: relative;
  border-radius: 50%; }

.team .team-card .team-content ol li:hover {background: #dc000e;}
.bg-04 {
  padding: 80px 0px;
  background: #eef6ff;
  position: relative;
  overflow: hidden; }
  .bg-04 ._lk_bg_sd_we {
    position: relative;
    overflow: hidden;
    margin: 20px 0;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px #ddd; }
.bg-04 ._lk_bg_sd_we ._xs_we_er {display: inline-block; width: 100%; padding: 15px;}
.bg-04 ._lk_bg_sd_we ._xs_we_er ._he_w {
  position: relative;
  margin: 10px 0px;
  z-index: 2;
  overflow: hidden; }
.bg-04 ._lk_bg_sd_we ._xs_we_er ._he_w p {
  font-size: 16px;
  color: #5c5c5c;
  letter-spacing: 0.2px;
  line-height: 24px;
  margin: 15px 0px 10px 0px; }
.bg-04 ._lk_bg_sd_we ._xs_we_er ._he_w ol li {
  color: #f55e45;
  font-size: 14px;
  display: inline-block;
  width: 100%; }
.bg-04 ._lk_bg_sd_we ._xs_we_er ._he_w ol li ._mn_cd_xs {margin: 0 10px;}
.bg-04 ._lk_bg_sd_we ._xs_we_er ._he_w ol li span {
  color: #5c5c5c;
  font-size: 15px;
  font-weight: 500;
  margin: 0 5px 0 0; }
.bg-04 ._lk_bg_sd_we ._xs_we_er ._he_w h3 {
  font-size: 18px;
  font-weight: 400;
  color: #292929; }
.bg-04 ._lk_bg_sd_we ._bv_xs_we {
  position: relative;
  z-index: 1;
  background: url(../images/blog/blog_2.jpg);
  background-repeat: no-repeat !important;
  height: 300px;
  background-size: cover !important;
  background-position: center !important; }
.bg-04 ._lk_bg_sd_we ._bv_xs_we:hover::before {
  opacity: 0.8;
  width: 100%;
  visibility: visible;
  transition: 0.5s; }
.bg-04 ._lk_bg_sd_we ._bv_xs_we::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  background: #002147;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden; }

.heading {
  position: relative;
  padding: 0px 0 20px 0px;
  display: block;
  text-align: center;
  z-index: 99; }

.heading h2 {
  font-size: 25px;
  color: #002147;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase; }
  
.heading p {
  font-size: 16px;
  letter-spacing: 0.4px;
  color: #373738;
  margin: 10px 0px;
  font-weight: 400;
  line-height: 27px;
  text-transform: capitalize; }

.bg-02-a {
  padding: 150px 0px 80px 0px;
  background: url(../images/slider/2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  color: #fff; }

.bg-02-a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%; }

.bg-02-a ._head_01 {
  position: relative;
  display: block;
  margin: 20px auto; }
  
.bg-02-a ._head_01 h2 {
  font-size: 23px;
  font-weight: 500;
  margin: 0px;
  padding: 0 0 10px 0;
  color: #fff; }

.bg-02-a ._head_01 p {
  margin: 10px 0px;
  font-size: 18px;
  font-weight: 300; }

.bg-02-a ._head_01 p a{color: #fff;}
.bg-02-a ._head_01 p i {
  font-size: 20px;
  margin: 0 10px;
  position: relative;
  top: 3px;
  color: #fff;}

.bg-02-a ._head_01 p span {color: #dc000e;}

.se-001 {padding: 40px 0px; position: relative; overflow: hidden; }
.se-001 .yu {text-align: center; }
.se-001 ._Ol_er_qw {margin: 20px 0px; padding: 10px;}
.se-001 ._Ol_er_qw p {
  font-size: 15px;
  color: #222222;
  text-align: left;
  letter-spacing: 0.5px;
  line-height: 28px; }

._pl_rt {padding: 40px 0px; position: relative;}
._pl_rt ._lo_we_ds {
  background: #dc000e;
  color: #fff;
  padding: 30px 50px;
  position: relative;
  top: 55px;
  z-index: 9;
  box-shadow: 0px 0px 3px 0px #ddd; }

._pl_rt ._lo_we_ds ._ol_we_as {
  position: relative;
  padding: 10px 20px;
  display: inline-block; }

._pl_rt ._lo_we_ds ._ol_we_as ol li {
  display: block;
  position: relative;
  padding: 0 0 0 40px;}

._pl_rt ._lo_we_ds ._ol_we_as ol li h3 {color: #fff; font-size: 20px;}
._pl_rt ._lo_we_ds ._ol_we_as ol li i {
  position: absolute;
  left: 0;
  font-size: 26px;
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%; }

@media screen and (max-width: 768px) {._pl_rt ._lo_we_ds {padding: 20px 0px;} }
.my-pla {
  padding: 40px 0px;
  background-image: url(../images/background/1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
  z-index: 9; }

.my-pla::before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.2);}

.my-pla .form-group {
  margin: 10px 0px;
  color: #fff;
  position: relative;
  z-index: 2;}

.my-pla .form-group .form-control {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  min-height: 45px;
  border-radius: 4px;
  margin: 10px 0px;}

/* ================================ Footer CSS =============================== */
footer {
  padding: 50px 0px 0px;
  position: relative;
  background-image: url(../images/background/1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden; }

.social-icons{color: #fff; font-size: 22px; margin-right: 20px; transition: ease-in-out 0.4s;}
.social-icons:hover{color: #dc000e; transition: ease-in-out 0.4s;}

footer ._kl_de_w {margin: 20px 0px; padding: 10px 0px; position: relative;}
@media screen and (max-width: 576px) {footer ._kl_de_w {margin: 10px 0 0 0;} }
footer ._kl_de_w .form-group a {
  text-align: left;
  padding: 6px 18px;
  border-radius: 1px;
  color: #fff;
  background: #dc000e;
  font-size: 15px;
  display: inline-block; }

footer ._kl_de_w ol li {
  display: block;
  margin: 0 25px 0 0;
  padding: 13px 0 10px 0;
  border-top: 1px solid #5f5c5c;
  color: #fff;
  font-size: 15px;}

footer ._kl_de_w ol li a{color: #fff; transition: ease-in-out 0.4s;}
footer ._kl_de_w ol li a:hover{letter-spacing: 2.5px; transition: ease-in-out 0.4s;}
footer ._kl_de_w ol li i {margin-right: 12px; color: #dc000e;}
@media screen and (max-width: 768px) {footer ._kl_de_w ol li {margin: 0px;} }
footer ._kl_de_w p {font-size: 15px; line-height: 26px; color: #fff; }
footer ._kl_de_w h3 {font-size: 20px; margin: 0 0 20px 0; color: #fff;}
footer ._kl_de_w p.footer-address-icons{padding-bottom: 20px;}
.footer-address-icons a{color: #fff;}
.footer-address-icons a i{color: #fff; font-size: 18px; margin-right: 12px;}
footer .copy-right {
  position: relative;
  padding: 15px 0px;
  border-top: solid 1px #afafaf; }

footer .copy-right p {font-size: 15px; color: #ddd; text-align: center;}
footer .copy-right p a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 15px;}



/* Gallery Css */

.photo-gallery {color:#313437; background-color:#fff;}
.photo-gallery p {color:#7d8285;}
.photo-gallery h2 {font-weight:bold; margin-bottom:40px; padding-top:40px; color:inherit;}
@media (max-width:767px) {
  .photo-gallery h2 {margin-bottom:25px; padding-top:25px; font-size:24px;}
}

.photo-gallery .intro {font-size:16px; max-width:500px; margin:0 auto 40px;}
.photo-gallery .intro p {margin-bottom:0;}
.photo-gallery .photos {padding-bottom:20px;}
.photo-gallery .item {padding-bottom:30px;}
.photo-gallery .item a img{padding: 6px; border-radius: 15px;}


/* testimonials */
.card {
  border: none;
  cursor: pointer;
  box-shadow: 0 0 40px rgba(51, 51, 51, .1);}

.font-weight-normal{font-weight: 600 !important;}

.card-body{margin-top: 10px;}
.card:hover {background-color: #eee;}

.ratings i {color: orange; margin-top: 10px;}
.testimonial-list {list-style: none;}
.testimonial-list li {margin-bottom: 20px;}
.testimonials-margin {margin-top: -19px;}
.testimonial-card{padding: .7rem; width: 450px;}