/*
@File: Irise Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the template.

This files table contents are outlined below>>>>>

******************************************* 
** - Default-style
** - Default-btn-style
** - Section-title-style
** - Top Header-style
** - Navbar-style
** - Banner-style
** - Partner-style
** - About-style
** - Counter-style
** - Services-style
** - Faq-style
** - Benefits-style
** - Choose-style
** - Project-style
** - Team-style
** - Skill-style
** - Testimonials-style
** - Video-style
** - Blog-style
** - Pricing-style
** - Footer-style
** - Newsletter-style
** - Contact-style
** - Error-style
** - Login-style
** - Register-style
** - Password-style
** - Privacy Policy-style
** - Terms & Condition-style
** - Coming Soon-style
*******************************************
*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
/*Default-style
======================================================*/
body {
  color: #666666;
  font-size: 15px;
  font-weight: 400;
 
  overflow-x: hidden;
}
@font-face {
  font-family: 'Lufga';
  src: url('fonts/LufgaRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lufga';
  src: url('fonts/LufgaBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Lufga';
  src: url('fonts/LufgaBoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

h1, h2, h3 {
  font-family: "Lufga", !important;
  font-weight: bold !important;
  font-style: normal;
}

img {
  max-width: 100%;
}

.nav-tab{
  background-color: #289ad7d4 ;
}

.accordion-image {
  /* height:500px !important;
 max-width: 500px !important; */
  display: block;
  /* border-bottom: 1px solid #ccc; */
  border-radius: 5px; /* Add border radius */
}

@media only screen and (max-width:768px){
  .accordion-image{
    display: block;
    height: 65vh !important;
    border: none !important;
    margin-top: -18% !important;
  }
}

@media only screen and (max-width:768px){
  .accordion-image-1{
    display: block;
    
    margin-top: 5% !important;
  }
}


@media only screen and (max-width:768px){
  .build-1{
    margin-bottom: -10%;
  }
}

@media only screen and (max-width:768px){
  .proces{
    display: block !important;
  }
}

/* Styles for the start prep button */
/* .start-prep-button {
 
  margin-top: px;
}

.start-prep-btn {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
}

.start-prep-btn:hover {
  background-color: #0056b3;
} */

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.ptb-100 {
  padding-top: 50px;
  padding-bottom: 10px;
}

.pt-100 {
  padding-top: 50px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-70 {
  padding-bottom: 5px;
}

.pt-70 {
  padding-top: 70px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mlr-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mlrt-5 {
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 5px;
}

h1, h2, h3, h4, h5, h6 {
  /* font-family: var(--heading-font); */
  color: black;
  
  font-weight: 600;
}
.faq-section {
  width:76%;
   margin: 0 auto;
   padding: 0px 20px;
}

.accordion-item {
   margin-bottom: 20px;
}

.accordion-question {
   font-size: 18px;
   font-weight: bold;
   cursor: pointer;
   border-bottom:2px solid red;
}

.accordion-answer {
   display: none;
   font-size: 16px;
   margin-top: 10px;
   padding-left: 20px;
}

.accordion-answer.active {
   display: block;
}

.slide{
  display:flex;
}
.slid {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; /* For smooth scrolling on iOS */
}

.slid img {
  display: inline-block;
  vertical-align: middle;
}

p {
  margin-bottom: 15px;
  font-size: 16px;
 font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  color:black;
  line-height: 1.8;

}

p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

.owl-nav {
  margin-top: 0 !important;
}

.owl-dots {
  margin-top: 0 !important;
}

.bg-f4fbf6 {
  background-color: #f4fbf6;
}

.bg-fafafa {
  background-color: #fafafa;
}

.form-control {
  /* height: 50px; */
  border: 1px solid rgba(37, 171, 68, 0.25);
  padding-left: 15px;
}

.form-control:focus {
  border: 1px solid #28aa4a;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea {
  height: auto !important;
}

.carousel-inner {
  display: flex;
  flex-wrap: wrap;
}

/* Styles for mobile view */
@media only screen and (max-width: 767px) {
  .image-container {
      width: 100%;
      float: none;
      text-align: center;
  }

  .image-container h4, .image-container p {
      text-align: center;
  }
}

.carousel-item {
  flex: 0 0 20%; /* Display 5 items per row (20% width each) */
  max-width: 20%; /* Ensure items don't exceed 20% width */
}

.carousel-item img {
  height: auto; /* Maintain image aspect ratio */
  width: 100%;
  object-fit: cover;
}


.carousel-control-prev-icon::before,
.carousel-control-next-icon::before {
  color: white;
}

/* a:link,
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
} */

.slick-track * {
  outline: none;
}

.property-wrapper {
  text-align: center;
  padding: 50px 0 75px;
}

.property-wrapper h1 {
  font: 400 40px "Playfair Display", serif;
  color: #e1ab35;
  text-transform: uppercase;
}

.property-wrapper span {
  font: 500 13px/21px "Roboto", sans-serif;
  color: #680909;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.property-slide {
  margin: 0 -7px;
}

.property-slide:not(.slick-initialized) .property-item:nth-child(n + 4) ~ div {
  display: none;
}

.property-item {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% / 4);
  padding: 0 7px;
}

.property-item a {
  display: block;
  position: relative;
}

.property-slide {
  padding: 38px 0 0;
}

.property-slide button.slick-arrow {
  display: inline-block;
  position: absolute;
  width: 41px;
  height: 41px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(-40px);
  border: none;
  outline: none;
}

.property-slide button:before {
  font-family:  "lufga" !important;
  color: #000 !important;
  font-size: 30px;
}
.property-slide button.slick-prev {
  left: -50px;
}

.property-slide button.slick-next {
  right: -50px;
}

.property-item .property-img:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(153, 126, 67, 0.3);
  opacity: 0;
  outline: 1px solid #ffffff;
  outline-offset: -10px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}

.property-item .property-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}

.property-img {
  position: relative;
}

.property-img img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.property-details {
  padding: 20px 0;
  opacity: 0;
  transition: all 0.3s ease;
}

.property-details strong {
  font: 500 20px "Roboto", sans-serif;
  color: #2f2f2f;
}

.property-item:hover .property-img:before,
.property-item:hover .property-img:after {
  
}

.property-item a:hover .property-details {
 
}
/* .slider_bhnd .swiper-pagination {
  bottom: 0px !important;
  z-index: 1;
}

.slider_bhnd .swiper-container {padding-bottom: 60px;box-sizing:border-box;}

.slider_bhnd .swiper-pagination span {
  height: 14px;
  width: 14px;
  border: solid  1px #707070;
  background: #FFFFFF;
}

.slider_bhnd .swiper-pagination span.swiper-pagination-bullet-active {
  background: #C82A1A;
  border-color: #C82A1A;
}
.slider_bhnd .swiper-pagination {
  bottom: 0px !important;
  z-index: 1;
}

.slider_bhnd .swiper-container {padding-bottom: 60px;box-sizing:border-box;}

.slider_bhnd .swiper-pagination span {
  height: 14px;
  width: 14px;
  border: solid  1px #707070;
  background: #FFFFFF;
}

.slider_bhnd .swiper-pagination span.swiper-pagination-bullet-active {
  background: #C82A1A;
  border-color: #C82A1A;
}
.slider_bhnd .swiper-button-prev {
  position: absolute;
  top: unset !important;
  bottom: -5px !important;
  background: url("../../assets/images/icon/download-1.svg");
  opacity: 1 !important;
  background-size: 11.4px  20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 42%;
  transform: translate(-50%, -50%);
}
.our_media_slides_num .owl-prev {
  width: 40px !important;
  height: 40px !important;
  background: #C21D03;
  padding: 0;
  margin: 0;
  color:#fff !important;
}

.our_media_slides_num .owl-prev:hover {
  background: #C21D03 !important;
  color:#fff !important;
}
.our_media_slides_num .owl-next {
  width: 40px !important;
  height: 40px !important;
  background: #C21D03;
  padding: 0;
  margin: 0;
  color:#fff !important;
}

.our_media_slides_num .owl-next:hover {
  background: #C21D03 !important;color:#fff !important;
}

.slider_bhnd .swiper-button-next {
  position: absolute;
  top: unset !important;
  bottom: -5px !important;
  background: url("../../assets/images/icon/download2.svg");
  opacity: 1 !important;
  background-size: 11.4px  20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: 40%;
  transform: translate(-50%, -50%);
} */
/*Default-btn

======================================================*/


.app {
  display: flex;
  justify-content: center;
  align-items: center;
  
  margin: 0;
}

.apply-button {
  padding: 10px 20px;
  background-color: #263467;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  text-align: center; /* Center the text horizontally */
}

.apply-button a:hover {
  background-color: rgb(196, 8, 8);
}

.apply-button:hover {
   background-color: rgb(196, 8, 8) ;/* Change background to transparent on hover */
  color: #007bff; /* Change text color to blue on hover */
}

.test {
  color: white;
  border-radius: 15px;
  width: 14% !important;
  padding: 13px;
  background-color: #C22A3D;
  display: inline-block;
}

.test2 {
  width: 20%;
  color: white;
  border-radius: 10px;
  padding: 18px;
  background-color: #C43444;
}



@media only screen and (max-width: 767px) {
  .test2 {
    margin-left: 65px;
    width: 55% !important;
  padding:14px;
  margin-bottom: -64px;
  }

}

.test1 {
  width: 20%;
  color: white;
  border-radius: 10px;
  padding: 18px;
  background-color: #C43444;
}



@media only screen and (max-width: 767px) {
  .test1 {
    width: 42% !important;
    padding: 14px;
    margin-left: 29% !important;
    margin-bottom: 5px; /* Add !important to override any conflicting styles */
  }
}


.test2 {
  width: 20%;
  color: white;
  border-radius: 10px;
  padding: 18px;
  background-color: #C43444;
}

.check-icon {
  color: green; /* Change the color to green */
  font-size: 14px; /* Set the font size to 24px */
  margin-right: 10px; /* Add a right margin of 10px */
}

.g-cols1 {
  display: flex;
  flex-wrap: wrap;
  height:100px;
  
}


.dropdown-symbol {
  float: right;
}

.accordion-answer {
  display: none;
}

.accordion-item.active .accordion-answer {
  display: block;
}
.wpb_column1 {
  flex: 1;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin: 10px;
  background-color: #fff;
  line-height:100% !important;
}

 /* Media queries for mobile */
@media (max-width: 768px) {
  .wpb_column1 {
    flex: none !important;
    width: 95% !important;
    margin-right: 0 !important;
    padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin-top: 10px;
  background-color: #fff;
  line-height:100% !important;
  }
}
@media (min-width: 768px) {
  .col-md-6 {
    width: 50% !important;
    float: left !important;
  }
}

.wpb_column2 {
  flex: 1;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin: 10px;
  background-color: #fff;
  line-height:100% !important;
}

/* Media query for smaller screens */
@media screen and (max-width: 768px) {
  .page-header-area {
      opacity: 0.8; /* Reduced background opacity */
  }

  .page-header-content h1,
  .page-header-content p {
      font-size: 1.8rem; /* Reduce font size for better mobile readability */
  }
}



.default-btn {
  background: linear-gradient(to right, #C2283A, #279BD7);
    color: #ffffff;
  font-size: 15px;
  font-family:  "lufga" !important;
  font-weight: 500;
  padding: 7px 25px 15px 25px;
  border-radius: 22px;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  border: 1px solid #C43444;
  z-index: 1;
}

.clients-carousel .slide-item {
  position: relative;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.clients-carousel .slide-item a {
  position: relative;
  display: block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin: 35px 0;
}
.clients-carousel .slide-item a:hover {
  background-color: #ebeef5;
}
.clients-carousel .slide-item a:hover img {
  opacity: 1;
}
.clients-carousel .slide-item img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.8;
  border: 1px solid #C43444;
  border-radius: 8px;
  padding: 4px;
}
.default-btn i {
  position: relative;
  top: 5px;
  padding-left: 5px;
  font-size: 20px;
}

.default-btn::before {
  position: absolute;
  content: '';
  /* background-color: #C43444; */

  height: 0%;
  width: 0%;
  border-radius: 5px;
  bottom: 0;
  right: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: -1;
}

.table-hover-custom tbody tr:hover {
  background-color: #f5f5f5;
}

.table-hover-custom th,
.table-hover-custom td {
  white-space: nowrap; /* Prevent text wrapping */
  text-align: left; /* Align text to the left */
}

.table-hover-custom th:first-child,
.table-hover-custom td:first-child {
  border-left: 1px solid #dee2e6; /* Add left border for first column */
}

.table-hover-custom th:last-child,
.table-hover-custom td:last-child {
  border-right: 1px solid #dee2e6; /* Add right border for last column */
}

.table-hover-custom th,
.table-hover-custom td,
.table-hover-custom thead th {
  vertical-align: middle; /* Align content vertically center */
  border-top: 1px solid #dee2e6; /* Add top border for all cells */
}

.map{
background-image: url("../images/icon/uk.jpg");

background-repeat: no-repeats;
margin-bottom: 20px;
}

.w-tabs-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.w-tabs {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background-color:#C43444; /* Background color for the navigation bar */
  border-radius: 5px; /* Border radius for the navigation bar */
  overflow: hidden; /* Hide overflowing content */
  width: 55%;
  height: 55px;
}
.w-tabs-item {
  text-align: center;
  flex: 1;
  padding: 20px 10px;
  cursor: pointer;
  color: white; /* Text color for the tabs */
  transition: background-color 0.3s; /* Smooth background color transition */
}
.w-tabs-item.active {
  background-color: #289BD7; /* Background color for active tab */
}

.flow{
  display: flex;
}

/* Styles for the content */
.w-tabs-content {
  display: none;
  padding: 20px;
  border: 1px solid #a49898;
  border-top: none;
  width: 100%;
}
.w-tabs-content.active {
  display: block;
}

.default-btn::after {
  position: absolute;
  content: '';
  /* background-color: #C2283A; */
  height: 0%;
  width: 0%;
  border-radius: 5px;
  top: 0;
  left: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: -1;
}

@media only screen and (max-width:768px){
  .blog-adj{
    background-image: url(assets/images/banner/blog-banner.jpg);
    background-position: 48%;
    height: 50vh !important;
  }}
  
  @media only screen and (max-width:768px){
    .list-adj{
      text-align: center;
    position: absolute;
    bottom: -182px !important;
        left: 20px !important;
    
    }}
@media only screen and (max-width:768px){
.close-btn{
  color: red;
    float: right;
    font-size: 29px;
    position: relative;
    font-weight: bold;
    top: -81px !important;
    left:10px;
}}
.default-btn.active {
  background-color: #C2283A;
  color: #ffffff;
  margin-left: 30%;
  width: 52%;
  border-color: #C2283A;
}

@media only screen and (max-width:768px){
  .home-1{
    color: rgb(255, 255, 255) !important;
      
  }}


@media only screen and (max-width:768px){
.default-btn.active {
  background-color: #C2283A;
        color: #ffffff;
        margin-left: 26% !important;
        width: 52%;
        border-color: #C2283A;
    
}}

.blog-adjust1 {
position: relative;
top: 120px;
left: -10%;

}

@media only screen and (max-width:768px){
  .blog-adjust1 {
    position: relative; 
    display: inline;
    top: 156px !important;
        left: -115px !important;
  }}
  @media only screen and (max-width:768px){
    .why-choose {
      font-size: 10px !important;
      left: 173px;
        top: -23px;
    }}
  
    @media (min-width: 768px) and (max-width: 1024px) {
      .blog-adjust1 {
        font-size: 13px !important;
        left: -21px;
        top: 149px;
    
      }}

      @media (min-width: 768px) and (max-width: 1024px) {
        .list-adj{
          text-align: center;
        position: absolute;
        bottom: -271px !important;
        left: -2% !important;
        
        }}


      @media (min-width: 768px) and (max-width: 1024px) {
        .why-choose {
          font-size: 10px !important;
          /* left: 173px;
            top: -23px; */
      
        }}


@media only screen and (max-width:768px){
  .bread-crumb-1{
    margin-top: 48%;
    margin-left: 38%;
  }
}

@media only screen and (max-width:768px){
  .mb-img{
   color:black !important
  }
}

@media only screen and (max-width:768px){
  .process{
    margin-left: 0% !important;
  }
}

@media only screen and (max-width:768px){
  .study-us{
    margin-left: 19%;
    margin-top: 0% !important;
  }
}

@media only screen and (max-width:768px){
  .bgi-img1{
    background-image: url(../images/image-mb11.jpg) !important;
   
    display: block !important;
    height:85vh !important;
  }
}

@media only screen and (max-width:768px){
  .bgi-2{
    background-image: url(../images/image-mb22.jpg) !important;
   
    display: block !important;
    height:85vh !important;
  }
}


@media only screen and (max-width:768px){
  .bgi-3{
    background-image: url(../images/image-mb4.jpg) !important;
   
    display: block !important;
    height:85vh !important;
  }
}

@media only screen and (max-width:768px){
  .bgi-4{
    background-image: url(../images/image-mb3.jpg) !important;
   
    display: block !important;
    height:85vh !important;
  }
}

@media only screen and (max-width:768px){
  .bgi-6{
    background-image: url(../images/banner/switzerland-mobile.jpg) !important;
    display: block !important;
    height:85vh !important;
    background-position:0% !important;
  }
}

@media only screen and (max-width:768px){
  .bgi-7{
    background-image: url(../images/banner/singapore-mobile.jpg) !important;
    display: block !important;
    height:85vh !important;
    background-position:0% !important;
  }
}

@media only screen and (max-width:768px){
  .bgi-8{
    background-image: url(../images/banner/newzealand-mobile.jpg) !important;
    display: block !important;
    height:85vh !important;
    background-position:0% !important;
  }
}

@media only screen and (max-width:768px){
  .bgi-12{
    background-image: url(../images/banner/france-mobile.jpg) !important;
    display: block !important;
    height:85vh !important;
    background-position:0% !important;
  }
}

@media only screen and (max-width:768px){
  .bgi-10{
    background-image: url(../images/banner/ireland-mobile.jpg) !important;
    display: block !important;
    height:85vh !important;
    background-position:0% !important;
  }
}


@media only screen and (max-width:768px){
  .bgi-9{
    background-image: url(../images/banner/germany-mobile.jpg) !important;
    display: block !important;
    height:85vh !important;
    background-position:0% !important;
  }
}





.default-btn.active:hover {
  background-color: #2C2C2C;
  color: #ffffff;
  border-color:  #C2283A;
}

.default-btn:hover {
  color: #ffffff;
  border-color:  #C2283A;
}

.default-btn:hover::before {
  width: 100%;
  height: 100%;

}

.default-btn:hover::after {
  width: 100%;
  height: 100%;
  
}

.default-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.default-btn.style-2 {
  color: #fff;
}

.section-title {
  max-width: 660px;
  margin: auto auto 40px auto;
  text-align: center;
}

.image-container1 {
  position: relative;
  overflow: hidden;
 
  border-radius: 20px; /* Border radius for rounded corners */
  margin-bottom: 20px; /* Margin below each image container */
  height:380px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
  background-color:  #fff;
}

.image-container1 img {
  transition: opacity 0.3s ease;
  display: block; /* Ensure the image fills the container */
  width: 80%;
  height: auto;
}

.image-container1:hover img {
  opacity: 0;
}

.accordion-item {
  margin-bottom: 20px; /* Add space between accordion items */
}

.accordion-button {
  background-color: #f8f9fa; /* Background color for accordion headers */
  color: #333; /* Text color for accordion headers */
  height:75px;
  border: 2px solid red;
}

.accordion-button:hover {
  background-color: #e9ecef; /* Hover background color for accordion headers */
}

.accordion-button:not(.collapsed) {
  background-color: #e9ecef; /* Active background color for accordion headers */
  border: 2px solid red;
}

.accordion-body {
  background-color: #fff; /* Background color for accordion content */
  border: 1px solid #ccc; /* Border for accordion content */
  border-top: none; /* Remove top border */
  border-radius: 0 0 5px 5px; /* Rounded corners for bottom of accordion content */
}

.accordion-image {
  width: 100%;
  height: auto;
}
.image-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  font-size: 1.5rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  background-color: rgb(194,44,63); /* Semi-transparent background for text */
  padding: 10px; /* Padding around the text */
  border-radius: 5px; /* Border radius for rounded corners */
  padding: 116px;
  border-color: var(--color-content-border);
    width: 100%;

}



.image-container1:hover .image-text {
  opacity: 1;
}
.section-title span {
  color:  #C2283A;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 500;
  font-family:  "lufga" !important;
}

.section-title h2 {
  font-size: 40px;
  margin-bottom: 15px;
}

.section-title.style2 {
  text-align: start;
  margin-left: 0;
  margin-right: auto;
}

.section-title.style2 h2 {
  margin-bottom: 0;
}

/*Pre Loader Style
======================================================*/
/* .preloader {
  background: #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
}

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

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

.organiaLoader {
  width: 209px;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.loaderO {
  position: absolute;
  top: 52%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  line-height: 18px;
}

.loaderO span {
  font-size: 50px;
  line-height: 14px;
  font-weight: 700;
  color: #C2283A;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation: animate 2s infinite;
          animation: animate 2s infinite;
}

.loaderO span:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.loaderO span:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.loaderO span:nth-child(3) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.loaderO span:nth-child(4) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.loaderO span:nth-child(5) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.loaderO span:nth-child(6) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.loaderO span:nth-child(7) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

@-webkit-keyframes animate {
  0% {
    color: #C2283A;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-left: 0;
  }
  25% {
    color: #C2283A;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    margin-left: 5px;
    text-shadow: 0 35px 5px rgba(40, 170, 74, 0.2);
  }
  100% {
    color: #C2283A;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-left: 0;
  }
}

@keyframes animate {
  0% {
    color: #C2283A;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-left: 0;
  }
  25% {
    color: #C2283A;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    margin-left: 5px;
    text-shadow: 0 35px 5px rgba(40, 170, 74, 0.2);
  }
  100% {
    color: #C2283A;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-left: 0;
  }
} */

.image-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.image-container {
  position: relative;
  overflow: hidden;
}

.image-container img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s;
}




@media (max-width: 767px) {
  .image-grid {
      grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
      gap: 10px;
  }

  .image-container {
      
  }

  .image-container h4 {
      font-size: 14px;
  }

  .image-container p {
      font-size: 12px;
  }
}

.name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color:black;
  padding: 35px;
  text-align: center;
  transform: translateY(100%);
  transition: transform 0.3s;
  opacity: 0;
  pointer-events: none;
}

.image-container:hover .name {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
/*Header Style
======================================================*/
.tob-header-area {
  background-color: #2C2C2C;
  padding-top: 13px;
  padding-bottom: 13px;
}

.tob-header-area .container-fluid {
  max-width: 1520px;
}

.heder-left-content {
  text-align: start;
}

.heder-left-content .content {
  position: relative;
  padding-left: 25px;
  display: inline-block;
}

.heder-left-content .content p {
  color: #d2d2d2;
}

.heder-left-content .content i {
  position: absolute;
  left: 0;
  font-size: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #C2283A;
}

.heder-right-content {
  text-align: end;
}

.heder-right-content .time-content {
  position: relative;
  padding-left: 25px;
  display: inline-block;
}

.heder-right-content .time-content p {
  color: #d2d2d2;
}

.heder-right-content .time-content i {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #C2283A;
}

.heder-right-content .social-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.heder-right-content .social-content ul li {
  display: inline-block;
  margin-right: 8px;
}

.heder-right-content .social-content ul li:last-child {
  margin-right: 0;
}

.heder-right-content .social-content ul li a {
  color: #ffffff;
  height: 35px;
  width: 35px;
  line-height: 33px;
  /* border: 1px solid rgba(255, 255, 255, 0.2); */
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.heder-right-content .social-content ul li a:hover {
  background-color:#C2283A;
  color: #ffffff;
  border-color:#C2283A;
}

.middle-header-area {
  /* padding-top: 20px;
  padding-bottom: 20px; */
  background-color: #f4fbf6;
}

.middle-header-area .container-fluid {
  max-width: 1520px;
}

.middle-header-logo .logo-2 {
  display: none;
}

.middle-header-right-content {
  text-align: end;
}

.middle-header-right-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.middle-header-right-content ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 40px;
}

.middle-header-right-content ul li:last-child {
  margin-right: 0;
}

.middle-header-right-content .header-contact-box {
  text-align: start;
  position: relative;
  padding-left: 58px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.middle-header-right-content .header-contact-box p {
  margin-bottom: 4px;
  font-size: 15px;
  line-height: initial;
}

.middle-header-right-content .header-contact-box a {
  font-size: 15px;
  color: #2C2C2C;
  font-family: "lufga" !important;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-weight: 500;
}

.middle-header-right-content .header-contact-box span {
  font-size: 16px;
  color: #2C2C2C;
  font-family:"Poppins",sans-serif !important;
  font-weight: 500;
}

.middle-header-right-content .header-contact-box .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 45px;
  width: 45px;
  color: #2C2C2C;
  line-height: 45px;
  background-color: #e5e5e5;
  font-size: 18px;
  color: #C2283A;
  text-align: center;
  border-radius: 5px;
  z-index: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.middle-header-right-content .header-contact-box .icon::before {
  position: absolute;
  content: '';
  height: 0%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background-color: #C2283A;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.middle-header-right-content .header-contact-box:hover a {
  color: #C2283A;
}

.middle-header-right-content .header-contact-box:hover .icon {
  color: #ffffff;
}

.middle-header-right-content .header-contact-box:hover .icon::before {
  height: 100%;
}

/*
Navbar Area Style
======================================================*/
.navbar-area {
  position: relative;
  background-color: #ffffff;
 
}

.navbar-area.is-sticky {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: -webkit-sticky !important;
  position: sticky !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.navbar-area .container-fluid {
  /* max-width: 1520px; */
  margin: auto;
}

.navbar-area .navbar-brand .white-logo {
  display: none;
}

.navbar-area .mobile-responsive-menu .logo .white-logo {
  display: none;
}

.navbar-area.nav-style-1 {
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 222;
  background-color: transparent;
}

.navbar-area.nav-style-1 .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 7px;
  border-radius: 0 0 5px 5px;
}

.navbar-area.nav-style-1 .desktop-nav .navbar-brand .main-logo {
  display: none;
}

.navbar-area.nav-style-1 .desktop-nav .others-options {
  text-align: right !important;
  display: inline-block;
}

.navbar-area.nav-style-1 .desktop-nav .navbar .navbar-nav .nav-item a {
  color: #000000;
  list-style-type: none;
    text-decoration: none;
    font-weight: 600;
}

.navbar-area.nav-style-1 .desktop-nav .navbar .navbar-nav .nav-item a:hover, .navbar-area.nav-style-1 .desktop-nav .navbar .navbar-nav .nav-item a:focus, .navbar-area.nav-style-1 .desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: #C2283A;
}

.navbar-area.nav-style-1 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #2C2C2C;
}

.navbar-area.nav-style-1 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-area.nav-style-1 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .navbar-area.nav-style-1 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #C2283A;
}

.navbar-area.nav-style-1.is-sticky {
  background-color:#2C2C2C;
  position: fixed !important;
}

.navbar-area.nav-style-1 .others-option-for-responsive .others-options {
  
}

.navbar-area.nav-style-3 {
  background-color: #f4fbf6;
  border-bottom: 1px solid #ffffff;
}

.navbar-brand {
  margin-right: 40px;
}

.desktop-nav {
  padding-top: 0;
  height: 85px;
  padding-bottom: 0;
}

.desktop-nav .navbar {
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  z-index: 2;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.desktop-nav .navbar ul {
  margin-bottom: 0;
  list-style-type: none;
}

.desktop-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-bottom: 20px;
  /*padding-top: 20px;*/
  padding-right: 0;
  padding-left: 0;
}

.page-header-area {
 
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px; /* Adjust the height as needed */
  opacity:1;
}

.desktop-nav .navbar .navbar-nav .nav-item a {
  font-size: 18px;
  color: black;
  line-height: 1;
  position: relative;
 
  font-family:'lufga';
  font-weight:400 ;
  padding-left: 0;
  padding-top: 2px;
  padding-right: 0;
  padding-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
   list-style-type:none ;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle {
  /* padding-right: 21px; */
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::after {
  display: none;
}

/* .desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
  content: "\ea12";
  position: absolute;
  top: 0;
  right: 0;
  font-family:"Poppins", sans-serif !important;
  line-height: 1;
  font-size: 18px;
} */

.desktop-nav .navbar .navbar-nav .nav-item a:hover, .desktop-nav .navbar .navbar-nav .nav-item a:focus, .desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: #C2283A;
}

.desktop-nav .navbar .navbar-nav .nav-item a i {
  font-size: 13px;
  line-height: 0;
  position: relative;
  padding-left: 6px;
 
}

.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover a, .desktop-nav .navbar .navbar-nav .nav-item:focus a, .desktop-nav .navbar .navbar-nav .nav-item.active a {
  color: #C2283A;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  position: absolute;
  visibility: hidden;
  border-radius: 0;
  display: block;
  width: 250px;
  border: none;
  z-index: 99;
  opacity: 0;
  top: 80px;
  left: 0;
  padding: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #1b2336;
  padding: 15px;
  border-bottom: 1px dashed #ededed;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  display: block;
  position: relative;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::after {
  display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
  content: "\ea12";
  position: absolute;
  top: 14px;
  right: 13px;
  font-family: "lufga" !important;
  line-height: 1;
  font-size: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #C2283A;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  right: 250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #1b2336;
  border-bottom: 1px dashed #ededed;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::after {
  display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::before {
  content: "\ea12";
  position: absolute;
  top: 14px;
  right: 13px;
  font-family: "lufga" !important;
  line-height: 1;
  font-size: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #C2283A;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: 250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #C2283A;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #C2283A;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #C2283A;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #C2283A;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #1b2336;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #1b2336;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #28aa4a;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -1px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #C2283A;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -1px;
  visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #28aa4a;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -15px;
  visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #C2283A;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #C2283A;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  margin-top: 16px;
  -webkit-transform: translateY(1);
          transform: translateY(1);
  visibility: visible;
}

.desktop-nav .navbar .others-options {
  padding-left: 40px;
}

.desktop-nav .navbar .others-options .option-item {
  display: inline-block;
  margin-left: 4px;
}

.desktop-nav .navbar .others-options.style2 .option-item {
  display: inline-block;
}

.desktop-nav .navbar .others-options.style2 .default-btn {
  top: -3px;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box {
  text-align: start;
  position: relative;
  padding-left: 58px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-right: 30px;
  top: 10px;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: initial;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box a {
  color: #2C2C2C;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-weight: 500;
  font-family:"Poppins",sans-serif !important;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box span {
  font-size: 14px;
  color: #2C2C2C;
  font-weight: 500;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 45px;
  width: 45px;
  color: #2C2C2C;
  line-height: 45px;
  background-color: #e5e5e5;
  font-size: 18px;
  color: #C2283A;
  text-align: center;
  border-radius: 5px;
  z-index: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box .icon::before {
  position: absolute;
  content: '';
  height: 0%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background-color: #C2283A;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box:hover a {
  color: #C2283A;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box:hover .icon {
  color: #ffffff;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box:hover .icon::before {
  height: 100%;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box.style2 .icon {
  background-color: #28aa4a;
  color: #ffffff;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box.style2 .icon::before {
  background-color: #e5e5e5;
}

.desktop-nav .navbar .others-options.style2 .header-contact-box.style2:hover .icon {
  color: #C2283A;
}

.desktop-nav .navbar .others-options.style2 .option-item .switch-box {
  position: relative;
  top: -1px;
}

/*
Others Option For Responsive Area Style
======================================================*/
.others-option-for-responsive {
  display: none !important;
}

.others-option-for-responsive .dot-menu {
  
  height: 30px;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  right: 40px;
  top: -42px;
}

.others-option-for-responsive .dot-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  background-color: #C2283A;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #C2283A;
}

.others-option-for-responsive .container {
  position: relative;
}

.others-option-for-responsive .container .container {
  position: absolute;
  right: -2px;
  top: 15px;
  max-width: 320px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.others-option-for-responsive .others-options {
  padding: 10px;
  text-align: center;
}

.others-option-for-responsive .others-options .option-item {
  display: inline-block;
}

.others-option-for-responsive .others-options .option-item .default-btn {
  left: -10px;
  padding: 9px 10px;
}

.others-option-for-responsive .others-options.style2 .option-item {
  display: inline-block;
}

.others-option-for-responsive .others-options.style2 .option-item .default-btn {
  top: -3px;
  left: -5px;
}

.others-option-for-responsive .others-options.style2 .header-contact-box {
  text-align: start;
  position: relative;
  padding-left: 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  top: 4px;
  margin-bottom: 30px;
}

.others-option-for-responsive .others-options.style2 .header-contact-box p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: initial;
}

.others-option-for-responsive .others-options.style2 .header-contact-box a {
  font-size: 14px;
  color: #2C2C2C;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-weight: 500;
}

.others-option-for-responsive .others-options.style2 .header-contact-box span {
  font-size: 14px;
  color: #2C2C2C;
  font-weight: 500;
}

.others-option-for-responsive .others-options.style2 .header-contact-box .icon {
  position: absolute;
  left: 0;
  height: 40px;
  width: 40px;
  color: #2C2C2C;
  line-height: 42px;
  background-color: #e5e5e5;
  font-size: 16px;
  color: #C2283A;
  text-align: center;
  border-radius: 5px;
  z-index: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.others-option-for-responsive .others-options.style2 .header-contact-box .icon::before {
  position: absolute;
  content: '';
  height: 0%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background-color: #C2283A;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.others-option-for-responsive .others-options.style2 .header-contact-box:hover a {
  color: #C2283A;
}

.others-option-for-responsive .others-options.style2 .header-contact-box:hover .icon {
  color: #ffffff;
}

.others-option-for-responsive .others-options.style2 .header-contact-box:hover .icon::before {
  height: 100%;
}

.others-option-for-responsive .others-options.style2 .header-contact-box.style2 .icon {
  background-color: #28aa4a;
  color: #ffffff;
}

.others-option-for-responsive .others-options.style2 .header-contact-box.style2 .icon::before {
  background-color: #e5e5e5;
}

.others-option-for-responsive .others-options.style2 .header-contact-box.style2:hover .icon {
  color: #C2283A;
}

.others-option-for-responsive .others-options.style2 .switch-box {
  position: relative;
  top: -3px;
}

.mobile-responsive-nav {
  display: none;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: .6;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: .6;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes movebounce2 {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes movebounce2 {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

/*
Banner Area Style
======================================================*/
.slider-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 490px;
  padding-bottom: 220px;
  z-index: 1;
}

.slider-item.bg-1 {
  background-image: url(../images/banner/slider_2.jpg);
 
}

.slider-item.bg-2 {
  background-image: url(../images/banner/slider_3.jpg);
  
}

.slider-item.bg-3 {
  background-image: url(../images/banner/slider_1.jpg);
  
}

.slider-item .container-fluid {
  /* max-width: 1520px; */
}

.slider-item::before {
  position: absolute;
  content: '';
  background: -webkit-gradient(linear, left top, right top, color-stop(28.13%, rgba(44, 44, 44, 0.75)), to(rgba(44, 44, 44, 0)));
  background: linear-gradient(90deg, rgba(44, 44, 44, 0.75) 28.13%, rgba(44, 44, 44, 0) 100%);
  /* height: 100%;
  width: 100%; */
  left: 0;
  top: 0;
}

.hero-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 100px;
  background-color: #ffffff;
  border: none;
  height: 55px;
  width: 55px;
  line-height: 62px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 15px;
}

.hero-slider.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}

.hero-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  right: 100px;
  top: 56%;
  left: auto;
}

.hero-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.hero-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color:#C2283A;
  color: #ffffff;
}

.banner-content {
  position: relative;
  max-width: 860px;
  overflow: hidden;
}

.banner-content h1 {
  font-size: 70px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 30px
}

.banner-content p {
  margin-bottom: 35px;
  color: #eeeeee;
  font-size: 15px;
}

.banner-content .banner-btn .default-btn.style-2 {
  border-color: rgba(255, 255, 255, 0.4);
}

.owl-item.active .banner-content h1 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.owl-item.active .banner-content p {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.owl-item.active .banner-content .default-btn {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.banner-style-two-area {
  background-image: url(../images/banner/banner-bg-4.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 140px;
  padding-bottom: 200px;
  overflow: hidden;
}

.banner-style-two-area .container-fluid {
  max-width: 1520px;
}

.banner-content-two {
  margin-right: -50px;
}

.banner-content-two span {
  color: #C2283A;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
  font-family:"Poppins",sans-serif !important;
}

.banner-content-two h1 {
  font-size: 70px;
  font-weight: 800;
  margin-bottom: 30px;
  color: #263238;
}

.banner-content-two p {
  margin-bottom: 35px;
  font-size: 15px;
}

.banner-image-area {
  position: relative;
}

.banner-image-area .banner-shape {
  -webkit-animation: movebounce 12s linear infinite;
          animation: movebounce 12s linear infinite;
  position: relative;
  right: -40px;
}

.banner-image-area .banner-image {
  position: absolute;
  top: -100px;
  right: 120px;
  z-index: 22;
  -webkit-animation: movebounce2 13s linear infinite;
          animation: movebounce2 13s linear infinite;
}

.parner-overly {
  padding: 50px 40px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  top: -80px;
  background-color: #ffffff;
  z-index: 1;
}

.banner-style-three-area {
  background-color: #f4fbf6;
  padding-top: 100px;
  position: relative;
  z-index: 1;
}

.banner-style-three-area .container-fluid {
  max-width: 1520px;
}

.banner-style-three-area::before {
  position: absolute;
  content: '';
  height: 100px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: -1;
}

.banner-style-three-area .shape img {
  position: absolute;
}

.banner-style-three-area .shape img:nth-child(1) {
  left: 0;
  top: 90px;
  z-index: -1;
}

.banner-style-three-area .shape img:nth-child(2) {
  right: 0;
  top: 90px;
  z-index: -1;
}

.banner-style-three-area .shape img:nth-child(3) {
  left: 100px;
  top: 160px;
  z-index: -1;
  -webkit-animation: movebounce 7s linear infinite;
          animation: movebounce 7s linear infinite;
}

.banner-style-three-area .shape img:nth-child(4) {
  right: 100px;
  top: 160px;
  z-index: -1;
  -webkit-animation: movebounce 9s linear infinite;
          animation: movebounce 9s linear infinite;
}

.banner-style-three-content {
  max-width: 920px;
  margin: auto auto 40px auto;
  text-align: center;
}

.banner-style-three-content h1 {
  font-size: 50px;
  margin-bottom: 30px;
  font-weight: 800;
}

/*
Partner Style
======================================================*/
.partner-slider.owl-carousel .owl-item img {
  width: auto;
  margin: auto;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.partner-slider.owl-carousel .owl-item img:hover {
  -webkit-filter: unset;
          filter: unset;
}

.single-parner-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(38, 50, 56, 0.05);
          box-shadow: 0px 6px 30px rgba(38, 50, 56, 0.05);
  text-align: center;
  padding: 20px;
  margin: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  overflow: hidden;
}

.single-parner-box img {
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-parner-box:hover {
  -webkit-box-shadow: 0px 6px 30px rgba(38, 50, 56, 0.09);
          box-shadow: 0px 6px 30px rgba(38, 50, 56, 0.09);
}

.single-parner-box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.partner-area h2 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 30px;
}

.partner-slider2.owl-carousel .owl-item img {
  width: auto;
  margin: auto;
}

/*
About Style
======================================================*/
.about-content .about-title {
  margin-bottom: 30px;
}

.about-content .about-title span {
  color: #C2283A;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 500;
  font-family:"Poppins",sans-serif !important;
}

.about-content .about-title h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.about-content .about-features {
  margin-bottom: 35px;
}

.about-content .about-features ul {
  padding-left: 0;
  margin-bottom: 0;
}

.about-content .about-features ul li {
  list-style-type: none;
  position: relative;
  padding-left: 65px;
  margin-bottom: 25px;
}

.about-content .about-features ul li .icon {
  position: absolute;
  line-height: 45px;
  left: 0;
  top: 5px;
  z-index: 1;
  font-size: 30px;
color: #3C7FB0;
background-color: white;
border-radius: 50%;
/* padding: 5px; */
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
display: flex;
justify-content: center;
align-items: center;
width: 30px;
height: 30px;
}

.about-content .about-features ul li .icon::before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  left: 0;
  bottom: 0;
  background-color:  #C2283A;
  border-radius: 5px;
  z-index: -1;
}

.about-content .about-features ul li h3 {
  font-size: 20px;
  margin-bottom: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.about-content .about-features ul li:hover h3 {
  color: #C2283A;
}

.about-content .about-features ul li:hover .icon {
  color: #ffffff;
}

.about-content .about-features ul li:hover .icon::before {
  height: 100%;
  width: 100%;
}

.about-area.style-2 {
  margin-top: -80px;
}

.about-area.style-2 .about-content .about-features ul {
  margin-bottom: 35px;
  margin-top: 35px;
}

.about-area.style-2 .about-content .about-features ul li {
  padding-left: 55px;
  margin-bottom: 30px;
}

.about-area.style-2 .about-content .about-features ul li .icon {
  height: 35px;
  width: 35px;
  line-height: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about-area.style-2 .about-content .experience {
  position: relative;
  padding-left: 95px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.about-area.style-2 .about-content .experience .icon {
  position: absolute;
  height: 75px;
  width: 75px;
  line-height: 75px;
  color: #ffffff;
  background-color: #C2283A;
  border-radius: 5px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-size: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.about-area.style-2 .about-content .experience h3 {
  margin-bottom: 0;
}

.about-area.style-2 .about-content .experience p {
  color: #2C2C2C;
  font-weight: 500;
}

/*
Counter Style
======================================================*/
.counter-area .container-fluid {
  max-width: 1520px;
}

.counter-overly {
  padding-left: 100px;
  padding-right: 100px;
}

.single-counter-card {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}

.single-counter-card h1 {
  font-size: 50px;
  margin-bottom: 10px;
}

.single-counter-card h1 .target {
  margin-left: -10px;
}

.single-counter-card::before {
  position: absolute;
  content: '';
  right: -12px;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(40, 170, 74, 0.4);
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.col-lg-3:last-child .single-counter-card::before {
  display: none;
}

/*
Services Style
======================================================*/
.single-services-card {
  background-color: #ffffff;
  padding: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 10px 30px 5px rgba(44, 44, 44, 0.05);
          box-shadow: 0px 10px 30px 5px rgba(44, 44, 44, 0.05);
}

.single-services-card .services-img {
  padding-bottom: 25px;
  margin-bottom: 22px;
  border-bottom: 1px solid #eeeeee;
}

.single-services-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.single-services-card p {
  margin-bottom: 25px;
}

.single-services-card .number {
  position: absolute;
  height: 80px;
  width: 80px;
  line-height: 80px;
  right: 0;
  top: 0;
  background-color: #f4f4f4;
  text-align: center;
  font-size: 20px;
  color: #2C2C2C;
  font-weight: 600;
  border-radius: 0 5px 0 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 1;
}

.single-services-card .number::before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  right: 0;
  top: 0;
  border-radius: 0 5px 0 50px;
  background-color: #C2283A;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: -1;
}

.single-services-card:hover {
  -webkit-box-shadow: 0px 10px 30px 5px rgba(44, 44, 44, 0.09);
          box-shadow: 0px 10px 30px 5px rgba(44, 44, 44, 0.09);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-services-card:hover .number {
  color: #ffffff;
}

.single-services-card:hover .number::before {
  height: 100%;
  width: 100%;
}

.single-services-box {
  background-color: #ffffff;
}

.single-services-box .services-content {
  padding: 25px 30px 30px 30px;
}

.single-services-box .services-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.single-services-box .services-content h3 a {
  color: #2C2C2C;
}

.single-services-box .services-content p {
  margin-bottom: 25px;
}

.services-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -90px;
  background-color: #e5e5e5;
  border: none;
  height: 55px;
  width: 55px;
  line-height: 62px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 15px;
}

.services-slider.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}

.services-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -90px;
  left: auto;
}

.services-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.services-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #C2283A;
  color: #ffffff;
}

.services-details-content .top-img {
  margin-bottom: 25px;
}

.services-details-content .analysis-content {
  margin-bottom: 25px;
}

.services-details-content .analysis-content h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

.services-details-content .service-description {
  margin-bottom: 25px;
}

.services-details-content .service-description h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.services-details-content .service-description p {
  margin-bottom: 20px;
}

.services-details-content .planing-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.services-details-content .planing-content p {
  margin-bottom: 25px;
}

.services-details-content .planing-content .planing-list {
  margin-bottom: 25px;
}

.services-details-content .planing-content .planing-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.services-details-content .planing-content .planing-list ul li {
  margin-bottom: 15px;
  position: relative;
  list-style-type: none;
  padding-left: 20px;
}

.services-details-content .planing-content .planing-list ul li:last-child {
  margin-bottom: 0;
}

.services-details-content .planing-content .planing-list ul li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #C2283A;
}

.services-details-content .planing-content .planing-img {
  margin-bottom: 30px;
}

.services-category {
  padding: 30px;
  background-color: #fafafa;
  margin-bottom: 30px;
}

.services-category h3 {
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 2px solid #28aa4a;
}

.services-category ul {
  padding-left: 0;
  margin-bottom: 0;
}

.services-category ul li {
  list-style-type: none;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}

.services-category ul li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.services-category ul li a {
  color: #2C2C2C;
  font-weight: 500;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.services-category ul li:last-child {
  margin-bottom: 0;
}

.services-category ul li:hover a {
  color: #C2283A;
}

.services-category ul li:hover i {
  color: #C2283A;
}

/*Faq Style
======================================================*/
.faq-area {
  margin-bottom: 30px;
}

.faq-area h2 {
  font-size: 25px;
  margin-bottom: 20px;
}

.faq-area .faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 20px;
  border: none;
  background-color: #f4fbf8;
  border-radius: 7px;
  border: 1px solid #f4fbf8;
}

.faq-area .faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-area .faq-accordion .accordion .accordion-title {
  position: relative;
  display: block;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  padding: 20px;
  cursor: pointer;
}

.faq-area .faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #666666;
  text-align: center;
  height: 40px;
  width: 40px;
  line-height: 42px;
  background-color: #ffffff;
  font-size: 14px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.faq-area .faq-accordion .accordion .accordion-title.active i::before {
  content: "\f16c";
  color: #28aa4a;
  font-family:"Poppins",sans-serif !important;
}

.faq-area .faq-accordion .accordion .accordion-content {
  display: none;
  padding: 20px;
  background-color: #ffffff;
}

.faq-area .faq-accordion .accordion .accordion-content p {
  font-weight: 400;
}

.faq-area .faq-accordion .accordion .accordion-content.show {
  display: block;
}

/*
Benefits Style
======================================================*/
.benefits-area .container-fluid {
  max-width: 1520px;
}

.benefits-overly {
  padding-left: 100px;
  padding-right: 100px;
}

.single-benefits-box {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 5px;
}

.single-benefits-box .benefits-img {
  margin-bottom: 25px;
}

.single-benefits-box .benefits-img img {
  width: auto;
}

.single-benefits-box h3 {
  font-size: 22px;
  margin-bottom: 17px;
}

.single-benefits-box p {
  margin-bottom: 25px;
}

.benefits-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: -90px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 65px;
  background-color: #e5e5e5;
  border: none;
  height: 55px;
  width: 55px;
  line-height: 62px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 13px;
}

.benefits-slider.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}

.benefits-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  right: 0;
  left: auto;
}

.benefits-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.benefits-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #C2283A;
  color: #ffffff;
}

/*
Who We Are Style
======================================================*/
.who-we-are-content .who-we-are-title {
  margin-bottom: 30px;
}

.who-we-are-content .who-we-are-title span {
  color: #C2283A;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 500;
  font-family:"Poppins",sans-serif !important;
}

.who-we-are-content .who-we-are-title h2 {
  font-size: 40px;
  margin-bottom: 15px;
}

.who-we-are-content .who-we-are-features ul {
  padding-left: 0;
  margin-bottom: 0;
}

.who-we-are-content .who-we-are-features ul li {
  list-style-type: none;
  position: relative;
  padding-left: 65px;
  margin-bottom: 25px;
}

.who-we-are-content .who-we-are-features ul li .icon {
  position: absolute;
  line-height: 45px;
  left: 0;
  top: 5px;
  z-index: 1;
  font-size: 30px;
color: #3C7FB0;
background-color: white;
border-radius: 50%;
/* padding: 5px; */
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
display: flex;
justify-content: center;
align-items: center;
width: 30px;
height: 30px;
}





.who-we-are-content .who-we-are-features ul li .icon::before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  left: 0;
  bottom: 0;
  background-color:  #C2283A;
  border-radius: 5px;
  z-index: -1;
}

.who-we-are-content .who-we-are-features ul li h3 {
  font-size: 20px;
  margin-bottom: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.who-we-are-content .who-we-are-features ul li:hover h3 {
  color: #C2283A;
}

.who-we-are-content .who-we-are-features ul li:hover .icon {
  color: #ffffff;
}

.who-we-are-content .who-we-are-features ul li:hover .icon::before {
  height: 100%;
  width: 100%;
}

.who-we-are-img {
  position: relative;
  z-index: 1;
}

.who-we-are-img .shape-1 {
  position: absolute;
  left: 60px;
  bottom: 50px;
  z-index: -1;
  -webkit-animation: movebounce2 5s linear infinite;
          animation: movebounce2 5s linear infinite;
}

/*
What We Do Style
======================================================*/
.what-we-do-content .what-we-do-title {
  margin-bottom: 30px;
}

.what-we-do-content .what-we-do-title span {
  color: #C2283A;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 500;
  font-family: "lufga" !important;
}

.what-we-do-content .what-we-do-title h2 {
  font-size: 38px;
  margin-bottom: 17px;
  line-height: 1.4;
}

.what-we-do-content .what-we-do-title p {
  margin-bottom: 18px;
}

.what-we-do-content .what-we-do-title p:last-child {
  margin-bottom: 0;
}

.what-we-do-content .what-we-do-features {
  margin-bottom: 30px;
}

.what-we-do-content .what-we-do-features ul {
  padding-left: 0;
  margin-bottom: 0;
}

.what-we-do-content .what-we-do-features ul li {
  list-style-type: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}

.what-we-do-content .what-we-do-features ul li:last-child {
  margin-bottom: 0;
}

.what-we-do-content .what-we-do-features ul li i {
  position: absolute;
  left: 0;
  top: -2px;
  color: #C2283A;
}

.what-we-do-content .what-we-do-features ul li h3 {
  font-size: 16px;
}

/*
Choose Style
======================================================*/
.choose-area .tab-teaser .tab-menu {
  list-style-type: none;
  max-width: 700px;
  margin: auto auto 40px auto;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 2px solid #e5e5e5;
  padding-left: 0;
  padding: 10px 0;
}

.choose-area .tab-teaser .tab-menu ul {
  padding-left: 0;
  margin-bottom: 10px;
}

.choose-area .tab-teaser .tab-menu li {
  display: inline-block;
}

.choose-area .tab-teaser .tab-menu li a {
  color: #2C2C2C;
  padding: 10px 20px;
  background: transparent;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 5px;
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
  transition: all ease 0.5s;
}

.choose-area .tab-teaser .tab-menu li a::before {
  position: absolute;
  content: '';
  height: 3px;
  width: 0%;
  background-color: #C2283A;
  right: 0;
  bottom: -14px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.choose-area .tab-teaser .tab-menu li a.active::before, .choose-area .tab-teaser .tab-menu li a:hover::before, .choose-area .tab-teaser .tab-menu li a:focus::before {
  width: 100%;
  left: 0;
  right: auto;
}

.choose-area .tab-box {
  display: none;
}

.choose-area .tab-box:first-child {
  display: block;
}

.choose-content .choose-title {
  margin-bottom: 25px;
}

.choose-content .choose-title span {
  color: #C2283A;
  font-weight: 500;
  font-family: "lufga" !important;
  margin-bottom: 10px;
  display: inline-block;
}

.choose-content .choose-title h2 {
  font-size: 25px;
  margin-bottom: 15px;
}

.choose-content .choose-features-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.choose-content .choose-features-list ul li {
  list-style-type: none;
  position: relative;
  padding-left: 65px;
  margin-bottom: 22px;
}

.choose-content .choose-features-list ul li .number {
  position: absolute;
  height: 45px;
  width: 45px;
  line-height: 45px;
  color: #2C2C2C;
  background-color: #e5e5e5;
  border-radius: 5px;
  left: 0;
  top: 5px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  z-index: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.choose-content .choose-features-list ul li .number::before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  left: 0;
  bottom: 0;
  background-color: #C2283A;
  border-radius: 5px;
  z-index: -1;
}

.choose-content .choose-features-list ul li h3 {
  font-size: 20px;
  margin-bottom: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.choose-content .choose-features-list ul li:hover h3 {
  color: #C2283A;
}

.choose-content .choose-features-list ul li:hover .number {
  color: #ffffff;
}

.choose-content .choose-features-list ul li:hover .number::before {
  height: 100%;
  width: 100%;
}

.choose-content .choose-features-list ul li:last-child {
  margin-bottom: 0;
}

/*
Project Style
======================================================*/
.project-area {
  position: relative;
  z-index: 1;
}

.project-area .project-shape-one {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.project-area .project-shape-two {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.single-project-card {
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border: 3px solid #ff0023;
    border-radius: 10px;
}


.single-project-card .project-content {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 5px;
  position: absolute;
  left: 30px;
  bottom: 30px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-project-card .project-content span {
  color: #28aa4a;
  margin-bottom: 10px;
  display: inline-block;
}

.single-project-card .project-content h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.single-project-card:hover .project-content {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.single-project-card.style2 {
  margin-bottom: 30px;
}

.single-project-card.style2 .project-content {
  max-width: 310px;
  padding: 15px 20px;
}

.single-project-card.style2 .project-content span {
  color: #2C2C2C;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 20px;
  font-family: "lufga" !important;
}

.project-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
 
  
  background-color: #e5e5e5;
  border: none;
  height: 55px;
  width: 55px;
  line-height: 62px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 16px;
}

.project-slider.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}

.project-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  right: 284px;
  left: auto;
}

.project-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.project-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #C2283A;
  color: #ffffff;
}

.works-content {
  padding-top: 4px;
}

.works-content .works-title span {
  color: #C2283A;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 500;
  font-family:"Poppins",sans-serif !important;
}

.works-content .works-title h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.single-project-box {
  position: relative;
  padding-bottom: 30px;
  padding-right: 30px;
  z-index: 1;
  margin-bottom: 40px;
}

.single-project-box .project-content {
  position: absolute;
  max-width: 310px;
  padding: 20px;
  background-color: #ffffff;
  font-family:"Poppins",sans-serif !important;
  border-radius: 5px;
  left: 20px;
  bottom: 50px;
  font-size: 20px;
  font-weight: 600;
  color: #2C2C2C;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-project-box::before {
  position: absolute;
  content: '';
  border: 1px dashed #C2283A;
  height: 94%;
  width: 95%;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.single-project-box.style-2 {
  padding-left: 30px;
  padding-right: 0;
}

.single-project-box.style-2 .project-content {
  left: 50px;
}

.single-project-box.style-2::before {
  left: 0;
  right: auto;
}

.single-project-box:hover .project-content {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.project-slider2.owl-theme .owl-nav [class*=owl-] {
  background-color: #e5e5e5;
  border: none;
  height: 45px;
  width: 45px;
  line-height: 52px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 12px;
  margin: auto 10px;
}

.project-slider2.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}

.project-slider2.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.project-slider2.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #C2283A;
  color: #ffffff;
}

.Works-area .container-fluid {
  max-width: 1520px;
}

.works-overly {
  padding-left: 100px;
  padding-right: 100px;
}

.work-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: -90px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 65px;
  background-color: #e5e5e5;
  border: none;
  height: 55px;
  width: 55px;
  line-height: 62px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 13px;
}

.work-slider.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}

.work-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  right: 0;
  left: auto;
}

.work-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.work-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #C2283A;
  color: #ffffff;
}

.portfolio-area .shoting-btn {
  text-align: center;
  margin-bottom: 30px;
}

.portfolio-area .shoting-btn ul {
  padding-left: 0;
  margin-bottom: 0;
}

.portfolio-area .shoting-btn ul li {
  display: inline-block;
  margin-right: 10px;
}

.portfolio-area .shoting-btn ul li:last-child {
  margin-right: 0;
}

.portfolio-area .shoting-btn ul li button {
  background-color: transparent;
  border: 1px solid#C2283A;
  padding: 10px 30px;
  border-radius: 5px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.portfolio-area .shoting-btn ul li button:hover, .portfolio-area .shoting-btn ul li button:focus, .portfolio-area .shoting-btn ul li button.active {
  background-color: #C2283A;
  color: #ffffff;
}

.shorting .mix {
  display: none;
}

.portfolio-card {
  position: relative;
  margin-bottom: 25px;
}

.portfolio-card .icon {
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.portfolio-card .icon .action-icon {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 100%;
}

.portfolio-card::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  background: rgba(44, 44, 44, 0.3);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.portfolio-card:hover .icon {
  opacity: 1;
}

.portfolio-card:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.mfp-title {
  display: none;
}

.project-description {
  padding: 30px;
  background-color: #f5f5f5;
  margin-bottom: 30px;
}

.project-description h3 {
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid#C2283A;
}

.project-description ul {
  padding-left: 0;
  margin-bottom: 0;
}

.project-description ul li {
  margin-bottom: 20px;
  list-style-type: none;
}

.project-description ul li:last-child {
  margin-bottom: 0;
}

.project-description ul li p {
  margin-bottom: 5px;
}

.project-description ul li span {
  font-weight: 500;
  color: #2C2C2C;
  font-family: "lufga" !important;
}

.portfolio-details-btn {
  margin-bottom: 30px;
}

.portfolio-details-top-img {
  margin-bottom: 40px;
}

.portfolio-details-content .about-project {
  margin-bottom: 30px;
}

.portfolio-details-content .about-project h2 {
  font-size: 30px;
  margin-bottom: 15px;
}

.portfolio-details-content .about-project p {
  margin-bottom: 15px;
}

.portfolio-details-content .planing-content {
  margin-bottom: 30px;
}

.portfolio-details-content .planing-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.portfolio-details-content .planing-content p {
  margin-bottom: 25px;
}

.portfolio-details-content .planing-content .planing-list {
  margin-bottom: 25px;
}

.portfolio-details-content .planing-content .planing-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.portfolio-details-content .planing-content .planing-list ul li {
  margin-bottom: 15px;
  position: relative;
  list-style-type: none;
  font-family:"Poppins",sans-serif !important;
  color: #2C2C2C;
  font-weight: 500;
  padding-left: 20px;
}

.portfolio-details-content .planing-content .planing-list ul li:last-child {
  margin-bottom: 0;
}

.portfolio-details-content .planing-content .planing-list ul li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #28aa4a;
}

.portfolio-details-card .portfolio-content {
  position: relative;
}

.portfolio-details-card .portfolio-content span {
  color: #C2283A;
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 500;
  font-family:"Poppins",sans-serif !important;
}

.portfolio-details-card .portfolio-content h3 {
  font-size: 20px;
}

.portfolio-details-card .portfolio-content .portfolio-shape {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.portfolio-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -60px;
  background-color: #e5e5e5;
  border: none;
  height: 40px;
  width: 40px;
  line-height: 49px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 15px;
}

.portfolio-slider.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}

.portfolio-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -60px;
  left: auto;
}

.portfolio-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.portfolio-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #C2283A;
  color: #ffffff;
}

/*
Team Style
======================================================*/
.single-team-card {
  margin-bottom: 30px;
}

.single-team-card .team-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.single-team-card .team-img img {
  overflow: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.single-team-card .team-img .social-content {
  position: absolute;
  left: 20px;
  top: 20px;
}

.single-team-card .team-img .social-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.single-team-card .team-img .social-content ul li {
  margin-bottom: 8px;
  list-style-type: none;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}

.single-team-card .team-img .social-content ul li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.single-team-card .team-img .social-content ul li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.single-team-card .team-img .social-content ul li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.single-team-card .team-img .social-content ul li:nth-child(4) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.single-team-card .team-img .social-content ul li a {
  color: #2C2C2C;
  height: 35px;
  background-color: #ffffff;
  width: 35px;
  line-height: 33px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-team-card .team-img .social-content ul li a:hover {
  background-color: #C2283A;
  color: #ffffff;
  border-color: #C2283A;
}

.single-team-card .team-content {
  text-align: center;
  padding: 30px 30px 0 30px;
}

.single-team-card .team-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.single-team-card .team-content span {
  color: #C2283A;
}

.single-team-card:hover .team-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.single-team-card:hover .team-img .social-content ul li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.single-team-card.style2 .team-img .social-content ul li a {
  background-color: #e5e5e5;
}

.single-team-card.style2 .team-img .social-content ul li a:hover {
  background-color: #C2283A;
}

.single-team-box {
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-box-shadow: 0px 10px 30px 5px rgba(38, 50, 56, 0.05);
          box-shadow: 0px 10px 30px 5px rgba(38, 50, 56, 0.05);
}

.single-team-box .team-content {
  padding: 30px;
}

.single-team-box .team-content h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.single-team-box .team-content span {
  color: #C2283A;
  font-weight: 500;
}

.single-team-box .team-content .social-content {
  text-align: end;
}

.single-team-box .team-content .social-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.single-team-box .team-content .social-content ul li {
  margin-right: 5px;
  display: inline-block;
}

.single-team-box .team-content .social-content ul li:last-child {
  margin-right: 0;
}

.single-team-box .team-content .social-content ul li a {
  color: #2C2C2C;
  height: 30px;
  background-color: #e5e5e5;
  width: 30px;
  line-height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 14px;
}

.single-team-box .team-content .social-content ul li a:hover {
  background-color: #C2283A;
  color: #ffffff;
  border-color: #C2283A;
}

.single-team-box:hover {
  -webkit-box-shadow: 0px 10px 30px 5px rgba(38, 50, 56, 0.09);
          box-shadow: 0px 10px 30px 5px rgba(38, 50, 56, 0.09);
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.team-area2 .container-fluid {
  max-width: 1520px;
}

.team-overly {
  padding-left: 100px;
  padding-right: 100px;
}

/*
Skill Style
======================================================*/
.skill-area {
  position: relative;
  z-index: 1;
}

.skill-area::before {
  position: absolute;
  content: '';
  height: 40px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: -1;
}

.skill-area.style2::before {
  display: none;
}

.skill-content .skill-title {
  margin-bottom: 20px;
}

.skill-content .skill-title span {
  color:  #C2283A;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 500;
  font-family:"Poppins",sans-serif !important;
}

.skill-content .skill-title h2 {
  font-size: 40px;
  margin-bottom: 18px;
}

.skill-bar {
  margin-bottom: 15px;
}

.skill-bar .progress-title-holder {
  position: relative;
  margin-bottom: 5px;
}

.skill-bar .progress-title {
  font-size: 15px;
  font-weight: 600;
  color: #2C2C2C;
  font-family:"Poppins",sans-serif !important;
  margin-bottom: 0 !important;
}

.skill-bar .progress-number-wrapper {
  width: 100%;
  z-index: 10;
  font-size: 11px;
  line-height: 24px;
  height: 24px;
  letter-spacing: 0px;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  color: #ffffff;
  margin-bottom: 0;
  margin-bottom: 0 !important;
}

.skill-bar .progress-number-mark {
  margin-bottom: 4px;
  border-radius: 3px;
  padding: 0 8px;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 0 !important;
}

.skill-bar .progress-content-outter {
  height: 10px;
  background-color: #e5e5e5;
  border-radius: 0;
}

.skill-bar .progress-content {
  height: 5px;
  background-color: #C2283A;
  border-radius: 0;
  width: 0%;
  position: relative;
  bottom: -5px;
}

.skill-bar .percent {
  margin-bottom: 0 !important;
  color: #2C2C2C !important;
  font-size: 15px;
  font-weight: 600;
}

/*
Testimonials Style
======================================================*/
.single-testimonials-card {
  padding: 20px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin: 5px;
}

.single-testimonials-card .testimonials-content {
  position: relative;
}

.single-testimonials-card .testimonials-content p {
  margin-bottom: 20px;
}

.single-testimonials-card .testimonials-content .ratings-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-bottom: 15px;
}

.single-testimonials-card .testimonials-content .ratings-list li {
  display: inline-block;
  margin-right: 3px;
}

.single-testimonials-card .testimonials-content .ratings-list li:last-child {
  margin-right: 0;
}

.single-testimonials-card .testimonials-content .ratings-list li i {
  color: #ff8a00;
}

.single-testimonials-card .testimonials-content h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.single-testimonials-card .testimonials-content span {
  color:  #C2283A;
}

.single-testimonials-card .testimonials-content .icon {
  position: absolute;
  font-size: 60px;
  right: 10px;
  bottom: -10px;
  color: #C2283A;
  opacity: .1;
}

.testimonials-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -90px;
  background-color: #e5e5e5;
  border: none;
  height: 55px;
  width: 55px;
  line-height: 62px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 15px;
}

.testimonials-slider.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}

.testimonials-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -90px;
  left: auto;
}

.testimonials-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.testimonials-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #C2283A;
  color: #ffffff;
}





.single-review-box {
  padding: 40px;
  -webkit-box-shadow: 0px 6px 30px rgba(44, 44, 44, 0.03);
          box-shadow: 0px 6px 30px rgba(44, 44, 44, 0.03);
  margin: 7px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
}

.single-review-box .client-profile {
  position: relative;
  padding-left: 90px;
  margin-bottom: 35px;
}

.single-review-box .client-profile img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
}

.single-review-box .client-profile h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.single-review-box .client-profile span {
  color: #C2283A;
}

.single-review-box .ratings {
  margin-bottom: 15px;
}

.single-review-box .ratings i {
  color: #ff8a00;
  margin-right: 5px;
}

.single-review-box .ratings i:last-child {
  margin-right: 0;
}

.single-review-box p {
  margin-bottom: 0;
}

.single-review-box .quote {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 60px;
  color: #C2283A;
  opacity: .1;
}

.single-review-box.style2 {
  margin: 0;
  margin-bottom: 30px;
}

.reviews-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -90px;
  background-color: #e5e5e5;
  border: none;
  height: 55px;
  width: 55px;
  line-height: 62px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 15px;
}

.reviews-slider.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}

.reviews-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -90px;
  left: auto;
}

.reviews-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.reviews-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #C2283A;
  color: #ffffff;
}

.active.center .single-review-box {
  -webkit-box-shadow: 0px 6px 30px rgba(44, 44, 44, 0.09);
          box-shadow: 0px 6px 30px rgba(44, 44, 44, 0.09);
}

.testimonials-area2 .container-fluid {
  max-width: 1520px;
}

.testimonials-overly {
  padding-left: 100px;
  padding-right: 100px;
}

.single-testimonials-box {
  margin: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-testimonials-box .testimonials-content {
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-testimonials-box .testimonials-content .ratings {
  margin-bottom: 15px;
}

.single-testimonials-box .testimonials-content .ratings i {
  color: #ff8a00;
  margin-right: 5px;
}

.single-testimonials-box .testimonials-content .ratings i:last-child {
  margin-right: 0;
}

.single-testimonials-box .testimonials-content::before {
  position: absolute;
  content: '';
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  left: 50px;
  bottom: -20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
  -webkit-box-shadow: 0px 10px 30px rgba(44, 44, 44, 0.05);
          box-shadow: 0px 10px 30px rgba(44, 44, 44, 0.05);
}

.single-testimonials-box .cliens-profile {
  position: relative;
  padding-left: 125px;
}

.single-testimonials-box .cliens-profile img {
  position: absolute;
  width: auto;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-testimonials-box .cliens-profile h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.single-testimonials-box .cliens-profile span {
  color: #C2283A;
}

.testimonials-slider2.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: -90px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 65px;
  background-color: #e5e5e5;
  border: none;
  height: 55px;
  width: 55px;
  line-height: 62px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 13px;
}

.testimonials-slider2.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}

.testimonials-slider2.owl-theme .owl-nav [class*=owl-].owl-next {
  right: 0;
  left: auto;
}

.testimonials-slider2.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.testimonials-slider2.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #C2283A;
  color: #ffffff;
}

.reviews-form {
  max-width: 960px;
  margin: auto;
}

.reviews-form .form-group {
  margin-bottom: 25px;
}

.reviews-form .form-group .form-control {
  background-color: #f5f5f5;
  color: #2C2C2C;
  border: none;
}

.reviews-form .form-group .form-control::-webkit-input-placeholder {
  color: #666666;
}

.reviews-form .form-group .form-control:-ms-input-placeholder {
  color: #666666;
}

.reviews-form .form-group .form-control::-ms-input-placeholder {
  color: #666666;
}

.reviews-form .form-group .form-control::placeholder {
  color: #666666;
}

.reviews-form .default-btn {
  width: 100%;
}

/*
Video Style
======================================================*/
.video-img {
  position: relative;
  overflow: hidden;
}

.video-img .video-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}

.video-img .video-content h3 {
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 30px;
}

.video-img .video-content .play-btn a {
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: #ffffff;
  display: inline-block;
  color: #C2283A;
  border-radius: 100%;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.video-img .video-content .play-btn a::before {
  position: absolute;
  content: '';
  height: 84px;
  width: 84px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  left: -2px;
  top: -2px;
  -webkit-animation: ripple 7s linear infinite;
          animation: ripple 7s linear infinite;
}

.video-img .video-content .play-btn:hover a::before {
  border-color: #C2283A;
}

.video-img::before {
  position: absolute;
  content: '';
  background: rgba(17, 17, 17, 0.5);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

/*
Blog Style
======================================================*/
.single-blog-card {
  -webkit-box-shadow: 0px 6px 30px rgba(44, 44, 44, 0.05);
          box-shadow: 0px 6px 30px rgb(44 44 44 / 35%);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 30px;
  border-left: 4px solid red;
    border-bottom: 4px solid red;
    min-height: 610px;
    max-height: 610px;
    overflow: hidden;
}

.single-blog-card .blog-img {
  position: relative;
}

.single-blog-card .blog-img .date {
  height: 56px;
  width: 56px;
  background: linear-gradient(to right, #C2283A, #279BD7);
  display: inline-block;
  text-align: center;
  padding-top: 0px;
  position: absolute;
  left: 30px;
  bottom: -40px;
}

.single-blog-card .blog-img .date p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 5px;
}

.single-blog-card .blog-img .date span {
  color: #ffffff;
}

.single-blog-card .blog-content {
  padding: 15px 30px 30px 30px;
}

.single-blog-card .blog-content ul {
  padding-left: 0;
  margin-left: 75px;
  margin-bottom: 22px;
}

.single-blog-card .blog-content ul li {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  padding-left: 24px;
}

.single-blog-card .blog-content ul li i {
  position: absolute;
  left: 0;
  font-size: 20px;
  top: -3px;
  color: #C2283A;
}

.single-blog-card .blog-content ul li a {
  color: #666666;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  list-style-type: none;
    text-decoration: none;
}

.single-blog-card .blog-content ul li a:hover {
  color:  #C2283A;
}

.single-blog-card .blog-content h3 {
  font-size: 22px;
  margin-bottom: 12px;
  line-height: 1.5;
}

.single-blog-card .blog-content h3 a {
  color: #2C2C2C;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-decoration: none;
    list-style-type: none;
}

.single-blog-card .blog-content h3 a:hover {
  color:  #C2283A;
}

.single-blog-card .blog-content p {
  margin-bottom: 25px;
}

.single-blog-card:hover {
  -webkit-box-shadow: 0px 10px 30px 5px rgba(44, 44, 44, 0.09);
          box-shadow: 0px 10px 30px 5px rgba(44, 44, 44, 0.09);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-blog-card.style2 .blog-content {
  padding: 30px;
}

.single-blog-card.style2 .blog-content h3 {
  margin-bottom: 30px;
}

.single-blog-card.style2 .blog-content ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 18px;
}

.single-blog-card.style2 .blog-content ul li {
  margin-left: 15px;
}

.single-blog-card.style2 .blog-content ul li:first-child {
  margin-left: 0;
}

.single-blog-card.style3 .blog-img .date {
  right: 30px;
  left: auto;
}

.single-blog-card.style3 .blog-content {
  padding: 30px;
}

.single-blog-card.style3 .blog-content ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 15px;
}

.single-blog-card.style3 .blog-content ul li {
  margin-left: 15px;
}

.single-blog-card.style3 .blog-content ul li:first-child {
  margin-left: 0;
}

.single-blog-card.style4 .blog-content {
  padding: 30px;
}

.single-blog-card.style4 .blog-content h3 {
  margin-bottom: 18px;
}

.single-blog-card.style4 .blog-content ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 18px;
}

.single-blog-card.style4 .blog-content ul li {
  margin-left: 15px;
}

.single-blog-card.style4 .blog-content ul li:first-child {
  margin-left: 0;
}

.single-blog-card.style4 .blog-content p {
  margin-bottom: 0;
}

.blog-details-content {
  padding: 30px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.blog-details-content .user-and-date {
  margin-bottom: 20px;
}

.blog-details-content .user-and-date ul {
  padding-left: 0;
  margin-bottom: 0;
}

.blog-details-content .user-and-date ul li {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  padding-left: 22px;
}

.blog-details-content .user-and-date ul li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #C2283A;
}

.blog-details-content .user-and-date ul li a {
  color: #666666;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.blog-details-content .user-and-date ul li a:hover {
  color: #C2283A;
}

.blog-details-content h3 {
  font-size: 25px;
  margin-bottom: 20px;
}

.blog-details-content p {
  margin-bottom: 20px;
}

.blog-details-content .quote {
  padding: 30px;
  background-color: #f4fbf8;
  margin-bottom: 25px;
  margin-top: 30px;
}

.blog-details-content .quote p {
  color: #2C2C2C;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
}

.blog-details-content .quote span {
  color: #2C2C2C;
  font-weight: 500;
  font-size: 20px;
  position: relative;
  padding-left: 37px;
  font-family: "lufga" !important;
}

.blog-details-content .quote span::before {
  position: absolute;
  content: '';
  left: 0;
  background-color: #C2283A;
  height: 2px;
  width: 30px;
  top: 13px;
}

.comments-content h3 {
  font-size: 25px;
  margin-bottom: 30px;
}

.single-comment-box {
  margin-bottom: 35px;
  position: relative;
}

.single-comment-box .user-profile {
  position: relative;
  padding-left: 90px;
  margin-bottom: 30px;
}

.single-comment-box .user-profile img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-comment-box .user-profile h4 {
  font-size: 18px;
  margin-bottom: 8px;
}

.single-comment-box .reply {
  position: absolute;
  right: 0;
  top: 0;
}

.single-comment-box .reply a {
  color: #C2283A;
  font-weight: 500;
}

.single-comment-box .reply a img {
  position: relative;
  top: -2px;
}

.comment-form h3 {
  font-size: 25px;
  margin-bottom: 20px;
}

.comment-form .form-group {
  margin-bottom: 25px;
}

.comment-form .form-group .form-control {
  background-color: #f5f5f5;
  border: none;
}

.sidebar-widget {
  padding: 30px;
  background-color: #f5f5f5;
  margin-bottom: 30px;
}

.sidebar-widget h3 {
  font-size: 22px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #28aa4a;
}

.sidebar-widget .search-bar .form-group {
  position: relative;
}

.sidebar-widget .search-bar .form-group .default-btn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  padding: 8px;
}

.sidebar-widget .search-bar .form-group .default-btn i {
  font-size: 20px;
  position: relative;
  top: 0;
}

.sidebar-widget .search-bar .form-group .form-control {
  border: none;
  background-color: #ffffff;
  border-radius: 0;
}

.sidebar-widget.style2 {
  padding: 30px 30px 15px 30px;
}

.Category-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.Category-list ul li {
  list-style-type: none;
  margin-bottom: 13px;
  position: relative;
  padding-left: 18px;
}

.Category-list ul li:last-child {
  margin-bottom: 0;
}

.Category-list ul li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}

.Category-list ul li a {
  color: #2C2C2C;
  font-weight: 500;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.Category-list ul li a:hover {
  color: #C2283A;
}

.tag-cloud ul {
  padding-left: 0;
  margin-bottom: 0;
}

.tag-cloud ul li {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 10px;
}

.tag-cloud ul li:last-child {
  margin-right: 0;
}

.tag-cloud ul li a {
  background-color: #ffffff;
  color: #2C2C2C;
  padding: 10px;
  border: 1px solid rgba(40, 170, 74, 0.3);
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.tag-cloud ul li a:hover {
  background-color: #C2283A;
  color: #ffffff;
}

.widget-peru-posts-thumb {
  position: relative;
  overflow: hidden;
}

.widget-peru-posts-thumb .item {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.widget-peru-posts-thumb .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.widget-peru-posts-thumb .item .thumb {
  float: left;
  height: 75px;
  overflow: hidden;
  position: relative;
  width: 75px;
  margin-right: 15px;
}

.widget-peru-posts-thumb .item .thumb .fullimage {
  width: 130px;
  height: 130px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  position: relative;
  background-color: #2C2C2C;
}

.widget-peru-posts-thumb .item .thumb .fullimage.bg1 {
  background-image: url(../images/blog/blog-img-1.jpg);
}

.widget-peru-posts-thumb .item .thumb .fullimage.bg2 {
  background-image: url(../images/blog/blog-img-2.jpg);
}

.widget-peru-posts-thumb .item .thumb .fullimage.bg3 {
  background-image: url(../images/blog/blog-img-3.jpg);
}

.widget-peru-posts-thumb .item .thumb .fullimage.bg4 {
  background-image: url(../images/blog/blog-img-4.jpg);
}

.widget-peru-posts-thumb .item .info {
  overflow: hidden;
}

.widget-peru-posts-thumb .item .info span {
  display: block;
  color: #666666;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
}

.widget-peru-posts-thumb .item .info .title {
  margin-bottom: 0;
  margin-top: 5px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 600;
}

.widget-peru-posts-thumb .item .info .title a {
  display: inline-block;
  color: #474c40;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.widget-peru-posts-thumb .item .info .title a:hover {
  color: #C2283A;
}

/*
Pricing Style
======================================================*/
.single-pricing-card {
  padding: 30px;
  background-color: #f4fbf8;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 30px;
}

.single-pricing-card .pricing-head-content h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.single-pricing-card .pricing-head-content p {
  margin-bottom: 20px;
}

.single-pricing-card .pricing-head-content h1 {
  font-size: 50px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}

.single-pricing-card .pricing-head-content h1 span {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.single-pricing-card .featurs-list {
  margin-bottom: 30px;
}

.single-pricing-card .featurs-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.single-pricing-card .featurs-list ul li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
}

.single-pricing-card .featurs-list ul li i {
  left: 0;
  color: #C2283A;
  position: absolute;
  left: 0;
}

.single-pricing-card .featurs-list ul li i.white {
  color: #666666;
}

.single-pricing-card .featurs-list ul li:last-child {
  margin-bottom: 0;
}

.single-pricing-card .default-btn {
  width: 100%;
}

.single-pricing-card.active, .single-pricing-card:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-pricing-card.active .default-btn, .single-pricing-card:hover .default-btn {
  background-color: #C2283A;
  color: #ffffff;
}

.wrapper-full.hide {
  display: none;
}

.plans-switcher {
  text-align: center;
  margin-bottom: 45px;
}

.plans-switcher .toggle, .plans-switcher .toggler {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  cursor: pointer;
}

.plans-switcher .toggler {
  color: #2E2F46;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 16px;
  font-weight: 500;
}

.plans-switcher .toggler.toggler--is-active {
  color: #C2283A;
}

.plans-switcher .toggle {
  position: relative;
  width: 70px;
  height: 30px;
  border-radius: 100px;
  background: rgba(40, 170, 74, 0.15);
  overflow: hidden;
}

.plans-switcher .toggle .b {
  display: block;
}

.plans-switcher .toggle .switch {
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 5px;
  right: 58.5%;
  background-color: #C2283A;
  border-radius: 50px;
  z-index: 1;
  -webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-delay: 0s, .08s;
          transition-delay: 0s, .08s;
}

.plans-switcher .toggle .check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}

.plans-switcher .toggle .check:checked ~ .switch {
  right: 5px;
  left: 57.5%;
  -webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-property: left, right;
  transition-property: left, right;
}

/*
Footer Style
======================================================*/
.start-footer-area {
  background-color: #000;
}

.footer-logo-area {
  margin-bottom: 30px;
}

.footer-logo-area img {
  margin-bottom: 30px;
  margin-left: 40px;
}
.footer-logo-area p {
  color: #fff;
  margin-bottom: 25px;
}

.footer-logo-area .social-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.footer-logo-area .social-content ul li {
  margin-right: 8px;
  display: inline-block;
}

.footer-logo-area .social-content ul li:last-child {
  margin-right: 0;
}

.footer-logo-area .social-content ul li span {
  color: #ffffff;
  font-weight: 500;
  padding-right: 10px;
  position: relative;
  top: -2px;
}

.footer-logo-area .social-content ul li a {
  color: #2C2C2C;
  height: 30px;
  /* background-color: #ffffff; */
  width: 30px;
  line-height: 30px;
  /* border: 1px solid rgba(255, 255, 255, 0.2); */
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.footer-logo-area .social-content ul li a:hover {
  /* background-color:#C2283A; */
  color: #ffffff;
  border-color: #C2283A;
}

.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget h3 {
  font-size: 18px;
  color: #e7bd59;
  margin-bottom: 30px;
}

.footer-address-area {
  padding-left: 50px;
}

.footer-address-area ul {
  padding-left: 0;
  margin-bottom: 0;
}

.footer-address-area ul li {
  list-style-type: none;
  position: relative;
  padding-left: 58px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 15px;
}

.footer-address-area ul li:last-child {
  margin-bottom: 0;
}

.footer-address-area ul li p {
  margin-bottom: 3px;
  color:  #4BABDD;
  font-weight: 500;
}

.footer-address-area ul li a {
  color: #fff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-weight: 500;
}

.footer-address-area ul li a:hover {
  color: #C2283A;
}

.footer-address-area ul li span {
  color: #ffffff;
  font-weight: 500;
}

.footer-address-area ul li .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 45px;
  width: 45px;
  line-height: 45px;
  /* background-color: #e5e5e5; */
  font-size: 25px;
  color:  #fff;
  text-align: center;
  border-radius: 5px;
  z-index: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.footer-address-area ul li .icon::before {
  position: absolute;
  content: '';
  height: 0%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background-color: #C2283A;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.footer-address-area ul li:hover .icon {
  color: #ffffff;
}

.footer-address-area ul li:hover .icon::before {
  height: 100%;
}

.footer-useful-links-area {
  padding-left: 50px;
}

.footer-useful-links-area .link-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.footer-useful-links-area .link-list ul li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.footer-useful-links-area .link-list ul li:last-child {
  margin-bottom: 0;
}

.footer-useful-links-area .link-list ul li i {
  position: absolute;
  left: 0;
  font-size: 18px;
  top: -2px;
  color: #bfbfbf;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.footer-useful-links-area .link-list ul li a {
  color: #fff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.footer-useful-links-area .link-list ul li:hover i {
  color: #C2283A;
  text-decoration: none;
  list-style-type: none;
}

.footer-useful-links-area .link-list ul li:hover a {
  color: #C2283A;
  text-decoration: none;
  list-style-type: none;
}

.footer-subscribe-area p {
  color: #bfbfbf;
  margin-bottom: 20px;
}

.footer-subscribe-area .subscribe-form .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #ffffff;
  height: 55px;
}

.footer-subscribe-area .subscribe-form .form-control::-webkit-input-placeholder {
  color: #bfbfbf;
  font-size: 15px;
}

.footer-subscribe-area .subscribe-form .form-control:-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 15px;
}

.footer-subscribe-area .subscribe-form .form-control::-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 15px;
}

.footer-subscribe-area .subscribe-form .form-control::placeholder {
  color: #bfbfbf;
  font-size: 15px;
}

.footer-subscribe-area .subscribe-form .default-btn {
  width: 100%;
  margin-top: 20px;
}

.footer-instagram-area {
  margin-bottom: 0;
}

.footer-instagram-area .instagram-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 25px;
}

.footer-instagram-area .instagram-img img {
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.footer-instagram-area .instagram-img .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.footer-instagram-area .instagram-img .icon a {
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
  top: 3px;
  opacity: 0;
}

.footer-instagram-area .instagram-img:hover img {
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.footer-instagram-area .instagram-img:hover .icon a {
  opacity: 1;
}

.copy-right-area {
  background-color: #000;
  text-align: center;
}

.copy-right-area p {
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.235);
}

.copy-right-area p span {
  color: #C2283A;
}

.copy-right-area p a {
  color: #e7bd59;
  text-decoration: none;
    list-style-type: none;
}

/*
Newsletter Style
======================================================*/
.newsletter-overly {
  background-color: #C2283A;
  position: relative;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.newsletter-overly::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 40%;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  border-radius: 0 0 60% 0;
}

.newsletter-overly .newslatter-img {
  position: relative;
}

.newsletter-overly .newslatter-img .image-1 {
  position: absolute;
  top: 50px;
  left: 0;
}

.newsletter-overly .newslatter-img .image-2 {
  position: absolute;
  top: 50px;
  left: 40px;
}

.newsletter-overly .newslatter-img .image-3 {
  position: absolute;
  top: 200px;
  left: 0;
}

.newsletter-overly .newslatter-content {
  padding: 100px 100px 100px 30px;
}

.newsletter-overly .newslatter-content span {
  color: #ffffff;
  margin-bottom: 10px;
  display: inline-block;
}

.newsletter-overly .newslatter-content h2 {
  font-size: 40px;
  margin-bottom: 15px;
  color: #ffffff;
}

.newsletter-overly .newslatter-content p {
  color: #ffffff;
  margin-bottom: 30px;
}

.newsletter-overly .newslatter-content .newsletter-form {
  position: relative;
}

.newsletter-overly .newslatter-content .newsletter-form .form-control {
  height: 68px;
}

.newsletter-overly .newslatter-content .newsletter-form .default-btn {
  position: absolute;
  right: 6.5px;
  top: 6.5px;
}

.validation-danger {
  color: #f00f1a;
  padding-top: 5px;
}

/*
Login Area Style
======================================================*/
.login {
  max-width: 650px;
  margin: auto;
  padding: 50px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.login h3 {
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  position: relative;
}

.login h3::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 70px;
  background-color: #C2283A;
  top: 43px;
}

.login .form-group {
  margin-bottom: 20px;
}

.login .form-check {
  margin-bottom: 30px;
}

.login .form-check .form-check-input:checked {
  background-color: #28aa4a;
}

.login .form-check .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.login .default-btn {
  padding: 15px 40px;
  margin-bottom: 20px;
}

.login a {
  display: inherit;
  color: #666666;
  font-weight: 500;
}

/*
Register Area Style
======================================================*/
.register {
  max-width: 650px;
  margin: auto;
  padding: 50px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.register h3 {
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  position: relative;
}

.register h3::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 70px;
  background-color: #28aa4a;
  top: 43px;
}

.register .form-group {
  margin-bottom: 20px;
}

.register .default-btn {
  padding: 15px 40px;
  margin-top: 20px;
}

/*
Password Area Style
======================================================*/
.password {
  max-width: 650px;
  margin: auto;
  padding: 50px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.password h3 {
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  position: relative;
}

.password h3::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 70px;
  background-color: #C2283A;
  top: 43px;
}

.password .form-group {
  margin-bottom: 20px;
}

.password .default-btn {
  width: 100%;
}

/*
Privacy Policy Style
======================================================*/
.privacy-content {
  margin-bottom: 10px;
}

.privacy-content h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.privacy-content h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.privacy-content p {
  margin-bottom: 25px;
}

.privacy-content .list ul {
  margin-bottom: 20px;
  padding-left: 0;
}

.privacy-content .list ul li {
  font-weight: 600;
  color: #2C2C2C;
  position: relative;
  padding-left: 20px;
  list-style-type: none;
  padding-bottom: 15px;
}

.privacy-content .list ul li i {
  position: absolute;
  left: 0;
  color: #C2283A;
}

/*
Terms & Condition Style
======================================================*/
.condition-content {
  margin-bottom: 10px;
}

.condition-content h2 {
  font-size: 36px;
  margin-bottom: 30px;
}

.condition-content h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.condition-content p {
  margin-bottom: 25px;
}

.condition-content .list ul {
  margin-bottom: 20px;
  padding-left: 0;
}

.condition-content .list ul li {
  font-weight: 600;
  color: #2C2C2C;
  position: relative;
  padding-left: 20px;
  list-style-type: none;
  padding-bottom: 15px;
}

.condition-content .list ul li i {
  position: absolute;
  left: 0;
  color: #C2283A;
}

/*
Error Area Style
======================================================*/
.error-area {
  text-align: center;
}

.error-area .top-content {
  margin-bottom: 20px;
}

.error-area .top-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.error-area .top-content ul li {
  font-size: 200px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  margin-right: 30px;
  color: #C2283A;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.error-area .top-content ul li:first-child {
  color: #2C2C2C;
  -webkit-animation: movebounce 7s linear infinite;
          animation: movebounce 7s linear infinite;
}

.error-area .top-content ul li:last-child {
  color: #666666;
  -webkit-animation: movebounce 9s linear infinite;
          animation: movebounce 9s linear infinite;
}

.error-area h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.error-area p {
  margin-bottom: 30px;
}

/*
Page Hedaer Style
======================================================*/
.page-header-area {
  padding-top: 50px;
 
  
  z-index: 1;
}

.page-header-area .page-header-content {
 margin-top:10%;
}

.page-header-area .page-header-content h1 {
  font-size: 50px;
  margin-bottom: 15px;
}

.page-header-area .page-header-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.page-header-area .page-header-content ul li {
  display: inline-block;
  color: #223064;
  margin-right: 20px;
  font-weight: 500;
  position: relative;
}

.close{
  opacity: 1 !important;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
  
  margin-top: 7%; /* Space before the modal content */
  margin-bottom: 40px; /* Space after the modal content */

}

/* Styles for form layout */
.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.col {
  flex: 0 0 48%;
  margin-bottom: 10px;
}

label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px; /* Space between labels */
}

input,
textarea {
  width: 100%;
  /* padding: 8px; */
  box-sizing: border-box;
  /* margin-top: 5px;
  margin-bottom: 10px; */
}

button {
  padding: 8px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;

}
/* Styles for the close button */
.close {
  color: red !important;
 text-align: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #aaa;
    width: 6% ;
    text-align: center; /* Border styles */
  padding: 5px 7px; /* Padding around the "X" */
  border-radius: 3px; /* Rounded corners */
  width: 8%;
    position: absolute;
    left: 409px;
}

.close:hover,
.close:focus {
 
  text-decoration: none;
  
}


.page-header-area .page-header-content ul li:last-child {
  margin-right: 0;
}

.page-header-area .page-header-content ul li:last-child::before {
  display: none;
}

.page-header-area .page-header-content ul li::before {
  position: absolute;
  content:"/";
  font-family: "lufga" !important;
  right: -18px;
  font-size: 18px;
  top: -2px;
  color: #2C2C2C;
}

.page-header-area .page-header-content ul li a {
  color: #2C2C2C;
}

.page-header-area .page-header-image {
  text-align: end;
  position: relative;
  right: -60px;
}

.page-header-area .page-header-shape img {
  position: absolute;
}

.page-header-area .page-header-shape img:nth-child(1) {
  left: 0;
  bottom: 0;
  z-index: -1;
}

.page-header-area .page-header-shape img:nth-child(2) {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}

.page-header-area .page-header-shape img:nth-child(3) {
  right: 0;
  bottom: 0;
  z-index: -1;
}

/*
Go To Top Style
======================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 87%;
  right: -10%;
  background-color: #C2283A;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 55px;
  line-height: 45px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 26px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: -1;
  background-color: #C2283A;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover {
  color: #ffffff;
  background: #2C2C2C;
}

.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i {
  color: #ffffff;
}

.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top:focus {
  color: #ffffff;
}

.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top.active {
  -webkit-transform: translateY(-95%);
          transform: translateY(-95%);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 93%;
}

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.mouseCursor.cursor-big {
  width: 80px;
  height: 80px;
}

.mouseCursor.cursor-big.cursor-outer {
  display: none;
}

.mouseCursor.cursor-big.cursor-outer {
  display: none;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #2C2C2C;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner span {
  color: #fff;
  line-height: 80px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.tp-cursor-point-area {
  cursor: none;
}

.single-contact-card {
  text-align: center;
  padding: 30px;
  -webkit-box-shadow: 0px 6px 30px rgb(44 44 44 / 33%);
          box-shadow:0px 6px 30px rgb(44 44 44 / 33%);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 30px;
  min-height: 300px;
    max-height: 300px;
    overflow: hidden;
    border-radius: 20px;
}

.single-contact-card .icon {
  height: 70px;
  width: 70px;
  line-height: 78px;
  font-size: 30px;
  border-radius: 100%;
  text-align: center;
  background-color: #e5e5e5;
  margin: auto;
  margin-bottom: 25px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-contact-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.single-contact-card a {
  display: block;
  color: #666666;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-contact-card a:hover {
  color: #C2283A;
}

.single-contact-card:hover {
  -webkit-box-shadow: 0px 6px 30px rgba(44, 44, 44, 0.09);
          box-shadow: 0px 6px 30px rgba(44, 44, 44, 0.09);
}

.single-contact-card:hover .icon {
  background-color: #C2283A;
  color: #ffffff;
}

.contact-form-area .contacts-form {
  max-width: 860px;
  margin: auto;
}

.contact-form-area .contacts-form .form-group {
  margin-bottom: 25px;
}

.contact-form-area .contacts-form .form-group .form-control {
  background-color: #f5f5f5;
  border: 1px solid black;
}

.contact-form-area .contacts-form .default-btn {
  width: 100%;
}

.contact-form-area .list-unstyled {
  color: #f00f1a;
  padding-top: 5px;
}

.contact-form-area .text-danger {
  margin-top: 15px;
}

.map-area iframe {
  height: 600px;
  width: 100%;
  position: relative;
  margin-bottom: -10px;
}

/*Coming Soon Style
======================================================*/
.coming-soon-area {
  position: relative;
  z-index: 1;
  height: 100vh;
}

.coming-soon-area::before {
  position: absolute;
  content: '';
  height: 300px;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #f7f7f7;
  z-index: -1;
}

.coming-soon-counter {
  max-width: 880px;
  margin: auto;
  border: 30px solid #ffffff;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding-top: 100px;
  padding-bottom: 80px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
}

.coming-soon-counter::before {
  position: absolute;
  content: '';
  height: 100%;
  width: auto;
  left: -60px !important;
  right: 0;
  bottom: -60px;
  border-radius: 10px;
  border: 1px solid #eeeeee;
  z-index: -1;
}

.coming-soon-counter .list ul {
  margin-bottom: 0;
  padding-left: 0;
}

.coming-soon-counter .list ul li {
  margin: 0 30px;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  color: #C2283A;
}

.coming-soon-counter .list ul li span {
  font-size: 15px;
  font-weight: 500;
  color: #666666;
}

.coming-soon-counter .list ul li::before {
  position: absolute;
  content: '';
  height: 6px;
  width: 6px;
  background-color: #666666;
  border-radius: 100%;
  right: -30px;
  top: 42px;
}

.coming-soon-counter .list ul li::after {
  position: absolute;
  content: '';
  height: 6px;
  width: 6px;
  background-color: #666666;
  border-radius: 100%;
  right: -30px;
  top: 55px;
}

.coming-soon-counter .list ul li:last-child::before {
  display: none;
}

.coming-soon-counter .list ul li:last-child::after {
  display: none;
}

.coming-soon-content {
  padding-top: 50px;
  max-width: 880px;
  margin: auto;
  text-align: center;
}

.coming-soon-content .top-content {
  max-width: 620px;
  margin: auto;
}

.coming-soon-content .top-content .coming-soon-logo {
  margin-bottom: 20px;
}

.coming-soon-content .top-content .coming-soon-logo .logo-2 {
  display: none;
}

.coming-soon-content .top-content h1 {
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 600;
}

.coming-soon-content .newsletter-form {
  position: relative;
  margin-bottom: 30px;
  z-index: 4;
}

.coming-soon-content .newsletter-form .form-control {
  height: 62px;
}

.coming-soon-content .newsletter-form .default-btn {
  position: absolute;
  right: 5px;
  top: 5px;
}

.coming-soon-content .newsletter-form .default-btn:hover {
  background-color: #2C2C2C;
  color: #ffffff;
}

.coming-soon-content .newsletter-form .default-btn i {
  position: relative;
  top: 2px;
  padding-left: 7px;
}

.coming-soon-content .social-links ul {
  margin-bottom: 0;
  padding-left: 0;
}

.coming-soon-content .social-links ul li {
  display: inline-block;
  margin-right: 10px;
}

.coming-soon-content .social-links ul li:last-child {
  margin-right: 0;
}

.coming-soon-content .social-links ul li a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  background-color: #ffffff;
  border-radius: 100%;
  color: #666666;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #eeeeee;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.coming-soon-content .social-links ul li a:hover {
  background-color: #28aa4a;
  color: #ffffff;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
/*# sourceMappingURL=style.css.map */

.banner3{
  background-image: url("../images/banner/ielts.png");
  background-size:100%;
  background-repeat: no-repeat;
}

.colmn {
  float: left;
  width: 25%;
  padding: 0 10px;
  max-height: 100%;
  min-height:100%;
  overflow:hidden;
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .colmn {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .slid{
    margin-top:0px !important
  }
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #f1f1f1;
}

.card-1 {
  text-align: center;
 
}


.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}



@media only screen and (max-width:767px){
  .mobile{
    width:100%;
   
  }
}

@media only screen and (max-width:767px){
  .table{
    margin-left: -18px;
  
  }
}

@media only screen and (max-width:767px){
  .w-tabs{
    width: 105%;
    margin-top: 24px;
    height: 65px;
    font-size: 11px;
  }
}

@media only screen and (max-width:767px){
  .modal-content{
    width:79% !important;
    margin-top: 14%;
  
  }
}

@media only screen and (max-width:767px){
  .close{
    margin-left: -103px;
    border: 1px solid #aaa;
    width: 13% !important;
    text-align: center;
    position: absolute;
    top: 7px;
  }
}


@media only screen and (max-width:767px){
  .accordion{
   
    margin-left: -9px;
  }
}


@media (max-width: 767.98px) {
  .tob-header-area {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .middle-header-area {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .owl-nav {
   margin-top:-20px !important;
  }
}



@media only screen and (max-width:767px){
  .contant{
    
    margin-top: 11%;
  
  }
}


@media (max-width: 767px) {
  .col-lg-12.col-md-12 {
      text-align: center;
  }

  .default-btn.active1 {
      display: block;
      margin: 0 auto;
    background-color:#C2283A;
  }
}

.default-btn.active1{
  background-color: #C2283A;
  color:white;
}

.default-btn.active2{
  background-color: #C2283A;
  color:white;
}

@media (max-width: 767px) {
  .default-btn.active2 {
      display: block;
      margin: 0 auto;
  }
}

/* 
@media (max-width: 767px) {
  .abot {
     margin-top:40%;
  }
} */

@media (max-width: 767px) {
  .count {
     margin-top:-20%;
     margin-bottom: -15%;
  }
}

@media (max-width: 767px) {
  .blg {
    
     margin-bottom: -19%;
  }
}


.default-btn.active4{
  background-color: #C2283A;
  color:white;
}

@media (max-width: 767px) {
  .default-btn.active4 {
      display: block;
      margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .mobile-responsive-nav{
    
    background-color: white;
  }
}


@media (max-width: 720px) {
  .study{
    margin-top:40px;
    margin-bottom: -30px;
  }
}


@media screen and (max-width: 768px) {
  .table-responsive {
    overflow-x: auto;
  }
}

@media screen and (max-width: 768px) {
  .prepare {
    width: 34% !important;
    position: relative;
    margin-top:-30px;
    margin-left: 2px !important;
  }
}

@media screen and (max-width: 767px) {
  .tble {
    width:100%;
  }
}

@media screen and (max-width: 767px) {
  .test-study {
    padding: 19px !important;
  }
}

@media (max-width: 720px) {
  .start{
    width: 34% !important;
        /* position: relative; */
        margin-top: 3% !important;
        margin-left: 0% !important;
  }
}

@media (max-width: 720px) {
  .start-3{
    width: 34% !important;
        /* position: relative; */
        margin-top: 3% !important;
        margin-left: 35% !important;
  }
}

@media screen and (max-width: 768px) {
.bread-crumb-3{
 position: relative !important;
    top: 145px !important;
    left: -32px !important;
    display: flex;
    font-size: 10px !important;
}
}

@media screen and (max-width: 768px) {
  .bread-crumb-5{
   position: relative !important;
      top: 163px !important;
      left: -32px !important;
      display: flex;
      font-size: 10px !important;
  }
  }

  .bread-crumb-5{
    position: relative ;
       top: 163px ;
       left: -32px;
       display: flex;
       font-size: 12px;
   }

   @media screen and (max-width: 768px) {
    .bread-crumb-6{
     position: relative !important;
        top: 195px !important;
        left: -32px !important;
        display: flex;
        font-size: 10px !important;
    }
  }
  @media screen and (max-width: 768px) {
  .bread-crumb-2 {
    position: relative !important;
    top: 167px !important;
    display: inline;
    left: -31px !important;
    font-size: 10px !important;
}
  }

@media screen and (max-width: 768px) {
  .bread-crumb-7 {
   position: relative !important;
        top: 258px !important;
        display: inline;
        left: -31px !important;
        font-size: 10px !important;
    
}
}
@media screen and (max-width: 768px) {
  .bread-crumb-8{
   position: relative !important;
        top: 235px !important;
        display: inline;
        left: -31px !important;
        font-size: 10px !important;
    
  }
}
  @media screen and (max-width: 768px) {
    .bread-crumb-10{
     position: relative !important;
          top: 173px !important;
          display: inline;
          left: -31px !important;
          font-size: 10px !important;
      
    }
  }
    .bread-crumb-6{
      position: relative ;
         top: 163px ;
         left: -32px ;
         display: flex;
         font-size: 12px;
     }

@media screen and (max-width: 767px) {
  .send-1{
  margin-left: 33% !important;
    margin-top: 5% !important;
  }
  }
  @media screen and (max-width: 768px) {
  .vc_custom_heading{
    padding-top: 20% !important;
  }
  }
/* @media (max-width: 720px) {
  .image-top{
   
    margin-top: -45%;
  }
} */
@media (min-width: 768px) and (max-width: 1024px) {
  /* Your styles here */
  .breadcrumb{
    position: relative;
    /* top: 170px !important; */
        left: 16px !important;
  }
}

.bread-crumb-3{
  position: relative ; 
  top: 170px ; 
  left: -150px ;
  font-size: 12px;
}
.bread-crumb-2{
  position: relative ; 
  top: 195px ; 
  left: -150px ;
  font-size: 12px;
}

.bread-crumb-7{
  position: relative ; 
  top: 195px ; 
  left: -150px ;
  font-size: 12px;
}
.bread-crumb-10{
  position: relative ; 
  top: 195px ; 
  left: -150px ;
  font-size: 12px;
}
.bread-crumb-8{
  position: relative ; 
  top: 154px ; 
  left: -58px !important;
  font-size: 12px;
}
@media (max-width: 720px) {
  .prep{
   
    margin-bottom: 20px;
  }
}

@media (max-width: 720px) {
  .prep1{
   width:46% !important;
    margin-bottom: 20px;
  }
}


/* Mobile view */
@media (max-width: 767px) {
  .table {
    display: none;
  }
  .mobile-info {
    display: block;
  }
  .mobile-info p {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .exam {
    padding-top:10%;
  }
}

  

  @media (max-width: 767px) {
    .view {
      max-width: 80% imo !important;
    }
  }


  @media (max-width: 767px) {
   respons {
      overflow: hidden;
    }
  }
  

  @media (max-width: 767px) {
    .wpb_column2 {
        width: 50%;
        text-align: center;
        padding: 5px;
    }
    .wpb_column2 img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 767px) {
    .wpb_column2 {
        width: 100%;
    }
}

@keyframes scroll {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(calc(-100% - 20px)); 
  }
}

@media (max-width: 767px) {
  
  .wpb_column2 {
      display: inline-block;
      width: auto; 
      margin-right: 20px; 
      vertical-align: top;
  }

  .wpb_column2 img {
      max-width: 100%;
      height: auto;
  }

  .row:hover .wpb_column2 {
      animation: scroll 1s linear infinite;
  }
}

  .btn-demo:hover {
    background-color: white;
    color:#C43444;
}



@media only screen and (max-width:767px){
  .modal-content {
top:61px;
  }
}


@media only screen and (max-width:767px){
  .clos {
margin-top:17%;

  }
}

/* Adjust form elements for mobile devices */
@media (max-width: 767px) {
  /* Reduce spacing between form elements */
  .modal-content .form-group {
    margin-bottom: 10px;
  }

  /* Reduce font size for form labels */
  .modal-content label {
    font-size: 14px;
  }

  /* Reduce font size for form inputs */
  .modal-content input,
  .modal-content textarea {
    font-size: 14px;
   
  }

  /* Reduce button height */
  .modal-content button {
    padding: 8px 16px;
  }
}


.margi{
  margin-bottom: 20px !important;
}

@media (min-width: 1440px) and (max-width:1440px) {
  .student {
    padding-top: 10%;
    margin-bottom: -9%;
  }
}

@media (min-width: 1440px) and (max-width:1440px) {
  .logo-1 {
   margin-top: -4%;
  }
}

@media (min-width: 780px) and (max-width:1024px) {
  .adjust {
      display: flex;
      justify-content: space-between;
      padding: 0;
      list-style-type: none;
      position: absolute;
    margin-top: -73px;
  }

 
  .header-contact-box {
      text-align: center;
      margin: 0;
      padding: 10px;
  }

  .icon {
      margin-bottom: 10px;
  }

  .header-contact-box p,
  .header-contact-box a {
      display: block;
      margin-bottom: 5px;
  }

  .header-contact-box span {
      display: block;
      margin-bottom: 5px;
  }

  /* Adjustments for "Call Us Now" section */
  .header-contact-box:nth-child(1) {
      flex-basis: 40%; /* Adjust the width of the first item */
      text-align: left; /* Align the text to the left */
  }

  /* Adjustments for the address section */
  .header-contact-box:nth-child(3) {
      flex-basis: 40%; /* Adjust the width of the third item */
      text-align: left; /* Align the text to the left */
  }
}
@media (min-width: 780px) and (max-width:1024px) {
  .adjust {

position:absolute;

  }}

  @media (min-width: 780px) and (max-width:1024px)  {
    .now {
  
      position: absolute;
      margin-left: -190px;
  margin-top:22px;
    }}


    @media (min-width: 780px) and (max-width:1024px)  {
      .mail {
    margin-top:28px;
      }}

      @media (min-width: 780px) and (max-width:1024px)  {
        .icons-h {
     display:flex;
        }}

        @media (min-width: 780px) and (max-width:1024px)  {
          .navbar-nav {
              flex-direction: row;
              flex-wrap: wrap;
              justify-content: center;
              font-size:10px;
          }
          
      
          .navbar-nav .nav-item {
              flex: 0 0 auto;
              width: auto;
              margin: 0 10px;
          }
      
          .navbar-nav .nav-item .dropdown-menu {
              position: absolute;
              top: 100%;
              left: 0;
              z-index: 1000;
              display: none;
              float: left;
              min-width: 10rem;
              padding: 0.5rem 0;
              margin: 0.125rem 0 0;
              font-size: 1rem;
              color: #212529;
              text-align: left;
              list-style: none;
              background-color: #fff;
              background-clip: padding-box;
              border: 1px solid rgba(0, 0, 0, 0.15);
              border-radius: 0.25rem;
          }
      
          .navbar-nav .nav-item .dropdown-menu li {
              width: 100%;
          }
      
          .navbar-nav .nav-item .dropdown-menu li a {
              display: block;
              padding: 0.5rem 1rem;
              clear: both;
              font-weight: 400;
              color: #212529;
              text-align: inherit;
              white-space: nowrap;
              background-color: transparent;
              border: 0;
          }
      
          .navbar-nav .nav-item .dropdown-menu.show {
              display: block;
          }
      
          .navbar-nav .nav-item .dropdown-toggle::after {
              display: none;
          }
      }
     

      @media (min-width: 780px) and (max-width:1024px) {
        .top {
margin-top:-61px;
        }}
        @media (min-width: 780px) and (max-width:1024px) {
          .bottom {
  margin-bottom:-61px;
          }}

          @media (min-width: 780px) and (max-width:1024px) {
            .nav-1 {
    margin-left:-32px;
            }}

            @media (min-width: 780px) and (max-width:1024px){
              .connect {
                position: absolute !important;
                right: 134px;
            
              }}

              @media (min-width: 780px) and (max-width:1024px) {
                .option-item {
                  position: absolute;
                  right: -55px;
                  top: 56px;
                }}

                @media (min-width: 780px) and (max-width:1024px){
                  .connect-1 {
                  
                    right: 79px;
                
                  }}

                  @media (min-width: 780px) and (max-width:1024px) {
                    .start-footer-area .container {
                        display: flex;
                        flex-wrap: wrap;
                        justify-content: space-between;
                    }
                
                    .start-footer-area .col-f {
                        flex: 0 0 33.333%;
                        max-width: 33.333%;
                        margin-bottom: 30px;
                    }
                
                    .footer-address-area ul {
                        padding-left: 0;
                    }
                
                    .footer-address-area li {
                        display: flex;
                        align-items: center;
                        margin-bottom: 15px;
                    }
                
                    .footer-address-area .icon {
                        flex: 0 0 20%;
                        max-width: 20%;
                    }
                
                    .footer-address-area .call {
                        flex: 0 0 80%;
                        max-width: 80%;
                    }
                } 
                

                /* Adjust close button in mobile responsive */
                @media (min-width: 780px) and (max-width:1024px) {
  .modal-content {
      position: relative;
    line-height:4;
  }

  .modal-content .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 27px;
    cursor: pointer;
    margin-left: -356px;
    width: 7%;
  }
}

@media (min-width: 780px) and (max-width:1024px) {
  .default-btn{
line-height:3;
width:40%;
  }}

  @media (min-width: 780px) and (max-width:1024px) {
    .form-check{
      margin-bottom: 45px !important;
    }}

    @media (min-width: 780px) and (max-width:1024px) {
      .btn-1{
        margin-top: -32px;
        margin-bottom: 25px;
        text-align: center;
      }}

      @media (min-width: 780px) and (max-width:1024px) {
        .form-group{
          margin-bottom: 35px !important;
          font-size:17px;
        }}

        @media (min-width: 780px) and (max-width:1024px) {
          .book{
           width:22% !important;
          }}

          @media (min-width: 780px) and (max-width:1024px) {
            .lts{
            top:38px;
            }}


            @media (min-width: 780px) and (max-width:1024px) {
              .table {
                display: none;
              } }


            .image-container {
                position: relative;
                overflow: hidden;
            }
        
            .image-container img {
                width: 100%;
                height: auto;
                transition: transform 0.3s;
            }
        
            .image-container:hover img {
                transform: scale(1);
                border-left:4px solid #C2283A;
                border-top:4px solid #C2283A;
                border-right:4px solid #C2283A;
                border-bottom:4px solid #C2283A;
            }
        
            .image-container:hover .name {
                transform: translateY(-100%);
            }
        
            .name {
                position: absolute;
                bottom: -30px;
                left: 0;
                width: 100%;
                background-color: rgba(0, 0, 0, 0.7);
                color: white;
                text-align: center;
                transition: transform 0.3s;
                transform: translateY(0);
                padding: 10px 0;
                box-sizing: border-box;
            }
        
            .name h4, .name p {
                margin: 1px;
            }

            @media (min-width: 780px) and (max-width:1024px) {
              .form-check-input {
                margin-top: 23px !important;
              } }


              @media only screen and (min-width: 425px) and (max-width: 767px) {
                /* .calls {
                    left: 5px;
                } */
            }
            
            @media only screen and (min-width: 425px) and (max-width: 767px) {
                /* .logo-icon-1{*/
                /*    margin-left: 116px !important;*/
                /*}*/
            }

            @media only screen and (max-width:767px){
              .trs{
                font-size:25px !important;
              }
            }

            @media only screen and (max-width:767px){
              .image-text{
                padding:55px;
              }
            }

            @media only screen and (max-width:768px){
              .animate-1{
                margin-left:0% !important;
              }
            }

            @media only screen and (max-width:768px){
              .banner-btn{
                margin-left:2% !important;
              }
              .owl-nav{
                display: none;
              }
              .our{
                margin-top: 10px !important;
              }
            }

           
          .modal {
           
            position: fixed; /* Stay in place */
            z-index: 1000; /* Sit on top */
            left: 0;
            top: 0;
            width: 100%; /* Full width */
            height: 100%; /* Full height */
            overflow: auto; /* Enable scroll if needed */
            background-color: rgb(0,0,0); /* Fallback color */
            background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
        }

        /* Modal Content/Box */
        .modal-content {
            background-color: #fefefe;
            margin: 5% auto; /* 15% from the top and centered */
            padding: 20px;
            border: 1px solid #888;
            width: 80%; /* Could be more or less, depending on screen size */
            border-radius: 5px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

.insta{
  position: relative;
    top: -28px;
}

        /* Close button */
        .close {
            color: #aaa;
            float: right;
            font-size: 18px;
            font-weight: bold;
        }

        .close:hover,
        .close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }

        .faq-list {list-style: none;padding: 0;}.faq-list li {margin-bottom: 20px;}.question {cursor: pointer;font-weight: bold;background-color: #BDDAE5;padding: 16px;border-radius: 5px;position: relative;}.question::after {content: '+';color: #FBAF19;position: absolute;top: 50%;right: 10px;transform: translateY(-50%);transition: transform 0.3s;}.question.expanded::after {content: '-';transform: translateY(-50%) rotate(45deg);}.answer {display: none;padding: 10px;border: 1px solid #ccc;border-radius: 5px;background-color: #fff;}@media (max-width: 600px) {.container1 {padding: 10px;}}.sec-gap {margin-top: 30px }.side-img{padding: 15px 0px 20px 0px;}.insta-video {margin-top: 20px;}.page-header__title.right {float: right;}.center{text-align: center;}@media only screen and (max-width: 768px) {.page-header{position:relative;margin-top: 90px;height: 171px;}}

        @media only screen and (max-width:768px){
          .whats{
            display:none;
          }
        }

        .faq-list{
          color:black;
        }

        .hr1{
        margin: 0rem 0;
        color: inherit;
        border: 0;
        border-top: 1px solid;
        opacity: 0.05;
        }

.marg{
  margin-top: 10px !important;
  font-size: 18px !important;
}

#team {
	padding: 30px 0;
}
.sec-heading h6 {
	font-family: "Poppins",sans-serif;;
	font-size: 65px;
}
.single-box {
	/* border: 1px solid #ddd; */
	border-radius: 20px;
	overflow: hidden;
	background-color: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
/* .info-area {
	padding: 0 20px 45px;
} */
.img-area {
	overflow: hidden;
	padding: 15px 0 15px;
}
.img-area img {
	margin: 0 auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	max-width: 300px;
  border-radius: 50px;
}
.single-box:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.info-area i {
	display: inline-block;
	color: #ffb400;
	margin: 0 4px;
}
.info-area h4 {
	font-weight: 600
}
.info-area h5 {
	color: #3b04db;
	margin: 10px 0 0;
	font-weight: 600
}
.info-area a {
	display: inline-block;
	/* margin: 25px 0 0; */
	/* background-color: darkorange; */
	color: black;
	/* padding: 10px 35px; */
	border-radius: 4px;
}
.team-slider .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -27px;
	text-align: center;
	width: 100%;
}
.team-slider button.owl-dot {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0 6px;
	text-align: center;
	border-radius: 50%;
	background-color: #262626;
}
.team-slider .owl-dot.active {
	background-color: coral;
}
.move-animation {
	position: relative;
	-webkit-animation: move-animation 2s ease-in-out infinite;
	animation: move-animation 2s ease-in-out infinite;
}
@-webkit-keyframes move-animation {
	0% {
		top: 3px;
	}
	50% {
		top: -3px;
	}
	100% {
		top: 3px;
	}
}





.underline {
  border-bottom: 4px solid #75c8f1; /* Thinner underline */
  padding-bottom: 2px; /* Space between text and underline */
  
}

.explore-2{
  margin-left: 28% !important;
}



/* .scroll-container {
position: relative;
width: 100%;
height: 50px; 
overflow: hidden;
color: #C2283A;
font-size: large;
display: flex;
align-items: center;
justify-content: center;
}

.scroll-text {
white-space: nowrap;
animation: scroll 10s linear infinite;
}

@keyframes scroll {
0% {
  transform: translateX(100%);
}
50% {
  transform: translateX(50%);
}
50.01% {
  transform: translateX(100%);
}
100% {
  transform: translateX(40%);
}
} */

.admissions-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.admissions-container b {
  flex: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .admissions-container {
    justify-content: center; /* Center items vertically on smaller screens */
  }

  .admissions-container b {
    max-width: 100%; /* Allow items to take full width on smaller screens */
    margin: 5px; /* Reduce margin for closer spacing */
  }
}
.faq .panel-heading {
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f1f1f1;
  margin-bottom: 10px;
  padding: 10px;
}

.faq .panel-title a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  font-size: 14px;
}

.faq .panel-title a::after {
  content: '';
  font-size: 20px;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.faq .panel-title a.collapsed::after {
  content: '';
  transform: rotate(180deg);
}

.faq .panel-body {
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 5px 5px;
  padding: 15px;
}

.btn{
  background: linear-gradient(to right, #C2283A, #279BD7) !important;
}

.address-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0;
  list-style: none;
}

.address-list li {
  display: flex;
  align-items: center;
  flex: 1 1 30%; /* Adjust the basis to change the width */
  box-sizing: border-box;
  padding: 10px;
  margin: 10px;

  border-radius: 5px; /* Optional: add border radius */
}

.address-list .icon {
  margin-right: 10px;
  font-size: 1.5em; /* Adjust the size of the icon */
}

.address-details {
  flex: 1;
}

.address-details h3 {
  margin: 0;
  font-size: 1.2em;
}

.address-details span {
  display: block;
  margin-top: 5px;
  font-size: 0.9em;
}

@media (max-width: 768px) {
  .address-list li {
      flex: 1 1 45%; /* Adjust the basis for smaller screens */
  }
}

@media (max-width: 480px) {
  .address-list li {
      flex: 1 1 100%; /* Full width for very small screens */
  }
}

@media (max-width: 768px) {
  .visa-pro {
     display: none ;
  }
}

.visa-pro-1 {
  display: none;
}
@media (max-width: 768px) {
  .visa-pro-1 {
     display: block !important;
     width: 48%;
     margin-top: 5%;
  }
}

.whatsapp-button {
  display: inline-flex;
  align-items: center;
  background-color: #25D366;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.whatsapp-button img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.img-ac{
  width: 22%;
}

.sponsors-outer {
    width: 100%;
    margin: 0 auto;
}

.clients-carousel .slide-item img {
    width: 50%;
    height: 120px;
    padding: 10px;
}

@media (max-width: 768px) {
    .clients-carousel .slide-item img {
        width: 70%;
        height: 80px;
    }
}

@media (max-width: 768px) {
  .build{
    margin-bottom: -4%;
    padding-top: 3%;
  }
}

@media (max-width: 768px) {
  .love-us{
    position: relative;
    top: 30px;
  }
}

@media (max-width: 768px) {
  .book-free {
    margin-left: 29% !important;
    width: 50% !important;
    margin-top: 1% !important;
    font-weight: 500;
  }
}

@media (max-width: 480px) {
    .clients-carousel .slide-item img {
        width: 90%;
        height: 60px;
    }
}


@font-face {
  font-family: 'Lufga';
  src: url('/fonts/lufga-regular.woff2') format('woff2'),
       url('/fonts/lufga-regular.woff') format('woff'),
       url('/fonts/lufga-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lufga';
  src: url('/fonts/lufga-bold.woff2') format('woff2'),
       url('/fonts/lufga-bold.woff') format('woff'),
       url('/fonts/lufga-bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

.star-icon {
  font-size: 30px;
    color: gold;
    background-color: white;
    border-radius: 50%;
    /* padding: 5px; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}

/* .logo-1{
  float: right;
  margin-right: 27% !important;
} */


form {
  max-width: 600px;
  margin: auto;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
input, textarea {
  width: 100%;
  padding: 10px;
  /* margin-bottom: 15px; */
  border: 1px solid #ccc;
  border-radius: 4px;
}
button {
  padding: 10px 20px;
  background-color: #28a745;
  border: none;
  border-radius: 4px;
  color: white;
  cursor: pointer;
}
button:hover {
  background-color: #fff;
  color: #000;
  font-weight: bold;
}

.form-control{
  width: 100% !important;
}

.aply-btn{
  margin-left: 2%;
}

/* Button Styles */
.start-btn {
  margin-left: 1%;
  width: 22%;
  margin-top: 1% !important;
  font-weight: 500;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.start-btn:hover {
  background-color: #0056b3;
}

/* Modal Styles */
.popup-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 60px;
}

.popup-content {
  background-color: white;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 86%;
  max-width: 400px;
  border-radius: 10px;
}

@media only screen and (max-width:768px){

  .form-check{
font-size:12px ;
  }
}


.close-btn {
  color: red;
float: right;
font-size: 29px;
position: relative;
font-weight: bold;
top: -68px;
}

.close-btn:hover,
.close-btn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.form-container {
  padding: 0px;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  width: 100%;
  padding: 7px;
  box-sizing: border-box;
}

.form-check {
  display: flex;
  align-items: center;
}

.form-check-label {
  margin-left: 10px;
}

.submit-btn {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.submit-btn:hover {
  background-color: #0056b3;
}

.submit-btn i {
  margin-left: 10px;
}

.help-block {
  color: red;
  font-size: 12px;
}

@font-face {
    font-family: 'Lufga';
    src: url('fonts/LufgaRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lufga';
    src: url('fonts/LufgaBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lufga';
    src: url('fonts/LufgaBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-family:'lufga, sans-serif !important';}