/*@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&family=Geologica:wght@300&family=Josefin+Sans:wght@500&family=League+Spartan:wght@500&family=Oswald&family=Roboto+Condensed&family=Teko&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
body{
/* font-family: 'Geologica', sans-serif; */
/*font-family: 'Josefin Sans' !important;*/
/* font-family: 'League Spartan', sans-serif; */
/* font-family: 'Oswald', sans-serif;
font-family: 'Roboto Condensed', sans-serif; */
}
html, body{
     font-family: 'Roboto Condensed' !important;
  overflow-x: hidden;
}


.top_nv_row{
  z-index: 1;
  position: relative;
}

.page-scroll {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  animation: slide-down 0.7s;
  background-color: #fff;
}
/* top menu start here */
.topmenu {
  background-color: #075286;
  padding: 0px 0;
  color: #fff;
}

.topmenu::after{
  position: absolute;
  top: 0px;
  left: 0px;
  /*background-color: #e56a26;*/
  width: 50%;
  height: 29px;
  border-radius: 0px 50px 1px 0px;
  content: '';
}


.left-top{
  margin-top: 2px;
}
.left-top p{
 margin: 0;
 font-size: 15px;
}
.left-top span{
    color: #fff;
}
.right-top {
  text-align: right;
  margin-right: 20px;
}
.right-top span {
  padding: 7px 6px;
  font-size: 15px;
}
.right-top a{
    color: #fff;
}
.right-top a:hover{
  color: tomato;
}
.mvw{
    color: #fff;
}
.left-top a{
    text-decoration: none !important;
}
/* top menu end here */
.nav-brand img {
    width: 100%;
    /*height: 70px;*/
    position: relative;
    margin-bottom: -36px;
    z-index: 12;
    background-color: #fff;
    border-bottom: 5px solid transparent;
    height: 120px;
    /*border-radius: 10px 100px / 120px 168px;*/
    /* border: 1px solid red; */
    padding: 0px 0px;
    border-radius: 0px 0% 61% 65% /0px 0% 72% 76%;
}
.carousel .carousel-indicators {
    bottom: 5px;
}

.carousel .carousel-indicators li {
    display: none;
    width: 10px;
    height: 10px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    border-radius: 2px;
}

.carousel .carousel-indicators .active {
    margin: 11px 10px;
}

.carousel .carousel-indicators li {
    margin: 11px 10px;
}

.carousel .carousel-indicators .active {
    margin-top: 10px;
    transform: scale(1.5);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100% !important;
    transition: transform .6s ease;
    backface-visibility: hidden;
    perspective: 1000px;
}

.carousel-item.active {
    display: block;
}

.carousel .carousel-caption {
    padding-bottom: 12%;
}

.carousel-caption h3 {
    font-size: 40px;
    color: #7bb331;
}

.carousel-caption p {
    font-size: 30px;
    color: #3da44f;
}

.carousel .carousel-caption .material-icons {
    position: relative;
    top: 5px;
}

.carousel .carousel-control-next .material-icons {
    z-index: 5;
    display: inline-block;
    font-size: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    margin: auto;
}

.carousel .carousel-control-prev .material-icons {
    z-index: 5;
    display: inline-block;
    font-size: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    margin: auto;
}

/* Carousel Control custom */
.carousel-control .control-icon {
    font-size: 28px;
    height: 30px;
    margin-top: -15px;
    width: 30px;
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
}

.carousel-control .prev {
    margin-left: -15px;
    left: 50% !important;
}

/* Prev */
.carousel-control .next {
    margin-right: -15px;
    right: 50%;
}

/* Next */
/* Removing BS background */
.carousel .control-box {
    opacity: 0;
}

a.carousel-control.left {
    left: 0;
    background: none;
    border: 0;
}

a.carousel-control.right {
    right: 0;
    background: none;
    border: 0;
}

/* Animation */
.control-box,
a.carousel-control,
.carousel-indicators li {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

/* Hover animation */
.carousel:hover .control-box {
    opacity: 1;
}

.carousel:hover a.carousel-control.left {
    left: 15px;
}

.carousel:hover a.carousel-control.right {
    right: 15px;
}

/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li {
    border: 0;
}

.carousel-indicators li {
    background: #666;
    margin: 0 3px;
    width: 12px;
    height: 12px;
}

.carousel-indicators li.active {
    background: #fff;
    margin: 0 3px;
}

/*end here*/
/*section end here*/

/* about us section css starts */
.pd_top_50 {
    padding-top: 50px !important;
}
.title_all_box {
    position: relative;
}
/* .text-center {
    text-align: center!important;
} */
.title_all_box.style_one .title_sections{
    position: relative;
}
.title_all_box.style_one .title_sections .before_title {
    font-size: 22px;
    line-height: 40px;
    font-weight: 700;
    color: #075286;
    padding: 0px 0px 10px 0px;
    text-decoration: underline;
    /* font-family: "Spartan", sans-serif!important; */
}
.title_all_box.style_one .title_sections .title {
    font-size: 38px;
    line-height: 50px;
    font-weight: 700;
    color: #e56a26;
    padding: 0px 0px 10px 0px;
    /* font-family: "Spartan", sans-serif!important; */
}
.font_20 {
  font-size: 20px !important;
  line-height: 32px !important;
  color: #e56a26;
  font-weight: 700;
}
.pd_bottom_40 {
    padding-bottom: 40px;
}
.image_boxes.style_two {
    position: relative;
    min-height: 560px;
    display: inline-block;
}
.image_boxes.style_two .background_image {
    position: absolute;
    min-width: 740px;
    left: -165px;
    height: 596px;
    top: -33px;
}
.image_boxes.style_two .image.one {
    float: left;
}
.image_boxes.style_two .image {
    position: relative;
    width: 270px;
    height: 370px;
    border-radius: 10px;
    overflow: hidden;
}
.image_boxes.style_two .image img {
    width: 100%;
    height: 100%;
    /* -o-object-fit: cover; */
    object-fit: cover;
}
.image_boxes.style_two .image.two {
    position: absolute;
    right: -277px;
    margin-top: 100px;
}
.image_boxes.style_two .authour_quotes {
    position: absolute;
    width: 330px;
    bottom: 30px;
    left: 0;
    padding: 25px 25px 18px;
    border-radius: 10px;
    background: #075286;
    z-index: 2;
}
.image_boxes.style_two .authour_quotes i {
    font-size: 50px;
    color: #fff;
    opacity: 0.1;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.image_boxes.style_two .authour_quotes h6 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    display: block;
    line-height: 26px;
    margin-bottom: 8px;
}
.image_boxes.style_two .authour_quotes p {
    /* font-family: "Spartan", sans-serif!important; */
    font-weight: 600;
    color: #fff;
    opacity: 0.8;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0px 40px 0px 0px;
}
.pd_left_60 {
    /* padding-left: 60px !important; */
}
.title_all_box {
    position: relative;
}
.pd_bottom_10 {
    padding-bottom: 10px;
}
.description_box {
    position: relative;
}
.pd_bottom_15 {
    padding-bottom: 15px;
}
/* .pd_bottom_25 {
    padding-bottom: 25px;
} */
.icon_box_all.style_two {
    padding-top: 20px;
    border-top: 3px solid #fff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    min-height: 75px;
}
.icon_box_all.style_two .icon_content {
    position: relative;
    display: flex;
}
.icon_box_all.style_two .icon_content .icon {
    position: relative;
    min-width: 50px;
}
.icon_box_all.style_two .icon_content .icon img {
    width: 48px;
    height: auto;
    margin: auto;
}
.icon_box_all.style_two .icon_content .txt_content {
    position: relative;
    margin-left: 8px;
}
.icon_box_all.style_two .icon_content .txt_content h3 a {
    display: block;
    color: #282f3b;
    line-height: 26px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    text-decoration: none;
}
.icon_box_all.style_two:hover {
    border-color: #075286;
}
.txt_content h3{
    margin: 0px;
}
.theme_btn_all {
    position: relative;
}
.theme-btn.one {
  display: inline-block;
  padding: 9px 22px;
  border-radius: 10px 10px 10px 0px;
  background: #075286;
  color: #fff;
  border: 1px solid #075286;
  /* min-height: 56px; */
  /* min-width: 136px; */
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  text-decoration: none;
}

.theme-btn.one:hover{
  background: #fff;
  color: #075286;
  border: 1px solid #075286;
}

.description_box p{
    font-size: 17px;
}
/* .pd_bottom_90 {
    padding-bottom: 90px;
} */
/* about us section css ends */

/* services section css starts */
.services{
    padding: 40px 0px;
}
.ser-cnt{
    text-align: center;
}
.ser-cnt p{
  font-size: 22px;
    color: #075286;
}

.ser-cnt h2{
    font-size: 37px;
    font-weight: 700;
    color: #e56a26;
}


.content-inner {
    width: 100%;
    color: #fff;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    transition: 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .fl-wrap {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 15px;
  }
  
  .content-inner .content-front,
  .content-inner .content-back {
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .content-front {
    background: #292929;
    position: relative;
  }
  
  .content-inner > * {
    backface-visibility: hidden;
    transition: 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .cf-inner:before,
  .cf-inner:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-color: rgba(255, 255, 255, 0.4);
    z-index: 10;
  }
  
  .cf-inner:before {
    top: 20px;
    left: 20px;
    border-left: 1px solid;
    border-top: 1px solid;
  }
  .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 3;
  }
  
  .content-inner .cf-inner .inner {
    align-items: stretch;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    transform: translateZ(95px) scale(0.81);
    text-align: center;
    position: relative;
    z-index: 2;
  }
  
  .cf-inner:after {
    bottom: 20px;
    right: 20px;
    border-right: 1px solid;
    border-bottom: 1px solid;
  }
  
  .content-inner .cf-inner .inner h2 {
    position: relative;
    font-size: 22px;
    font-weight: 800;
    padding-bottom: 20px;
  }
  
  .content-inner .cf-inner .inner h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 20px;
    height: 2px;
    margin-left: -10px;
  }
  
  .content-inner .content-front li {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    margin: 0 4px;
  }
  .cf-inner:after {
    bottom: 20px;
    right: 20px;
    border-right: 1px solid;
    border-bottom: 1px solid;
  }
  
  .content-inner .content-front,
  .content-inner .content-back {
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .content-inner .cf-inner .inner {
    align-items: stretch;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    transform: translateZ(95px) scale(0.81);
    text-align: center;
    position: relative;
    z-index: 2;
  }
  
  .content-inner:hover .content-front {
    transform: rotateY(-180deg);
  }
  
  .content-inner:hover .content-back {
    transform: rotateY(0deg);
  }
  
  .content-inner .content-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transform: rotateY(180deg);
    background: #292929;
    background-image: url("https://images.unsplash.com/photo-1478760329108-5c3ed9d495a0?ixlib=rb-1.2.1&auto=format&fit=crop&w=667&q=80");
  }
  
  .content-inner .cf-inner {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    width: 100%;
    padding: 150px 40px;
  }
  
  .serv-price-wrap {
    background: rgba(255, 255, 255, 0.05);
    padding: 15px 30px;
    margin-top: 14px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  
  .content-inner .cf-inner .inner h2:before {
    background: #00bcd4;
  }
  
  inner:before,
  .cf-inner:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-color: rgba(255, 255, 255, 0.4);
    z-index: 10;
  }
  
  .cf-inner:before,
  .cf-inner:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 250px;
    border-color: #0b7dcc;
    z-index: 10;
  }
  
  .dec-icon {
    padding-bottom: 40px;
  }
  
  .content-back .cf-inner:before {
    top: 125px;
  }
  
  .content-back .cf-inner:after {
    bottom: 125px;
  }


  /* countries_offering_mbbs */
.countries_offering_mbbs{
    padding: 50px 0px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    background-color: #000000;
    background-image: linear-gradient(135deg, #000000b5 , #000000bf), url(../images/banners/schol.jpg);
    background-repeat: repeat;
    background-position: center;
    background-attachment: fixed;

}
.contries_offleft{
    padding-top: 20px;
    color: #fff;
}

.contries_offleft p{
    padding: 0px;
    
}
.contries_offleft p{
    padding: 0px;
    font-size: 16px;
}
.inner p{
  font-size: 17px;
}
.contries_offleft h3{
    font-size: 37px;
    font-weight: 700;
    color: #ffffff;

    font-size: 37px;
    font-weight: 700;
    color: #e56a26;
}
.contrys_slider_box{
    text-align: center;
    position: relative;
}

.contrys_slider_box img{
    width: 90%;
    margin: 10px auto;
    background-color: #fff;
    padding: 7px;
    height: 350px;
}
.contrys_slider_text{
    margin-bottom: 0px;
}

.contrys_slider_text h3{
  color: #fff;
  width: 74%;
  margin: 0 auto;
  background-color: #075286;
  margin-top: -55px;
  z-index: 1;
  margin-bottom: 15px;
  position: relative;
  padding: 5px 0px;
}

.slick-prev:before, .slick-next:before{
    color: #ffffff !important;
}
.slick-prev {
    left: -25px;
    display: none !important;
}
.slick-next {
    right: -25px;
    display: none !important;
}
.cf-inner a{
  color: #e56a26 !important;
  font-size: 15px;
  text-decoration: none !important;
  text-align: center;
  align-items: center;
  display: block;
}
/* services section css ends */

/* testimonials css starts */

/* body {
  font-family: Arial, Helvetica, sans-serif;
  background: #49474f
} */

.testmonial {
  padding: 50px 0px;
}
.testmonial h2{
  font-size: 36px;
  color: #e56a26;
}
.testimonial-carousel {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.testimonials-wrapper {
  width: 95%;
  max-width: 500px;
  margin: 0 auto;
}

.testimonials-wrapper h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    position: relative;
    padding: 30px;
    color: #000;
    border-radius: 5px;
    background: #fff;
    box-shadow: 5px 5px 5px 0 rgb(221 221 221 / 20%);
    margin-bottom: 19px;
}

.testimonials-blob,
.testimonials-img {
  border-radius: 100%;
}

.testimonials-img {
  position: relative;
  left: 50%;
  overflow: hidden!important;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin-left: -50px;
  box-shadow: 0 0 0 5px  #075286;
  transition: all ease-out .5s;
  transform: translateY(-30%);
  filter: brightness(2);
}

.testimonial-carousel .active .testimonials-img {
  transform: translateY(0);
  filter: brightness(1);
}

.testimonials-person-info {
  text-align: center;
  color: #fff;
}

.testimonials-blob {
  position: relative;
  left: 80%;
  width: 3px;
  height: 3px;
  transform: rotate(45deg);
}

@keyframes anim {
  0% {
    opacity: 0;
    box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff;
  }
  50% {
    box-shadow: 0 15px 0 0 #fff, 0 0 0 0 #fff;
  }
  100% {
    opacity: 1;
    background: #fff;
    box-shadow: 0 15px 0 4px #fff, 0 35px 0 6px #fff;
  }
}

.testimonial-carousel .active .testimonials-blob {
  transform-origin: 50% 50%;
  animation: anim linear .5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.testimonial-carousel {
  overflow: hidden;
  cursor: grab;
  padding: 15px 0px;
}

.testimonial-carousel:active {
  cursor: grabbing;
}

.testimonial-carousel .owl-item {
  overflow: hidden;
  transition: all ease-out .3s;
  transform: scale(.7);
  opacity: 0;
}

.testimonial-carousel .owl-item.active {
  transform: scale(1);
  opacity: 1;
}

.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev {
  font-size: 13px;
  line-height: 35px;
  position: absolute;
  top: 50%;
  padding: 0 10px;
  transition: all ease-out .25s;
  transform: translateY(-100%);
  opacity: 1;
  color: #fff;
  border-radius: 3px;
  background: #171719;
}

.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover {
  color: #fff;
  background: #615e6b;
}

.testimonial-carousel .owl-prev {
  left: 0;
  display: none;
}

.testimonial-carousel .owl-next {
  right: 0;
  display: none;
}

.testimonial-carousel .owl-next.disabled,
.testimonial-carousel .owl-prev.disabled {
  opacity: 0;
}
.testimonials-person-info p{
  color: #000;
  font-size: 17px;
}

/* testimonials css ends */

/* footer css starts  */
/* priyanka css starts */
#footer {
    background-image: linear-gradient(#030001d4, #030001e0), url(../images/footer1a.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      /*padding: 0 0 25px 0;*/
      color: #eee;
      font-size: 14px;
    }
    
    #footer .footer-top {
      /* background: #040919; */
      padding: 60px 0 30px 0;
    }
    
    #footer .footer-top .footer-info {
      margin-bottom: 30px;
    }
    .footer-info a:hover{
      text-decoration: none !important;
      color: #075286;
    }
    .footer-info span:hover {
      color: #e56a26;
    }
    #footer .footer-top .footer-info h3 {
      font-size: 26px;
      margin: 0 0 20px 0;
      padding: 2px 0 2px 0;
      line-height: 1;
      font-weight: 700;
      color: #fff;
    }
    
    #footer .footer-top .footer-info img {
      width: 200px;
      background-color: #fff;
      padding: 10px;
      border-radius: 25px;
  }
    
    #footer .footer-top .footer-info p {
      font-size: 15px;
      line-height: 24px;
      margin-bottom: 0px;
      /* font-family: "Raleway", sans-serif; */
      color: #fff;
    }
  
    .footer-info a {
      text-decoration: none;
      font-size: 35px;
      color: #075286;
    }
    .footer-info span{
      color: #e56a26;
    }
    #footer .footer-top .footer-info h2 {
      font-size: 37px;
      line-height: 24px;
      /* margin-bottom: 30px; */
      /* font-family: "Raleway", sans-serif; */
      /* background-color: #fff; */
      padding: 10px 0px;
      border-radius: 20px 0px 20px 20px;
  }
    
    #footer .footer-top .social-links a {
      font-size: 18px;
      display: inline-block;
  
      line-height: 1;
      padding: 8px 0;
      margin-right: 4px;
      border-radius: 50%;
      text-align: center;
      width: 36px;
      height: 36px;
      transition: 0.3s;
      background: #fff;
      color: #075286;
    }
    
    #footer .footer-top .social-links a:hover {
      background: #222636;
      color: #eee;
    }
    
    #footer .footer-top h4 {
      font-size: 14px;
      font-weight: bold;
      color: #fff;
      text-transform: uppercase;
      position: relative;
      padding-bottom: 12px;
      border-bottom: 2px solid #ffffff;
    }
    
    #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: 5px;
      color: #fff;
      font-size: 18px;
    }
    
    #footer .footer-top .footer-links ul li {
      border-bottom: 1px solid #262c44;
      padding: 10px 0;
    }
    
    #footer .footer-top .footer-links ul li:first-child {
      padding-top: 0;
    }
    
    #footer .footer-top .footer-links ul a {
      color: #eee;
      text-decoration: none;
      margin-left: 0px;
      transition: 0.5s ease;
      font-size: 15px;
  }
    
    #footer .footer-top .footer-links ul a:hover {
      margin-left: 8px;
      transition: 0.5s ease;
      /* color: #2c407d; */
    }
    
    
    #footer .footer-top .footer-contact {
      margin-bottom: 30px;
    }
  
    
    #footer .footer-top .footer-contact p {
      line-height: 26px;
    }
    
    #footer .footer-top .footer-newsletter {
      margin-bottom: 30px;
    }
    
    #footer .footer-top .footer-newsletter input[type="email"] {
      border: 0;
      padding: 6px 8px;
      width: 65%;
    }
    
    #footer .footer-top .footer-newsletter input[type="submit"] {
      background: #fff;
      border: 0;
      width: 35%;
      padding: 6px 0;
      text-align: center;
      color: #fff;
      transition: 0.3s;
      cursor: pointer;
    }
    
    #footer .footer-top .footer-newsletter input[type="submit"]:hover {
      background: #e0072f;
    }
    
    #footer .copyright {
      text-align: center;
      padding-top: 30px;
    }
    
    #footer .credits {
      text-align: center;
      font-size: 13px;
      color: #ddd;
    }
    
    #copy-right {
        width: 100%;
        bottom: 0;
        font-size: 12px;
        background-color: #000;
        color: #fff;
        padding-top: 13px;
        z-index: 999;
    }
    .design {
        text-align: right;
    }
  
  .bm_w p{
      font-size: 16px;
  }
  .design p{
      font-size: 16px;
  }
  .design img{
      width: 80px;
      margin-top: -20px;
  }
  /*footer css ends  */



/*media queries */
@media (max-width: 1024px){
    .image_boxes.style_two .image.two {
    position: absolute;
    right: -230px;
    margin-top: 100px;
}
    .bm_w p {
      font-size: 14px;
  }
  .design p {
    font-size: 14px;
}
.content-inner .cf-inner .inner h2 {
  position: relative;
  font-size: 18px;
}
.image_boxes.style_two .image {
    width: 230px;
    height: 370px;
}
.cf-inner:before, .cf-inner:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 250px;
    border-color: unset;
    z-index: 10;
}
.cf-inner:before {
    top: 20px;
    /* left: 20px; */
    border-left: unset;
    border-top: unset;
}
.cf-inner:after {
    bottom: 20px;
    right: 20px;
    border-right: unset;
    border-bottom: unset;
}
.mvw{
    display: none;
  }
}
@media (max-width: 1024px){

.pd_left_60 {
    padding-left: 0px !important;
}
.pd_bottom_25 {
    padding-bottom: 5px !important;
}
.pd_bottom_15 {
    padding-bottom: 5px !important;
}
.pd_top_90 {
    padding-top: 40px !important;
}
.content-inner .cf-inner {
    padding: 150px 20px;
}
.icon_box_all.style_three {
    height: 310px !important;
}
.featured-icon-box.style7 .featured-content {
     padding-left: 0px !important; 
}
}

@media (max-width: 991px){
  .mvw{
    display: none;
  }
}
@media (max-width: 992px){
  .prt-equal-height-image {
    display: block !important;
    text-align: center !important;
    margin: 8px auto !important;
    width: 100% !important;
}
.prt-col-bgimage-yes {
  height: auto !important;
}
.spacing-19 {
  padding: 19px !important;
}
.page_header_default .page_header_content .banner_title_inner .title_page {
  color: #fff;
  font-size: 30px !important;
}
.sidebar-widget ul{
  padding-left: 0px !important ;
}
/*.image_boxes.style_two .image.two {*/
/*    display: none;*/
/*}*/
.image_boxes.style_two .image {
    width: 335px !important;
     height: auto; 
}
.image_boxes.style_two .image.two {
    position: absolute;
    right: -340px;
    margin-top: 100px;
}
.icon_box_all.style_three {
    height: auto !important;
}
.testimonial {
    padding: 44px 0 80px 303px !important;
}
.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: -4px;
    right: 0px;
    text-align: center;
    z-index: 20000;
}
}

@media (max-width: 500px){
    .nav-brand img {
    width: 100%;
    /* height: 70px; */
    position: relative;
     margin-bottom: 0px; 
    z-index: 12;
    background-color: #fff;
    border-bottom: 5px solid transparent;
    height: 100px;
    /* border-radius: 10px 100px / 120px 168px; */
    /* border: 1px solid red; */
    padding: 0px 0px;
    border-radius: 0px 0% 61% 65% /0px 0% 72% 76%;
}
}
/*@media (max-width: 425px){*/
/*    .carousel-item img {*/
/*    height: 250px !important;*/
/*}*/
/*}*/
@media (max-width: 426px){
    .nav-brand img {
    width: 100%;
    position: relative;
     margin-bottom: 0px; 
    z-index: 12;
    background-color: #fff;
    border-bottom: 5px solid transparent;
    height: 100px;
    margin-top: 5px;
    padding: 0px 0px;
    border-radius: 0px 0% 61% 65% /0px 0% 72% 76%;
}
    .page_header_default {
     min-height: auto !important; 
    padding: 50px 0px 50px !important;
}
    .left-top p {
    margin: 0;
    font-size: 14px;
}
  .image_boxes.style_two .authour_quotes {
    width: 239px;
  }
  .right-top{
      text-align: right;
      margin-right: 0px;
      margin-top: -25px;
  }

  .bm_w p {
    font-size: 15px;
    text-align: center;
}
.design p {
  font-size: 15px;
  text-align: center;
}
.image_boxes.style_two {
    width: 100%;
    display: block;
    min-height: auto;
}
.image_boxes.style_two .background_image {
    display: none;
}
.simple_image_boxes img {
    width: 100%;
    height: auto !important;
    -o-object-fit: cover;
     object-fit: inherit !important; 
    border-radius: 10px;
}
.image_boxes.style_two .image {
     width: 100% !important; 
    height: auto;
}
.image_boxes.style_two .image.one {
    width: 100% !important;
    display: block;
    margin-bottom: 30px;
}
.image_boxes.style_two .image.two {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 30px;
    float: none;
    right: inherit;
    margin-top: 0px;
}
.title_all_box.style_one .title_sections .title {
    font-size: 24px;
    line-height: 35px;
}
.pd_bottom_40 {
    padding-bottom: 0px !important;
}
.pd_top_90 {
    padding-top: 40px !important;
}
.md_pd_left_15 {
    padding-left: 15px !important;
}
.pd_bottom_25 {
    padding-bottom: 0px !important;
}
.service-title h3 {
  font-weight: 600;
  font-size: 22px !important;
}
.content-inner .cf-inner {
    padding: 150px 20px;
}
.testimonial .pic {
     width: 100% !important; 
     height: auto !important; 
}
.testimonial {
     padding: 0px !important; 
}
}
@media (max-width: 320px){
.ser-cnt h2 {
    font-size: 29px;
}
.contries_offleft h3 {
    font-size: 33px;
}
.section-title h2 {
    font-weight: 600;
    font-size: 26px !important;
}
}

/* about us page css starts  */
.service-icon-section{
    margin: 30px 0px;
}
.page_header_default {
  position: relative;
  min-height: 320px;
  padding: 100px 0px 100px;
  overflow: hidden;
  align-items: center;
}
.page_header_default::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #282f3b;
  opacity: 0.85;
  z-index: 1;
}
.page_header_default .parallax_cover {
  position: absolute;
  top: 0;
  min-height: 485px;
  height: 100%;
  width: 100%;
  left: 0;
}
.page_header_default .parallax_cover img {
  max-width: 100%;
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 0px;
}

.parallax_cover img {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.page_header_default .page_header_content {
  position: relative;
  z-index: 3;
  text-align: center;
}
.page_header_default .page_header_content .banner_title_inner {
  position: relative;
  /*margin-bottom: 20px;*/
}
.page_header_default .page_header_content .banner_title_inner .title_page {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
}
.breadcrumbs {
  position: relative;
  display: inline-block;
}
.breadcrumbs ul {
  position: relative;
  padding: 0;
}
.m-auto {
  margin: auto!important;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumbs ul li {
  margin-right: 30px;
  color: #fff;
  position: relative;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
/*.breadcrumbs ul li:before {*/
/*  position: absolute;*/
/*  content: "\f105";*/
/*  font-family: "FontAwesome";*/
/*  right: -13px;*/
/*  top: -2px;*/
/*  color: rgba(255, 255, 255, 0.7);*/
/*  font-size: 14px;*/
/*}*/
.breadcrumbs ul li a:last-child {
  padding-right: 0px;
}
.breadcrumbs ul li a {
  color: #fff;
  position: relative;
  text-decoration: none;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  padding-right: 30px;
}
.breadcrumbs ul li:last-child {
  margin-right: 0;
}
.breadcrumbs ul li {
  margin-right: 0px;
  color: #fff !important;
  position: relative;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.breadcrumb {
  background-color: unset !important;
}
.pd_top_90 {
  padding-top: 90px !important;
}
.pd_bottom_20 {
  padding-bottom: 20px;
}
.bg_light_1 {
  background:#f0f3f9 !important;
      padding-bottom: 50px;
}
.simple_image_boxes {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.simple_image_boxes img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.height_264px, .height_264 {
  height: 264px !important;
}
/* 
.parallax_cover img {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
} */
.icon_box_all.style_three {
  text-align: center;
  background: #fff;
  padding: 28px 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,.09);
     height: 285px;
}
.icon_box_all {
  position: relative;
}
.icon_box_all.style_three .icon_content {
  position: relative;
}
.icon_box_all.style_three .icon_content .icon {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.icon_box_all.style_three .icon_content .icon span {
  font-size: 60px;
  line-height: 60px;
  color: #078586;
}
.icon_box_all.style_three .icon_content .txt_content h3 a {
  display: block;
  color: #282f3b;
  line-height: 30px;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  text-decoration: none;
}
.icon_box_all.style_three .icon_content .txt_content p {
  margin-bottom: 0px;
  font-size: 17px;
}
.icon_box_all.style_three .icon_content .txt_content ul li {
  text-align: left;
  list-style: none;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
  font-size: 18px;
}
.icon_box_all.style_three .icon_content .txt_content ul {
  margin: 30px 0 35px;
  padding: 0;
}
.icon_box_all.style_three .icon_content .txt_content ul li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 20px;
  border: 2px solid #e4e7ee;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* team starts */
/*.test{*/
/*  padding: 40px 0px;*/
/*}*/
/*.test h1{*/
/*    font-size: 35px;*/
/*    text-align: center;*/
/*    color: #e56a26;*/
/*}*/
/*.testimonial {*/
/*   border-left: 3px solid #6ab33e; */
/*  padding: 100px 0 100px 320px;*/
/*  position: relative;*/
/*}*/
/*.testimonial:before,*/
/*.testimonial:after{*/
/*  content: "";*/
/*  width: 320px;*/
/*  height: 55px;*/
/*   border-right: 3px solid #6ab33e; */
/*  position: absolute;*/
/*  left: 0;*/
/*}*/
/*.testimonial:before{*/
/*   border-top: 3px solid #6ab33e; */
/*  top: 0;*/
/*}*/
/*.testimonial:after{*/
/*   border-bottom: 3px solid #6ab33e; */
/*  bottom: 0;*/
/*}*/
/*.testimonial .pic {*/
/*  width: 255px;*/
/*  height: 100px;*/
/*  position: absolute;*/
/*  top: 43px;*/
/*  left: 32px;*/
/*}*/
/*.testimonial .pic img{*/
/*  width: 100%;*/
/*  height: auto;*/
/*  border-radius: 5px;*/
/*}*/
/*.testimonial .description{*/
/*  font-size: 16px;*/
/*  color: #000;*/
/*  line-height: 27px;*/
/*  position: relative;*/
/*}*/
/* .testimonial .description:before{*/
/*  content: "\f10d";*/
/*  font-family: "FontAwesome";*/
/*  font-weight: 900;*/
/*  position: absolute;*/
/*  top: -70px;*/
/*  left: 0;*/
/*  font-size: 20px;*/
/*  color: #7a7e82;*/
/*} */
/*.testimonial .testimonial-title{*/
/*  font-size: 22px;*/
/*  font-weight:800;*/
/*  color: #e56a26;*/
/*  text-transform: capitalize;*/
/*}*/
/*.testimonial .post{*/
/*  display: block;*/
/*  font-size: 15px;*/
/*  font-weight: 700;*/
/*  color :#6ab33e;*/
/*  margin-top: 10px;*/
/*}*/
/*.owl-theme .owl-controls{*/
/*  text-align: right;*/
/*  margin-top: 30px;*/
/*}*/
/*.owl-theme .owl-controls .owl-buttons div{*/
/*  background: #6ab33e;*/
/*  border-radius: 0;*/
/*  opacity: 1;*/
/*  padding: 5px 10px;*/
/*}*/
/*.owl-prev:before,*/
/*.owl-next:before{*/
/*  content: "\f053";*/
/*  font-family: "Font Awesome 5 Free"; font-weight: 900;*/
/*  color: #fff;*/
/*}*/
/*.owl-next:before{*/
/*  content: "\f054";*/
/*}*/
/*@media only screen and (max-width: 990px){*/
/*  .testimonial{*/
/*      padding: 80px 0 80px 265px;*/
/*  }*/
/*}*/
/*@media only screen and (max-width: 767px){*/
/*  .testimonial{*/
/*      padding: 0;*/
/*      border: none;*/
/*  }*/
/*  .testimonial:before,*/
/*  .testimonial:after{*/
/*      border: none;*/
/*  }*/
/*  .testimonial .pic{*/
/*      position: relative;*/
/*      top: 0;*/
/*      left: 0;*/
/*  }*/
/*  .testimonial .description{*/
/*      margin-top: 15px;*/
/*  }*/
/*  .testimonial .description:before{*/
/*      content: "";*/
/*  }*/
/*}*/

/*.pic img{*/
/*    border-radius: 5px;*/
/*}*/
/* team ends */

/* about us page css ends  */


/* contact us page css starts */
.prt-row.padding_bottom_zero-section {
  padding: 80px 0 0;
}
/*.prt-col-bgimage-yes {*/
/*  height: 100%;*/
/*}*/
.prt-col-bgimage-yes {
  z-index: 1;
}
.prt-bg {
  position: relative;
}
.col-bg-img-thirty-seven.prt-col-bgimage-yes > .prt-col-wrapper-bg-layer {
  background-image: url(../images/col-bgimage-37.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: -302px;
}
.prt-bg-layer{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.layer-content {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*.prt-equal-height-image {*/
/*  display: none;*/
/*}*/
.spacing-25 {
  padding: 28px 40px 30px 40px;
}

.bg-base-grey {
  background-color: #f0f5fb;
}
.section-title.style7 {
  margin-top: -8px;
}
.section-title {
  position: relative;
  margin-bottom: 18px;
  /* margin-top: -9px; */
}
.section-title .title-header {
  padding-bottom: 0px;
}
.section-title.style7 h2 {
  margin-bottom: 0;
}
.section-title h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #e56a26;
}
.section-title h2 span {
  /* font-family: var(--base-headingfont-main); */
  font-style: italic;
  font-weight: 600;
  display: inline-block;
  color: #e02454;
}
.bg-base-grey form.contact_form input, .bg-base-grey form.contact_form textarea, .bg-base-grey form.contact_form select {
  background-color: var(--base-grey);
  margin-bottom: 20px!important;
  width: 100%;
}
form.contact_form input, form.contact_form textarea, form.contact_form select {
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #ced7e4;
  padding: 15px 15px 15px 20px;
  font-size: 15px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, select {
  font-family: inherit;
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  vertical-align: middle;
  width: 100%;
  color: #666666;
  padding: 12px 15px 12px;
  border-radius: 0;
  font-weight: 400;
  background-color: #fff;
  text-transform: inherit;
  border: 1px solid rgba(0, 43, 92, 0.08);
  font-size: 14px;
  outline: none;
  line-height: inherit;
  letter-spacing: 0px;
}
.prt-btn.prt-btn-style-fill.prt-btn-color-skincolor {
  background-color: #e02454;
  border-color: #e02454;
  color: #fff;
}
.prt-btn.prt-btn-size-md {
  font-size: 15px;
  padding: 14px 30px 15px 30px;
}
.prt-btn.prt-btn-shape-round {
  border-radius: 2rem;
}
.prt-btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 16px;
  padding: 13px 30px 13px 30px;
  background: transparent;
  border-width: 0px;
  border-style: solid;
  border-color: transparent;
  position: relative;
  text-transform: capitalize;
  font-weight: 500;
  text-align: center;
  /*font-family: var(--base-bodyfont);*/
  overflow: hidden;
  z-index: 1;
  transition: all .6s ease 0s;
}
.prt-btn:not(.btn-inline):after {
  webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  bottom: 110%;
  left: 50%;
  background-color: var(--base-dark);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}
.mt-5 {
  margin-top: 5px ! important;
}

.prt-row {
  padding: 50px 0;
}
.featured-icon-box.style19 {
  margin: 0;
  text-align: center;
  padding: 15px 15px 8px;
}
.featured-icon-box {
  position: relative;
  /*margin: 15px 0;*/
}
.featured-icon-box.style19 .featured-icon {
  margin: 0 auto 10px;
}
.featured-icon-box.style19 .featured-icon:hover .prt-icon {
  animation: prt-bounce .5s ease-in-out 50ms;
}
@keyframes prt-bounce{
  0% {
    transform: translateY(0);
}
40% {
    transform: translateY(-12px);
}
100% {
    transform: translateY(0);
}
}
.featured-icon-box.style19 .prt-icon {
  height: 55px;
  width: 55px;
  line-height: 55px;
  display: block;
  margin: 0 auto;
  border: 1px solid #ced7e4;
  background-color:#f0f5fb;
}
.prt-icon {
  margin-bottom: 25px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border: 1px solid transparent;
  position: relative;
  transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  box-sizing: content-box;
  position: relative;
}
.prt-icon img{
  width: 32px;
}
.featured-icon-box.icon-align-top-content .featured-content {
  padding-top: 15px;
}
.featured-icon-box.style19 .featured-title h3 {
  margin-bottom: 2px;
}
.featured-title h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: capitalize;
}
.row.g-0.prt-vertical_sep > [class*='col']:not(:last-child):before {
  right: 0;
}

.prt-vertical_sep > [class*='col']:not(:last-child):before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  right: 0;
  width: 1px;
  background-color: #E2E2E2;
  z-index: 1;
}
.featured-desc a{
  font-size: 17px;
  text-decoration: none !important;
  color: #000 !important;
}
.featured-desc span{
  font-size: 15px;
  color: #000;
}
.featured-desc p{
  font-size: 16px;
}
/* contact us page css ends */

/* services page css starts */

.spacing-19 {
  padding: 50px;
}
.spacing-20 {
  padding: 25px 0 29px;
}
.service-title {
  margin-top: -6px;
}
.service-title h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
  color: #075286;
}
.mb-20 {
  margin-bottom: 20px ! important;
}
.text-base-skin {
  color: #e02454;
}
.service-title p {
  margin-bottom: 0;
  font-size: 16px;
}
/*.col-bg-img-twenty-five.prt-col-bgimage-yes > .prt-col-wrapper-bg-layer {*/
/*  background-image: url(../images/services1.png);*/
/*  background-position: 50% 50%;*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*  margin-right: -302px;*/
/*}*/
/*.prt-bg-layer, .prt-titlebar-wrapper-bg-layer, .prt-col-wrapper-bg-layer-inner {*/
/*  position: absolute;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  top: 0;*/
/*  left: 0;*/
/*}*/
/* .layer-content {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
} */
/*.prt-equal-height-image {*/
/*  display: none;*/
/*}*/
/*.mt-50 {*/
/*  margin-top: 50px ! important;*/
/*}*/
.col-bg-img-twenty-six.prt-col-bgimage-yes > .prt-col-wrapper-bg-layer {
  background-image: url(../images/services.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: -302px;
}
/*.spacing-26 {*/
/*  padding: 20px 0 21px;*/
/*}*/
.featured-icon-box.style7 {
  /* margin: 0; */
  transition: all .3s ease;
}

/* .featured-icon-box {position: relative;
  position: relative;
  margin: 15px 0;
} */
.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-icon {
  vertical-align: top;
  padding-top: 0px;
}
.featured-icon-box.style7 .featured-icon {
  position: relative;
}

.featured-icon-box.icon-align-before-content .featured-icon{
  display: table-cell;
  vertical-align: middle;
}
.featured-icon-box.style7 .prt-icon {
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 70px;
  width: 68px;
  line-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-left: 2px solid #e02454;
  background-color: var(--base-grey);
}
.featured-icon-box.style7.bg-color-white .prt-icon {
  background-color: #fff;
}
.featured-icon-box.style7:hover .prt-icon:before {
  transform: translateX(0);
  transition: transform .35s ease;
}
.featured-icon-box.style7 .prt-icon:before {
  transform: translateX(-100%);
  z-index: 1;
}
.featured-icon-box.style7 .prt-icon:before, .featured-icon-box.style7 .prt-icon:after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background: #e02454;
  /* z-index: -1; */
}
.featured-icon-box.style7:hover .featured-icon i {
  color: var(--base-white);
  z-index: 1;
}
.featured-icon-box.style7 .featured-icon i {
  font-size: 35px;
  line-height: 35px;
}
.featured-icon-box.icon-align-before-content .featured-icon i {
  display: inline-block;
  vertical-align: middle;
}
.prt-icon i {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  transition: all 0.3s ease 0s;
}
.featured-icon-box.style7:hover .prt-icon:after {
  opacity: 1;
  transform: translateX(0);
  transition: transform .35s .36s ease;
}
.featured-icon-box.style7 .prt-icon:after {
  z-index: 0;
  transform: translateX(100%);
  transition: none;
  transition: transform .5s ease;
}
.featured-icon-box .prt-icon {
  margin-bottom: 0;
}
.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-content, .featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-icon {
  vertical-align: top;
  padding-top: 0px;
}
.featured-icon-box.style7 .featured-content {
  padding-left: 25px;
}
.featured-icon-box.icon-align-before-content .featured-content, .featured-icon-box.icon-align-before-title .featured-title {
  padding-left: 15px;
}
.featured-icon-box.icon-align-before-content .featured-icon, .featured-icon-box.icon-align-before-content .featured-content, .featured-icon-box.icon-align-before-title .featured-title, .featured-icon-box.icon-align-before-title .featured-icon {
  display: table-cell;
  vertical-align: middle;
}
.featured-icon-box.style7 .featured-title h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
.mb-25 {
  margin-bottom: 25px ! important;
}
.mt-25 {
  margin-top: 25px ! important;
}
.prt-horizontal_sep {
  background-color: #E2E2E2;
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  z-index: 1;
}
.featured-icon-box.style7:hover .featured-icon i {
  color: #fff;
  z-index: 1;
}
.cnt p{
  font-size: 17px;
}
.cnt b{
  font-size: 20px;
  color: #e56a26;
}
.featured-desc b{
  font-size: 20px;
  color: #e56a26;
}
.service-desc b{
  font-size: 20px;
  color: #e56a26;
}
.cnt{
    padding-bottom: 35px;
}
.text{
    padding-bottom: 35px;
}
/* services page css ends */


/* countries page css starts */
.service-details {
  position: relative;
  padding-top: 50px;
}
.service-details .service-sidebar .sidebar-widget {
  position: relative;
  margin-bottom: 45px;
}
.service-details .service-sidebar .sidebar-categories .categories-list li {
  position: relative;
  display: block;
}
.service-details .service-sidebar .sidebar-categories .categories-list li a.active, .service-details .service-sidebar .sidebar-categories .categories-list li a:hover {
  color: #fff;
}
.service-details .service-sidebar .sidebar-categories .categories-list li a {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #222;
  padding: 21px 40px;
  background: #e7ecf2;
  z-index: 1;
  text-decoration: none;
}
.service-details .service-sidebar .sidebar-categories .categories-list li a.active:before, .service-details .service-sidebar .sidebar-categories .categories-list li a:hover:before {
  width: 100%;
  left: 0px;
}
.service-details .service-sidebar .sidebar-categories .categories-list li a:before {
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
}
.service-details .service-sidebar .sidebar-categories .categories-list li a:before {
  background: #075185;
}
.service-details .service-sidebar .sidebar-categories .categories-list li a.active:after, .service-details .service-sidebar .sidebar-categories .categories-list li a:hover:after {
  background: rgba(255,255,255,0.2);
}
.service-details .service-sidebar .sidebar-categories .categories-list li a:after {
  position: absolute;
  content: '';
  background: #d2dbe4;
  width: 1px;
  height: 32px;
  top: 19px;
  right: 74px;
  transition: all 500ms ease;
}
.service-details-content .content-style-one {
  position: relative;
  /* margin-bottom: 56px; */
}
.service-details .service-details-content .content-style-one .image-box {
  position: relative;
  display: block;
  margin-bottom: 25px;
}
figure {
  margin: 0px;
}
.service-details-content .image-box img {
  width: 100%;
}
.service-details .group-title {
  position: relative;
  display: block;
  /* margin-bottom: 27px; */
}
.service-details .group-title h2 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 45px;
  color: #e56a26;
  margin: 0px;
}
.service-details-content .content-style-one .text h3 {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  color: #555;
  font-weight: 400;
  margin-bottom: 15px;
}
.service-details-content .content-style-one .text p:last-child {
  margin-bottom: 0px;
  font-size: 17px;
}
.service-details .service-sidebar .sidebar-categories .categories-list li a img {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  float: right;
  color: #c8d1db;
  top: 3px;
  transition: all 500ms ease;
  width: 24px;
}
.group-title h2{
  font-size: 35px;
  color: #e56a26;
}
.text p{
  font-size: 17px;
}
.sidebar-widget ul{
  padding-left: 0px;
}
.text b{
  color: #e56a26;
  font-size: 18px;
}

/* countries page css ends */

/* footer section css starts */
.footer_logo img{
    width: 200px;
}
.padding-top {
    padding-top: 30px;
}
footer {
    background-image: linear-gradient(rgb(0 0 0 / 91%), rgb(0 0 0 / 90%)),url(../images/footer.jpg);
    color: #fff;
}
.half_space {
    margin-bottom: 25px;
}
footer .footer_panel h3 {
    display: block;
}
.heading {
    border-bottom: 1px solid #dadada;
    display: inline-block;
}
.heading .divider-left {
    margin: 10px 0 -2px;
}
.heading .divider-left, .heading .divider-center {
    height: 4px;
    width: 70px;
    background: #003d8c;
    display: block;
}
footer .footer_panel .footer_logo {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    /*background-color: #fff;*/
    padding: 6px;
    border-radius: 8px;
}
footer p {
    color: #fff;
    font-size: 16px;
}
.heading_top {
    /* margin-top: 25px; */
    padding-left: 0px;
}
ul.social_icon li {
    display: inline-block;
}
footer .footer_panel ul.social_icon li a {
    color: #fff;
}
ul.social_icon li a {
    color: #0f0f0f;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    width: 40px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    box-shadow: inset 0 0 0 1px #7c7c7c;
}
ul.social_icon li a {
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
ul.social_icon li a.facebook:after {
    background: #3b5998;
}
ul.social_icon li a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #f7c51e;
    transition: .4s;
    border-radius: 4px;
    opacity: 0;
    transform: scale(1.3);
    color: #fff;
    z-index: -1;
}
ul.social_icon li a.twitter:after {
    background: #00aced;
}
ul.social_icon li a.dribble:after {
    background: #ea4c89;
}
ul.social_icon li a.instagram:after {
    background: #517fa4;
}
ul.social_icon li a.vimo:after {
    background: #4EBBFF;
}
/* ul.links li {
    display: inline-block;
    width: 49%;
} */
ul.links li a {
    color: #fff;
    font-size: 15px;
    margin-bottom: 15px;
    /* margin-left: 15px; */
    display: block;
    text-decoration: none;
}
ul.links li a > i {
    display: inline-table;
    margin-right: 5px;
    vertical-align: middle;
    width: 10px;
    margin-left: -15px;
}
footer .footer_panel p.address, .services p.address {
    margin-left: 25px;
    margin-bottom: 15px;
}
footer .footer_panel p.address > i, .services p.address > i {
    display: inline-block;
    font-size: 19px;
    margin-left: -30px;
    vertical-align: middle;
    width: 25px;
}
ul.social_icon li a:hover:after {
    transform: scale(1);
    opacity: 1;
}
ul.social_icon li a:hover {
    color: #fff;
}
.address a{
        color: #fff;
        text-decoration: none;
}
.address a:hover {
    color: #fff;
    text-decoration: none;
}
.links{
    padding-left: 0px;
}
.footer_right {
    width: 100%;
    border-top: 1px solid #eaeaea45;
    background-color: rgb(0, 0, 0);
}
.footerbottom1 h5 {
    font-size: 14px;
    margin-top: 12px;
    color: #fff;
}
.footerbottom2 {
    float: right !important;
}
.footerbottom2 h4 {
    font-size: 14px;
    color: #fff;
    margin-top: 12px;
}
.footerbottom2 span a {
    color: #427ab9;
    cursor: pointer;
}
.single-footer-widget li{
    list-style-type: none;
}
.single-footer-widget ul{
    padding-left: 0px;
}
.footerbottom2 img {
    width: 66px;
    margin-top: -15px;
}
.links li{
    list-style-type: none;
}
/* footer section css ends */


/* faq page css starts */

.wrapper {
  width: 100%;
  padding: 40px 0px;
}


/*.container {*/
/*  background-color: white;*/
/*  color: black;*/
/*  border-radius: 20px;*/
/*  box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);*/
/*  margin: 20px 0;*/
/*}*/

.question {
  font-size: 20px;
  font-weight: 600;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #075286;
}

.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5;
  font-size: 18px;
}

.question.active + .answercont {
}

@media screen and (max-width: 790px){
  .wrapper {
  width: 100%;
}
}

/* faq page css ends */
.blog-item{
    padding: 30px 0px 0px;
}
.blog-item img {
    /* display: block; */
    width: 100%;
}

.blog-item a {
    display: flex;
    padding: 50px;
    overflow: hidden;
    align-items: center;
    max-width: 1000px;
    margin: auto;
    color: #333;
    /*font-family: 'Lato', sans-serif;*/
    font-size: 16px;
    border-radius: 6px;
    margin-bottom: 50px;
    text-decoration: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.blog-item a:hover {
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none !important;
}

.blog-item .icon {
    width: 35%;
    object-fit: cover;
    margin-right: 50px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 15px 26px rgba(0, 0, 0, 0.4);
}

.blog-item .content {
    width: 65%;
}

.blog-item .content .title {
    font-size: 21px;
    text-transform: capitalize;
    color: #25aae1;
    font-weight: 600;
    /*font-family: 'Lato', sans-serif;*/
}



.blog-item .content .title .blog-date {
    font-size: 12px;
    margin-left: 20px;
    color: #333;
    /*font-family: 'Lato', sans-serif;*/
}

.blog-item .content .title .blog-date:before {
    content: '/';
    color: #2bb673;
    font-size: 25px;
    top: auto;
    position: relative;
    margin-right: 10px;
}

.blog-item .content .rounded {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-item .item-arrow {
    height: 20px;
    width: 15%;
    position: relative;
    text-align: center;
    font-size: 35px;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.blog-item a:hover > .item-arrow {
    /*padding-left: 40px;*/
    color: #25aae1;
    left: 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.rounded {
    width: 70px;
    height: 5px;
    border-radius: 6px;
    background-image: linear-gradient(to right, #25aae1, #40e495);
    /* background: #2bb769; */
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.content p{
    color: #000;
}
@media screen and (max-width: 768px){
    .carousel-item img {
    height: auto !important;
}

    .blog-item .content {
        width: 100%;
        margin-top: 35px;
    }

    .blog-item .content .title {
        font-size: 18px;
    }

    .blog-item .item-arrow {
        margin: auto;
    }

    .blog-item .icon {
        width: 100%;
    }

    .blog-item .icon img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .blog-item {
        width: 92%;
        margin: auto;
    }

    .blog-item a {
        display: block;
        padding: 30px;
    }

}

#whySection{
    /*background-image: url(../images/Ban21.jpg);*/
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #075286;
}
#whySection h2{
    color: #e56a26;
    font-size: 40px;
    text-align: center;
}
.y-head{
    text-align: center;
    color: white;
    font-size: 24px;
}
.about-section{
    padding-bottom: 40px;
}
@media (min-width: 390px){
    .nav-brand img {
    width: 100% !important;
    position: relative;
     margin-bottom: 0px; 
    z-index: 12;
    background-color: #fff;
    border-bottom: 5px solid transparent;
    height: 100px;
    padding: 0px 0px;
    border-radius: 0px 0% 61% 65% /0px 0% 72% 76%;
    margin-top: 5px;
}
}
@media (max-width: 431px){
    .nav-brand img {
    width: 100% !important;
    position: relative;
     margin-bottom: 0px; 
    z-index: 12;
    background-color: #fff;
    border-bottom: 5px solid transparent;
    height: 100px;
    padding: 0px 0px;
    border-radius: 0px 0% 61% 65% /0px 0% 72% 76%;
    margin-top: 5px;
}
}
@media (min-width: 412px){
    .nav-brand img {
    width: 100% !important;
    position: relative;
     margin-bottom: 0px; 
    z-index: 12;
    background-color: #fff;
    border-bottom: 5px solid transparent;
    height: 100px;
    padding: 0px 0px;
    border-radius: 0px 0% 61% 65% /0px 0% 72% 76%;
    margin-top: 5px;
}
}
/*@media (min-width: 414px){*/
/*    .nav-brand img {*/
/*    width: 30% !important;*/
/*    position: relative;*/
/*     margin-bottom: 0px; */
/*    z-index: 12;*/
/*    background-color: #fff;*/
/*    border-bottom: 5px solid transparent;*/
/*    height: 100px;*/
/*    padding: 0px 0px;*/
/*    border-radius: 0px 0% 61% 65% /0px 0% 72% 76%;*/
/*    margin-top: 5px;*/
/*}*/
/*}*/
@media  (max-width: 991px) and (min-width: 420px){
        .nav-brand img {
    width: 100% !important;
    position: relative;
     margin-bottom: 0px; 
    z-index: 12;
    background-color: #fff;
    border-bottom: 5px solid transparent;
    height: 100px;
    padding: 0px 0px;
    border-radius: 0px 0% 61% 65% /0px 0% 72% 76%;
    margin-top: 5px;
}
}
@media (max-width: 414px) {
.nav-brand img {
    width: 30% !important;
}
}

@media (max-width: 376px){
    .nav-brand img {
    width: 100% !important;
    position: relative;
     margin-bottom: 0px; 
    z-index: 12;
    background-color: #fff;
    border-bottom: 5px solid transparent;
    height: 100px;
    padding: 0px 0px;
    border-radius: 0px 0% 61% 65% /0px 0% 72% 76%;
    margin-top: 5px;
}
}
.carousel-item img{
    height: 580px;
}
.social-icons-whatsapp {
    bottom: 25px;
    right: 16px;
    opacity: 1;
    transition: opacity 0.5s;
    box-sizing: border-box;
    position: fixed !important;
    z-index: 16000160 !important;
    direction: ltr;
    text-align: right;
}
.social-icons-whatsapp a, .social-icons-whatsapp a:hover {
    background: #0dc143;
    font-size: 33px;
    padding: 7px 11px;
    border-radius: 50%;
}
.social-icons-whatsapp i{
    color: #fff;
}

.text {
    margin-top: 20px;
    font-size: 16px;
    color: #232629;
    font-weight: 500;
    margin-bottom: 0;
}
/* Services page css starts */
.area-padding {
    padding: 50px 0px;
}
.single-system {
    display: flex;
    overflow: hidden;
    align-items: center;
    margin-bottom: 30px;
}
.top-content {
    float: left;
    width: 60%;
}
@media (min-width: 1200px){
.hidden-lg {
    display: none !important;
}
}
.system-images {
    position: relative;
}
.main-system {
    display: block;
    width: 40%;
    float: left;
}
.system-content {
    padding: 22px;
    position: relative;
    left: 0px;
    z-index: 1;
    background: #075286;
    max-height: 430px;
    height: 100%;
    overflow: hidden;
    width: 560px;
    border-radius: 5px;
}
.main-icon-images {
    display: block;
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}
.system-content h3 {
    font-size: 38px;
    margin-bottom: 10px;
    line-height: 38px;
    color: #fff;
    font-weight: 600;
}
.system-content p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}
.system-images img{
    width: 100%;
}

/* Services page css ends */

