/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/*=================== fonts ====================*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

html{
  scroll-behavior: smooth;
}

body {
  line-height: 27px;
  font-size: 14px;
  font-weight: 400;
  color: #777777; }
  
  :root{
    --body-color:#fff;
    --tbtn: #57DCBE;
    --word:#14171A;
    --zcolor: #fff;
    --vbtn: #fff;
    --mbtn: #14171A;
    --sbtn: #14171A;
    --ubtn:   rgba(255, 255, 255, 0.486);
    --hbtn: #57DCBE;
    --ght: #fff;
    


  
  }
  body.dark{
    --body-color:#141d26; 
    --tbtn: #243447;
    --word: #fff;
    --zcolor: #fff;
    --vbtn: #57DCBE;
    --mbtn: #57DCBE;
    --sbtn: rgba(255, 255, 255, 0.4);
    --ubtn: #57DCBE;
    --hbtn: #57DCBE;
    --ght: #141d26; 
   
  }
  section{
    background-color: var(--body-color);
  }
  button:focus {
    outline: none;
}
button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.section_title h3 {
  font-size: 40px;
  font-weight: 400;
  color: var(--word);
  z-index: 1;
  line-height: 1.3;
}

.section_title h3 span {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.section_title h3 span::before {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--hbtn);
  height: 10px;
  width: 100%;
  content: '';
  opacity: .5;
  bottom: 7px;
  z-index: -1;
}

@media (max-width: 767px) {
  .section_title h3 {
    font-size: 25px;
    line-height: 36px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section_title h3 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .section_title h3 br {
    display: none;
  }
}

.mb-55 {
  margin-bottom: 55px;
}

@media (max-width: 767px) {
  .mb-55 {
    margin-bottom: 40px;
  }
}
  /*toogle*/
.toggle-theme{
  position: fixed;
  right: 0;
  top:calc(50% - 20%);
  height: 40px;
  width: 40px;
  background-color: var(--tbtn);
  z-index: 1200;
  color: var( --ti);
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  text-align: center;
}
.toggle-theme i{
  line-height: 40px;
}
  /* Main Button Area css
============================================================================================ */
.main_btn {
    padding: 0px 25px;
    background: transparent;
    z-index: 222;
    display: inline-block;
    text-align: center;
    color: var(--mbtn);
    font-size: 12px;
    font-weight: 900;
    line-height: 48px;
    border: 1px solid var(--mbtn);
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;}

    .main_btn	img {
		position: absolute;
		top: 50%;
		right: -30px;
		transform :translateY(-50%);
	 transition:( all 0.3s ease 0s);
	}

  .main_btn:hover {
		background: var(--mbtn);
		color: var(--zcolor);
		border: 1px solid var(--mbtn);}

		.main_btn:hover img {
			right: -38px;
		}


    .main_btn2 {
      padding: 0px 25px;
      background: transparent;
      z-index: 222;
      display: inline-block;
      text-align: center;
      color: var(--hbtn);
      font-size: 12px;
      font-weight: 900;
      line-height: 48px;
      border: 1px solid var(--hbtn);
      border-radius: 0px;
      text-transform: uppercase;
      letter-spacing: 2px;
      position: relative;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      cursor: pointer;}
  
      .main_btn2	img {
      position: absolute;
      top: 50%;
      right: -30px;
      transform :translateY(-50%);
     transition:( all 0.3s ease 0s);
    }
  
    .main_btn2:hover {
      background: var(--mbtn);
      color: var(--zcolor);
      border: 1px solid var(--mbtn);}
  
      .main_btn2:hover img {
        right: -38px;
      }

    .w-100 {
      width: 100% !important;
  }
  
  .img-fluid {
      max-width: 100%;
      height: auto;
  }
  img {
    max-width: 100%;
    height: auto;
}

    .container-fluid {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto
  }
  .d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}
  .list {
    list-style: none;
    margin: 0px;
    padding: 0px; }
  
  a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    a:hover, a:focus {
      text-decoration: none;
      outline: none; }
      /* Start video button css
============================================================================================ */
.video-play-button {
  position: relative;
  box-sizing: content-box;
  display: inline-block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 30px 8px 18px 28px; }
  @media (max-width: 991px) {
    .video-play-button {
      padding: 40px 8px 18px 28px; } }
  .video-play-button:before, .video-play-button:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%; }
    @media (max-width: 991px) {
      .video-play-button:before, .video-play-button:after {
        width: 70px;
        height: 70px; } }
  .video-play-button:before {
    z-index: 0;
    -webkit-animation: pulse-border 2000ms ease-out infinite;
    -moz-animation: pulse-border 2000ms ease-out infinite;
    -o-animation: pulse-border 2000ms ease-out infinite;
    animation: pulse-border 2000ms ease-out infinite;
    background: var( --vbtn); }
  .video-play-button:after {
    z-index: 1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    box-shadow: 0px 10px 30px rgba(39, 0, 110, 0.3);
    background: var(--tbtn); }
  .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 20px solid #ffffff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent; }
    @media (max-width: 991px) {
      .video-play-button span {
        border-left: 15px solid #ffffff;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent; } }

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 1; } }
@-moz-keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 1; } }
@-o-keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 1; } }
@keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 1; } }
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* =================================== */
/*  Start Header Area CSS
/* =================================== */
.canvus_menu {
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10;
  min-height: 80px;
  width: 100%; }
  .canvus_menu .toggle_icon {
    cursor: pointer;
    position: relative;
    height: 20px;
    width: 30px;
    top: 30px;
    left: 0;
    z-index: 99;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: inline-block;
    background: var(--body-color); }
    .canvus_menu .toggle_icon span {
      height: 2px;
      width: 30px;
      display: block;
      background: var(--word);
      cursor: pointer;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .canvus_menu .toggle_icon span:before {
        content: "";
        height: 2px;
        width: 25px;
        display: block;
        background: var(--word);
        left: 0px;
        top: 20px;
        position: absolute;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      .canvus_menu .toggle_icon span:after {
        content: "";
        height: 2px;
        width: 20px;
        display: block;
        background: var(--word);
        left: 0px;
        bottom: 8px;
        position: absolute;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }

.side_menu {
  position: fixed;
  left: -500px;
  top: 0px;
  width: 100%;
  background: var(--body-color);
  max-width: 500px;
  padding: 130px 115px;
  z-index: 999;
  box-shadow: 0px 20px 50px rgba(70, 129, 255, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media (max-width: 575px) {
    .side_menu {
      max-width: 300px;
      padding: 20px 15px; } }
  .side_menu .logo {
    margin-bottom: 100px;
    color: var(--word);
  }
  .side_menu .logo h1{
    color: var(--word);
    font-weight: 800;
    text-decoration: line-through;
  }
    @media (max-width: 991px) {
      .side_menu .logo {
        margin-bottom: 30px; } }
  .side_menu .menu-left {
    max-height: 420px; }
    @media (max-width: 1440px) {
      .side_menu .menu-left {
        margin-top: 20px; } }
    .side_menu .menu-left li {
      margin-bottom: 25px; }
      @media (max-width: 1440px) {
        .side_menu .menu-left li {
          margin-bottom: 15px; } }
      .side_menu .menu-left li:last-child {
        margin-bottom: 0px; }
      .side_menu .menu-left li a{
        cursor: pointer;
        font-size: 18px;
        font-weight: 500;
        color: var(--word);
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
        .side_menu .menu-left li a:hover{
          color: #57DCBE; }
 


.open .side_menu {
  left: 0px; }
.open .canvus_menu {
  z-index: 999;
  position: fixed; }
  .open .canvus_menu .toggle_icon {
    left: 50px;
  background-color: var(--body-color); 
}
    @media (max-width: 1440px) {
      .open .canvus_menu .toggle_icon {
        left: 240px; } }
    @media (max-width: 575px) {
      .open .canvus_menu .toggle_icon {
        left: 240px; } }
    .open .canvus_menu .toggle_icon span {
      background: transparent !important; }
      .open .canvus_menu .toggle_icon span:before {
        width: 25px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 9px;
        left: 3px;
        background: var(--word);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      .open .canvus_menu .toggle_icon span:after {
        width: 25px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: 3px;
        top: 9px;
        background: var(--word);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }

/* =================================== */
/*   End Header Area CSS
/* =================================== */
.top-btn-area {
  padding: 10px 0;
  text-align: right;
color: var(--word); }
  @media (max-width: 575px) {
    .top-btn-area .main_btn {
      margin-right: 30px; } }

/* Home Banner Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Home Banner Area css
============================================================================================ */
.home-banner-area {
  background: var(--body-color);
  position: relative; }
 
/* .home-banner-area .header-right h1{
  color: var(--word);
}
.home-banner-area .header-right p{
  color: var(--word);
}
.home-banner-area .header-right .main_btn{
  color: var(--word);
} */

@media (max-width: 767px) {
  .fullscreen {
    height: 100% !important; } }
    
.header-left {
  position: relative;
  padding-right: 0px; }

  @media (max-width: 767px) {
    .header-left {
      display: none; } }
  .header-left .video-popup {
    position: absolute;
    bottom: 110px;
    left: -15px; }
    @media (max-width: 991px) {
      .header-left .video-popup {
        bottom: 60px; } }
    .header-left .video-popup .watch {
      color: #fff;
      padding-left: 50px; }
      .header-left .video-popup .watch h5 {
        font-size: 18px;
        color: #fff; }


.header-right {
  padding-left: 20%;
  padding-right: 9.5%; }
  .header-right h1 {
    margin-bottom: 30px; }
  @media (max-width: 1680px) {
    .header-right {
      padding-left: 17%;
      padding-right: 6%; } }
  @media (max-width: 1440px) {
    .header-right {
      padding-left: 12%;
      padding-right: 11%; } }
  @media (max-width: 1380px) {
    .header-right {
      padding-left: 10%; } }
  @media (max-width: 1199px) {
    .header-right {
      padding-left: 12%;
      padding-right: 6%; } }
  @media (max-width: 1024px) {
    .header-right {
      padding-left: 5%; } }
  @media (max-width: 991px) {
    .header-right {
      padding-left: 15%;
      padding-right: 0; } }
  @media (max-width: 767px) {
    .header-right {
      position: relative;
      background:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0,0,0,0.6)),  url(../img/bg_2.jpg) center no-repeat;
      background-size: cover;
      padding: 100px 120px;
      z-index: 1; }

      .header-right:after {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #000;
        content: "";
        opacity: .2;
        z-index: -1; }
        
      .header-right h1 {
        color: var(--zcolor);
        margin-bottom: 30px; }

      .header-right p {
        color: var(--zcolor); }

      .header-right .main_btn {
        color: var(--zcolor);
        margin-top: 20px; }

        .header-right .main_btn img {
          -webkit-filter: invert(1);
          -moz-filter: invert(1);
          -ms-filter: invert(1);
          -o-filter: invert(1);
          filter: invert(1); } }

  @media (max-width: 570px) {
    .header-right {
      padding: 80px 15px; } }
  .header-right h1 {
    font-size: 60px;
    line-height: 1;
    font-weight: 400; }

      .header-right h1 {
        font-size: 39px;
        font-weight: 900;
        line-height: 1.3;
      color: var(--word);} 

        .header-right p{
          color: var(--word);
          font-size: 20px;
          font-weight: 300;
        }
        
        .header-right .main_btn{
          color: var(--mbtn);
        }
        .header-right .main_btn:hover{
          color: var(--zcolor);
        }
     
    @media (max-width: 991px) {
      .header-right h1 {
        font-size: 35px; 
      color: var(--zcolor);} 
         
      
      .header-right p{
        color: var(--zcolor);
      }

      .header-right .main_btn{
        color: var(--zcolor);
        border: 1px solid var(--zcolor);
      }

      .header-right .main_btn:hover{
        border: 1px solid var(--mbtn);
      }
    }
    @media (max-width: 1440px) {
      .header-right h1 br {
        display: none; } }
  .header-right .main_btn {
    margin-top: 20px; }

/* Home Banner Area css End
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Home Banner Area css End
============================================================================================ */

/* =================================== */
/*  Donate Area CSS start
/* =================================== */
.wrap-about .block-18 {
  display: block;
  width: 100%; }
  @media (max-width: 991.98px) {
    .wrap-about .block-18 {
      margin-bottom: 2em; } }
  .wrap-about .block-18 .icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #d8f3ec; }
    .wrap-about .block-18 .icon i {
      color: #57DCBE;
      font-size: 34px; }
  .wrap-about .block-18 .desc {
    width: calc(100% - 80px);
    margin: 0 0 0 auto; }

.wrap-about .text {
  position: relative; }
  @media (max-width: 767.98px) {
    .wrap-about .text {
      width: 100%; } }
  .wrap-about .text .number {
    line-height: 1;
    font-weight: 700;
    font-size: 30px;
    color: var(--mbtn);
    display: block;
    margin-bottom: 4px; }
  .wrap-about .text span {
    font-size: 16px;
    color: var(--word); }

@media (max-width: 767.98px) {
  .wrap-about .counter-wrap {
    margin-bottom: 20px; } }

    .heading-section .subheading {
      font-size: 12px;
      display: block;
      font-weight: 800;
      color: var(--word);
      text-transform: uppercase;
      letter-spacing: 2px; }
    
    .heading-section h2 {
      font-size: 40px;
      font-weight: 800;
      color: var(--mbtn);
      line-height: 1.3; }

      .heading-section p {
       color: var(--word); }

      @media (max-width: 767.98px) {
        .heading-section h2 {
          font-size: 28px; } }
    
    .heading-section.heading-section-white .subheading {
      color: #fff; }
    
    .heading-section.heading-section-white h2 {
      color: #fff; }
    
    .heading-section.heading-section-white p {
      color: rgba(255, 255, 255, 0.9); }

.donation-wrap {
  width: 100%;
  background: url(../img/moroccan-flower-dark.png);
  border-radius: 10px 10px 0px 0;
 }
  @media (min-width: 992px) {
    .donation-wrap {
      margin-top: 113px;
      margin-bottom: 113px;
     } }
  .donation-wrap .total-donate {
    background: var(--ubtn);
    padding: 25px 40px;
    border-radius: 10px 10px 0px 0;
    z-index: 0;
    position: relative; }
    .donation-wrap .total-donate h4 {
      color: var(--word);
      font-size: 15px;
      width: 50%;
      font-weight: 600; }
    .donation-wrap .total-donate p {
      width: 50%;
      margin-bottom: 0; }
      .donation-wrap .total-donate p span {
        font-size: 34px;
        font-weight: 600;
        color: var(--sbtn); }
    .donation-wrap .total-donate span.number {
      color: var(--word);
      font-weight: 700; }
    .donation-wrap .total-donate span.fa {
      position: absolute;
      top: 10px;
      left: 40px;
      line-height: 1;
      font-size: 90px;
      color: rgba(255, 255, 255, 0.2); }

.appointment {
  width: 100%;
  padding: 40px;
  background: url(../img/moroccan-flower-dark.png); }

  .modal-content{
    background-color: var(--body-color);
}
.modal-content .modal-header .modal-title{
position: relative;
text-align: center;
  font-size: 20px;
  font-family: "Great Vibes", cursive;
  color: var(--word);
}

  .appointment .form-group {
    position: relative;
    width: 100%;
    display: block; }
    .appointment .form-group label {
      color: #fff;
      text-transform: uppercase;
      font-size: 13px; }
    .appointment .form-group .icon {
      position: absolute;
      top: 50% !important;
      right: 15px;
      font-size: 16px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .appointment .form-group .icon span {
        font-size: 14px;
        color: rgba(0, 0, 0, 0.2) !important; }
    .appointment .form-group .select-wrap, .appointment .form-group .input-wrap {
      position: relative; }
      .appointment .form-group .select-wrap select, .appointment .form-group .input-wrap select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
    .appointment .form-group .btn {
      width: 100%;
      display: block !important; }
  .appointment .form-control {
    height: 48px !important;
    border: transparent;
    background: white !important;
    color: rgba(0, 0, 0, 0.9) !important;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
    .appointment .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(0, 0, 0, 0.9); }
    .appointment .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(0, 0, 0, 0.9); }
    .appointment .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(0, 0, 0, 0.9); }
    .appointment .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(0, 0, 0, 0.9); }
  .appointment textarea.form-control {
    height: inherit !important; }

.form-radio .radio {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px; }
  .form-radio .radio label {
    margin-bottom: 0;
    text-transform: capitalize; }
    .form-radio .radio label .fill-control-description {
      color: rgba(255, 255, 255, 0.9); }

.form-radio input[type="radio"] {
  position: absolute;
  opacity: 0; }
  .form-radio input[type="radio"]:checked ~ .fill-control-description {
    color: #57DCBE; }
  .form-radio input[type="radio"]:disabled ~ .fill-control-description {
    color: white; }

.form-radio .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 15px;
  width: 15px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%; }

.form-radio .radio:hover input ~ .checkmark {
  background-color: transparent; }

.form-radio .radio input:checked ~ .checkmark {
  border: 2px solid #57DCBE;
  -webkit-transition: .01s;
  -o-transition: .01s;
  transition: .01s; }

.form-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.form-radio .radio input:checked ~ .checkmark:after {
  display: block;
  border: 1px solid #57DCBE; }

.form-radio .radio .checkmark:after {
  top: 1px;
  left: 1px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #57DCBE; }

.form-radio .radio input:checked.checkmark {
  border: 2px solid #eec857 !important; }

.ftco-hireme {
  padding: 4em 0;
  color: rgba(255, 255, 255, 0.9); }
  .ftco-hireme h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 700; }
  .ftco-hireme .btn-primary {
    color: #000000; }
    @media  (max-width: 991px) {
    .donation-wrap .total-donate span.number {font-size: 20px;}
    }
    /* =================================== */
/*  Donate Area CSS End
/* =================================== */

    /* =================================== */
/*  mission Area CSS Start
/* =================================== */
.site-section {
  padding: 4em 0;
}

.border-top {
  border-top: 1px solid var(--word) !important; }

  .block-6 .icon {
    margin-right: 30px;
    color: var(--hbtn); }
    .block-6 .icon i:before {
      font-size: 50px; }
    .block-6 .icon i.bg-after:after {
      position: absolute;
      content: "";
      left: 10px;
      top: 5px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #fbe6a6;
      z-index: -1; }
  
  .block-6 .media-body .heading {
    font-size: 18px;
  color: var(--word);
font-weight: 600;
text-decoration: underline;
 }
  
  .block-6 .media-body p {
    color: var(--word) }
    .block-6 .media-body p:last-child {
      margin-bottom: 0; }



      @media (max-width: 767px) {
        .block-6 .media-body {
          margin-bottom: 30px;
       }
      }
    /* =================================== */
/*  mission Area CSS End
/* =================================== */




    /* =================================== */
/*  popular Area CSS Start
/* =================================== */

      .popular_causes_area  .single_cause{
        -webkit-border-radius: 7px 7px 0 0;
        border: 1px solid var(--mbtn);
      }

.popular_causes_area.cause_details .single_cause .thumb img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid var(--mbtn);
}
.popular_causes_area.cause_details .single_cause .causes_content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 100px 0 0 0;
}

@media (max-width: 767px) {
  .popular_causes_area.cause_details .single_cause .causes_content {
    padding: 50px 0 0 0;
  }
}
.popular_causes_area.cause_details .single_cause .causes_content .custom_progress_bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}


@media (max-width: 767px) {
  .popular_causes_area.cause_details .single_cause .causes_content .custom_progress_bar .progress .progress-bar .progres_count {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
}
.popular_causes_area.cause_details .single_cause .causes_content .balance {
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 0;
}

@media (max-width: 767px) {
  .popular_causes_area.cause_details .single_cause .causes_content .balance {
    margin-bottom: 0;
  }
}
.popular_causes_area.cause_details .single_cause .causes_content .balance span {
  font-size: 18px;
  color: #222222;
  font-weight: 600;
}
.popular_causes_area.cause_details .single_cause .causes_content h4 {
  font-size: 40px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .popular_causes_area.cause_details .single_cause .causes_content h4 {
    font-size: 25px;
  }
}
.popular_causes_area.cause_details .single_cause .causes_content p {
  margin-bottom: 15px;
  color: #7A7B7C;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}
.popular_causes_area.cause_details .single_cause:hover .thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.popular_causes_area .single_cause {
  margin-bottom: 30px;
}
.popular_causes_area .single_cause .thumb {
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
}
.popular_causes_area .single_cause .thumb img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.popular_causes_area .single_cause .causes_content {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px 30px 34px 30px;
  position: relative;
  -webkit-border-radius: 0 0px 7px 7px;
  -moz-border-radius: 0 0px 7px 7px;
  border-radius: 0 0px 7px 7px;
}

.popular_causes_area .single_cause .causes_content .custom_progress_bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.popular_causes_area .single_cause .causes_content .custom_progress_bar .progress {
  height: 20px;
  overflow: visible;
  font-size: 12px;
  background-color: #044234;
  border-radius: 0;
}
.popular_causes_area .single_cause .causes_content .custom_progress_bar .progress .progress-bar {
  background-color: #57DCBE;
  position: relative;
  animation: animate-positive 2s;
}
@keyframes animate-positive{
  0%{ width: 0; }
}
.popular_causes_area .single_cause .causes_content .custom_progress_bar .progress .progress-bar .progres_count {
  position: absolute;
  right: 0;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 12px;
  background: #57DCBE;
  line-height: 32px;
}
.popular_causes_area .single_cause .causes_content .balance {
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--word);
}
.popular_causes_area .single_cause .causes_content .balance span {
  font-size: 14px;
  color: var(--word);
  font-weight: 600;
}

.popular_causes_area .single_cause .causes_content h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: var(--word);
}

.popular_causes_area .single_cause .causes_content p {
  margin-bottom: 15px;
  color: var(--word);
}

.popular_causes_area .single_cause:hover .thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
    /* =================================== */
/*  popular Area CSS End
/* =================================== */




























    /* =================================== */
/*  popular Area CSS Start
/* =================================== */

.popular_causes_area2  .single_cause{
  -webkit-border-radius: 7px 7px 0 0;
  border: 1px solid var(--mbtn);
}

.popular_causes_area2 .cause_details .single_cause .thumb img {
width: 100%;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
border: 1px solid var(--mbtn);
}
.popular_causes_area2.cause_details .single_cause .causes_content {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding: 100px 0 0 0;
}

@media (max-width: 767px) {
.popular_causes_area2.cause_details .single_cause .causes_content {
padding: 50px 0 0 0;
}
}
.popular_causes_area2.cause_details .single_cause .causes_content .custom_progress_bar {
position: absolute;
left: 0;
right: 0;
top: 0;
}


@media (max-width: 767px) {
.popular_causes_area2.cause_details .single_cause .causes_content .custom_progress_bar .progress .progress-bar .progres_count {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 15px;
}
}
.popular_causes_area2.cause_details .single_cause .causes_content .balance {
padding-bottom: 20px;
margin-bottom: 25px;
border-bottom: 0;
}

@media (max-width: 767px) {
.popular_causes_area2.cause_details .single_cause .causes_content .balance {
margin-bottom: 0;
}
}
.popular_causes_area2.cause_details .single_cause .causes_content .balance span {
font-size: 18px;
color: #222222;
font-weight: 600;

}
.popular_causes_area2.cause_details .single_cause .causes_content h4 {
font-size: 40px;
margin-bottom: 20px;
}

@media (max-width: 767px) {
.popular_causes_area2.cause_details .single_cause .causes_content h4 {
font-size: 25px;
}
}
.popular_causes_area2.cause_details .single_cause .causes_content p {
margin-bottom: 15px;
color: #7A7B7C;
font-size: 16px;
line-height: 30px;
margin-bottom: 20px;
}
.popular_causes_area2.cause_details .single_cause:hover .thumb img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.popular_causes_area2 .single_cause {
margin-bottom: 30px;
}
.popular_causes_area2 .single_cause .thumb {
-webkit-border-radius: 7px 7px 0 0;
-moz-border-radius: 7px 7px 0 0;
border-radius: 7px 7px 0 0;
overflow: hidden;
}
.popular_causes_area2 .single_cause .thumb img {
width: 100%;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.popular_causes_area2 .single_cause .causes_content {
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
padding: 30px 30px 34px 30px;
position: relative;
-webkit-border-radius: 0 0px 7px 7px;
-moz-border-radius: 0 0px 7px 7px;
border-radius: 0 0px 7px 7px;
}

.popular_causes_area2 .single_cause .causes_content .custom_progress_bar {
position: absolute;
left: 0;
right: 0;
top: 0;
}

.popular_causes_area2 .single_cause .causes_content .custom_progress_bar .progress {
height: 20px;
overflow: visible;
font-size: 12px;
background-color: #044234;
border-radius: 0;
}
.popular_causes_area2 .single_cause .causes_content .custom_progress_bar .progress .progress-bar {
background-color: #57DCBE;
position: relative;
animation: animate-positive 2s;
}
@keyframes animate-positive{
0%{ width: 0; }
}
.popular_causes_area2 .single_cause .causes_content .custom_progress_bar .progress .progress-bar .progres_count {
position: absolute;
right: 0;
width: 32px;
height: 32px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
font-size: 12px;
background: #57DCBE;
line-height: 32px;
}
.popular_causes_area2 .single_cause .causes_content .balance {
padding-bottom: 20px;
margin-bottom: 25px;
border-bottom: 1px solid var(--word);
}
.popular_causes_area2 .single_cause .causes_content .balance span {
font-size: 14px;
color: var(--word);
font-weight: 600;
}

.popular_causes_area2 .single_cause .causes_content h4 {
font-size: 20px;
margin-bottom: 20px;
color: var(--word);
}

.popular_causes_area2 .single_cause .causes_content p {
margin-bottom: 15px;
color: var(--word);
}

.popular_causes_area2 .single_cause:hover .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
/* =================================== */
/*  popular Area CSS End
/* =================================== */
    /* =================================== */
/*  counter Area CSS start
/* =================================== */
#section-counter {
  position: relative;
  z-index: 0; }

.ftco-counter {
  overflow-x: hidden;
  position: relative;
  padding: 5em 0;
  background: #4c7bcb;
  background: url(../img/moroccan-flower-dark.png); }
  @media (max-width: 1199.98px) {
    .ftco-counter {
      background-position: center center !important; } }
  .ftco-counter .block-18 {
    display: block;
    width: 100%; }
    @media (max-width: 991.98px) {
      .ftco-counter .block-18 {
        margin-bottom: 2em; } }
  .ftco-counter .text {
    position: relative; }
    @media (max-width: 767.98px) {
      .ftco-counter .text {
        width: 100%; } }
    .ftco-counter .text .number {
      line-height: 1;
      font-weight: 800;
      font-size: 40px;
      color: #57DCBE;
      display: block;
      margin-bottom: 10px; }
    .ftco-counter .text span {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.8);
      font-weight: 600; }
  @media (max-width: 767.98px) {
    .ftco-counter .counter-wrap {
      margin-bottom: 20px; } }
    /* =================================== */
/*  counter Area CSS End
/* =================================== */


    /* =================================== */
/*  team Area CSS Start
/* =================================== */

.pt-160 {
  padding-top: 160px;
}

.pb-160 {
  padding-bottom: 160px;
}

.mb-30 {
  margin-bottom: 30px;
}

      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .team-area {
          padding-bottom: 150px;
          padding-top: 150px;
        }
      }
      
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .team-area {
          padding-bottom: 100px;
          padding-top: 100px;
        }
      }
      
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .team-area {
          padding-bottom: 70px;
          padding-top: 70px;
        }
      }
      
      @media (max-width: 575px) {
        .team-area {
          padding-bottom: 70px;
          padding-top: 70px;
        }
      }
      .team-area .single-team .team-img {
        overflow: hidden;
        position: relative;
      }
      .team-area .single-team .team-img img {
        width: 100%;
        transform: scale(1);
        transition: all 0.6s ease-out 0s;
      }
      .team-area .single-team .team-caption {
        background: var(--word);
        padding: 15px 0px;
        text-align: center;
      }
      .team-area .single-team .team-caption h3 {
        margin-bottom: 3px;
      }
      .team-area .single-team .team-caption h3 a {
        color: var(--ght);
        font-weight: 700;
        font-size: 25px;
      }
      
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .team-area .single-team .team-caption h3 a {
          font-size: 18px;
        }
      }
      .team-area .single-team .team-caption h3 a:hover {
        color: #57DCBE;
      }
      .team-area .single-team .team-caption p {
        color: var(--ght);
      }
      .team-area .single-team:hover .team-img img {
        transform: scale(1.06);
      }
      .team-area .single-team:hover .team-img .team-social a {
        transform: translateY(0px);
        opacity: 1;
        visibility: visible;
      }
      .team-social {
        position: absolute;
        bottom: 22px;
        left: 0;
        right: 0;
        text-align: center;
      }
      .team-social li {
        display: inline-block;
      }
      .team-social li a {
        color: #8ba4b1;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-size: 14px;
        line-height: 40px;
        text-align: center;
        margin-left: 8px;
        display: inline-block;
        background: #fff;
        -webkit-transform: 0.4s;
        -moz-transform: 0.4s;
        -ms-transform: 0.4s;
        transform: 0.4s;
        transform: translateY(60px);
        opacity: 0;
        visibility: hidden;
      }
      .team-social li a i {
        display: inline-block;
      }
      .team-social li:nth-child(1) a {
        transition-delay: 0.0s;
      }
      .team-social li:nth-child(2) a {
        transition-delay: 0.1s;
      }
      .team-social li:nth-child(3) a {
        transition-delay: 0.3s;
      }
          /* =================================== */
/*  team Area CSS End
/* =================================== */


/* donate section start */
.layout_padding {
  padding-top: 90px;
  padding-bottom: 0px;
}

.donate_section {
  width: 100%;
  float: left;
  height: auto;
  padding-bottom: 90px;
}

.donate_taital {
  width: 100%;
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.donate_taital_main {
  width: 100%;
  border: 1px solid var(--mbtn);
  padding: 40px 20px 60px 20px;
  display: flex;
}

.donate_left {
  width: 25%;
  float: left;
}

.donate_right {
  width: 100%;
}

.client_img {
  width: 100%;
}

.client_name_text {
  width: 100%;
  font-size: 24px;
  color: var(--word);
  font-weight: bold;
}

.dummy_text {
  width: 100%;
  font-size: 16px;
  color: var(--word);
  margin-left: 0px;
}

#main_slider a.carousel-control-next {
  position: absolute;
  right: -89px;
  top: 23%;
  background-color: #120a78;
}

#main_slider a.carousel-control-prev {
  position: absolute;
  right: -89px;
  top: 52%;
  left: initial;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
  width: 68px;
  height: 68px;
  background: #f64646;
  opacity: 1;
  font-size: 30px;
  color: #ffffff;
}

#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
  background: #120a78;
  color: #ffffff;
}




@media (min-width: 992px) and (max-width: 1199px) {
.donate_right {
  width: 73%;
  float: right;
}
#main_slider a.carousel-control-prev {
  right: 70px;
  top: 92%;
}
#main_slider a.carousel-control-next {
  right: -10px;
  top: 92%;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.donate_right {
  width: 70%;
  float: right;
}
.dummy_text {
  font-size: 14px;
}
#main_slider a.carousel-control-next {
  display: none;
}
#main_slider a.carousel-control-prev {
  display: none;
}
}


@media (min-width: 576px) and (max-width: 767px) {
.donate_taital {
  font-size: 28px;
}
.donate_section {
  background-size: cover;
  background-repeat: no-repeat;
}
#main_slider a.carousel-control-prev {
  display: none;
}
#main_slider a.carousel-control-next {
  display: none 
}

.donate_left {
  width: 100%;
}
}

@media (max-width: 575px) {
.donate_taital {
  font-size: 28px;
}
.donate_section {
  background-size: cover;
  background-repeat: no-repeat;
}
#main_slider a.carousel-control-prev {
  display: none;
}
#main_slider a.carousel-control-next {
  display: none;
}
.donate_left {
  width: 100%;
}
}
/* donate section end */

/* footer section start */

.footer_section {
  width: 100%;
  float: left;
  background-color: #222122;
  height: auto;
}

.social_icon {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-content: center;
}
.social_icon .icon{
  position: relative;
  border-radius: 50%;
  padding: 15px;
  margin: 10px;
  width: 50%;
  height: 50%;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.social_icon .icon i{
  color: #fff;
  transition: .4s linear;
}

.social_icon .icon::before,
.social_icon .icon::after{
  content: '';
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: .4s linear;
}
.social_icon .icon:hover::before{
  border-radius: 50%;
  border-left: 4px solid;
  border-right: 4px solid;
  transform: skewX(20deg);
  color: #fff;
}
.social_icon .icon:hover::after{
  border-radius: 50%;
  border-top: 4px solid;
  border-bottom: 4px solid;
  transform: skewX(-20deg);
  color: #fff;
}

/* .social_icon ul {
  margin: 0px;
  padding: 0px;
}

.social_icon li  {
  float: left;
  padding-right: 15px;
  padding-top: 40px;
  font-size: 50px;
} */

.footer_taital {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
}

.footer_text {
  width: 100%;
  float: left;
  font-size: 17px;
  color: #afafaf;
  margin: 5px 0px;
}

.footer_menu_main {
  width: 100%;
  float: left;
}

.footer_menu_left {
  width: 50%;
  float: left;
}

.footer_menu_right {
  width: 50%;
  float: left;
}

.footer_menu {
  width: 100%;
  float: left;
}

.footer_menu ul {
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
}

.footer_menu li {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 5px;
  position: relative;
}

.footer_menu li a {
  color: #afafaf;
}

.footer_menu li a:hover {
  color: #afafaf;
}

.footer_menu li.active::before,
.footer_menu li:hover::before {
  background-color: #ffffff;
}

.footer_menu li::before {
  width: 10px;
  height: 10px;
  content: "";
  background-color: #57DCBE;
  position: absolute;
  left: -20px;
  top: 27%;
  border-radius: 100%;
}

.address_text {
  width: 85%;
  float: left;
  font-size: 18px;
  color: #969595;
  padding: 5px 200px 5px 0px;
  border: 0px;
  background-color: transparent;
  height: 60px;
  margin-top: 20px;
  border-bottom: 1px solid #656465;
}

input.address_text::placeholder {
  color: #969595;
}

.get_bt {
  width: 40%;
  float: right;
  font-size: 18px;
  color: #57DCBE;
  background-color: transparent;
  padding: 10px 0px;
  text-align: center;
  border-radius: 30px;
  position: relative;
  top: -56px;
  right: 5px;
  font-weight: bold;
}
@media (min-width: 992px) and (max-width: 1199px) {
.footer_text {
  font-size: 14px;
}
.footer_menu li {
  font-size: 14px;
}

.address_text {
  width: 86%;
}}



@media (min-width: 768px) and (max-width: 991px) {   .footer_logo {
  padding-bottom: 40px;
}

.address_text {
  width: 90%;
}
}


@media (min-width: 576px) and (max-width: 767px) {
.address_text {
  width: 100%;
  padding: 5px 100px 5px 0px;
}
.get_bt {
  width: 34%;
  text-align: right;
  font-size: 15px;
}
.social_icon li {
  padding-right: 10px;
padding-top: 120px;
}


.footer_logo {
  padding-bottom: 40px;
}


}

@media (max-width: 575px) {
.address_text {
  width: 100%;
  padding: 5px 100px 5px 0px;
}
.get_bt {
  width: 34%;
  text-align: right;
  font-size: 15px;
}}
/* footer section end */


/* copyright section start */

.copyright_section {
  width: 100%;
  float: left;
  background-color: #222122;
  height: auto;
}

.copyright_text {
  width: 100%;
  float: left;
  font-size: 16px;
  margin-left: 0px;
  color: #fff;
  text-align: center;
}

.copyright_text a {
  color: #ffffff;
}

.copyright_text a:hover {
  color: #57DCBE;
}


/* copyright section end */


/*breadcrumbs section start */
.hero-wrap.hero-wrap-2 {
  width:100%;
height:100%;
  position: relative;}
  .hero-wrap.hero-wrap-2 .overlay {
    width: 100%;
    opacity: .5;
    background: #000000; }
  .hero-wrap.hero-wrap-2 .slider-text {
    height: 600px; }


    .hero-wrap {
      width: 100%;
      height: 100%;
      position: inherit;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center;
      position: relative;
      overflow: hidden;
      height: 700px; }
      @media (max-width: 1199.98px) {
        .hero-wrap {
          background-position: center center !important; } }
      .hero-wrap .overlay {
        position: absolute;
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        content: '';
        opacity: .4;
        background: #00043c; }
      .hero-wrap.hero-wrap-2 {
        height: 600px; }
        .hero-wrap.hero-wrap-2 .overlay {
          opacity: .4;
          background: #000000; }
        .hero-wrap.hero-wrap-2 .slider-text {
          height: 600px; }
          .hero-wrap.hero-wrap-2 .slider-text h1 {
            font-weight: 400;
            font-size: 40px; }
      .hero-wrap .slider-text {
        height: 700px; }
        .hero-wrap .slider-text h1 {
          color: #fff;
          line-height: 1.4;
          font-size: 45px; }
          @media (max-width: 991.98px) {
            .hero-wrap .slider-text h1 {
              font-size: 40px; } }
   
        .hero-wrap .slider-text p {
          font-size: 18px;
          line-height: 1.5;
          color: rgba(255, 255, 255, 0.7); }
          .hero-wrap .slider-text p strong {
            font-weight: 700; }
            .hero-wrap .slider-text p strong a {
              color: #000000; }
        .hero-wrap .slider-text .breadcrumbs {
          font-size: 16px;
          font-weight: 400;
          margin-bottom: 20px;
          z-index: 99;
          text-transform: capitalize !important; }
          .hero-wrap .slider-text .breadcrumbs span {
            color: rgba(255, 255, 255, 0.5); }
            .hero-wrap .slider-text .breadcrumbs span i {
              color: rgba(255, 255, 255, 0.3); }
            .hero-wrap .slider-text .breadcrumbs span a {
              color: rgba(255, 255, 255, 0.7); }
              .hero-wrap .slider-text .breadcrumbs span a:hover, .hero-wrap .slider-text .breadcrumbs span a:focus {
                color: #57DCBE }
                .hero-wrap .slider-text .breadcrumbs span a:hover i, .hero-wrap .slider-text .breadcrumbs span a:focus i {
                  color: #57DCBE; }
        .hero-wrap .slider-text .bread {
          text-transform: capitalize;
          font-weight: 800 !important; }
    
/*breadcrumbs section end */

/*=================== contact banner start ====================*/
.contact-info {
  margin-bottom: 25px;
}
.contact-info__icon {
  margin-right: 20px;
}

.contact-info__icon i, .contact-info__icon span {
  color: var(--mbtn);
  font-size: 27px;
}

.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: var(--word);
}

.contact-info .media-body p {
  color: var(--word);
}

/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}
.form-contact label {
  font-size: 14px;
}
.form-contact .form-group {
  margin-bottom: 30px;
}

.form-contact .form-control {
  border: 1px solid var(--mbtn);
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: var(--word);
}
.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}

/*=================== contact form end ====================*/
  /*============= Start Video_area css =============*/

  .set-bg {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
	}

  .video-section {
    height: 500px;
    padding-top: 140px;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0,0,0,0.8)), url(../img/bg_2.jpg); 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .video-section .video-text {
    text-align: center;
  }
  .video-section .video-text h2 {
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 16px;
  }
  .video-section .video-text p {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 40px;
  }
  .video-section .video-text .play-btn {
    display: inline-block;
  }

  .heartbeat {
    animation: heartbeat 1s infinite alternate; }
    
    @-webkit-keyframes heartbeat {
    to {
      -webkit-transform: scale(1.09);
      transform: scale(1.09); } }
      /*============= End Video_area css =============*/