/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     Khairah - Charity Nonprofit HTML 5 Template
Version:        1.0.0
Author:         themepresss
URL:            http://themeforest.net/user/themepresss
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1	Theme Reset Style
#0.2	Global Elements
#0.3	header
#0.4	hero-slider
#0.5	footer
#0.6	about-area
#0.7	features-area
#0.8	case-area
#0.9	cta-area
#1.0	event-area
#1.1	volunteer-section
#1.2	testimonials-section
#1.3	blog-area
#1.4	partners-section
#1.5	partners-section
#1.6	partners-section
#1.7	blog-section


--------------------------------------------------------------
#2.0 Home-style-2
--------------------------------------------------------------
#2.1	about-section-s2


--------------------------------------------------------------
#3.0  About page
--------------------------------------------------------------
#2.1  tp-counter-area


-------------------------------------------------------------
#4.0 Donation page
--------------------------------------------------------------

-------------------------------------------------------------
#5.0 volunteer-page
--------------------------------------------------------------

-------------------------------------------------------------
#6.0 contact page
--------------------------------------------------------------


--------------------------------------------------------------
#7.0 case-details-page
--------------------------------------------------------------

--------------------------------------------------------------
#8.0 event-details-page
--------------------------------------------------------------


--------------------------------------------------------------
#9.0  blog-page-section 
--------------------------------------------------------------



--------------------------------------------------------------
#10.0 blog-singlepage-section
--------------------------------------------------------------



--------------------------------------------------------------
#11.0 error-404-section
--------------------------------------------------------------





----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600;700&amp;family=Roboto:wght@300;400;500;700&amp;display=swap');
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 18px;
}
.text-limit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
body {
  font-family: 'Barlow Condensed', sans-serif;
  background-color: #fff;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 18px;
  }
}

p {
  color: #787878;
  line-height: 1.63em;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212122;
  line-height: 1.3em;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}
p{
  font-family: 'Roboto', sans-serif
}
li{
  font-size: 18px;
}
/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 110px 0;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 90px 0;
  }
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  width: 100% !important;
  margin-top: 15px !important;
}

.contact-validation-active label.error {
  color: red;
  font-size: 0.875rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
}

.contact-validation-active #loader {
  display: none;
  margin-top: 10px;
}

.contact-validation-active #loader i {
  font-size: 30px;
  font-size: 1.875rem;
  color: #2db85d;
  display: inline-block;
  -webkit-animation: rotating linear 2s infinite;
  animation: rotating linear 2s infinite;
}

.contact-validation-active #success,
.contact-validation-active #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 18px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active #error {
    font-size: 15px;
  }
}

.contact-validation-active #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 5s alternate infinite;
  animation: rotating 5s alternate infinite;
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

.theme-btn, .theme-btn-s2 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  padding: 12px 60px 12px 30px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 40px;
  position: relative;
  background: -webkit-linear-gradient(left,#18b760,#e9bf3d 50%,#18b760);
  background-size: 200%,1px;
  background-position: 0;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
}

.theme-btn:hover, .theme-btn-s2:hover {
  background-position: 100%!important;
  color: #fff;
}

.theme-btn i, .theme-btn-s2 i {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.theme-btn-s2{
  background: -webkit-linear-gradient(left,#14b761,#3ac060 50%,#14b761);
  color: #fff;
  padding: 16px 30px 16px 30px;
}
.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
  background-position: 100%!important;
  color: #fff;
}

@media (max-width: 767px) {
  .theme-btn, .theme-btn-s2 {
    padding: 12px 16px;
    font-size: 15px;
  }
  .theme-btn i, .theme-btn-s2 i {
    display: none;
  }
}



.theme-btn-s3 {
  background-color: #212122;
  color: #fff;
  display: inline-block;
  padding: 14px 30px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: relative;
}

.theme-btn-s3 i {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.theme-btn-s3:hover, .theme-btn-s3:focus, .theme-btn-s3:active {
  background-color: #a90c0c;
  color: #fff;
}

@media (max-width: 767px) {
  .theme-btn-s3 {
    padding: 12px 16px;
    font-size: 13px;
  }
  .theme-btn-s3 i {
    display: none;
  }
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #2db85d;
  -webkit-box-shadow: 0 0 5px 0 #ee1414;
  -moz-box-shadow: 0 0 5px 0 #ee1414;
  -o-box-shadow: 0 0 5px 0 #ee1414;
  -ms-box-shadow: 0 0 5px 0 #ee1414;
  box-shadow: 0 0 5px 0 #ee1414;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: italic;
  background: url(../images/select-icon.html) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}

.social-links li a {
  background-color: #ee1414;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}

.social-links li a:hover {
  background-color: #2db85d;
}

/*** back to top **/
.back-to-top {
    background: -webkit-linear-gradient(left,#18b760,#e9bf3d 50%,#18b760);
  background-size: 200%,1px;
  background-position: 0;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.back-to-top:hover {
  background-position: 100%!important;
    color: #fff;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/******************************
	#page title
******************************/
.page-title {
  background: url("../images/page-title.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 350px;
  text-align: center;
  position: relative;
  word-break: break-all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.page-title:before{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(6,25,56,.8);
}
@media (max-width: 991px) {
  .page-title {
    height: 300px;
  }
}

.page-title .page-title-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.page-title .page-title-wrapper {
    text-align: center;
    margin-bottom: 16px;
}

.page-title h2,
.page-title ol {
  color: #fff;
}

.page-title h2 {
  font-size: 58px;
  font-size: 3.625rem;
  font-weight: bold;
  margin: 0 0 0.5em;
}

@media (max-width: 991px) {
  .page-title h2 {
    font-size: 48px;
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .page-title h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .page-title .breadcrumb {
    text-align: center;
  }
}

.page-title .breadcrumb li {
  font-size: 18px;
  color: #fff;
  margin-right: 5px;
  position: relative;
  font-family: 'Roboto', sans-serif
}

@media (max-width: 767px) {
  .page-title .breadcrumb li {
    font-size: 18px;
  }

  .page-title .page-title-wrapper {
      text-align: center;
      margin-bottom: 10px;
  }
}

.page-title .breadcrumb li a {
  color: #fff;
}

.page-title .breadcrumb li a:hover {
  color: #2db85d;
}

.page-title .breadcrumb > li + li {
  margin-left: 20px;
  padding-left: 15px;
}

.page-title .breadcrumb > li + li:before {
  font-family: themify;
  content: "\e649";
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0;
  position: absolute;
  left: -12px;
  top: 5px;
  border-radius: 50%;
}

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
}

.preloader .sk-cube-grid {
  width: 50px;
  height: 50px;
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
}

.preloader .sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #2db85d;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.preloader .sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader .sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.preloader .sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader .sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preloader .sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader .sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.preloader .sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.preloader .sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preloader .sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

/*--------------------------------------
	service single sidebar
----------------------------------------*/
.service-sidebar {
  /*** service-list-widget ***/
  /*** contact-widget ***/
}

@media (max-width: 991px) {
  .service-sidebar {
    max-width: 300px;
    margin-top: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .service-sidebar {
    padding-right: 30px;
  }
}

.service-sidebar > .widget + .widget {
  margin-top: 60px;
}

.service-sidebar .service-list-widget {
  background-color: #f8f8f8;
  padding: 55px 30px;
}

.service-sidebar .service-list-widget h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 0.7em;
  padding-bottom: 0.70em;
  position: relative;
}

.service-sidebar .service-list-widget h3:before {
  content: "";
  background-color: #fe6c35;
  width: 80px;
  height: 4px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.service-sidebar .service-list-widget h3:after {
  content: "";
  background-color: #fe6c35;
  width: 15px;
  height: 4px;
  border-radius: 10px;
  position: absolute;
  left: 85px;
  bottom: 0;
}

.service-sidebar .service-list-widget ul {
  list-style: none;
  border-bottom: 0;
}

.service-sidebar .service-list-widget ul li {
  border-bottom: 1px solid #e1e1e1;
}

.service-sidebar .service-list-widget ul > li:last-child {
  border-bottom: 0;
}

.service-sidebar .service-list-widget a {
  background: transparent;
  display: block;
  color: #787878;
  padding: 15px 0;
}

.service-sidebar .service-list-widget a:hover,
.service-sidebar .service-list-widget .current a {
  color: #2db85d;
}

.service-sidebar .contact-widget {
  background-color: #2db85d;
  padding: 55px 35px;
  position: relative;
}

.service-sidebar .contact-widget h4 {
  font-size: 20px;
  color: #fff;
  margin: 0;
}

.service-sidebar .contact-widget h2 {
  font-size: 35px;
  color: #fff;
  margin: 0.7em 0 0;
}

.theme-accordion-s1 {
  margin-bottom: 0;
}

.theme-accordion-s1 .panel-default {
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.theme-accordion-s1 .panel-heading {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.theme-accordion-s1 .panel + .panel {
  margin-top: 15px;
}

.theme-accordion-s1 .panel-heading a {
  background: #999999;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  display: block;
  padding: 18px 25px;
  position: relative;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 15px 25px;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading a {
    padding: 12px 15px;
  }
}

.theme-accordion-s1 .panel-heading a:before {
  font-family: "themify";
  content: "\e64b";
  font-size: 15px;
  font-size: 0.9375rem;
  position: absolute;
  right: 25px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a:before {
    font-size: 18px;
    font-size: 1.125rem;
    right: 20px;
  }
}

.theme-accordion-s1 .panel-heading a:focus {
  text-decoration: none;
}

.theme-accordion-s1 .panel-heading .collapsed {
  background-color: #fff;
  color: #212122;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

.theme-accordion-s1 .panel-heading .collapsed:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
  background-color: #fff;
  border: 0;
  padding: 40px 25px 15px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    padding: 20px 25px 10px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    padding: 15px 15px 8px;
  }
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body p {
  margin-bottom: 1.3em;
}

/*------------------------------------
  tp-blog sidebar
------------------------------------*/
.tp-blog-sidebar {
    /*** search-widget ***/
    /*** category-widget ***/
    /*** recent-post-widget ***/
    /*** quote-widget ****/
    /*** tag-widget ***/
}

@media screen and (min-width: 992px) {
    .tp-blog-sidebar {
        padding-left: 0px;
    }
}

@media (max-width: 991px) {
    .tp-blog-sidebar {
        margin-top: 80px;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .tp-blog-sidebar-2 {
        margin-top: 0;
        max-width: 100%;
        margin-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .tp-blog-sidebar {
        margin-top: 60px;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .tp-blog-sidebar-2 {
        margin-top: 0;
        max-width: 100%;
        margin-bottom: 80px;
    }
}

.tp-blog-sidebar .widget {
    box-shadow: 0px 1px 40px 0px rgba(40, 63, 116, 0.1);
    padding: 30px;
}

.tp-blog-sidebar .widget h3 {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #ececec;
    margin: 0 -30px 30px;
    padding: 0 0 30px 30px;
    position: relative;
    text-transform: capitalize;
}

.tp-blog-sidebar>.widget+.widget {
    margin-top: 65px;
}


.tp-blog-sidebar .search-widget form div {
    position: relative;
}

.tp-blog-sidebar .search-widget input {
    height: 50px;
    font-size: 18px;
    border: 1px solid #ebebeb;
    padding: 6px 50px 6px 20px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.tp-blog-sidebar .search-widget input:focus {
    background-color: rgba(0, 198, 209, 0.1);
}

.tp-blog-sidebar .search-widget form button {
    background: -webkit-linear-gradient(left, #18b760,#e9bf3d);
    font-size: 20px;
    color: #fff;
    border: 0;
    outline: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 0;
}

.tp-blog-sidebar .category-widget ul {
    list-style: none;
}

.tp-blog-sidebar .category-widget ul li {
    font-size: 18px;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
}

.tp-blog-sidebar .category-widget ul li:before {
   content: "";
    background: #bbb;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .tp-blog-sidebar .category-widget ul li {
        font-size: 18px;
    }
}

.tp-blog-sidebar .category-widget ul li span {
    position: absolute;
    right: 0;
}

.tp-blog-sidebar .category-widget ul>li+li {
    margin-top: 12px;
}

.tp-blog-sidebar .category-widget ul a {
    display: block;
    color: #777;
}

.tp-blog-sidebar .category-widget ul a:hover {
    color: #14b761;
}

.tp-blog-sidebar .category-widget ul li:hover:before {
    background: #14b761;
}

.tp-blog-sidebar .recent-post-widget .post {
    overflow: hidden;
}

.tp-blog-sidebar .recent-post-widget .posts>.post+.post {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f2f0f0;
}

.tp-blog-sidebar .recent-post-widget .post .img-holder {
    width: 68px;
    float: left;
}

.tp-blog-sidebar .recent-post-widget .post .details {
    width: calc(100% - 68px);
    float: left;
    padding-left: 20px;
}

.tp-blog-sidebar .recent-post-widget .post h4 {
    font-size: 18px;
    margin: 0 0 0.3em;
    color: #444444;
    line-height: 20px;
    font-weight: 600;
}

@media (max-width: 1199px) {
    .tp-blog-sidebar .recent-post-widget .post h4 {
        margin: 0;
    }
}

.tp-blog-sidebar .recent-post-widget .post h4 a {
    display: inline-block;
    color: #242f6c;
}

@media (max-width: 1199px) {
    .tp-blog-sidebar .recent-post-widget .post h4 {
        font-size: 18px;
    }
}

.tp-blog-sidebar .recent-post-widget .post h4 a:hover {
    color: #14b761;
}

.tp-blog-sidebar .recent-post-widget .post .details .date {
    font-size: 18px;
    color: #888;
}

.tp-blog-sidebar .recent-post-widget .post .details .date i {
    display: inline-block;
    padding-right: 7px;
}

.tp-blog-sidebar .quote-widget {
    border: 0;
    padding: 0;
}

.tp-blog-sidebar .quote-widget .quote {
    background-color: #f5f5f5;
    padding: 30px;
}

.tp-blog-sidebar .quote-widget .quote p {
    margin: 0;
}

.tp-blog-sidebar .quote-widget i {
    display: block;
}

.tp-blog-sidebar .quote-widget .fi:before {
    font-size: 35px;
}

.tp-blog-sidebar .quote-widget .quoter {
    position: relative;
    padding: 25px 25px 25px 110px;
}

.tp-blog-sidebar .quote-widget .quoter .img-holder {
    position: absolute;
    left: 0;
}

.tp-blog-sidebar .quote-widget .quoter img {
    padding: 5px;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
}

.tp-blog-sidebar .quote-widget .quoter h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0.3em;
    padding-top: 1.3em;
}

.tp-blog-sidebar .quote-widget .quoter h4+p {
    font-size: 18px;
    margin: 0;
}

.tp-blog-sidebar .tag-widget ul {
    overflow: hidden;
    list-style: none;
}

.tp-blog-sidebar .tag-widget ul li {
    float: left;
    margin: 0 8px 8px 0;
}

.tp-blog-sidebar .tag-widget ul li a {
    font-size: 18px;
    display: inline-block;
    padding: 10px 18px;
    color: #525252;
    border: 1px solid #ebebeb;
    border-radius: 0;
}

@media(max-width: 1200px) {
    .tp-blog-sidebar .tag-widget ul li a {
        padding: 10px 6px;
    }
}

.tp-blog-sidebar .tag-widget ul li a:hover {
    background: #14b761;
    color: #fff;
}

/**** pagination ****/
.pagination-wrapper {
    text-align: center;
    margin-top: 45px;
}

@media (max-width: 991px) {
    .pagination-wrapper {
        text-align: left;
        margin-top: 40px;
    }
}

.pagination-wrapper .pg-pagination {
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
}

.pagination-wrapper .pg-pagination li {
    float: left;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .pagination-wrapper .pg-pagination li {
        margin-right: 5px;
    }
}

.pagination-wrapper .pg-pagination li:last-child {
    margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
    background-color: #f5f5f5;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    font-weight: 600;
    color: #666;
    border: 0;
    display: block;
    border-radius: 5px;
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
    background: -webkit-linear-gradient(left,#18b760,#e9bf3d);
    border-color: #14b761;
    color: #fff;
}

.pagination-wrapper .pg-pagination .fi:before {
    font-size: 15px;
}

.pagination-wrapper-left {
    text-align: left;
}

.pagination-wrapper-right {
    text-align: right;
}

@media screen and (min-width: 1200px) {
    .pagination-wrapper-right {
        padding-right: 50px;
    }
}

@media (max-width: 991px) {
    .pagination-wrapper-right {
        margin-top: 45px;
        text-align: left;
    }
}

/*------------------------------------
  category sidebar
------------------------------------*/
.category-sidebar {
    /*** category-widget ***/
    /*** tag-widget ***/
}

@media screen and (min-width: 992px) {
    .category-sidebar {
        padding-right: 45px;
    }
}

@media (max-width: 991px) {
    .category-sidebar {
        margin-bottom: 80px;
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .category-sidebar {
        margin-bottom: 60px;
        max-width: 400px;
    }
}

.category-sidebar .widget {
    padding: 30px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

.category-sidebar .widget h3 {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #ebebeb;
    margin: 0 -30px 30px;
    padding: 0 0 30px 30px;
    position: relative;
    text-transform: capitalize;
}

.category-sidebar>.widget+.widget {
    margin-top: 30px;
}

.category-sidebar .category-widget ul {
    list-style: none;
}

.category-sidebar .category-widget ul li {
    font-size: 18px;
    position: relative;
    padding-left: 20px;
}

.category-sidebar .category-widget ul li:before {
    content: "";
    background: #bbb;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 8px;
}

@media (max-width: 767px) {
    .category-sidebar .category-widget ul li {
        font-size: 18px;
    }
}

.category-sidebar .category-widget ul li span {
    position: absolute;
    right: 0;
}

.category-sidebar .category-widget ul>li+li {
    margin-top: 12px;
}

.category-sidebar .category-widget ul a {
    display: block;
    color: #525252;
}

.category-sidebar .category-widget ul a:hover {
    color: #14b761;
}

.category-sidebar .category-widget ul li:hover:before {
    background: #14b761;
}

.category-sidebar .tag-widget {
    padding: 15px 0;
}

.category-sidebar .tag-widget ul {
    list-style: none;
}

.category-sidebar .tag-widget ul li {
    font-size: 18px;
    position: relative;
}

.category-sidebar .tag-widget ul li:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 3px solid #d7d7d7;
    border-radius: 50%;
    position: absolute;
    left: 30px;
    top: 15px;
}

@media (max-width: 767px) {
    .category-sidebar .tag-widget ul li {
        font-size: 18px;
    }
}

.category-sidebar .tag-widget ul a {
    display: block;
    color: #525252;
    padding: 12px 15px 12px 60px;
}

.category-sidebar .tag-widget ul a:hover {
    background: #14b761;
    background: -webkit-linear-gradient(left, #14b761, #3a9ce0);
    background: -moz-linear-gradient(left, #14b761, #3a9ce0);
    background: -o-linear-gradient(left, #14b761, #3a9ce0);
    background: -ms-linear-gradient(left, #14b761, #3a9ce0);
    background: -webkit-gradient(linear, left top, right top, from(#14b761), to(#3a9ce0));
    background: linear-gradient(left, #14b761, #3a9ce0);
    color: #fff;
}

.category-sidebar .tag-widget ul li:hover:before {
    border-color: #fff;
}

/*--------------------------------------------------------------
#0.3  tp-header
--------------------------------------------------------------*/
.tp-site-header {
    /* navigation open and close btn hide for width screen */
    /* style for navigation less than 992px */
    /*navbar collaps less then 992px*/
    /*** cart-search-contact ***/
}

.tp-site-header .navigation {
    background-color:transparent;
    margin-bottom: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.tp-site-header .navigation>.container {
    position: relative;
}

.tp-site-header .navigation .navbar-brand {
    height: auto;
}

.tp-site-header #navbar {
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    /*** mega-menu style ***/
}

.tp-site-header #navbar>ul li a {
    color: #fff;
    text-transform: capitalize;
}


.tp-site-header #navbar>ul li a:hover {
    text-decoration: none;
}

.tp-site-header #navbar>ul li a:focus {
    text-decoration: none;
}

@media screen and (min-width: 992px) {
    .tp-site-header #navbar {
        /*** hover effect ***/
    }

    .tp-site-header #navbar li {
        position: relative;
    }

    .tp-site-header #navbar>ul>li>a {
        font-size: 18px;
        font-weight: 600;
    }

    .tp-site-header #navbar>ul .sub-menu {
        background-color: #fff;
        width: 250px;
        position: absolute;
        left: 0;
        top: 130%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    .tp-site-header #navbar>ul>li .sub-menu li {
        border-bottom: 1px solid #ececec;
    }

    .tp-site-header #navbar>ul>li .sub-menu a {
        font-size: 18px;
        display: block;
        padding: 12px 20px;
        color: #414141;
        font-weight: 500;
    }

    .tp-site-header #navbar>ul>li .sub-menu a:hover {
        color: #14b761;
    }

    .tp-site-header #navbar>ul>li>.sub-menu .sub-menu {
        left: 110%;
        top: 0;
    }

    .tp-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a {
        position: relative;
    }

    .tp-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before {
        font-family: "themify";
        content: "\e64b";
        font-size: 11px;
        font-size: 0.73333rem;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .tp-site-header #navbar>ul>li:hover>.sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }



    .tp-site-header #navbar .sub-menu>li:hover>.sub-menu {
        left: 100%;
        visibility: visible;
        opacity: 1;
    }

}

@media (max-width: 991px) {
    .tp-site-header #navbar>ul>li a {
        display: block;
        font-size: 18px;
    }

    .tp-site-header #navbar>ul>li .sub-menu li {
        border-bottom: 1px solid #e6e6e6;
    }

    .tp-site-header #navbar>ul .sub-menu>li:last-child {
        border-bottom: 0;
    }

    .tp-site-header #navbar>ul>li>.sub-menu a {
        padding: 8px 15px 8px 45px;
        color: #333;
        font-weight: 600;
    }

    .tp-site-header #navbar>ul>li>.sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px;
    }

    .tp-site-header #navbar>ul .menu-item-has-children>a {
        position: relative;
    }

    .tp-site-header #navbar>ul .menu-item-has-children>a:before {
        font-family: "themify";
        content: "\e64b";
        font-size: 11px;
        font-size: 0.73333rem;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }


}

@media screen and (min-width: 992px) {
    .tp-site-header #navbar {
        /*** hover effect ***/
    }

    .tp-site-header #navbar .has-mega-menu {
        position: static;
    }

    .tp-site-header #navbar .mega-menu,
    .tp-site-header #navbar .half-mega-menu {
        background-color: #fff;
        padding: 20px;
        border-top: 2px solid #fd799b;
        position: absolute;
        right: 0;
        top: 120%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    .tp-site-header #navbar .mega-menu {
        width: 1140px;
        right: 15px;
    }

    .tp-site-header #navbar .half-mega-menu {
        width: 585px;
    }

    .tp-site-header #navbar .mega-menu-box-title {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        padding-bottom: 7px;
        margin-bottom: 7px;
        border-bottom: 1px solid #e6e6e6;
    }

    .tp-site-header #navbar .mega-menu-list-holder li a {
        font-size: 18px;
        display: block;
        padding: 7px 8px;
        margin-left: -8px;
    }

    .tp-site-header #navbar .has-mega-menu:hover>ul {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 1590px) {
    .tp-site-header #navbar>ul>li>.sub-menu .sub-menu {
        left: -260px;
        top: 0;
    }

    .tp-site-header #navbar .sub-menu>li:hover>.sub-menu {
        left: -250px;
        visibility: visible;
        opacity: 1;
    }

}

@media (max-width: 1199px) {
    .tp-site-header #navbar>ul .mega-menu {
        width: 950px;
        right: 15px;
    }

    .tp-site-header #navbar>ul .half-mega-menu {
        width: 485px;
    }


}

@media (max-width: 991px) {

    .tp-site-header #navbar>ul .mega-menu,
    .tp-site-header #navbar>ul .half-mega-menu {
        width: auto;
    }

    .tp-site-header #navbar>ul .mega-menu .row,
    .tp-site-header #navbar>ul .half-mega-menu .row {
        margin: 0;
    }

    .tp-site-header #navbar .mega-menu-content>.row>.col {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .tp-site-header #navbar .mega-menu .mega-menu-list-holder a {
        padding: 5px 15px 5px 40px;
    }

    .tp-site-header #navbar .mega-menu .mega-menu-box-title {
        font-size: 18px;
        text-transform: uppercase;
        display: block;
        border-bottom: 1px dotted #b3b3b3;
        padding: 0 0 4px 5px;
        margin: 0 25px 8px 25px;
    }
}

@media screen and (min-width: 992px) {
    .tp-site-header .navbar-header .open-btn {
        display: none;
    }

    .tp-site-header #navbar .close-navbar {
        display: none;
    }
}

@media (max-width: 991px) {
    .tp-site-header {
        /* class for show hide navigation */
    }

    .tp-site-header .container {
        width: 100%;
    }

    .tp-site-header .navbar-header button {
        background: -webkit-linear-gradient(left,#e9bf3d,#18b760);
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        outline: 0;
        position: absolute;
        right: 15px;
        top: 6px;
        z-index: 20;
    }

    .tp-site-header .navbar-header button span {
        background-color: #fff;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }

    .tp-site-header .navbar-header button span:last-child {
        margin: 0;
    }

    .tp-site-header #navbar {
        background: #fff;
        display: block !important;
        width: 280px;
        height: 100% !important;
        margin: 0;
        padding: 0;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        position: fixed;
        right: -300px;
        top: 0;
        z-index: 100;
    }

    .tp-site-header #navbar ul a {
        color: #000;
    }

    .tp-site-header #navbar ul a:hover,
    .tp-site-header #navbar ul li.current a {
        color: #18b760;
    }

    .tp-site-header #navbar .navbar-nav {
        height: 100%;
        overflow: auto;
    }

    .tp-site-header #navbar .close-navbar {
        background: -webkit-linear-gradient(left,#e9bf3d,#18b760);
        width: 40px;
        height: 40px;
        color: #fff;
        border: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        outline: none;
        position: absolute;
        left: -18px;
        top: 10px;
        z-index: 20;
    }

    .tp-site-header #navbar>ul>li {
        border-bottom: 1px solid #cccccc;
    }

    .tp-site-header #navbar>ul>li>a {
        padding: 10px 15px 10px 35px;
        color: #333;
        font-weight: 600;
    }

    .tp-site-header #navbar>ul>li>a li a {
        color: #333;
    }

    .tp-site-header .slideInn {
        right: 0 !important;
    }
}

@media (max-width: 767px) {
    .tp-site-header .navbar-header .navbar-brand {
        font-size: 24px;
    }

    .tp-site-header #navbar .navbar-nav {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .tp-site-header .navbar-collapse.collapse {
        display: none;
    }

    .tp-site-header .navbar-collapse.collapse.in {
        display: block;
    }

    .tp-site-header .navbar-header .collapse,
    .tp-site-header .navbar-toggle {
        display: block;
    }

    .tp-site-header .navbar-header {
        float: none;
    }

    .tp-site-header .navbar-right {
        float: none;
    }

    .tp-site-header .navbar-nav {
        float: none;
    }

    .tp-site-header .navbar-nav>li {
        float: none;
    }
}

.tp-site-header .cart-search-contact {
    position: absolute;
    right: 25px;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .tp-site-header .cart-search-contact {
        right: 95px;
    }
}

.tp-site-header .cart-search-contact button {
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0;
}


.tp-site-header .cart-search-contact .fi:before {
    font-size: 18px;
    color: #fff;
}

.header-style-3 .cart-search-contact .fi:before {
    color: #fff;
}

.tp-site-header .cart-search-contact>div {
    float: left;
    position: relative;
}

.tp-site-header .cart-search-contact>div+div {
    margin-left: 20px;
}

.tp-site-header .cart-search-contact .header-search-form-wrapper {
    padding-top: 5px;
}

@media (max-width: 450px) {
    .tp-site-header .cart-search-contact .header-search-form-wrapper {
        display: none;
    }
}

.tp-site-header .cart-search-contact .header-search-form {
    position: absolute;
    width: 250px;
    right: -25px;
    top: 75px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 15px 60px -19px black;
    box-shadow: 0px 15px 60px -19px black;
}

.tp-site-header .cart-search-contact form div {
    position: relative;
}

.tp-site-header .cart-search-contact form div button {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tp-site-header .cart-search-contact input {
    width: 100%;
    height: 50px;
    padding: 6px 20px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tp-site-header .cart-search-contact .mini-cart .fi:before {
    font-size: 25px;
}

.tp-site-header .cart-search-contact .mini-cart .cart-count {
    background: -webkit-linear-gradient(left,#18b760,#e9bf3d);
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 10px;
    font-size: 0.66667rem;
    color: white;
    position: absolute;
    top: 0;
    right: -11px;
    border-radius: 50%;
}

.tp-site-header .cart-search-contact .mini-cart-content {
    background: #fff;
    width: 300px;
    z-index: 10;
    position: absolute;
    right: -25px;
    top: 75px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 15px 60px -19px black;
    box-shadow: 0px 15px 60px -19px black;
}

@media (max-width: 450px) {
    .tp-site-header .cart-search-contact .mini-cart-content {
        right: auto;
        left: -225px;
    }
}

.tp-site-header .cart-search-contact .mini-cart-content .mini-cart-title {
    padding: 12px 15px;
    border-bottom: 1px solid #efefef;
}

.tp-site-header .cart-search-contact .mini-cart-content p {
    font-size: 18px;
    font-size: 1rem;
    font-weight: 500;
    color: #2a2a2a;
    margin: 0;
    text-transform: uppercase;
}

.tp-site-header .cart-search-contact .mini-cart-content .mini-cart-items {
    padding: 15px;
}

.tp-site-header .cart-search-contact .mini-cart-content .mini-cart-item {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #efefef;
}

.tp-site-header .cart-search-contact .mini-cart-content .mini-cart-item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.tp-site-header .cart-search-contact .mini-cart-content .mini-cart-item-image {
    width: 50px;
    height: 50px;
    border: 2px solid #eee;
    float: left;
    margin-right: 15px;
}

.tp-site-header .cart-search-contact .mini-cart-content .mini-cart-item-image a,
.tp-site-header .cart-search-contact .mini-cart-content .mini-cart-item-image img {
    display: block;
    width: 46px;
    height: 46px;
}

.tp-site-header .cart-search-contact .mini-cart-content .mini-cart-item-image:hover {
    border-color: #fdc900;
}

.tp-site-header .cart-search-contact .mini-cart-content .mini-cart-item-des {
    position: relative;
    overflow: hidden;
}

.tp-site-header .cart-search-contact .mini-cart-content .mini-cart-item-des a {
    font-size: 18px;
    font-size: 0.93333rem;
    font-weight: 500;
    text-align: left;
    color: #2a2a2a;
}

.tp-site-header .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover {
    color: #14b761;
}

.tp-site-header .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price {
    font-size: 13px;
    font-size: 0.86667rem;
    color: #888;
    display: block;
    margin-top: 3px;
}

.tp-site-header .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
    font-size: 12px;
    font-size: 0.8rem;
    color: #444;
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
}

.tp-site-header .cart-search-contact .mini-cart-content .mini-cart-action {
    padding: 20px 15px;
    border-top: 1px solid #efefef;
}

.tp-site-header .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn {
    float: right;
    color: #fff;
    padding-right: 30px;
}

.tp-site-header .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price {
    font-size: 15px;
    font-size: 1rem;
    font-weight: 500;
    color: #2a2a2a;
    margin-top: 10px;
    display: inline-block;
}

.tp-site-header .cart-search-contact .mini-cart-content-toggle,
.tp-site-header .cart-search-contact .header-search-content-toggle {
    opacity: 1;
    visibility: visible;
    right: 0;
}

@media (max-width: 991px) {
    .tp-site-header .cart-search-contact .get-quote {
        display: none;
    }
}

/*******************************************
  header style 1
*******************************************/
.header-style-1 {
    /*** .cart-search-contact ***/
}

@media screen and (min-width: 992px) {
    .header-style-1 {
        /*** hover effect ***/
    }

    .header-style-1 ul {
        list-style: none;
    }

    .header-style-1 .navigation-holder {
        background: #191919;
        width: 500px;
        height: 100% !important;
        padding: 65px 55px;
        position: fixed;
        right: -520px;
        top: 0;
        z-index: 99999;
    }

    .header-style-1 .navigation-holder>ul {
        float: none;
        height: 100%;
        overflow: auto;
    }

    .header-style-1 #navbar>ul {
        width: 100%;
        height: 100%;
    }

    .header-style-1 #navbar>ul>li {
        float: none;
    }

    .header-style-1 #navbar>ul li a {
        text-transform: uppercase;
    }

    .header-style-1 #navbar>ul li a,
    .header-style-1 #navbar>ul>li .sub-menu a {
        font-size: 18px;
        color: #fff;
        padding: 15px;
    }

    .header-style-1 #navbar>ul>li .sub-menu a {
        text-transform: none;
        font-weight: 300;
    }

    .header-style-1 #navbar>ul>li .sub-menu a:hover {
        color: #fd799b;
    }

    .header-style-1 #navbar>ul li a {
        padding: 20px 15px;
    }

    .header-style-1 #navbar>ul .sub-menu {
        background-color: transparent;
        width: auto;
        height: 0;
        border-top: 0;
        position: static;
        left: 0;
        top: 0;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        padding-left: 20px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    .header-style-1 #navbar>ul .sub-menu.open-submenu {
        height: auto !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .header-style-1 #navbar>ul>li .sub-menu li {
        border-bottom: 0;
    }

    .header-style-1 #navbar>ul>li:hover>.sub-menu {
        top: auto;
        visibility: hidden;
        opacity: 0;
    }

    .header-style-1 #navbar>ul .sub-menu>li:hover>.sub-menu {
        left: auto;
        visibility: hidden;
        opacity: 0;
    }

    .header-style-1 .close-navbar-2 {
        background-color: #fd799b;
        width: 40px;
        height: 40px;
        color: #fff;
        border: 0;
        border-radius: 50%;
        outline: none;
        position: absolute;
        left: -18px;
        top: 10px;
        z-index: 20;
    }

    .header-style-1 #navbar>ul .menu-item-has-children>a:before {
        font-family: "themify";
        content: "\e64b";
        font-size: 11px;
        font-size: 0.6875rem;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 991px) {
    .header-style-1 .close-navbar-2 {
        display: none;
    }
}

.header-style-1 .navigation {
    padding: 12px 0;
}

@media (max-width: 767px) {
    .header-style-1 .navigation {
        padding: 0;
    }
}

.header-style-1 .menu-info {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .header-style-1 .menu-info {
        display: none;
    }
}

.header-style-1 .menu-info ul {
    overflow: hidden;
    list-style: none;
}

.header-style-1 .menu-info ul li {
    font-size: 18px;
    padding-bottom: 2px;
    float: left;
    line-height: 1em;
}

@media (max-width: 991px) {
    .header-style-1 .menu-info ul li {
        font-size: 16px;
        font-size: 1.06667rem;
        padding-bottom: 2px;
    }
}

.header-style-1 .menu-info ul>li+li {
    margin-left: 35px;
}

@media (max-width: 991px) {
    .header-style-1 .menu-info ul>li+li {
        margin-left: 25px;
    }
}

.header-style-1 .menu-info ul .fi {
    position: relative;
    top: 3px;
    display: inline-block;
    padding-right: 3px;
}

@media (max-width: 991px) {
    .header-style-1 .menu-info ul .fi {
        top: 2px;
    }
}

.header-style-1 .menu-info ul .fi:before {
    font-size: 22px;
    font-size: 1.46667rem;
    color: #fd799b;
}

@media (max-width: 991px) {
    .header-style-1 .menu-info ul .fi:before {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

.header-style-1 .menu-open-btn-holder {
    background-color: #191919;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 15px;
    top: 22px;
}

@media (max-width: 991px) {
    .header-style-1 .menu-open-btn-holder {
        display: none;
    }
}

.header-style-1 .menu-open-btn-holder button {
    background: transparent;
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
}

.header-style-1 .menu-open-btn-holder button span {
    background-color: #fff;
    width: 27px;
    height: 2px;
    position: absolute;
    top: 12px;
    left: 9px;
}

.header-style-1 .menu-open-btn-holder button>span:nth-child(2) {
    top: 22px;
}

.header-style-1 .menu-open-btn-holder button>span:nth-child(3) {
    width: 18px;
    top: 32px;
}

@media (max-width: 991px) {
    .header-style-1 .navbar-header button {
        top: 25px;
    }
}

.header-style-1 .cart-search-contact {
    right: 95px;
}

@media (max-width: 767px) {
    .header-style-1 .cart-search-contact {
        right: 85px;
    }
}

.header-style-1 .navigation-holder.open-navigation-menu {
    right: 0;
}

/*******************************************
  header style 2
*******************************************/
.header-style-2,
.header-style-3 {
    /*** topbar ***/
    /*** navigation ***/
    /*** search cart ***/
}


.header-style-1 .topbar, .header-style-3 .topbar {
  background: rgb(7, 23, 56);
  padding: 4px 0 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

@media (max-width: 767px) {
  .header-style-1 .topbar, .header-style-3 .topbar {
    text-align: center;
    padding: 12px 0;
  }
}

.header-style-1 .topbar p, .header-style-3 .topbar p {
  font-size: 15px;
  margin: 0;
  color: #fff;
}

.header-style-1 .topbar .social ul, .header-style-3 .topbar .social ul {
  overflow: hidden;
  float: right;
  padding-top: 2px;
}

.header-style-2 #navbar>ul li a {
    color: #061738;
}

@media (max-width: 767px) {
  .header-style-1 .topbar .social ul, .header-style-3 .topbar .social ul {
    float: none;
    display: inline-block;
    margin-top: 10px;
  }
}

.header-style-1 .topbar .social ul > li, .header-style-3 .topbar .social ul > li {
  float: left;
}

.header-style-1 .topbar .social ul > li + li, .header-style-3 .topbar .social ul > li + li {
  margin-left: 22px;
}

@media (max-width: 767px) {
  .header-style-1 .topbar .social ul > li + li, .header-style-3 .topbar .social ul > li + li {
    margin-left: 15px;
  }
}

.header-style-1 .topbar .social ul a, .header-style-3 .topbar .social ul a {
  font-size: 18px;
  color: #fff;
}

.header-style-1 .topbar .social ul a:hover, .header-style-3 .topbar .social ul a:hover {
  color: #2db85d;
}

.header-style-2 .navigation ul,
.header-style-3 .navigation ul {
    list-style: none;
}

.header-style-2 .container,
.header-style-3 .container{
  width: 1540px;
  max-width: 100%;
}
.header-style-2 .navigation .navbar-brand,
.header-style-3 .navigation .navbar-brand {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.header-style-2 .navigation .navbar-brand span,
    .header-style-3 .navigation .navbar-brand span{
      color:#26b75e;
    }
@media screen and (min-width: 992px) {

    .header-style-2 .navigation .navbar-brand,
    .header-style-3 .navigation .navbar-brand {
        margin-top: 1px;
    }
    
    .header-style-2 .navigation .navbar-brand img,
    .header-style-3 .navigation .navbar-brand img{
      margin-right: 10px;
    }
    .header-style-2 #navbar,
    .header-style-3 #navbar {
        margin-left: 255px;
    }

    .header-style-2 #navbar>ul>li>a,
    .header-style-3 #navbar>ul>li>a {
        padding: 40px 12px;
        position: relative;
        z-index: 1;
    }
    .header-style-2 #navbar>ul>li>a:before,
    .header-style-3 #navbar>ul>li>a:before {
       position: absolute;
       left: 0;
       top: 52%;
       transform: translateY(-50%);
       width: 100%;
       height: 25px;
       background: url("../images/hover.png") center center/cover no-repeat local;
       content: "";
       z-index: -1;
       object-fit: cover;
       opacity: 0;
       transition: all .3s;
    }
    .header-style-2 #navbar>ul>li>a:hover:before,
    .header-style-3 #navbar>ul>li>a:hover:before {
      opacity: 1;
    }
    .header-style-2 #navbar>ul>li>a.active:before,
    .header-style-3 #navbar>ul>li>a.active:before {
      opacity: 1;
    }

    .header-style-2 #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before,
    .header-style-3 #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before {
        content: "\e649";
    }

    .header-style-2 #navbar>ul .sub-menu,
    .header-style-3 #navbar>ul .sub-menu {
        -webkit-box-shadow: 0px 15px 60px -19px black;
        box-shadow: 0px 15px 60px -19px black;
    }
}

@media screen and (min-width: 1200px) {

    .header-style-2 #navbar>ul>li>a,
    .header-style-3 #navbar>ul>li>a {
        padding: 40px 25px;
    }

    .header-style-3 #navbar>ul>li>a {
        color: #fff;
    }

    .theme-btn-s2 {
        padding: 10px 15px 10px 15px;
    }
}
@media screen and (max-width: 1200px) {

    .theme-btn-s2 {
        padding: 10px 10px 10px 10px;
    }
}

@media (max-width: 991px) {

    .header-style-2 .navbar-header button,
    .header-style-3 .navbar-header button {
        top: 23px;
    }


}

.header-style-2 .cart-search-contact .mini-cart-content,
.header-style-3 .cart-search-contact .mini-cart-content,
.header-style-2 .cart-search-contact .header-search-form,
.header-style-3 .cart-search-contact .header-search-form {
    top: 67px;
}

.header-style-2 .cart-search-contact .header-search-form button .fi:before,
.header-style-3 .cart-search-contact .header-search-form button .fi:before {
    color: #666;
}

@media (max-width: 991px) {

    .header-style-2 .cart-search-contact .mini-cart-content,
    .header-style-3 .cart-search-contact .mini-cart-content,
    .header-style-2 .cart-search-contact .header-search-form,
    .header-style-3 .cart-search-contact .header-search-form {
        top: 64px;
    }
}

.tp-site-header .navbar-default{
    position: absolute;
    z-index: 120;
    width: 100%;
    background:transparent;
}


.header-style-2 .navbar-default{
  position: relative;
}
.header-style-2 .navigation .navbar-brand{
  color: #061738;
}
.header-style-2 .cart-search-contact .fi:before {
    font-size: 18px;
    color: #061738;
}
/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero-slider {
  width: 100%;
  height:900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}
.swiper-slide{
  position: relative;
}
.slide-shape {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 700px;
  }
  .slide-shape{
    display: none;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 600px;
  }

  .slide-shape{
    display: none;
  }
  .hero-style-1 .slide-title h2{
    margin-bottom: 0;
  }
}
@media (max-width: 570px) {
  .theme-btn-s2{
    display: none;
  }
}


.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: rgba(255, 255, 255, 0.3);
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  text-align: center;
  border-radius: 60px;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
}

.hero-slider .swiper-button-prev:before {
  font-family: "themify";
  content: "\e629";
  font-size: 20px;
  color: #fff;
}

.hero-slider .swiper-button-next {
  right: 25px;
}

.hero-slider .swiper-button-next:before {
  font-family: "themify";
  content: "\e628";
  font-size: 20px;
  color: #fff;
}

.hero-slider .swiper-pagination-bullets {
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

@media (max-width: 1199px) {
  .hero-slider .swiper-pagination {
    width: 970px;
  }
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-pagination {
    width: 1170px;
    height: 0;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    position: absolute;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .hero-slider .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #eabf3d;
    width: 13px;
    height: 13px;
    margin: 15px 0 15px auto;
    display: block;
    border: 3px solid transparent;
    opacity: 1;
  }
  .hero-slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #fff;
    border: 3px solid #13b761;
  }
}

@media (max-width: 991px) {
  .hero-slider .swiper-pagination {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets, .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    top: auto;
    top: auto !important;
  }
  .hero-slider .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff;
    width: 13px;
    height: 13px;
    margin: 6px;
    border: 3px solid transparent;
    opacity: 1;
  }
  .hero-slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #2db85d;
    border: 3px solid #fff;
  }
}

/*--------------------------------------------------------------
	#hero-style-1
--------------------------------------------------------------*/
.hero-style-1 .slide-thumb {
  width: 175px;
  height: 70px;
  line-height: 58px;
  text-align: center;
  background: url(../images/shape/comment.png) center center/cover no-repeat local;
}
.hero-style-1 .slide-thumb span{
  font-size: 20px;
}

.hero-style-1 .slide-title {
  max-width: 670px;
  margin-top: 10px;
}

.hero-style-1 .slide-title h2 {
  font-size:120px;
  color: #fff;
  margin: 0 0 0.43em;
  line-height: 120px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .hero-style-1 .slide-title h2 {
    font-size: 45px;
    line-height: 55px;

  }
}

@media (max-width: 767px) {
  .hero-style-1 .slide-title h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .header-style-2 .navigation .navbar-brand,
  .header-style-3 .navigation .navbar-brand {
    font-size: 30px;
}

}
@media (max-width: 530px) {
.tp-site-header .cart-search-contact {
    right: 55px;
}
.hero-style-1 .slide-title h2 {
    font-size: 26px;
}
}

.hero-style-1 .slide-title h2 span {
  display: inline-block;
  font-style: italic;
  position: relative;
}

.hero-style-1 .slide-title h2 span:before {
  content: "";
  background-color: rgba(193, 14, 14, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: -1;
}

.hero-style-1 .slide-text {
  max-width: 490px;
  position: relative;
  z-index: 50;
}

.hero-style-1 .slide-text p {
  color: #fff;
  margin: 0 0 2.5em;
}

.hero-style-1 .slide-btns {
  position: relative;
  z-index: 50;
}


@media (max-width: 767px) {
  .hero-style-1 .slide-btns:after {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .hero-style-1 .container {
    padding-top: 80px;
  }
}

@media screen and (max-width: 991px) {
  .hero-style-1 .container {
    padding-top: 60px;
  }
}

.hero-style-v2 .container{
  padding-top: 0;
}

/*--------------------------------------------------------------
#0.5 footer
--------------------------------------------------------------*/
.tp-site-footer {
    background: url(../images/ft.png) center center/cover no-repeat local;
    position: relative;
    font-size: 15px;
    overflow: hidden;
}

.tp-ne-footer {
    background: #061738;
}

.tp-site-footer-2 {
    background: #fcfcfc;
}

.tp-site-footer ul,
.tp-site-footer-2 ul {
    list-style: none;
}

.tp-site-footer p,
.tp-site-footer li {
    color: #fff;
}

.tp-site-footer-2 p,
.tp-site-footer-2 li {
    color: #444444;
}

.tp-site-footer .container,
.tp-site-footer-2 .container {
    position: relative;
}
.tp-site-footer .tp-upper-footer {
    padding: 100px 0 80px;
}

@media (max-width: 991px) {

    .tp-site-footer .tp-upper-footer .col,
    .tp-site-footer-2 .tp-upper-footer .col {
        min-height: 235px;
        margin-bottom: 70px;
    }
    .tp-site-footer .tp-upper-footer {
      padding: 70px 0;
      padding-bottom: 0;
  }
}

@media (max-width: 767px) {

    .tp-site-footer .tp-upper-footer .col,
    .tp-site-footer-2 .tp-upper-footer .col {
        min-height: auto;
        margin-bottom: 60px;
    }
}

.tp-site-footer .widget-title,
.tp-site-footer-2 .widget-title {
    margin-bottom: 10px;
}

@media (max-width: 767px) {

    .tp-site-footer .widget-title,
    .tp-site-footer-2 .widget-title {
        margin-bottom: 20px;
    }
}

.tp-site-footer .widget-title h3,
.tp-site-footer-2 .widget-title h3 {
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    position: relative;
}

.tp-site-footer-2 .widget-title h3 {
    color: #2d4277;
}

@media (max-width: 991px) {

    .tp-site-footer .widget-title h3,
    .tp-site-footer-2 .widget-title h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.tp-site-footer .about-widget .logo {
    max-width: 180px;
}

.tp-site-footer .about-widget p,
.tp-site-footer-2 .about-widget p {
    margin-bottom: 0.8em;
    line-height: 1.9em;
}

.tp-site-footer .about-widget p:last-child,
.tp-site-footer-2 .about-widget p:last-child {
    margin-bottom: 0;
}

.tp-site-footer .about-widget ul,
.tp-site-footer-2 .about-widget ul {
    overflow: hidden;
    padding-top: 10px;
}

.tp-site-footer .about-widget ul li,
.tp-site-footer-2 .about-widget ul li {
    font-size: 22px;
    float: left;
}

.tp-site-footer .about-widget ul>li+li,
.tp-site-footer-2 .about-widget ul>li+li {
    margin-left: 25px;
}

.tp-site-footer .about-widget ul a {
    color: #fff;
}

.tp-site-footer-2 .about-widget ul a {
    color: #404040;
}

.tp-site-footer .about-widget ul a:hover,
.tp-site-footer-2 .about-widget ul a:hover {
    color: #14b761;
}

.tp-site-footer-2 .about-widget ul a {
    color: #14b761;
}

.tp-site-footer .link-widget,
.tp-site-footer-2 .link-widget {
    overflow: hidden;
}

@media screen and (min-width: 1200px) {
    .tp-site-footer .link-widget {
        padding-left: 20px;
    }

    .tp-site-footer-2 .link-widget {
        padding-left: 10px;
    }
}

@media (max-width: 1199px) {

    .tp-site-footer .link-widget,
    .tp-site-footer-2 .link-widget {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {

    .tp-site-footer .link-widget,
    .tp-site-footer-2 .link-widget {
        padding-left: 0;
    }
}

@media (max-width: 767px) {

    .tp-site-footer .link-widget,
    .tp-site-footer-2 .link-widget {
        max-width: 350px;
    }
}

.tp-site-footer .link-widget ul li,
.tp-site-footer-2 .link-widget ul li {
    position: relative;
}

.tp-site-footer .link-widget ul a,
.tp-site-footer-2 .link-widget ul a {
    color: #fff;
}

.tp-site-footer-2 .link-widget ul a {
    color: #404040;
}

.tp-site-footer .link-widget ul a:hover,
.tp-site-footer-2 .link-widget ul a:hover,
.tp-site-footer .link-widget ul li:hover:before,
.tp-site-footer-2 .link-widget ul li:hover:before {
    text-decoration: underline;
}

.tp-site-footer .link-widget ul>li+li,
.tp-site-footer-2 .link-widget ul>li+li {
    margin-top: 15px;
}


.tp-site-footer .contact-ft ul li .fi:before,
.tp-site-footer-2 .contact-ft ul li .fi:before {
    font-size: 20px;
    margin-right: 15px;
}

.tp-site-footer .contact-ft ul li,
.tp-site-footer-2 .contact-ft ul li {
    padding-bottom: 10px;
}

.tp-site-footer .contact-ft,
.tp-site-footer-2 .contact-ft {
    margin-top: 20px;
}

.tp-site-footer .tp-lower-footer,
.tp-site-footer-2 .tp-lower-footer {
    text-align: center;
    position: relative;
    background: #011235;
}

.tp-site-footer .tp-lower-footer .row,
.tp-site-footer-2 .tp-lower-footer .row {
    padding: 20px 0;
    position: relative;
}


.tp-site-footer .tp-lower-footer .copyright,
.tp-site-footer-2 .tp-lower-footer .copyright {
    display: inline-block;
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0;
}

@media (max-width: 991px) {

    .tp-site-footer .tp-lower-footer .copyright,
    .tp-site-footer-2 .tp-lower-footer .copyright {
        float: none;
        display: block;
    }
}

.tp-site-footer .tp-lower-footer .copyright a,
.tp-site-footer-2 .tp-lower-footer .copyright a {
    color: #fff;
    text-decoration: underline;
}

.tp-site-footer .news-text h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: -5px;
    line-height: 25px;
    margin-bottom: 0px;
}

.tp-site-footer .news-text span {
    color: #ccc;
    font-size: 12px;
}

.tp-site-footer .news-text {
    overflow: hidden;
    padding-left: 10px;
}

.tp-site-footer .news-wrap {
    overflow: hidden;
    margin-bottom: 20px;
}

.tp-site-footer .news-img {
    float: left;
}
.instagram ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -3px;
}

.instagram ul li {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 5px;
    padding: 0px 3px;
}

.instagram ul li img {
    width: 100%;
}
.footer-logo {
  margin-top: -10px;
}
.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -200px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
    background: white;
    -webkit-box-shadow: 0 0 15px rgba(218, 218, 218, 0.5);
    box-shadow: 0 0 15px rgba(218, 218, 218, 0.5);
}


@media(max-width: 1200px) {
    .tp-site-footer .news-text h3 {
        font-size: 13px;
    }

    .tp-site-footer .contact-ft ul li,
    .tp-site-footer-2 .contact-ft ul li {
        padding-bottom: 10px;
        font-size: 16px;
    }
}

.footer-logo a{
  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.footer-logo a span{
  color: #26b75e;
}
.footer-logo a img{
  margin-right: 10px;
}

.sticky-header {
  width: 100%;
  position: fixed!important;
  left: 0;
  top: -200px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
}

.header-style-1 .sticky-header, .header-style-3 .sticky-header {
  background: rgb(7, 23, 56);
}

.header-style-1 .sticky-header .header-contact, .header-style-2 .sticky-header .header-contact {
  top: 0;
}

.header-style-2 .sticky-header {
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(189, 189, 189, 0.5);
  box-shadow: 0 0 15px rgba(189, 189, 189, 0.5);
}


/*======================================
#0.6 about-area
========================================*/


.about-area{
  position: relative;
  z-index: 1;
}

.about-cercle{
  padding: 150px 0;  
  position: relative;
}
.about-cercle:before{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  width: 300px;
  z-index: -1;
  content: "";
  background-image: -moz-linear-gradient( -25deg, rgb(3,182,100) 0%, rgb(255,192,57) 100%);
  background-image: -webkit-linear-gradient( -25deg, rgb(3,182,100) 0%, rgb(255,192,57) 100%);
  background-image: -ms-linear-gradient( -25deg, rgb(3,182,100) 0%, rgb(255,192,57) 100%);
}
.about-img{
  overflow: hidden;
  border-radius: 50%;
  width: 470px;
  height: 470px;
  box-shadow: 0 10px 40px 0 rgba(50,50,50,.3);
  border: 3px solid #fff;
  margin: auto;
  z-index: 11;
}
.about-img img{
  border-radius: 50%;
  transform: scale(1);
  overflow: hidden;
  transition: all .3s;
}
.about-img:hover img{
  transform: scale(1.2);
}

.thumb-text{
    width: 145px;
    height: 58px;
    line-height: 48px;
    color: #061738;
    font-weight: 700;
    text-align: center;
    background: url(../images/shape/comment2.png) center center/cover no-repeat local;
    text-transform: uppercase;
}
.about-area .row{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.section-title h2{
  font-size: 58px;
  line-height: 60px;
  font-weight: 600;
}
.section-title h2 span:first-child{
  color:#ffc039;
}
.section-title h2 span:last-child{
  color:#03b664;
}
.about-icon-wrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 40px;
}
.ab-icon{
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #d7f5e7;
  text-align: center;
  border-radius: 50%;
  float: left;
  margin-right: 15px;
}
.ab-icon2{
  background: #faf4e8;
}
.ab-text{
  overflow: hidden;
}
.ab-text h2{
  margin-top: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 38px;
  margin-top: 10px;
}

.ab-text h2 a{
  color: #212122;
}

.ab-text h2 a:hover{
  color: #3ac060;
}

.about-text .section-title{
  margin-bottom: 20px;
}

.about-icon-item:first-child{
  margin-right: 20px;
}
.ab-shape{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}

@media(max-width: 1200px){
 .ab-shape{
  display: none;
 }
 .about-cercle:before {
    position: absolute;
    left: 65%;
  }
  .ab-text h2 {
    font-size: 25px;
}
}
@media(max-width: 991px){
.about-cercle:before{
  display: none;
}
}

@media(max-width:991px){
  .about-area .row{
    display: unset;
  }
  .about-cercle {
    padding: 50px 0;
    position: relative;
}
.about-text{
  text-align: center;
}
.about-text .thumb-text{
  margin: auto;
}
.about-icon-wrap {
    justify-content: center;
}
.about-area{
  padding-bottom: 50px;
  padding-bottom: 70px;
}
}
@media(max-width:767px){
  .about-img{
    width: 100%;
    height: 100%;
  }
  .about-img img{
    width: 100%;
    height: 100%;
  }
  .about-icon-wrap{
    flex-wrap: wrap;
  }
  .about-icon-item{
    margin-bottom: 20px;
  }
  .section-title h2 {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 30px;
}
.about-area{
  padding-bottom: 30px;
}
}
/*=============================================
#0.7 features-area
===============================================*/

.features-area{
  background: #061738;
}

.features-area .row{
  display: flex;
  align-items: center;
}

.features-text h2{
  font-size: 58px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 35px;
}

.features-text .thumb-text span{
  color: #fff;
}

.features-text p{
  color: #cbcfd6;
  line-height: 33px;
  margin-bottom: 30px;
}

.features-text{
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.features-text:before{
  position: absolute;
  background: url("../images/shape/v1.png") center center/cover no-repeat local;
  width:115%;
  left: -95px;
  content: "";
  height: 100%;
  z-index: -1;
  top: -15px;
  opacity: .5;
}
.features-area{
  padding: 50px 0;
}

.features-item,
.features-item-2{
  padding: 40px 20px;
  text-align: center;
  background: #14b761;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.features-item:before,
.features-item-2:before{
    position: absolute;
    right: -95px;
    top: -53px;
    width: 73px;
    height: 120px;
    border: 3px solid #333;
    content: "";
    background: -webkit-linear-gradient( -25deg, rgb(255, 192, 57) 0%, rgb(20, 183, 97) 100%);
    background: -ms-linear-gradient( -25deg, rgb(255, 192, 57) 0%, rgb(20, 183, 97) 100%);
    transform: rotate(-45deg);
    transition: all .3s;
}
.features-item-2:before{
  background: -webkit-linear-gradient( -25deg, rgb(3,182,100) 0%, rgb(255,192,57) 100%);
  background: -ms-linear-gradient( -25deg, rgb(3,182,100) 0%, rgb(255,192,57) 100%);
}
.features-item:hover:before,
.features-item-2:hover:before{
  right: -22px
}
.features-item-2.active:before{
  right: -22px;
}
.features-item-2{
  background: #ffc039;
}

.features-icon{
  width: 112px;
  height: 112px;
  line-height: 112px;
  background: #fff;
  border-radius: 50%;
  margin: auto;
  position: relative;
  z-index: 1;
}
.features-icon:before{
  position: absolute;
  left: -6px;
  top: -7px;
  width: 112%;
  height: 112%;
  content: "";
  background: rgba(255,255,255,.5);
  border-radius: 50%;
  z-index: -11;
}
.features-content h2{
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}
.features-content h2 a{
  color: #fff;
}
.features-wrap{
  padding: 100px 0 70px; 
}

.features-wrap .row{
  display: unset;
}

@media(max-width: 1200px){
  .features-content h2 {
      font-size: 24px;
  }
}
@media(max-width: 991px){
  .features-text:before {
    width: 55%;
    left: 0;
    top: 0;
}
.features-text {
    padding-bottom: 0;
}
.features-wrap {
    padding: 80px 0 40px;
}
}
@media(max-width: 991px){
  .features-text {
      padding-bottom: 0;
      padding-top: 40px;
  }

  .features-wrap {
    padding: 50px 0 10px;
}
.features-text h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 35px;
}


.features-area .row{
  display: unset;
}
.features-area {
    padding-bottom: 0;
    padding-top: 20px;
}
}


/*====================================
#0.8 case-area
=====================================*/
.section-title2{
  margin-bottom: 90px;
}
.section-title2 .thumb-text{
  margin: auto;
}
.section-title2 h2{
  margin-bottom: 30px;
}
.cause-top {
    padding: 30px 20px;
    background: #eefaf5;
    padding-bottom: 50px;
}
.cause-img{
  border-radius: 50%;
}
.cause-img img{
  border-radius: 50%;
}

.cause-text{
  padding: 20px;
  padding-top: 0;
  text-align: center;
}
.cause-text ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-top: -10px;
}
.cause-text ul li a{
  padding: 5px 5px;
  background: #03b664;
  margin-right: 15px;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
}
.cause-text ul li:last-child a{
  background: #ffc039;
}

.cause-item{
  border:2px solid #eefaf5;
  position: relative;
  margin-bottom: 30px;
}
.cause-text h3{
  font-size: 27px;
  font-weight: 700;
  margin-top: 15px;
}
.cause-text h3 a{
  color: #212122;
}
.cause-text h3 a:hover{
  color: #03b664;
}

.cause-item:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 0%;
  border-left:3px solid #a1bc49;
  content: "";
  transition: all .8s;
  z-index: 11;
}
.cause-item:after{
  position: absolute;
  right: 0;
  bottom: 0;
  height: 0%;
  border-right:3px solid #e7bf3e;
  content: "";
  transition: all .5s;
  z-index: 11;
}
.cause-item:hover:before{
  height: 100%;
}
.cause-item:hover:after{
  height: 100%;
}
.cause-top,.cause-text{
  position: relative;
}
.cause-top:after{
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  border-top:3px solid #a1bc49;
  content: "";
  transition: all .7s;
  z-index: 11;
}
.cause-text:after{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-top:3px solid #e7bf3e;
  content: "";
  transition: all .3s;
  z-index: 11;
}
.cause-item:hover .cause-top:after,
.cause-item:hover .cause-text:after{
  width: 100%;
}
.cause-img {
  position: relative;
  text-align: center;
  margin: auto;
  width: 205px;
  height: 205px;
}
.cause-img img{
  width: 205px;
  height: 205px;
}
.cause-img:before{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(6,23,56,.8);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}
.cause-item:hover .cause-img:before{
  opacity: 1;
  visibility: visible;
}
.case-btn .theme-btn{
    padding: 11px 46px 13px 22px;
}
.case-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
}
.cause-item:hover .case-btn{
  opacity: 1;
  visibility: visible;
}
.case-area{
  padding-bottom: 70px;
}
@media(max-width: 991px){
.cause-text h3 {
    font-size: 25px;
}
}

@media(max-width: 420px){
.cause-img {
    width: 250px;
    height: 250px;
}
.cause-img img{
    width: 250px;
    height: 250px;
}
.cause-text ul li a {
    padding: 10px 10px;
}
.section-title2 {
    margin-bottom: 50px;
}
}


/*=======================================
#0.9 cta-area
=========================================*/

.cta-area{
  background: url(../images/cta.jpg) no-repeat right center;
  padding: 90px 0;
}
.cta-area .row{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.cta-left h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding-right: 30px;
    margin: 0;
    line-height: 45px;
    margin-bottom: 10px;
}

.cta-wrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.cta-call span{
  font-size: 34px;
  color: #fff;
}
.cta-call h3 {
    font-size: 40px;
    color: #ffc039;
    margin-top: 0;
}
.cta-call:last-child h3{
  font-size: 40px;
  color: #03b664;
}

@media(max-width: 1200px){
  .cta-call h3 {
      font-size: 28px;
      margin-top: 10px;
  }
  .cta-call:last-child h3 {
      font-size: 28px;
      margin-top: 10px;
  }
  .cta-left h2 {
      font-size: 38px;
  }
  .cta-call span {
    font-size: 23px;
    color: #fff;
}
}
@media(max-width: 991px){
  .cta-area .row{
    display: unset;
  }
  .cta-wrap {
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}
.cta-call{
  padding: 0 20px;
}
.case-area {
    padding-bottom: 70px;
}

.cta-area {
    background-size: cover;

}
.cta-left h2 {
    padding-right: 0;
}
}

@media(max-width: 767px){
  .cta-area {
    padding: 40px 0;
  }
.cta-left h2 {
    font-size: 26px;
    padding-right: 0;
}
}
/*====================================
#1.0 event-area
======================================*/

.event-area {
    background: #eefaf5;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-bottom: 80px;
}
.event-item{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  transition: all .3s;
  position: relative;
  z-index: 1;
}

.event-item:before{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-linear-gradient(left,#e9bf3d,#18b760);
  z-index: -1;
  transition: all .3s;
  opacity: 0;
}
.event-item:hover:before{
    opacity: 1;
}
.event-img{
  margin-right: 30px;
}

.event-text{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.event-right {
    margin-left: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.event-right ul{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.event-right ul li{
  font-size: 18px;
}
.event-right ul li:first-child{
  margin-right: 30px;
  color: #03b664;
}
.event-right ul li:last-child{
  margin-right: 30px;
  color: #ffc039;
}
.event-img img{
  min-height: 200px;
  object-fit: cover;
}
.event-l-text{
  padding: 30px;
  background: #03b664;
  text-align: center;
  min-height: 200px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  transition: all .3s;
}

.event-l-text span{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.event-l-text h4{
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  transition: all .3s;
}
.event-item:hover .event-l-text{
  background: #061738;
}
.event-item .event-right h2 a{
  color:#212122;
}

.event-item .event-right ul li,
.event-item .event-right h2,
.event-item .event-right p{
  transition: all .3s;
}
.event-item:hover .event-right ul li,
.event-item:hover .event-right h2,
.event-item:hover .event-right h2 a,
.event-item:hover .event-right p{
  color: #fff;
}
.event-item .event-right h2 a:hover{
  color:#ffc039;
}
.shape1{
  position: absolute;
  left: 8%;
  top: 10%;
  z-index: -1;  
}
.shape2 {
    position: absolute;
    right: -6%;
    bottom: -8%;
    z-index: -1;
}
.volunteer-img{
  text-align: center;
}

@media(max-width: 991px){
.event-right h2{
  font-size: 24px;
}
.event-right p{
  font-size: 18px;
}
.shape1 {
    left: 5%;
    top: 3%;
    width: 200px;
}
.volunteer-item{
  margin-bottom: 30px;
}
.volunteer-area{
  padding-bottom: 70px;
}
}
@media(max-width: 767px){
  .event-item {
      flex-wrap: wrap;
  }

  .event-img{
    margin-bottom: 30px;
    margin-right: 0;
    width: 100%
  }
  .event-img img{
    width: 100%
  }
  .shape1 {
    display: none;
}

.custom-grid{
  width: 50%;
  float: left;
}
.event-area {
    padding-bottom: 40px;
}
.section-title2 {
    margin-bottom: 50px;
}
}

@media(max-width: 540px){
  .custom-grid{
      width: 100%;
      float: none;
    }
}

@media(max-width: 500px){
  .event-text{
    flex-wrap: wrap;
  }
  .event-left{
    width: 100%;
    margin-bottom: 20px;
  }
  .event-img{
    width: 100%;
    margin-right: 0;
  } 
  .event-img img{
    width: 100%;
  }
  .event-right{
    margin-left: 0;
  }

  .shape1 {
    left: 4%;
    top: 1%;
    width: 105px;
}
.shape2 {
    right: -10%;
    bottom: -42px;
}
}
@media(max-width: 440px){
  .event-right ul{
    flex-wrap: wrap;
  }
}


/*============================================
#1.1 volunteer-section
==============================================*/


.volunteer-content {
  text-align: center;
  padding: 20px;
  margin-top: 20px;
}

.volunteer-content h2{
  margin-top: 0;
}
.volunteer-content h2 a{
  font-size: 22px;
  font-weight: 700;
  color: #061738;
}

.volunteer-content h2 a:hover{
  color: #3ac060;
}
.volunteer-content span{
  font-size: 18px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: #787878;
}

.volunteer-wrap .volunteer-content{
     box-shadow: 0px 1px 40px 0px rgba(40, 63, 116, 0.1);
}

.volunteer-item .volunteer-img{
  transition: all .3s; 
}
.volunteer-item:hover .volunteer-img{
  transform: translateY(-20px);
}

/*--------------------------------------------------------------
#1.2  testimonials-section
--------------------------------------------------------------*/
.testimonials-section {
    background: #061738;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 80px;
}

.testi-shape{
  position: absolute;
  top: 0;
  height: 50%;
  left: 0;
  width: 100%;
  z-index: -1;
}
.testi-shape2 {
    position: absolute;
    z-index:1;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
}
.testimonials-section:before {
    position: absolute;
    left: 0;
    height: 50%;
    width: 100%;
    content: "";
    background: #061738;
    bottom: 0;
    border-top: 3px solid #0b1c3c;
    z-index: 1;
}

.testimonials-section .testimonial-thumb-active, .testimonials-section-s3 .testimonial-thumb-active {
  width:600px;
  text-align: center;
  margin: auto;
  position: relative;
}

@media (max-width: 767px) {
  .testimonials-section .testimonial-thumb-active, .testimonials-section-s3 .testimonial-thumb-active {
    width: 300PX;
  }

  .testi-shape2 {
    bottom: 10%;
}
}

.testimonials-section .testimonial-thumb-active img{
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  margin: auto;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  margin-bottom: -35px;
}

.testimonials-section .testimonial-thumb-active .slick-center{
  border: 0;
  outline: 0;
}

.testimonials-section .testimonial-thumb-active .slick-center img{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.testimonials-section .testimonial-content-active{
  max-width: 755px;
  margin: 15px auto 0;
  position: relative;
  z-index: 9;
}

.testimonials-section .grid > p{
  font-size: 18px;
  color: #fff;
}

@media (max-width: 767px) {
  .testimonials-section .grid > p{
    font-size: 17px;
    font-size: 1.13333rem;
  }
}

.testimonials-section .grid .info h5{
  font-size: 16px;
  font-size: 1.06667rem;
  margin: 2em 0 0.3em;
}

.testimonials-section .grid .info p{
  font-size: 13px;
  font-size: 0.86667rem;
  margin: 0;
  color: #03b664;
}

.testimonials-section .testimonial-thumb-active button i{
  font-size: 18px;
  color: #fff;
  left: 0;
}

.testimonials-section .testimonial-thumb-active .slick-next i{
  left: auto;
  right: 0;
}

.test-img{
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.test-img:before{
    position: absolute;
    left: 50%;
    bottom: -90px;
    content: "";
    width: 56%;
    height: 100%;
    background: -webkit-linear-gradient(left,#e9bf3d,#18b760);
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 1;
}

.testimonials-section .slick-prev, .testimonials-section .slick-next {
    background-color: #ffc039;
    width: 55px;
    height: 55px;
    z-index: 10;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.testimonials-section .slick-prev:hover, .testimonials-section .slick-next:hover {
    background-color: #2db85d;
}

.testimonials-section .slick-prev:before, .testimonials-section .slick-next:before{
  display: none;
}

.testimonial-content-active .grid ul {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.testimonial-content-active .grid ul li{
  margin-right: 5px;
  color: #ffc039;
  font-size: 20px;
}
.testimonial-content-active .grid ul li span{
  color: #5d5036;
}
.testimonial-content-active .grid .info h5{
  color: #ffc039;
  font-size: 30px;
  margin-top: 20px;
}

@media(max-width: 767px){
.test-img:before {
    width: 100%;
}

.testimonials-section .grid > p {
    font-size: 18px;
}
.section-padding {
    padding: 60px 0;
}
.testimonials-section {
    padding: 30px 0 60px;
}
.about-section{
  padding-bottom: 20px;
}
}
@media(max-width: 570px){
.testi-shape2 {
    bottom: 25%;
}
}
@media(max-width: 450px){
.testi-shape2 {
    bottom: 12%;
}
}

/*===================================
#1.3 blog-area
====================================*/
.blog-area{
  padding-bottom: 80px;
}

.blog-item{
  display: flex;
  margin-bottom: 30px;
}
.blog-content {
    padding: 20px 30px;
    border: 2px solid #e7f7f0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: all .3s;
}
.blog-content ul{
  display: flex;
  justify-content: space-between;
}
.blog-content ul li{
  font-size: 18px;
  font-weight: 500;
  color: #ffc039;
}
.blog-content ul li i{
  margin-right: 5px;
}
.blog-content ul li:first-child{
  color: #2db85d;
}

.blog-content h2{
  font-size: 28px;
}
.blog-content h2 a{
  font-size: 28px;
  font-weight: 700;
  color: #061738;
}
.blog-content h2 a:hover{
  color: #2db85d;
}
.blog-img{
  overflow: hidden;
}
.blog-img img{
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all .3s;
}

.blog-item:hover .blog-img img{
  transform: scale(1.2);
}
@media(max-width: 540px){
  .blog-item {
      flex-wrap: wrap;
  }
  .blog-img img{
    width: 100%;
  }
  .blog-img{
      width: 100%;
  }

  .blog-content h2 a {
      font-size: 26px;
  }
}
/*--------------------------------------------------------------
#1.4  partners-section
--------------------------------------------------------------*/
.partners-section{
  background: url("../images/partners/bg.png") center center/cover no-repeat local;
  position: relative;
  padding-bottom: 90px;
}

.partners-section:before{
  background: -webkit-linear-gradient(left,#18b760,#e9bf3d);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: .94;
}

.partners-section .grid{
  text-align: center;
}

.partners-section .grid img{
  width: auto;
  margin: 0 auto;
  display: inline-block;
}

@media(max-width: 1200px){
  .partners-section {
      padding: 100px 0 80px;
  }
}
@media(max-width: 991px){
  .partners-section {
    padding: 80px 0 70px;
}
}

/*--------------------------------------------------------------
#2.0  Home-style-2
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#2.1  about-section-s2
--------------------------------------------------------------*/
.about-section .video-area {
  max-width: 469px;
  position: relative;
}

.about-section .video-area img {
  border-radius: 5px;
}
.about-section .row{
  display: flex;
  align-items: center;
}

.about-section .video-holder {
    background: rgba(88, 92, 100,.89);
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-box-shadow: 0px 3px 27.2px 4.8px rgba(8, 106, 216, 0.11);
    box-shadow: 0px 3px 27.2px 4.8px rgba(8, 106, 216, 0.11);
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.about-section .video-holder .fi:before {
  font-size: 50px;
  font-size: 3.125rem;
  color: #086ad8;
  background: -webkit-linear-gradient(left, #03b664, #ffc039);
  background: -moz-linear-gradient(left, #03b664, #ffc039);
  background: -o-linear-gradient(left, #03b664, #ffc039);
  background: -ms-linear-gradient(left, #03b664, #ffc039);
  background: -webkit-gradient(linear, left top, right top, from(#03b664), to(#ffc039));
  background: linear-gradient(left, #03b664, #ffc039);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-section .about-area {
  padding-top: 15px;
}

.about-section-s2 .about-text{
  padding-left: 40px;
}

@media (max-width: 1199px) {
  .about-section .about-area {
    padding-top: 0;
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .about-section .about-area {
    padding-top: 70px;
  }

  .about-section .row{
    display: unset;
  }

  .about-section .video-area {
      margin: auto;
      margin-bottom: 30px;
  }
  .about-section-s2 .about-text{
    padding-left: 0px;
  }

}

.features-area2 .features-content h2 {
    font-size: 25px;
}

@media(max-width: 1200px){
  .features-area2 .features-content h2 {
      font-size: 20px;
  }
}
@media(max-width: 767px){
  .about-section .video-holder .fi:before {
    font-size: 30px;
  }
  .about-section .video-holder {
    width: 75px;
    height: 75px;
    line-height: 75px;
  }
}

/*=============================================================
#3.1 About page
================================================================*/

/*.===============================
#2.2 tp-counter-area
===============================*/
.tp-counter-area,
.tp-counter-style-2 {
    padding: 100px 0;
    background: url(../images/counter/img-1.html) no-repeat center center / cover;
    position: relative;
}

.tp-counter-area .tp-counter-grids .grid,
.tp-counter-style-2 .tp-counter-grids .grid {
    width: 24%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    padding: 70px 0;
    background: #f8f8f8;
}

.tp-counter-area .tp-counter-grids .grid p,
.tp-counter-style-2 .tp-counter-grids .grid p {
    font-size: 18px;
    font-weight: normal;
    color: #999;
    padding-top: 5px;
    margin-bottom: 0;
}

.tp-counter-area .tp-counter-grids,
.tp-counter-style-2 .tp-counter-grids {
    overflow: hidden;
    position: relative;
}

.tp-counter-area .odometer.odometer-auto-theme,
.tp-counter-area .odometer.odometer-theme-default,
.tp-counter-style-2 .odometer.odometer-auto-theme,
.tp-counter-style-2 .odometer.odometer-theme-default {
    line-height: 0.8em;
}

.tp-counter-area .tp-counter-grids .grid h2,
.tp-counter-style-2 .tp-counter-grids .grid h2 {
    font-size: 60px;
    font-weight: 600;
    color: #212122;
    margin: 0;
    line-height: 10px;
    margin-top: 8px;
    padding-bottom: 15px;
}

@media(max-width: 1200px) {

    .tp-counter-area .tp-counter-grids .grid,
    .tp-counter-style-2 .tp-counter-grids .grid {
        width: 23%;
    }
}

@media(max-width: 992px) {

    .tp-counter-area .tp-counter-grids .grid h2,
    .tp-counter-style-2 .tp-counter-grids .grid h2 {
        font-size: 35px;
    }
}


/*=========================================
#4.0 Donation page
==========================================*/

.tp-donations-amount,
.tp-donations-details,
.tp-doanation-payment {
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0px 0px 9.8px 0.2px rgba(85, 85, 85, 0.07);
}

.tp-donations-amount h2,
.tp-donations-details h2,
.tp-doanation-payment h2 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 30px;
    margin-top: 0;
}

.tp-donations-amount input,
.tp-donations-details input,
.tp-donations-details textarea {
    background: transparent;
    width: 100%;
    height: 50px;
    border: 0;
    border: 1px solid #ebebeb;
    padding-left: 15px;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #525252;
    border-radius: 5px;
    font-size: 18px;
}

.tp-donations-details textarea {
    height: 135px;
}

.tp-donations-amount input:focus,
.tp-donations-details input:focus,
.tp-donations-details textarea:focus {
    border-color: #14b761;
}

.payment-name ul li input {
    margin-right: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.tp-payment-select ul {
    list-style: none;
}

.payment-name ul {
    display: flex;
    margin-top: 30px;
}

.tp-payment-area form {
    overflow: unset !important;
}

.payment-name ul li {
    width: 100px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}

.payment-name ul {
    list-style: none;
}

.payment-name ul li input {
    margin-right: 0;
}

.payment-name ul li {
    margin-right: 15px;
}

.tp-payment-area h2 {
    padding-bottom: 40px;
    margin-bottom: 0;
}

.tp-payment-select ul {
    display: flex;
}

.tp-payment-select ul li {
    margin-right: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #5B5B5B;
}

.tp-payment-select label {
    font-size: 18px;
    font-weight: 600;
}

.tp-payment-area h2 {
    font-size: 20px;
    color: #878787;
    font-weight: 700;
}

.tp-payment-area h2 span {
    font-size: 30px;
    color: #ff493c;
}

.tp-payment-area {
    width: 100%;
}

.payment-name ul li input {
    margin-right: 0;
    position: absolute;
    z-index: -1;
    font-size: 18px
}

.payment-name ul li input:checked~label {
    background: #cae8c8;
}

.payment-name label {
    width: 100%;
    border: 1px solid transparent;
    cursor: pointer;
}

.payment-name .visa label {
    border: 1px solid #0057A0;
}

.payment-name .mas label {
    border: 1px solid #CC0000;
}

.payment-name .ski label {
    border: 1px solid #691A5F;
}

.payment-name .pay label {
    border: 1px solid #019CDE;
}

.tp-payment-option {
    padding: 0 15px;
}

.payment-name.active {
    display: block;
}

.tp-payment-option.active .payment-name {
    display: none !important;
}

.tp-payment-area .form-style input{
    width: 100%;
    margin-bottom: 15px;
    padding-left: 20px;
    height: 40px;
    background: #fff;
    border-radius: 2px;
    border: none;
    border: 1px solid #ebebeb;
}
.tp-payment-area .form-style input:focus{
    border:1px solid #14b761;
}

.tp-payment-area .contact-form {
    margin-top: 40px;
}

#Donations .theme-btn {
    border: none;
    outline: none;
    border-radius: 40px;
    box-shadow: none;
    padding-right: 27px;
}

#Donations .submit-area {
    text-align: center;
}

@media(max-width:767px){
  #Donations .theme-btn {
      padding-right: 15px;
  }
}
/*======================================================
#5.0 volunteer-page
========================================================*/
.volunteer-area.v2{
    background: #f8f8f8;
}

.volunter-img img{
  width: 100%;
  min-height: 475px;
  object-fit: cover;
}
.volunteer-contact-form form input,
.volunteer-contact-form form select,
.volunteer-contact-form form label,
.volunteer-contact-form form textarea {
    border:none;
    border: 1px solid #d0d4df;
    padding-left: 15px;
    height: 45px;
    border-radius: 0;
    font-size: 18px;
}
.volunteer-contact-form form textarea{
  height: 120px;
}
.volunteer-contact-form form label {
    line-height: 40px;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    color: #999999;
}

.volunteer-contact-form .form-group-in input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.volunteer-contact-form .form-group-in {
    position: relative;
}

.volunteer-contact-form .form-group-in i {
    position: absolute;
    right: 30px;
    top: 13px;
    font-size: 20px;
}

.volunteer-contact-form .form-group {
    margin-bottom: 30px;
}

.volunteer-contact-form {
    padding: 50px 40px;
    background: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.15);
}


.volunteer-contact-form h2 {
    margin-top: 0;
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
}
.volunteer-contact-form .theme-btn{
  padding-right: 27px;
}


@media(max-width: 767px) {
    .volunteer-contact-form {
        margin-top: 0px;
        padding: 14px 16px;
    }

    .volunteer-contact-form h2 {
        font-size: 23px;
    }

    .volunter-img img{
      min-height: 100%;
    }
}

.volunteer-contact-form .submit-area{
    text-align: center;
}

/*--------------------------------------------------------------
#6.0 contact page
--------------------------------------------------------------*/
.contact-pg-contact-section{
  position: relative;
}
.contact-pg-contact-section .contact-details ul {
  margin-top: 50px;
}

.contact-pg-contact-section .contact-details ul li {
  position: relative;
  padding-left: 70px;
}

.contact-pg-contact-section .contact-details ul > li {
  margin-top: 45px;
}

.contact-pg-contact-section .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
}

.contact-pg-contact-section .icon i {
  font-size: 20px;
  font-size: 1.25rem;
  color: #18b760;
}

.contact-pg-contact-section .contact-details h5 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 0.3em;
}

.contact-pg-contact-section .contact-form {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .contact-pg-contact-section .contact-form {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .contact-pg-contact-section .contact-form {
    margin-top: 30px;
  }
}

.contact-pg-contact-section .contact-form input,
.contact-pg-contact-section .contact-form textarea {
  background: #f8f8f8;
  width: 100%;
  height: 45px;
  border: 1px solid transparent;
  color: #666;
  border-radius: 0;
  padding: 6px 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 18px;
}

.contact-pg-contact-section .contact-form input:focus,
.contact-pg-contact-section .contact-form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #18b760;
}

.contact-pg-contact-section .contact-form form {
  margin: 0 -15px;
}

.contact-pg-contact-section .contact-form form ::-webkit-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #666666;
}

.contact-pg-contact-section .contact-form form :-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #666666;
}

.contact-pg-contact-section .contact-form form ::-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #666666;
}

.contact-pg-contact-section .contact-form form :-ms-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #666666;
}

.contact-pg-contact-section .contact-form form > div {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 30px;
}

@media (max-width: 550px) {
  .contact-pg-contact-section .contact-form form > div {
    width: calc(100% - 30px);
    float: none;
  }
}

.contact-pg-contact-section .contact-form form > .submit-area {
  margin-bottom: 0;
}

.contact-pg-contact-section .contact-form form .comment-area {
  width: calc(100% - 30px);
  float: none;
}

.contact-pg-contact-section .contact-form form .comment-area textarea {
  height: 170px;
}

.contact-pg-contact-section .contact-form form .comment-area textarea:focus {
  border-color: #659a72;
  outline: none;
}

.contact-pg-contact-section .theme-btn-s2, .contact-pg-contact-section .theme-btn-s4 {
  border: 0;
  outline: 0;
}

.contact-pg-contact-section .contact-map {
  height: 450px;
  margin-top: 75px;
}

@media (max-width: 991px) {
  .contact-pg-contact-section .contact-map {
    margin-top: 55px;
  }
}

@media (max-width: 767px) {
  .contact-pg-contact-section .contact-map {
    height: 350px;
    margin-top: 45px;
  }
}

.contact-pg-contact-section .contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}

@media (max-width: 991px) {
  .contact-pg-contact-section .contact-form-area {
    margin-top: 80px;
  }
  .contact-pg-contact-section .contact-form-area .section-title-s3, .contact-pg-contact-section .contact-form-area .section-title-s4 {
    margin-bottom: 0;
  }
}

.contact-form-area .theme-btn{
  padding-right: 27px;
}

.section-title-s3 h2{
  font-weight: 700;
}


/*=====================================================
#7.0 case-details-page
=======================================================*/


.case-b-text {
    margin-top: 40px;
}

#Description {
  padding:30px;
   box-shadow: 0px 1px 40px 0px rgba(40, 63, 116, 0.1);
}

.tp-case-details-text .tp-case-text-top p {
    margin-bottom: 30px;
}

.tp-case-details-tab .event-b-text {
    margin-top: 40px;
}

.tp-case-details-text .tp-case-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
}

.tp-case-details-text .tp-case-content h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.case-bb-text ul {
    display: unset;
}

.case-bb-text ul li {
    font-size: 18px;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
}

.case-bb-text ul li:before {
    content: "";
    background: #14b761;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
}

.tp-case-details-area .tp-blog-single-section .comments-area {
    margin-top: 0;
}

.tp-donations-amount,
.tp-donations-details,
.tp-doanation-payment {
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0px 1px 40px 0px rgba(40, 63, 116, 0.1);
}

.tp-donations-amount h2,
.tp-donations-details h2,
.tp-doanation-payment h2 {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 30px;
    margin-top: 0;
}

.tp-donations-amount input,
.tp-donations-details input,
.tp-donations-details textarea {
    background: transparent;
    width: 100%;
    height: 50px;
    border: 0;
    border: 1px solid #ebebeb;
    padding-left: 15px;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #525252;
    border-radius: 5px;
}

.tp-donations-details textarea {
    height: 135px;
}

.tp-donations-amount input:focus,
.tp-donations-details input:focus,
.tp-donations-details textarea:focus {
    border-color: #14b761;
}

.payment-name ul li input {
    margin-right: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.tp-payment-select ul {
    list-style: none;
}

.payment-name ul {
    display: flex;
    margin-top: 30px;
}

.tp-payment-area form {
    overflow: unset !important;
}

.payment-name ul li {
    width: 100px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}

.payment-name ul {
    list-style: none;
}

.payment-name ul li input {
    margin-right: 0;
}

.payment-name ul li {
    margin-right: 15px;
}

.tp-payment-area h2 {
    padding-bottom: 40px;
    margin-bottom: 0;
}

.tp-payment-select ul {
    display: flex;
}

.tp-payment-select ul li {
    margin-right: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #5B5B5B;
}

.tp-payment-select label {
    font-size: 18px;
    font-weight: 600;
}

.tp-payment-area h2 {
    font-size: 20px;
    color: #878787;
    font-weight: 700;
}

.tp-payment-area h2 span {
    font-size: 30px;
    color: #ff493c;
}

.tp-payment-area {
    width: 100%;
}

.payment-name ul li input {
    margin-right: 0;
    position: absolute;
    z-index: -1;
}

.payment-name ul li input:checked~label {
    background: #fcebbd;
}

.payment-name label {
    width: 100%;
    border: 1px solid transparent;
    cursor: pointer;
}

.payment-name .visa label {
    border: 1px solid #0057A0;
}

.payment-name .mas label {
    border: 1px solid #CC0000;
}

.payment-name .ski label {
    border: 1px solid #691A5F;
}

.payment-name .pay label {
    border: 1px solid #019CDE;
}

.tp-payment-option {
    padding: 0 15px;
}

.payment-name.active {
    display: block;
}

.tp-payment-option.active .payment-name {
    display: none !important;
}

.tp-payment-area .form-style input{
    width: 100%;
    margin-bottom: 15px;
    padding-left: 20px;
    height: 40px;
    background: #fff;
    border-radius: 2px;
    border: none;
    border: 1px solid #ebebeb;
}
.tp-payment-area .form-style input:focus{
    border:1px solid #14b761;
}

.tp-payment-area .contact-form {
    margin-top: 40px;
}

#Donations .theme-btn {
    border: none;
    outline: none;
    border-radius: 40px;
    box-shadow: none;
}

#Donations .submit-area {
    text-align: center;
}

@media(max-width: 992px) {
    .tp-event-details-wrap {
        margin-bottom: 30px;
    }
}
@media(max-width: 767px) {
    .tp-donations-amount, .tp-donations-details, .tp-doanation-payment {
        padding: 20px;
    }
}

@media(max-width: 590px) {
    .tp-case-details-text .tp-case-content h2 {
        font-size: 22px;
    }

    .tp-case-details-tab .nav li a {
        margin-bottom: 20px;
    }

    .tp-case-details-tab .nav li:last-child a {
        margin-bottom: 0;
    }

    .tp-case-details-text .tp-case-text-top {
        padding: 8px;
    }

    .tp-payment-select ul {
        display: flex;
        flex-wrap: wrap;
    }

    .tp-doanation-payment {
        padding: 20px 10px;
    }

}

.tp-donate-header h2{
    margin-bottom: 50px;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    margin-top: 0;
}

/*----------------------------------------------
#8.0 event-details-page
----------------------------------------------*/

.tp-event-details-text{
    margin-top: 50px;
}
.tp-event-details-text h2{
    margin-bottom: 30px;
}
.tp-event-details-wrap{
    margin-top: 40px;
}
.tp-event-details-tab .nav {
    justify-content: space-between;
    display: flex;
}
.tp-event-details-tab .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 100%;
}
.tp-event-details-wrap{
    border:1px solid #ebebeb;
}
.tp-event-details-tab .nav li a {
    display: block;
    text-align: center;
    color: #2d4277;
    transition: all .5s;
    font-weight: 700;
    margin-right: 1px;
    border: none;
    border-radius: 0px;
    background: #f6f6f6;
    border-bottom: none;
    border-top: 4px solid transparent;
    line-height: 20px;
    height: 50px;
}
.tp-event-details-tab .nav li:last-child a{
    margin-right: -1px;
}
.tp-event-details-tab .nav li.active a, 
.tp-event-details-tab .nav li:hover a {
    background: #fff;
    outline: none;
    border: none;
    color: #2d4277;
    border-top: 4px solid #14b761;
}
.tp-event-details-content{
    padding: 30px;
}
#Schedule ul{
    list-style: none;
    margin-top: 30px;
}
#Schedule ul li {
    font-size: 18px;
    font-size: 0.9375rem;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
}
#Schedule ul li:before {
    content: "";
    background: #14b761;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 6px;
}
#Map .contact-map iframe{
    width: 100%;
    height: 500px;
}
.event-contact .tp-donations-details{
    border:none;
    padding: 0;
}
.event-contact .tp-donations-details .theme-btn {
    border: none;
    outline: none;
    border-radius: 40px;
    box-shadow: none;
    margin-top: 20px;
}
@media(max-width: 590px){
    .tp-event-details-tab .nav li a {
        font-size: 12px;
    }
}
@media(max-width: 400px){
    .tp-event-details-tab .nav{
        flex-wrap: wrap;
    }
    .tp-event-details-tab .nav li a {
        margin-bottom: 15px;
    }
}
.progress-section {
    padding-top: 35px;
}
.progress {
    height: 5px;
    overflow: unset;
}
.progress .progress-bar {
    border-radius: 15px;
    box-shadow: none;
    position: relative;
    animation: animate-positive 4s;
    width: 65%;
    background: #2ebd60;
    height: 5px;
}

.progress .progress-value {
   text-align: center;
    right: 0;
    top: -30px;
    position: absolute;
    color: #333;
    font-size: 20px;
}


.tp-case-text-top ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.tp-case-text-top ul li {
    font-size: 18px;
}
.tp-case-text-top ul li span {
    font-weight: 700;
}
.case-bb-text ul{
  display: unset;
}
.sub-btn{
  margin-top: 30px;
}
.sub-btn .theme-btn{
  padding-right: 27px;
}

/*--------------------------------------------------------------
 #9.0 blog-page-section 
--------------------------------------------------------------*/
.tp-blog-pg-section {
    /*** format-standard ***/
    /*** format-gallery ***/
    /*** format-quote ***/
    /*** format-video ***/
}

.tp-blog-pg-section .tp-tp-blog-content .post {
    margin-bottom: 40px;
    padding: 30px;
    box-shadow: 0px 1px 40px 0px rgba(40, 63, 116, 0.1);
}

@media (max-width: 991px) {
    .tp-blog-pg-section .tp-tp-blog-content .post {
        margin-bottom: 70px;
    }
    .tp-blog-pg-section {
        padding-bottom: 70px;
    }
    .tp-tp-blog-content{
      margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .tp-blog-pg-section .tp-tp-blog-content .post {
        margin-bottom: 60px;
    }

    .sub-btn .theme-btn {
    padding-right: 15px;
}

#Description {
    padding: 15px;
}
}

.tp-blog-pg-section .entry-meta {
    list-style: none;
    overflow: hidden;
    margin-bottom: 25px;
    padding-top: 35px;
}

@media (max-width: 767px) {
    .tp-blog-pg-section .entry-meta {
        margin: 10px 0 25px;
    }
}

.tp-blog-pg-section .entry-meta li {
    font-size: 18px;
    float: left;
}

.entry-meta li i {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .tp-blog-pg-section .entry-meta li {
        font-size: 16px;
    }
}

@media (max-width: 490px) {
    .tp-blog-pg-section .entry-meta li {
        float: none;
        display: block;
        margin-bottom: 5px;
    }
}

.tp-blog-pg-section .entry-meta li .fi:before {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .tp-blog-pg-section .entry-meta li .fi:before {
        font-size: 12px;
        font-size: 0.75rem;
    }
}

.tp-blog-pg-section .entry-meta>li+li {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}

@media (max-width: 490px) {
    .tp-blog-pg-section .entry-meta>li+li {
        margin-left: 0;
        padding-left: 0;
    }
}

.tp-blog-pg-section .entry-meta li a {
    color: #525252;
}

.tp-blog-pg-section .entry-meta li a:hover {
    color: #14b761;
}

.tp-blog-pg-section .entry-meta>li:first-child {
    position: relative;
    top: -12px;
}

.tp-blog-pg-section .entry-meta>li:first-child img {
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
}

.tp-blog-pg-section .entry-meta>li:last-child {
    position: relative;
}

.tp-blog-pg-section .entry-meta>li:last-child i {
    position: relative;
    top: 2px;
}

@media (max-width: 490px) {
    .tp-blog-pg-section .entry-meta>li:last-child {
        margin-left: 0px;
        top: 0;
    }
}

.tp-blog-pg-section .post h3 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.2em;
    font-weight: 600;
    margin: -0.27em 0 0.7em;
}

@media (max-width: 991px) {
    .tp-blog-pg-section .post h3 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

@media (max-width: 767px) {
    .tp-blog-pg-section .post h3 {
        font-size: 20px;
    }
}

.tp-blog-pg-section .post h3 a {
    color: #242f6c;
}

.tp-blog-pg-section .post h3 a:hover {
    color: #14b761;
}

.tp-blog-pg-section .post p {
    margin-bottom: 1.5em;
}

@media (max-width: 991px) {
    .tp-blog-pg-section .post p {
        font-size: 16px;
        font-size: 1rem;
    }
}

.tp-blog-pg-section .post .read-more {
    font-weight: 600;
    color: #14b761;
    font-size: 18px;
}

.tp-blog-pg-section .format-standard,
.tp-blog-pg-section .format-quote {
    background-color: #f5f9fd;
    padding: 25px 35px 45px;
}

@media (max-width: 767px) {

    .tp-blog-pg-section .format-standard,
    .tp-blog-pg-section .format-quote {
        padding: 25px 20px 45px;
    }
}

.tp-blog-pg-section .format-gallery {
    position: relative;
}

.tp-blog-pg-section .format-gallery .owl-controls {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tp-blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-]:hover {
    background: #14b761;
    color: #fff;
}

.tp-blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-] {
    background: #fff;
    color: #666;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.tp-blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev,
.tp-blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tp-blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev {
    left: 15px;
}

.tp-blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
    right: 15px;
}

.tp-blog-pg-section .format-quote {
    background: #f9fbfb;
    padding: 40px 60px;
    position: relative;
    padding-top: 15px;
}

@media (max-width: 767px) {
    .tp-blog-pg-section .format-quote {
        padding: 0 20px;
        padding-bottom: 30px;
    }
}

.tp-blog-pg-section .format-quote p {
    margin-bottom: 0;
}

.tp-blog-pg-section .format-quote:before {
    font-family: "themify";
    content: "\e67e";
    font-size: 150px;
    color: #f2f3f3;
    margin-left: 0;
    position: absolute;
    right: 0%;
    top: 30%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media(max-width: 767px) {
    .tp-blog-pg-section .format-quote:before {
        font-size: 100px;
        top: 26%;
    }
}

.tp-blog-pg-section .format-quote h3,
.tp-blog-pg-section .format-quote p {
    position: relative;
}

.tp-blog-pg-section .format-video .video-holder {
    position: relative;
    text-align: center;
}

.tp-blog-pg-section .format-video .video-holder:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(69, 69, 69, .4);
}

.tp-blog-pg-section .format-video .video-holder a {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 83px;
    height: 83px;
    border-radius: 83px;
    display: inline-block;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    z-index: 99;
}

@media (max-width: 991px) {
    .tp-blog-pg-section .format-video .video-holder a {
        width: 65px;
        height: 65px;
        border-radius: 65px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.tp-blog-pg-section .format-video .video-holder a:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #2ebd61;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 1200px) {
    .tp-blog-pg-left-sidebar .tp-blog-sidebar {
        padding-right: 45px;
        padding-left: 0;
    }
}

@media screen and (min-width: 1200px) {
    .tp-blog-pg-fullwidth .tp-tp-blog-content {
        padding: 0;
    }
}

.tp-blog-sidebar {
    margin-top: 0;
}


/*--------------------------------------------------------------
#10.0 blog-singlepage-section
--------------------------------------------------------------*/
.tp-blog-single-section {
    /*** tag-share ***/
    /*** author-box ***/
    /*** more-posts ***/
    /*** comments area ***/
    /*** comment-respond ***/
}

.tp-blog-single-section.wrap-even{
  box-shadow: 0px 1px 40px 0px rgba(40, 63, 116, 0.1);
  margin-bottom: 30px;
  padding: 30px;
}
.tp-blog-single-section .tp-tp-blog-content {
    box-shadow: 0px 1px 40px 0px rgba(40, 63, 116, 0.1);
    padding: 30px;
    margin-bottom: 60px;
}

@media screen and (min-width: 1200px) {
    .tp-blog-single-section .tp-tp-blog-content {
        padding: 30px;
        box-shadow: 0px 1px 40px 0px rgba(40, 63, 116, 0.1);
    }
}

.tp-blog-single-section .entry-meta {
    list-style: none;
    overflow: hidden;
    margin-bottom: 25px;
    padding-top: 35px;
}

@media (max-width: 767px) {
    .tp-blog-single-section .entry-meta {
        margin: 10px 0 25px;
    }
    .tp-blog-single-section.wrap-even {
        padding: 20px;
    }
}

.tp-blog-single-section .entry-meta li {
    font-size: 18px;
    font-size: 0.875rem;
    float: left;
}

@media (max-width: 767px) {
    .tp-blog-single-section .entry-meta li {
        font-size: 16px;
    }
}

@media (max-width: 450px) {
    .tp-blog-single-section .entry-meta li {
        float: none;
        display: block;
        margin-bottom: 5px;
    }
}

.tp-blog-single-section .entry-meta li .fi:before {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .tp-blog-single-section .entry-meta li .fi:before {
        font-size: 12px;
        font-size: 0.75rem;
    }
}

.tp-blog-single-section .entry-meta>li+li {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}

@media (max-width: 450px) {
    .tp-blog-single-section .entry-meta>li+li {
        margin-left: 0;
        padding-left: 0;
    }
}

.tp-blog-single-section .entry-meta li a {
    color: #525252;
}

.tp-blog-single-section .entry-meta li a:hover {
    color: #14b761;
}

.tp-blog-single-section .entry-meta>li:first-child {
    position: relative;
    top: -12px;
}

.tp-blog-single-section .entry-meta>li:first-child img {
    display: inline-block;
    border-radius: 50%;
    padding-right: 8px;
}

.tp-blog-single-section .entry-meta>li:last-child {
    position: relative;
}

.tp-blog-single-section .entry-meta>li:last-child i {
    position: relative;
    top: 2px;
}

@media (max-width: 450px) {
    .tp-blog-single-section .entry-meta>li:last-child {
        margin-left: -20px;
    }
}

.tp-blog-single-section .post h2 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 600;
    margin: 0 0 0.5em;
}

@media (max-width: 991px) {
    .tp-blog-single-section .post h2 {
        font-size: 25px;
        font-size: 1.5625rem;
    }

    .tp-blog-single-section {
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .tp-blog-single-section .post h2 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.tp-blog-single-section .post p {
    margin-bottom: 1.5em;
}

.tp-blog-single-section .post h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5em;
    margin: 1.8em 0 1em;
}

@media (max-width: 991px) {
    .tp-blog-single-section .post h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {
    .tp-blog-single-section .post h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.tp-blog-single-section .post blockquote {
    background-color: #f8f8f8;
    padding: 50px 30px 50px 95px;
    margin: 60px 0;
    border: 0;
    line-height: 1.9em;
    position: relative;
}

@media (max-width: 767px) {
    .tp-blog-single-section .post blockquote {
        font-size: 16px;
    }
}

.tp-blog-single-section .post blockquote:before {
    font-family: "themify";
    content: "\e67f";
    font-size: 35px;
    position: absolute;
    left: 30px;
    top: 40px;
}

@media (max-width: 991px) {
    .tp-blog-single-section .post blockquote:before {
        display: none;
    }
}

@media (max-width: 991px) {
    .tp-blog-single-section .post blockquote {
        padding: 30px 40px;
    }
}

@media (max-width: 767px) {
    .tp-blog-single-section .post blockquote {
        padding: 20px 30px;
    }
}

.tp-blog-single-section .post blockquote .quoter {
    display: block;
    margin-top: 15px;
}

.tp-blog-single-section .tag-share {
    margin: 70px 0;
}

.tp-blog-single-section .tag-share ul {
    list-style: none;
}

@media screen and (min-width: 1200px) {
    .tp-blog-single-section .tag-share {
        -webkit-box-shadow: 0px 4px 14.1px 0.9px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 4px 14.1px 0.9px rgba(0, 0, 0, 0.08);
        padding: 35px 25px;
    }
}

@media (max-width: 767px) {
    .tp-blog-single-section .tag-share {
        margin: 60px 0;
    }
}

.tp-blog-single-section .tag-share .tag {
    display: inline-block;
    float: left;
}

@media (max-width: 767px) {
    .tp-blog-single-section .tag-share .tag {
        float: none;
        display: block;
        margin-bottom: 25px;
    }
}

.tp-blog-single-section .tag-share .share {
    display: inline-block;
    float: right;
}

@media (max-width: 767px) {
    .tp-blog-single-section .tag-share .share {
        float: none;
        display: block;
    }
}

.tp-blog-single-section .tag-share ul {
    overflow: hidden;
}

.tp-blog-single-section .tag-share ul li {
    float: left;
}

.tp-blog-single-section .tag-share .tag ul>li+li,
.tp-blog-single-section .tag-share .share ul>li+li {
    margin-left: 10px;
}

.tp-blog-single-section .tag-share .tag a {
    background-color: #f8f8f8;
    display: block;
    padding: 9px 18px;
    color: #525252;
    border-radius: 50px;
}

.tp-blog-single-section .tag-share .tag a:hover {
    background-color: #14b761;
    color: #fff;
}

.tp-blog-single-section .tag-share .share a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-size: 0.875rem;
    text-align: center;
    color: #525252;
    border-radius: 50%;
    padding: 0;
    display: block;
    border: 1px solid #dadada;
}

.tp-blog-single-section .tag-share .share a:hover {
    background: #14b761;
    color: #fff;
    border-color: #14b761;
}

.tp-blog-single-section .author-box {
    padding: 45px 50px 35px;
    margin: 70px 0;
    border: 1px solid #e1e1e1;
}

@media (max-width: 991px) {
    .tp-blog-single-section .author-box {
        padding: 35px 40px;
    }
}

@media (max-width: 767px) {
    .tp-blog-single-section .author-box {
        padding: 25px;
    }
}

.tp-blog-single-section .author-box .author-avatar {
    float: left;
}

@media (max-width: 767px) {
    .tp-blog-single-section .author-box .author-avatar {
        float: none;
    }
}

.tp-blog-single-section .author-box .author-avatar img {
    border-radius: 50%;
}

.tp-blog-single-section .author-box .author-content {
    display: block;
    overflow: hidden;
    padding-left: 25px;
}

@media (max-width: 767px) {
    .tp-blog-single-section .author-box .author-content {
        padding: 0;
        margin: 15px 0 0 0;
    }
}

.tp-blog-single-section .author-box .author-content p {
    margin-bottom: 20px;
}

.tp-blog-single-section .author-box .author-name {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 10px;
    color: #242f6c;
    font-weight: 600;
}

.tp-blog-single-section .author-box .social-link {
    display: inline-block;
    list-style: none;
}

.tp-blog-single-section .author-box .social-link li {
    float: left;
    margin-right: 15px;
}

.tp-blog-single-section .author-box .social-link a {
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #242f6c;
}

.tp-blog-single-section .author-box .social-link a:hover {
    color: #14b761;
}

.tp-blog-single-section .more-posts {
    margin: 70px 0 10px;
}

.tp-blog-single-section .more-posts .previous-post {
    display: inline-block;
    float: left;
}

.tp-blog-single-section .more-posts .next-post {
    display: inline-block;
    float: right;
}

.tp-blog-single-section .more-posts .previous-post a,
.tp-blog-single-section .more-posts .next-post a {
    background-color: #f8f8f8;
    font-weight: 600;
    color: #525252;
    display: block;
    padding: 15px 40px;
    border-radius: 60px;
}

@media (max-width: 767px) {

    .tp-blog-single-section .more-posts .previous-post a,
    .tp-blog-single-section .more-posts .next-post a {
        padding: 12px 35px;
    }
}

.tp-blog-single-section .more-posts .previous-post a:hover,
.tp-blog-single-section .more-posts .next-post a:hover {
    background-color: #14b761;
    color: #fff;
}

.tp-blog-single-section .comments-area {
    margin-top: 70px;
}

.tp-blog-single-section .comments-area li>div {
    background: #fafafa;
    padding: 30px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .tp-blog-single-section .comments-area li>div {
        padding: 30px 25px;
    }
}

.tp-blog-single-section .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}

.tp-blog-single-section .comments-area ol ul {
    padding-left: 30px;
    list-style: none;
}


.tp-blog-single-section .comments-area .comments-title {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 1.5em;
    color: #242f6c;
}

@media (max-width: 991px) {
    .tp-blog-single-section .comments-area .comments-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.tp-blog-single-section .comments-area li>div {
    position: relative;
}

.tp-blog-single-section .comments-area .comment-theme {
    position: absolute;
    left: 35px;
}

@media (max-width: 767px) {
    .tp-blog-single-section .comments-area .comment-theme {
        position: static;
    }
}

.tp-blog-single-section .comments-area .comment-theme img {
    border-radius: 50%;
}

.tp-blog-single-section .comments-area .comment-main-area {
    padding-left: 100px;
}

@media (max-width: 767px) {
    .tp-blog-single-section .comments-area .comment-main-area {
        padding-left: 0;
        margin-top: 25px;
    }
}

.tp-blog-single-section .comments-area .comment-main-area p {
    margin-bottom: 0px;
}

.tp-blog-single-section .comments-area .comments-meta h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 1em;
}

.tp-blog-single-section .comments-area .comments-meta h4 span {
    font-weight: normal;
    text-transform: none;
    display: block;
    font-size: 18px;
    color: #666;
    margin-top: 8px;
}

.tp-blog-single-section .comments-area .comment-reply-link {
    font-size: 16px;
    color: #14b761;
    display: inline-block;
    border-radius: 50px;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 30px;
    font-weight: 600;
}

.tp-blog-single-section .comments-area .comment-reply-link i {
    margin-right: 5px;
}

.tp-blog-single-section .comment-respond {
    margin-top: 70px;
}

.tp-blog-single-section .comment-respond .comment-reply-title {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 1.5em;
    color: #283a5e;
}

@media (max-width: 991px) {
    .tp-blog-single-section .comment-respond .comment-reply-title {
        font-size: 20px;
        font-size: 1.25rem;
    }

    .tp-blog-single-section .comment-respond {
        margin-bottom: 60px;
    }

    .tp-blog-single-section .comment-respond-2 {
        margin-bottom: 0;
    }

}

@media (max-width: 590px) {
    .tp-blog-single-section .comments-area ol ul {
        padding-left: 0;
    }
}

.tp-blog-single-section .comment-respond form input,
.tp-blog-single-section .comment-respond form textarea {
    background-color: #f8f8f8;
    width: 100%;
    height: 50px;
    border: 1px solid #f8f8f8;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 18px;
}

.tp-blog-single-section .comment-respond form input:focus,
.tp-blog-single-section .comment-respond form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #14b761;
}

@media (max-width: 991px) {

    .tp-blog-single-section .comment-respond form input,
    .tp-blog-single-section .comment-respond form textarea {
        height: 40px;
    }
}

.tp-blog-single-section .comment-respond form textarea {
    height: 220px;
    padding: 15px;
}

@media (max-width: 991px) {
    .tp-blog-single-section .comment-respond form textarea {
        height: 150px;
    }
}

.tp-blog-single-section .comment-respond .form-inputs {
    overflow: hidden;
}

.tp-blog-single-section .comment-respond .form-inputs>input:nth-child(1) {
    width: 49%;
    float: left;
}

@media (max-width: 767px) {
    .tp-blog-single-section .comment-respond .form-inputs>input:nth-child(1) {
        width: 100%;
        float: none;
    }
}

.tp-blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
    width: 49%;
    float: right;
}

@media (max-width: 767px) {
    .tp-blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
        width: 100%;
        float: none;
    }
}

#Description{
  margin-bottom: 30px;
}

.tp-blog-single-section .comment-respond .form-submit input {
    max-width: 120px;
    background: -webkit-linear-gradient(left, #18b760,#e9bf3d);
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    border: 0;
    border-radius: 50px;
    outline: 0;
}

@media screen and (min-width: 1200px) {
    .tp-blog-single-left-sidebar-section .tp-tp-blog-content {
        padding-right: 0;
        padding-left: 50px;
    }
}

@media screen and (min-width: 1200px) {
    .tp-blog-single-fullwidth .tp-tp-blog-content {
        padding: 0;
    }
}

.entry-media img {
    width: 100%;
}

.author-btn a {
    padding: 15px 35px;
    background: #f8f8f8;
    display: inline-block;
    border-radius: 40px;
    color: #555555;
}

.author-btn a:hover {
    background-color: #14b761;
    color: #fff;
}

/*--------------------------------------------------------------
#11.0 error-404-section
--------------------------------------------------------------*/
.error-404-section {
    text-align: center;
}

.error-404-section .error-message {
    margin-top: 70px;
    padding: 0 200px;
}

@media (max-width: 991px) {
    .error-404-section .error-message {
        margin-top: 50px;
        padding: 0 100px;
    }

}

@media (max-width: 767px) {
    .error-404-section .error-message {
        padding: 0;
    }
}

.error-404-section .error-message h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 0.8em;
}

.error-404-section .error-message p {
    margin-bottom: 1.8em;
}

.error-message .theme-btn {
    padding-left: 60px;
}



/*----------------------------------------------
end*
-----------------------------------------------*/
