@charset "UTF-8";

/*===================================================================
[Table Of Content]

    * Typography CSS
    * Common CSS
    * Main Navigation CSS
    * Header CSS
    * Home Slider CSS
    * About CSS
    * Causes CSS
    * Donate CSS
    * Team CSS
    * Brand Logo CSS
    * Form CSS
    * Blog CSS
    * Contact CSS
    * Footer CSS

=====================================================================*/
/*
-----------------------------------------------------------------------
  Typography CSS
-----------------------------------------------------------------------
*/
body {
  color: #595959;
  font-size: 0.9375rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
  overflow-x: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}



h1,
h2,
h4,
h5,
h6,
.h1,
.h2,
.h4,
.h5,
.h6 {
  color: #001d23;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 0;
}

h3,
.h3 {
  color: #fff;
  font-size: 120px;
  font-family: 'poppinsregular', sans-serif;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 0;
}


a {
  position: relative;
  color: #fc6539;
  text-decoration: none;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}

a:hover,
a:active,
a:focus {
  box-shadow: none;
  color: #e53603;
  outline: hidden;
  text-decoration: none;
}

a img {
  border: none;
}

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

p {
  margin-bottom: 30px;
  font-family: 'poppinsregular', sans-serif;
  font-size: 16px;

}

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

:active,
:focus {
  box-shadow: none;
  outline: none !important;
}

::selection {
  background: #fc6539;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #fc6539;
  /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #fc6539;
  /* Safari */
  color: #fff;
  text-shadow: none;
}

img {
  max-width: 100%;
}

iframe {
  border: none !important;
}

textarea:focus,
textarea:active,
input:focus,
input:active {
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 30px;
}

table p {
  margin-bottom: 0;
}


@font-face {
  font-family: 'poppinsbold';
  src: url('../fonts/poppins-bold-webfont.eot');
  src: url('../fonts/poppins-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
       url('../fonts/poppins-bold-webfont.woff') format('woff'),
       url('../fonts/poppins-bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'poppinsmedium';
  src: url('../fonts/poppins-medium-webfont.eot');
  src: url('../fonts/poppins-medium-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
       url('../fonts/poppins-medium-webfont.woff') format('woff'),
       url('../fonts/poppins-medium-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'poppinsregular';
  src: url('../fonts/poppins-regular-webfont.eot');
  src: url('../fonts/poppins-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
       url('../fonts/poppins-regular-webfont.woff') format('woff'),
       url('../fonts/poppins-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'poppinssemibold';
  src: url('../fonts/poppins-semibold-webfont.eot');
  src: url('../fonts/poppins-semibold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
       url('../fonts/poppins-semibold-webfont.woff') format('woff'),
       url('../fonts/poppins-semibold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinsextrabold';
  src: url('../fonts/poppins-extrabold-webfont.eot');
  src: url('../fonts/poppins-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/poppins-extrabold-webfont.woff2') format('woff2'),
       url('../fonts/poppins-extrabold-webfont.woff') format('woff'),
       url('../fonts/poppins-extrabold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'latolight';
  src: url('../fonts/lato-light-webfont.eot');
  src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/lato-light-webfont.woff2') format('woff2'),
       url('../fonts/lato-light-webfont.woff') format('woff'),
       url('../fonts/lato-light-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Bold.eot');
  src: url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Raleway-Bold.woff2') format('woff2'),
      url('../fonts/Raleway-Bold.woff') format('woff'),
      url('../fonts/Raleway-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*
-----------------------------------------------------------------------
  Common CSS
-----------------------------------------------------------------------
*/
.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width:1200px) {
  .container {
    max-width: 1200px;
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: 767px;
    overflow-x: hidden;

  }
  .elologoinamb{
      max-width:150px;
  }
}

@media only screen and (max-width: 480px) {
  .container {
    max-width: 480px;
    overflow-x: hidden;

  }
}





.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row>[class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}



.section-title .subtitle {
  color: #999999;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 12px;
  padding-left: 64px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .section-title .subtitle {
    font-size: 16px;
  }
}

.section-title .subtitle:after {
  background-color: #001d23;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: calc(50% - 1.5px);
  width: 43px;
}

.section-title .subtitle.line-theme-color:after {
  background-color: #A2A2A2;
}

.section-title .subtitle.line-white-color:after {
  background-color: #fff;
}

.section-title .title {
  font-size: 60px;
  line-height: 1.25;
  margin-bottom: 0;
  margin-top: 0;
}

@media only screen and (max-width: 1399px) {
  .section-title .title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-title .title {
    font-size: 40px;
    line-height: 1.2;
  }
 header  .header-action-area {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
            width: 100%;
    }
    header button.btn-menu.d-xl-none {
    margin-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 36px;
  }
  header .btn-gradient {
    display: block;
    position: relative;
    top: 35px;
    }
     header .btn-gradient a{
    padding: 10px 20px !important;
        display: flex;
    align-items: center;
        position: relative;
    top: -7px;
    }
    header .has-submenu .submenu-nav>li {
    padding: 0px 25px;
    }
}

@media only screen and (max-width: 575px) {
  .section-title .title {
    font-size: 30px;
  }
}

@media (max-width: 399.98px) {
  .section-title .title {
    font-size: 26px;
  }
}

.section-title .title span {
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-title .title.title-style {
  margin-top: 39px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .section-title .title.title-style {
    margin-top: 30px;
  }
}

.section-title .title.title-style .img-shape {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1399px) {
  .section-title .title.title-style .img-shape {
    width: 185px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-title .title.title-style .img-shape {
    width: 140px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title .title.title-style .img-shape {
    width: 120px;
  }
}

@media only screen and (max-width: 575px) {
  .section-title .title.title-style .img-shape {
    width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title .desc p br {
    display: none;
  }
}

.section-title .separator-line {
  display: block;
  line-height: 1;
  margin-top: 35px;
}

.section-title .separator-line img {
  margin-right: 17px;
}

@media only screen and (max-width: 767px) {
  .section-title .separator-line img {
    margin-right: 7px;
  }
}

.section-title .separator-line img:last-child {
  margin-right: 0;
}

.section-title .list-style li {
  color: #595959;
  font-size: 14px;
  margin-bottom: 16px;
  padding-left: 29px;
  position: relative;
}

.section-title .list-style li i {
  color: #fc6539;
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 5px;
}

.section-title .list-style li:last-child {
  margin-bottom: 0;
}

.section-title.section-light h5 {
  color: #fff;
}

.section-title.section-light .title {
  color: #fff;
}

.section-title.section-light .desc p {
  color: #fff;
}

.bg-img {
  background: no-repeat center center;
  background-size: cover;

}

.bg-img.bg-img-top {
  background-position: top center;
}

.bg-img-cover {
  background-size: cover;
}

.site-wrapper-reveal {
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.niceselect {
  float: inherit;
}

.niceselect .list {
  border-radius: 0;
  width: 100%;
}

.line-hr {
  border-bottom: 1px solid #e2e2e2;
}

.lh-1 {
  line-height: 1;
}

.no-border {
  border: none !important;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.content-items-center {
  align-items: center;
  display: flex;
}

.justify-items-center {
  display: flex;
  justify-content: center;
}

.form-message.alert {
  margin-top: 10px;
}

.row-gutter-0 [class*=col-] {
  margin: 0;
  padding: 0;
}

.row-gutter-10 {
  margin-right: -5px;
  margin-left: -5px;
}

.row-gutter-10 [class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}

@media only screen and (min-width: 1200px) {
  .row-gutter-20 {
    margin-right: -10px;
    margin-left: -10px;
  }

  .row-gutter-20 [class*=col] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.row-gutter-45 {
  margin-right: -22.5px;
  margin-left: -22.5px;
}

.row-gutter-45 [class*=col-] {
  margin: 0;
  padding-left: 22.5px;
  padding-right: 22.5px;
}

@media only screen and (min-width: 1200px) {
  .row-gutter-60 {
    margin-right: -30px;
    margin-left: -30px;
  }

  .row-gutter-60 [class*=col-] {
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.row-gutter-70 {
  margin-right: -35px;
  margin-left: -35px;
}

.row-gutter-70 [class*=col-] {
  margin: 0;
  padding-left: 35px;
  padding-right: 35px;
}



/*-------- Button Style Css --------*/
.btn-theme {
  background-color: #E2E227;
  border-color: #E2E227;
  border-radius: 200px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.375;
  padding: 20px 35px;
  position: relative;
  border: 0;
  font-family: 'poppinsmedium', sans-serif;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.btn-theme-sharpenskills {
  margin-top: 30px;
  background-color: #00B63E;
  border-color: #E2E227;
  border-radius: 200px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.375;
  min-width: 300px;
  padding: 21px 47px;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.btn-themeyouraccount {
  background-color: #F2AA00;
  border-color: #F2AA00;
  border-radius: 200px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  font-family: 'poppinsmedium', sans-serif;
  padding: 15px 27px;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

@media only screen and (max-width: 1399px) {
  .btn-themeyouraccount {

    /* margin-left: 20px; */
    /* min-width: 20px;
    font-size: 10px;
    background-color: #E7FF00;
    border-color: #E7FF00;
    background: linear-gradient(to right, #4F8C28 0%, #8EDD12 100%); */
  }
}

@media only screen and (max-width: 1199px) {
  .btn-themeyouraccount {

    margin-left: 20px;
    min-width: 20px;
    font-size: 10px;
    background-color: #E7FF00;
    border-color: #E7FF00;
    background: linear-gradient(to right, #4F8C28 0%, #8EDD12 100%);
  }
}

@media only screen and (max-width: 767px) {
  .btn-themeyouraccount {
    display: grid;
    margin-top: -50px;
    margin-left: auto;
    min-width: 20px;
    font-size: 10px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #E7FF00;
    border-color: #E7FF00;
    background: linear-gradient(to right, #4F8C28 0%, #8EDD12 100%);
  }
}

@media only screen and (max-width: 575px) {
  .btn-themeyouraccount {

    min-width: 20px;
    font-size: 10px;
    background-color: #E7FF00;
    border-color: #E7FF00;
    background: linear-gradient(to right, #4F8C28 0%, #8EDD12 100%);
  }
}

.btn-themeHFSBlue {
  background-color: #00D9F3;
  border-color: #00D9F3;
  border-radius: 200px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.375;
  min-width: 200px;
  padding: 21px 47px;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.btn-theme .icon {
  font-size: 23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 42px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.btn-theme .icon.icon-img {
  max-width: none;
  width: auto;
}


@media only screen and (max-width: 767px) {
  .btn-theme .icon.icon-img {
    display: none;
    width: 100%;
    height: auto;


  }
}

@media only screen and (max-width: 480px) {
  .btn-theme .icon.icon-img {
    display: none;
    width: 100%;
    height: auto;


  }
}




.btn-theme:hover,
.btn-theme:focus {
  background-color: #fea444;
  border-color: #fea444;
  color: #fff;
}

.btn-themeHFSBlue:hover,
.btn-theme:focus {
  background-color: #102D51;
  border-color: #102D51;
  color: #fff;
}

.btn-theme:hover .icon,
.btn-theme:focus .icon {
  right: 40px;

}

.btn-theme.btn-theme-color2 {
  background-color: #fea444;
  border-color: #fea444;
}

.btn-theme.btn-theme-color2:hover,
.btn-theme.btn-theme-color2:focus {
  background-color: #fc6539;
  border-color: #fc6539;

}

.btn-theme.btn-black {
  background-color: #F67811;
  border-color: #ADDB21;
}

.btn-theme.btn-black:hover {
  background-color: #fc6539;
  border-color: #F67811;
  color: #fff;
}

.btn-theme.btn-black.btn-border {
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
}

.btn-theme.btn-black.btn-border:hover {
  background-color: #fc6539;
  border-color: #fc6539;
  color: #fff;
}

.btn-theme.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #0e0e0e;
}

.btn-theme.btn-white:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.btn-theme.btn-white.btn-border {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-theme.btn-white.btn-border:hover {
  background-color: #fff;
  border-color: #fff;
  color: #fc6539;
}

.btn-theme.btn-gray {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #0e0e0e;
}

.btn-theme.btn-gray:hover {
  background-color: #fc6539;
  border-color: #fc6539;
  color: #fff;
}

.btn-theme.btn-border {
  background-color: transparent;
  border: 4px solid #B6B5B5;
  /* color: ; */
  padding: 19px 37px;
}

.btn-theme.btn-border:hover {
  background-color: #fc6539;
  border-color: #fc6539;
  color: #fff;
}

.btn-theme.btn-border.btn-theme-color2 {
  background-color: transparent;
  border-color: #fea444;
  color: #fea444;
}

.btn-theme.btn-border.btn-theme-color2:hover {
  background-color: #fea444;
  border-color: #fea444;
  color: #fff;
}

.btn-theme.btn-border.btn-gray {
  background-color: transparent;
  border-color: #e8e8e8;
  color: #001d23;
}

.btn-theme.btn-border.btn-gray:hover {
  background-color: #fc6539;
  border-color: #fc6539;
  color: #fff;
}

.btn-theme.btn-border.btn-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-theme.btn-border.btn-white:hover {
  background-color: #fc6539;
  border-color: #fc6539;
  color: #fff;
}

.btn-theme.btn-round {
  border-radius: 25px;
}

.btn-theme.btn-round.btn-slide:before {
  border-radius: 25px;
}

.btn-theme.btn-slide {
  overflow: hidden;
  margin-top: 3px;
  position: relative;
  z-index: 1;
}

.btn-theme.btn-slide:before {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  bottom: -40px;
  content: "";
  height: 65px;
  left: -27px;
  position: absolute;
  width: 65px;
  z-index: -1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.btn-theme.btn-slide:after {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: "";
  height: 65px;
  position: absolute;
  right: -27px;
  top: -40px;
  width: 65px;
  z-index: -1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.btn-theme.btn-slide .icon.icon-img {
  right: 42px;

}

.btn-theme.btn-slide:hover:before {
  border-radius: 32.5px;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  width: 100%;
}

.btn-theme.btn-slide:hover:after {
  border-radius: 32.5px;
  height: 100%;
  opacity: 0;
  right: 0;
  top: 0;
  width: 100%;
}

.btn-theme.btn-gradient {
  background: #FEA444;
  border-color: #FFFFFF;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
}

@media only screen and (max-width: 767px) {
  .btn-theme.btn-gradient {
    background-color: #E2E227;
    border-color: #E2E227;
    border-radius: 200px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.375;
    min-width: 100px;
    padding: 8px 15px;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    background: #FEA444;
    border-color: #FFFFFF;
    background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
    margin-top: 30px;


  }
}

@media only screen and (max-width: 480px) {
  .btn-theme.btn-gradient {
    background-color: #E2E227;
    border-color: #E2E227;
    border-radius: 200px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.375;
    min-width: 100px;
    padding: 8px 15px;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    background: #FEA444;
    border-color: #FFFFFF;
    background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
    margin-top: 0px;

  }
}





.btn-whiteborder {

  border-color: #FFFFFF;

}

.btn-theme.btn-gradient.btn-border {
  background-color: transparent;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-theme.btn-border-gradient {
  padding: 2px !important;
  width: 190px;
  z-index: 1;
  background: #FEA444;
  background: linear-gradient(to left, #FEA444 0%, #FC6539 100%);
}

.btn-theme.btn-border-gradient:before {
  background-color: #f7f7f7;
  content: "";
  display: block;
  height: calc(100% - 4px);
  left: 2px;
  position: absolute;
  top: 2px;
  width: calc(100% - 4px);
  z-index: -1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.btn-theme.btn-border-gradient span {
  display: block;
  background: #FEA444;
  background: linear-gradient(to left, #FEA444 0%, #FC6539 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.btn-theme.btn-border-gradient.gray-border {
  background: none;
  transition: 0s;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
}

.btn-theme.btn-border-gradient.gray-border:after {
  border: 2px solid #d7d7d7;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: 0s;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
}

.btn-theme.btn-border-gradient.gray-border:hover {
  background: #FEA444;
  background: linear-gradient(to left, #FEA444 0%, #FC6539 100%);
}

.btn-theme.btn-border-gradient.gray-border:hover:after {
  border-width: 0;
}

.btn-theme.btn-border-gradient.btn-size-xs:before {
  border-radius: 19px;
}

.btn-theme.btn-border-gradient.btn-size-xs span {
  border-radius: 19px;
  padding: 6px 15px;
}

.btn-theme.btn-border-gradient.btn-size-xs:hover .icon {
  right: 18px;

}

.btn-theme.btn-border-gradient.btn-size-md:before {
  border-radius: 32.5px;
}

.btn-theme.btn-border-gradient.btn-size-md:after {
  border-radius: 32.5px;
}

.btn-theme.btn-border-gradient.btn-size-md span {
  border-radius: 32.5px;
  padding: 10.3px 22px;
}

.btn-theme.btn-border-gradient.btn-size-md span .icon {
  right: 25px;

}

.btn-theme.btn-size-xs {
  border-radius: 19px;
  font-size: 15px;
  line-height: 1.5;
  min-height: 38px;
  min-width: 105px;
  padding: 8px 17px;
}

.btn-theme.btn-size-xs .icon {
  right: 20px;
}

.btn-theme.btn-size-xs.btn-border {
  padding: 7px 18px;
}

.btn-theme.btn-size-sm {
  border-radius: 22.5px;
  font-size: 15px;
  min-height: 45px;
  min-width: 130px;
  padding: 12px 22px;
}

.btn-theme.btn-size-sm .icon {
  left: 100px;
}

.btn-theme.btn-size-sm.btn-border {
  padding: 10px 20px;
}

.btn-theme.btn-size-md {
  font-size: 15px;
  min-height: 45px;
  min-width: 150px;
  padding: 12px 22px;
}

.btn-theme.btn-size-md .icon {
  right: 22px;
}

.btn-theme.btn-size-md.btn-border {
  padding: 10px 20px;
}

.btn-theme.btn-size-lg {
  height: 50px;
  min-width: 180px;
  text-align: center;
}

.btn-theme.btn-size-xl {
  height: 50px;
  min-width: 220px;
  text-align: center;
}

.btn-theme.btn-size-xxl {
  height: 52px;
  min-width: 270px;
  text-align: center;
}

/*-------- Page Title Style Css --------*/
.page-title-area {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 35px 0;
  position: relative;
  z-index: 1;
}

.page-title-area .page-title-content {
  letter-spacing: 0;
  padding: 77px 0;
}

@media only screen and (max-width: 1399px) {
  .page-title-area .page-title-content {
    padding: 65px 0;
  }
}

@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-content {
    padding: 45px 0;
  }
}

@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 575px) {
  .page-title-area .page-title-content {
    padding: 10px 0;
  }
}

.page-title-area .page-title-content .title {
  color: #000;
  font-size: 58px;
  line-height: 1.414;
  margin-bottom: 6px;
}

@media only screen and (max-width: 1399px) {
  .page-title-area .page-title-content .title {
    font-size: 44px;
  }
}

@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-content .title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content .title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .page-title-area .page-title-content .title {
    font-size: 24px;
    margin-bottom: 0;
  }
}

.page-title-area .page-title-content .title span {
  font-weight: 400;
}

.page-title-area .page-title-content .bread-crumbs {
  color: #fea444;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

@media only screen and (max-width: 1399px) {
  .page-title-area .page-title-content .bread-crumbs {
    margin-bottom: 3px;
  }
}

@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-content .bread-crumbs {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content .bread-crumbs {
    font-size: 14px;
    margin-bottom: 0;
  }
}

.page-title-area .page-title-content .bread-crumbs .line-shape {
  margin-right: 19px;
}

@media only screen and (max-width: 575px) {
  .page-title-area .page-title-content .bread-crumbs .line-shape {
    margin-right: 12px;
  }
}

.page-title-area .page-title-content .bread-crumbs a {
  color: #fff;
}

.page-title-area .page-title-content .bread-crumbs a:hover {
  color: #fff;
}

.page-title-area .page-title-content .bread-crumbs span.active {
  color: #fc6539;
}

.page-title-area .page-title-content .bread-crumbs .breadcrumb-sep {
  color: #fff;
  padding: 11px;
}

.bread-crumbs {
  color: #595959;
  font-size: 16px;
}

.bread-crumbs a {
  color: #595959;
}

.bread-crumbs a:hover {
  color: #fc6539;
}

/*-------- Pagination Style Css --------*/
.pagination-area {
  padding: 38px 0 0;
}

@media only screen and (max-width: 991px) {
  .pagination-area {
    padding: 62px 0 0;
  }
}

.pagination-area nav .page-numbers {
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  display: inline-flex;
  margin-bottom: 0;
}

.pagination-area nav .page-numbers li {
  background-color: #ececec;
  display: inline-block;
  height: 50px;
  line-height: 48px;
  margin-right: 10px;
  padding: 2px;
  width: 50px;
}

.pagination-area nav .page-numbers li .page-number {
  background-color: #fff;
  color: #001d23;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
}

.pagination-area nav .page-numbers li .page-number.current {
  color: #fc6539;
  font-weight: 700;
}

.pagination-area nav .page-numbers li .page-number.prev {
  border-radius: 0;
  color: #999999;
  font-size: 14px;
}

.pagination-area nav .page-numbers li .page-number.prev:hover {
  color: #fc6539;
}

.pagination-area nav .page-numbers li .page-number.next img {
  position: relative;
  top: -2px;
}

.pagination-area nav .page-numbers li:hover {
  background: #FEA444;
  background: linear-gradient(to left, #FEA444 0%, #FC6539 100%);
}

.pagination-area nav .page-numbers li:last-child {
  margin-right: 0;
}

.pagination-area nav .page-numbers.page-numbers-style {
  box-shadow: 0px 10px 50px 0px rgba(171, 181, 189, 0.35);
}

/*-------- Blockquote Style Css --------*/
.blockquote-area {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 165px 0 140px;
}

@media only screen and (max-width: 767px) {
  .blockquote-area {
    padding: 122px 0 94px;
  }
}

.blockquote-area p {
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .blockquote-area p {
    font-size: 24px;
  }
}

.blockquote-area cite .name {
  color: #fc6539;
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.blockquote-area cite .job {
  color: #9192a4;
  font-size: 14px;
}

/*-------- Progress Bar Style Css --------*/
.progress-item {
  margin-bottom: 30px;
}

.progress-item .progress-info {
  font-size: 0.875rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.progress-item .progress-info .title {
  display: inline-block;
}

.progress-item .progress-info .percent {
  margin-right: -20px;
}

.progress-item .progress-line {
  background-color: #000;
  border-radius: 2.5px;
  height: 5px;
  position: relative;
}

.progress-item .progress-line .progress-bar-line {
  background-color: #fc6539;
  border-radius: 2.5px;
  height: 100%;
  width: 0;
}

/*-------- Preloader Style Css --------*/
.preloader-deactive .preloader-wrap {
  display: none;
}

.preloader-wrap {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
  overflow: hidden;
}

.preloader-wrap .preloader {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -50px;
}

.preloader-wrap .preloader .dot {
  height: 100%;
  width: 100%;
  display: block;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  animation: la-rotateplane 0.5s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #fc6539;
}

@keyframes la-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/*-------- Custom Font Style Css --------*/
.font-family2 {
  font-family: "Yeseva One", cursive !important;
}

/*-------- Custom Color Style Css --------*/
.bgcolor-theme2 {
  background-color: #fea444 !important;
}

.bgcolor-theme3 {
  background-color: #001d23 !important;
}

.text-theme-color {
  color: #fc6539 !important;
}

/*-------- Custom Margin Padding Style Css --------*/
.mt-10 {
  margin-top: 10px;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-14 {
  margin-top: 14px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-21 {
  margin-top: 21px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-n8 {
  margin-top: -8px !important;
}

@media only screen and (max-width: 1399px) {
  .mt-xl-30 {
    margin-top: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt-lg-50 {
    margin-top: 50px !important;
  }

  .mt-lg-70 {
    margin-top: 70px !important;
  }
}

@media only screen and (max-width: 991px) {
  .md-mt-0 {
    margin-top: 0 !important;
  }

  .mt-md-30 {
    margin-top: 30px !important;
  }

  .mt-md-40 {
    margin-top: 40px !important;
  }

  .mt-md-50 {
    margin-top: 50px !important;
  }

  .mt-md-60 {
    margin-top: 60px !important;
  }

  .mt-md-70 {
    margin-top: 70px !important;
  }
}

@media only screen and (max-width: 767px) {
  .sm-mt-0 {
    margin-top: 0 !important;
  }

  .mt-sm-20 {
    margin-top: 20px !important;
  }

  .mt-sm-30 {
    margin-top: 30px !important;
  }
}

@media only screen and (max-width: 575px) {
  .mt-xs-0 {
    margin-top: 0px;
  }

  .mt-xs-30 {
    margin-top: 30px !important;
  }
}

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1199px) {
  .lg-mr-0 {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 991px) {
  .md-mr-0 {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 575px) {
  .mr-xs-0 {
    margin-right: 0;
  }

  .mr-xs-15 {
    margin-right: 15;
  }
}

.mb-7 {
  margin-bottom: 7px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-13 {
  margin-bottom: 13px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-21 {
  margin-bottom: 21px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-26 {
  margin-bottom: 26px !important;
}

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

.mb-31 {
  margin-bottom: 31px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-34 {
  margin-bottom: 34px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-39 {
  margin-bottom: 39px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-44 {
  margin-bottom: 44px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-438 {
  margin-bottom: 438px !important;
}

.mb-470 {
  margin-bottom: 470px !important;
}

.mb-471 {
  margin-bottom: 471px !important;
}

@media only screen and (max-width: 1199px) {
  .lg-mb-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-30 {
    margin-bottom: 30px !important;
  }

  .mb-lg-40 {
    margin-bottom: 40px !important;
  }

  .mb-lg-50 {
    margin-bottom: 50px !important;
  }

  .mb-lg-70 {
    margin-bottom: 70px !important;
  }

  .mb-lg-80 {
    margin-bottom: 80px !important;
  }

  .mb-lg-448 {
    margin-bottom: 448px !important;
  }
}

@media only screen and (max-width: 991px) {

  .md-mb-0,
  .md-mb-0 {
    margin-bottom: 0px !important;
  }

  .mb-md-0 {
    margin-bottom: 0px !important;
  }

  .mb-md-10 {
    margin-bottom: 10px !important;
  }

  .mb-md-30 {
    margin-bottom: 30px !important;
  }

  .mb-md-40 {
    margin-bottom: 40px !important;
  }

  .mb-md-50 {
    margin-bottom: 50px !important;
  }

  .mb-md-60 {
    margin-bottom: 60px !important;
  }

  .mb-md-70 {
    margin-bottom: 70px !important;
  }

  .mb-md-80 {
    margin-bottom: 80px !important;
  }

  .mb-md-90 {
    margin-bottom: 90px !important;
  }

  .mb-md-100 {
    margin-bottom: 100px !important;
  }

  .mb-md-150 {
    margin-bottom: 150px !important;
  }
}

@media only screen and (max-width: 767px) {

  .mb-sm-0,
  .sm-mb-0 {
    margin-bottom: 0px !important;
  }

  .mb-sm-10 {
    margin-bottom: 10px !important;
  }

  .mb-sm-20 {
    margin-bottom: 20px !important;
  }

  .mb-sm-30 {
    margin-bottom: 30px !important;
  }

  .mb-sm-40 {
    margin-bottom: 40px !important;
  }

  .mb-sm-50 {
    margin-bottom: 50px !important;
  }

  .mb-sm-60 {
    margin-bottom: 60px !important;
  }

  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
}

@media only screen and (max-width: 575px) {
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }

  .mb-xs-10 {
    margin-bottom: 10px !important;
  }

  .mb-xs-30 {
    margin-bottom: 30px !important;
  }

  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
}

@media only screen and (max-width: 479.98px) {
  .mb-xxs-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxs-30 {
    margin-bottom: 30px !important;
  }
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px !important;
}

@media only screen and (max-width: 991px) {
  .ml-md-0 {
    margin-left: 0 !important;
  }

  .md-ml-0 {
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 479.98px) {
  .ml-xxs-5 {
    margin-left: 5px !important;
  }
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-27 {
  padding-bottom: 27px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

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

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

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

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

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

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

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

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

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

@media only screen and (max-width: 1399px) {
  .pb-xl-70 {
    padding-bottom: 70px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }

  .pb-lg-30 {
    padding-bottom: 30px !important;
  }

  .pb-lg-70 {
    padding-bottom: 70px !important;
  }

  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
}

@media only screen and (max-width: 991px) {
  .md-pb-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-10 {
    padding-bottom: 10px !important;
  }

  .pb-md-20 {
    padding-bottom: 20px !important;
  }

  .pb-md-30 {
    padding-bottom: 30px !important;
  }

  .pb-md-40 {
    padding-bottom: 40px !important;
  }

  .pb-md-50 {
    padding-bottom: 50px !important;
  }

  .pb-md-60 {
    padding-bottom: 60px !important;
  }

  .pb-md-70 {
    padding-bottom: 70px !important;
  }

  .pb-md-80 {
    padding-bottom: 80px !important;
  }

  .pb-md-90 {
    padding-bottom: 90px !important;
  }

  .pb-md-100 {
    padding-bottom: 100px !important;
  }

  .pb-md-120 {
    padding-bottom: 120px !important;
  }

  .pb-md-170 {
    padding-bottom: 170px !important;
  }
}

@media only screen and (max-width: 767px) {
  .sm-pb-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-10 {
    padding-bottom: 10px !important;
  }

  .pb-sm-20 {
    padding-bottom: 20px !important;
  }

  .pb-sm-30 {
    padding-bottom: 30px !important;
  }

  .pb-sm-50 {
    padding-bottom: 50px !important;
  }

  .pb-sm-60 {
    padding-bottom: 60px !important;
  }

  .pb-sm-70 {
    padding-bottom: 70px !important;
  }

  .pb-sm-80 {
    padding-bottom: 80px !important;
  }

  .pb-sm-100 {
    padding-bottom: 100px !important;
  }

  .pb-sm-170 {
    padding-bottom: 170px !important;
  }
}

@media only screen and (max-width: 575px) {
  .pb-xs-30 {
    padding-bottom: 30px !important;
  }

  .pb-xs-80 {
    padding-bottom: 80px !important;
  }
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-10 {
  padding-left: 10px !important;
}

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

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

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

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

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

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

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

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

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

.pl-130 {
  padding-left: 130px !important;
}

@media only screen and (max-width: 1199px) {
  .pl-lg-15 {
    padding-left: 15px !important;
  }

  .pl-lg-30 {
    padding-left: 30px !important;
  }

  .pl-lg-50 {
    padding-left: 50px !important;
  }
}

@media only screen and (max-width: 991px) {
  .md-pl-0 {
    padding-left: 0 !important;
  }

  .md-pl-15 {
    padding-left: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .sm-pl-0 {
    padding-left: 0 !important;
  }

  .pl-sm-5 {
    padding-left: 5px !important;
  }

  .sm-pl-15,
  .pl-sm-15 {
    padding-left: 15px !important;
  }
}

@media only screen and (max-width: 575px) {
  .pl-xs-0 {
    padding-left: 0 !important;
  }

  .pl-xs-15 {
    padding-left: 15px !important;
  }

  .pl-xs-30 {
    padding-left: 30px !important;
  }
}

@media only screen and (max-width: 479.98px) {
  .pl-xxs-0 {
    padding-left: 0 !important;
  }

  .pl-xxs-30 {
    padding-left: 30px !important;
  }
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

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

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

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

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

@media only screen and (max-width: 1199px) {
  .lg-pt-0 {
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 991px) {
  .md-pt-0 {
    padding-top: 0 !important;
  }

  .pt-md-10 {
    padding-top: 10px !important;
  }

  .pt-md-30 {
    padding-top: 30px !important;
  }

  .pt-md-40 {
    padding-top: 40px !important;
  }

  .pt-md-50 {
    padding-top: 50px !important;
  }

  .pt-md-60 {
    padding-top: 60px !important;
  }

  .pt-md-65 {
    padding-top: 65px !important;
  }

  .pt-md-70 {
    padding-top: 70px !important;
  }

  .pt-md-80 {
    padding-top: 80px !important;
  }

  .pt-md-90 {
    padding-top: 90px !important;
  }

  .pt-md-100 {
    padding-top: 100px !important;
  }

  .pt-md-120 {
    padding-top: 120px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pt-sm-10 {
    padding-top: 10px !important;
  }

  .pt-sm-30 {
    padding-top: 30px !important;
  }

  .pt-sm-50 {
    padding-top: 50px !important;
  }

  .pt-sm-60 {
    padding-top: 60px !important;
  }

  .pt-sm-70 {
    padding-top: 70px !important;
  }

  .pt-sm-80 {
    padding-top: 80px !important;
  }

  .pt-sm-90 {
    padding-top: 90px !important;
  }

  .pt-sm-100 {
    padding-top: 100px !important;
  }
}

@media only screen and (max-width: 575px) {
  .pt-xs-40 {
    padding-top: 40px !important;
  }
}

.pr-0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1199px) {
  .lg-pr-0 {
    padding-right: 0 !important;
  }

  .pr-lg-15 {
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .sm-pr-0 {
    padding-right: 0 !important;
  }

  .pr-sm-5 {
    padding-right: 5px !important;
  }

  .sm-pr-15,
  .pr-sm-15 {
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 991px) {
  .md-pr-15 {
    padding-right: 15px;
  }

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

@media only screen and (max-width: 575px) {

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

.d-contents {
  display: contents;
}

/*
-----------------------------------------------------------------------
	Main Navigation CSS
-----------------------------------------------------------------------
*/
.main-menu {
  align-content: center;
  padding: 0px;
  font-family: "poppinsmedium", sans-serif;

}

.main-menu>li {
  padding: 0px;
}

.main-menu>li:last-child {
  margin-right: 0;
}

.main-menu>li>a {
  color: #001d23;
  display: block;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  /* padding: 7px 25px; */
  position: relative;
}

.main-menu>li:hover>a,
.main-menu>li.active>a {
  color: #fc6539;

}

.main-menu.menu-capitalize>li>a {
  font-size: 16px;
  text-transform: capitalize;
}

.has-submenu {
  position: relative;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .has-submenu {
    margin-left: 70px;
    padding-left: 40px;
  }
}




.has-submenu>a {
  position: relative;
}

.has-submenu>a:before {
  content: "";
  color: #FDFDFD;
  font-size: 14px;
  line-height: 30px;
  font-family: "FontAwesome";
  position: absolute;
  right: 11px;
  top: 7px;
}

.has-submenu.active .submenu-nav {
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
header .btn-gradient a:focus, header .btn-gradient a:hover {
    color: #fff !important;
}

.has-submenu:hover .menu-content .menu-content-inner h4,
.has-submenu:hover .menu-content .menu-content-inner .btn-brand {
  transform: none !important;
}

.has-submenu .submenu-nav {
  background-color: #F4F4F4;
  background-size: 200px;
  border-radius: 5px;
  border-bottom: none;
  line-height: 40px;
  align-items: center;
  padding: 15px 0 15px 0;
  position: absolute;
  left: -10px;
  top: 100%;
  transform: translateY(50px);
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  min-width: 262px;
  margin-top: 28px;
  margin-bottom: 0;
  z-index: 9999;
}

@media only screen and (max-width: 1199px) {
  .has-submenu .submenu-nav {
    min-width: 210px;
  }
}

.has-submenu .submenu-nav:before {
  content: "";
  position: absolute;
  height: 56px;
  width: 100%;
  left: 0;
  bottom: 100%;
}

.has-submenu .submenu-nav>li {
  padding: 9px 25px;
}

.has-submenu .submenu-nav>li a {
  color: #001d23;
  display: block;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: inherit;
  text-transform: capitalize;
  line-height: 1.8;
  font-family: 'poppinsmedium', sans-serif;
}

.has-submenu .submenu-nav>li a:hover {
  color: #fc6539;
}

.has-submenu .submenu-nav>li:hover:after {
  color: #fff !important;
}

.has-submenu .submenu-nav>li.has-submenu {

  position: relative;
}

.has-submenu .submenu-nav>li.has-submenu a:before {
  display: none;
}

.has-submenu .submenu-nav>li.has-submenu:hover>.submenu-nav {
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.has-submenu .submenu-nav>li.has-submenu:after {
  content: "";
  color: #595959;
  font-size: 15px;
  line-height: 1.2;
  font-family: "FontAwesome";
  position: absolute;
  right: 25px;
  top: 12px;
}

.has-submenu .submenu-nav>li.has-submenu .submenu-nav {
  left: 100%;
  top: 0;
  margin-top: -15px;
}

.has-submenu .submenu-nav-mega {
  display: flex;
  padding: 40px 50px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .has-submenu .submenu-nav-mega {
    width: 830px;
  }
}

.has-submenu .submenu-nav-mega .mega-menu-item {
  padding: 0 !important;
  flex-basis: 25%;
}

.has-submenu .submenu-nav-mega .mega-menu-item:last-child {
  border-right: 0;
}

.has-submenu .submenu-nav-mega .mega-menu-item>a {
  color: #fff !important;
  display: block;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.has-submenu .submenu-nav-mega .mega-menu-item>a.srmenu-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin-left: 25px;
  padding: 10px 0;
}

.has-submenu .submenu-nav-mega .mega-menu-item>a.srmenu-title.srmenu-style-hide {
  display: none;
}

.has-submenu .submenu-nav-mega .mega-menu-item ul li {
  position: relative;
  padding: 10px 25px;
}

.has-submenu .submenu-nav-mega .mega-menu-item ul li a:hover {
  color: #fff;
}

.has-submenu .submenu-nav-mega .mega-menu-item ul li.feature a {
  position: relative;
}

.has-submenu .submenu-nav-mega .mega-menu-item ul li.feature a:before {
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  color: #F5F5F5;
  right: -20px;
  top: 1px;
  font-size: 12px;
}

.has-submenu .submenu-nav-mega .mega-menu-item ul li.new a {
  position: relative;
}

.has-submenu .submenu-nav-mega .mega-menu-item ul li.new a:after {
  background-color: #FFFFFF;
  content: "New";
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: -38px;
  line-height: 1;
  padding: 2px 3px;
}

.has-submenu .submenu-nav-mega .mega-menu-item ul li:hover .menu-thumb {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.has-submenu .submenu-nav-mega .mega-menu-item ul li.active a {
  color: #fff;
}

.has-submenu .submenu-nav-mega .mega-menu-item.menu-content {
  padding: 0 !important;
  margin: -1px;
}

.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner {
  background-size: cover;
  background-position: center center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
}

.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4,
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner .btn-brand {
  color: #fff;
  transition: 0.4s;
  transition-delay: 0.3s;
}

.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4 {
  transform: translateY(-80%);
}

.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4 span {
  color: #fc6539;
  font-style: italic;
}

.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner .btn-brand {
  margin-top: 30px;
  font-weight: 700;
  transform: translateY(80%);
}

.has-submenu.full-width {
  position: static;
}

.has-submenu.colunm-two {
  position: relative;
}

.has-submenu.colunm-two .submenu-nav-mega {
  left: -35px;
  width: 600px;
}

.has-submenu.colunm-two .submenu-nav-mega .mega-menu-item {
  padding: 0 !important;
  flex-basis: 50%;
}

/* Responsive Mobile Menu */
.res-mobile-menu {
  margin: 0 -10px;
}

.res-mobile-menu .slicknav_btn {
  display: none;
}

.res-mobile-menu .slicknav_menu {
  background-color: transparent;
  padding: 0;
}

.res-mobile-menu .slicknav_nav {
  display: block !important;
}

.res-mobile-menu .slicknav_nav li {
  border-bottom: none;
  margin-bottom: 1px;
  position: relative;
}

.res-mobile-menu .slicknav_nav li:last-child {
  border-bottom: 0;
}

.res-mobile-menu .slicknav_nav li a {
  color: #999999;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  padding: 15px 30px;
  margin: 0;
  text-transform: capitalize;
  position: relative;
}

@media only screen and (max-width: 575px) {
  .res-mobile-menu .slicknav_nav li a {
    font-size: 16px;
    padding: 10px 15px;
  }
}

.res-mobile-menu .slicknav_nav li a .slicknav_arrow {
  background-color: transparent;
  color: #878b93;
  font-size: 17px;
  display: block;
  text-align: center;
  margin: 0;
  position: absolute;
  right: 8px;
  top: 48%;
  transform: translateY(-50%);
  height: 35px;
  line-height: 35px;
}

.res-mobile-menu .slicknav_nav li a a {
  padding: 0;
}

.res-mobile-menu .slicknav_nav li a:hover {
  color: #fc6539;
  background-color: transparent;
}

.res-mobile-menu .slicknav_nav li img {
  display: none;
}

.res-mobile-menu .slicknav_nav li div {
  display: none;
}

.res-mobile-menu .slicknav_nav li ul {
  margin: 0;
  padding-left: 10px;
}

.res-mobile-menu .slicknav_nav li ul li {
  padding-left: 20px;
}

@media only screen and (max-width: 575px) {
  .res-mobile-menu .slicknav_nav li ul li {
    padding-left: 15px;
  }
}

.res-mobile-menu .slicknav_nav li ul li a {
  color: #999999;
  font-size: 24px;
  padding: 12px 30px;
}

@media only screen and (max-width: 575px) {
  .res-mobile-menu .slicknav_nav li ul li a {
    font-size: 14px;
    padding: 7px 15px;
  }
}

.res-mobile-menu .slicknav_nav li ul li a:hover {
  color: #fc6539;
}

.res-mobile-menu .slicknav_nav li ul li ul li a {
  font-size: 16px;
}

.res-mobile-menu .slicknav_nav .slicknav_open>.slicknav_item {
  position: relative;
}

.res-mobile-menu .slicknav_nav .slicknav_open>.slicknav_item .slicknav_arrow {
  color: #fc6539;
}

/*
-----------------------------------------------------------------------
  Header CSS
-----------------------------------------------------------------------
*/
.header-area {
  padding: 20px 0;


}

.header-area.header-default {
  background-color: #FDFDFD;
  align-content: center;
  position: static;
  box-shadow: 0px 15px 35px 0px rgba(0, 29, 35, 0.02);
  border: 0 !important;
  padding: 15px 0;
  position: relative;
  z-index: 999;
}

@media only screen and (max-width: 767px) {
  .header-area.header-default {
    padding-top: 10px;
    padding-bottom: 20px;


  }
}

@media only screen and (min-width: 1400px) {
  .header-area.header-default .container {
    max-width: 1397px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.header-area.header-default .header-logo-area {
  top: 0;
}

@media only screen and (max-width: 991px) {
  .header-area.header-default .header-logo-area {
    padding-right: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .header-area.header-default .header-logo-area {
    padding-right: 10px;
  }
}

.header-area.header-default .header-align {
  /* margin-right: 90px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 991px) {
  .header-area.header-default .header-align {
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 1199px) {
  .header-area.header-default .header-align .header-navigation-area {
    display: none;

  }
}

.header-area.header-default .header-align .header-navigation-area .main-menu>li {
  margin-right: 0;
}

.header-area.header-default .header-align .header-navigation-area .main-menu>li:first-child.active>a:before {
  left: 30%;
}

.header-area.header-default .header-align .header-navigation-area .main-menu>li:first-child>a {
  padding-left: 0;
}

.header-area.header-default .header-align .header-navigation-area .main-menu>li:last-child {
  margin-right: 0;
}

.header-area.header-default .header-align .header-navigation-area .main-menu>li:last-child.active>a:before {
  left: 65%;
}

.header-area.header-default .header-align .header-navigation-area .main-menu>li:last-child>a {
  padding-right: 0;
}

.header-area.header-default .header-align .header-navigation-area .main-menu>li.active>a {
  color: #fff;
  position: relative;
}

.header-area.header-default .header-align .header-navigation-area .main-menu>li.active>a:before {
  background-image: url("../img/shape/menu-shape.png");
  background-repeat: no-repeat;
  background-position: 45% 15%;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  min-width: 118px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.header-area.header-default .header-align .header-navigation-area .main-menu>li.active.has-submenu>a:before {
  display: block;

}

.header-area.header-default .header-align .header-navigation-area .main-menu>li>a {
  /* padding: 20px; */
  align-content: space-around;
  margin-right: 20px;
  margin-left: 20px;

}

@media only screen and (max-width: 1399px) {
  .header-area.header-default .header-align .header-navigation-area .main-menu>li>a {
    /* padding: 7px 31px; */
  }
}

.header-area.header-default .header-align .header-navigation-area .main-menu>li.has-submenu>a:before {
  display: none;
}

.header-area.header-default .header-align .header-navigation-area .main-menu>li.has-submenu .submenu-nav {
  background-color: #fff;
  border: none;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 20px 80px 0px rgba(171, 181, 189, 0.35);
  left: -10px;
  margin-top: 25px;
  min-width: 195px;
}

.header-area.header-default .header-align .header-navigation-area .main-menu>li.has-submenu .submenu-nav:before {
  height: 40px;
}

.header-area.header-default .header-align .header-navigation-area .main-menu>li.has-submenu .submenu-nav>li a {
  color: #0e0e0e;
}

.header-area.header-default .header-align .header-navigation-area .main-menu>li.has-submenu .submenu-nav>li a:hover {
  color: #fc6539;
}

.header-area.header-default .header-align .header-action-area {
  /* position: absolute; */
}


@media (max-width: 767px) {
  .header-area.header-default .header-align .header-action-area {
    margin-left: 40px;
    position: absolute;
  }
}

@media (max-width: 1699px) {
  .header-area.header-default .header-align .header-action-area {
    margin-left: 50px;
  }
}

@media (max-width: 1599px) {
  .header-area.header-default .header-align .header-action-area {
    margin-left: 45px;
  }
}

@media only screen and (max-width: 1399px) {
  .header-area.header-default .header-align .header-action-area {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 479.98px) {
  .header-area.header-default .header-align .header-action-area {
    margin-left: 0;
  }
}

.header-area.header-default .header-align .header-action-area button.btn-theme,
.header-area.header-default .header-align .header-action-area a.btn-theme {
  margin-left: 15px;
}

@media (max-width: 1599px) {

  .header-area.header-default .header-align .header-action-area button.btn-theme,
  .header-area.header-default .header-align .header-action-area a.btn-theme {
    min-width: 175px;
    padding: 17px 27px;
  }
}

@media only screen and (max-width: 1199px) {

  .header-area.header-default .header-align .header-action-area button.btn-theme,
  .header-area.header-default .header-align .header-action-area a.btn-theme {
    padding: 15px 27px;
  }
}

@media only screen and (max-width: 767px) {

  .header-area.header-default .header-align .header-action-area button.btn-theme,
  .header-area.header-default .header-align .header-action-area a.btn-theme {
    font-size: 14px;
    min-width: 130px;
    padding: 11px 16px;
  }
}

@media (max-width: 384px) {

  .header-area.header-default .header-align .header-action-area button.btn-theme,
  .header-area.header-default .header-align .header-action-area a.btn-theme {
    display: none;
  }
}

@media only screen and (max-width: 767px) {

  .header-area.header-default .header-align .header-action-area button.btn-theme:before,
  .header-area.header-default .header-align .header-action-area a.btn-theme:before {
    top: 20px;
  }
}

@media only screen and (max-width: 767px) {

  .header-area.header-default .header-align .header-action-area button.btn-theme:after,
  .header-area.header-default .header-align .header-action-area a.btn-theme:after {
    top: 20px;
  }
}

.header-area.header-default .header-align .header-action-area button.btn-theme.btn-slide .icon.icon-img,
.header-area.header-default .header-align .header-action-area a.btn-theme.btn-slide .icon.icon-img {
  right: 28px;
}

@media only screen and (max-width: 767px) {

  .header-area.header-default .header-align .header-action-area button.btn-theme.btn-slide .icon.icon-img,
  .header-area.header-default .header-align .header-action-area a.btn-theme.btn-slide .icon.icon-img {
    right: 15px;
    width: 10px;
  }
}

@media only screen and (max-width: 767px) {

  .header-area.header-default .header-align .header-action-area button.btn-theme.btn-slide:hover:before,
  .header-area.header-default .header-align .header-action-area a.btn-theme.btn-slide:hover:before {
    bottom: 0;
  }
}

@media only screen and (max-width: 767px) {

  .header-area.header-default .header-align .header-action-area button.btn-theme.btn-slide:hover:after,
  .header-area.header-default .header-align .header-action-area a.btn-theme.btn-slide:hover:after {
    top: 0;
  }
}

.header-area.header-default.sticky-header.sticky {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background-color: #FF7800;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  z-index: 999;
}

@media only screen and (max-width: 767px) {
  .header-area.header-default.sticky-header.sticky {
    padding-top: 10px;
    padding-bottom: 10px;


  }
}

.header-area.header-default.sticky-header.sticky .header-logo-area .logo-main {
  display: none;
}

.header-area.header-default.sticky-header.sticky .header-logo-area .logo-light {
  display: block;
}

.header-area.header-default.sticky-header.sticky .header-align .header-navigation-area .main-menu>li:after {
  top: 63px;
}

.header-area.header-default.sticky-header.sticky .header-align .header-navigation-area .main-menu>li>a {
  color: #FCFCFC;
}

.header-area.header-default.sticky-header.sticky .header-align .header-navigation-area .main-menu>li>a:hover {
  background-color: transparent;
  color: #001d23;
}

.header-area.header-default.sticky-header.sticky .header-align .header-navigation-area .main-menu>li:hover a {
  background-color: transparent;
}

.header-area.header-default.sticky-header.sticky .header-align .header-navigation-area .main-menu>li:hover a:after {
  display: none;
}

.header-area.header-default.sticky-header.sticky .header-align .header-navigation-area .main-menu>li.active>a {
  color: #fff;
}

.header-area.header-default.sticky-header.sticky .header-align .header-navigation-area .main-menu>li.has-submenu>.submenu-nav {
  margin-top: 26px;
}

.header-area.header-default.sticky-header.sticky .header-align .header-navigation-area .main-menu>li.has-submenu>.submenu-nav:before {
  height: 44px;
}

.header-area.header-default.sticky-header.sticky .header-align .header-action-area button.btn-search,
.header-area.header-default.sticky-header.sticky .header-align .header-action-area a.btn-search {
  color: #0e0e0e;
}

.header-area.header-default.sticky-header.sticky .header-align .header-action-area button.btn-search:hover,
.header-area.header-default.sticky-header.sticky .header-align .header-action-area a.btn-search:hover {
  background-color: transparent;
  color: #0e0e0e;
}

.header-area.header-default.sticky-header.sticky .header-align .header-action-area button.btn-menu span,
.header-area.header-default.sticky-header.sticky .header-align .header-action-area a.btn-menu span {
  background-color: #0e0e0e;
}

.btn-menu-slide-close {
  background-color: rgba(33, 35, 49, 0.8);
  height: 100vh;
  opacity: 0;
  position: fixed;
  right: -50%;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 999;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.btn-menu-slide-close .icon-menu-slide-close {
  color: #fff;
  font-size: 32px;
  position: absolute;
  right: 360px;
  top: 45px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.btn-menu-slide-close .icon-menu-slide-close:hover {
  color: #fc6539;
  cursor: pointer;
}

.btn-menu-slide-close.active {
  opacity: 1;
  right: 0;
  visibility: visible;
}

.btn-menu-slide-close.active .icon-menu-slide-close {
  transition-delay: 0.3s;
}

.header-logo-area {
  max-width: 213px;
  position: relative;
  top: 1px;
}

@media only screen and (max-width: 575px) {
  .header-logo-area {
    max-width: 130px;
  }
}

.header-logo-area .logo-light {
  display: none;
}

.header-action-area button,
.header-action-area a {
  vertical-align: middle;
}

.header-action-area button.btn-search,
.header-action-area a.btn-search {
  background-color: transparent;
  border: none;
  color: #0e0e0e;
  font-size: 20px;
  padding: 0;
}

.header-action-area button.btn-search .icon,
.header-action-area a.btn-search .icon {
  height: 35px;
  line-height: 38px;
  width: 35px;
}

.header-action-area button.btn-menu,
.header-action-area a.btn-menu {
  background-color: transparent;
  border: none;
  box-shadow: none;
  height: 18px;
  position: relative;
  width: 35px;
}

.header-action-area button.btn-menu span,
.header-action-area a.btn-menu span {
  background-color: #fea444;
  border-radius: 2px;
  display: block;
  height: 3px;
  position: absolute;
  right: 0;
  transition: 0.4s;
  width: 100%;
}

.header-action-area button.btn-menu span:first-child,
.header-action-area a.btn-menu span:first-child {
  top: 0;
  width: 30px;
}

.header-action-area button.btn-menu span:nth-child(2),
.header-action-area a.btn-menu span:nth-child(2) {
  top: calc(50% - .3px);
  transform: translateY(-50%);
  width: 100%;
}

.header-action-area button.btn-menu span:last-child,
.header-action-area a.btn-menu span:last-child {
  bottom: 0;
  width: 25px;
}

.header-action-area button.btn-menu:hover span,
.header-action-area a.btn-menu:hover span {
  background-color: #fc6539;
}

.header-action-area button.btn-menu:hover span:first-child,
.header-action-area button.btn-menu:hover span:last-child,
.header-action-area a.btn-menu:hover span:first-child,
.header-action-area a.btn-menu:hover span:last-child {
  width: 100%;
}

.btn-search .icon-search {
  display: block;
}

.btn-search .icon-search-close {
  display: none;
}

.btn-search.show .icon-search {
  display: none;
}

.btn-search.show .icon-search-close {
  display: block;
}

.off-canvas-wrapper {
  position: fixed;
  right: -100%;
  top: 0;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 100vh;
  width: 100%;
  z-index: 9999;
}

.off-canvas-wrapper.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  right: 0;
}

.off-canvas-wrapper.active .off-canvas-inner {
  transform: none;
}

.off-canvas-wrapper.active .off-canvas-inner .off-canvas-content {
  transform: none;
  transition-delay: 0.3s;
}

.off-canvas-wrapper.active .btn-close {
  display: block;
}

.off-canvas-wrapper.active .off-canvas-overlay {
  opacity: 1;
  visibility: visible;
}

.off-canvas-wrapper .off-canvas-header {
  display: flex;
  justify-content: right;
  padding: 30px 0;
}

.off-canvas-wrapper .off-canvas-header .logo-area {
  display: none;
  max-width: 100px;
}

.off-canvas-wrapper .off-canvas-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.off-canvas-wrapper .btn-close {
  background: none;
  border: none;
  color: #999999;
  font-size: 30px;
  line-height: 1;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .btn-close {
    font-size: 20px;
  }
}

.off-canvas-wrapper .btn-close:active,
.off-canvas-wrapper .btn-close:focus {
  border: none;
  box-shadow: none;
}

.off-canvas-wrapper .btn-close i {
  line-height: 1;
}

.off-canvas-wrapper .btn-close:hover {
  color: #0e0e0e;
}

.off-canvas-wrapper .off-canvas-inner {
  background-color: transparent;
  display: flex;
  justify-content: flex-end;
  position: relative;
  transform: translateX(0);
  transition: 0.3s;
  height: 100vh;
  width: 100%;
  z-index: 3;
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content {
  background-color: #fff;
  height: 100%;
  padding: 0 50px;
  position: relative;
  overflow-y: auto;
  transition: 0.4s;
  transition-duration: 0.4s;
  transform: translateX(100%);
  width: 545px;
  z-index: 9;
}

@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-inner .off-canvas-content {
    width: 310px;
  }
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item {
  margin-bottom: 30px;
  margin-top: 20px;
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item:last-child {
  margin-bottom: 0;
}

.off-canvas-wrapper.aside-menu .off-canvas-inner {
  background-color: transparent;
  transform: none;
}

.off-canvas-wrapper.aside-menu .off-canvas-inner .off-canvas-content {
  background-color: #182141;
  position: relative;
  width: 320px;
  transform: translateX(-100%);
  transition: 0.4s;
  transition-duration: 0.6s;
  z-index: 3;
}

@media only screen and (max-width: 479.98px) {
  .off-canvas-wrapper.aside-menu .off-canvas-inner .off-canvas-content {
    width: 310px;
  }
}

.off-canvas-wrapper.aside-menu .off-canvas-inner .off-canvas-content .close-action .btn-close {
  color: #fff;
}

.off-canvas-wrapper.aside-menu .off-canvas-inner .off-canvas-content .close-action .btn-close:hover {
  color: #fc6539;
}

.off-canvas-wrapper.aside-menu.active .off-canvas-inner .off-canvas-content {
  transform: none;
  transition-delay: 0.5s;
}

.off-canvas-wrapper .off-canvas-footer .side-footer {
  display: inline-block;
}

.off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons {
  display: block;
}

.off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons a {
  border: none;
  color: #000;
  font-size: 16px;
  float: left;
  margin-right: 40px;
  padding: 0;
}

@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons a {
    font-size: 13px;
    margin-right: 22px;
  }
}

.off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons a.icon-color {
  color: #185381;
}

.off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons a.icon-color.color-twitter {
  color: #429cd6;
}

.off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons a.icon-color.color-instagram {
  color: #521313;
}

.off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons a.icon-color.color-googleplus {
  color: #d62d20;
}

.off-canvas-wrapper .off-canvas-footer .side-footer .widget-copyright {
  display: block;
}

@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-footer .side-footer .widget-copyright {
    display: inline-block;
    margin-top: 12px;
  }
}

.off-canvas-wrapper .off-canvas-footer .side-footer .widget-copyright p {
  line-height: 1.7;
}

@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-footer .side-footer .widget-copyright p {
    font-size: 15px;
  }
}

.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content {
  background-color: #fff;
}

.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .off-canvas-header {
  padding: 30px 0;
}

.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .off-canvas-header .close-action button {
  position: absolute;
  right: 30px;
}

.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .res-mobile-menu .slicknav_nav {
  padding-left: 10px;
}

.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .res-mobile-menu .slicknav_nav li a {
  font-size: 16px;
  color: #333;
  padding-bottom: 16.5px;
  padding-top: 16.5px;
  text-transform: uppercase;
}

.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .res-mobile-menu .slicknav_nav li a .slicknav_arrow {
  color: #999999;
  display: block;
}

.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .res-mobile-menu .slicknav_nav li a:hover {
  color: #0e0e0e;
}

.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .res-mobile-menu .slicknav_nav li ul li a {
  color: #fc6539;
  padding-bottom: 13px;
  padding-top: 13px;
  text-transform: capitalize;
}

.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .res-mobile-menu .slicknav_nav li ul li a:hover {
  color: #333;
}

.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .res-mobile-menu .slicknav_nav li ul li ul li a {
  color: #595959;
  font-size: 15px;
}

.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .res-mobile-menu .slicknav_nav li ul li ul li a:hover {
  color: #fc6539;
}

.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content.canvas-content-style2 .off-canvas-item {
  margin-bottom: 0;
  margin-top: 20px;
  height: calc(100% - 140px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content.canvas-content-style2 .side-canvas-footer .widget-contact-info {
  margin-bottom: 0;
  padding: 0 31px;
}

.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content.canvas-content-style2 .side-canvas-footer .widget-contact-info li {
  align-items: baseline;
  color: #595959;
  display: flex;
  margin-bottom: 10px;
}

.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content.canvas-content-style2 .side-canvas-footer .widget-contact-info li:first-child i {
  width: 35px;
}

.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content.canvas-content-style2 .side-canvas-footer .widget-contact-info li:last-child {
  margin-bottom: 0;
}

.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content.canvas-content-style2 .side-canvas-footer .widget-contact-info li i {
  color: #595959;
  font-size: 14px;
  width: 27px;
}

.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content.canvas-content-style2 .side-canvas-footer .widget-contact-info li span {
  color: #595959;
  font-size: 14px;
  line-height: 24px;
}

/*
-----------------------------------------------------------------------
	Home Slider CSS
-----------------------------------------------------------------------
*/
.home-slider-area.slider-default {
  position: relative;

}

.home-slider-area.slider-default .home-slider-content .home-slider-item {
  height: 900px;
}

@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-default .home-slider-content .home-slider-item {
    height: 800px;
  }
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .home-slider-content .home-slider-item {
    height: 680px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .home-slider-content .home-slider-item {
    height: 560px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .home-slider-content .home-slider-item {
    height: 400px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .home-slider-content .home-slider-item {
    height: 360px;
  }
}

.home-slider-area.slider-default .slider-content-area {

  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgb(12, 3, 51, 0.3), rgb(12, 3, 51, 0.3));
  background-position: relative;
  display: flex;
  height: 1000px;
  align-items: center;
  justify-content: center;

}


@media only screen and (max-width: 1400px) {
  .home-slider-area.slider-default .slider-content-area {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgb(12, 3, 51, 0.3), rgb(12, 3, 51, 0.3));
    background-position: relative;
    display: flex;
    height: 1000px;
    align-items: center;
    justify-content: center;
  }
}



@media only screen and (max-width: 1200px) {
  .home-slider-area.slider-default .slider-content-area {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgb(12, 3, 51, 0.3), rgb(12, 3, 51, 0.3));
    background-position: relative;
    display: flex;
    height: 1000px;
    padding-top: 350px;
    align-items: center;
    justify-content: center;

  }
}


@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .slider-content-area {
    width: 100%;
    height: 20vh;
    background-image: linear-gradient(rgb(12, 3, 51, 0.3), rgb(12, 3, 51, 0.3));
    background-position: center;
    display: flex;
    height: 1000px;
    padding-top: 450px;
    align-items: center;
    justify-content: center;

  }
}

@media only screen and (max-width: 480px) {
  .home-slider-area.slider-default .slider-content-area {
    width: 100%;
    height: 20vh;
    background-image: linear-gradient(rgb(12, 3, 51, 0.3), rgb(12, 3, 51, 0.3));
    background-position: center;
    display: flex;
    height: 1000px;
    padding-top: 450px;
    align-items: center;
    justify-content: center;
  }
}



.back-video {
  position: absolute;
  align-content: center;
  right: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;

}



@media only screen and (max-width: 767px) {
  .back-video {
    display: absolute;
    width: 100%;
    height: auto;
    animation-play-state: running;

  }
}

@media only screen and (max-width: 480px) {
  .back-video {
    display: absolute;
    width: 100%;
    height: auto;
    animation-play-state: running;

  }
}


.content h1 {
  font-size: 110px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s all;
}


.content h1:hover {

  -webkit-text-stroke: 2px #fff;
  color: transparent;
}


@media only screen and (max-width: 767px) {
  .content h1 {
    margin-top: 20px;
    font-size: 420px;
    color: #FFFFFF;
    font-weight: 700;


  }

}

@media only screen and (max-width: 480px) {
  .content h1 {
    margin-top: 20px;
    font-size: 420px;
    color: #FFFFFF;
    font-weight: 700;


  }

}



.content h3 {
  font-size: 160px;
  color: #fff;
  line-height: 0px;

}


.content h3:hover {

  -webkit-text-stroke: 2px #fff;
  color: transparent;
}



@media only screen and (max-width: 767px) {
  .content h3 {

    font-size: 160px;
    color: #FFFFFF;
    line-height: 0px;


  }

}

@media only screen and (max-width: 480px) {
  .content h3 {

    font-size: 160px;
    color: #FFFFFF;
    line-height: 0px;


  }

}


@media (max-width: 1799px) {
  .home-slider-area.slider-default .slider-content-area {
    height: 700px;
  }

}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area {
    padding-top: 0px;

  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .slider-content-area {
    height: 232px;

  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .slider-content-area {
    height: 232px;

  }
}


@media only screen and (max-width: 480px) {
  .home-slider-area.slider-default .slider-content-area {
    height: calc(100vh - 80px);

  }
}

@media (min-width: 1400px) and (max-width: 1799px) {
  .home-slider-area.slider-default .slider-content-area .container {
    max-width: 1397px;
    padding-left: 15px;
    padding-right: 15px;

  }
}

.home-slider-area.slider-default .slider-content-area .content {
  margin-top: 0px;
  text-align: center;
}

@media (max-width: 1799px) {
  .home-slider-area.slider-default .slider-content-area .content {
    margin-top: 0px;

  }
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .content {
    padding-right: 0;

  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .slider-content-area .content {
    margin-top: 0;
    text-align: center;

  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .slider-content-area .content {
    margin: 0 auto;
    max-width: 350px;

  }
}

.home-slider-area.slider-default .slider-content-area .content .subtitle-content {
  margin-bottom: 28px;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .content .subtitle-content {
    margin-bottom: 20px;

  }
}

.home-slider-area.slider-default .slider-content-area .content .subtitle-content img {
  margin-right: 14px;
  position: relative;
  top: -9px;
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .slider-content-area .content .subtitle-content img {
    top: -4px;
    width: 30px;
  }
}

.home-slider-area.slider-default .slider-content-area .content .subtitle-content h6 {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .slider-content-area .content .subtitle-content h6 {
    font-size: 18px;
  }
}

.home-slider-area.slider-default .slider-content-area .content .tittle-wrp {
  margin-bottom: 250px;
  margin-top: 25px;
}

.home-slider-area.slider-default .slider-content-area .content .tittle-wrp h2 {
  font-size: 75px;
  line-height: 1.0934;
}

@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-default .slider-content-area .content .tittle-wrp h2 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .content .tittle-wrp h2 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .content .tittle-wrp h2 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .slider-content-area .content .tittle-wrp h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}

.home-slider-area.slider-default .slider-content-area .content .tittle-wrp h2 span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.home-slider-area.slider-default .slider-content-area .content .tittle-wrp h2 span:before {
  background-image: url("../img/shape/banner-title-shape.png");
  background-repeat: no-repeat;
  background-position: 13px 9px;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  min-width: 334px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-default .slider-content-area .content .tittle-wrp h2 span:before {
    background-position: 0 5px;
    background-size: cover;
    min-width: auto;
    width: 105%;
  }
}

.home-slider-area.slider-default .slider-content-area .content .btn-wrp {
  align-items: center;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .slider-content-area .content .btn-wrp {
    justify-content: center;
    text-align: left;
  }
}

.home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme {
  margin-right: 21px;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme {
    margin-right: 10px;
    min-width: 155px;
    padding: 15px 27px;
  }
}

@media only screen and (max-width: 359.98px) {
  .home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme {
    font-size: 14px;
    margin-right: 7px;
    min-width: 130px;
    padding: 12px 18px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme.btn-slide .icon.icon-img {
    right: 26px;
    width: 12px;
  }
}

@media only screen and (max-width: 359.98px) {
  .home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme.btn-slide .icon.icon-img {
    right: 24px;
    width: 11px;
  }
}

.home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme:last-child {
  margin-right: 0;
}

.home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme.btn-black.btn-border {
  border: 1px solid #d7d7d7;
  color: #001d23;
  padding: 20px 36px;
  transition: 0s;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme.btn-black.btn-border {
    min-width: 160px;
    padding: 15px 25px;
  }
}

@media only screen and (max-width: 359.98px) {
  .home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme.btn-black.btn-border {
    min-width: 135px;
    padding: 11px 18px;
  }
}

.home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme.btn-black.btn-border .icon {
  right: 38px;
  transition: 0s;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme.btn-black.btn-border .icon {
    right: 20px;
    width: 12px;
  }
}

@media only screen and (max-width: 359.98px) {
  .home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme.btn-black.btn-border .icon {
    right: 17px;
    width: 11px;
  }
}

.home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme.btn-black.btn-border:hover {
  border-color: #fea444;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
}

.home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme.btn-black.btn-border:hover:before {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  bottom: -40px;
  content: "";
  height: 65px;
  left: -27px;
  position: absolute;
  width: 65px;
  z-index: -1;
}

.home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme.btn-black.btn-border:hover:after {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: "";
  height: 65px;
  position: absolute;
  right: -27px;
  top: -40px;
  width: 65px;
  z-index: -1;
}

.home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme.btn-black.btn-border:hover img {
  filter: invert(1) brightness(100);
  right: 38px;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme.btn-black.btn-border:hover img {
    right: 20px;
  }
}

@media only screen and (max-width: 359.98px) {
  .home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme.btn-black.btn-border:hover img {
    right: 17px;
  }
}

.home-slider-area.slider-default .slider-content-area .layer-style {
  margin-top: 24px;
  position: relative;
  right: -86px;
}

@media (max-width: 1799px) {
  .home-slider-area.slider-default .slider-content-area .layer-style {
    margin-top: 0;
    right: 20px;
    top: 10px;
  }
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .layer-style {
    right: 11px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .layer-style {
    right: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .slider-content-area .layer-style {
    display: none;
  }
}

.home-slider-area.slider-default .slider-content-area .layer-style .thumb {
  border-radius: 50%;
}

.home-slider-area.slider-default .slider-content-area .layer-style .thumb img {
  border-radius: 200%;
  max-width: none;
}

@media (max-width: 1799px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .thumb img {
    max-width: 100%;


  }
}

.home-slider-area.slider-default .slider-content-area .layer-style .thumb .shape-circle {
  border-radius: 50%;
  left: -22px;
  position: absolute;
  top: -26px;
  pointer-events: none;
  border-style: solid;
  border-width: 20px;
  border-color: rgb(255, 255, 255);
}

@media (max-width: 1799px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .thumb .shape-circle {
    top: -70px;
  }
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .thumb .shape-circle {
    top: -50px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .thumb .shape-circle {
    top: -35px;
  }
}

.home-slider-area.slider-default .slider-content-area .layer-style .thumb .shape-circle .circle-img {
  position: absolute;
  right: -20px;
  top: 109px;
}

@media (max-width: 1799px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .thumb .shape-circle .circle-img {
    right: -12px;
  }
}

@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .thumb .shape-circle .circle-img {
    right: -21px;
  }
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .thumb .shape-circle .circle-img {
    right: 3px;
    top: 70px;
    width: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .thumb .shape-circle .circle-img {
    right: -10px;
    width: 40px;
  }
}

.home-slider-area.slider-default .slider-content-area .layer-style .shape-style1 {
  position: absolute;
  right: -105px;
  top: -159px;
}

@media (max-width: 1799px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .shape-style1 {
    right: 60px;
  }
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .shape-style1 {
    right: 5px;
    top: -110px;
  }

  .home-slider-area.slider-default .slider-content-area .layer-style .shape-style1 img {
    width: 60%;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .shape-style1 {
    right: -20px;
    top: -85px;
  }

  .home-slider-area.slider-default .slider-content-area .layer-style .shape-style1 img {
    width: 45%;
  }
}

.home-slider-area.slider-default .slider-content-area .layer-style .donate-circle-wrp {
  bottom: -39px;
  border-radius: 50%;
  height: 340px;
  left: -169px;
  box-shadow: 3px 2px 3px 0.75px #0C0C0C;
  padding: 43px;
  position: absolute;
  width: 340px;
  background: #0C0C0C;
  background-image: -ms-linear-gradient(-30deg, #fc6539 0%, #fea444 100%);
  background: linear-gradient(-30deg, #0C0C0C 0%, #0C0C0C 100%);
}

@media (max-width: 1799px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .donate-circle-wrp {
    bottom: -90px;
  }
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .donate-circle-wrp {
    bottom: -75px;
    height: 170px;
    left: -55px;
    padding: 10px;
    width: 170px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .donate-circle-wrp {
    bottom: -110px;
  }
}

.home-slider-area.slider-default .slider-content-area .layer-style .donate-circle-wrp .pie-chart-circle .skill-percent {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .donate-circle-wrp .pie-chart-circle canvas {
    height: 150px;
    width: 150px;
  }
}

.home-slider-area.slider-default .slider-content-area .layer-style .donate-circle-wrp .donate-content {
  border-radius: 50%;
  color: #fff;
  left: 50%;
  text-align: center;
  position: absolute;
  top: calc(50% + 2px);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.home-slider-area.slider-default .slider-content-area .layer-style .donate-circle-wrp .donate-content .raised-amount {
  font-family: "Yeseva One", cursive;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 12px;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .donate-circle-wrp .donate-content .raised-amount {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.home-slider-area.slider-default .slider-content-area .layer-style .donate-circle-wrp .donate-content .line-shape-img {
  margin-bottom: 13px;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .donate-circle-wrp .donate-content .line-shape-img {
    width: 55px;
    margin-bottom: 10px;
  }
}

.home-slider-area.slider-default .slider-content-area .layer-style .donate-circle-wrp .donate-content .donate-title {
  color: #fff;
  font-size: 20px;
  margin: 0;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .layer-style .donate-circle-wrp .donate-content .donate-title {
    font-size: 13px;
  }
}

.home-slider-area.slider-default .slider-content-area .slider-shape .shape-style1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.home-slider-area.slider-default .slider-content-area .slider-shape .shape-style2 {
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .slider-shape .shape-style2 {
    left: -500px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .slider-shape .shape-style2 {
    left: -800px;
    top: -100px;
  }
}

.home-slider-area.slider-default .slider-content-area .slider-shape .shape-style3 {
  position: absolute;
  right: calc(72% + 14px);
  top: 0;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .slider-content-area .slider-shape .shape-style3 {
    display: none;
  }
}

.home-slider-area.slider-default .slider-content-area .slider-shape .shape-style4 {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

@media (max-width: 1799px) {
  .home-slider-area.slider-default .slider-content-area .slider-shape .shape-style4 {
    top: -130px;
  }
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .slider-shape .shape-style4 {
    top: -150px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .slider-shape .shape-style4 {
    top: -200px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .slider-content-area .slider-shape .shape-style4 {
    display: none;
  }
}

/*
-----------------------------------------------------------------------
	About CSS
-----------------------------------------------------------------------
*/
.about-area.about-default-area {
  padding: 190px 0 15px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .about-area.about-default-area {
    padding: 0px;



  }
}



.about-area.about-default-area:before {

  background-image: url("../img/slider/KDKFKSDJGGKJ.png");
  background-repeat: no-repeat;
  background-size: 1400px;
  margin-bottom: 50px;
  align-content: stretch;
  content: "";
  height: calc(100% + 440px);
  top: 30px;
  left: 0;
  position: absolute;
  width: calc(100% - 0px);
  z-index: -1;
}

.about-areayoutube.about-default-area:before {

  background-repeat: no-repeat;
  background-size: 1200px;
  margin-bottom: 50px;
  align-content: stretch;
  content: "";
  height: calc(100% + 325px);
  top: 30px;
  left: 0;
  position: absolute;
  width: calc(100% - 0px);
  z-index: -1;
}

.about-areatitle.about-default-area {
  background-image: url("../img/slider/sjfhsajf.png");
  background-repeat: no-repeat;
  background-size: 400px;
  margin-bottom: 50px;
  align-content: stretch;
  content: "";
  height: calc(100% + 325px);
  top: 30px;
  left: 0;
  position: absolute;
  width: calc(100% - 0px);
  z-index: -1;
}

.about-areatitle.about-default-area:before {

  background-repeat: no-repeat;
  background-size: 1200px;
  margin-bottom: 50px;
  align-content: stretch;
  content: "";
  height: calc(100% + 325px);
  top: 30px;
  left: 0;
  position: absolute;
  width: calc(100% - 0px);
  z-index: -1;
}

@media only screen and (max-width: 991px) {


  .about-areatitle.about-default-area {
    background-image: url("../img/slider/azul ksdjsdjka.png");
    background-repeat: no-repeat;
    background-size: 300px;
    margin-bottom: 50px;
    align-content: stretch;
    content: "";
    height: calc(100% + 325px);
    top: 30px;
    left: 0;
    position: absolute;
    width: calc(100% - 0px);
    z-index: -1;
  }

  .about-areatitle.about-default-area:before {
    background-image: url("..");
    background-repeat: no-repeat;
    background-size: 300px;
    margin-bottom: 50px;
    align-content: stretch;
    content: "";
    height: calc(100% + 325px);
    top: 30px;
    left: 0;
    position: absolute;
    width: calc(100% - 0px);
    z-index: -1;
  }
}

.about-area.about-default-area .section-title {
  margin-bottom: 24px;
}

@media only screen and (max-width: 479.98px) {
  .about-area.about-default-area .section-title {
    text-align: center;
  }
}

.about-area .layer-style {
  margin-top: 52px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .about-area .layer-style {
    margin-bottom: 40px;
    margin-top: 30px;
  }
}

.about-area .layer-style:before {

  border-radius: 50%;
  content: "";
  height: 546px;
  left: -201px;
  position: absolute;
  top: -331px;
  width: 546px;
  z-index: -1;
}

@media only screen and (max-width: 1199px) {
  .about-area .layer-style:before {
    top: -300px;
  }
}

@media only screen and (max-width: 991px) {
  .about-area .layer-style:before {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .about-area .layer-style .thumb img {
    padding-right: 23px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .about-area .layer-style .thumb img {
    padding-right: 37px;
  }
}

.about-area .layer-style .thumb img.img-two {
  margin-left: -23px;
}

@media only screen and (max-width: 1199px) {
  .about-area .layer-style .thumb img.img-two {
    margin-left: 0px;
    width: 93%;
  }
}

@media only screen and (max-width: 991px) {
  .about-area .layer-style .thumb img.img-two {
    padding-right: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .about-area .about-content {
    margin-left: 29px;
  }
}

.about-area .about-content .text-style {
  color: #464444;
  font-family: "Yeseva One", cursive;
  font-size: 22px;
  line-height: 1.364;
  margin-bottom: 26px;
  margin-right: -10px;
  position: relative;
}

@media only screen and (max-width: 1399px) {
  .about-area .about-content .text-style {
    margin-right: 0;
  }
}

@media only screen and (max-width: 479.98px) {
  .about-area .about-content .text-style {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.about-area .about-content .text-style:before {
  background-color: #fc6539;
  content: "";
  height: 75px;
  left: -29px;
  position: absolute;
  top: 7px;
  width: 4px;
}

.about-area .about-content p {
  margin-bottom: 24px;
}

@media only screen and (max-width: 479.98px) {
  .about-area .about-content p {
    margin-bottom: 15px;
  }
}

.about-area .about-content p:last-child {
  margin-bottom: 0;
}

.about-area .about-content .list-icon-style {
  align-items: center;
  display: flex;
  color: #001d23;
  font-size: 15px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 25px;
  margin-bottom: 42px;
  margin-top: 29px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .about-area .about-content .list-icon-style {
    max-width: 500px;
  }
}

@media only screen and (max-width: 479.98px) {
  .about-area .about-content .list-icon-style {
    display: block;
    margin-bottom: 25px;
  }
}

.about-area .about-content .list-icon-style li {
  align-items: flex-start;
  display: flex;
}

@media only screen and (max-width: 479.98px) {
  .about-area .about-content .list-icon-style li {
    margin-bottom: 15px;
  }
}

.about-area .about-content .list-icon-style li.line-center {
  background-color: #fc6539;
  height: 43px;
  position: relative;
  top: -2px;
  width: 4px;
}

@media only screen and (max-width: 479.98px) {
  .about-area .about-content .list-icon-style li.line-center {
    display: none;
  }
}

.about-area .about-content .list-icon-style .icon-img {
  margin-right: 20px;
  max-width: none;
  position: relative;
  top: 6px;
}

.about-page-wrapper .about-area {
  padding: 146px 0 0;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .about-page-wrapper .about-area {
    padding: 95px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .about-page-wrapper .about-area {
    padding: 80px 0 0;
  }
}

@media only screen and (max-width: 575px) {
  .about-page-wrapper .about-area {
    padding: 70px 0 0;
  }
}

.about-page-wrapper .about-area:before {
  background-color: #f7f7f7;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: calc(50% - 315px);
  z-index: -1;
}

.about-page-wrapper .about-area .section-title {
  margin-bottom: 12px;
}

@media only screen and (max-width: 991px) {
  .about-page-wrapper .about-area .section-title {
    margin-bottom: 60px;
  }
}

@media (max-width: 399.98px) {
  .about-page-wrapper .about-area .section-title {
    text-align: center;
  }

  .about-page-wrapper .about-area .section-title .title {
    font-size: 23px;
  }
}

.about-page-wrapper .about-area .thumb.thumb-style {
  margin-top: 64px;
}

@media only screen and (max-width: 991px) {
  .about-page-wrapper .about-area .thumb.thumb-style {
    margin-bottom: 50px;
    margin-top: 0;
  }
}

.about-page-wrapper .about-area .about-content {
  padding-left: 70px;
}

@media only screen and (max-width: 991px) {
  .about-page-wrapper .about-area .about-content {
    padding-left: 0;
  }
}

.about-page-wrapper .about-area .about-content .text-style {
  color: #001d23;
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .about-page-wrapper .about-area .about-content .text-style {
    font-size: 18px;
  }
}

.about-page-wrapper .about-area .content-box-wrp {
  margin-top: 44px;
  padding-left: 40px;
}

@media only screen and (max-width: 991px) {
  .about-page-wrapper .about-area .content-box-wrp {
    padding-left: 0;
  }
}

.content-box-item {
  background-color: #fc6539;
  padding: 62px 35px 48px 43px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 479.98px) {
  .content-box-item {
    padding: 62px 25px 48px;
  }
}

.content-box-item .title {
  color: #fff;
  font-size: 38px;
  margin-bottom: 59px;
  padding-left: 28px;
  position: relative;
}

.content-box-item .title:before {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  content: "";
  height: 82.5px;
  left: -1px;
  position: absolute;
  top: 50%;
  width: 82.5px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.content-box-item .img-line-shape {
  margin-bottom: 34px;
}

.content-box-item p {
  color: #fff;
  margin-bottom: 14px;
}

.content-box-item .bg-line-shape {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/*
-----------------------------------------------------------------------
	Service CSS
-----------------------------------------------------------------------
*/
.service-area.service-default-area {
  position: relative;
  z-index: 1;
}

@media (max-width: 1799px) {
  .service-area.service-default-area {
    padding: 90px 0;
  }
}

@media only screen and (max-width: 1399px) {
  .service-area.service-default-area {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 1199px) {
  .service-area.service-default-area {
    padding: 55px 0;
  }
}

@media only screen and (max-width: 991px) {
  .service-area.service-default-area {
    padding: 65px 0;
  }
}

@media only screen and (max-width: 767px) {
  .service-area.service-default-area {
    padding: 55px 0;
  }
}

/*
-----------------------------------------------------------------------
	Team CSS
-----------------------------------------------------------------------
*/
.team-area.team-default-area {
  padding: 325px 0 120px;
}

.team-area.team-default-area .section-title {
  margin-bottom: 94px;
}

.team-area.team-fluid-area {
  padding: 60px 0 60px;
}

@media only screen and (max-width: 1199px) {
  .team-area.team-fluid-area {
    padding: 95px 0 70px;
  }
}

@media only screen and (max-width: 767px) {
  .team-area.team-fluid-area {
    padding: 40px 0 20px;
  }
}

/*.team-area.team-fluid-area .container {*/
/*  max-width: 1676px;*/
/*  padding-left: 15px;*/
/*  padding-right: 15px;*/
/*}*/

.team-area.team-fluid-area .section-title {
  margin-bottom: 0;
  margin-top: 38px;
  padding-right: 30px;
}

@media (max-width: 1599px) {
  .team-area.team-fluid-area .section-title {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1399px) {
  .team-area.team-fluid-area .section-title {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .team-area.team-fluid-area .section-title {
    margin-bottom: 40px;
    text-align: center;
  }
}

/* .team-area.team-fluid-area .section-title .desc {
  margin-top: 70px;
} */

@media only screen and (max-width: 1199px) {
  .team-area.team-fluid-area .section-title .desc {
    display: none;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .team-area.team-fluid-area .section-title .title {
    font-size: 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .team-area.team-fluid-area .section-title .title {
    font-size: 46px;
  }
}

.team-area.team-fluid-area .team-member-items {
  padding-left: 37.3px;

}

@media only screen and (max-width: 1199px) {
  .team-area.team-fluid-area .team-member-items {
    padding-left: 0;
  }
}

.team-member {
  margin-bottom: 30px;
}

.team-member .thumb {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
}

.team-member .thumb:after {
  bottom: -100%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  background-image: linear-gradient(360deg, rgba(246, 103, 57, 0.67843) 0%, rgba(0, 0, 0, 0) 35%);
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.team-member .thumb img {
  width: 100%;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}

@media only screen and (max-width: 767px) {
  .team-member .thumb img {
    border-radius: 10px;
    width: 100%;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
  }
}

.team-member .thumb .social-icons {
  bottom: -45px;
  left: 50%;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.team-member .thumb .social-icons a {
  background-color: #fff;
  border-radius: 50%;
  color: #001d23;
  display: inline-block;
  font-size: 17px;
  height: 45px;
  line-height: 47px;
  margin-right: 6px;
  text-align: center;
  width: 45px;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}

.team-member .thumb .social-icons a:last-child {
  margin-right: 0;
}

.team-member .thumb .social-icons a:hover {
  color: #fff;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
}

.team-member .content .member-info {
  text-align: center;
}

.team-member .content .member-info .separator-line {
  line-height: 1;
  margin-bottom: 23px;
}

.team-member .content .member-info .separator-line img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.team-member .content .member-info .name {
  font-size: 27px;
  margin-bottom: 23px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

@media only screen and (max-width: 1399px) {
  .team-member .content .member-info .name {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

.team-member .content .member-info .name a {
  color: #001d23;
}

.team-member .content .member-info .name a:hover {
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.team-member .content .member-info .designation {
  color: #909090;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.team-member:hover .thumb:after {
  bottom: 0;
}

.team-member:hover .thumb img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.team-member:hover .social-icons {
  bottom: 30px;
}

.volunteer-page-wrapper .team-area {
  padding: 145px 0 91px;
}

@media only screen and (max-width: 1199px) {
  .volunteer-page-wrapper .team-area {
    padding: 100px 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .volunteer-page-wrapper .team-area {
    padding: 85px 0 25px;
  }
}

.volunteer-page-wrapper .team-area .section-title {
  margin-bottom: 129px;
}

@media only screen and (max-width: 1199px) {
  .volunteer-page-wrapper .team-area .section-title {
    margin-bottom: 70px;
  }
}

.volunteer-page-wrapper .team-member {
  margin-bottom: 57px;
}

/*
-----------------------------------------------------------------------
    Causes CSS
-----------------------------------------------------------------------
*/
.causes-area.causes-default-area {
  padding: 148px 0 152px;
}

@media only screen and (max-width: 1199px) {
  .causes-area.causes-default-area {
    padding: 95px 0 100px;
  }
}

@media only screen and (max-width: 991px) {
  .causes-area.causes-default-area {
    padding: 70px 0 100px;
  }
}

@media only screen and (max-width: 767px) {
  .causes-area.causes-default-area {
    padding: 60px 0 80px;
  }
}

.causes-area.causes-default-area .section-title {
  margin-bottom: 123px;
}

@media only screen and (max-width: 1199px) {
  .causes-area.causes-default-area .section-title {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .causes-area.causes-default-area .section-title {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .causes-area.causes-default-area .section-title .subtitle {
    margin-bottom: 0;
  }
}

.causes-item .thumb {
  overflow: hidden;
}

.causes-item .thumb img {
  width: 100%;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}

.causes-item .content {
  background-color: #f7f7f7;
  padding: 31px 25px 10px;
}

@media only screen and (max-width: 1199px) {
  .causes-item .content {
    padding: 32px 20px 10px;
  }
}

.causes-item .content .donate-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
}

@media only screen and (max-width: 1199px) {
  .causes-item .content .donate-info {
    margin-bottom: 20px;
  }
}

.causes-item .content .donate-info .info-item {
  background-color: #fff;
  font-family: "Yeseva One", cursive;
  min-width: 100px;
  padding: 7px 13px 6px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

@media only screen and (max-width: 1199px) {
  .causes-item .content .donate-info .info-item {
    min-width: auto;
    padding: 9px 13px 8px;
  }
}

@media only screen and (max-width: 991px) {
  .causes-item .content .donate-info .info-item {
    min-width: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .causes-item .content .donate-info .info-item {
    min-width: 145px;
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .causes-item .content .donate-info .info-item {
    min-width: 135px;
  }
}

@media only screen and (max-width: 479.98px) {
  .causes-item .content .donate-info .info-item {
    min-width: 95px;
  }
}

@media only screen and (max-width: 359.98px) {
  .causes-item .content .donate-info .info-item {
    min-width: 82px;
  }
}

.causes-item .content .donate-info .info-item .info-title,
.causes-item .content .donate-info .info-item .amount {
  display: block;
  line-height: 1;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}

.causes-item .content .donate-info .info-item .info-title {
  color: #001d23;
  font-size: 14px;
  margin-bottom: 8px;
}

.causes-item .content .donate-info .info-item .amount {
  color: #fc6539;
  font-size: 20px;
  background: #FEA444;
  background: linear-gradient(to left, #FEA444 0%, #FC6539 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 1199px) {
  .causes-item .content .donate-info .info-item .amount {
    font-size: 15px;
  }
}

.causes-item .content .donate-info .info-item:hover {
  background: #FEA444;
  background: linear-gradient(to left, #FEA444 0%, #FC6539 100%);
}

.causes-item .content .donate-info .info-item:hover .info-title,
.causes-item .content .donate-info .info-item:hover .amount {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.causes-item .content .title {
  font-size: 22px;
  line-height: 1.455;
  margin-bottom: 8px;
}

@media only screen and (max-width: 1199px) {
  .causes-item .content .title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .causes-item .content .title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 575px) {
  .causes-item .content .title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 479.98px) {
  .causes-item .content .title {
    font-size: 18px;
  }
}

.causes-item .content .title a {
  color: #001d23;
  display: block;
}

.causes-item .content .title a:hover {
  color: #fc6539;
}

@media only screen and (max-width: 1199px) {
  .causes-item .admin {
    margin-bottom: 20px;
  }
}

.causes-item .admin h5 {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0;
}

.causes-item .admin a {
  color: #001d23;
  display: flex;
  align-items: center;
}

.causes-item .admin a:hover {
  color: #fc6539;
}

.causes-item .admin .icon-img {
  box-shadow: 0px 3px 7px 0px rgba(252, 102, 57, 0.08);
  height: 40px;
  line-height: 35px;
  text-align: center;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  min-width: 40px;
  margin-right: 11px;
  width: 40px;
}

.causes-item .causes-footer {
  align-items: center;
  background-color: #f7f7f7;
  display: flex;
  justify-content: space-between;
  padding: 15px 25px 33px;
}

@media only screen and (max-width: 1199px) {
  .causes-item .causes-footer {
    display: block;
  }
}

.causes-item:hover .thumb img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}

.causes-page-wrapper .causes-area.causes-default-area {
  padding: 148px 0 152px;
}

@media only screen and (max-width: 1199px) {
  .causes-page-wrapper .causes-area.causes-default-area {
    padding: 95px 0 70px;
  }
}

@media only screen and (max-width: 991px) {
  .causes-page-wrapper .causes-area.causes-default-area {
    padding: 90px 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  .causes-page-wrapper .causes-area.causes-default-area {
    padding: 80px 0 50px;
  }
}

@media only screen and (max-width: 575px) {
  .causes-page-wrapper .causes-area.causes-default-area {
    padding: 70px 0 40px;
  }
}

.causes-details-area {
  padding: 150px 0 391px;
}

@media only screen and (max-width: 1199px) {
  .causes-details-area {
    padding: 100px 0 230px;
  }
}

@media only screen and (max-width: 767px) {
  .causes-details-area {
    padding: 70px 0 170px;
  }
}

.causes-details-area .causes-details-column {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
  .causes-details-area .causes-details-column {
    display: block;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}

.causes-details-area .causes-details-column .causes-details-content {
  max-width: 700px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .causes-details-area .causes-details-column .causes-details-content {
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
  }
}

.causes-details-area .causes-details-column .sidebar-area {
  max-width: 400px;
  width: 100%;
}

.causes-details h3 {
  font-size: 30px;
  line-height: 1.334;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .causes-details h3 {
    font-size: 22px;
  }

  .causes-details h3 br {
    display: none;
  }
}

.causes-details p {
  margin-bottom: 15px;
}

.causes-details .cause-title {
  margin-bottom: 30px;
  margin-top: 32px;
}

.causes-details .donate-info-wrp {
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  margin-bottom: 34px;
  padding: 10px 0;
}

@media only screen and (max-width: 767px) {
  .causes-details .donate-info-wrp {
    border-bottom: none;
  }
}

.causes-details .donate-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding-right: 3px;
}

@media only screen and (max-width: 767px) {
  .causes-details .donate-info {
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
    padding-bottom: 12px;
  }
}

.causes-details .donate-info .info-item {
  background-color: #f7f7f7;
  font-family: "Yeseva One", cursive;
  min-width: 100px;
  padding: 7px 13px 6px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.causes-details .donate-info .info-item .info-title,
.causes-details .donate-info .info-item .amount {
  display: block;
  line-height: 1;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}

.causes-details .donate-info .info-item .info-title {
  color: #001d23;
  font-size: 14px;
  margin-bottom: 8px;
}

.causes-details .donate-info .info-item .amount {
  color: #fc6539;
  font-size: 20px;
  background: #FEA444;
  background: linear-gradient(to left, #FEA444 0%, #FC6539 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 359.98px) {
  .causes-details .donate-info .info-item .amount {
    font-size: 18px;
  }
}

.causes-details .donate-info .info-item:hover {
  background: #FEA444;
  background: linear-gradient(to left, #FEA444 0%, #FC6539 100%);
}

.causes-details .donate-info .info-item:hover .info-title,
.causes-details .donate-info .info-item:hover .amount {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.causes-details .progress-item {
  margin-bottom: 0;
  margin-top: 38px;
  padding-left: 5px;
}

.causes-details .progress-item .progress-line {
  background-color: #f7f7f7;
  border-radius: 0;
  height: 7px;
}

.causes-details .progress-item .progress-line .progress-bar-line {
  background-color: #fea444;
  border-radius: 0;
  overflow: visible !important;
  position: relative;
}

.causes-details .progress-item .progress-line .progress-bar-line:after {
  background-color: #fea444;
  border-radius: 50%;
  content: "";
  height: 15px;
  position: absolute;
  right: -3px;
  top: 50%;
  width: 15px;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
}

.causes-details .progress-item .progress-line .progress-bar-line span {
  color: #fc6539;
  font-family: "Yeseva One", cursive;
  font-size: 20px;
  position: absolute;
  right: -15px;
  top: -42px;
}

.causes-details .document-item {
  align-items: center;
  background-color: #fc6539;
  display: flex;
  height: 75px;
  justify-content: space-between;
  margin-bottom: 23px;
  margin-top: 10px;
  padding: 15px 30px;
  width: 100%;
}

.causes-details .document-item:hover {
  cursor: pointer;
}

.causes-details .document-item h4 {
  color: #fff;
  font-family: "Yeseva One", cursive;
  font-size: 20px;
  line-height: 1;
  margin: 0;
}

.causes-details-content .donners-info {
  margin-bottom: 30px;
  padding: 21px 0 0;
}

.causes-details-content .donners-info h3 {
  color: #001d23;
  margin-bottom: 33px;
}

.causes-details-content .donners-info .donners-item {
  display: block;
}

.causes-details-content .donners-info .donners-item .donner-item {
  background-color: transparent;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0;
}

.causes-details-content .donners-info .donners-item .donner-item.donner-number {
  line-height: 82px;
  position: relative;
  top: 3px;
}

@media only screen and (max-width: 767px) {
  .causes-details-content .donners-info .donners-item .donner-item.donner-number {
    top: 4px;
  }
}

@media only screen and (max-width: 575px) {
  .causes-details-content .donners-info .donners-item .donner-item.donner-number {
    top: 3px;
  }
}

@media only screen and (max-width: 479.98px) {
  .causes-details-content .donners-info .donners-item .donner-item.donner-number {
    line-height: 60px;
    top: 1px;
  }
}

/*
-----------------------------------------------------------------------
	Events CSS
-----------------------------------------------------------------------
*/
.events-area.events-default-area {
  padding: 145px 0 120px;
}

@media only screen and (max-width: 1199px) {
  .events-area.events-default-area {
    padding: 98px 0 70px;
  }
}

@media only screen and (max-width: 991px) {
  .events-area.events-default-area {
    padding: 98px 0 187px;
  }
}

@media only screen and (max-width: 767px) {
  .events-area.events-default-area {
    padding: 78px 0 157px;
  }
}

@media only screen and (max-width: 479.98px) {
  .events-area.events-default-area {
    padding: 78px 0 50px;
  }
}

.events-area.events-default-area .section-title {
  margin-bottom: 99px;
}

@media only screen and (max-width: 1199px) {
  .events-area.events-default-area .section-title {
    margin-bottom: 75px;
  }
}

@media only screen and (max-width: 575px) {
  .events-area.events-default-area .section-title {
    margin-bottom: 65px;
  }
}

@media only screen and (max-width: 479.98px) {
  .events-area.events-default-area .section-title {
    text-align: center;
  }
}

.events-area.events-default-area .section-title .title.title-style .img-shape {
  transform: translate(-82.5%, -50%);
  -webkit-transform: translate(-82.5%, -50%);
  -moz-transform: translate(-82.5%, -50%);
  -ms-transform: translate(-82.5%, -50%);
  -o-transform: translate(-82.5%, -50%);
}

@media only screen and (max-width: 1199px) {
  .events-area.events-default-area .section-title .title.title-style .img-shape {
    transform: translate(-130%, -50%);
    -webkit-transform: translate(-130%, -50%);
    -moz-transform: translate(-130%, -50%);
    -ms-transform: translate(-130%, -50%);
    -o-transform: translate(-130%, -50%);
  }
}

@media only screen and (max-width: 479.98px) {
  .events-area.events-default-area .section-title .title.title-style .img-shape {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
}

.events-area.events-default-area .events-content {
  padding-right: 170px;
}

@media only screen and (max-width: 1199px) {
  .events-area.events-default-area .events-content {
    padding-right: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .events-area.events-default-area .events-content {
    padding-right: 0;
  }
}

.events-area.events-default-area .layer-style {
  margin-top: 150px;
  position: relative;
}

@media (max-width: 1699px) {
  .events-area.events-default-area .layer-style {
    left: -100px;
    margin-top: 165px;
  }
}

@media (max-width: 1499px) {
  .events-area.events-default-area .layer-style {
    left: -40px;
    margin-top: 290px;
  }
}

@media only screen and (max-width: 991px) {
  .events-area.events-default-area .layer-style {
    margin-top: 110px;
  }
}

@media only screen and (max-width: 479.98px) {
  .events-area.events-default-area .layer-style {
    display: none;
  }
}

.events-area.events-default-area .layer-style .thumb {
  position: relative;
}

.events-area.events-default-area .layer-style .thumb img {
  max-width: none;
}

@media (max-width: 1499px) {
  .events-area.events-default-area .layer-style .thumb img {
    max-width: 100%;
  }
}

.events-area.events-default-area .layer-style .thumb .play-video-btn {
  left: 65%;
  position: absolute;
  top: 40.5%;
}

@media (max-width: 1499px) {
  .events-area.events-default-area .layer-style .thumb .play-video-btn {
    left: 38%;
    top: 36%;
  }
}

.events-area.events-default-area .layer-style .shape-style1,
.events-area.events-default-area .layer-style .shape-style2,
.events-area.events-default-area .layer-style .shape-style3,
.events-area.events-default-area .layer-style .shape-style4 {
  position: absolute;
  z-index: -1;
}

.events-area.events-default-area .layer-style .shape-style1 img,
.events-area.events-default-area .layer-style .shape-style2 img,
.events-area.events-default-area .layer-style .shape-style3 img,
.events-area.events-default-area .layer-style .shape-style4 img {
  max-width: none;
}

@media (max-width: 1499px) {

  .events-area.events-default-area .layer-style .shape-style1 img,
  .events-area.events-default-area .layer-style .shape-style2 img,
  .events-area.events-default-area .layer-style .shape-style3 img,
  .events-area.events-default-area .layer-style .shape-style4 img {
    max-width: 100%;
  }
}

.events-area.events-default-area .layer-style .shape-style1 {
  left: 40px;
  top: -122px;
}

@media (max-width: 1499px) {
  .events-area.events-default-area .layer-style .shape-style1 {
    top: -70px;
  }
}

.events-area.events-default-area .layer-style .shape-style2 {
  left: -59px;
  top: 0;
}

@media (max-width: 1499px) {
  .events-area.events-default-area .layer-style .shape-style2 {
    left: -15px;
    top: 55px;
    width: 90%;
  }
}

.events-area.events-default-area .layer-style .shape-style3 {
  left: 21px;
  top: -136px;
}

@media (max-width: 1499px) {
  .events-area.events-default-area .layer-style .shape-style3 {
    top: -80px;
  }
}

.events-area.events-default-area .layer-style .shape-style4 {
  left: -34px;
  top: 4px;
}

@media (max-width: 1499px) {
  .events-area.events-default-area .layer-style .shape-style4 {
    left: -15px;
    top: 55px;
    width: 90%;
  }
}

.event-item {
  margin-bottom: 30px;
}

.event-item .thumb {
  min-width: 240px;
  overflow: hidden;
  position: relative;
}

.event-item .thumb .thumb-img {
  width: 100%;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}

.event-item .thumb .btn-theme {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  visibility: hidden;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.event-item .thumb .btn-theme img {
  min-width: auto;
  border-radius: 60px;

}

.event-item .content {
  background-color: #F8E202;
  border-radius: 0px 30px 30px 0px;
  padding: 50px;

}

.event-item .contenttwo {
  background-color: #4CD6DD;
  border-radius: 0px 30px 30px 0px;
  padding: 50px;

}

.event-item .content .event-info {
  color: #001d23;
  font-weight: 700;
  margin-bottom: 8px;
}

.event-item .content .event-info span {
  color: #fc6539;
}

.event-item .content .event-name {
  font-size: 24px;
  line-height: 1.334;
}

@media only screen and (max-width: 1199px) {
  .event-item .content .event-name {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .event-item .content .event-name {
    font-size: 18px;
  }
}

.event-item .content .event-name a {
  color: #001d23;
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.event-item .content .event-name a:hover {
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.event-item:hover .thumb .thumb-img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}

.event-item:hover .thumb .btn-theme {
  opacity: 1;
  visibility: visible;
}

.events-list .event-item {
  display: flex;
}

@media only screen and (max-width: 479.98px) {
  .events-list .event-item {
    display: block;
  }
}

.events-list .event-item .thumb img {
  min-width: 240px;
}

@media only screen and (max-width: 575px) {
  .events-list .event-item .thumb img {
    height: 100%;
  }
}

.events-list .event-item .thumb .btn-theme img {
  min-width: auto;
}

@media only screen and (max-width: 575px) {
  .events-list .event-item .thumb .btn-theme img {
    height: auto;
  }
}

.events-list .event-item .content {
  padding: 21px 30px 16px 44px;
}

@media only screen and (max-width: 1199px) {
  .events-list .event-item .content {
    padding: 25px 30px 15px 30px;
  }
}

@media only screen and (max-width: 479.98px) {
  .events-list .event-item .content {
    padding: 25px 30px 25px;
  }
}

.event-details-area {
  padding: 150px 0 390px;
}

@media only screen and (max-width: 1199px) {
  .event-details-area {
    padding: 100px 0 230px;
  }
}

@media only screen and (max-width: 767px) {
  .event-details-area {
    padding: 70px 0 210px;
  }
}

.event-details-area .event-details-column {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
  .event-details-area .event-details-column {
    display: block;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}

.event-details-area .event-details-column .event-details-content {
  max-width: 700px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .event-details-area .event-details-column .event-details-content {
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
  }
}

.event-details-area .event-details-column .sidebar-area {
  max-width: 400px;
  width: 100%;
}

@media only screen and (max-width: 479.98px) {
  .event-details-area .brand-logo-content {
    margin: 15px 0 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.event-details h3 {
  font-size: 30px;
  line-height: 1.334;
  margin-bottom: 16px;
}

@media only screen and (max-width: 479.98px) {
  .event-details h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 359.98px) {
  .event-details h3 {
    font-size: 18px;
  }
}

.event-details p {
  margin-bottom: 15px;
}

.event-details .event-title {
  margin-bottom: 18px;
  margin-top: 32px;
}

.event-details .event-time-info {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 479.98px) {
  .event-details .event-time-info {
    display: block;
  }
}

.event-details .event-time-info .info-item {
  background-color: #f7f7f7;
  border-radius: 75px;
  display: inline-block;
  height: 200px;
  min-width: 200px;
  padding: 40px 15px 35px;
  text-align: center;
  width: 200px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

@media only screen and (max-width: 767px) {
  .event-details .event-time-info .info-item {
    border-radius: 15px;
    height: 130px;
    min-width: 148px;
    padding: 15px 15px 35px;
    width: 148px;
  }
}

@media only screen and (max-width: 479.98px) {
  .event-details .event-time-info .info-item {
    height: auto;
    margin-bottom: 10px;
    min-width: auto;
    padding: 25px 15px;
    width: 100%;
  }
}

.event-details .event-time-info .info-item .icon {
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .event-details .event-time-info .info-item .icon {
    margin-bottom: 18px;
  }
}

.event-details .event-time-info .info-item .icon img {
  max-width: none;
}

@media only screen and (max-width: 767px) {
  .event-details .event-time-info .info-item .icon img {
    width: 32px;
  }
}

.event-details .event-time-info .info-item h4 {
  font-size: 22px;
  margin-bottom: 0;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}

@media only screen and (max-width: 767px) {
  .event-details .event-time-info .info-item h4 {
    font-size: 16px;
  }
}

.event-details .event-time-info .info-item.event-location .icon {
  margin-bottom: 21px;
}

.event-details .event-time-info .info-item:hover {
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
}

.event-details .event-time-info .info-item:hover .icon img {
  filter: invert(0) brightness(100);
}

.event-details .event-time-info .info-item:hover h4 {
  background: none;
  -webkit-text-fill-color: white;
}

.event-details .event-category {
  background-color: #fc6539;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1;
  min-width: 105px;
  text-align: center;
  padding: 7.5px 3px;
  text-transform: uppercase;
}

.event-details .event-author {
  color: #595959;
  font-size: 16px;
  font-weight: 700;
}

.event-details .event-author span {
  color: #fc6539;
  font-size: 13px;
  font-weight: 400;
}

.event-details .event-category-post {
  align-items: center;
  display: flex;
  margin-top: 40px;
}

@media only screen and (max-width: 479.98px) {
  .event-details .event-category-post {
    display: block;
  }
}

.event-details .event-category-post .event-category {
  margin-right: 30px;
}

@media only screen and (max-width: 479.98px) {
  .event-details .event-category-post .event-category {
    margin-bottom: 13px;
  }
}

.event-details .map-content {
  height: 400px;
  margin-bottom: 32px;
  width: 100%;
}

.event-details .map-content iframe {
  height: 100%;
  width: 100%;
}

.event-details .btn-wrp {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .event-details .btn-wrp {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .event-details .btn-wrp .btn-theme {
    display: inline-block;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 575px) {
  .event-details .btn-wrp .btn-theme {
    margin-bottom: 10px;
  }
}

.event-details .btn-wrp .btn-theme.btn-border {
  border-color: #e6e6e6;
  color: #001d23;
  font-size: 18px;
  font-weight: 700;
  margin-left: 30px;
  padding: 18.38px 46.32px;
}

@media only screen and (max-width: 767px) {
  .event-details .btn-wrp .btn-theme.btn-border {
    margin-left: 0;
    padding: 18px 25px;
  }
}

.event-details .btn-wrp .btn-theme.btn-border .icon.icon-style {
  margin-right: 20px;
  position: relative;
  transform: none;
  right: auto;
  top: auto;
}

@media only screen and (max-width: 767px) {
  .event-details .btn-wrp .btn-theme.btn-border .icon.icon-style {
    margin-right: 12px;
  }
}

.event-details .btn-wrp .btn-theme.btn-border:hover {
  background-color: transparent;
  border-color: #001d23;
}

.btn-play {
  display: inline-block;
}

.btn-play .icon {
  border-radius: 50%;
  display: inline-block;
  height: 100px;
  line-height: 100px;
  position: relative;
  text-align: center;
  width: 100px;
  z-index: 1;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
}

.btn-play.wave-btn {
  position: relative;
  top: 40px;
}

.btn-play.wave-btn span {
  background: #f6dec9;
  border-radius: 50%;
  height: 200px;
  left: -50px;
  position: absolute;
  top: -50px;
  width: 200px;
}

.btn-play.wave-btn span:nth-child(1) {
  background: #fc6539;
  animation: wave-button 2s infinite 0.1s linear backwards;
}

.btn-play.wave-btn span:nth-child(2) {
  background: #fea444;
  animation: wave-button 3s infinite 0.5s linear backwards;
}

.btn-play.wave-btn span:nth-child(3) {
  animation: wave-button 4s infinite 1s linear backwards;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
}

@keyframes wave-button {
  0% {
    opacity: 1;
    transform: scale(0.3);
  }

  50% {
    opacity: 0.5;
    transform: scale(0.6);
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

/*
-----------------------------------------------------------------------
	Gallery CSS
-----------------------------------------------------------------------
*/
.gallery-item .thumb {
  position: relative;
}

.gallery-item .thumb img {
  width: 100%;
}

.gallery-item .thumb .overlay {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.gallery-item .thumb .overlay i {
  color: #fff;
  font-size: 36px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.gallery-item:hover .thumb .overlay {
  opacity: 1;
  visibility: visible;
}

/*
-----------------------------------------------------------------------
	Testimonial CSS
-----------------------------------------------------------------------
*/
.testimonial-area.testimonial-default-area {
  padding: 150px 0 148px;
}

@media only screen and (max-width: 1199px) {
  .testimonial-area.testimonial-default-area {
    padding: 100px 0 98px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-area.testimonial-default-area {
    padding: 80px 0 78px;
  }
}

.testimonial-area.testimonial-default-area .title-wrp {
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  left: 0;
  min-height: 530px;
  padding-left: 70px;
  padding-right: 7%;
  position: absolute;
  width: calc(50% - 185px);
}

@media (max-width: 1599px) {
  .testimonial-area.testimonial-default-area .title-wrp {
    padding-right: 4%;
    width: calc(50% - 155px);
  }
}

@media only screen and (max-width: 1399px) {
  .testimonial-area.testimonial-default-area .title-wrp {
    padding-left: 55px;
  }
}

@media only screen and (max-width: 1199px) {
  .testimonial-area.testimonial-default-area .title-wrp {
    left: calc(0% - 30px);
    padding-right: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .testimonial-area.testimonial-default-area .title-wrp {
    justify-content: flex-start;
    left: auto;
    margin-bottom: 70px;
    min-height: auto;
    padding: 40px 0 5px 35px;
    position: relative;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-area.testimonial-default-area .title-wrp {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .testimonial-area.testimonial-default-area .title-wrp {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 479.98px) {
  .testimonial-area.testimonial-default-area .title-wrp {
    text-align: center;
  }
}

.testimonial-area.testimonial-default-area .title-wrp:after {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.902;
  position: absolute;
  top: 0;
  width: 100%;
  background: #FEA444;
  background-image: -ms-linear-gradient(-30deg, #fc6539 0%, #fea444 100%);
  background: linear-gradient(-30deg, #fc6539 0%, #fea444 100%);
}

.testimonial-area.testimonial-default-area .title-wrp .section-title {
  margin-bottom: 33px;
  max-width: 505px;
  position: relative;
  z-index: 1;
}

.testimonial-area.testimonial-default-area .title-wrp .section-title .title {
  margin-bottom: 0;
  text-shadow: 3px 3px 0 rgba(0, 29, 35, 0.45);
}

@media only screen and (max-width: 991px) {
  .testimonial-area.testimonial-default-area .title-wrp .section-title .title.title-style {
    margin-top: 10px;
  }
}

.testimonial-area.testimonial-default-area .title-wrp .section-title .title.title-style .img-shape {
  transform: translate(-21.5%, -50%);
  -webkit-transform: translate(-21.5%, -50%);
  -moz-transform: translate(-21.5%, -50%);
  -ms-transform: translate(-21.5%, -50%);
  -o-transform: translate(-21.5%, -50%);
}

@media only screen and (max-width: 1399px) {
  .testimonial-area.testimonial-default-area .title-wrp .section-title .title.title-style .img-shape {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
}

.testimonial-area.testimonial-default-area .testimonial-content {
  padding-right: 70px;
}

@media only screen and (max-width: 1199px) {
  .testimonial-area.testimonial-default-area .testimonial-content {
    padding-right: 0;
  }
}

@media only screen and (max-width: 479.98px) {
  .testimonial-single {
    text-align: center;
  }
}

.testimonial-single .client-thumb-wrp {
  margin-bottom: 39px;
  position: relative;
  z-index: 1;
}

.testimonial-single .client-thumb-wrp .quote-icon {
  font-size: 280px;
  font-family: "Yeseva One", cursive;
  left: 98px;
  line-height: 212px;
  position: absolute;
  top: 24px;
  z-index: -1;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 479.98px) {
  .testimonial-single .client-thumb-wrp .quote-icon {
    left: auto;
    right: 80px;
  }
}

.testimonial-single .client-thumb {
  background-color: #13373e;
  border-radius: 50%;
  height: 129px;
  padding: 4px;
  width: 129px;
}

@media only screen and (max-width: 479.98px) {
  .testimonial-single .client-thumb {
    margin: 0 auto;
  }
}

.testimonial-single .client-thumb img {
  border-radius: 50%;
}

.testimonial-single .client-content {
  margin-bottom: 38px;
  position: relative;
}

.testimonial-single .client-content p {
  color: #c2c2c2;
  font-size: 25px;
  font-family: "Yeseva One", cursive;
  line-height: 1.6;
}

@media only screen and (max-width: 479.98px) {
  .testimonial-single .client-content p {
    font-size: 20px;
  }
}

.testimonial-single .client-content .quote-icon {
  position: absolute;
  right: 111px;
  top: 18px;
}

.testimonial-single .client-info .shape-line-img {
  margin-bottom: 31px;
  width: auto;
}

.testimonial-single .client-info .name {
  color: #fff;
  font-size: 27px;
  margin-bottom: 29px;
}

@media only screen and (max-width: 767px) {
  .testimonial-single .client-info .name {
    font-size: 18px;
  }
}

@media only screen and (max-width: 479.98px) {
  .testimonial-single .client-info .name {
    margin-bottom: 15px;
  }
}

.testimonial-single .client-info .designation {
  color: #fc6539;
  font-family: "Yeseva One", cursive;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}

.testimonial-slider-container {
  overflow: visible;
}

.testimonial-slider-container .navigation-wrp {
  background-color: #192a2d;
  height: 135px;
  left: calc(121% + 1px);
  padding-left: 52px;
  position: absolute;
  top: calc(50% - 69px);
  width: 4000px;
}

@media (max-width: 1599px) {
  .testimonial-slider-container .navigation-wrp {
    left: calc(109% + 1px);
  }
}

@media only screen and (max-width: 1399px) {
  .testimonial-slider-container .navigation-wrp {
    bottom: 2px;
    left: calc(65% + 1px);
    top: auto;
  }
}

@media only screen and (max-width: 991px) {
  .testimonial-slider-container .navigation-wrp {
    bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-slider-container .navigation-wrp {
    height: 100px;
  }
}

@media only screen and (max-width: 575px) {
  .testimonial-slider-container .navigation-wrp {
    left: calc(48% + 1px);
  }
}

@media only screen and (max-width: 479.98px) {
  .testimonial-slider-container .navigation-wrp {
    display: none;
  }
}

.testimonial-slider-container .swiper-button-next,
.testimonial-slider-container .swiper-button-prev {
  border: 2px solid #283e42;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 32px;
  height: 60px;
  left: auto;
  line-height: 52px;
  position: relative;
  right: auto;
  text-align: center;
  top: calc(50% - 8px);
  width: 60px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.testimonial-slider-container .swiper-button-next:after,
.testimonial-slider-container .swiper-button-prev:after {
  display: none;
}

.testimonial-slider-container .swiper-button-next:hover,
.testimonial-slider-container .swiper-button-prev:hover {
  background-color: #283e42;
}

.testimonial-slider-container .swiper-button-next .icon-img,
.testimonial-slider-container .swiper-button-prev .icon-img {
  max-width: none;
  width: auto;
}

.testimonial-slider-container .swiper-button-next {
  margin-left: 17px;
}

/*
-----------------------------------------------------------------------
  Brand Logo CSS
-----------------------------------------------------------------------
*/
.brand-logo-area.brand-logo-default-area {
  padding: 0px 0 200px;
}

@media only screen and (max-width: 1199px) {
  .brand-logo-area.brand-logo-default-area {
    padding: 100px 0 185px;
  }
}

@media only screen and (max-width: 767px) {
  .brand-logo-area.brand-logo-default-area {
    padding: 20px 15px 167px;
  }
}

.brand-logo-area.brand-logo-default-area .section-title {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .brand-logo-area.brand-logo-default-area .section-title {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .brand-logo-area.brand-logo-default-area .section-title {
    margin: 0 auto 60px;
    max-width: 260px;
  }
}

.brand-logo-area.brand-logo-default-area .section-title .title.title-style .img-shape {
  transform: translate(-60%, -47%);
  -webkit-transform: translate(-60%, -47%);
  -moz-transform: translate(-60%, -47%);
  -ms-transform: translate(-60%, -47%);
  -o-transform: translate(-60%, -47%);
}

@media only screen and (max-width: 991px) {
  .brand-logo-area.brand-logo-default-area .section-title .title.title-style .img-shape {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
}

.brand-logo-area.brand-logo-default-area .section-title .btn-theme.btn-border {
  padding: 19.5px 60px 19.5px 36px;
}

@media only screen and (max-width: 767px) {
  .brand-logo-area.brand-logo-default-area .section-title .btn-theme.btn-border {
    padding: 13px 50px 13px 20px;
  }
}

.brand-logo-area.brand-logo-default-area .section-title .btn-theme.btn-border .icon {
  right: 30px;
}

@media only screen and (max-width: 767px) {
  .brand-logo-area.brand-logo-default-area .section-title .btn-theme.btn-border .icon {
    right: 20px;
  }
}

.brand-logo-area.brand-logo-default-area .brand-logo-content {
  margin: 16px -27px 0;
}

.brand-logo-area.brand-logo-default-area .brand-logo-content .brand-logo-item {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 49px;
  min-height: 79px;
  text-align: center;
}

.brand-logo-item img {
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.brand-logo-item:hover img {
  opacity: 0.7;
}

.brand-logo-slider-container {
  padding-left: 20px;
}

.brand-logo-slider-container .brand-logo-slider .brand-logo-item {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 96px;
}

/*
-----------------------------------------------------------------------
    Funfact CSS
-----------------------------------------------------------------------
*/
.funfact-area.funfact-default-area {
  background-color: #f7f7f7;
}

.funfact-area.funfact-default-area .container {
  max-width: 1310px;
}

.funfact-items-style1 .funfact-item {
  border-left: 1px solid #eaecec;
  padding: 140px 0 143px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

@media only screen and (max-width: 1199px) {
  .funfact-items-style1 .funfact-item {
    padding: 100px 0 95px;
  }
}

@media only screen and (max-width: 991px) {
  .funfact-items-style1 .funfact-item {
    padding: 90px 0 93px;
  }
}

@media only screen and (max-width: 767px) {
  .funfact-items-style1 .funfact-item {
    border-bottom: 1px solid #eaecec;
    padding: 60px 0 63px;
  }
}

@media only screen and (max-width: 575px) {
  .funfact-items-style1 .funfact-item {
    border-left: none;
    border-bottom: 1px solid #eaecec;
  }
}

.funfact-items-style1 .funfact-item .inner-content {
  display: flex;
  padding-left: 110px;
}

@media only screen and (max-width: 1399px) {
  .funfact-items-style1 .funfact-item .inner-content {
    padding-left: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .funfact-items-style1 .funfact-item .inner-content {
    padding-left: 0;
    justify-content: center;
  }
}

.funfact-items-style1 .funfact-item .icon-box {
  margin: 39px 44px 0 0;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .funfact-items-style1 .funfact-item .icon-box {
    margin: 34px 35px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .funfact-items-style1 .funfact-item .icon-box {
    margin: 24px 55px 0 0;
  }
}

.funfact-items-style1 .funfact-item .icon-box .icon {
  max-width: none;
  min-width: 66px;
}

@media only screen and (max-width: 991px) {
  .funfact-items-style1 .funfact-item .icon-box .icon {
    min-width: auto;
    width: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .funfact-items-style1 .funfact-item .icon-box .icon {
    width: 45px;
  }
}

.funfact-items-style1 .funfact-item .icon-box .shape-img {
  left: -38px;
  max-width: none;
  position: absolute;
  top: -48px;
}

@media only screen and (max-width: 991px) {
  .funfact-items-style1 .funfact-item .icon-box .shape-img {
    left: 0;
    top: -30px;
    width: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .funfact-items-style1 .funfact-item .icon-box .shape-img {
    top: -36px;
    width: 80px;
  }
}

.funfact-items-style1 .funfact-item .number h2 {
  font-size: 55px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 1399px) {
  .funfact-items-style1 .funfact-item .number h2 {
    font-size: 46px;
  }
}

@media only screen and (max-width: 1199px) {
  .funfact-items-style1 .funfact-item .number h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .funfact-items-style1 .funfact-item .number h2 {
    font-size: 30px;
  }
}

.funfact-items-style1 .funfact-item .line-shape {
  margin-bottom: 16px;
  margin-left: 2px;
}

.funfact-items-style1 .funfact-item .title {
  color: #969696;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-left: 2px;
  text-transform: uppercase;
}

.funfact-items-style1 .funfact-item:last-child {
  border-right: 1px solid #eaecec;
}

/*
-----------------------------------------------------------------------
    Donate CSS
-----------------------------------------------------------------------
*/
.donate-area.donate-default-area {
  overflow: hidden;
  padding: 105px 0 104px;
}

@media only screen and (max-width: 1199px) {
  .donate-area.donate-default-area {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 767px) {
  .donate-area.donate-default-area {
    padding: 80px 0;
  }
}

.donate-area.donate-default-area .section-title {
  margin-bottom: 90px;
  margin-top: 73px;
}

@media only screen and (max-width: 991px) {
  .donate-area.donate-default-area .section-title {
    margin-bottom: 70px;
    margin-top: 0;
    text-align: center;
  }
}

.donate-area.donate-default-area .section-title .title.title-style .img-shape {
  transform: translate(-60%, -47%);
  -webkit-transform: translate(-60%, -47%);
  -moz-transform: translate(-60%, -47%);
  -ms-transform: translate(-60%, -47%);
  -o-transform: translate(-60%, -47%);
}

@media only screen and (max-width: 1199px) {
  .donate-area.donate-default-area .section-title .title.title-style .img-shape {
    transform: translate(-80%, -50%);
    -webkit-transform: translate(-80%, -50%);
    -moz-transform: translate(-80%, -50%);
    -ms-transform: translate(-80%, -50%);
    -o-transform: translate(-80%, -50%);
  }
}

@media only screen and (max-width: 991px) {
  .donate-area.donate-default-area .section-title .title.title-style .img-shape {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
}

.donate-area.donate-default-area .donate-form {
  position: relative;
  z-index: 0;
}

.donate-area.donate-default-area .donate-form:before {
  background-color: #08242a;
  border-radius: 50%;
  content: "";
  height: 724px;
  left: -512px;
  position: absolute;
  top: -236px;
  width: 724px;
  z-index: -1;
}

.donate-form form .amount-info {
  display: flex;
  margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .donate-form form .amount-info {
    justify-content: center;
  }
}

@media only screen and (max-width: 479.98px) {
  .donate-form form .amount-info {
    display: block;
  }
}

.donate-form form .amount-info .donate-amount {
  border: 2px solid #203438;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  height: 58px;
  line-height: 58px;
  margin-right: 20px;
  min-width: 95px;
  text-align: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

@media only screen and (max-width: 1199px) {
  .donate-form form .amount-info .donate-amount {
    min-width: 80px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 479.98px) {
  .donate-form form .amount-info .donate-amount {
    min-width: auto;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}

.donate-form form .amount-info .donate-amount:hover,
.donate-form form .amount-info .donate-amount.active {
  border-color: #fc6539;
  cursor: pointer;
}

.donate-form form .amount-info .donate-amount.donate-custom-amount {
  max-width: 180px;
  min-width: 180px;
  margin-right: 0;
}

@media only screen and (max-width: 479.98px) {
  .donate-form form .amount-info .donate-amount.donate-custom-amount {
    width: 100%;
    max-width: none;
    min-width: auto;
  }
}

.donate-form form .amount-info .donate-amount.donate-custom-amount .form-control {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  height: 58px;
  padding: 2px 0px;
  text-align: center;
}

.donate-form form .amount-info .donate-amount.donate-custom-amount .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.donate-form form .amount-info .donate-amount.donate-custom-amount .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.donate-form form .amount-info .donate-amount.donate-custom-amount .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.donate-form form .amount-info .donate-amount.donate-custom-amount .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.donate-form form .btn-gradient.btn-border {
  border-color: #203438;
}

.donate-form form .btn-gradient.btn-border:after {
  border: 1px solid #203438;
  border-radius: 32.5px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}

.donate-form form .btn-gradient.btn-border:hover {
  border-color: #fea444;
}

.donate-form form .btn-gradient.btn-border:hover:after {
  border: none;
}

.donate-form form .btn-wrp {
  display: flex;
}

@media only screen and (max-width: 991px) {
  .donate-form form .btn-wrp {
    justify-content: center;
  }
}

@media only screen and (max-width: 479.98px) {
  .donate-form form .btn-wrp {
    display: block;
    text-align: center;
  }
}

.donate-form form .btn-wrp .btn-theme {
  margin-left: 20px;
}

@media only screen and (max-width: 479.98px) {
  .donate-form form .btn-wrp .btn-theme {
    margin-left: 0;
    text-align: left;
    vertical-align: middle;
  }
}

.donate-form form .btn-wrp .btn-theme:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 479.98px) {
  .donate-form form .btn-wrp .btn-theme:first-child {
    margin-right: 10px;
    margin-bottom: 0;
  }
}

@media (max-width: 443.98px) {
  .donate-form form .btn-wrp .btn-theme:first-child {
    margin-bottom: 15px;
  }
}

.donners-content .thumb-bg-layer {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 336px;
  position: absolute;
  right: 0;
  width: calc(50% - 215px);
}

@media only screen and (max-width: 1399px) {
  .donners-content .thumb-bg-layer {
    min-height: 300px;
    width: calc(50% - 115px);
  }
}

@media only screen and (max-width: 1199px) {
  .donners-content .thumb-bg-layer {
    min-height: 240px;
    width: calc(50% - 96px);
  }
}

@media only screen and (max-width: 991px) {
  .donners-content .thumb-bg-layer {
    margin-top: 70px;
    min-height: 300px;
    position: relative;
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .donners-content .thumb-bg-layer {
    min-height: 240px;
  }
}

.donners-content .donners-info {
  padding-top: 400px;
}

@media only screen and (max-width: 1399px) {
  .donners-content .donners-info {
    padding-top: 350px;
  }
}

@media only screen and (max-width: 1199px) {
  .donners-content .donners-info {
    padding-top: 290px;
  }
}

@media only screen and (max-width: 991px) {
  .donners-content .donners-info {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .donners-info {
    text-align: center;
  }
}

.donners-info h3 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 22px;
}

@media only screen and (max-width: 991px) {
  .donners-info h3 {
    font-size: 30px;
  }
}

.donners-info p {
  color: #838383;
  margin-bottom: 32px;
  margin-right: -125px;
}

@media (max-width: 1499px) {
  .donners-info p {
    margin-right: 0;
  }
}

.donners-info .donners-item {
  display: flex;
}

@media only screen and (max-width: 991px) {
  .donners-info .donners-item {
    justify-content: center;
  }
}

.donners-info .donners-item .donner-item {
  background-color: #13373e;
  border-radius: 50%;
  height: 80px;
  margin-right: 16px;
  padding: 4px;
  width: 80px;
}

@media only screen and (max-width: 479.98px) {
  .donners-info .donners-item .donner-item {
    width: 60px;
    height: 60px;
  }
}

.donners-info .donners-item .donner-item:last-child {
  margin-right: 0;
}

.donners-info .donners-item .donner-item img {
  border-radius: 50%;
}

.donners-info .donners-item .donner-item.donner-number {
  color: #fff;
  font-size: 20px;
  font-family: "Yeseva One", cursive;
  line-height: 74px;
  text-align: center;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
}

@media only screen and (max-width: 479.98px) {
  .donners-info .donners-item .donner-item.donner-number {
    line-height: 55px;
    font-size: 14px;
  }
}

/*
-----------------------------------------------------------------------
  Icon Box CSS
-----------------------------------------------------------------------
*/
.icon-box-style1 .icon-box-item {

  background-image: url("../img/slider/8947874587.png");
  background-repeat: no-repeat;
  border-radius: 30px;
  width: 350px;
  height: 600px;
  background: cover;
  display: block;
  object-fit: cover;
  background-position: center;
  background-size: 350px;
  padding: 82px 47px 44px 58px;
}

.icon-box-style1 .icon-box-item23 {

  background-image: url("../img/slider/this one .png");
  background-repeat: no-repeat;
  border-radius: 30px;
  width: 350px;
  height: 600px;
  background: cover;
  display: block;
  object-fit: cover;
  background-position: center;
  background-size: 350px;
  padding: 82px 47px 44px 58px;
}


.icon-box-style1 .icon-box-item24 {
  background-image: url("../img/slider/jdjghdg.png");
  background-repeat: no-repeat;
  border-radius: 30px;
  width: 350px;
  height: 600px;
  background: cover;
  display: block;
  object-fit: cover;
  background-position: center;
  background-size: 350px;
  padding: 82px 47px 44px 58px;

}



@media only screen and (max-width: 1199px) {
  .icon-box-style1 .icon-box-item {
    padding: 45px 25px;
  }
}

.icon-box-style1 .icon-box-item .icon-box-top {
  display: flex;
  margin-bottom: 33px;
  padding-left: 22px;
}

@media only screen and (max-width: 1199px) {
  .icon-box-style1 .icon-box-item .icon-box-top {
    margin-bottom: 5px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 359.98px) {
  .icon-box-style1 .icon-box-item .icon-box-top {
    padding-right: 0;
  }
}

.icon-box-style1 .icon-box-item .icon-box {
  margin-right: 11px;
  min-height: 89px;
  min-width: 87px;
  position: relative;
  top: 7px;
}

@media only screen and (max-width: 1199px) {
  .icon-box-style1 .icon-box-item .icon-box {
    margin-right: 10px;
    min-height: 78px;
    min-width: 50px;
  }
}

.icon-box-style1 .icon-box-item .icon-box:after {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  content: "";
  height: 83px;
  left: -27px;
  position: absolute;
  top: -15px;
  width: 83px;
}

@media only screen and (max-width: 1199px) {
  .icon-box-style1 .icon-box-item .icon-box:after {
    height: 58px;
    left: -22px;
    width: 58px;
  }
}

.icon-box-style1 .icon-box-item .icon-box .icon-img {
  min-width: 76px;
}

@media only screen and (max-width: 1199px) {
  .icon-box-style1 .icon-box-item .icon-box .icon-img {
    min-width: auto;
    width: 40px;
  }
}

.icon-box-style1 .icon-box-item .title {
  color: #fff;
  font-size: 38px;
  line-height: 1.185;
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .icon-box-style1 .icon-box-item .title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .icon-box-style1 .icon-box-item .title {
    padding-top: 6px;
  }
}

.icon-box-style1 .icon-box-item .content .separator-line {
  margin-bottom: 27px;
}

.icon-box-style1 .icon-box-item .content .separator-line img {
  max-width: none;
}

.icon-box-style1 .icon-box-item .content p {
  color: #feece7;
  line-height: 1.667;
  margin-bottom: 32px;
}

.icon-box-style1 .icon-box-item .content .btn-theme.btn-white {
  background-color: transparent;
  border-color: #fff;
}

.icon-box-style1 .icon-box-item .content .btn-theme.btn-white:hover {
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
}

.icon-box-style1 .icon-box-item.item-two {
  background-color: #001d23;
}

.icon-box-style1 .icon-box-item.item-two .icon-box-top {
  left: -7px;
  position: relative;
}

.icon-box-style1 .icon-box-item.item-two .icon-box {
  margin-right: 18px;
}

@media only screen and (max-width: 1199px) {
  .icon-box-style1 .icon-box-item.item-two .icon-box {
    margin-right: 10px;
  }
}

.icon-box-style1 .icon-box-item.item-two .icon-box .icon-img {
  min-width: 87px;
}

@media only screen and (max-width: 1199px) {
  .icon-box-style1 .icon-box-item.item-two .icon-box .icon-img {
    min-width: auto;
    width: 45px;
  }
}

.icon-box-style1 .icon-box-item.item-three {
  background-color: #fea444;
}

.icon-box-style1 .icon-box-item.item-three .icon-box-top {
  left: -6px;
  position: relative;
}

.icon-box-style1 .icon-box-item.item-three .icon-box {
  margin-right: 17px;
}

@media only screen and (max-width: 1199px) {
  .icon-box-style1 .icon-box-item.item-three .icon-box {
    margin-right: 10px;
  }
}

.icon-box-style1 .icon-box-item.item-three .icon-box .icon-img {
  min-width: 83px;
}

@media only screen and (max-width: 1199px) {
  .icon-box-style1 .icon-box-item.item-three .icon-box .icon-img {
    min-width: auto;
    width: 45px;
  }
}

/*
-----------------------------------------------------------------------
	Form CSS
-----------------------------------------------------------------------
*/
.donation-form {
  padding: 75px 85px 78px 86px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .donation-form {
    padding: 55px 35px 58px;
  }
}

@media only screen and (max-width: 479.98px) {
  .donation-form {
    padding: 55px 15px 50px;
  }
}

.donation-form .section-title {
  margin-bottom: 40px;
}

.donation-form .section-title .title {
  font-size: 50px;
}

@media only screen and (max-width: 575px) {
  .donation-form .section-title .title {
    font-size: 30px;
  }
}

.donation-form .section-title .line-shape {
  margin-top: 16px;
}

.donation-form form .amount-info {
  display: flex;
  margin-bottom: 40px;
}

@media only screen and (max-width: 575px) {
  .donation-form form .amount-info {
    display: block;
  }
}

.donation-form form .amount-info .donate-amount {
  background-color: #001d23;
  border: 2px solid #203438;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  height: 58px;
  line-height: 58px;
  margin-right: 20px;
  min-width: 95px;
  text-align: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .donation-form form .amount-info .donate-amount {
    min-width: 68px;
  }
}

@media only screen and (max-width: 575px) {
  .donation-form form .amount-info .donate-amount {
    margin-bottom: 7px;
    min-width: auto;
    width: 100%;
  }
}

.donation-form form .amount-info .donate-amount:hover,
.donation-form form .amount-info .donate-amount.active {
  border-color: #fc6539;
  cursor: pointer;
}

.donation-form form .amount-info .donate-amount.donate-custom-amount {
  max-width: 180px;
  min-width: 180px;
  margin-right: 0;
}

@media only screen and (max-width: 575px) {
  .donation-form form .amount-info .donate-amount.donate-custom-amount {
    min-width: auto;
    max-width: none;
  }
}

.donation-form form .amount-info .donate-amount.donate-custom-amount .form-control {
  background-color: #001d23;
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  height: 100%;
  padding: 2px 0px;
  text-align: center;
}

.donation-form form .amount-info .donate-amount.donate-custom-amount .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.donation-form form .amount-info .donate-amount.donate-custom-amount .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.donation-form form .amount-info .donate-amount.donate-custom-amount .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.donation-form form .amount-info .donate-amount.donate-custom-amount .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.donation-form form .payment-method-wrp {
  margin-bottom: 38px;
}

.donation-form form .payment-method-wrp h4 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 21px;
}

.donation-form form .payment-method-wrp .payment-method {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .donation-form form .payment-method-wrp .payment-method {
    display: block;
  }
}

.donation-form form .payment-method-wrp .payment-method .payment-type {
  min-width: 223px;
}

.donation-form form .payment-method-wrp .payment-method .payment-type .form-check {
  margin-right: 27px;
}

@media only screen and (max-width: 767px) {
  .donation-form form .payment-method-wrp .payment-method .payment-type .form-check {
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.donation-form form .payment-method-wrp .payment-method .payment-type .form-check .form-check-input {
  background-color: #fff;
  border: 6px solid #06323b;
  box-shadow: none;
  border-radius: 50%;
  height: 21px;
  margin-right: 12px;
  width: 21px;
  position: relative;
}

.donation-form form .payment-method-wrp .payment-method .payment-type .form-check .form-check-input:checked[type=radio] {
  background-image: none;
  background-color: #fc6539;
}

.donation-form form .payment-method-wrp .payment-method .payment-type .form-check .form-check-label {
  color: #8a8d8e;
  font-size: 16px;
}

.donation-form form .payment-method-wrp .payment-method .payment-type .form-check .form-check-label:hover {
  cursor: pointer;
}

.donation-form form .payment-method-wrp .payment-method .payment-type .form-check:last-child {
  margin-right: 0;
}

.donation-form form .personal-info {
  margin-bottom: 40px;
}

.donation-form form .personal-info h4 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 25px;
}

.donation-form form .personal-info .form-group {
  margin-bottom: 20px;
}

.donation-form form .personal-info .form-group .form-control {
  background-color: #001d23;
  border: 2px solid #203438;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  height: 55px;
  padding: 15px 20px;
}

.donation-form form .personal-info .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #737f82;
  font-size: 15px;
  font-weight: 400;
}

.donation-form form .personal-info .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #737f82;
  font-size: 15px;
  font-weight: 400;
}

.donation-form form .personal-info .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #737f82;
  font-size: 15px;
  font-weight: 400;
}

.donation-form form .personal-info .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #737f82;
  font-size: 15px;
  font-weight: 400;
}

.donation-form form .personal-info .form-group .form-control.textarea {
  min-height: 140px;
}

.donation-form form .btn-gradient.btn-border {
  border-color: #203438;
  font-size: 18px;
  font-weight: 700;
  min-width: 300px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .donation-form form .btn-gradient.btn-border {
    font-size: 17px;
    min-width: 230px;
  }
}

@media only screen and (max-width: 575px) {
  .donation-form form .btn-gradient.btn-border {
    font-size: 14px;
    min-width: 150px;
    padding: 17px 25px;
  }
}

.donation-form form .btn-gradient.btn-border:hover {
  border-color: #fea444;
}

.donation-form form .btn-wrp {
  display: flex;
}

@media only screen and (max-width: 575px) {
  .donation-form form .btn-wrp {
    display: block;
  }
}

.donation-form form .btn-wrp .btn-theme {
  margin-left: 20px;
}

@media only screen and (max-width: 575px) {
  .donation-form form .btn-wrp .btn-theme {
    display: inline-block;
    margin-left: 7px;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 479.98px) {
  .donation-form form .btn-wrp .btn-theme {
    margin-bottom: 8px;
  }
}

.donation-form form .btn-wrp .btn-theme:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 575px) {
  .donation-form form .btn-wrp .btn-theme:first-child {
    min-width: 150px;
    padding: 17px 25px;
    text-align: center;
  }

  .donation-form form .btn-wrp .btn-theme:first-child img {
    display: none;
  }
}

.donation-form .layer-style .layer-style1 {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}

.donation-form .layer-style .layer-style2 {
  bottom: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: -1;
}

.volunteer-form {
  background-color: #f7f7f7;
  padding: 146px 100px 150px;
}

@media only screen and (max-width: 1199px) {
  .volunteer-form {
    padding: 95px 50px 100px;
  }
}

@media only screen and (max-width: 767px) {
  .volunteer-form {
    padding: 70px 25px;
  }
}

@media only screen and (max-width: 479.98px) {
  .volunteer-form {
    padding: 70px 15px;
  }
}

.volunteer-form .section-title {
  margin-bottom: 44px;
}

.volunteer-form .section-title .title {
  margin-bottom: 17px;
  padding-right: 110px;
}

@media only screen and (max-width: 991px) {
  .volunteer-form .section-title .title {
    padding-right: 0;
  }
}

.volunteer-form .section-title .title span {
  background: none;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #939697;
  -webkit-text-fill-color: unset;
}

.volunteer-form .volunteer-form-wrapper .form-group {
  margin-bottom: 20px;
}

.volunteer-form .volunteer-form-wrapper .form-group .form-control {
  background-color: transparent;
  border: 2px solid #d7d7d7;
  border-radius: 0;
  box-shadow: none;
  color: #001d23;
  height: 55px;
  padding: 20px 20px;
}

.volunteer-form .volunteer-form-wrapper .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #737f82;
}

.volunteer-form .volunteer-form-wrapper .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #737f82;
}

.volunteer-form .volunteer-form-wrapper .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #737f82;
}

.volunteer-form .volunteer-form-wrapper .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #737f82;
}

.volunteer-form .volunteer-form-wrapper .form-group .form-control:focus {
  border-color: #001d23;
}

.volunteer-form .volunteer-form-wrapper .form-group .form-control.textarea {
  margin-bottom: 39px;
  min-height: 215px;
}

.contact-form .contact-form-wrapper .form-group {
  margin-bottom: 20px;
}

.contact-form .contact-form-wrapper .form-group .form-control {
  background-color: transparent;
  border: 2px solid #d7d7d7;
  border-radius: 0;
  color: #001d23;
  font-size: 15px;
  height: 55px;
  padding: 14px 20px;
}

.contact-form .contact-form-wrapper .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #737f82;
  font-size: 15px;
}

.contact-form .contact-form-wrapper .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #737f82;
  font-size: 15px;
}

.contact-form .contact-form-wrapper .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #737f82;
  font-size: 15px;
}

.contact-form .contact-form-wrapper .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #737f82;
  font-size: 15px;
}

.contact-form .contact-form-wrapper .form-group .form-control:focus {
  border-color: #001d23;
  box-shadow: none;
  outline: none;
}

.contact-form .contact-form-wrapper .form-group .form-control.textarea {
  min-height: 215px;
}

.contact-form .contact-form-wrapper .form-group .btn-theme {
  margin-top: 39px;
}

.comment-form .comment-form-content .form-group {
  margin-bottom: 21px;
  position: relative;
  z-index: 1;
}

.comment-form .comment-form-content .form-group .form-control {
  background-color: transparent;
  border: 2px solid #d7d7d7;
  border-radius: 0;
  box-shadow: none;
  color: #001d23;
  font-size: 15px;
  height: 55px;
  padding: 10px 20px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.comment-form .comment-form-content .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #737f82;
  font-size: 15px;
}

.comment-form .comment-form-content .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #737f82;
  font-size: 15px;
}

.comment-form .comment-form-content .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #737f82;
  font-size: 15px;
}

.comment-form .comment-form-content .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #737f82;
  font-size: 15px;
}

.comment-form .comment-form-content .form-group .form-control:focus {
  border-bottom-color: #fc6539;
}

.comment-form .comment-form-content .form-group .form-control.textarea {
  height: 215px;
}

.form-message {
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.form-message button.btn-close {
  border: none;
  box-shadow: none;
  background-color: transparent;
  float: right;
  font-size: 14px;
  margin-top: 0;
  text-indent: 1000px;
}

.form-control:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: transparent;
  opacity: 0;
}

.form-control:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
  opacity: 0;
}

.form-control:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: transparent;
  opacity: 0;
}

.form-control:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
  opacity: 0;
}

/*
-----------------------------------------------------------------------
	Blog CSS
-----------------------------------------------------------------------
*/
.blog-area.blog-default-area {
  padding: 145px 0 120px;
}

@media only screen and (max-width: 1199px) {
  .blog-area.blog-default-area {
    padding: 97px 0 80px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-area.blog-default-area {
    padding: 85px 0 70px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-area.blog-default-area {
    padding: 75px 0 70px;
  }
}

.blog-area.blog-default-area .section-title {
  margin-bottom: 123px;
}

@media only screen and (max-width: 1399px) {
  .blog-area.blog-default-area .section-title {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .blog-area.blog-default-area .section-title {
    margin-bottom: 75px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-area.blog-default-area .section-title {
    max-width: 400px;
    margin: 0 auto 65px;
  }
}

.post-item {
  margin-bottom: 30px;
  position: relative;
}

.post-item .thumb {
  overflow: hidden;
  position: relative;
}

.post-item .thumb>a {
  display: block;
  position: relative;
}

.post-item .thumb img {
  width: 100%;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}

.post-item .thumb .meta-date {
  align-items: center;
  background-color: #fc6539;
  display: flex;
  height: 92px;
  justify-content: center;
  left: 35px;
  padding-top: 8px;
  line-height: 23px;
  position: absolute;
  text-align: center;
  top: 25px;
  width: 92px;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .post-item .thumb .meta-date {
    left: 15px;
    top: 15px;
  }
}

.post-item .thumb .meta-date a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: block;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.post-item .thumb .meta-date a span {
  display: block;
  font-family: "Yeseva One", cursive;
  font-weight: 400;
  font-size: 38px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 3px;
}

.post-item .thumb .shape-line {
  border: 2px solid #fff;
  height: 92px;
  left: 45px;
  position: absolute;
  top: 35px;
  width: 92px;
}

@media only screen and (max-width: 1199px) {
  .post-item .thumb .shape-line {
    left: 25px;
    top: 25px;
  }
}

.post-item .thumb .btn-play.play-video-popup {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.post-item .thumb .btn-play.play-video-popup .icon {
  border-radius: 50%;
  display: inline-block;
  height: 100px;
  line-height: 100px;
  position: relative;
  text-align: center;
  width: 100px;
  z-index: 1;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
}

@media only screen and (max-width: 479.98px) {
  .post-item .thumb .btn-play.play-video-popup .icon {
    height: 45px;
    line-height: 45px;
    width: 45px;
  }
}

.post-item .thumb .btn-play.play-video-popup .icon img {
  max-width: none;
  transform: none;
  width: auto;
}

.post-item .thumb .btn-play.play-video-popup .icon:after {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  content: "";
  height: 140px;
  left: -20px;
  position: absolute;
  top: -20px;
  width: 140px;
  z-index: -1;
}

@media only screen and (max-width: 479.98px) {
  .post-item .thumb .btn-play.play-video-popup .icon:after {
    display: none;
  }
}

.post-item .content {
  background-color: #f7f7f7;
  border-radius: 30px;
  bottom: -125px;
  left: 35px;
  overflow: hidden;
  padding-bottom: 1px;
  position: absolute;
  right: 35px;
  z-index: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

@media only screen and (max-width: 1199px) {
  .post-item .content {
    left: 15px;
    right: 15px;
  }
}

.post-item .content .inner-content {
  background-color: #f7f7f7;
  padding: 29px 34px 24px;

}

@media only screen and (max-width: 1199px) {
  .post-item .content .inner-content {
    padding: 22px 20px 25px;
  }
}

.post-item .content .meta {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.post-item .content .meta .post-category {
  background-color: #e6e6e6;
  color: #fc6539;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  min-width: 105px;
  padding: 2.5px 11px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.post-item .content .meta .post-category:hover {
  background-color: #fc6539;
  color: #fff;
}

.post-item .content .meta .post-share {
  font-size: 18px;
  position: relative;
}

.post-item .content .meta .post-share .icon-share {
  color: #aba5a5;
}

.post-item .content .meta .post-share .icon-share img {
  filter: contrast(0.01);
  max-width: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.post-item .content .meta .post-share ul {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 6px 25px 0px rgba(171, 181, 189, 0.25);
  display: flex;
  margin: 0;
  opacity: 0;
  padding: 8px 3px 8px 17px;
  position: absolute;
  right: 0;
  top: 35px;
  visibility: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.post-item .content .meta .post-share ul:before {
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  right: 0;
  top: -33px;
  z-index: -1;
}

.post-item .content .meta .post-share ul:after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 9px;
  box-shadow: 0px 6px 25px 0px rgba(171, 181, 189, 0.25);
  content: "";
  position: absolute;
  right: 6px;
  top: -8px;
  transform: rotate(45deg);
}

.post-item .content .meta .post-share ul li {
  margin-right: 13px;
  line-height: 1;
}

.post-item .content .meta .post-share ul li a {
  color: #000;
  font-size: 12px;
}

.post-item .content .meta .post-share ul li a.color-facebook {
  color: #425a99;
}

.post-item .content .meta .post-share ul li a.color-twitter {
  color: #67acec;
}

.post-item .content .meta .post-share ul li a.color-dribbble {
  color: #e93b88;
}

.post-item .content .meta .post-share ul li a.color-pinterest {
  color: #b51122;
}

.post-item .content .meta .post-share:hover .icon-share img {
  filter: contrast(1);
}

.post-item .content .meta .post-share:hover ul {
  opacity: 1;
  visibility: visible;
}

.post-item .content .title {
  font-size: 25px;
  margin-bottom: 0;
  line-height: 1.4;
}

@media only screen and (max-width: 1199px) {
  .post-item .content .title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .post-item .content .title {
    font-size: 22px;
  }
}

.post-item .content .title a {
  color: #001d23;
}

.post-item .content .title a:hover {
  color: #fc6539;
}

.post-item .content p {
  margin: 5px 0 0;
}

@media only screen and (max-width: 1199px) {
  .post-item .content p {
    font-size: 13px;
  }

  .post-item .content p br {
    display: none;
  }
}

.post-item .content .post-footer {
  align-items: center;
  background-color: #f7f7f7;
  display: flex;
  justify-content: space-between;
  margin-bottom: -71px;
  opacity: 1;
  padding: 1px 34px 32px;
  visibility: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

@media only screen and (max-width: 1199px) {
  .post-item .content .post-footer {
    padding: 1px 20px 25px;
  }
}

.post-item .content .post-author {
  color: #001d23;
  font-weight: 700;
}

.post-item:hover .thumb img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}

.post-item:hover .content .post-footer {
  margin-bottom: 0;
  opacity: 1;
  padding-top: 0;
  visibility: visible;
}

.post-items-style2 .post-item {
  background-color: #f7f7f7;
  margin-bottom: 50px;
}

.post-items-style2 .post-item .thumb img {
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}

.post-items-style2 .post-item .thumb .meta-date {
  bottom: 40px;
  left: 40px;
  top: auto;
}

@media only screen and (max-width: 479.98px) {
  .post-items-style2 .post-item .thumb .meta-date {
    left: 15px;
  }
}

.post-items-style2 .post-item .thumb .shape-line {
  bottom: 30px;
  left: 50px;
  top: auto;
}

@media only screen and (max-width: 479.98px) {
  .post-items-style2 .post-item .thumb .shape-line {
    left: 25px;
  }
}

.post-items-style2 .post-item .content {
  background-color: #f7f7f7;
  bottom: auto;
  left: auto;
  padding: 0;
  position: relative;
  right: auto;
  top: auto;
}

.post-items-style2 .post-item .content .inner-content {
  padding: 44px 40px 43px;
}

@media only screen and (max-width: 479.98px) {
  .post-items-style2 .post-item .content .inner-content {
    padding: 40px 15px;
  }
}

.post-items-style2 .post-item .content .meta {
  justify-content: start;
  margin-bottom: 21px;
}

@media only screen and (max-width: 479.98px) {
  .post-items-style2 .post-item .content .meta {
    display: block;
  }
}

.post-items-style2 .post-item .content .meta .post-category {
  background-color: #fc6539;
  color: #fff;
  margin-right: 28px;
}

@media only screen and (max-width: 479.98px) {
  .post-items-style2 .post-item .content .meta .post-category {
    display: inline-block;
    margin-bottom: 13px;
  }
}

.post-items-style2 .post-item .content .meta .post-category:hover {
  background-color: #fea444;
}

.post-items-style2 .post-item .content .meta .post-author {
  color: #595959;
  display: inline-block;
  font-weight: 500;
}

.post-items-style2 .post-item .content .meta .post-author .icon {
  background-color: #e6e6e6;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-right: 10px;
  min-width: 28px;
  text-align: center;
  width: 28px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.post-items-style2 .post-item .content .meta .post-author .icon .icon-img {
  max-width: none;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}

.post-items-style2 .post-item .content .meta .post-author:hover .icon {
  background-color: #fc6539;
}

.post-items-style2 .post-item .content .meta .post-author:hover .icon .icon-img {
  filter: invert(0) brightness(100);
}

.post-items-style2 .post-item .content .title {
  font-size: 30px;
  line-height: 1.334;
  margin-bottom: 13px;
}

@media only screen and (max-width: 575px) {
  .post-items-style2 .post-item .content .title {
    font-size: 20px;
  }
}

.post-items-style2 .post-item .content p {
  margin: 0 0 22px;
}

.post-items-style2 .post-item .content .btn-theme.btn-border-gradient.btn-size-md:hover span .icon {
  right: 24px;
}

.blog-page-wrapper .blog-grid-area {
  padding: 150px 0 390px;
}

@media only screen and (max-width: 1199px) {
  .blog-page-wrapper .blog-grid-area {
    padding: 100px 0 230px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-page-wrapper .blog-grid-area {
    padding: 70px 0 210px;
  }
}

.blog-page-wrapper .blog-content-column {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
  .blog-page-wrapper .blog-content-column {
    display: block;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}

.blog-page-wrapper .blog-content-column .blog-content-area {
  max-width: 700px;
  width: 100%;
}

.blog-page-wrapper .blog-content-column .sidebar-area {
  max-width: 400px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .blog-page-wrapper .sidebar-area {
    margin-top: 70px;
  }
}

.blog-page-wrapper .sidebar-area .widget {
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .blog-page-wrapper .sidebar-area .widget {
    margin-bottom: 40px;
  }
}

.blog-sidebar .blog-sidebar-content {
  float: left;
  max-width: 800px;
}

@media only screen and (max-width: 1199px) {
  .blog-sidebar .blog-sidebar-content {
    max-width: 596px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-sidebar .blog-sidebar-content {
    max-width: none;
  }
}

.blog-sidebar .blog-sidebar-content.sidebar-content-style {
  max-width: 770px;
}

@media only screen and (max-width: 1199px) {
  .blog-sidebar .blog-sidebar-content.sidebar-content-style {
    max-width: 596px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-sidebar .blog-sidebar-content.sidebar-content-style {
    max-width: 100%;
  }
}

.blog-sidebar .blog-sidebar-widget {
  float: right;
  max-width: 300px;
}

@media only screen and (max-width: 991px) {
  .blog-sidebar .blog-sidebar-widget {
    margin-top: 50px;
    max-width: none;
  }
}

@media only screen and (max-width: 767px) {
  .blog-sidebar .blog-sidebar-widget {
    margin-top: 30px;
  }
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style {
  background-color: #fff;
  border-radius: 5px;
  padding: 53px 30px 36px;
}

@media only screen and (max-width: 991px) {
  .blog-sidebar .blog-sidebar-widget.sidebar-widget-style {
    max-width: 100%;
  }
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-item {
  margin-bottom: 0;
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-search-box {
  border-bottom: 1px solid #eaecee;
  padding-bottom: 52px;
  margin-bottom: 46px;
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-search-box .form-input-item input {
  background-color: #f0f2f4;
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-categories {
  border-bottom: 1px solid #eaecee;
  padding-bottom: 17px;
  margin-bottom: 45px;
  margin-top: 32px;
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-categories ul li {
  border-bottom: 1px solid #eaecee;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-categories ul li a {
  font-size: 14px;
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-categories ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-blog-post {
  border-bottom: 1px solid #eaecee;
  padding-bottom: 29px;
  margin-bottom: 47px;
  margin-top: 31px;
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-blog-post ul li {
  border-bottom: 1px solid #eaecee;
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 23px;
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-blog-post ul li .thumb {
  margin-right: 19px;
  min-width: 70px;
  position: relative;
  top: 0;
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-blog-post ul li .content {
  padding-left: 0;
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-blog-post ul li .content a {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: -5px;
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-blog-post ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-tags {
  border-bottom: 1px solid #eaecee;
  padding-bottom: 17px;
  margin-bottom: 36px;
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-tags ul li {
  margin-bottom: 11px;
  margin-right: 6px;
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-tags ul li a {
  background-color: #f0f2f4;
  border-radius: 3px;
  font-size: 14px;
  padding: 6px 11px;
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-tags ul li a:hover {
  background-color: #fc6539;
}

.blog-sidebar .post-item {
  margin-bottom: 40px;
}

.blog-sidebar .post-item .content .title a:hover {
  border-bottom-color: transparent;
}

.blog-details-area {
  padding: 150px 0 390px;
}

@media only screen and (max-width: 1199px) {
  .blog-details-area {
    padding: 90px 0 220px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-details-area {
    padding: 70px 0 210px;
  }
}

.blog-details-area .blog-details-column {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
  .blog-details-area .blog-details-column {
    display: block;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}

.blog-details-area .blog-details-column .post-details-content {
  max-width: 700px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .blog-details-area .blog-details-column .post-details-content {
    margin-bottom: 70px;
  }
}

.blog-details-area .blog-details-column .sidebar-area {
  max-width: 400px;
  width: 100%;
}

.post-details-content .post-details-body .thumb {
  margin-bottom: 43px;
}

.post-details-content .post-details-body .content .title {
  font-size: 30px;
  line-height: 1.334;
  margin-bottom: 12px;
  padding-right: 100px;
}

@media only screen and (max-width: 767px) {
  .post-details-content .post-details-body .content .title {
    font-size: 22px;
    padding-right: 0;
  }
}

.post-details-content .post-details-body .content .meta {
  justify-content: start;
  margin-bottom: 31px;
}

.post-details-content .post-details-body .content .meta .post-category {
  background-color: #fc6539;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-right: 25px;
  min-width: 105px;
  padding: 3px 11px 2px;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 359.98px) {
  .post-details-content .post-details-body .content .meta .post-category {
    margin-bottom: 13px;
  }
}

.post-details-content .post-details-body .content .meta .post-category:hover {
  background-color: #fea444;
}

.post-details-content .post-details-body .content .meta .post-author {
  color: #595959;
  display: inline-block;
  font-weight: 500;
}

.post-details-content .post-details-body .content .meta .post-author .icon {
  background-color: #e6e6e6;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-right: 10px;
  min-width: 28px;
  text-align: center;
  width: 28px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.post-details-content .post-details-body .content .meta .post-author .icon .icon-img {
  max-width: none;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}

.post-details-content .post-details-body .content .meta .post-author:hover .icon {
  background-color: #fc6539;
}

.post-details-content .post-details-body .content .meta .post-author:hover .icon .icon-img {
  filter: invert(0) brightness(100);
}

.post-details-content .post-details-body .content p {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .post-details-content .post-details-body .content p {
    font-size: 14px;
  }
}

.post-details-content .post-details-body .content .blockquote-area {
  background-color: #f7f7f7;
  border-radius: 0;
  margin: 34px 0 35px;
  padding: 38px 50px 41px 50px;
}

@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .content .blockquote-area {
    padding: 30px 15px;
  }
}

.post-details-content .post-details-body .content .blockquote-area .blockquote-style {
  border: none;
  margin: 0;
  position: relative;
  z-index: 1;
}

.post-details-content .post-details-body .content .blockquote-area .blockquote-style p {
  color: #001d23;
  font-family: "Yeseva One", cursive;
  font-size: 25px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 0;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .content .blockquote-area .blockquote-style p {
    font-size: 18px;
  }
}

.post-details-content .post-details-body .content .blockquote-area .blockquote-style .icon {
  color: transparent;
  font-family: "Yeseva One", cursive;
  font-size: 401.76px;
  font-weight: 400;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: -33px;
  z-index: -1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 29, 35, 0.25);
  -webkit-text-fill-color: unset;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

@media only screen and (max-width: 767px) {
  .post-details-content .post-details-body .content .blockquote-area .blockquote-style .icon {
    font-size: 284px;
    top: -20px;
  }
}

.post-details-content .post-details-body .content .category-social-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 41px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 575px) {
  .post-details-content .post-details-body .content .category-social-content {
    display: block;
  }
}

@media only screen and (max-width: 575px) {
  .post-details-content .post-details-body .category-items {
    margin-top: 20px;
  }
}

.post-details-content .post-details-body .category-items span {
  color: #001d23;
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
}

.post-details-content .post-details-body .category-items a {
  color: #fc6539;
  margin-right: 1px;
}

.post-details-content .post-details-body .category-items a:last-child {
  margin-right: 0;
}

.post-details-content .post-details-body .social-items a {
  background-color: #f7f7f7;
  border-radius: 50%;
  color: #001d23;
  display: inline-block;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  margin-right: 6px;
  min-width: 45px;
  text-align: center;
  width: 45px;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}

.post-details-content .post-details-body .social-items a:last-child {
  margin-right: 0;
}

.post-details-content .post-details-body .social-items a:hover {
  color: #fff;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
}

.post-details-content .post-details-body .page-navigation {
  margin: 30px 0 70px;
}

.post-details-content .post-details-body .page-navigation .nav-item .content {
  padding-top: 7px;
}

.post-details-content .post-details-body .page-navigation .nav-item .content .line-shape {
  margin-bottom: 13px;
}

.post-details-content .post-details-body .page-navigation .nav-item .content h4 {
  font-size: 19px;
  line-height: 28px;
  margin-bottom: 2px;
}

.post-details-content .post-details-body .author-info {
  background-color: #f6f7fc;
  border-radius: 20px;
  margin-bottom: 66px;
  padding: 32px 40px 30px;
  position: relative;
}

@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .author-info {
    padding: 45px 35px;
  }
}

.post-details-content .post-details-body .author-info .thumb {
  left: 40px;
  position: absolute;
  top: 35px;
}

@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .author-info .thumb {
    left: auto;
    margin-bottom: 30px;
    position: relative;
    top: auto;
  }
}

.post-details-content .post-details-body .author-info .thumb img {
  border-radius: 15px;
  width: auto;
}

.post-details-content .post-details-body .author-info .author-details {
  padding-left: 156px;
}

@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .author-info .author-details {
    padding-left: 0;
  }
}

.post-details-content .post-details-body .author-info .author-details .title {
  font-size: 22px;
  margin-bottom: 10px;
}

.post-details-content .post-details-body .author-info .author-details .line-shape {
  margin-bottom: 9px;
}

.post-details-content .post-details-body .author-info .author-details p {
  display: block;
  margin-bottom: 0;
}

.post-details-content .post-details-body .author-info .author-details .social-icons {
  margin-top: 17px;
}

.post-details-content .post-details-body .author-info .author-details .social-icons a {
  background-color: #fff;
  border-radius: 22.5px;
  color: #595959;
  display: inline-block;
  height: 45px;
  line-height: 46px;
  margin-right: 7px;
  text-align: center;
  width: 45px;
}

.post-details-content .post-details-body .author-info .author-details .social-icons a:hover {
  background-color: #fc6539;
  color: #fff;
}

.post-details-content .post-details-body .author-info .author-details .social-icons a:last-child {
  margin-right: 0;
}

.comment-area {
  padding-top: 54px;
}

.comment-area .title {
  font-size: 30px;
  line-height: 1.334;
  margin-bottom: 42px;
}

@media only screen and (max-width: 767px) {
  .comment-area .title {
    font-size: 22px;
  }
}

.comment-area .comment-content {
  margin-bottom: 37px;
}

.comment-area .comment-content .single-comment {
  margin-bottom: 1px;
}

.comment-area .comment-content .single-comment .author-info {
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0 0 34px 0;
  position: relative;
}

.comment-area .comment-content .single-comment .author-info .thumb {
  left: 0;
  position: absolute;
  top: 5px;
}

@media only screen and (max-width: 479.98px) {
  .comment-area .comment-content .single-comment .author-info .thumb {
    position: relative;
    margin-bottom: 30px;
  }
}

.comment-area .comment-content .single-comment .author-info .thumb img {
  border-radius: 50px;
  width: auto;
}

.comment-area .comment-content .single-comment .author-info .author-details {
  padding-left: 170px;
}

@media only screen and (max-width: 479.98px) {
  .comment-area .comment-content .single-comment .author-info .author-details {
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
  }
}

.comment-area .comment-content .single-comment .author-info .author-details .name {
  font-size: 27px;
  margin-bottom: 13px;
}

@media only screen and (max-width: 767px) {
  .comment-area .comment-content .single-comment .author-info .author-details .name {
    font-size: 18px;
  }
}

.comment-area .comment-content .single-comment .author-info .author-details .comment-date {
  color: #909090;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 17px;
  text-transform: uppercase;
}

.comment-area .comment-content .single-comment .author-info .author-details p {
  display: block;
  margin-bottom: 21px;
}

.comment-area .comment-content .single-comment .author-info .author-details .btn-reply.btn-size-md {
  min-height: 40px;
  min-width: 110px;
}

.comment-area .comment-content .single-comment .author-info .author-details .btn-reply.btn-size-md:before {
  background-color: #fff;
}

.comment-area .comment-content .single-comment .author-info .author-details .btn-reply.btn-size-md span {
  padding: 8px 22.5px;
}

.comment-area .comment-content .single-comment.last-child {
  margin-bottom: 0;
}

.comment-area .comment-form {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

.comment-area .comment-form .title {
  font-size: 30px;
  line-height: 1.334;
  margin-bottom: 46px;
}

@media only screen and (max-width: 767px) {
  .comment-area .comment-form .title {
    font-size: 22px;
  }
}

.comment-area .comment-form .comment-form-content .form-group {
  margin-bottom: 20px;
}

.comment-area .comment-form .comment-form-content .form-group .form-control:focus {
  border-color: #001d23;
}

.comment-area .comment-form .comment-form-content .form-group .btn-theme {
  margin-top: 39px;
}


.widget-item .widget-title {
  font-size: 24px;
}

.widget-search-box .form-input-item {
  position: relative;
}

.widget-search-box .form-input-item input {
  background-color: #fff;
  border: none;
  border-radius: 0;
  color: #001d23;
  font-size: 15px;
  font-weight: 500;
  height: 55px;
  padding: 9px 60px 9px 24px;
  width: 100%;
}

.widget-search-box .form-input-item input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #595959;
  font-size: 15px;
  font-weight: 500;
}

.widget-search-box .form-input-item input::-moz-placeholder {
  /* Firefox 19+ */
  color: #595959;
  font-size: 15px;
  font-weight: 500;
}

.widget-search-box .form-input-item input:-ms-input-placeholder {
  /* IE 10+ */
  color: #595959;
  font-size: 15px;
  font-weight: 500;
}

.widget-search-box .form-input-item input:-moz-placeholder {
  /* Firefox 18- */
  color: #595959;
  font-size: 15px;
  font-weight: 500;
}

.widget-search-box .form-input-item .btn-src {
  border: none;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 5px;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  width: 50px;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.widget-tags ul li {
  color: #0e0e0e;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 10px;
  margin-right: 10px;
  line-height: 1.4;
}

.widget-tags ul li a {
  background-color: #fff;
  color: #595959;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  min-width: 115px;
  padding: 10.5px 12px;
  text-align: center;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}

.widget-tags ul li a:hover {
  color: #fff;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
}

.widget-tags ul li a.style2 {
  min-width: 125px;
}

.widget-causes-item {
  margin-bottom: -10px;
  padding-top: 10px;
}

.widget-causes-item .thumb {
  overflow: hidden;
}

.widget-causes-item .thumb img {
  width: 100%;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}

.widget-causes-item .content {
  background-color: #f7f7f7;
  padding: 20px 0 0;
}

.widget-causes-item .content .title {
  font-size: 22px;
  line-height: 1.591;
  margin-bottom: 10px;
}

@media only screen and (max-width: 479.98px) {
  .widget-causes-item .content .title {
    font-size: 17px;
  }
}

.widget-causes-item .content .title a {
  color: #001d23;
  display: block;
}

.widget-causes-item .content .title a:hover {
  color: #fc6539;
}

.widget-causes-item .content .donate-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.widget-causes-item .content .donate-info .info-item {
  background-color: #fff;
  font-family: "Yeseva One", cursive;
  margin-right: 15px;
  min-width: 100px;
  padding: 7px 20px 6px 32px;
  width: calc(50% - 7.5px);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.widget-causes-item .content .donate-info .info-item .info-title,
.widget-causes-item .content .donate-info .info-item .amount {
  display: block;
  line-height: 1;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}

.widget-causes-item .content .donate-info .info-item .info-title {
  color: #001d23;
  font-size: 14px;
  margin-bottom: 8px;
}

.widget-causes-item .content .donate-info .info-item .amount {
  color: #fc6539;
  font-size: 20px;
  background: #FEA444;
  background: linear-gradient(to left, #FEA444 0%, #FC6539 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 479.98px) {
  .widget-causes-item .content .donate-info .info-item .amount {
    font-size: 17px;
  }
}

.widget-causes-item .content .donate-info .info-item:hover {
  background: #FEA444;
  background: linear-gradient(to left, #FEA444 0%, #FC6539 100%);
}

.widget-causes-item .content .donate-info .info-item:hover .info-title,
.widget-causes-item .content .donate-info .info-item:hover .amount {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.widget-causes-item .content .donate-info .info-item:last-child {
  margin-right: 0;
}

.widget-causes-item .content .progress-item {
  margin-bottom: 42px;
}

.widget-causes-item .content .progress-item .progress-line {
  background-color: #fff;
  border-radius: 0;
  height: 5px;
}

.widget-causes-item .content .progress-item .progress-line .progress-bar-line {
  border-radius: 0;
  overflow: visible !important;
  position: relative;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
}

.widget-causes-item .content .progress-item .progress-line .progress-bar-line:after {
  background-color: #fc6539;
  border-radius: 50%;
  content: "";
  height: 12px;
  position: absolute;
  right: -3px;
  top: 50%;
  width: 12px;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
}

.widget-causes-item .content .progress-item .progress-line .progress-bar-line .percent {
  color: #fc6539;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  right: -15px;
  top: 10px;
}

.widget-causes-item .content .amount-info {
  margin-bottom: 30px;
}

.widget-causes-item .content .amount-info .donate-amount {
  border: 1px solid #dadada;
  color: #001d23;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-bottom: 13px;
  margin-right: 11px;
  min-width: 60px;
  text-align: center;
}

@media only screen and (max-width: 479.98px) {
  .widget-causes-item .content .amount-info .donate-amount {
    margin-right: 2px;
  }
}

.widget-causes-item .content .amount-info .donate-amount.active,
.widget-causes-item .content .amount-info .donate-amount:hover {
  border-color: #fea444;
  color: #fff;
  cursor: pointer;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
}

.widget-causes-item .content .amount-info .donate-amount.donate-custom-amount {
  display: block;
  font-size: 15px;
  height: 45px;
  text-align: left;
  width: 100%;
}

.widget-causes-item .content .amount-info .donate-amount.donate-custom-amount:hover,
.widget-causes-item .content .amount-info .donate-amount.donate-custom-amount.active {
  background: none;
}

.widget-causes-item .content .amount-info .donate-amount.donate-custom-amount .form-control {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #001d23;
  font-size: 15px;
  font-weight: 400;
  height: 100%;
}

.widget-causes-item .content .amount-info .donate-amount.donate-custom-amount .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #656565;
}

.widget-causes-item .content .amount-info .donate-amount.donate-custom-amount .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #656565;
}

.widget-causes-item .content .amount-info .donate-amount.donate-custom-amount .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #656565;
}

.widget-causes-item .content .amount-info .donate-amount.donate-custom-amount .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #656565;
}

.widget-causes-item:hover .thumb img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}

.sidebar-area .widget {
  background-color: #f7f7f7;
  padding: 47px 57.5px 51px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 479.98px) {
  .sidebar-area .widget {
    margin-bottom: 40px;
    padding: 35px 15px 33px;
  }
}

.sidebar-area .widget .widget-title {
  font-size: 28px;
  margin-bottom: 18px;
}

@media only screen and (max-width: 479.98px) {
  .sidebar-area .widget .widget-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

.sidebar-area .widget .separator-line {
  margin-bottom: 27px;
}

.sidebar-area .widget .widget-category {
  position: relative;
  z-index: 1;
}

.sidebar-area .widget .widget-category a {
  background-color: #fff;
  color: #595959;
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 13px 20px 10px;
  position: relative;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.sidebar-area .widget .widget-category a:after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 20px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 6px;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.sidebar-area .widget .widget-category a span {
  float: right;
}

.sidebar-area .widget .widget-category a:hover {
  color: #fff;
  padding-left: 38px;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
}

.sidebar-area .widget .widget-category a:hover:after {
  opacity: 1;
}

.sidebar-area .widget .widget-video {
  position: relative;
}

.sidebar-area .widget .widget-video .thumb {
  border-radius: 25px;
  overflow: hidden;
}

.sidebar-area .widget .widget-video .thumb img {
  border-radius: 25px;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}

.sidebar-area .widget .widget-video .btn-play {
  color: #fc6539;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.sidebar-area .widget .widget-video .btn-play .icon {
  background-color: #fc6539;
  border-radius: 50%;
  display: inline-block;
  height: 73px;
  line-height: 73px;
  position: relative;
  text-align: center;
  width: 73px;
  z-index: 3;
}

.sidebar-area .widget .widget-video .btn-play:after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  animation: animation-scale 1.8s infinite;
  -webkit-animation: animation-scale 1.8s infinite;
}

.sidebar-area .widget .widget-video:hover .thumb img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}

.sidebar-area .widget .widget-social {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.sidebar-area .widget .widget-social .social-item {
  color: #3485f3;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.sidebar-area .widget .widget-social .social-item a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.sidebar-area .widget .widget-social .social-item .icon {
  background-color: #fff;
  border-radius: 15px;
  height: 93px;
  line-height: 95px;
  margin-bottom: 9px;
  text-align: center;
  width: 93px;
}

@media only screen and (max-width: 359.98px) {
  .sidebar-area .widget .widget-social .social-item .icon {
    height: 75px;
    line-height: 75px;
    width: 75px;
  }
}

.sidebar-area .widget .widget-social .social-item .icon span {
  background-color: #3485f3;
  border-radius: 22.5px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  height: 45px;
  line-height: 46px;
  text-align: center;
  width: 45px;
}

.sidebar-area .widget .widget-social .social-item.social-skype {
  color: #00ace7;
}

.sidebar-area .widget .widget-social .social-item.social-skype .icon span {
  background-color: #00ace7;
}

.sidebar-area .widget .widget-social .social-item.social-instagram {
  color: #ee1802;
}

.sidebar-area .widget .widget-social .social-item.social-instagram .icon span {
  background-color: #ee1802;
}

/*
-----------------------------------------------------------------------
	Contact CSS
-----------------------------------------------------------------------
*/
.contact-area {
  padding: 117px 0 220px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .contact-area {
    padding: 80px 0 150px;
  }
}

.contact-page-wrapper .contact-area {
  padding: 150px 0 390px;
}

@media only screen and (max-width: 1199px) {
  .contact-page-wrapper .contact-area {
    padding: 100px 0 240px;
  }
}

@media only screen and (max-width: 479.98px) {
  .contact-page-wrapper .contact-area {
    padding: 70px 0 220px;
  }
}

.contact-colunm {
  display: flex;
  padding-left: 183px;
}

@media only screen and (max-width: 1399px) {
  .contact-colunm {
    padding-left: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .contact-colunm {
    display: block;
    padding: 0 100px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-colunm {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 479.98px) {
  .contact-colunm {
    padding: 0;
  }
}

.contact-colunm .contact-map-area {
  height: auto;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .contact-colunm .contact-map-area {
    height: 900px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-colunm .contact-map-area {
    height: auto;
  }
}

.contact-colunm .contact-map-area .contact-info-content {
  left: 0;
  min-width: 500px;
  padding: 53px 70px 49px 70px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  background: #FEA444;
  background-image: -ms-linear-gradient(-30deg, #fc6539 0%, #fea444 100%);
  background: linear-gradient(-30deg, #fc6539 0%, #fea444 100%);
}

@media only screen and (max-width: 575px) {
  .contact-colunm .contact-map-area .contact-info-content {
    margin-bottom: 70px;
    min-width: auto;
    padding: 53px 20px 49px;
    position: relative;
    top: auto;
    transform: none;
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .contact-colunm .contact-map-area .contact-info-content {
    padding: 53px 15px 49px 0;
  }
}

.contact-colunm .contact-map-area .contact-info-content .contact-info-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 28px;
  padding-bottom: 25px;
  position: relative;
}

.contact-colunm .contact-map-area .contact-info-content .contact-info-item .icon {
  left: 30px;
  position: absolute;
  top: 29px;
}

.contact-colunm .contact-map-area .contact-info-content .contact-info-item .icon:before {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: "";
  height: 75px;
  left: -30px;
  position: absolute;
  top: -27px;
  width: 75px;
  z-index: -1;
}

.contact-colunm .contact-map-area .contact-info-content .contact-info-item .icon .icon-img {
  width: auto;
}

.contact-colunm .contact-map-area .contact-info-content .contact-info-item .icon.icon-mail {
  top: 33px;
}

.contact-colunm .contact-map-area .contact-info-content .contact-info-item .icon.icon-mail:before {
  top: -31px;
}

.contact-colunm .contact-map-area .contact-info-content .contact-info-item .icon.icon-mail .icon-img {
  left: -3px;
  position: relative;
}

.contact-colunm .contact-map-area .contact-info-content .contact-info-item .icon.icon-location .icon-img {
  left: 6px;
  position: relative;
}

.contact-colunm .contact-map-area .contact-info-content .contact-info-item .content {
  padding-left: 128px;
}

@media only screen and (max-width: 479.98px) {
  .contact-colunm .contact-map-area .contact-info-content .contact-info-item .content {
    padding-left: 108px;
  }
}

.contact-colunm .contact-map-area .contact-info-content .contact-info-item .content h4 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 479.98px) {
  .contact-colunm .contact-map-area .contact-info-content .contact-info-item .content h4 {
    font-size: 22px;
  }
}

.contact-colunm .contact-map-area .contact-info-content .contact-info-item .content .line-icon {
  margin-bottom: 12px;
}

.contact-colunm .contact-map-area .contact-info-content .contact-info-item .content p,
.contact-colunm .contact-map-area .contact-info-content .contact-info-item .content a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.723;
}

@media only screen and (max-width: 479.98px) {

  .contact-colunm .contact-map-area .contact-info-content .contact-info-item .content p,
  .contact-colunm .contact-map-area .contact-info-content .contact-info-item .content a {
    font-size: 16px;
  }
}

.contact-colunm .contact-map-area .contact-info-content .contact-info-item .content p {
  color: #fff;
  margin-bottom: 0;
}

.contact-colunm .contact-map-area .contact-info-content .contact-info-item .content a {
  color: #fff;
  display: block;
  margin-bottom: 1px;
}

.contact-colunm .contact-map-area .contact-info-content .contact-info-item .content a:last-child {
  margin-bottom: 0;
}

.contact-colunm .contact-map-area .contact-info-content .contact-info-item:last-child {
  border: none;
}

.contact-colunm .contact-form {
  background-color: #f7f7f7;
  max-width: 662px;
  min-width: 662px;
  padding: 145px 100px 151px 132px;
  width: 100%;
}

@media only screen and (max-width: 1399px) {
  .contact-colunm .contact-form {
    max-width: 550px;
    min-width: 550px;
    padding: 145px 65px 151px 85px;
  }
}

@media only screen and (max-width: 1199px) {
  .contact-colunm .contact-form {
    max-width: none;
    margin-bottom: 90px;
    min-width: auto;
    padding: 95px 65px 100px 85px;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .contact-colunm .contact-form {
    padding: 95px 25px 100px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-colunm .contact-form {
    padding: 65px 30px 70px;
  }
}

@media only screen and (max-width: 479.98px) {
  .contact-colunm .contact-form {
    margin-bottom: 60px;
    padding: 60px 15px 65px;
  }
}

.contact-colunm .contact-form .section-title {
  margin-bottom: 54px;
}

@media only screen and (max-width: 479.98px) {
  .contact-colunm .contact-form .section-title {
    margin-bottom: 40px;
  }
}

.contact-colunm .contact-form .section-title .title {
  font-size: 60px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1199px) {
  .contact-colunm .contact-form .section-title .title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-colunm .contact-form .section-title .title {
    font-size: 30px;
  }
}

.contact-colunm .contact-form .section-title p {
  margin-bottom: 0;
}

.contact-map-area {
  height: 700px;
}

@media only screen and (max-width: 767px) {
  .contact-map-area {
    height: 400px;
  }
  .off-canvas-wrapper .off-canvas-header{
    display: none;
  }
}

.contact-map-area iframe {
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 575px) {
  .contact-map-area iframe {
    height: 300px;
  }
}

/*
-----------------------------------------------------------------------
  Footer CSS
-----------------------------------------------------------------------
*/
.footer-area {
  background-color: #FF7600;
  padding: 0 15px 33px;
  position: relative;
}
.footer-area h3{
  font-family: 'poppinsextrabold';
  color: #bebebe;
  font-size: 32px;
}
.footer-area h3 .green{
  color: #90c34b;
}
.footer-area h3 .orange{
  color: #ff8d1c;
}
.footer-area .shape-layer {
  bottom: 0;
  left:0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

.footer-area .shape-layer img {
  max-width: none;
  width: 100%;
}

.footer-area .footer-main {
  background-color: #f7f7f7;
  margin: 0px auto -175px;
  border-radius: 30px;
  padding: 80px 0 50px;
  position: relative;
  z-index: 1;
  transform: translate(0, -240px);
  -webkit-transform: translate(0, -240px);
  -moz-transform: translate(0, -240px);
  -ms-transform: translate(0, -240px);
  -o-transform: translate(0, -240px);
}

@media only screen and (max-width: 1199px) {
  .footer-area .footer-main {
    margin: 0px auto -70px;
    padding: 70px 0 25px;
    transform: translate(0, -135px);
    -webkit-transform: translate(0, -135px);
    -moz-transform: translate(0, -135px);
    -ms-transform: translate(0, -135px);
    -o-transform: translate(0, -135px);
  }
}

@media only screen and (max-width: 767px) {
  .footer-area .footer-main {
    padding: 70px 0 55px;
  }
}

@media only screen and (max-width: 575px) {
  .footer-area .footer-main {
    padding: 55px 0 50px;
  }
}

@media only screen and (max-width: 479.98px) {
  .footer-area .footer-main {
    padding: 50px 0 40px;
  }
}

.footer-area .footer-main .scroll-to-top {
  bottom: -32px;
  border-radius: 30px;
  cursor: pointer;
  height: 64px;
  left: calc(50% - 32px);
  line-height: 62px;
  position: absolute;
  text-align: center;
  width: 64px;
  background: #FEA444;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
}

.footer-area .footer-main .scroll-to-top img {
  max-width: none;
  width: auto;
}

.footer-area .widget-item {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .footer-area .widget-item {
    margin-bottom: 20px;
  }
}

.footer-area .widget-title {
  color: #001d23;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 54px;
  margin-top: 17px;
}

@media only screen and (max-width: 1199px) {
  .footer-area .widget-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area .widget-title {
    margin-bottom: 45px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 575px) {
  .footer-area .widget-title {
    margin-bottom: 30px;
  }
}

.footer-area .widget-title.line-style {
  padding-left: 75px;
  position: relative;
}

@media only screen and (max-width: 575px) {
  .footer-area .widget-title.line-style {
    padding-left: 40px;
  }
}

.footer-area .widget-title.line-style:before {
  background-color: #fc6539;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 55px;
}

@media only screen and (max-width: 575px) {
  .footer-area .widget-title.line-style:before {
    width: 25px;
  }
}

.footer-area .widget-title+.line-shape {
  margin-bottom: 35px;
}

.footer-area .about-widget {
  padding-right: 70px;
}

@media only screen and (max-width: 1199px) {
  .footer-area .about-widget {
    padding-right: 12px;
  }
}

.footer-area .about-widget .footer-logo {
  display: block;
  margin-bottom: 20px;
}

.footer-area .about-widget p {
  margin-bottom: 25px;
}

.footer-area .widget-total-raised .raised-title {
  font-size: 25px;
  margin-bottom: 18px;
}

@media only screen and (max-width: 1199px) {
  .footer-area .widget-total-raised .raised-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

.footer-area .widget-total-raised .raised-amount {
  font-family: "Yeseva One", cursive;
  font-size: 60px;
  line-height: 1;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 1199px) {
  .footer-area .widget-total-raised .raised-amount {
    font-size: 40px;
  }
}

.footer-area .widget-gallery {
  /* padding-left: 5px;
  padding-right: 45px; */
}

@media only screen and (max-width: 1199px) {
  .footer-area .widget-gallery {
    padding-right: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-area .widget-gallery {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area .widget-gallery {
    padding-right: 0;
  }
}

@media only screen and (max-width: 575px) {
  .footer-area .widget-gallery {
    max-width: 370px;
  }
}

.footer-area .widget-gallery .gallery-item {
  margin-bottom: 10px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .footer-area .widget-gallery .gallery-item img {
    width: 100%;
  }
}



.footer-area .widget-gallery .gallery-item .icon i {
  font-size: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.footer-area .widget-gallery .gallery-item:hover .icon {
  opacity: 0.9;
}

.footer-area .widget-menu-wrap .nav-menu {
  display: flex;
  flex-direction: column;
}

.footer-area .widget-menu-wrap .nav-menu li {
  margin-bottom: 8px;
  position: relative;
}

.footer-area .widget-menu-wrap .nav-menu li a {
  color: #001d23;
  font-size: 17px;
  display: inline-block;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .footer-area .widget-menu-wrap .nav-menu li a {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area .widget-menu-wrap .nav-menu li a {
    font-size: 14px;
  }
}

.footer-area .widget-menu-wrap .nav-menu li a:after {
  background-color: #fc6539;
  bottom: -2px;
  content: "";
  display: inline-block;
  height: 1px;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.footer-area .widget-menu-wrap .nav-menu li a:hover {
  color: #fc6539;
}

.footer-area .widget-menu-wrap .nav-menu li a:hover:before {
  color: #fc6539;
}

.footer-area .widget-menu-wrap .nav-menu li a:hover:after {
  left: 0;
  width: 100%;
}

.footer-area .widget-menu-wrap .nav-menu li:last-child {
  margin-right: 0;
}

.footer-area .menu-wrap-column {
  padding-left: 21px;
}

@media only screen and (max-width: 1399px) {
  .footer-area .menu-wrap-column {
    padding-left: 0;
  }
}

.footer-area .menu-wrap-two-column {
  padding-left: 25px;
}

@media only screen and (max-width: 1199px) {
  .footer-area .menu-wrap-two-column {
    padding-left: 0;
  }
}

.footer-area .menu-wrap-two-column .widget-title {
  margin-bottom: 45px;
}

@media only screen and (max-width: 991px) {
  .footer-area .menu-wrap-two-column .widget-title {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area .menu-wrap-two-column .widget-title {
    margin-bottom: 36px;
  }
}

@media only screen and (max-width: 575px) {
  .footer-area .menu-wrap-two-column .widget-title {
    margin-bottom: 21px;
  }
}

@media only screen and (min-width: 1400px) {
  .footer-area .menu-wrap-two-column .widget-menu-wrap .nav-menu.align-right {
    padding-left: 12px;
  }
}

.footer-area .widget-contact-info {
  padding-top: 3px;
}

.footer-area .widget-contact-info li {
  font-size: 16px;
  margin-bottom: 8px;
}

.footer-area .widget-contact-info li.info-mail {
  display: inline-block;
  position: relative;
}

.footer-area .widget-contact-info li.info-mail:after {
  background-color: #595959;
  bottom: 4px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.footer-area .widget-contact-info li.info-mail:hover:after {
  background-color: #fc6539;
}

.footer-area .widget-contact-info li a {
  color: #595959;
}

.footer-area .widget-contact-info li a:hover {
  color: #fc6539;
}

.footer-area .widget-social-icons {
  margin-bottom: 0;
}

.footer-area .widget-social-icons a {
  color: #aba5a5;
  font-size: 16px;
  margin-right: 18px;
}

.footer-area .widget-social-icons a:last-child {
  margin-right: 0;
}

.footer-area .widget-social-icons a:hover {
  color: #fc6539;
}

.footer-area .widget-newsletter form .form-control {
  background-color: transparent;
  border: 1px solid #e8e8e8;
  border-radius: 27.5px;
  box-shadow: none;
  color: #fff;
  font-size: 15px;
  height: 55px;
  margin-bottom: 20px;
  padding: 10px 30px;
}

.footer-area .widget-newsletter form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  font-size: 15px;
}

.footer-area .widget-newsletter form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-size: 15px;
}

.footer-area .widget-newsletter form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  font-size: 15px;
}

.footer-area .widget-newsletter form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-size: 15px;
}

.footer-area .widget-newsletter form .btn.btn-theme {
  border-radius: 27.5px;
  font-size: 15px;
  font-weight: 500;
  padding: 16.5px 58.891px 16.5px 38px;
}

.footer-area .widget-newsletter form .btn.btn-theme .icon {
  font-size: 20px;
  right: 33px;
}

.footer-area .widget-newsletter form .btn.btn-theme:hover .icon {
  right: 31px;
}

.footer-area .footer-bottom .widget-copyright p {
  color: #999999;
}

@media only screen and (max-width: 479.98px) {
  .footer-area .footer-bottom .widget-copyright p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 359.98px) {
  .footer-area .footer-bottom .widget-copyright p {
    font-size: 12px;
  }
}

.footer-area .footer-bottom .widget-copyright p span {
  color: #fc6539;
}

.footer-area .footer-bottom .widget-copyright p a {
  color: #fc6539;
}

.footer-area .footer-bottom .widget-copyright p i {
  color: #f53400;
  padding: 0 5px;
}

.footer-area .footer-bottom .widget-social-icons {
  text-align: center;
}

.footer-area .footer-bottom .widget-social-icons a {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 22.5px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  height: 45px;
  line-height: 46px;
  margin-right: 10px;
  text-align: center;
  width: 45px;
}

.footer-area .footer-bottom .widget-social-icons a:last-child {
  margin-right: 0;
}

.footer-area .footer-bottom .widget-social-icons a:hover {
  background-color: #fff;
  color: #fc6539;
}

.reveal-footer {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .reveal-footer {
    position: relative;
  }
}

.site-wrapper-reveal {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .site-wrapper-reveal {
    margin-bottom: 0 !important;
  }
}
.about-widget p{
  font-size: 14px;
  line-height: 1.5;
}
.operation{
  padding: 50px 0 20px;
}
.operation .sec-title h2{
  font-size: 32px;
}
.sec-title{
  text-align: center;
  margin-bottom: 40px;
}
.sec-title h1{
  font-family: 'Raleway';
  color: #ffbd0a;
  font-size: 44px;
}
.sec-title h2{
  font-family: 'latolight';
  color: #7b7b7b;
  font-size: 42px;
  line-height: 1;
}
.desc{
  text-align: center;
  margin-bottom: 20px;
  width: 75%;
  margin: 0 auto;
}
.sharpen .sec-title h1{
  color: #ff7800;
  font-size: 40px;
  margin-bottom: 5px;
}
.sharpen .sec-title h2{
  font-size: 38px;
}
.brand-logo-area .sec-title h1{
  font-size: 50px;
  color: #9dc104;
  margin-bottom: 5px;
}
.brand-logo-area .sec-title h2{
  font-size: 46px;
}
.team-area .sec-title h1{
  color: #ff7800;
  text-align: left;
margin-bottom: 5px;
}
.team-area .sec-title h2{
  text-align: left;
  font-size: 34px;
}
.team-area .sec-title
{
  margin-bottom: 25px;
}
.team-area .desc
{
  text-align: left;
  width: 100%;
}
.team-area .desc p
{
  font-size: 14px;
}
.team-area .btn-theme.btn-gradient.btn-slide{
  width: 70%;
}
.home-slider-area .content{
  font-family: 'poppinsmedium', sans-serif;
}
.home-slider-area .content h1{
  font-family: 'poppinsmedium', sans-serif;
  font-size: 142px;
  font-weight: normal;
  line-height: 0.8;
}
.home-slider-area .content h3{
  font-family: 'poppinsmedium', sans-serif;
  font-size: 76px;
  line-height: normal;
}
.home-slider-area.btn-wrp{
  margin-top: 40px;
  justify-content: center;
}
.brand-logo-area .section-title h3{
  color: #001d23;
  font-family: 'poppinsbold';
  -webkit-text-stroke: 2px #001d23;
    color: transparent;
    font-size: 54px;
    line-height: 0.7;
}
.brand-logo-area .section-title.title-orange h3{
  color: #ff7800;
  -webkit-text-stroke: 2px #ff7800;
    color: transparent;
    font-size: 54px;
}
.subscribe-sec{
  margin-top: 50px;
}
.solution-card{
  width: 270px;
  height: 270px;
  padding: 80px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 50%;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0);
    background-color: rgb(255 119 0);
    border: 15px solid #ffbd0a;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
.solution-card:hover{
  box-shadow:1.95px 15.881px 30px 0 rgb(255 119 0 / 90%);
  /* background:#e15224; */
  transform:scale(1.2);
}
.solution-card h4{
  font-family: 'Raleway';
  color: #FFFFFF;
  font-size: 32px;
  margin-bottom: 0;
}
.card-wrap{
  display: flex;
  flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.card-wrap a{
  margin: 0 25px;
}
.subscribe-form{
  position: relative;
  width: 50%;
  margin: 0 auto;
}
.subscribe-form label{
  color: #001d23;
  font-family: 'poppinsmedium';
  display: block;
  margin-bottom: 10px;
}
.subscribe-form input{
  border:1px solid rgba(17, 17, 17, 0.2);
  font-family: 'poppinsmedium';
  padding: 10px 140px 10px 15px;
  border-radius: 8px;
  min-height: 64px;
  width: 100%;
}
.subscribe-form button{
    position: absolute !important;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    margin: 0 !important;
    border-radius: 8px;
    padding: 15px 40px;
    min-width: 135px;
}
.btn-load-disable{
  pointer-events: none;
  cursor: none;
}
.emailError{
  border: 1px solid #ff0202 !important;
}
/*********** About ***************/
.about-content{
  padding: 0px 0 40px;
  /* margin-bottom: 240px; */
}
.about-image{
  padding: 0;
  margin-bottom: 20px;
  position: relative;
}
.about-image-contnet{
  position: absolute;
  padding: 40px;
  bottom: 0;
  color: #fff;
}
.about-image-contnet h1{
  font-family: 'Raleway';
  color: #fff;
  line-height: normal;
  margin-bottom: 8px;
  font-size: 56px;
  line-height: 0.7;
}
.about-image-contnet h2{
  font-family: 'latolight';
  color: #fff;
  font-size: 42px;
}
.about-image img{
  width: 100%;
}
.about-content .content{
  font-family: 'poppinsregular';
  font-size: 20px;
}
.about-content .content h2{
  font-family: "poppinsmedium";
  color: #f05d23;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: normal;
}
.about-content .content p{
  font-size: 18px;
}
.commitment-card{
  background: #f3f3f3;
  color: #3e3c3c;
  padding: 30px;
  font-family: 'poppinsregular';
  font-size: 20px;
  border-radius: 10px;
}
.commitment-card ul{
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}
.commitment-card h3{
  color: #7b7b7b;
  font-family: "poppinsbold";
  font-size: 24px;
  font-style: italic;
}
.about-card{
  border-radius: 20px;
  padding: 50px;
  font-size: 18px;
  background: #ffd502;
  /* height: 100%; */
  margin-top: 30px;
  height: calc(100% - 50px);
}
.about-card h2{
  font-family: "poppinsbold";
  text-transform: uppercase;
}
.about-card p{
  font-family: "poppinsmedium";
  color: #001d23;
}
.about-card.orange-card{
  background: #f58320;
  color: #FFFFFF !important;
}
.about-card.red-card{
  background: #e15224;
  color: #FFFFFF !important;
}
.about-card.green-card{
  background: #c1d72e;
}
.about-card.red-card p, .about-card.orange-card p{
  color: #FFFFFF;
}
.about-card.orange-card h2, .about-card.red-card h2{
  color: #FFFFFF !important;
}
.about-content .header-logo-area{
  text-align: center;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.about-content .header-logo-area hr{
  border-bottom: 2px dotted #001d23;
  width: 100%;
}
.about-content .header-logo-area h1{
  color: #7b7b7b;
  font-family: "poppinsbold";
  font-size: 26px;
  font-style: italic;
}


/************* Tools ***************/
.tools-banner{
  /* background: #f99f1c; */
  
  color: #0C0C0C;
  position: relative;
}
.tools-banner-text{
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 50px 0;
}
.tools-banner.tools-styles{
  position: relative;
}
.tools-banner.tools-styles:before{
  content: "";
  position: absolute;
  background: #f99f1c;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.tools-content{
  /* padding-left: 30px; */
}
.tools-banner h1{
  font-family: 'Raleway';
  color: #fff;
  line-height: normal;
  margin-bottom: 8px;
  font-size: 56px;
  line-height: 0.7;
}
.tools-banner h2{
  font-family: 'latolight';
  color: #fff;
  font-size: 42px;
}
.tools-customer{
  color: #4a4a4a;
  font-family: 'Raleway';
  padding: 40px 0 40px;
  /* background: linear-gradient(336deg, #c1d850, rgb(255 255 255 / 0%) 13.71%); */
  margin-bottom: 240px;
}
.tools-customer .app-btn{
  position: relative;
  top: 0;
}
.tools-customer.mb-0{
  margin-bottom: 0;
}
.tools-content ul li h4{
  font-size: 22px;
}
.tools-content ul p{
  font-size: 16px;
  line-height: 1.6;
  /* padding-left: 20px; */
  margin-bottom: 10px;
}
.tools-image{
  /*display: flex;*/
  /*align-items: center;*/
  /*height: 100%;*/
      padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 10px 30px rgba(82, 95, 225, 0.1);
    margin-bottom: 30px;
}
.tools-customer label{
  color: #4a4a4a;
  font-size: 28px;
  font-family: 'Raleway';
  font-style: italic;
}
.tools-customer input{
  border: 0;
  border-bottom: 1px solid #4a4a4a;
  padding: 0 20px;
  line-height: normal;
  font-family: 'Raleway';
  font-size: 24px;
  color: #4a4a4a;
}
.tools-customer h3{
  font-family: 'Raleway';
  font-size: 36px;
    color: #528a3d;
    line-height: normal;
    margin-bottom: 5px;
}
.tools-customer h4{
  color: #fc6539;
  font-size: 28px;
  font-family: "poppinsmedium";
  margin-bottom: 15px;
}
.tools-customer h5{
  font-family: "poppinsbold";
  font-size: 22px;
  font-style: italic;
  color: #4a4a4a;
  margin-bottom: 25px;
}
.tools-customer h5 a{
  color: #528a3d;
}
.tools-customer h5 a:hover{
  color: #216b05;
}
.tools-customer p{
  font-size: 18px;
}
.tools-customer .form{
  padding-left: 60px;
  margin-bottom: 40px;
}
.tools-customer .form label{
  font-family: "poppinsmedium";
  font-size: 22px;
  margin-bottom: 20px;
  font-style: normal;
}
.tools-customer .app-btn a{
  margin-top: 0;
  margin-right: 15px;
}
.tools-avail{
  padding: 15px 30px;
  background: #70bf44;
  border-radius: 20px;
  margin-right: 15px;
  height: 100%;
}
.tools-avail h6{
  color: #FFFFFF;
  font-family: "poppinsbold";
  font-size: 18px;
  margin-bottom: 5px;
}
.tools-avail p{
  color: #FFFFFF;
  font-size: 14px;
  line-height: normal;
}
.tools-avail-wrap{
  display: flex;
  align-items: center;
}
.tools-banner.important-banner{
  background: rgb(252,101,57);
  background: linear-gradient(90deg, rgba(252,101,57,1) 20%, rgba(249,159,28,1) 100%);
  padding: 30px 0;
  color: #fff;
  margin: 0 15px;
    border-radius: 20px;
}
.tools-banner.important-banner h6{
  color: #ffffff;
  font-size: 22px;
  font-family: "poppinsbold";
}
.tools-banner.important-banner h6 a{
    color: #ffffff;
}
.tools-banner.important-banner h6 a:hover{
  color: #001d23;
}
.contact-phone{
  display: flex;
}
.contact-phone-no{
  margin-left: 20px;
}
.important-contacts{
  background: none;
}
.important-contacts ul{
  list-style: disc;
  padding-left: 40px;
}
.important-contacts ul li{
  font-size: 18px;
  padding-left: 20px;
  list-style: disc;
  font-family: 'poppinsregular', sans-serif;
  margin-bottom: 10px;

}
.important-contacts h5{
  font-family: 'poppinsregular', sans-serif;
}
.important-contacts p b{
  font-family: "poppinsbold";
  font-size: 22px;
  font-style: italic;
}
.advisor-sec{
  padding: 50px 0;
}
.customer-service{
  /* background: url(../img/shape/yellow-leaves.png) #f3742c no-repeat; */
  background-position: right top;
  background-size: 150px !important;
  color: #FFFFFF;
  padding: 35px 0px 0 20px;
}
.customer-service h1{
  font-size: 48px;
    margin-bottom: 20px;
  color: #FFFFFF;
  font-family: "poppinsmedium";  
}
.customer-service.customer-service-main h1{
  font-size: 46px;
  text-align: center;
  margin-bottom: 20px;
}
.collage img{
  margin-bottom: 20px;
}
.customer-service p{
  color: #001d23;
  font-size: 14px;
}
.customer-service h1 span{
  color: #ffd502;  
}
.customer-service.color-greensec{
  /* background: url(../img/shape/white-leaves.png) #00a75e no-repeat;
  background-position: right top; */
}
.customer-service.color-greensec h1{
  color: #00a75e;
}
.customer-service.color-greensec h1 span{
  color: #a7d158;
}
.customer-service.color-light-greensec{
  /* background: url(../img/shape/green-leaves.png) #a1cd50 no-repeat;
  background-position: right bottom; */
}
.customer-service.color-light-greensec h1 span{
  color: #4c8336;
}
.customer-service.color-light-borwn h1{
  color: #f3742c;
}
.customer-service.color-light-yellowsec{
  /* background:  url(../img/shape/orange-leaves.png) #f9ad22 no-repeat;
  background-position: right bottom; */
}
.customer-service.color-light-yellowsec h1 span{
  color: #e05224;
}
.customer-service.color-light-yellowsec h1{
  color: #f9ad22;
}
.customer-service.color-light-greensec h1{
  color: #a1cd50 ;
}
.customer-service.customer-service-main p{
  font-size: 18px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  font-family: 'latolight';
  line-height: 1.3;
}
.customer-service-content{
  padding: 35px 0px 35px 20px;
}
.customer-service-content h2{
  font-size: 18px;
  font-family: "poppinsbold";
    color: #FFFFFF;
    /* padding: 12px 0; */
    display: inline-block;
    margin: 0;
}
.customer-service-content h6{
  font-size: 24px;
  font-family: 'latolight';
  font-style: italic;
}
.customer-service-content h5{
  font-size: 24px;
  font-family: "poppinsbold";
}
.customer-service-title{
   position: relative;
    /* margin-top: 20px; */
    /* background: #ffd502; */
    /* border-radius: 0px 30px 30px 0px; */
    width: auto;
    display: inline-block;
    /* padding: 12px 20px 12px 20px; */
    color: #a7d158;
}
.customer-service-content .customer-service-title.color-greensec h2{
  color: #a7d158;
}
.customer-service-content .customer-service-title h2{
  color: #83431c;
}
.customer-service-content .customer-service-title.color-light-green h2{
  color: #4c8336;
}
.customer-service-title:before{
  /* content: "";
  position: absolute;
  background: #ffd502;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: -100%; */
}

.customer-service-title.color-orange{
    color: #f57a21;
}
/* .customer-service-title.color-orange:before{
  background: #f57a21;
} */
.customer-service-title.color-brown{
  color: #83431c;
}
/* .customer-service-title.color-brown:before{
  background: #83431c;
} */
.customer-service-title.color-green{
  color: #70bf44;
}
/* .customer-service-title.color-green:before{
  background: #70bf44;
} */

.customer-service-title.color-light-green{
  color: #e7db28;
}
/* .customer-service-title.color-light-green:before{
  background: #e7db28;
} */

.customer-service-title.color-dark-green{
  color: #406832;
}
/* .customer-service-title.color-dark-green:before{
  background: #406832;
} */


.customer-service-title.color-light-borwn h2{
  color: #e05224;
}
/* .customer-service-title.color-light-borwn:before{
  background: #e05224;
} */

.customer-service-title.color-yellow{
  color: #f9ad22;
}
/* .customer-service-title.color-yellow:before{
  background: #f9ad22;
} */


.customer-service-content ul{
  margin-top: 15px;
  display: inline-block;
  margin-bottom: 0;
}
.customer-service-content ul li{
  margin-bottom: 0px;
  font-size: 20px;
  font-family: 'latolight';
  color: #0C0C0C;
}
.advisor-sec .customer-service-content ul  {
  padding-left: 40px;
  margin-bottom: 15px;
}
.advisor-sec .customer-service-content ul li {
  font-size: 18px;
}
.advisor-sec .customer-service-content ul li::before {
  content: "\2713";
    color: #FF7800;
    font-weight: bold;
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    margin-left: -1em;
    font-size: 20px;
    position: relative;
    top: 3px;;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    margin-right: 12px;
}
.advisor-sec .customer-service-content h6 {
  font-size: 24px;
  font-family: 'latolight';
  font-style: italic;
  margin-top: 20px;
  color: #ff7800;
}
.important-contacts .social-icons {
  list-style: none;
  padding: 0;
  display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
    align-items: center;
    height: 100%;
}
.important-contacts .social-icons li{
  padding: 0;
  list-style: none;
  margin-right: 8px;
  margin-bottom: 0;
}
.important-contacts .social-icons li a{
  display: inline-block;
  background: #ffffff;
  width: 40px;
    height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
}
.important-contacts .social-icons li a:hover{
  background: #0e0e0e;
}
.important-contacts .social-icons li a svg{
  width: 22px;
}
.header-navigation-area{
  flex-grow: 1;
}
.team-menber-wrap{
  position: relative;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 10px 30px rgba(82, 95, 225, 0.1);
  margin-right: 50px;
}
.team-menber-wrap img{
  border-radius: 10px;
}
.team-menber-title{
  bottom: 60px;
  right: -75px;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 20px 30px;
}
/* .team-menber-title.align-top{
  top: 20px;
  bottom: auto;
} */
.team-menber-title h1{
  color: #001d23;
  margin-bottom: 10px;
  font-family: "poppinsbold";
  font-size: 20px;
}
.team-menber-title h5{
  color: #001d23;
    font-size: 16px;
    position: relative;
    font-family: "poppinsmedium";  
    margin-bottom: 0;
}
/* .team-menber-title h5:before{
  content: "";
  position: absolute;
  width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    
} */
 .team-menber-title.color-light-borwn h5{
  color: #e05224;
} 
/* .team-menber-title.color-light-borwn h5:before{
  background: #e05224;
} */

.team-menber-title.color-green h5{
  color: #00a75e;
}
/* .team-menber-title.color-green h5:before{
  background: #00a75e;
}  */

.row.g-0>[class*=col-]{
  padding: 0;
}
.main-content-margin{
  margin-bottom: 240px;
}
.thumb.color-brown{
  background: #e1854e;
}
.thumb.color-green{
  background:#97bd60;
}
.thumb.color-green-light{
  background:#d5de6f;
}
.thumb.color-orange{
  background: #f2c156;
}
.thumb{
  padding: 80px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
  margin-bottom:0 !important;
  box-shadow: 2px 2px 9px 3px #bdbdbd;
}
.thumb hr{
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
}
.thumb h2{
  color: #FFFFFF;
  margin-bottom: 0;
  font-family: "poppinsbold";
}
.thumb h6{
  color: #FFFFFF;
  margin-bottom: 0;
  font-family: "poppinsbold";
}
.btn-store{
  background: #fc6539;
  border-radius: 5px;
  color: #FFFFFF;
  padding: 10px 20px;
  font-size: 18px;
  margin-right: 10px;
  margin-top: 10px;
}
.btn-store:hover{
  color: #FFFFFF;
  background: #e53603;
}
.store-button-wrap{
  display: flex;
  justify-content: center;
    margin-top: 50px;
}
.app-highlight{
  padding: 40px 0;
}
.app-btn{
  /* position: absolute;
  top: 45%;
  left: 0; */
}
.app-btn .btn-slide{
  margin-top: 20px;
  padding: 10px 20px;
}
.app-highlight .sec-title h1, .app-highlight .sec-title h2, .app-highlight .desc{
  text-align: left;
}
.app-highlight .desc{
  margin: 0;
  width: 100%;
}
.app-btn-wrap{
  position:relative;
  display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.app-btn-wrap .app-btn{
  margin-bottom: 30px;
}
.app-btn-wrap h3{
  font-size: 36px;
  margin-bottom: 0px;
  line-height: 1.2;
  color: #001d23;
  font-family: "poppinsbold";
}
.app-btn-wrap p{
  font-family: "poppinsmedium";  
}
.app-highlight-sec .sec-title h2{
  font-size:32px;
}
.podcast-sec img{
  width: 60%;
}
.podcast-sec .btn-slide{
  padding: 15px 30px;
}
.podcast-sec .sec-title h2{
  font-size: 32px;
}
.podcast-logo{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.status_msg{
  text-align: left;
  width: 50%;
  margin: 0 auto;
}
.success__msg{
  color: #1ab800;
}
.error__msg{
  color: #f20e0e;
}
#loading-icon{
  display: none;
}
.widget-gallery .gallery-item img{
  width: 70%;
}
.gallery-styles{
  display:flex;
}
.elementor-section
{
  background-color: #16161633;
    background-image: url(../img/hillcrest-iq.jpg);
    background-position: -501px -430px;
    background-size: auto;
    position: relative;
}
.elementor-background-overlay{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #161616B3;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  }
  .elementor-widget-wrap{
    padding: 120px 0px 120px 0px;
    /* display: flex;
    align-content: center;
    align-items: center; */
    /* flex-wrap: wrap; */
    position: relative;
  }
  .elementor-widget-heading{
    margin-bottom: 50px;
    text-align: center;
  }
  .elementor-heading-title{
    font-size: 48px;
    color: #ffffff;
    font-family: "poppinsbold";
  }
  .elementor-desc{
    font-style: 18px;
    color: #ffffff;
    text-align: center;
  }
  .elementor-widget-button{
    margin-top: 40px;
    text-align: center;
  }


  .elementor-section-01{
    padding: 60px 0 100px;
  }
   .elementor-section-01 h1{
     font-size: 48px;
     font-family: "poppinsbold";
     text-align: center;
     margin-bottom: 30px;
   }
   .elementor-section-02-title{
     margin-bottom: 60px;
   }
   .elementor-section-01 p{
     font-size: 22px;
     text-align: center;
     line-height: 1.5;
   }
  .card{
    border-radius: 12px 12px 12px 12px;
    padding: 20px 20px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: rgb(255 119 0);
    height: 100%;
    box-shadow:0px 0px 13px 1px rgb(255 119 0 / 76%);
    transition: 0.3s all;
    cursor: pointer;
  }
  .card:hover{
    background: rgb(243 121 15);
    box-shadow:5px 5px 20px 0 rgb(255 119 0 / 90%);
  }
  .card h4{
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 15px;
    color:#ffffff;
    font-family: 'Raleway';
    text-align: center;
  }
  .card-wrap-01{
    margin-bottom: 50px;
  }
  .elementor-banner{
    background-color: #16161633;
    background-image: url(../img/banner-hillcrest.jpg);
    background-position: center center;
    background-size: auto;
    position: relative;
    padding: 50px 0;
    min-height: 700px;
    display: flex;
    align-items: center;
  }
  .banner-title{
    position: relative;
  }
  .banner-title h1{
    font-size: 80px;
    color: #ffffff;
    font-family: "poppinsbold";
    margin-bottom: 40px;
  }
  .banner-title h3{
    font-size: 26px;
    color: #ffffff;
  }
  .banner-button{
    font-size: 16px;
    color: #ffffff;
    margin: 0px 0px 20px 0px;
    padding: 5px 12px 5px 12px;
    background-color: #FFFFFF1A;
    border-radius: 24px 24px 24px 24px;
    font-family: "poppinsbold";
    display: inline-block;
    transition: 0.3s all;
  }
  .banner-button:hover{
    background: #ffffff;
    color: #001d23;
  }
  .elementor-section-02 {
    padding: 80px 0 40px;
  }
  .elementor-section-02 p{
    font-size: 20px;
  }
  .elementor-section-02 ul{
    list-style: disc;
    padding-left: 0px;
    /*max-height: 435px;*/
    /*min-height: 415px;*/
  }
  .elementor-section-02 ul li{
    font-size: 18px;
    list-style: none;
    cursor: pointer;
    /* transition: 0.3s all; */
    margin-bottom: 15px;
    background-color: #ffffff;
  }
  .elementor-section-02 ul li p{
    padding-left: 10px;
    font-size: 16px;
    max-height: 0px;
    overflow: hidden;
    margin-left: 28px;
    margin-top: 15px;
    transition: max-height .5s ease;
    -webkit-backface-visibility: hidden; /* Add this line for Safari */
    /* display: none; */
    /* visibility: hidden; */
    /* height: 0; */
    /* -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility; */
  }
  .elementor-section-02 ul li:hover{
    z-index: 2;
  }
  .elementor-section-02 ul li:hover p{
    /* height: 120px;
    visibility: visible; */
    display: block;
    max-height:500px;
  }
  .sec-list{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .sec-list h5{
    margin-bottom: 0;
  }
  .svg-btn{
    position: relative;
    width: 28px;
    height: 28px;
    display: block;
    background: #FF7800;
    margin-right: 10px;
    border-radius: 50%;
  }
  .svg-btn:before,
  .svg-btn:after{
        content: "";
        position: absolute;
        background-color: white;
        transition: transform 0.3s ease-out;
    }
  
    /* Vertical line */
    .svg-btn:before{
      top: 5px;
      left: 50%;
      width: 3px;
      height: 60%;
      margin-left: -1px;
    }
  
    /* horizontal line */
    .svg-btn:after{
      top: 50%;
      left: 6.5px;
      width: 60%;
      height: 3px;
      margin-top: -2px;
    }
   
    .elementor-section-02 ul li:hover .svg-btn:before{ transform: rotate(90deg); }
    .elementor-section-02 ul li:hover .svg-btn:after{ transform: rotate(180deg); }
  .elementor-section-02-img{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
  }
  .elementor-section-02-img img{
    width: 50%;
  }
  .customer-service-box{
    background-color: #ffffff;
    padding: 35px 25px 30px;
    max-width: 100%;
    border-radius: 10px;
    -webkit-box-shadow:0 5px 20px 0 rgba(23, 44, 82, 0.1);
    box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
    border: 1px solid;
    border-color: #f1f8ff;
    position: relative;
    margin-bottom: 60px;
    height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
  }
  .customer-service-box h2{
    font-size: 22px;
    background-color: #f57a21;
    text-align: center;
    margin-bottom: 25px;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 30px;
  }
  .customer-service-box ul{
    /* padding-left: 30px; */
    margin-top: 0;
    width: 100%;
  }
  .customer-service-box ul li{
    /* list-style: disc; */
    text-align: center;
  }
  .podcast-logo{
    margin-bottom:20px ;
    margin-top: 35px;
  }
  .podcast-logo img{
    width: 60%;
  }

  /* @-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
} */
.img-anim{
  animation: ImgBounce 2s ease-in-out 2s infinite alternate;
}

.inner-sec
{
  text-align: left;
}
.inner-sec li{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.inner-sec li h4{
  margin-bottom: 0;
}
.inner-sec h5{
  font-family: "poppinsbold";
  font-style: normal;
  margin-bottom: 15px;
  margin-top: 15px;
  color: #000000;
}
.inner-sec .icon {
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}
.link-highlight-sec{
  padding: 20px 0 60px;
}
.brand-logo-area{
  padding-top: 40px;
}
.podcast-sec{
  padding: 40px 0;
  background: #fcfaf3;
  text-align: center;
}
.podcast-sec .sec-title{
  /* text-align: left; */
  margin-bottom: 15px;
}
.podcast-sec .sec-title h1{
  font-size: 36px;
}
.podcast-sec .sec-title h2{
  font-size: 26px;
}
.podcast-sec .desc{
  /* text-align: left; */
  width: 100%;
}
.podcast-logo img{
  width: 300px;
  margin: 0 auto;
}
.highlight-button{
  margin-top: 50px;
}
/* .tools-page-margin{
  margin-bottom: 140px;
} */
/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/

@-webkit-keyframes ImgBounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}

@keyframes ImgBounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}

.breadcrump-sec{
  height: 300px;
  padding: 50px;
  background-size: 150px !important;
  display: flex;
  align-items: center;
}
.breadcrump-sec h2{
  font-size: 54px;
  color: #ffffff;
  font-family: "poppinsbold";
}
.breadcrump-sec.color-greensec{
  background: url(../img/shape/white-leaves.png) #00a75e no-repeat;
  background-position: right top;
    color: #FFFFFF;
}
.breadcrump-sec.color-light-yellowsec{
  background:  url(../img/shape/orange-leaves.png) #f9ad22 no-repeat;
  background-position: right bottom;
    color: #FFFFFF;
}
.breadcrump-sec.color-light-borwn{
  background: url(../img/shape/yellow-leaves.png) #f3742c no-repeat;
    background-position: right top;
}
.breadcrump-sec.color-light-greensec{
  background: url(../img/shape/green-leaves.png) #a1cd50 no-repeat;
    background-position: right bottom;
}
.social-section{

}
.app-section-inner{
  margin-bottom: 50px;
  padding: 60px 0;
  text-align: center;
  background: linear-gradient(0deg,rgba(255,255,255,.6),rgba(255,255,255,.6)),linear-gradient(214.55deg,#fef1f6 19.59%,#ffe2e2 56.36%,#f2d8c0 96.34%);
}
.app-section-inner h1{
  margin-bottom: 20px;
  font-size: 54px;
  color: #ff7800;
  font-family: "poppinsbold";
}
.app-section-inner h2{
  color: #001d23;
  font-family: 'poppinsmedium';
}
@media (min-width: 1400px) {
  .container {
      max-width:1140px;
  }
}

@media only screen and (max-width: 767px) {
  .podcast-logo img{
    width: 100%;
  }
  .app-btn {
    position: relative;
    top: 0;
    left: 0;
    margin: 20px 0;
}
  .footer-area h3 {
    font-size: 24px;
  }
  .brand-logo-area .section-title.title-orange h3, .brand-logo-area .section-title h3 {
    font-size: 34px;
  }
  .brand-logo-area.brand-logo-default-area .section-title {
    margin: 30px auto 60px;
  }
  p {
    font-size: 14px;
  }
  .team-area .sec-title{
    margin-bottom: 0;
  }
  .sec-title h1{
    font-size: 36px;
  }
  .sec-title h2{
    font-size: 28px;
  }
  .brand-logo-area .sec-title h1{
    font-size: 36px;
  }
  .brand-logo-area .sec-title h2{
    font-size: 28px;
  }
  .sec-title{
    margin-bottom: 20px;
  }
  .operation{
    padding: 30px 0 20px;
  }
  .sharpen .sec-title h1{
    font-size: 34px;
  }
  .sharpen .sec-title h2{
    font-size: 28px;
  }
  .solution-card h4{
    font-size: 22px;
  }
  .solution-card{
    width: 230px;
    height: 230px;
    border: 10px solid #ffbd0a;
    margin-bottom: 20px;
  }
  .tools-customer{
    margin-bottom: 130px;
  }
  
  .home-slider-area .content h3{
    font-size: 34px;
  }
  .home-slider-area .content h1{
    font-size: 54px;
  }
  .team-member{
    margin-bottom: 0;
  }
  .home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme{
    font-size: 12px;
    padding: 10px 10px;
  }
  .home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme svg{
    display: none;
  }
  .home-slider-area.btn-wrp{
    margin-top: 20px;
  }
  .subscribe-form input{
    padding: 10px 10px 10px 15px;
  }
  .subscribe-form{
    width: 100%;
  }
  .subscribe-form button {
    top: auto;
    bottom: -30px;
  }
  .footer-area .about-widget{
    padding-right: 0;
  }
  .footer-area .footer-main {
    padding: 20px 0 20px;
  }
  .footer-area .footer-main .scroll-to-top{
    width: 45px;
    height: 45px;
    bottom: -24px;
  }
  .tools-customer h3 {
    font-size: 26px;
  }
  .tools-customer p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .tools-customer h4{
    font-size: 20px;
  }
  .tools-customer h5 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .tools-content {
    /* padding-left: 15px; */
  }
  .tools-customer h5 a{
    margin-top: 10px;
    display: block;
  }

.tools-customer .form {
  padding-left: 20px;
  margin-bottom: 30px;
}
.tools-customer input {
  width: 100%;
  margin-bottom: 10px;
}
.tools-customer .form label {
  font-size: 18px;
  margin-bottom: 0;
}
.tools-customer label {
  color: #4a4a4a;
  font-size: 18px;
}
.tools-avail-wrap {
  flex-direction: column;
}
.tools-avail {
  margin-right: 0;
  margin-bottom: 15px;
}
.tools-banner h2 {
  font-size: 30px;
}
.tools-banner h1 {
  margin-bottom: 0;
  font-size: 36px;
  line-height: normal;
}
.tools-banner {
  /*padding: 30px 0px 15px;*/
}
.tools-banner img {
    min-height: 281px;
    object-fit: cover;
}
.about-image-contnet h1{
  font-size: 40px;
}
.about-image-contnet h2 {
  font-size: 30px;
}
.about-content .content p {
  font-size: 16px;
  margin-bottom: 15px;
}
.commitment-card h3 {
  font-size: 20px;
}
.commitment-card {
  padding: 30px 15px;
}
.commitment-card ul{
  font-size: 16px;
}
.about-card {
  padding: 30px;
  margin-top: 20px;
  height:auto;
}
.about-content {
  /* margin-bottom: 150px; */
}
.about-content .header-logo-area h1 {
    font-size: 22px;
}
.about-image-contnet {
  /*position: absolute;*/
  /*padding: 20px;*/
  /*bottom: -10px;*/
  position: absolute;
    padding: 20px;
    bottom: 0px;
    width: 100%;
    background: #0000004d;
}
.customer-service {
  padding: 40px 20px 0;
}

.customer-service h1 {
  font-size: 34px;
  margin-bottom: 15px;
}
.customer-service p {
  font-size: 16px;
  line-height: 1.3;
}
.customer-service-content {
  padding: 15px 20px;
  /* margin-bottom: 170px; */
}
.customer-service-content ul li {
  margin-bottom: 0px;
  font-size: 18px;
}
.customer-service-content ul {
  margin-top: 10px;
  margin-bottom: 0;
}
.advisor-sec .customer-service-content h6 {
  font-size: 20px;
  margin-top: 0;
}
.customer-service-content h6 {
  font-size: 22px;
}
.customer-service-content h5 {
  font-size: 20px;
}
.customer-service-content h2 {
  font-size: 16px;
}
.slicknav_nav li, .slicknav_nav ul{
  /*display: block !important;*/
}
.res-mobile-menu .slicknav_nav li a {
  font-size: 18px;
  color: #454545;
}
.res-mobile-menu .slicknav_nav li ul li a {
  font-size: 15px;
  color: #454545;
}
.res-mobile-menu .slicknav_nav li ul{
  padding-left: 0;
}
.btn-gradient{
  display: none;
}
.home-slider-area.slider-default .slider-content-area .content .btn-wrp .btn-theme{
  min-width: auto;
}
.back-video{
  height: 100%;
}
.card-wrap{
  margin-top: 20px;
}
.team-menber-title h1{
  font-size:22px;
}
.team-menber-title {
  padding: 20px 40px;
}
.row.g-0>[class*=col-] {
  padding-right: 15px;
    padding-left: 15px;
}
.main-content-margin {
  margin-bottom: 150px;
}
.main-content-margin .container-fluid{
  padding: 0;
}
.customer-service{
  background-size: 100px !important;
}
.elementor-heading-title {
  font-size: 30px;
}
.elementor-widget-wrap {
  padding: 40px 0px 40px 0px;
}
.elementor-widget-heading {
  margin-bottom: 15px;
}
.elementor-widget-button {
  margin-top: 15px;
}
.elementor-section-01 {
  padding: 40px 0 40px;
}
.elementor-section-01 h1 {
  font-size: 34px;
  margin-bottom: 18px;
}
.elementor-section-01 p {
  font-size: 16px;
}
.elementor-section-02-title {
  margin-bottom: 30px;
}
.card-wrap-01 {
  margin-bottom: 15px;
}
.elementor-banner{
  min-height: 70vh;
}
.banner-title h1 {
  font-size: 56px;
  margin-bottom: 28px;
}
.banner-title h3 {
  font-size: 22px;
}
.elementor-section-02 {
  padding: 40px 0 0px;
}
.elementor-section-02 p {
  font-size: 16px;
  /* margin-top: 20px; */
  margin-bottom: 20px;
}
.card-wrap-01 .row{
  margin-right: 15px;
  margin-left: 15px;
}
.breadcrump-sec {
  height: auto;
  padding: 20px;
}
.breadcrump-sec h2 {
  font-size: 32px;
  line-height: 1.3;
}
.advisor-sec {
  padding: 30px 0;
}
.team-menber-wrap {
  padding: 20px;
  margin-right: 0;
}
.team-menber-wrap img {
  width: 100%;
}
.team-menber-title {
  margin-top: 15px;
  bottom: 0;
  right: 0;
  position: relative;
  padding: 10px 15px;
}
}
/*joel adding 5-apr-2023*/
.elo.app-highlight-sec{
    background:url('../img/elo-bg-des.png');
        background-size: 50% 100%;
    background-repeat: no-repeat;
    background-position: right;
}
section.customer-service.customer-service-main {
    background-image: unset;
    padding: 50px 0px;
    background-color:#f3742c;
}
section.customer-service.customer-service-main p {
    color: #fff;
}
.customer-service-box.grrrrbx {
    background: rgb(252,101,57);
    background: linear-gradient(90deg, rgba(252,101,57,1) 20%, rgba(249,159,28,1) 100%);
}
.customer-service-box.grrrrbx a {
    color: #ffffff;
    font-size: 22px;
    font-family: "poppinsbold";
}
.customer-service-box.grrrrbx h6{
    color:#fff;
}
.customer-service-box.grrrrbx h2 {
    background: #fff;
    color: rgb(252,101,57);
}
.newcollage .team-menber-wrap {
    margin: 0px;
    padding: 10px;
    margin-bottom: 30px;
}
.newcollage .team-menber-title.color-green.align-top {
    position: unset;
    box-shadow: unset;
    margin: 0px;
    padding: 20px 0px 0px;
    text-align: center;
}
.leftflih2{
        font-family: "poppinsmedium";
    font-weight: 700;
    color: #fff;
    background: #9dc74e;
    padding: 20px;
    position: absolute;
    transform: rotate(-90deg);
    left: -55%;
    top: 28%;
    border-radius: 20px 20px 0px 0px;
}
@media screen and (max-width:1274px){
    .leftflih2{
        transform: unset;
    position: unset;
    background: unset;
    color: #a1cd50;
    padding: 0px;
    margin-bottom: 10px;
    }
}
.homsocial svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.homsocial li {
    background: #000;
    padding: 10px;
    border-radius: 50%;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homsocial ul.social-icons {
    display: flex;
    justify-content: center;
}

.swiper-container.team-slider-container {
    padding-bottom: 50px;
}
.swiper-container.team-slider-container span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff7700;
}
.res-mobile-menu a.slicknav_item.slicknav_row,
.res-mobile-menu a.slicknav_item.slicknav_row:focus,
.res-mobile-menu a.slicknav_item.slicknav_row:hover{
    background-color: #F2AA00;
    border-color: #F2AA00;
    border-radius: 200px;
    color: #fff !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    font-family: 'poppinsmedium', sans-serif;
    padding: 15px 27px;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    margin-top: 10px !important;
}
.res-mobile-menu a.slicknav_item.slicknav_row a{
    color:#fff !important;
}

@media screen and (max-width:767px){
    .operation .sec-title h2 {
        font-size: 15pt;
    }
    .solution-card {
        width: 200px;
        height: 200px;
        margin-bottom: 40px !important;
    }
    section.app-highlight-sec.elo .highlight-button {
        margin-top: 0px;
    }
    .elo.app-highlight-sec{
        background-size:cover;
    }
    .reswhutbg {
        background: #fff;
        padding-bottom: 50px;
    }
    .customer-service.customer-service-main h1,
    .app-section-inner h1{
        font-size: 2em;
    }
    .breadcrump-sec.color-light-greensec,
    .breadcrump-sec.color-light-yellowsec,
    .breadcrump-sec.color-greensec,
    .breadcrump-sec.color-light-borwn{
        background-image:unset;
    }
    .breadcrump-sec h2,
    .breadcrump-sec.color-light-yellowsec h2{
    margin-bottom: 0px;
    }
    section.tools-banner.important-banner.important-contacts .col-6 {
    width: 100%;
}
}
.subscribe-sec .ctct-form-defaults .ctct-form-custom .ctct-form-header{
  font-family: 'poppinsbold';
  line-height: 0.7;
  -webkit-text-stroke: 2px #ff7800;
  color: transparent !important;
  font-size: 46px !important;
  margin-bottom: 25px;
}
.subscribe-sec .ctct-form-defaults{
  padding: 0 !important;
}
.subscribe-sec .ctct-form-defaults .ctct-form-custom{
  width: 50%;
  position: relative;
  margin-bottom: 40px;
}
.subscribe-sec .ctct-form-defaults .ctct-form-custom .ctct-form-field input{
  border: 1px solid rgba(17, 17, 17, 0.2);
  font-family: 'poppinsmedium';
  padding: 10px 140px 10px 15px;
  border-radius: 8px;
  min-height: 64px;
  width: 100%;
  box-shadow: none;
  font-size: 18px;
}
.subscribe-sec .ctct-form-defaults .ctct-form-custom .ctct-form-field{
  position: relative;
  margin-bottom: 0;
}
.subscribe-sec .ctct-form-defaults .ctct-form-custom .ctct-form-button{
  /* background: #FEA444 !important; */
  border-color: #FFFFFF !important;
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
  position: absolute !important;
  bottom: -20px;
  width: auto;
  right: 8px;
  transform: translateY(-50%);
  margin: 0 !important;
  border-radius: 8px;
  padding: 16px 40px;
  border: 0 !important;
  box-shadow: none !important;
  display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.375;
    position: relative;
    border: 0;
    font-family: 'poppinsmedium', sans-serif;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.subscribe-sec .ctct-form-defaults .ctct-form-custom .ctct-form-button:before {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  bottom: -40px;
  content: "";
  height: 65px;
  left: -27px;
  position: absolute;
  width: 65px;
  z-index: -1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.subscribe-sec .ctct-form-defaults .ctct-form-custom .ctct-form-button:after {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: "";
  height: 65px;
  position: absolute;
  right: -27px;
  top: -40px;
  width: 65px;
  z-index: -1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.subscribe-sec .ctct-form-defaults .ctct-form-custom .ctct-form-button:hover:before {
  border-radius: 32.5px;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  width: 100%;
}
.subscribe-sec .ctct-form-defaults .ctct-form-custom .ctct-form-button:hover:after {
  border-radius: 32.5px;
  height: 100%;
  opacity: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.subscribe-sec .ctct-form-defaults .ctct-form-footer{
  display: none;
}
.subscribe-sec .ctct-form-defaults .ctct-form-custom .ctct-gdpr-text{
  display: none;
}
@media screen and (max-width:1200px){
  .subscribe-sec .ctct-form-defaults .ctct-form-custom {
    width: 100%;
  }
  .subscribe-sec .ctct-form-defaults .ctct-form-custom .ctct-form-header {
    line-height: 1;
    font-size: 26px !important;
    margin-bottom: 15px;
  }
  .brand-logo-area.brand-logo-default-area .section-title {
    margin: 10px 0 0 0;
    max-width: 100%;
  }
  .subscribe-sec .ctct-form-defaults .ctct-form-custom .ctct-form-button{
    padding: 16px 30px;
  }
}

/*Joel 04-Jan-2024*/
 .newlogo {
     position: absolute;
     top: -30px;
     background: #fff;
     padding: 5px;
     border-radius: 50%;
     display: block;
     width: 141px;
     box-shadow: 0px 5px 10px -4px #0009;
}
 .logo-light.newlogo {
     background: #ff7800;
}
 @media screen and (max-width:1200px) {
     .newlogo {
         position: fixed;
         top: 0px;
         width: 100px;
    }
     .header-area.header-default {
         padding-top: 30px;
         padding-bottom: 33px;
    }
     .header-area.header-default.sticky-header.sticky {
         padding-top: 30px;
         padding-bottom: 33px;
    }
}
