

  @import url('https://fonts.googleapis.com/css2?family=Montserrat: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&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,900&family=Raleway:ital,wght@0,200;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,700;1,800;1,900&display=swap');
  body {
    font-size: 16px;
    font-family:  'Montserrat', sans-serif;
    color: #032254;
  }
  p{

    font-family: 'Raleway', sans-serif;
  }

  a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #032254;
  }


  a:hover {
    text-decoration: none;
    color: #f99115;
  }

  a:focus {
    text-decoration: none;
  }

  button {
    outline: 0 !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    padding: 0;
  }

  button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #011d49;
    font-weight: 700;
    font-family:  'Montserrat', sans-serif;
  }

  .d-table {
    width: 100%;
    height: 100%;
  }

  .d-table-cell {
    vertical-align: middle;
  }

  p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.8;
  }

  p:last-child {
    margin-bottom: 0;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .form-control {
    height: 50px;
    color: #f99115;
    border: 1px solid #ebebeb;
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
  }

  .form-control::-webkit-input-placeholder {
    color: #676a6a;
  }

  .form-control:-ms-input-placeholder {
    color: #676a6a;
  }

  .form-control::-ms-input-placeholder {
    color: #676a6a;
  }

  .form-control::placeholder {
    color: #676a6a;
  }

  .form-control:focus {
    color: #000000;
    background-color: transparent;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    outline: 0;
    border: 1px solid #f99115;
  }

  .form-control:hover:focus, .form-control:focus {
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }

  textarea.form-control {
    height: auto;
  }

  .ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pt-100 {
    padding-top: 100px;
  }

  .pb-100 {
    padding-bottom: 100px;
  }

  .pt-70 {
    padding-top: 70px;
  }

  .pb-70 {
    padding-bottom: 70px;
  }

  .pb-40 {
    padding-bottom: 40px;
  }

  .mt-100 {
    margin-top: 100px;
  }

  .mt-minus-100 {
    margin-top: -100px;
  }

  .mt-30 {
    margin-top: 30px;
  }

  .mb-30 {
    margin-bottom: 30px;
  }

  /*
  Bg-color Style*/
  .bg-color {
    background-color: #fefaf5;
  }

  .bg-color-f7fbf3 {
    background-color: #f7fbf3;
  }

  /*
  Default Btn Area Style*/
  .default-btn {
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-align: center;
    background-color: #bf2332;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    margin-bottom: -5px;
    padding: 13px 33px;
    border-radius: 3px
  }

  .default-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 75%;
    width: 25%;
    height: 0;
    background-color: #000000;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .default-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 25%;
    height: 0;
    background-color: #000000;
    z-index: -2;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .default-btn span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 25%;
    width: 25%;
    height: 0;
    background-color: #000;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .default-btn span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%;
    height: 0;
    background-color: #000;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .default-btn:hover::before {
    height: 100%;
    top: auto;
    bottom: 0;
  }

  .default-btn:hover::after {
    height: 100%;
    top: 0;
    bottom: auto;
  }

  .default-btn:hover span::before {
    height: 100%;
    top: auto;
    bottom: 0;
  }

  .default-btn:hover span::after {
    height: 100%;
    top: 0;
    bottom: auto;
  }

  .default-btn.two {
    background-color: #248303 !important;
  }

  .buy-now-btn {
    right: 20px;
    z-index: 99;
    top: 50%;
    position: fixed;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: #ffffff;
    background-color: #82b440;
    padding: 10px 20px 10px 42px;
    -webkit-box-shadow: 0 1px 20px 1px #82b440;
            box-shadow: 0 1px 20px 1px #82b440;
    font-size: 13px;
    font-weight: 600;
  }

  .buy-now-btn img {
    top: 50%;
    left: 20px;
    width: 15px;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .buy-now-btn:hover {
    background-color: #f99115;
    color: #ffffff;
  }

  /*
  Read More Btn Area Style*/
  .read-more {
    font-weight: 600;
    font-size: 15px;
    color: #bf2332;
  }

  .read-more i {
    position: relative;
    position: relative;
    top: 1.7px;
    margin-left: 5px;
  }

  .read-more:hover {
    color: #f99115;
    letter-spacing: 1px;
  }

  /*
  Section Title Area Style*/
  .section-title {
    max-width: 750px;
    margin: -5px auto 50px;
    text-align: center;
    position: relative;
  }

  .section-title span {
    font-size: 14px;
    color: #f99115;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
  }

  .section-title h2 {
    font-size: 45px;
    margin-bottom: 20px;
    position: relative;
  }

  .section-title h2:last-child {
    margin-bottom: 0;
  }

  .section-title p {
    max-width: 100%;
    margin: auto;
  }

  .section-title.white-title span {
    color: #f99115;
  }

  .section-title.white-title h2 {
    color: #ffffff;
  }

  .section-title.white-title p {
    color: #ffffff;
  }

  .section-title.green-title span {
    color: #248303;
  }

  /*
  Header Area Style
  ======================================================*/
  .header-area.header-area-three {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
  }

  .top-header {
      background-color: #092b8c;
      padding-top: 9px;
      padding-bottom: 9px;
  }

  .top-header .header-left-content {
    line-height: 1;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .top-header .header-left-content li {
    display: inline-block;
    margin-right: 30px;
    color: #ffffff;
    font-size: 14px;
    position: relative;
    padding-left: 45px;
  }

  .top-header .header-left-content li span {
    display: block;
    margin-bottom: 5px;
  }

  .top-header .header-left-content li:last-child {
    margin-right: 0;
  }

  .top-header .header-left-content li i {
       color: #f99115;
      display: inline-block;
      margin-right: 10px;
      font-size: 15px;
      position: absolute;
      top: -2px;
      left: 0;
      width: 30px;
      height: 30px;
      line-height: 32px;
      background-color: #ffffff;
      text-align: center;
      border-radius: 50%;
  }

  .top-header .header-left-content li a {
    display: block;
    font-weight: 400;
    font-size: 13px;
    color: #ffffff;
  }

  .top-header .header-left-content li a:hover {
    color: #bf2332;
  }

  .top-header .header-right-content {
    line-height: 1;
    text-align: right;
  }

  .top-header .header-right-content .option-item {
    color: #032254;
    display: inline-block;
    line-height: 1;
    position: relative;
    top: 0;
  }

  .top-header .header-right-content .option-item .search-overlay {
    display: none;
  }

  .top-header .header-right-content .option-item .search-overlay.search-popup {
    position: absolute;
    top: 100%;
    width: 300px;
    right: 0;
    background: #e6e6e6;
    z-index: 2;
    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-top: 20px;
  }

  .top-header .header-right-content .option-item .search-overlay.search-popup .search-form {
    position: relative;
  }

  .top-header .header-right-content .option-item .search-overlay.search-popup .search-form .search-input {
    display: block;
    width: 100%;
    height: 50px;
    line-height: initial;
    border: 1px solid #eeeeee;
    color: #011d49;
    outline: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 15px;
    padding-top: 4px;
    padding-left: 15px;
  }

  .top-header .header-right-content .option-item .search-overlay.search-popup .search-form .search-input:focus {
    border-color: #f99115;
  }

  .top-header .header-right-content .option-item .search-overlay.search-popup .search-form .search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: #f99115;
    border: none;
    width: 50px;
    outline: 0;
    color: #ffffff;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    padding: 0;
  }

  .top-header .header-right-content .option-item .search-overlay.search-popup .search-form .search-button:hover {
    background-color: #011d49;
  }

  .top-header .header-right-content .option-item .search-btn {
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: #f99115;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 50%;
  }

  .top-header .header-right-content .option-item .close-btn {
    cursor: pointer;
    display: none;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: #f99115;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 50%;
  }

  .top-header .header-right-content .option-item .close-btn.active {
    display: block;
  }

  .top-header .header-right-content .sidebar-menu {
    display: inline-block;
    margin-left: 20px;
  }

  .top-header .header-right-content .sidebar-menu .burger-menu {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    color: #f99115;
    font-size: 25px;
    border-radius: 50%;
    background-color: #ffffff;
  }

  .top-header .header-right-content .sidebar-menu .burger-menu i {
    position: relative;
    left: 0.50px;
  }

  /*
  Sidebar Area Style
  ======================================================*/
  .sidebar-modal {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    overflow: hidden;
  }

  .sidebar-modal .sidebar-modal-inner {
    position: absolute;
    right: -100%;
    top: 0;
    max-width: 400px;
    overflow-y: scroll;
    height: 100%;
    background-color: #ffffff;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 1;
    padding: 40px;
  }

  .sidebar-modal .sidebar-header {
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
  }

  .sidebar-modal .sidebar-header .sidebar-logo {
    display: inline-block;
  }

  .sidebar-modal .sidebar-header .close-btn {
    display: inline-block;
    font-size: 20px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 33px;
    background-color: #f99115;
    color: #ffffff;
    border-radius: 0;
    float: right;
    text-align: center;
    position: relative;
    top: 13px;
    border-radius: 50%;
  }

  .sidebar-modal .sidebar-header .close-btn:hover {
    color: #ffffff;
    background-color: #f99115;
  }

  .sidebar-modal .sidebar-about {
    margin-bottom: 30px;
  }

  .sidebar-modal .sidebar-about .title h2 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .sidebar-modal .sidebar-about .title p {
    margin-bottom: 0;
    font-size: 15px;
  }

  .sidebar-modal .contact-us {
    margin-bottom: 30px;
  }

  .sidebar-modal .contact-us h3 {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1;
    position: relative;
    padding-left: 10px;
  }

  .sidebar-modal .contact-us h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f99115;
  }

  .sidebar-modal .contact-us ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }

  .sidebar-modal .contact-us ul li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
  }

  .sidebar-modal .contact-us ul li:last-child {
    margin-bottom: 0;
  }

  .sidebar-modal .contact-us ul li i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 18px;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #f99115;
    text-align: center;
  }

  .sidebar-modal .contact-us ul li a {
    display: block;
  }

  .sidebar-modal .sidebar-gallery-feed {
    margin-bottom: 30px;
  }

  .sidebar-modal .sidebar-gallery-feed h3 {
    margin-bottom: 25px;
    font-size: 20px;
    position: relative;
    padding-left: 10px;
    line-height: 1;
  }

  .sidebar-modal .sidebar-gallery-feed h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f99115;
  }

  .sidebar-modal .sidebar-gallery-feed ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 0;
    margin-top: -10px;
  }

  .sidebar-modal .sidebar-gallery-feed ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    max-width: 33%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
  }

  .sidebar-modal .sidebar-gallery-feed ul li a {
    display: block;
    position: relative;
  }

  .sidebar-modal .sidebar-gallery-feed ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
    visibility: hidden;
  }

  .sidebar-modal .sidebar-gallery-feed ul li a:hover::before {
    opacity: .50;
    visibility: visible;
  }

  .sidebar-modal .sidebar-follow-us h3 {
    font-size: 25px;
    margin-bottom: 25px;
    line-height: 1;
    position: relative;
    padding-left: 10px;
  }

  .sidebar-modal .sidebar-follow-us h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f99115;
  }

  .sidebar-modal .sidebar-follow-us .social-wrap {
    padding: 0;
    margin: 0;
    list-style-type: none;
    line-height: 1;
  }

  .sidebar-modal .sidebar-follow-us .social-wrap li {
    display: inline-block;
    padding-right: 10px;
  }

  .sidebar-modal .sidebar-follow-us .social-wrap li a i {
    font-size: 18px;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #f99115;
    text-align: center;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .sidebar-modal .sidebar-follow-us .social-wrap li a:hover i {
    background-color: #011d49;
  }

  .sidebar-modal.active {
    opacity: 1;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.9);
  }

  .sidebar-modal.active .sidebar-modal-inner {
    right: 0;
  }

  /*
  Nav Area Style
  ======================================================*/
  .navbar-area {
    -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);
    background-color: #ffffff;
  }

  .navbar-area .desktop-nav {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar-area .desktop-nav .navbar {
    position: inherit;
    padding: 0;
  }

  .navbar-area .desktop-nav .navbar .navbar-brand {
    font-size: inherit;
    line-height: 1;
    padding: 0;
  }

  .navbar-area .desktop-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
  }

  .navbar-area .desktop-nav .navbar .navbar-nav .nav-item {
       position: relative;
      padding-left: 12px;
  }

  .navbar-area .desktop-nav .navbar .navbar-nav .nav-item a {
         font-size: 15px;
    font-weight: 400;
    color: #011d49;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    margin-left: 0;
    margin-right: 0;
    padding: 9px 0px;
    position: relative;
    z-index: 1;
    margin: 0px 0px;
    letter-spacing: 2px;
    font-style: normal;
    letter-spacing: 2px;
    font-style: normal;
  }

  .navbar-area .desktop-nav .navbar .navbar-nav .nav-item a i {
    font-size: 22px;
    line-height: 0;
    position: relative;
    top: 4px;
  }

  .navbar-area .desktop-nav .navbar .navbar-nav .nav-item a:hover {
    color: #f99115;
  }

  .navbar-area .desktop-nav .navbar .navbar-nav .nav-item a.active {
    color: #bf2332;
    text-transform: capitalize;
  }

  .navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    position: absolute;
    top: 130%;
    left: 15px;
    opacity: 0;
    width: 250px;
    visibility: hidden;
    z-index: 99;
    display: block;
    padding: 0;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -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 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    position: relative;
    padding: 0;
  }

  .navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
   font-size: 14px;
    color: #011d49;
    font-weight: 400 !important;
    font-size: 15px;
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px dashed #eeeeee;
    margin-left: 0;
    margin-right: 0;
    text-transform: capitalize;
    display: block;
    font-weight: 600;
  }

  .navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    float: right;
    top: 12px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 20px;
  }

  .navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 15px;
    width: 8px;
    height: 8px;
    background-color: #f99115;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-radius: 50%;
    opacity: 0;
  }

  .navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #f99115;
    padding-left: 30px;
  }

  .navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before {
    opacity: 1;
  }

  .navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #f99115;
    padding-left: 30px;
  }

  .navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
    opacity: 1;
  }

  .navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 100%;
    top: 0;
  }

  .navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: none;
  }

  .navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    position: absolute;
    left: -98%;
    top: 20px !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    position: absolute;
    right: -100%;
    top: 0;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #011d49;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
  }

  .navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
    color: #f99115;
  }

  .navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus {
    color: #f99115;
  }

  .navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #f99115;
  }

  .navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: -4px !important;
  }

  .navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: -20px !important;
  }

  .navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu:last-child .dropdown-menu {
    left: auto;
    right: -100%;
  }

  .navbar-area .desktop-nav .navbar .navbar-nav .nav-item:hover ul {
    opacity: 1;
    visibility: visible;
    top: 92%;
  }

  .navbar-area .desktop-nav .navbar .others-option {
    position: relative;
    top: 1px;
  }

  .navbar-area .desktop-nav .navbar .others-option .language-area {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 2px;
    position: relative;
    top: -15px;
  }

  .navbar-area .desktop-nav .navbar .others-option .language-area .language-item-top {
    position: relative;
  }

  .navbar-area .desktop-nav .navbar .others-option .language-area .language-item-top .language-bar span {
    position: relative;
    top: 1px;
    color: #f99115;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 15px;
    font-weight: 600;
  }

  .navbar-area .desktop-nav .navbar .others-option .language-area .language-item-top .language-bar i {
    font-size: 20px;
    color: #f99115;
    font-weight: 700;
    position: relative;
    top: 4px;
  }

  .navbar-area .desktop-nav .navbar .others-option .language-area .language-item-top .language-item-bottom {
    list-style: none;
    position: absolute;
    top: 50px;
    padding: 20px !important;
    -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);
    background-color: #ffffff;
    width: 200px;
    right: -105px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    margin: 0;
    text-align: left;
  }

  .navbar-area .desktop-nav .navbar .others-option .language-area .language-item-top .language-item-bottom::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border-top: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-left: 8px solid transparent;
    top: -8px;
    left: 25px;
  }

  .navbar-area .desktop-nav .navbar .others-option .language-area .language-item-top .language-item-bottom .language-item {
    margin-bottom: 15px;
  }

  .navbar-area .desktop-nav .navbar .others-option .language-area .language-item-top .language-item-bottom .language-item:last-child {
    margin-bottom: 0;
  }

  .navbar-area .desktop-nav .navbar .others-option .language-area .language-item-top .language-item-bottom .language-item .language-link {
    color: #011d49;
    display: block;
    font-size: 14px;
    font-weight: 600;
  }

  .navbar-area .desktop-nav .navbar .others-option .language-area .language-item-top .language-item-bottom .language-item .language-link img {
    width: 20px;
    margin-right: 8px;
    border-radius: 50%;
    position: relative;
    top: -2px;
  }

  .navbar-area .desktop-nav .navbar .others-option .language-area .language-item-top .language-item-bottom .language-item .language-link:hover {
    color: #f99115;
  }

  .navbar-area .desktop-nav .navbar .others-option .language-area .language-item-top:hover .language-item-bottom {
    visibility: visible;
    opacity: 1;
    top: 35px;
    z-index: 9999;
  }

  .navbar-area .desktop-nav .navbar .others-option .get-quote {
    display: inline-block;
    margin-left: 30px;
  }

  .navbar-area.navbar-area-three {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .navbar-area.navbar-area-three .desktop-nav .navbar .navbar-nav .nav-item a.active {
    color: #248303;
  }

  .navbar-area.navbar-area-three .desktop-nav .navbar .navbar-nav .nav-item a:hover {
    color: #248303;
  }

  .navbar-area.navbar-area-three .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #248303;
  }

  .navbar-area.navbar-area-three .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
    background-color: #248303;
  }

  .navbar-area.navbar-area-three .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active::after {
    background-color: #248303;
  }

  .navbar-area.navbar-area-three .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #248303;
  }

  .navbar-area.navbar-area-three .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before {
    background-color: #248303;
  }

  .navbar-area.navbar-area-three .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::after {
    background-color: #248303;
  }

  .navbar-area.navbar-area-three .desktop-nav .navbar .others-option .language-area .language-item-top .language-bar span {
    color: #248303;
  }

  .navbar-area.navbar-area-three .desktop-nav .navbar .others-option .language-area .language-item-top .language-bar i {
    color: #248303;
  }

  .navbar-area.navbar-area-three .desktop-nav .navbar .others-option .language-area .language-item-top .language-item-bottom .language-item .language-link:hover {
    color: #248303;
  }

  .navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -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);
    background-color: #ffffff;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
            animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .mobile-nav {
    display: none;
  }

  /*
  Others Option For Responsive Area Style
  ======================================================*/
  .others-option-for-responsive {
    display: none;
  }

  .others-option-for-responsive .dot-menu {
    padding: 0 10px;
    height: 30px;
    cursor: pointer;
    z-index: 9991;
    position: absolute;
    right: 60px;
    top: -34px;
  }

  .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 0.5s;
    transition: all ease 0.5s;
    background-color: #011d49;
  }

  .others-option-for-responsive .dot-menu:hover .inner .circle {
    background-color: #f99115;
  }

  .others-option-for-responsive .container {
    position: relative;
  }

  .others-option-for-responsive .container .container {
    position: absolute;
    right: 0;
    top: 10px;
    max-width: 260px;
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
  }

  .others-option-for-responsive .container .container.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }

  .others-option-for-responsive .language-area {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 2px;
    position: relative;
    top: -15px;
  }

  .others-option-for-responsive .language-area .language-item-top {
    position: relative;
  }

  .others-option-for-responsive .language-area .language-item-top .language-bar span {
    position: relative;
    top: 1px;
    color: #f99115;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 15px;
    font-weight: 600;
  }

  .others-option-for-responsive .language-area .language-item-top .language-bar i {
    font-size: 20px;
    color: #f99115;
    font-weight: 700;
    position: relative;
    top: 4px;
  }

  .others-option-for-responsive .language-area .language-item-top .language-item-bottom {
    list-style: none;
    position: absolute;
    top: 50px;
    padding: 20px !important;
    -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);
    background-color: #ffffff;
    width: 200px;
    right: -105px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    margin: 0;
    text-align: left;
  }

  .others-option-for-responsive .language-area .language-item-top .language-item-bottom::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border-top: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-left: 8px solid transparent;
    top: -8px;
    left: 25px;
  }

  .others-option-for-responsive .language-area .language-item-top .language-item-bottom .language-item {
    margin-bottom: 15px;
  }

  .others-option-for-responsive .language-area .language-item-top .language-item-bottom .language-item:last-child {
    margin-bottom: 0;
  }

  .others-option-for-responsive .language-area .language-item-top .language-item-bottom .language-item .language-link {
    color: #011d49;
    display: block;
    font-size: 14px;
    font-weight: 600;
  }

  .others-option-for-responsive .language-area .language-item-top .language-item-bottom .language-item .language-link img {
    width: 20px;
    margin-right: 8px;
    border-radius: 50%;
    position: relative;
    top: -2px;
  }

  .others-option-for-responsive .language-area .language-item-top .language-item-bottom .language-item .language-link:hover {
    color: #f99115;
  }

  .others-option-for-responsive .language-area .language-item-top:hover .language-item-bottom {
    visibility: visible;
    opacity: 1;
    top: 35px;
    z-index: 9999;
  }

  /*
  Banner Area Style
  ======================================================*/
  .banner-area {
    background-color: #f7c78d;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 720px;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  .banner-area .banner-bg-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }

  .banner-content {
    overflow: hidden;
    max-width: 480px;
    margin-right: auto;
  }

  .banner-content h1 {
    font-size: 65px;
    font-weight: 900;
    margin-bottom: 35px;
    color: #011d49;
  }

  .banner-content p {
    margin-bottom: 26px;
    font-size: 17px;
    color: #011d49;
  }

  .banner-content .banner-btn .default-btn.active {
    margin-left: 30px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #f99115;
  }

  .banner-content .banner-btn .default-btn.active::before {
    opacity: 0;
  }

  .banner-content .banner-btn .default-btn.active::after {
    opacity: 0;
  }

  .banner-content .banner-btn .default-btn.active span::before {
    opacity: 0;
  }

  .banner-content .banner-btn .default-btn.active span::after {
    opacity: 0;
  }

  .banner-content .banner-btn .default-btn.active:hover {
    background-color: #011d49;
    color: #ffffff;
    border-color: #011d49;
  }

  .banner-content .banner-btn .default-btn.active:hover::before {
    opacity: 1;
  }

  .banner-content .banner-btn .default-btn.active:hover::after {
    opacity: 1;
  }

  .banner-content .banner-btn .default-btn.active:hover span::before {
    opacity: 1;
  }

  .banner-content .banner-btn .default-btn.active:hover span::after {
    opacity: 1;
  }

  .banner-img {
    position: relative;
  }

  .banner-img img {
    -webkit-animation: border-transform 7s linear infinite alternate forwards;
            animation: border-transform 7s linear infinite alternate forwards;
  }

  .banner-img .video-btn-2 {
    position: absolute;
    left: 0;
    top: 50%;
  }

  @-webkit-keyframes border-transform {
    0%, 100% {
      border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }
    14% {
      border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }
    28% {
      border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }
    42% {
      border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }
    56% {
      border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }
    70% {
      border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }
    84% {
      border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
  }

  @keyframes border-transform {
    0%, 100% {
      border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }
    14% {
      border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }
    28% {
      border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }
    42% {
      border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }
    56% {
      border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }
    70% {
      border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }
    84% {
      border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
  }

  /*
  Hero Slider Area Style
  ======================================================*/
  .hero-slider-area {
    z-index: 1;
    position: relative;
    overflow: hidden;
  }

  .hero-slider-area .slider-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  .hero-slider-area .slider-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .hero-slider-area .slider-item.slider-item-bg-1 {
    background-image: url(../img/slider-1.jpg);
  }

  .hero-slider-area .slider-item.slider-item-bg-2 {
    background-image: url(../img/slider-2.jpg);
  }

  .hero-slider-area .slider-item.slider-item-bg-3 {
    background-image: url(../img/slider-3.jpg);
  }



  .hero-slider-area .slider-item .slider-text {
    position: relative;
    max-width: 800px;
    z-index: 1;
    overflow: hidden;
    margin: auto;
    text-align: center;
  }

  .hero-slider-area .slider-item .slider-text .top-title {
    color: #f99115;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
  }

  .hero-slider-area .slider-item .slider-text h1 {
    font-size: 60px;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 400
  }

  .hero-slider-area .slider-item .slider-text p {
      color: #ffffff;
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 1px;
  }

  .hero-slider-area .slider-item .slider-text .slider-btn .default-btn {
    background-color: #f5b736;
    color: #000
  }

  .hero-slider-area .owl-item.active .slider-item::before {
    background-color: rgb(0 0 0 / 30%);
  }

  .hero-slider-area .owl-item.active .slider-text.overflow-hidden {
    overflow: hidden;
  }

  .hero-slider-area .owl-item.active .slider-text .top-title {
    -webkit-animation: 2s .2s fadeInDownBig both;
            animation: 2s .2s fadeInDownBig both;
  }

  .hero-slider-area .owl-item.active .slider-text h1 {
    -webkit-animation: 2s .2s fadeInLeft both;
            animation: 2s .2s fadeInLeft both;
  }

  .hero-slider-area .owl-item.active .slider-text p {
    -webkit-animation: 2s .2s fadeInRight both;
            animation: 2s .2s fadeInRight both;
  }

  .hero-slider-area .owl-item.active .slider-text .slider-btn {
    -webkit-animation: 2s .2s fadeInUpBig both;
            animation: 2s .2s fadeInUpBig both;
  }

  .hero-slider-area .owl-dots {
    margin-top: 0 !important;
    line-height: 1;
    position: absolute;
    bottom: 130px;
    left: 0;
    right: 0;
  }

  .hero-slider-area .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 0 4px;
    background: transparent !important;
    border: 1px solid #f99115;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
  }

  .hero-slider-area .owl-dots .owl-dot:hover span {
    border-color: #f99115;
  }

  .hero-slider-area .owl-dots .owl-dot:hover span::before {
    background-color: #f99115;
  }

  .hero-slider-area .owl-dots .owl-dot.active span {
    border-color: #f99115;
    position: relative;
  }

  .hero-slider-area .owl-dots .owl-dot.active span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #f99115;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    margin: 3px;
  }

  .hero-slider-area .owl-prev {
    position: absolute;
    top: 50%;
    left: 30px;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
  }

  .hero-slider-area .owl-prev i {
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 26px;
    border-radius: 0;
    border: 1px solid #ffffff;
  }

  .hero-slider-area .owl-prev i:hover {
    background-color: #f99115 !important;
    border-color: #f99115;
  }

  .hero-slider-area .owl-next {
    position: absolute;
    top: 50%;
    right: 30px;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
  }

  .hero-slider-area .owl-next i {
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 26px;
    border-radius: 0;
    border: 1px solid #ffffff;
  }

  .hero-slider-area .owl-next i:hover {
    background-color: #f99115 !important;
    border-color: #f99115;
  }

  .hero-slider-area:hover .owl-prev {
    opacity: 1;
  }

  .hero-slider-area:hover .owl-next {
    opacity: 1;
  }

  .hero-slider-area .owl-theme .owl-nav {
    margin-top: 0 !important;
  }

  .hero-slider-area .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
  }

  .hero-slider-area.hero-slider-area-three .slider-item {
    height: 100vh;
  }

  .hero-slider-area.hero-slider-area-three .slider-text {
    margin-left: 0;
    text-align: left;
    max-width: 560px;
    margin-top: 105px;
  }

  .hero-slider-area.hero-slider-area-three .banner-video {
    text-align: center;
    position: relative;
    top: 65px;
  }

  .hero-slider-area.hero-slider-area-three .owl-dots {
    bottom: 30px;
  }

  .hero-slider-area.hero-slider-area-three .owl-dots .owl-dot span {
    border-color: #248303;
  }

  .hero-slider-area.hero-slider-area-three .owl-dots .owl-dot.active span {
    border-color: #248303;
  }

  .hero-slider-area.hero-slider-area-three .owl-dots .owl-dot.active span::before {
    background-color: #248303;
  }

  /*
  About Area Style
  ======================================================*/
  .about-area-two {
    overflow: hidden;
  }

  .about-area-two .about-content {
    margin-left: 0;
    margin-right: 30px;
  }

  .about-area-two .about-img .about-shape {
    position: absolute;
    bottom: -125px;
    right: -110px;
    z-index: -1;
    width: 900px;
  }

  .about-area-two.about-area-three .about-content .top-title {
    color: #248303;
  }

  .about-area-two.about-area-three .about-content .default-btn {
    margin-top: 30px;
  }

  .about-img {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
  }

  .about-img .about-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }

  .about-img .date-of-years {
    width: 100px;
    height: 100px;
    line-height: 100px;
    -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);
    background-color: #ffffff;
    border-radius: 50%;
    position: relative;
    position: absolute;
    right: -30px;
    bottom: 90px;
    z-index: 1;
  }

  .about-img .date-of-years .date-years {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .about-img .date-of-years .date-years span {
    font-size: 22px;
    font-weight: 700;
    display: block;
    line-height: 1;
    color: #f99115;
    text-align: center;
    margin-bottom: 5px;
  }

  .about-content {
    margin-left: 30px;
    margin-bottom: 30px;
  }

  .about-content .top-title {
   font-size: 17px;
      color: #3eb650;
      display: block;
      margin-bottom: 10px;
      font-weight: 600;
  }

  .about-content h2 {
        font-size: 26px;
    margin-bottom: 30px;
    color: #262e44;
    font-weight: 400;
  }

  .about-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 15px;
  }

  .about-content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-weight: 600;
  }

  .about-content ul li:last-child {
    margin-bottom: 0;
  }

  .about-content ul li i {
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #2b49a2;
    color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 0;
  }

  .about-content ul li a:hover {
      color: #bf2332;
  }
  .about-content .default-btn {
    margin-top: 45px;
  }

  /*
  What We do Area Style
  ======================================================*/
  .what-we-do-area {
    background-image: url(../img/what-we-do-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
  }

  .what-we-do-area .col-lg-3:nth-child(2) .single-we-box i {
    background-color: #d8faf8;
    color: #02b3b3;
  }

  .what-we-do-area .col-lg-3:nth-child(3) .single-we-box i {
    background-color: #feefd8;
    color: #fa8801;
  }

  .what-we-do-area .col-lg-3:nth-child(4) .single-we-box i {
    background-color: #fbe9f8;
    color: #c91af4;
  }

  .what-we-do-area.what-we-do-area-three {
    background-image: none;
  }

  .what-we-do-area.what-we-do-area-three .single-we-box i {
    color: #248303 !important;
    background-color: transparent !important;
    font-size: 50px;
    width: unset;
    height: unset;
    line-height: 1;
    margin-bottom: 16px;
  }

  .what-we-do-area.what-we-do-area-three .single-we-box .read-more {
    color: #248303;
  }

  .what-we-do-area.what-we-do-area-three .single-we-box.overly-outside::before {
    border-color: #248303;
  }

  .what-we-do-area.what-we-do-area-three .single-we-box.overly-outside::after {
    border-color: #248303;
  }

  .what-we-do-area.what-we-do-area-three .single-we-box.overly-outside .overly-inside::before {
    border-color: #248303;
  }

  .what-we-do-area.what-we-do-area-three .single-we-box.overly-outside .overly-inside::after {
    border-color: #248303;
  }

  .single-we-box {
    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);
    margin-bottom: 30px;
    text-align: center;
    padding: 20px;
  }

  /*.single-we-box img {
    background-color: #fddade;
    color: #df2b4f;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    font-size: 40px;
    margin-bottom: 15px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }*/

  .single-we-box h3 {
    font-size: 25px;
    margin-bottom: 13px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .single-we-box p {
    margin-bottom: 10px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  /*
  Counter Area Style
  ======================================================*/
  /*.counter-area .container {
    background-color: #fdeed6;
    padding-top: 50px;
    padding-bottom: 20px;
  }*/

  .counter-area {
/*
    background-color: #fdeed6;*/
     padding-top: 50px;
    padding-bottom: 20px;
  }
  .single-counter {
    border: none;
    padding: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
   /* background-image: url(../img/counter-shape/counter-shape.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;*/
  }

  .single-counter i {
       font-size: 40px;
      border-radius: 50%;
      color: #ffffff;
      margin: 0 auto 10px;
      background: #bf2332;
      line-height: 1;
      display: inline-block;
      padding: 25px;

  }

  .single-counter h2 {
  font-size: 38px;
      margin-bottom: 0;
  }

  .single-counter p {
        color: #000000;
      font-size: 18px;
      font-weight: 600;
  }

  .single-counter:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }

  /*
  Causes Area Style
  ======================================================*/
  .causes-area-two {
    position: relative;
    z-index: 1;
  }

  /*.causes-area-two .section-title {
    margin-right: auto;
    margin-left: 0;
    text-align: left;
  }*/

  .causes-area-two .section-title p {
    margin-right: auto;
    margin-left: 0;
  }

  .causes-area-two .container-fluid {
    max-width: 1290px;
    padding: 0 !important;
    margin-left: auto;
    margin-right: 0;
  }

  .causes-area-two .causes-shape-one {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: -1;
    opacity: 0.2;
  }

  .causes-area-two .single-causes-content {
    background-color: #ffffff;
  }

  .causes-area-two .owl-nav {
    margin-top: 0 !important;
    position: absolute;
    top: -140px;
    right: 60px;
  }

  .causes-area-two .owl-nav [class*=owl-]:hover {
    background-color: transparent;
  }

  .causes-area-two .owl-theme .owl-next {
    margin: 0;
  }

  .causes-area-two .owl-theme .owl-next i {
    border: 1px solid #f99115;
    color: #f99115;
    width: 60px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 26px;
    border-left: none;
    border-radius: 0 50px 50px 0;
  }

  .causes-area-two .owl-theme .owl-next i:hover {
    background-color: #f99115 !important;
    border-color: #f99115;
    color: #ffffff !important;
  }

  .causes-area-two .owl-theme .owl-prev {
    margin: 0;
  }

  .causes-area-two .owl-theme .owl-prev i {
    border: 1px solid #f99115;
    color: #f99115;
    width: 60px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 26px;
    border-radius: 50px 0 0 50px;
  }

  .causes-area-two .owl-theme .owl-prev i:hover {
    background-color: #f99115 !important;
    border-color: #f99115;
    color: #ffffff !important;
  }

  .single-causes-box {
    text-align: center;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    margin-bottom: 30px;
  }

  .single-causes-box .single-causes-content {
    padding: 30px;
    padding-top: 0;
    -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);
    z-index: 1;
    position: relative;
  }

  .single-causes-box .single-causes-content h3 {
    font-size: 22px;
    background-color: #fee4bd;
    padding: 10px 10px;
    margin-bottom: 20px;
    margin-top: -20px;
  }

  .single-causes-box .single-causes-content p {
    margin-bottom: 20px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .single-causes-box .skill-bar {
    margin-bottom: 30px;
  }

  .single-causes-box .skill-bar .progress-title-holder {
    position: relative;
  }

  .single-causes-box .skill-bar .progress-title {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    display: inherit;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .single-causes-box .skill-bar .progress-number-mark {
    margin-bottom: 4px;
    border-radius: 3px;
    color: #011d49;
    right: 0;
    position: absolute;
    bottom: -8px;
    font-size: 16px;
    font-weight: 600;
  }

  .single-causes-box .skill-bar .progress-content-outter {
    height: 6px;
    background-color: #efefef;
    border-radius: 10px;
  }

  .single-causes-box .skill-bar .progress-content {
    height: 6px;
    background-color: #f99115;
    width: 0%;
    border-radius: 10px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .single-causes-box:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }

  /*
  Team Area Style
  ======================================================*/
  .team-area {
    background-image: url(../img/team/team-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .team-area.team-area-two {
    background-image: none;
  }

  .team-area.team-area-two .single-team img {
    border: none;
  }

  .team-area.team-area-two .single-team .team-content {
    margin-left: 30px;
    margin-right: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .team-area.team-area-two .single-team:hover .team-content {
    margin-left: 0;
    margin-right: 0;
  }

  .single-team {
    text-align: center;
    position: relative;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    margin-bottom: 30px;
    z-index: 1;
  }

  .single-team .team-img {
    position: relative;
    z-index: 1;
  }

  .single-team .team-img img {
    border-radius: 4px;
    border: 5px solid #f99115;
  }

  .single-team .team-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f99115;
    opacity: 0.5;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .single-team .team-img .team-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    padding: 0;
    margin: 0;
    list-style-type: none;
  }

  .single-team .team-img .team-link li {
    display: inline-block;
  }

  .single-team .team-img .team-link li a {
    margin: 0 5px;
    display: inline-block;
  }

  .single-team .team-img .team-link li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    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);
    text-align: center;
    border-radius: 50%;
  }

  .single-team .team-content {
    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);
    padding: 25px;
  }

  .single-team .team-content h3 {
    font-size: 25px;
  }

  .single-team .team-content span {
    color: #f99115;
    font-size: 14px;
  }

  .single-team:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }

  .single-team:hover .team-img .team-link {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }

  .single-team:hover .team-img::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }

  /*
  Testimonials Area Style
  ======================================================*/
  .testimonials-area {
    position: relative;
  }

  .testimonials-area .container {
    max-width: 970px;
    margin-left: auto;
  }

  .testimonials-area .owl-nav {
    margin-top: 0 !important;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .testimonials-area .owl-nav [class*=owl-]:hover {
    background-color: transparent;
  }

  .testimonials-area .owl-theme .owl-next {
    margin: 0;
  }

  .testimonials-area .owl-theme .owl-next i {
    border: 1px solid #f99115;
    color: #f99115;
    width: 60px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 26px;
    border-left: none;
    border-radius: 0 50px 50px 0;
  }

  .testimonials-area .owl-theme .owl-next i:hover {
    background-color: #f99115 !important;
    border-color: #f99115;
    color: #ffffff !important;
  }

  .testimonials-area .owl-theme .owl-prev {
    margin: 0;
  }

  .testimonials-area .owl-theme .owl-prev i {
    border: 1px solid #f99115;
    color: #f99115;
    width: 60px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 26px;
    border-radius: 50px 0 0 50px;
  }

  .testimonials-area .owl-theme .owl-prev i:hover {
    background-color: #f99115 !important;
    border-color: #f99115;
    color: #ffffff !important;
  }

  .testimonials-area.testimonials-area-three .testimonials-content .testimonials-name span {
    color: #248303;
  }

  .testimonials-area.testimonials-area-three .owl-theme .owl-next {
    margin: 0;
  }

  .testimonials-area.testimonials-area-three .owl-theme .owl-next i {
    border: 1px solid #248303;
    color: #248303;
  }

  .testimonials-area.testimonials-area-three .owl-theme .owl-next i:hover {
    background-color: #248303 !important;
    border-color: #248303;
  }

  .testimonials-area.testimonials-area-three .owl-theme .owl-prev {
    margin: 0;
  }

  .testimonials-area.testimonials-area-three .owl-theme .owl-prev i {
    border: 1px solid #248303;
    color: #248303;
  }

  .testimonials-area.testimonials-area-three .owl-theme .owl-prev i:hover {
    background-color: #248303 !important;
    border-color: #248303;
  }

  .testimonials-content p {
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 30px;
  }

  .testimonials-content .testimonials-name h3 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .testimonials-content .testimonials-name span {
    color: #f99115;
  }

  .testimonials-area-two {
    position: relative;
    z-index: 1;
  }

  .testimonials-area-two .owl-item.active.center .single-testimonials-two {
    background-color: #bf2332;
  }

  .testimonials-area-two .owl-item.active.center .single-testimonials-two .quotes {
    background-color: #bf2332;
    color: #ffffff;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }

  .testimonials-area-two .owl-item.active.center .single-testimonials-two::before {
    border-top: 45px solid #bf2332
  }

  .testimonials-area-two .owl-item.active.center .single-testimonials-two p {
    color: #ffffff;
  }

  .testimonials-area-two .owl-item.active.center .single-testimonials-two ul li i {
    color: #ffffff;
  }

  .testimonials-area-two .owl-dots {
    margin-top: 0 !important;
    line-height: 1;
    position: absolute;
    bottom: 130px;
    left: 0;
    right: 0;
  }

  .testimonials-area-two .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 0 4px;
    background: transparent !important;
    border: 1px solid #f99115;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
  }

  .testimonials-area-two .owl-dots .owl-dot:hover span {
    border-color: #f99115;
  }

  .testimonials-area-two .owl-dots .owl-dot:hover span::before {
    background-color: #f99115;
  }

  .testimonials-area-two .owl-dots .owl-dot.active span {
    border-color: #f99115;
    position: relative;
  }

  .testimonials-area-two .owl-dots .owl-dot.active span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #f99115;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    margin: 3px;
  }

  .testimonials-area-two .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-transform: translateY(-85px);
            transform: translateY(-85px);
  }

  .testimonials-area-two .owl-prev i {
    color: #bf2332;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 20px;
    border-radius: 50%;
    border: 1px solid #bf2332;
  }

  .testimonials-area-two .owl-prev i:hover {
    background-color: #f99115 !important;
    border-color: #f99115;
    color: #ffffff;
  }

  .testimonials-area-two .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-transform: translateY(-85px);
            transform: translateY(-85px);
  }

  .testimonials-area-two .owl-next i {
    color: #f99115;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 20px;
    border-radius: 50%;
    border: 1px solid #f99115;
  }

  .testimonials-area-two .owl-next i:hover {
    background-color: #f99115 !important;
    border-color: #f99115;
    color: #ffffff;
  }

  .testimonials-area-two .owl-theme .owl-nav {
    margin-top: 0 !important;
  }

  .testimonials-area-two .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
  }

  .testimonials-area-two .owl-carousel .owl-item img {
    width: auto;
  }

  .testimonials-area-two.testimonials-area-page .section-title {
    margin: -5px auto 20px;
  }

  .testimonials-area-two.testimonials-area-page .single-testimonials-two {
    -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-top: 60px;
  }

  .single-testimonials-two {
    text-align: center;
    background-color: #ffffff;
    position: relative;
    margin-top: 30px;
    margin-bottom: 165px;
    border-radius: 4px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }

  .single-testimonials-two .quotes {
    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);
    color: #bf2332;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .single-testimonials-two p {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .single-testimonials-two ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }

  .single-testimonials-two ul li {
    display: inline-block;
  }

  .single-testimonials-two ul li i {
    font-size: 20px;
    color: #f99115;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .single-testimonials-two::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 40px solid #ffffff;
    border-right: 40px solid transparent;
    border-bottom: 0;
    border-left: 40px solid transparent;
    bottom: -24px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .testimonials-img-two {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -170px;
    text-align: center;
  }

  .testimonials-img-two img {
    border-radius: 50px;
    margin: 0 auto 15px;
  }

  .testimonials-img-two h3 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .testimonials-img-two span {
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    color: #f99115;
  }

  /*
  Help People Area Style
  ======================================================*/
  .help-people-area .container-fluid {
    max-width: 100%;
  }

  .people-img-one {
    background-image: url(../img/b-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
    height: 100%;
  }
  .people-img-one-1 {
    background-image: url(../img/bg-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
    height: 100%;
  }

  .people-img-one-1 h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    font-style: normal;
      margin-bottom: 28px
}

  .all-help-content {
    background-image: url(../img/people-bg/people-bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 50px;
  }

  .people-content {
    max-width: 500px;
    margin-bottom: 40px;
  }

  .people-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .people-content h3 {
    font-size: 25px;
  }

  .help-form {
    text-align: center;
    -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);
    background-color: #ffffff;
    padding: 50px;
    margin-bottom: 30px;
    max-width: 600px;
  }

  .help-form .nice-select {
    width: 100%;
    border-radius: 0;
    height: 50px;
    background-color: #f9f9f9;
  }

  .help-form .nice-select .current {
    position: relative;
    top: 4px;
  }

  .help-form .nice-select:focus {
    border-color: #f99115;
  }

  .help-form .form-group {
    margin-bottom: 30px;
  }

  .help-form .form-group .form-control {
    background-color: #f9f9f9;
  }

  .help-form .default-btn {
    width: 100%;
    margin-top: 30px;
  }

  .help-form .default-btn span {
    display: block;
  }

  .all-help-content-two {
    background-image: url(../img/people-bg/people-bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 50px;
  }

  .all-help-content-two .people-content {
    margin: auto;
  }

  .all-help-content-two .people-content h2 {
    margin-bottom: 22px;
  }

  .all-help-content-two .people-content .default-btn {
    margin-top: 15px;
  }

  .people-img-two {
    background-image: url(../img/image-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    height: 100%;
  }

  /*
  Blog Area Style
  ======================================================*/
  .blog-area-three .single-blog-post .blog-content .read-more {
    color: #248303;
  }

  .blog-area-three .single-blog-post .blog-content ul li i {
    color: #248303;
  }

  .blog-area-three .single-blog-post .blog-content ul li a:hover {
    color: #248303;
  }

  .blog-area-three .single-blog-post .date {
    background-color: #248303;
  }

  .blog-area-three .single-blog-list-post .single-blog-list-content span {
    color: #248303;
  }

  .blog-area-three .single-blog-list-post .single-blog-list-content h3 a:hover {
    color: #248303;
  }

  .blog-area-three .single-blog-list-post .single-blog-list-content .read-more {
    color: #248303;
  }

  .blog-area-three .single-blog-list-post .single-blog-list-content.overly-outside::before {
    border-color: #248303;
  }

  .blog-area-three .single-blog-list-post .single-blog-list-content.overly-outside::after {
    border-color: #248303;
  }

  .blog-area-three .single-blog-list-post .single-blog-list-content.overly-outside .overly-inside::before {
    border-color: #248303;
  }

  .blog-area-three .single-blog-list-post .single-blog-list-content.overly-outside .overly-inside::after {
    border-color: #248303;
  }

  .single-blog-post {
    position: relative;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    margin-bottom: 30px;
  }

  .single-blog-post .blog-img a {
    position: relative;
    display: inline-block;
  }

  .single-blog-post .blog-img a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
    background: linear-gradient(bottom, #000000, transparent);
  }

  .single-blog-post .blog-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .single-blog-post .blog-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    background-color: #ffffff;
    padding: 10px;
    display: inline-block;
    margin-bottom: 25px;
  }

  .single-blog-post .blog-content ul li {
    display: inline-block;
    color: #032254;
    margin-right: 10px;
  }

  .single-blog-post .blog-content ul li:last-child {
    margin-right: 0;
  }

  .single-blog-post .blog-content ul li i {
    color: #f99115;
    margin-right: 5px;
  }

  .single-blog-post .blog-content ul li a {
    color: #032254;
  }

  .single-blog-post .blog-content ul li a:hover {
    color: #f99115;
  }

  .single-blog-post .blog-content h3 {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .single-blog-post .blog-content h3 a {
    color: #ffffff;
  }

  .single-blog-post .blog-content h3 a:hover {
    color: #f99115;
  }

  .single-blog-post .blog-content p {
    color: #ffffff;
    margin-bottom: 20px;
  }

  .single-blog-post .date {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    background-color: #f99115;
    color: #ffffff;
    display: inline-block;
    padding: 15px 30px;
    text-align: center;
    font-weight: 600;
  }

  .single-blog-post:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }

  .blog-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
  }

  .blog-img.bg-1 {
    background-image: url(../img/blog/blog-3.jpg);
  }

  .blog-img.bg-2 {
    background-image: url(../img/blog/blog-4.jpg);
  }

  .blog-img.bg-3 {
    background-image: url(../img/blog/blog-5.jpg);
  }

  .single-blog-list-post {
    margin-bottom: 30px;
  }

  .single-blog-list-post .single-blog-list-content {
    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);
    background-color: #ffffff;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .single-blog-list-post .single-blog-list-content span {
    font-size: 14px;
    color: #f99115;
    margin-bottom: 10px;
    display: block;
  }

  .single-blog-list-post .single-blog-list-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  /*
  Subscribe Area Style
  ======================================================*/
  .subscribe-area.subscribe-area-three {
    background-image: url(../img/subscribe-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .subscribe-area.subscribe-area-three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(42, 151, 4, 0.3);
  }

  .subscribe-area .container {
    padding: 50px;
    position: relative;
    z-index: 1;
  }

  .subscribe-area .container .subscribe-shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0.5;
  }

  .subscribe-area .container .subscribe-shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0.5;
  }

  .subscribe-area .subscribe-content h2 {
    font-size: 40px;
    margin-bottom: 0;
  }

  .subscribe-area .newsletter-form {
    position: relative;
  }

  .subscribe-area .newsletter-form .form-control {
    height: 60px;
    background-color: #ffffff;
    color: #000000;
  }

  .subscribe-area .newsletter-form .form-control::-webkit-input-placeholder {
    color: #032254;
  }

  .subscribe-area .newsletter-form .form-control:-ms-input-placeholder {
    color: #032254;
  }

  .subscribe-area .newsletter-form .form-control::-ms-input-placeholder {
    color: #032254;
  }

  .subscribe-area .newsletter-form .form-control::placeholder {
    color: #032254;
  }

  .subscribe-area .newsletter-form .form-control:focus {
    border-color: #f99115;
  }

  .subscribe-area .newsletter-form .default-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
  }

  .subscribe-area .newsletter-form #validator-newsletter {
    color: #ca0b00;
    font-size: 14px;
    position: absolute;
    bottom: -30px;
    left: 0;
  }

  /*
  Partner Area Style
  ======================================================*/
  .partner-area {
    text-align: center;
  }

  .partner-area .owl-carousel .owl-item {
    line-height: 1;
  }

  .partner-area .owl-carousel .owl-item img {
    width: auto;
    text-align: center;
    margin: auto;
  }

  /*
  Footer Area Style
  ======================================================*/
  .footer-area-three .footer-widget .address li i {
    color: #248303;
  }

  .footer-area-three .footer-widget .address li a:hover {
    color: #248303;
  }

  .footer-area-three .footer-widget .link li::before {
    background-color: #248303;
  }

  .footer-area-three .footer-widget .link li a:hover {
    color: #248303;
  }

  .footer-widget {
    margin-top: -8px;
    margin-bottom: 30px;
  }

  .footer-widget span a {

    color: #fff;
  }

.footer-widget p{
  color: #fff;
}
  .footer-widget h3 {
    padding-bottom: 12px;
    margin-bottom: 11px;
    /* border-bottom: 1px solid #838383; */
    color: #fff;
    font-size: 22px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    font-style: normal;
  }

  .footer-widget .address {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .footer-widget .address .location {
    padding-left: 40px;
    position: relative;
    color: #d7dfeb;
  }

  .footer-widget .address .location i {
    position: absolute;
    color: #d7d6d6;
    left: 0;
    top: 2px;
  }

  .footer-widget .address li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 16px;
  }

  .footer-widget .address li a {
    color: #d7dfeb;
    display: block;
  }

  .footer-widget .address li a:hover {
    color: #bf2332;
  }

  .footer-widget .address li:last-child {
    margin-bottom: 0;
  }

  .footer-widget .address li i {
    position: absolute;
    color: #d7dfeb;
    left: 0;
    top: 2px;
  }

  .footer-widget .link {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .footer-widget .link li {
      margin-bottom: 14px;
    position: relative;
    padding-left: 20px;
    padding: 4px 0;
  }

/*  .footer-widget .link li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #d7dfeb;
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
            clip-path: polygon(100% 50%, 0 0, 0 100%);
  }*/

  .footer-widget .link li a {
        color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    font-style: normal;
  }

  .footer-widget .link li a:hover {
    color: #bf2332;
  }

  .footer-widget .link li:last-child {
    margin-bottom: 0;
  }

  .footer-widget .photo-galler {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 0;
    margin-top: -10px;
  }

  .footer-widget .photo-galler li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    max-width: 33%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
  }

  .footer-widget .photo-galler li a {
    display: block;
    position: relative;
  }

  .footer-widget .photo-galler li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
    visibility: hidden;
  }

  .footer-widget .photo-galler li a:hover::before {
    opacity: .50;
    visibility: visible;
  }

  /*
  Copyright Area Style
  ======================================================*/
  .copyright-area {
    text-align: center;
    background: #363636;
    padding: 10px;
    border-top: 1px solid #444;
    
  }

  .copyright-area .copyright-content p {
    color: #fff;
  }

  .copyright-area .copyright-content p a {
    color: #fff;
    font-weight: 700;
  }

  .copyright-area .copyright-content p i {
    position: relative;
    top: 1px;
  }

  .copyright-area.copyright-area-three .copyright-content a {
    color: #248303;
  }

  /*
  Events Area Style
  ======================================================*/
  .events-area {
    background-image: url(../img/events/event-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
  }

  .events-area.events-area-three .single-events-box {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .events-area.events-area-three .single-events-box:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }

  .events-area.events-area-three .single-events-content span {
    color: #248303;
  }

  .events-area.events-area-three .single-events-content h3 a:hover {
    color: #248303;
  }

  .events-area.events-area-three .single-events-content .read-more {
    color: #248303;
  }

  .events-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
  }

  .events-img.bg-1 {
    background-image: url(../img/events/event-1.jpg);
  }

  .events-img.bg-2 {
    background-image: url(../img/events/event-2.jpg);
  }

  .events-img.bg-3 {
    background-image: url(../img/events/event-3.jpg);
  }

  .events-img.bg-4 {
    background-image: url(../img/events/event-4.jpg);
  }

  .single-events-box {
    margin-bottom: 30px;
  }

  .single-events-content {
    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);
    background-color: #ffffff;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .single-events-content span {
    font-size: 14px;
    color: #f99115;
    margin-bottom: 10px;
    display: block;
  }

  .single-events-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  /*
  Volunteer Area Style
  ======================================================*/
  .volunteer-join-area {
    background-image: url(../img/volunteer-join-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
  }

  .volunteer-join-area::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    z-index: -1;
  }

  .volunteer-join-area.volunteer-join-area-page::before {
    display: none;
  }

  .volunteer-join-area.volunteer-join-area-page .volunteer-join {
    margin: auto;
  }

  .volunteer-join {
    max-width: 600px;
    background-color: #fdeed6;
    padding: 50px;
    text-align: center;
  }

  .volunteer-join .volunteer-title {
    margin-bottom: 30px;
    margin-top: -11px;
  }

  .volunteer-join .volunteer-title h2 {
    font-size: 40px;
  }

  .volunteer-join .form-group {
    margin-bottom: 30px;
  }

  .volunteer-join .form-group .form-control {
    background-color: #f99115;
    border: none;
  }

  .volunteer-join .form-group .form-control::-webkit-input-placeholder {
    color: #ffffff;
  }

  .volunteer-join .form-group .form-control:-ms-input-placeholder {
    color: #ffffff;
  }

  .volunteer-join .form-group .form-control::-ms-input-placeholder {
    color: #ffffff;
  }

  .volunteer-join .form-group .form-control::placeholder {
    color: #ffffff;
  }

  .volunteer-join .default-btn {
    display: block;
    width: 100%;
  }

  .volunteer-join .default-btn span {
    display: block;
  }

  /*
  Projects Area Style
  ======================================================*/
  .projects-area {
    position: relative;
    z-index: 1;
  }

  .projects-area .section-title {
    margin-right: auto;
    margin-left: 0;
    text-align: left;
  }

  .projects-area .section-title p {
    margin-right: auto;
    margin-left: 0;
  }

  .projects-area .container-fluid {
    max-width: 1290px;
    padding: 0 !important;
    margin-left: auto;
    margin-right: 0;
  }

  .projects-area .owl-nav {
    margin-top: 0 !important;
    position: absolute;
    top: -140px;
    right: 60px;
  }

  .projects-area .owl-nav [class*=owl-]:hover {
    background-color: transparent;
  }

  .projects-area .owl-theme .owl-next {
    margin: 0;
  }

  .projects-area .owl-theme .owl-next i {
    border: 1px solid #248303;
    color: #248303;
    width: 60px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 26px;
    border-left: none;
    border-radius: 0 50px 50px 0;
  }

  .projects-area .owl-theme .owl-next i:hover {
    background-color: #248303 !important;
    border-color: #248303;
    color: #ffffff !important;
  }

  .projects-area .owl-theme .owl-prev {
    margin: 0;
  }

  .projects-area .owl-theme .owl-prev i {
    border: 1px solid #248303;
    color: #248303;
    width: 60px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 26px;
    border-radius: 50px 0 0 50px;
  }

  .projects-area .owl-theme .owl-prev i:hover {
    background-color: #248303 !important;
    border-color: #248303;
    color: #ffffff !important;
  }

  .single-projects-box {
    position: relative;
    margin-bottom: 30px;
  }

  .single-projects-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.9)));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  }

  .single-projects-box .single-causes-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
  }

  .single-projects-box .single-causes-content h3 {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .single-projects-box .single-causes-content h3 a {
    color: #ffffff;
  }

  .single-projects-box .single-causes-content h3:hover {
    color: #248303;
  }

  .single-projects-box .single-causes-content p {
    color: #ffffff;
  }

  .single-projects-box .single-causes-content .read-more {
    color: #248303;
  }

  /*
  Services Area Style
  ======================================================*/
  .services-area {
    background-image: url(../img/services-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .services-area.services-area-page {
    background-image: none;
  }

  .services-area.services-area-page .single-services-box i {
    color: #f99115;
  }

  .services-area.services-area-page .single-services-box .read-more {
    color: #f99115;
  }

  .services-area.services-area-page .single-services-box.overly-outside::before {
    border-color: #f99115;
  }

  .services-area.services-area-page .single-services-box.overly-outside::after {
    border-color: #f99115;
  }

  .services-area.services-area-page .single-services-box.overly-outside .overly-inside::before {
    border-color: #f99115;
  }

  .services-area.services-area-page .single-services-box.overly-outside .overly-inside::after {
    border-color: #f99115;
  }

  .single-services-box {
    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);
    margin-bottom: 30px;
    padding: 30px;
  }

  .single-services-box i {
    display: inline-block;
    border-radius: 50%;
    font-size: 40px;
    margin-bottom: 20px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: #248303;
    line-height: 1;
  }

  .single-services-box h3 {
    font-size: 25px;
    margin-bottom: 13px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .single-services-box p {
    margin-bottom: 10px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .single-services-box .read-more {
    color: #248303;
  }

  .single-services-box.overly-outside::before {
    border-color: #248303;
  }

  .single-services-box.overly-outside::after {
    border-color: #248303;
  }

  .single-services-box.overly-outside .overly-inside::before {
    border-color: #248303;
  }

  .single-services-box.overly-outside .overly-inside::after {
    border-color: #248303;
  }

  /*
  Committed Area Style
  ======================================================*/
  .committed-area {
    background-image: url(../img/committed-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
  }

  .committed-area::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    z-index: -1;
  }

  .committed-area .container {
    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);
    padding: 50px;
  }

  .single-committed i {
    line-height: 1;
    font-size: 40px;
    color: #248303;
    display: block;
    margin-bottom: 15px;
  }

  .single-committed h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .single-committed .read-more {
    color: #248303;
  }

  .committed-content h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .committed-content .skill-bar {
    margin-bottom: 30px;
  }

  .committed-content .skill-bar .progress-title-holder {
    position: relative;
  }

  .committed-content .skill-bar .progress-title {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    display: inherit;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .committed-content .skill-bar .progress-title mark {
    color: #248303;
    font-weight: 600;
    background-color: transparent;
  }

  .committed-content .skill-bar .progress-number-mark {
    margin-bottom: 4px;
    border-radius: 3px;
    color: #011d49;
    right: 0;
    position: absolute;
    bottom: -8px;
    font-size: 16px;
    font-weight: 600;
  }

  .committed-content .skill-bar .progress-content-outter {
    height: 6px;
    background-color: #dff7cc;
    border-radius: 10px;
  }

  .committed-content .skill-bar .progress-content {
    height: 6px;
    background-color: #248303;
    width: 0%;
    border-radius: 10px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .committed-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 25px;
  }

  .committed-content ul li {
    display: inline-block;
    border: 2px solid #248303;
    width: 100px;
    height: 70px;
    line-height: 67px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #248303;
    margin-right: 10px;
    cursor: pointer;
  }

  .committed-content ul li:last-child {
    margin-right: 0;
  }

  .committed-content ul li.active {
    background-color: #248303;
    color: #ffffff;
  }

  /*====================================================
  INNER PAGE STYLE AREA
  ======================================================*/
  /* 
  Page Title Area Style
  =====================================================*/
  .page-title-area {
    position: relative;
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
    z-index: 1;
    background-color: #f7c78d;
  }

  .page-title-area .page-title-content {
 position: relative;
    margin-top: -10px;
    padding-top: 100px;
  }

  .page-title-area .page-title-content h2 {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .page-title-area .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: -5px;
  }

  .page-title-area .page-title-content ul li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    padding-right: 15px;
    margin-left: 15px;
    font-weight: 500;
  }

  .page-title-area .page-title-content ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    right: -3px;
    background-color: #ffffff;
    width: 1px;
    height: 15px;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }

  .page-title-area .page-title-content ul li:last-child::before {
    display: none;
  }

  .page-title-area .page-title-content ul li a {
    color: #011d49;
  }

  .page-title-area .page-title-content ul li a:hover {
    color: #ffffff;
  }

  .page-title-area .page-title-content ul .active {
    color: #ffffff;
  }

  /*
  User Area CSS
  =====================================================*/
  .user-area-style {
    position: relative;
    z-index: 1;
  }

  .user-area-style .contact-form-action {
    max-width: 635px;
    border-bottom: none;
    -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);
    background-color: #ffffff;
    padding: 30px;
    margin: auto;
  }

  .user-area-style .contact-form-action .account-title {
    margin-bottom: 30px;
  }

  .user-area-style .contact-form-action .account-title h2 {
    font-size: 30px;
    position: relative;
    line-height: 1;
  }

  .user-area-style .contact-form-action form .form-condition {
    margin-bottom: 20px;
  }

  .user-area-style .contact-form-action form .form-condition .agree-label {
    font-weight: 600;
  }

  .user-area-style .contact-form-action form .form-condition .agree-label a {
    color: #f99115;
  }

  .user-area-style .contact-form-action form .form-group {
    margin-bottom: 30px;
  }

  .user-area-style .contact-form-action form .login-action {
    margin-bottom: 30px;
  }

  .user-area-style .contact-form-action form .login-action .log-rem {
    display: inline-block;
  }

  .user-area-style .contact-form-action form .login-action .log-rem label {
    margin-bottom: 0;
  }

  .user-area-style .contact-form-action form .login-action .forgot-login {
    display: inline-block;
    float: right;
  }

  .user-area-style .contact-form-action form .right {
    float: right;
  }

  .user-area-style .contact-form-action p {
    margin-top: 25px;
    line-height: 1;
  }

  .user-area-style .contact-form-action p a {
    color: #011d49;
  }

  .user-area-style .contact-form-action p a:hover {
    color: #f99115;
  }

  .user-area-style .contact-form-action .show {
    text-align: right;
  }

  .user-area-style.recover-password-area .recover {
    max-width: 600px;
    margin: auto;
    border-top: 1px solid #ebebeb;
    padding-top: 30px;
  }

  .user-area-style.recover-password-area .recover .default-btn {
    margin-bottom: 0;
    margin-top: 30px;
  }

  .user-area-style.recover-password-area h3 {
    font-size: 40px;
    margin-top: -11px;
  }

  .user-area-style.recover-password-area p {
    margin-bottom: 30px;
    line-height: 1.8;
  }

  .user-area-style.recover-password-area p a {
    font-weight: 600;
  }

  .user-area-style.recover-password-area .now-register {
    float: right;
    margin: 0;
  }

  /*
  FAQ Area CSS
  ======================================================*/
  .faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
  }

  .faq-accordion .accordion .accordion-item {
    border-radius: 5px;
    display: block;
    background-color: #ffffff;
    margin-bottom: 15px;
    -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);
  }

  .faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
  }

  .faq-accordion .accordion .accordion-title {
    padding: 20px 60px 17px 25px;
    color: #011d49;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
    background-color: #eeeeee;
  }

  .faq-accordion .accordion .accordion-title i {
    position: absolute;
    right: 25px;
    top: 20px;
    font-size: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .faq-accordion .accordion .accordion-title.active i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .faq-accordion .accordion .accordion-title.active i::before {
    content: "\eaf8";
  }

  .faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: -5px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .faq-accordion .accordion .accordion-content p {
    line-height: 1.8;
  }

  .faq-accordion .accordion .accordion-content.show {
    display: block;
  }

  .contact-area #contactForm {
    -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);
    background-color: #ffffff;
    padding: 50px;
  }

  .contact-area #contactForm .form-group {
    margin-bottom: 30px;
  }

  .contact-area #contactForm .form-group.checkboxs {
    position: relative;
  }

  .contact-area #contactForm .form-group.checkboxs #chb2 {
    position: absolute;
    top: 8px;
    left: 0;
  }

  .contact-area #contactForm .form-group.checkboxs p {
    padding-left: 20px;
  }

  .contact-area #contactForm .form-group.checkboxs p a {
    color: #f99115;
  }

  .contact-area #contactForm .form-group.checkboxs p a:hover {
    color: #011d49;
  }

  .contact-area #contactForm #msgSubmit {
    margin-bottom: 0;
    text-align: center;
    margin-top: 30px;
  }

  .contact-area #contactForm .hidden {
    display: none;
  }

  .contact-area #contactForm .list-unstyled {
    margin-top: 10px;
    color: #dc3545;
  }

  label {
    margin-bottom: 12px;
  }

  /*
  Privacy  Area CSS
  ======================================================*/
  .single-privacy {
    max-width: 860px;
    margin: auto;
  }

  .single-privacy h3 {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .single-privacy ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }

  .single-privacy ul li {
    margin-bottom: 20px;
  }

  .single-privacy ul li p {
    position: relative;
    padding-left: 35px;
  }

  .single-privacy ul li p strong {
    position: absolute;
    left: 0;
    top: 0;
  }

  /*
  Terms Conditions Area CSS
  ======================================================*/
  .terms-conditions-area h3 {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .terms-conditions-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }

  .terms-conditions-area ul li {
    margin-bottom: 20px;
  }

  .terms-conditions-area ul li p {
    position: relative;
    padding-left: 35px;
  }

  .terms-conditions-area ul li p strong {
    position: absolute;
    left: 0;
    top: 0;
  }

  /*
  404 Error Area Style
  =====================================================*/
  .error-area {
    text-align: center;
    position: relative;
    z-index: 1;
  }

  .error-area .error-content {
    z-index: 1;
    position: relative;
  }

  .error-area .error-content h1 {
    font-size: 300px;
    line-height: 1;
    font-weight: 700;
    color: #f99115;
    margin-top: -48px;
  }

  .error-area .error-content h1 .a {
    display: inline-block;
  }

  .error-area .error-content h1 .red {
    color: #ff0000;
    display: inline-block;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .error-area .error-content h1 .b {
    display: inline-block;
  }

  .error-area .error-content h3 {
    margin: 30px 0 0;
    position: relative;
    color: #ff0000;
  }

  .error-area .error-content p {
    margin: 20px 0 20px;
    font-size: 19px;
    color: #f99115;
  }

  /*
  Coming Soon Area CSS
  =====================================================*/
  .coming-soon-area {
    height: 100vh;
    position: relative;
    z-index: 1;
  }

  .coming-soon-area .coming-soon-content {
    max-width: 700px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    padding: 40px 60px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    position: relative;
    border: 5px solid #f99115;
  }

  .coming-soon-area .coming-soon-content .logo {
    display: inline-block;
  }

  .coming-soon-area .coming-soon-content h2 {
    font-size: 48px;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .coming-soon-area .coming-soon-content #timer {
    margin-top: 40px;
  }

  .coming-soon-area .coming-soon-content #timer div {
    background-color: #011d49;
    color: #ffffff;
    width: 100px;
    height: 105px;
    border-radius: 5px;
    font-size: 40px;
    font-weight: 800;
    margin-left: 10px;
    margin-right: 10px;
  }

  .coming-soon-area .coming-soon-content #timer div span {
    display: block;
    margin-top: -2px;
    font-size: 17px;
    font-weight: 600;
  }

  .coming-soon-area .coming-soon-content form {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }

  .coming-soon-area .coming-soon-content form .form-group {
    margin-bottom: 25px;
    width: 100%;
    position: relative;
  }

  .coming-soon-area .coming-soon-content form .form-group .label-title {
    margin-bottom: 0;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    color: #011d49;
  }

  .coming-soon-area .coming-soon-content form .form-group .label-title i {
    position: absolute;
    left: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    top: 9px;
    font-size: 22px;
  }

  .coming-soon-area .coming-soon-content form .form-group .label-title::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background: #f99115;
  }

  .coming-soon-area .coming-soon-content form .form-group .input-newsletter {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #eeeeee;
    padding: 0 0 0 32px;
    color: #011d49;
    height: 45px;
    display: block;
    width: 100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 16px;
    font-weight: 400;
    background-color: transparent;
  }

  .coming-soon-area .coming-soon-content form .form-group .input-newsletter::-webkit-input-placeholder {
    color: #032254;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .coming-soon-area .coming-soon-content form .form-group .input-newsletter:-ms-input-placeholder {
    color: #032254;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .coming-soon-area .coming-soon-content form .form-group .input-newsletter::-ms-input-placeholder {
    color: #032254;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .coming-soon-area .coming-soon-content form .form-group .input-newsletter::placeholder {
    color: #032254;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus {
    border-color: #f99115;
    outline: 0 !important;
  }

  .coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::-webkit-input-placeholder {
    color: transparent;
  }

  .coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus:-ms-input-placeholder {
    color: transparent;
  }

  .coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::-ms-input-placeholder {
    color: transparent;
  }

  .coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::placeholder {
    color: transparent;
  }

  .coming-soon-area .coming-soon-content form .default-btn {
    border-radius: 0;
    position: relative;
  }

  .coming-soon-area .coming-soon-content form .default-btn::before {
    border-radius: 0;
  }

  .coming-soon-area .coming-soon-content form .validation-danger {
    margin-top: 15px;
    color: #ff0000;
  }

  .coming-soon-area .coming-soon-content form .validation-success {
    margin-top: 15px;
  }

  .coming-soon-area .coming-soon-content form p {
    margin-bottom: 0;
    margin-top: 20px;
  }

  .coming-soon-area .online-treatment-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
  }

  .coming-soon-area .online-treatment-shape-2 {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  /* 
  Contact Area Style
  =====================================================*/
  .contacts-form {
    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);
    padding: 30px;
  }

  .contacts-form h2 {
    font-size: 40px;
  }

  .contacts-form #contactForm {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }

  .contacts-form .contact-title {
    margin-bottom: 30px;
  }

  .contacts-form .form-group {
    margin-bottom: 30px;
  }

  .list-unstyled {
    color: #dc3545;
    font-size: 14px;
    margin-top: 10px;
  }

  #msgSubmit {
    margin-top: 20px;
  }

  .text-success {
    color: #28a745;
  }

  .hidden {
    display: none;
  }

  .map-area iframe {
    width: 100%;
    height: 500px;
    border: none;
    overflow: hidden;
    display: block;
  }

  /* 
  Contact Info Area Style
  =====================================================*/
  .contact-info {
    background-color: #252628;
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding: 74px 50px;
  }

  .contact-info li {
    position: relative;
    padding-left: 100px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
  }

  .contact-info li a {
    color: #ffffff;
    display: block;
  }

  .contact-info li a:hover {
    color: #f99115;
  }

  .contact-info li h3 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .contact-info li i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 4px;
    background-color: #f99115;
    color: #ffffff;
    text-align: center;
  }

  .contact-info li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }

  /*
  Blog Details Area Style
  ======================================================*/
  .blog-details-content .blog-top-content {
    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);
    padding: 20px;
    margin-bottom: 35px;
  }

  .blog-details-content .blog-top-content .blog-details-img {
    margin-bottom: 30px;
  }

  .blog-details-content .blog-top-content .news-content h3 {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    margin-bottom: 20px;
    font-size: 25px;
  }

  .blog-details-content .blog-top-content .news-content .admin {
    padding-bottom: 5px;
    margin-left: 0;
    padding-left: 0;
  }

  .blog-details-content .blog-top-content .news-content .admin li {
    display: inline-block;
    font-size: 16px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #f99115;
  }

  .blog-details-content .blog-top-content .news-content .admin li:last-child {
    margin-right: 0;
    border-right: none;
  }

  .blog-details-content .blog-top-content .news-content .admin li i {
    color: #f99115;
    font-size: 18px;
    position: relative;
    top: 1px;
    margin-right: 5px;
  }

  .blog-details-content .blog-top-content blockquote {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: rgba(249, 145, 21, 0.3);
    padding: 30px;
  }

  .blog-details-content .blog-top-content blockquote p {
    font-weight: 600;
    font-size: 16px;
    color: #011d49;
    padding-left: 60px;
    margin-bottom: 0;
    font-style: italic;
  }

  .blog-details-content .blog-top-content blockquote i {
    font-size: 50px;
    color: #f99115;
    position: absolute;
    top: 30px;
    left: 30px;
    line-height: 1;
  }

  .blog-details-content .news-content-2 {
    margin-bottom: 30px;
  }

  .blog-details-content .news-content-2 h3 {
    font-size: 24px;
  }

  .blog-details-content .single-blog-post-img {
    margin-bottom: 30px;
  }

  .blog-details-content .comments {
    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);
    padding: 20px;
    margin-bottom: 35px;
  }

  .blog-details-content .comments h3 {
    margin-bottom: 30px;
    font-size: 24px;
    position: relative;
    display: inline-block;
  }

  .blog-details-content .comments ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }

  .blog-details-content .comments ul li {
    position: relative;
    padding-left: 100px;
    margin-bottom: 30px;
  }

  .blog-details-content .comments ul li:last-child {
    margin-bottom: 0;
  }

  .blog-details-content .comments ul li img {
    margin-bottom: 20px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
  }

  .blog-details-content .comments ul li h3 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 16px;
    padding-left: 0;
  }

  .blog-details-content .comments ul li h3::before {
    display: none;
  }

  .blog-details-content .comments ul li span {
    display: block;
    margin-bottom: 15px;
  }

  .blog-details-content .comments ul li a {
    font-size: 14px;
    font-weight: 600;
  }

  .blog-details-content .comments ul li a:hover {
    letter-spacing: 1px;
  }

  .blog-details-content .comments ul li a i {
    margin-right: 5px;
  }

  .blog-details-content .leave-reply {
    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);
    padding: 20px;
  }

  .blog-details-content .leave-reply .star {
    color: #ff0018;
  }

  .blog-details-content .leave-reply h3 {
    margin-bottom: 30px;
    font-size: 24px;
    position: relative;
    display: inline-block;
  }

  .blog-details-content .leave-reply p {
    margin-bottom: 30px;
  }

  .blog-details-content .leave-reply .form-group {
    margin-bottom: 25px;
  }

  .blog-details-content .leave-reply .form-group #chb1 {
    margin-right: 5px;
  }

  .blog-details-content .leave-reply .form-group label {
    margin-bottom: 10px;
  }

  .blog-details-content .leave-reply input[type=checkbox], .blog-details-content .leave-reply input[type=radio] {
    margin-right: 5px;
    position: relative;
    top: 1px;
  }

  .sidebar-widget {
    margin-bottom: 35px;
    position: relative;
    padding: 20px;
    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);
  }

  .sidebar-widget h3 {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    margin-top: -5px;
    display: inline-block;
  }

  .sidebar-widget.search .search-form {
    background-color: #ffffff;
  }

  .sidebar-widget.search .search-form .search-button {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #f99115;
    top: 20px;
    right: 20px;
    font-size: 20px;
    color: #ffffff;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .sidebar-widget.search .search-form .search-button:hover {
    background-color: #011d49;
  }

  .sidebar-widget.recent-post ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
  }

  .sidebar-widget.recent-post ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding-left: 90px;
  }

  .sidebar-widget.recent-post ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }

  .sidebar-widget.recent-post ul li a {
    font-size: 16px;
    color: #011d49;
    margin-bottom: 10px;
    font-weight: 600;
  }

  .sidebar-widget.recent-post ul li a:hover {
    color: #f99115;
  }

  .sidebar-widget.recent-post ul li a img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .sidebar-widget.recent-post ul li span {
    display: block;
    font-size: 14px;
  }

  .sidebar-widget.categories ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
  }

  .sidebar-widget.categories ul li {
    position: relative;
    margin-bottom: 10px;
    font-size: 17px;
    position: relative;
    padding-left: 20px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
  }

  .sidebar-widget.categories ul li a span {
    float: right;
  }

  .sidebar-widget.categories ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #f99115;
  }

  .sidebar-widget.categories ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .sidebar-widget.tags ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .sidebar-widget.tags ul li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .sidebar-widget.tags ul li a {
    border: 1px solid #eeeeee;
    padding: 8px 12px;
    display: inline-block;
  }

  .sidebar-widget.tags ul li a:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    background-color: #f99115;
    color: #ffffff;
    border-color: #f99115;
  }

  .sidebar-widget.tags ul li:last-child {
    margin-bottom: 0;
  }

  /*
  Event Details Area Style
  ======================================================*/
  .event-details-content .event-details-img {
    margin-bottom: 30px;
  }

  .event-details-content .single-content {
    margin-bottom: 30px;
  }

  .event-details-content .single-content h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .event-details-content .single-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 15px;
  }

  .event-details-content .single-content ul li {
    position: relative;
    font-weight: 600;
    margin-bottom: 15px;
    padding-left: 20px;
  }

  .event-details-content .single-content ul li:last-child {
    margin-bottom: 0;
  }

  .event-details-content .single-content ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #f99115;
  }

  .map-img {
    position: relative;
    max-width: 600px;
    margin: 0 auto 30px;
  }

  .map-img .single-location {
    position: absolute;
    top: 75px;
    left: 60px;
    cursor: pointer;
  }

  .map-img .single-location span {
    font-weight: 600;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    left: -15px;
    top: 20px;
    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);
    padding: 10px;
    color: #f99115;
    border-radius: 4px;
  }

  .map-img .single-location:hover span {
    opacity: 1;
  }

  .map-img .single-location.video-btn {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .map-img .single-location.video-btn i {
    font-size: 20px;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
  }

  .map-img .single-location.location-two {
    left: 300px;
    top: 35px;
  }

  .map-img .single-location.location-three {
    left: 300px;
    top: 200px;
  }

  .map-img .single-location.location-four {
    left: 450px;
    top: 100px;
  }

  .map-img .single-location.location-five {
    left: 520px;
    top: 300px;
  }

  .map-img .single-location.location-six {
    left: 130px;
    top: 250px;
  }

  /*
  Causes Details Area Style
  ======================================================*/
  .causes-details-content .causes-details-img {
    margin-bottom: 30px;
  }

  .causes-details-content .single-content {
    margin-bottom: 30px;
  }

  .causes-details-content .single-content h3 {
    font-size: 25px;
  }

  /*
  Services Details Area Style
  ======================================================*/
  .services-details-content {
    max-width: 860px;
    margin: auto;
  }

  .services-details-content .services-details-img {
    margin-bottom: 30px;
  }

  .services-details-content .single-content {
    margin-bottom: 30px;
  }

  .services-details-content .single-content h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  /*====================================================
  OTHERS STYLE AREA
  ======================================================*/
  /*
  Preloader Area Style*/
  .preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #3551a2;
    top: 0;
    left: 0;
    z-index: 99999;
  }

  .preloader .lds-ripple {
    position: relative;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .preloader .lds-ripple div {
    position: absolute;
    border: 2px solid #ffffff;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
            animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }

  .preloader .lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
  }

  .preloader::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
    z-index: -1;
    background: #3551a2;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .preloader::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
    z-index: -1;
    background: #3551a2;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    left: auto;
    right: 0;
  }

  .preloader.preloader-deactivate {
    visibility: hidden;
  }

  .preloader.preloader-deactivate::after {
    width: 0;
  }

  .preloader.preloader-deactivate::before {
    width: 0;
  }

  .preloader.preloader-deactivate .loader {
    opacity: 0;
    visibility: hidden;
  }

  .preloader.preloader-three::before {
    background-color: #248303;
  }

  .preloader.preloader-three::after {
    background-color: #248303;
  }

  @-webkit-keyframes lds-ripple {
    0% {
      top: 28px;
      left: 28px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: -1px;
      left: -1px;
      width: 58px;
      height: 58px;
      opacity: 0;
    }
  }

  @keyframes lds-ripple {
    0% {
      top: 28px;
      left: 28px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: -1px;
      left: -1px;
      width: 58px;
      height: 58px;
      opacity: 0;
    }
  }

  /*
  Go Top Style*/
  .go-top {
    position: fixed;
    cursor: pointer;
    top: 82%;
    right: -10%;
    background-color: #bf2332;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    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: 20px;
  }

  .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%;
    z-index: -1;
    background-color: #f99115;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .go-top:hover {
    color: #ffffff;
    background-color: #f99115;
  }

  .go-top:hover::before {
    opacity: 1;
    visibility: visible;
  }

  .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(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 82%;
  }

  .go-top.go-top-three {
    background-color: #248303;
  }

  .go-top.go-top-three::before {
    background-color: #248303;
  }

  /*
  Video wave Style*/
  .video-btn {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 0;
    color: #f99115;
    position: relative;
    top: 3px;
    z-index: 1;
    background-color: rgba(249, 145, 21, 0.9);
    border-radius: 50%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .video-btn i {
    font-size: 42px;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
  }

  .video-btn::after, .video-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 0;
    border-radius: 50%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-animation: ripple 1.6s ease-out infinite;
            animation: ripple 1.6s ease-out infinite;
    background-color: rgba(249, 145, 21, 0.9);
  }

  .video-btn:hover::before, .video-btn:hover::after {
    background-color: rgba(249, 145, 21, 0.9);
  }

  @-webkit-keyframes ripple {
    0%, 35% {
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 1;
    }
    50% {
      -webkit-transform: scale(1.5);
              transform: scale(1.5);
      opacity: 0.8;
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(2);
              transform: scale(2);
    }
  }

  @keyframes ripple {
    0%, 35% {
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 1;
    }
    50% {
      -webkit-transform: scale(1.5);
              transform: scale(1.5);
      opacity: 0.8;
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(2);
              transform: scale(2);
    }
  }

  .video-btn-2 span {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    content: "";
    display: block;
    border-radius: 50%;
    width: 90px;
    height: 90px;
  }

  .video-btn-2 span::after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 0.1px solid #f99115;
    -webkit-animation: videoTwo 8s linear infinite;
            animation: videoTwo 8s linear infinite;
  }

  .video-btn-2 span::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 0.1px solid #f99115;
    -webkit-animation: videoTwo 8s linear infinite;
            animation: videoTwo 8s linear infinite;
  }

  .video-btn-2 span:nth-child(1)::after {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }

  .video-btn-2 span:nth-child(1)::before {
    -webkit-animation-delay: 5s;
            animation-delay: 5s;
  }

  .video-btn-2 span:nth-child(2)::after {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }

  .video-btn-2 span:nth-child(2)::before {
    -webkit-animation-delay: 6s;
            animation-delay: 6s;
  }

  .video-btn-2 span:nth-child(3)::after {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }

  .video-btn-2 span:nth-child(3)::before {
    -webkit-animation-delay: 7s;
            animation-delay: 7s;
  }

  .video-btn-2 span:nth-child(4)::after {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
  }

  .video-btn-2 i {
    width: 90px;
    height: 90px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background: #ffffff;
    color: #f99115;
    border: 5px solid #f99115;
    font-size: 60px;
  }

  .video-btn-2.video-btn-3 i {
    color: #248303;
    border-color: #248303;
  }

  .video-btn-2.video-btn-3 span::before {
    border: 0.1px solid #248303;
  }

  .video-btn-2.video-btn-3 span::after {
    border: 0.1px solid #248303;
  }

  @-webkit-keyframes videoTwo {
    0% {
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
      opacity: 1;
    }
    100% {
      -webkit-transform: translate(-50%, -50%) scale(5);
              transform: translate(-50%, -50%) scale(5);
      opacity: 0;
    }
  }

  @keyframes videoTwo {
    0% {
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
      opacity: 1;
    }
    100% {
      -webkit-transform: translate(-50%, -50%) scale(5);
              transform: translate(-50%, -50%) scale(5);
      opacity: 0;
    }
  }

  /*
  Nice select Area Style*/
  .nice-select .list {
    width: 100%;
    border-radius: 0;
    height: 200px;
    overflow-y: scroll;
  }

  .nice-select .option:hover {
    background-color: #f99115;
    color: #ffffff;
  }

  .nice-select .option.selected.focus {
    color: #f99115;
  }

  .nice-select .current {
    font-size: 16px;
  }

  /*
  Page-navigation Area Style*/
  .pagination-area {
    margin-top: 10px;
    text-align: center;
  }

  .pagination-area .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #011d49;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 17px;
    background-color: #f5f6fa;
    border: 1px solid #d7d7d7;
  }

  .pagination-area .page-numbers:hover {
    color: #ffffff;
    border-color: #f99115;
    background-color: #f99115;
  }

  .pagination-area .page-numbers i {
    position: relative;
    font-size: 25px;
    top: 5px;
  }

  .pagination-area .page-numbers.current {
    color: #ffffff;
    border-color: #f99115;
    background-color: #f99115;
  }

  /*
  Overly Area Style*/
  .overly-outside {
    position: relative;
    z-index: 1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .overly-outside::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 2px solid #3cb54f;
    border-left: 2px solid #3cb54f;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
  }

  .overly-outside::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 2px solid #3eb650;
    border-right: 2px solid #3eb650;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
  }

  .overly-outside .overly-inside::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 2px solid #3eb650;
    border-left: 2px solid #3eb650;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
  }

  .overly-outside .overly-inside::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 2px solid #3eb650;
    border-right: 2px solid #3eb650;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
  }

  .overly-outside:hover {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
  }

  .overly-outside:hover::before {
    width: 25%;
    height: 25%;
    top: 0;
    bottom: auto;
    opacity: 1;
  }

  .overly-outside:hover::after {
    width: 25%;
    height: 25%;
    top: 0;
    bottom: auto;
    opacity: 1;
  }

  .overly-outside:hover .overly-inside::before {
    width: 25%;
    height: 25%;
    top: auto;
    bottom: 0;
    opacity: 1;
  }

  .overly-outside:hover .overly-inside::after {
    width: 25%;
    height: 25%;
    top: auto;
    bottom: 0;
    opacity: 1;
  }

  /*
  Tabs Area Style*/
  .tab .tabs_item {
    display: none;
  }

  .tab .tabs_item:first-child {
    display: block;
  }
  /*# sourceMappingURL=style.css.map */


  .desktop-nav img {
      width: 310px;
  }

  .header-right-content ul li {
      list-style: none;
      display: inline-block;
      padding: 6px;
      border: 1px solid;
      color: #fff;
  }
  .header-right-content ul  {

    margin-bottom: 0px  
  }

  .header-right-content ul li a {

    color: #fff
  }

  a.default-btn:hover{

    color: #fff;
    font-weight: 500
  }

  .navbar-area.is-sticky img {
      width: 210px;
  }

  .image-holder {
      position: relative;
      display: block;
      padding-right: 50px;
      margin-right: 40px;
  }

  .image-holder .image-1 {
      position: relative;
  }

  .image-holder .image-1:before{

    position: absolute;
      top: 0;
      left: -75%;
      display: block;
      content: '';
      width: 50%;
      height: 100%;
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 42556, 255, 0)), to(rgba(255, 255, 255, .3)));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
      -webkit-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
      transform: skewX(-25deg);
  }

  .about-style-three #content_block_1 .image-holder .image-1 img {
      width: 100%;
      box-shadow: 0px 3px 10px rgb(208 201 201 / 70%);
      /* box-shadow: inset 0 -3em 3em rgb(0 0 0 / 50%), 0 0 0 2px rgb(255 255 255), 0.3em 0.3em 1em rgb(0 0 0 / 60%); */
      border-radius: 50%;
      height: 100%;
  }

  .image-holder .image-2 {
      position: absolute;
      right: 7px;
      bottom: 0px;
  }

  figure.image-2 img {
      border-radius: 50%;
      width: 320px;
      height: 320px;
  }

  figure.image-1 img {
      border-radius: 0px 50px 0px 50px;
  }

  /*.about-area {
      padding: 60px 0px;
  }

  */

  .title-tag:hover {
      background: #f44336;
      color: #fff;
  }

  .title-tag:hover a{

    color: #fff
  }
  .title-tag {
       background: #ffffff;
      text-align: center;
      width: 100%;
      padding: 22px 40px;
      line-height: 21px;
      font-size: 18px;
  }
  .causes-area.causes-area-two {
      padding: 10px 0px;
  }

  .overly-inside img {
      width: 70px;
      height: 70px;
  }

  .about-img img {
      border-radius: 45px 0px 45px 0px;
  }

  .donate-now-btn {
      background: #35afe2;
  }

  .gallery-section img {
      border: 2px solid #f8f7f7;
      border-radius: 4px;
  }

  .causes-area-two .section-title {
      margin-right: auto;
      margin-left: 0;
      text-align: left;
  } 

  footer.footer-area {
      padding: 59px 30px 3px;
      background: #363636
  }

/*  @media only screen and (max-width: 991px){
  body{
  display: none;
  }
  html:before{
  content: "This Website View Currently Available on Desktops only";
  padding:20%;
  text-align: center;
  font-size: 30px;
  display: block;
  }
  }*/

  li.nav-item.donate-btn a {
      background: #940a25;
      text-transform: uppercase;
      color: #ffffff;
        transition: all .2s;
      border-width: 0px;
      border-style: solid;
      border-color: #ffffff;
      border-radius: 0;
      
      color: #fff !important;

      padding: 8px 16px !important;
  }

  li.nav-item.donate-btn a:hover {
      background: #000;
  }


  .header-section {
      background-color: #f5f5f5;
      background-position: left top;
      background-repeat: no-repeat;
      padding-top: 0px;
      padding-right: 30px;
      padding-bottom: 10px;
      padding-left: 30px;
      border-top-width: 0px;
      border-bottom-width: 0px;
      border-color: #eae9e9;
      border-top-style: solid;
      border-bottom-style: solid;
  }

  section.causes-area p {
      font-size: 15px;
      margin: 0 0 0 0;
      color: #000;1
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
  }

  .inner-div {
      padding: 0px 25px;
  }

  .about-img img {
      width: 450px;
  }

  section.what-we-do.about-area-two {
    padding-top: 45px;
}

section.counter-area h2 {
    color: #262e44;
    font-size: 48px;
    font-weight: 400;
    text-align: center;
}

.counter-area {
    /* background-color: #fdeed6; */
    padding-top: 7px;
    padding-bottom: 20px;
}

.left-div {
    background: #940a25;
    text-transform: uppercase;
    color: #ffffff;
    width: 100% !important;
    padding: 10px 20px;
    font-weight: 400;
    letter-spacing: 2px;
}

.left-div a {
    color: #fff;
}

.left-div:hover{

  background : #000;
}

section.help-people-area a {
    background: #930b24;
    color: #fff;
    padding: 11px 20px;
    text-align: center;
}

.help-people-area p {
    margin-bottom: 30px;
}

.inner-div p {
    margin: 0 0 0 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inner-div a {
    color: #940a25;
    font-size: 14px;
    font-weight: 500;
    
}

.service-section a {
      background: #ff9800;
    padding: 10px 20px;
    border-radius: 3px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: 10px;
    text-transform: uppercase;
    color: #000 ;
  
}

.service-section  p{

  margin-bottom: 25px
}

.service-section a:hover{

  background : #000;
  color: #fff
}

.people-img-one-1 span {
    width: 182px;
    height: 3.8px;
    background-color: #e1e1e1;
    display: block;
    margin: 0px auto;
  
}

.people-img-one-1 p {
    margin-bottom: 40px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: 300;
}

.get-involv {

    background: #ff9800 !important;
}

.people-img-one-1 a {
    padding: 11px 40px !important;
  
    /* margin-top: 22px !important; */
}

.follow-us h3 {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    font-style: normal;
}

.follow-us ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 4px;
}

.follow-us ul {

  padding-left: 0px;
  margin-top: 10px
}

.follow-us ul li .fab.fa-facebook-f {

  color: #3b5998
}

.follow-us ul li .fab.fa-twitter{

  color: #55acee
}

.follow-us ul li .fab.fa-instagram{

  color: #3f729b
}

.follow-us ul li  .fab.fa-linkedin-in{

  color: #0077b5
}

.follow-us {
    margin-top: 20px !important;
}

.slider-btn a:hover {

  color: #fff !important
}

ul.list-menu-btn li {
    list-style: none;
    display: inline-block;
}

.page-title-content h3 {
    color: rgb(255, 255, 255);
    font-size: 72px;
    line-height: 86px;
    font-weight: 400;
}

.page-title-content p {
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
}

.common-right-cls p {
    font-size: 20px;
    color: #262e44;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    padding: 50px 8%;
}

.common-left-cls img {
   width: 300px;
    height: 300px;
    object-fit: cover;
    box-shadow: 0 9px 10px rgb(0 0 0 / 6%);
}

.second-common-left-cls img {
    width: 600px !important;
    height: 340px;
    object-fit: cover;
}

ul.list-menu-sectrion li {
    list-style: decimal;
}

ul.list-menu-sectrion li {
    list-style: decimal;
    font-size: 16px;
    line-height: 28px;
}

.section3-content ul li {
    list-style: disc;
    line-height: 28px;
    font-size: 16px;
}

section.key-impact h2 {
    color: #262e44;
    font-size: 48px;
    font-weight: 400;
    text-align: center;
}

section.key-impact a {
    padding: 13px 29px;
    line-height: 17px;
    font-size: 17px;
    color: #fff;
    margin-top: 10px !important;
    background: #940a25;
}

section.work-difference p {
    font-size: 20px;
    margin-top: 20px;

}

section.list-menu-sction ul li {
   list-style: none;
    line-height: 65px;
    font-size: 17px;
  
    text-align: center;
}

section.list-menu-sction ul li a{
    color: #fff;
    font-size: 15px;
    text-align: center;
      background: #940a25;
    
    padding: 10px;
    color: #fff;
    padding: 13px 29px;
}

section.list-menu-sction ul li a:hover {
    background: #000;
}

section.section-6-content strong {
    font-size: 17px;
}

.page-title-content a {
     border-width: 0px;
    border-color: #ffffff;
    background: #940a25;
    padding: 14px 20px;
    padding: 13px 29px;
    line-height: 68px;
    font-size: 17px;
    color: #fff;
    margin-top: 20px !important;
}

section.section-5-content label {
    font-size: 17px;
    white-space: nowrap;
}

button.btn.submit-btn {
    padding: 13px 32px;
    line-height: 17px;
    font-size: 14px;
    background: #940a25;
    text-transform: uppercase;
    /* background: red; */
    color: #fff;
    border-radius: 2px;
    border-width: 0px;
    border-style: solid;
    border-color: #ffffff;
    border-radius: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -webkit-border-radius: 0;
} 




.donate-form-page {

  position: relative;
}

.donate-form-page .form-check {
    position: absolute;
    top: 8px;
    /* right: 13px; */
    margin-left: 16px;
}

.special-font p {
    font-family: 'Montserrat', sans-serif;
}

.take-home-ratons {
    width: 520px;
    height: 347px;
    object-fit: cover;
}

section.key-impact {
    padding-bottom: 25px;
}

a.btn.view-btn {
    padding: 13px 29px;
    line-height: 17px;
    font-size: 15px;
    color: #fff;
    margin-top: 10px !important;
    background: #940a25;
    border-radius: 0px;
}


.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background : #fff;
}

.sticky + .content {
  padding-top: 102px;
}

.sticky img{

  width: 230px
}

.left-side-gallery input {
    position: absolute;
    left: 9px;
    top: 7px;
    font-size: 20px;
}

.left-side-gallery {
    position: relative;
}

.service-section {
    background: #f3f3f3;
    padding: 50px 0px;
}

.js .animate-box {
    opacity: 0;
}

.rooms2 {
    position: relative;
}


.rooms2 figure {
    margin: 0;
    position: relative;
    width: 66.666667%;
    margin-left: auto;
}

.rooms2 .caption {
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    padding: 4% 4% 4% 0;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.rooms2 .caption h3 {
    font-size: 24px;
    color: #297ABE;
    margin-bottom: 0px;
}

.rooms2:last-child {
    margin-bottom: 20px;
}

.rooms2 figure {
    margin: 0;
    position: relative;
    width: 66.666667%;
    margin-left: auto;
}
.rooms2.left figure {
    margin-left: 0;
    margin-right: auto;
}

.rooms2.left .caption {
    left: auto;
    right: 0;
    background: #fff;
    padding: 4% 0 4% 4%;
}

.rooms2 .caption {
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    padding: 4% 4% 4% 0;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.demo{ background: #262526; }
.our-team{
    padding: 20px 15px 30px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
}
.our-team .pic{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 10px;
    margin-bottom: 25px;
    transition: all 0.5s ease 0s;
}
.our-team:hover .pic{
    background: #940a25;
    border-radius: 50%;
}
.pic img{
  width: 226px !important;
    height: 226px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0px auto;
}




.rooms2.left .caption p{
  text-align: justify;
}
.our-team .title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #2e282a;
    text-transform: uppercase;
    margin: 0 0 7px 0;
}
.our-team .post{
    display: block;
    font-size: 15px;
    color: #940a25;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.our-team .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.our-team .social li{
    display: inline-block;
    margin-right: 5px;
}
.our-team .social li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 15px;
    color: #17bebb;
    border: 1px solid #17bebb;
    transition: all 0.5s ease 0s;
}
.our-team:hover .social li a{
    background: #17bebb;
    color: #fff;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}

section.board-of-directors {
    background: #eee;
    padding: 70px 0px;
}

.our-team-1{
    padding: 30px 0 40px;
    background: #f7f5ec;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.our-team-1 .pic-1{
    display: inline-block;
    width: 130px;
    height: 130px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
}
.our-team-1 .pic-1:before{
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background: #524691;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.2;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}
.our-team-1:hover .pic-1:before{ height: 100%; }
.our-team-1 .pic-1:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #2a479c;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.our-team-1 .pic-1 img{
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}
.our-team-1:hover .pic-1 img{
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}
.our-team-1 .team-content{ margin-bottom: 30px; }
.our-team-1 .title{
    font-size: 22px;
    font-weight: 700;
    color: #4e5052;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.our-team-1 .post{
    display: block;
    font-size: 15px;
    color: #4e5052;
    text-transform:capitalize;
}
.our-team-1 .social{
    width: 100%;
    padding: 0;
    margin: 0;
    background: #eb1768;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
}
.our-team-1:hover .social{ bottom: 0; }
.our-team-1 .social li{ display: inline-block; }
.our-team-1 .social li a{
    display: block;
    padding: 10px;
    font-size: 17px;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.our-team-1 .social li a:hover{
    color: #eb1768;
    background: #f7f5ec;
}
@media only screen and (max-width: 990px){
    .our-team-1{ margin-bottom: 30px; }
}

.section-title h2 {
    font-size: 33px;
}

.partners {
    background: #fefaf5;
    padding: 60px 0px;
}

.our-team-3 {
    background: #f9f7f7;
    padding: 20px 20px;
    border-radius: 16px;
}

.our-team-3 h3 {
        font-size: 19px;
    margin-bottom: 0px;
    margin-top: 14px;

}

.our-team-3 .team-content {

  text-align: center;
}

.our-team-3 .post {
    font-size: 13px;
}

.news .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.position-re {
    position: relative;
}

.o-hidden {
    overflow: hidden;
}

.news .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(100%);
}

.news .item .date {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    padding: 5px 10px;
    text-align: center;
}

.news .item .con {
    margin: -155px 20px 90px;
    padding: 20px;
    background-color: #f8f5f0 !important;
    border: 1px solid #f8f5f0;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -90px;
    position: relative;
}

.news .item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.news {
    padding: 60px 0px;
}

.category a {
    font-size: 22px;
    font-weight: 700;
}

.news .item .con p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
}

.blog-card__image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.blog-grid {
    background: #efeeee;
    padding: 60px 0px;
}

.blog-card__content h3 a {
    font-size: 20px;
    font-weight: 600!important;
    text-overflow: ellipsis!important;
    white-space: nowrap;
    overflow: hidden;
}

.blog-card__content p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.books {
    padding: 70px 0px;
}

.books-inner-div p {
    background: #940a25;
    padding: 10px;
    color: #fff;
    font-weight: 500;
    /* font-weight: 600!important; */
    text-overflow: ellipsis!important;
    white-space: nowrap;
    overflow: hidden;
}

section.reports {
    padding: 70px 0px;
}

section.reports i{
    color: #940a25;
}

table {

  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.wdtab {
    background-position: center center !important;
    background-repeat: no-repeat;
    text-align: center;
    padding: 170px 0px 170px 0px;
    background-size: cover;
}

.wdtab p:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 5px;
    background-color: #940a25;
    top: 0;
    left: 50%;
    margin-left: -30px;
}

.wdtab h3 {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 67px;
}

.wdtab p {
    margin: 200px auto 0px auto;
    padding: 0px;
    color: #fff;
    position: relative;
    padding-top: 20px;
    max-width: 250px;
    height: 100px;
}

.wdtab a {
    border: solid 2px #940a25;
    padding: 10px 10px;
    display: inline-block;
    max-width: 470px;
    width: 100%;
    font-size: 23px;
    text-transform: uppercase;
    color: #fff !important;
    margin-top: 100px;
    cursor: pointer;
}

.inputSelect {
    text-align: left;
    padding-left: 5px;
    margin-top: 20px;
}

.inputSelect select {
       border: none;
    border-bottom: dashed 1px #d7d7d7;
    min-width: 160px;
    padding-right: 20px;
    background-position: right -15px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 13px;
    color: #2c2c2c;
}

.form-select:focus {

  border-color: inherit;
  box-shadow: inherit;
}



ul.price-list li {
    font-size: 20px;
    color: #fff;
    background-color: #940a25;
    display: inline-block;
    padding: 0px 6px;
}

ul.price-list {
    margin-top: 14px;
    padding-left: 0px;
}
.price-list li a {
    color: #fff;
    font-size: 14px;
}

.conct-div {
    text-align: center;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 5px;
    height: 169px;
}

.pdf-div h3 {

  text-align: center;
}

.pdf-div h3 a {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.pdf-div {

  text-align: center;
}

.pdf-div img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}


/* Button Container */
.tender-btn {
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

/* Default Button Style */
.tender-btn a {
    display: inline-block;
    padding: 10px 10px;
    background-color: #020202;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    transition: background 0.3sease-in-out, color 0.3sease-in-out;
    border-radius: 5px;
    z-index: 1;
}

/* Hover Effect */
.tender-btn a:hover {
    background-color: #f5b736; /* Darker shade on hover */
}

/* Before and After Pseudo-elements */
.tender-btn::before,
.tender-btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: rgba(255, 255, 255, 0.2);
    transition: left 0.4s ease-in-out;
    z-index: 0;
}

/* Adds a right-to-left shine effect */
.tender-btn::after {
    left: 100%;
}

/* Shine effect on hover */
.tender-btn:hover::before {
    left: 0;
}

.tender-btn:hover::after {
    left: 0;
}


/* Breadcrumb Section */
.breadcrumb-section {
    background-color: #f8f9fa;
    padding: 50px 0;
}

/* Breadcrumb Container */
.breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}

/* Breadcrumb Items */
.breadcrumb li {
    display: flex;
    align-items: center;
    font-size:20px;
}

/* Links */
.breadcrumb li a {
    text-decoration: none;
    color: #007bff;
    transition: color 0.3s ease-in-out;
}

/* Hover Effect */
.breadcrumb li a:hover {
    color: #0056b3;
}

/* Separator */
.breadcrumb li:not(:last-child)::after {
    content: "›";
    margin: 0 10px;
    color: #555;
    font-weight: bold;
}

/* Active Page */
.breadcrumb li.active {
    color: #333;
    font-weight: 600;
}

.tender-notice-section {
            padding: 50px 0;
            background-color: #fff;
        }

        .tender-item {
    position: relative;
    text-align: center;
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3sease, box-shadow 0.3sease;
    overflow: hidden;
    border: 2px solid #c63a47;
}

        .tender-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
        }

        .tender-item img {
            width: 100%;
            height: 300px;
            object-fit: contain;
            border-radius: 5px;
            transition: transform 0.3s ease;
        }

        .download-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: rgba(0, 0, 0, 0.7);
            color: #fff;
            border: none;
            padding: 10px 15px;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
            font-weight: bold;
            opacity: 0;
            transition: opacity 0.3s ease, background 0.3s ease;
        }

        .tender-item:hover .download-btn {
            opacity: 1;
        }

        .download-btn:hover {
            background: rgba(0, 0, 0, 0.9);
        }
        
        
        .tender-item a{
            font-size:16px;
        }

.tender-notice-section{
    padding:60px 0px;
}

.tender-head{
    padding:0px 0px;
    margin-bottom:20px;
}

.tender-text h3 {
    font-size: 16px;
    margin-top: 15px;
    text-align: center;
    font-weight: 600;
}
 